@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,81 +0,0 @@
|
|
|
1
|
-
import m from "react";
|
|
2
|
-
import p from "../../../_virtual/index.es.js";
|
|
3
|
-
import d from "../../../_virtual/index.es2.js";
|
|
4
|
-
import y from "../../../_virtual/to-querystring.min.es.js";
|
|
5
|
-
import S from "./SimpleForm.es.js";
|
|
6
|
-
function v(e, t) {
|
|
7
|
-
if (!(e instanceof t))
|
|
8
|
-
throw new TypeError("Cannot call a class as a function");
|
|
9
|
-
}
|
|
10
|
-
function f(e, t) {
|
|
11
|
-
if (!e)
|
|
12
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
13
|
-
return t && (typeof t == "object" || typeof t == "function") ? t : e;
|
|
14
|
-
}
|
|
15
|
-
function j(e, t) {
|
|
16
|
-
if (typeof t != "function" && t !== null)
|
|
17
|
-
throw new TypeError("Super expression must either be null or a function, not " + typeof t);
|
|
18
|
-
e.prototype = Object.create(t && t.prototype, { constructor: { value: e, enumerable: !1, writable: !0, configurable: !0 } }), t && (Object.setPrototypeOf ? Object.setPrototypeOf(e, t) : e.__proto__ = t);
|
|
19
|
-
}
|
|
20
|
-
var w = function(t) {
|
|
21
|
-
return t.replace("/post?", "/post-json?");
|
|
22
|
-
}, l = function(e) {
|
|
23
|
-
j(t, e);
|
|
24
|
-
function t() {
|
|
25
|
-
var s, r, n;
|
|
26
|
-
v(this, t);
|
|
27
|
-
for (var u = arguments.length, o = Array(u), i = 0; i < u; i++)
|
|
28
|
-
o[i] = arguments[i];
|
|
29
|
-
return n = (s = (r = f(this, e.call.apply(e, [this].concat(o))), r), r.state = {
|
|
30
|
-
status: null,
|
|
31
|
-
message: null
|
|
32
|
-
}, r.subscribe = function(b) {
|
|
33
|
-
var g = y(b), h = w(r.props.url) + "&" + g;
|
|
34
|
-
r.setState({
|
|
35
|
-
status: "sending",
|
|
36
|
-
message: null
|
|
37
|
-
}, function() {
|
|
38
|
-
return d(h, {
|
|
39
|
-
param: "c"
|
|
40
|
-
}, function(c, a) {
|
|
41
|
-
c ? r.setState({
|
|
42
|
-
status: "error",
|
|
43
|
-
message: c
|
|
44
|
-
}) : a.result !== "success" ? r.setState({
|
|
45
|
-
status: "error",
|
|
46
|
-
message: a.msg
|
|
47
|
-
}) : r.setState({
|
|
48
|
-
status: "success",
|
|
49
|
-
message: a.msg
|
|
50
|
-
});
|
|
51
|
-
});
|
|
52
|
-
});
|
|
53
|
-
}, s), f(r, n);
|
|
54
|
-
}
|
|
55
|
-
return t.prototype.render = function() {
|
|
56
|
-
return this.props.render({
|
|
57
|
-
subscribe: this.subscribe,
|
|
58
|
-
status: this.state.status,
|
|
59
|
-
message: this.state.message
|
|
60
|
-
});
|
|
61
|
-
}, t;
|
|
62
|
-
}(m.Component);
|
|
63
|
-
l.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
64
|
-
render: p.func,
|
|
65
|
-
url: p.string.isRequired
|
|
66
|
-
} : {};
|
|
67
|
-
l.defaultProps = {
|
|
68
|
-
render: function(t) {
|
|
69
|
-
var s = t.subscribe, r = t.status, n = t.message;
|
|
70
|
-
return m.createElement(S, {
|
|
71
|
-
status: r,
|
|
72
|
-
message: n,
|
|
73
|
-
onSubmitted: function(o) {
|
|
74
|
-
return s(o);
|
|
75
|
-
}
|
|
76
|
-
});
|
|
77
|
-
}
|
|
78
|
-
};
|
|
79
|
-
export {
|
|
80
|
-
l as default
|
|
81
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../../_virtual/ArrowContainer.cjs.js"),g=require("react/jsx-runtime"),h=require("react"),q=require("./useArrowContainer.cjs.js");var _;function R(){if(_)return e.__exports;_=1;var o=e.__exports&&e.__exports.__assign||function(){return o=Object.assign||function(r){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(r[a]=t[a])}return r},o.apply(this,arguments)};Object.defineProperty(e.__exports,"__esModule",{value:!0}),e.__exports.ArrowContainer=void 0;var s=g,l=h,y=q.__require(),C=function(r){var t=r.childRect,n=r.popoverRect,i=r.position,a=r.arrowColor,d=r.arrowSize,m=r.arrowClassName,u=r.arrowStyle,S=r.className,f=r.children,c=r.style,w=(0,y.useArrowContainer)({childRect:t,popoverRect:n,position:i,arrowColor:a,arrowSize:d}),p=w.arrowContainerStyle,v=w.arrowStyle,x=(0,l.useMemo)(function(){return o(o({},p),c)},[p,c]),A=(0,l.useMemo)(function(){return o(o({},v),u)},[v,u]);return(0,s.jsxs)("div",{className:S,style:x,children:[(0,s.jsx)("div",{style:A,className:m}),f]})};return e.__exports.ArrowContainer=C,e.__exports}exports.__require=R;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { __exports as e } from "../../../_virtual/ArrowContainer.es.js";
|
|
2
|
-
import g from "react/jsx-runtime";
|
|
3
|
-
import R from "react";
|
|
4
|
-
import { __require as x } from "./useArrowContainer.es.js";
|
|
5
|
-
var v;
|
|
6
|
-
function O() {
|
|
7
|
-
if (v) return e;
|
|
8
|
-
v = 1;
|
|
9
|
-
var o = e && e.__assign || function() {
|
|
10
|
-
return o = Object.assign || function(r) {
|
|
11
|
-
for (var t, n = 1, i = arguments.length; n < i; n++) {
|
|
12
|
-
t = arguments[n];
|
|
13
|
-
for (var a in t) Object.prototype.hasOwnProperty.call(t, a) && (r[a] = t[a]);
|
|
14
|
-
}
|
|
15
|
-
return r;
|
|
16
|
-
}, o.apply(this, arguments);
|
|
17
|
-
};
|
|
18
|
-
Object.defineProperty(e, "__esModule", { value: !0 }), e.ArrowContainer = void 0;
|
|
19
|
-
var s = g, l = R, C = x(), f = function(r) {
|
|
20
|
-
var t = r.childRect, n = r.popoverRect, i = r.position, a = r.arrowColor, y = r.arrowSize, d = r.arrowClassName, u = r.arrowStyle, A = r.className, S = r.children, c = r.style, w = (0, C.useArrowContainer)({
|
|
21
|
-
childRect: t,
|
|
22
|
-
popoverRect: n,
|
|
23
|
-
position: i,
|
|
24
|
-
arrowColor: a,
|
|
25
|
-
arrowSize: y
|
|
26
|
-
}), m = w.arrowContainerStyle, p = w.arrowStyle, h = (0, l.useMemo)(function() {
|
|
27
|
-
return o(o({}, m), c);
|
|
28
|
-
}, [m, c]), _ = (0, l.useMemo)(function() {
|
|
29
|
-
return o(o({}, p), u);
|
|
30
|
-
}, [p, u]);
|
|
31
|
-
return (0, s.jsxs)("div", { className: A, style: h, children: [(0, s.jsx)("div", { style: _, className: d }), S] });
|
|
32
|
-
};
|
|
33
|
-
return e.ArrowContainer = f, e;
|
|
34
|
-
}
|
|
35
|
-
export {
|
|
36
|
-
O as __require
|
|
37
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const g=require("../../../_virtual/Popover.cjs2.js"),ve=require("react/jsx-runtime"),fe=require("react"),pe=require("./PopoverPortal.cjs.js"),me=require("./util.cjs.js"),_e=require("./usePopover.cjs.js"),Pe=require("./useMemoizedArray.cjs.js"),ye=require("./useHandlePrevValues.cjs.js"),be=require("./useArrowContainer.cjs.js"),ge=require("./ArrowContainer.cjs.js");var X;function Ee(){return X||(X=1,function(a){var j=g.__exports&&g.__exports.__assign||function(){return j=Object.assign||function(e){for(var n,o=1,T=arguments.length;o<T;o++){n=arguments[o];for(var c in n)Object.prototype.hasOwnProperty.call(n,c)&&(e[c]=n[c])}return e},j.apply(this,arguments)};Object.defineProperty(a,"__esModule",{value:!0}),a.Popover=a.usePopover=a.ArrowContainer=a.useArrowContainer=void 0;var E=ve,t=fe,Z=pe.__require(),f=me.__require(),V=_e.__require();Object.defineProperty(a,"usePopover",{enumerable:!0,get:function(){return V.usePopover}});var x=Pe.__require(),ee=ye.__require(),re=be.__require();Object.defineProperty(a,"useArrowContainer",{enumerable:!0,get:function(){return re.useArrowContainer}});var ne=ge.__require();Object.defineProperty(a,"ArrowContainer",{enumerable:!0,get:function(){return ne.ArrowContainer}});var oe=["top","left","right","bottom"],te=(0,t.forwardRef)(function(e,n){var o=e.isOpen,T=e.children,c=e.content,Y=e.positions,k=Y===void 0?oe:Y,F=e.align,h=F===void 0?"center":F,N=e.padding,w=N===void 0?0:N,H=e.reposition,C=H===void 0?!0:H,B=e.parentElement,p=B===void 0?window.document.body:B,D=e.boundaryElement,q=D===void 0?p:D,ie=e.containerClassName,m=e.containerStyle,R=e.transform,U=e.transformMode,O=U===void 0?"absolute":U,$=e.boundaryInset,_=$===void 0?0:$,A=e.onClickOutside,W=e.clickOutsideCapture,P=W===void 0?!1:W,y=(0,x.useMemoizedArray)(Array.isArray(k)?k:[k]),G=(0,ee.useHandlePrevValues)({positions:y,reposition:C,transformMode:O,transform:R,boundaryElement:q,boundaryInset:_}),i=G.prev,J=G.updatePrevValues,l=(0,t.useRef)(),K=(0,t.useState)({align:h,nudgedLeft:0,nudgedTop:0,position:y[0],padding:w,childRect:f.EMPTY_RECT,popoverRect:f.EMPTY_RECT,parentRect:f.EMPTY_RECT,boundaryRect:f.EMPTY_RECT,boundaryInset:_,violations:f.EMPTY_RECT,hasViolations:!1}),u=K[0],ue=K[1],ae=(0,t.useCallback)(function(r){return ue(r)},[]),I=(0,V.usePopover)({isOpen:o,childRef:l,containerClassName:ie,parentElement:p,boundaryElement:q,transform:R,transformMode:O,positions:y,align:h,padding:w,boundaryInset:_,reposition:C,onPositionPopover:ae}),M=I.positionPopover,s=I.popoverRef,se=I.scoutRef;(0,t.useLayoutEffect)(function(){var r=!0,d=function(){var v,S;if(o&&r){var Q=(v=l==null?void 0:l.current)===null||v===void 0?void 0:v.getBoundingClientRect(),z=(S=s==null?void 0:s.current)===null||S===void 0?void 0:S.getBoundingClientRect();Q!=null&&z!=null&&(!(0,f.rectsAreEqual)(Q,u.childRect)||z.width!==u.popoverRect.width||z.height!==u.popoverRect.height||u.padding!==w||u.align!==h||y!==i.positions||C!==i.reposition||O!==i.transformMode||R!==i.transform||q!==i.boundaryElement||_!==i.boundaryInset)&&M(),J(),r&&window.requestAnimationFrame(d)}};return d(),function(){r=!1}},[h,q,_,o,w,s,u.align,u.childRect,u.padding,u.popoverRect.height,u.popoverRect.width,M,y,i.boundaryElement,i.boundaryInset,i.positions,i.reposition,i.transform,i.transformMode,C,R,O,J]),(0,t.useEffect)(function(){var r=s.current;return Object.assign(r.style,m),function(){Object.keys(m??{}).forEach(function(d){return delete r.style[d]})}},[m,o,s]);var b=(0,t.useCallback)(function(r){var d,v;o&&!(!((d=s.current)===null||d===void 0)&&d.contains(r.target))&&!(!((v=l.current)===null||v===void 0)&&v.contains(r.target))&&(A==null||A(r))},[o,A,s]),L=(0,t.useCallback)(function(){l.current&&o&&window.requestAnimationFrame(function(){return M()})},[M,o]);(0,t.useEffect)(function(){var r=p.ownerDocument.body;return r.addEventListener("click",b,P),r.addEventListener("contextmenu",b,P),window.addEventListener("resize",L),function(){r.removeEventListener("click",b,P),r.removeEventListener("contextmenu",b,P),window.removeEventListener("resize",L)}},[P,b,L,p]);var de=(0,t.useCallback)(function(r){l.current=r,n!=null&&(typeof n=="object"?n.current=r:typeof n=="function"&&n(r))},[n]),ce=function(){return(0,t.cloneElement)(T,{ref:de})},le=function(){return o?(0,E.jsx)(Z.PopoverPortal,{element:s.current,scoutElement:se.current,container:p,children:typeof c=="function"?c(u):c}):null};return(0,E.jsxs)(E.Fragment,{children:[ce(),le()]})});a.Popover=(0,t.forwardRef)(function(e,n){return typeof window>"u"?e.children:(0,E.jsx)(te,j({},e,{ref:n}))})}(g.__exports)),g.__exports}exports.__require=Ee;
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
import { __exports as g } from "../../../_virtual/Popover.es2.js";
|
|
2
|
-
import ce from "react/jsx-runtime";
|
|
3
|
-
import fe from "react";
|
|
4
|
-
import { __require as pe } from "./PopoverPortal.es.js";
|
|
5
|
-
import { __require as me } from "./util.es.js";
|
|
6
|
-
import { __require as Pe } from "./usePopover.es.js";
|
|
7
|
-
import { __require as _e } from "./useMemoizedArray.es.js";
|
|
8
|
-
import { __require as ye } from "./useHandlePrevValues.es.js";
|
|
9
|
-
import { __require as be } from "./useArrowContainer.es.js";
|
|
10
|
-
import { __require as ge } from "./ArrowContainer.es.js";
|
|
11
|
-
var X;
|
|
12
|
-
function ke() {
|
|
13
|
-
return X ? g : (X = 1, function(a) {
|
|
14
|
-
var j = g && g.__assign || function() {
|
|
15
|
-
return j = Object.assign || function(e) {
|
|
16
|
-
for (var n, o = 1, k = arguments.length; o < k; o++) {
|
|
17
|
-
n = arguments[o];
|
|
18
|
-
for (var l in n) Object.prototype.hasOwnProperty.call(n, l) && (e[l] = n[l]);
|
|
19
|
-
}
|
|
20
|
-
return e;
|
|
21
|
-
}, j.apply(this, arguments);
|
|
22
|
-
};
|
|
23
|
-
Object.defineProperty(a, "__esModule", { value: !0 }), a.Popover = a.usePopover = a.ArrowContainer = a.useArrowContainer = void 0;
|
|
24
|
-
var E = ce, t = fe, Z = pe(), f = me(), z = Pe();
|
|
25
|
-
Object.defineProperty(a, "usePopover", { enumerable: !0, get: function() {
|
|
26
|
-
return z.usePopover;
|
|
27
|
-
} });
|
|
28
|
-
var x = _e(), ee = ye(), re = be();
|
|
29
|
-
Object.defineProperty(a, "useArrowContainer", { enumerable: !0, get: function() {
|
|
30
|
-
return re.useArrowContainer;
|
|
31
|
-
} });
|
|
32
|
-
var ne = ge();
|
|
33
|
-
Object.defineProperty(a, "ArrowContainer", { enumerable: !0, get: function() {
|
|
34
|
-
return ne.ArrowContainer;
|
|
35
|
-
} });
|
|
36
|
-
var oe = ["top", "left", "right", "bottom"], te = (0, t.forwardRef)(function(e, n) {
|
|
37
|
-
var o = e.isOpen, k = e.children, l = e.content, V = e.positions, T = V === void 0 ? oe : V, Y = e.align, h = Y === void 0 ? "center" : Y, F = e.padding, w = F === void 0 ? 0 : F, N = e.reposition, C = N === void 0 ? !0 : N, H = e.parentElement, p = H === void 0 ? window.document.body : H, B = e.boundaryElement, R = B === void 0 ? p : B, ie = e.containerClassName, m = e.containerStyle, q = e.transform, D = e.transformMode, O = D === void 0 ? "absolute" : D, $ = e.boundaryInset, P = $ === void 0 ? 0 : $, A = e.onClickOutside, W = e.clickOutsideCapture, _ = W === void 0 ? !1 : W, y = (0, x.useMemoizedArray)(Array.isArray(T) ? T : [T]), G = (0, ee.useHandlePrevValues)({
|
|
38
|
-
positions: y,
|
|
39
|
-
reposition: C,
|
|
40
|
-
transformMode: O,
|
|
41
|
-
transform: q,
|
|
42
|
-
boundaryElement: R,
|
|
43
|
-
boundaryInset: P
|
|
44
|
-
}), i = G.prev, J = G.updatePrevValues, v = (0, t.useRef)(), K = (0, t.useState)({
|
|
45
|
-
align: h,
|
|
46
|
-
nudgedLeft: 0,
|
|
47
|
-
nudgedTop: 0,
|
|
48
|
-
position: y[0],
|
|
49
|
-
padding: w,
|
|
50
|
-
childRect: f.EMPTY_RECT,
|
|
51
|
-
popoverRect: f.EMPTY_RECT,
|
|
52
|
-
parentRect: f.EMPTY_RECT,
|
|
53
|
-
boundaryRect: f.EMPTY_RECT,
|
|
54
|
-
boundaryInset: P,
|
|
55
|
-
violations: f.EMPTY_RECT,
|
|
56
|
-
hasViolations: !1
|
|
57
|
-
}), u = K[0], ue = K[1], ae = (0, t.useCallback)(function(r) {
|
|
58
|
-
return ue(r);
|
|
59
|
-
}, []), I = (0, z.usePopover)({
|
|
60
|
-
isOpen: o,
|
|
61
|
-
childRef: v,
|
|
62
|
-
containerClassName: ie,
|
|
63
|
-
parentElement: p,
|
|
64
|
-
boundaryElement: R,
|
|
65
|
-
transform: q,
|
|
66
|
-
transformMode: O,
|
|
67
|
-
positions: y,
|
|
68
|
-
align: h,
|
|
69
|
-
padding: w,
|
|
70
|
-
boundaryInset: P,
|
|
71
|
-
reposition: C,
|
|
72
|
-
onPositionPopover: ae
|
|
73
|
-
}), M = I.positionPopover, s = I.popoverRef, se = I.scoutRef;
|
|
74
|
-
(0, t.useLayoutEffect)(function() {
|
|
75
|
-
var r = !0, d = function() {
|
|
76
|
-
var c, S;
|
|
77
|
-
if (o && r) {
|
|
78
|
-
var Q = (c = v == null ? void 0 : v.current) === null || c === void 0 ? void 0 : c.getBoundingClientRect(), U = (S = s == null ? void 0 : s.current) === null || S === void 0 ? void 0 : S.getBoundingClientRect();
|
|
79
|
-
Q != null && U != null && (!(0, f.rectsAreEqual)(Q, u.childRect) || U.width !== u.popoverRect.width || U.height !== u.popoverRect.height || u.padding !== w || u.align !== h || y !== i.positions || C !== i.reposition || O !== i.transformMode || q !== i.transform || R !== i.boundaryElement || P !== i.boundaryInset) && M(), J(), r && window.requestAnimationFrame(d);
|
|
80
|
-
}
|
|
81
|
-
};
|
|
82
|
-
return d(), function() {
|
|
83
|
-
r = !1;
|
|
84
|
-
};
|
|
85
|
-
}, [
|
|
86
|
-
h,
|
|
87
|
-
R,
|
|
88
|
-
P,
|
|
89
|
-
o,
|
|
90
|
-
w,
|
|
91
|
-
s,
|
|
92
|
-
u.align,
|
|
93
|
-
u.childRect,
|
|
94
|
-
u.padding,
|
|
95
|
-
u.popoverRect.height,
|
|
96
|
-
u.popoverRect.width,
|
|
97
|
-
M,
|
|
98
|
-
y,
|
|
99
|
-
i.boundaryElement,
|
|
100
|
-
i.boundaryInset,
|
|
101
|
-
i.positions,
|
|
102
|
-
i.reposition,
|
|
103
|
-
i.transform,
|
|
104
|
-
i.transformMode,
|
|
105
|
-
C,
|
|
106
|
-
q,
|
|
107
|
-
O,
|
|
108
|
-
J
|
|
109
|
-
]), (0, t.useEffect)(function() {
|
|
110
|
-
var r = s.current;
|
|
111
|
-
return Object.assign(r.style, m), function() {
|
|
112
|
-
Object.keys(m ?? {}).forEach(function(d) {
|
|
113
|
-
return delete r.style[d];
|
|
114
|
-
});
|
|
115
|
-
};
|
|
116
|
-
}, [m, o, s]);
|
|
117
|
-
var b = (0, t.useCallback)(function(r) {
|
|
118
|
-
var d, c;
|
|
119
|
-
o && !(!((d = s.current) === null || d === void 0) && d.contains(r.target)) && !(!((c = v.current) === null || c === void 0) && c.contains(r.target)) && (A == null || A(r));
|
|
120
|
-
}, [o, A, s]), L = (0, t.useCallback)(function() {
|
|
121
|
-
v.current && o && window.requestAnimationFrame(function() {
|
|
122
|
-
return M();
|
|
123
|
-
});
|
|
124
|
-
}, [M, o]);
|
|
125
|
-
(0, t.useEffect)(function() {
|
|
126
|
-
var r = p.ownerDocument.body;
|
|
127
|
-
return r.addEventListener("click", b, _), r.addEventListener("contextmenu", b, _), window.addEventListener("resize", L), function() {
|
|
128
|
-
r.removeEventListener("click", b, _), r.removeEventListener("contextmenu", b, _), window.removeEventListener("resize", L);
|
|
129
|
-
};
|
|
130
|
-
}, [_, b, L, p]);
|
|
131
|
-
var de = (0, t.useCallback)(function(r) {
|
|
132
|
-
v.current = r, n != null && (typeof n == "object" ? n.current = r : typeof n == "function" && n(r));
|
|
133
|
-
}, [n]), le = function() {
|
|
134
|
-
return (0, t.cloneElement)(k, { ref: de });
|
|
135
|
-
}, ve = function() {
|
|
136
|
-
return o ? (0, E.jsx)(Z.PopoverPortal, { element: s.current, scoutElement: se.current, container: p, children: typeof l == "function" ? l(u) : l }) : null;
|
|
137
|
-
};
|
|
138
|
-
return (0, E.jsxs)(E.Fragment, { children: [le(), ve()] });
|
|
139
|
-
});
|
|
140
|
-
a.Popover = (0, t.forwardRef)(function(e, n) {
|
|
141
|
-
return typeof window > "u" ? e.children : (0, E.jsx)(te, j({}, e, { ref: n }));
|
|
142
|
-
});
|
|
143
|
-
}(g), g);
|
|
144
|
-
}
|
|
145
|
-
export {
|
|
146
|
-
ke as __require
|
|
147
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../../../_virtual/PopoverPortal.cjs.js"),p=require("react"),v=require("react-dom");var i;function d(){if(i)return r.__exports;i=1,Object.defineProperty(r.__exports,"__esModule",{value:!0}),r.__exports.PopoverPortal=void 0;var u=p,a=v,l=function(o){var e=o.container,t=o.element,n=o.scoutElement,c=o.children;return(0,u.useLayoutEffect)(function(){return e.appendChild(t),e.appendChild(n),function(){e.removeChild(t),e.removeChild(n)}},[e,t,n]),(0,a.createPortal)(c,t)};return r.__exports.PopoverPortal=l,r.__exports}exports.__require=d;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { __exports as r } from "../../../_virtual/PopoverPortal.es.js";
|
|
2
|
-
import p from "react";
|
|
3
|
-
import v from "react-dom";
|
|
4
|
-
var a;
|
|
5
|
-
function f() {
|
|
6
|
-
if (a) return r;
|
|
7
|
-
a = 1, Object.defineProperty(r, "__esModule", { value: !0 }), r.PopoverPortal = void 0;
|
|
8
|
-
var i = p, l = v, u = function(o) {
|
|
9
|
-
var e = o.container, t = o.element, n = o.scoutElement, c = o.children;
|
|
10
|
-
return (0, i.useLayoutEffect)(function() {
|
|
11
|
-
return e.appendChild(t), e.appendChild(n), function() {
|
|
12
|
-
e.removeChild(t), e.removeChild(n);
|
|
13
|
-
};
|
|
14
|
-
}, [e, t, n]), (0, l.createPortal)(c, t);
|
|
15
|
-
};
|
|
16
|
-
return r.PopoverPortal = u, r;
|
|
17
|
-
}
|
|
18
|
-
export {
|
|
19
|
-
f as __require
|
|
20
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("../../../_virtual/useArrowContainer.cjs.js"),x=require("react");var b;function _(){if(b)return i.__exports;b=1;var u=i.__exports&&i.__exports.__assign||function(){return u=Object.assign||function(a){for(var t,o=1,p=arguments.length;o<p;o++){t=arguments[o];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(a[r]=t[r])}return a},u.apply(this,arguments)};Object.defineProperty(i.__exports,"__esModule",{value:!0}),i.__exports.useArrowContainer=void 0;var l=x,w=function(a){var t=a.childRect,o=a.popoverRect,p=a.position,r=a.arrowSize,c=a.arrowColor,v=(0,l.useMemo)(function(){return{padding:r}},[r]),g=(0,l.useMemo)(function(){return u({position:"absolute"},function(){var s=r*2,e=t.top-o.top+t.height/2-s/2,n=t.left-o.left+t.width/2-s/2,d=r,f=o.width-r,h=o.height-r;switch(n=n<d?d:n,n=n+s>f?f-s:n,e=e<d?d:e,e=e+s>h?h-s:e,e=Number.isNaN(e)?0:e,n=Number.isNaN(n)?0:n,p){case"right":return{borderTop:"".concat(r,"px solid transparent"),borderBottom:"".concat(r,"px solid transparent"),borderRight:"".concat(r,"px solid ").concat(c),left:0,top:e};case"left":return{borderTop:"".concat(r,"px solid transparent"),borderBottom:"".concat(r,"px solid transparent"),borderLeft:"".concat(r,"px solid ").concat(c),right:0,top:e};case"bottom":return{borderLeft:"".concat(r,"px solid transparent"),borderRight:"".concat(r,"px solid transparent"),borderBottom:"".concat(r,"px solid ").concat(c),top:0,left:n};case"top":return{borderLeft:"".concat(r,"px solid transparent"),borderRight:"".concat(r,"px solid transparent"),borderTop:"".concat(r,"px solid ").concat(c),bottom:0,left:n};default:return{display:"hidden"}}}())},[c,r,t.height,t.left,t.top,t.width,o.height,o.left,o.top,o.width,p]);return{arrowContainerStyle:v,arrowStyle:g}};return i.__exports.useArrowContainer=w,i.__exports}exports.__require=_;
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import { __exports as i } from "../../../_virtual/useArrowContainer.es.js";
|
|
2
|
-
import m from "react";
|
|
3
|
-
var w;
|
|
4
|
-
function y() {
|
|
5
|
-
if (w) return i;
|
|
6
|
-
w = 1;
|
|
7
|
-
var u = i && i.__assign || function() {
|
|
8
|
-
return u = Object.assign || function(a) {
|
|
9
|
-
for (var t, o = 1, s = arguments.length; o < s; o++) {
|
|
10
|
-
t = arguments[o];
|
|
11
|
-
for (var r in t) Object.prototype.hasOwnProperty.call(t, r) && (a[r] = t[r]);
|
|
12
|
-
}
|
|
13
|
-
return a;
|
|
14
|
-
}, u.apply(this, arguments);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(i, "__esModule", { value: !0 }), i.useArrowContainer = void 0;
|
|
17
|
-
var l = m, b = function(a) {
|
|
18
|
-
var t = a.childRect, o = a.popoverRect, s = a.position, r = a.arrowSize, p = a.arrowColor, v = (0, l.useMemo)(function() {
|
|
19
|
-
return {
|
|
20
|
-
padding: r
|
|
21
|
-
};
|
|
22
|
-
}, [r]), g = (0, l.useMemo)(function() {
|
|
23
|
-
return u({ position: "absolute" }, function() {
|
|
24
|
-
var c = r * 2, e = t.top - o.top + t.height / 2 - c / 2, n = t.left - o.left + t.width / 2 - c / 2, d = r, f = o.width - r, h = o.height - r;
|
|
25
|
-
switch (n = n < d ? d : n, n = n + c > f ? f - c : n, e = e < d ? d : e, e = e + c > h ? h - c : e, e = Number.isNaN(e) ? 0 : e, n = Number.isNaN(n) ? 0 : n, s) {
|
|
26
|
-
case "right":
|
|
27
|
-
return {
|
|
28
|
-
borderTop: "".concat(r, "px solid transparent"),
|
|
29
|
-
borderBottom: "".concat(r, "px solid transparent"),
|
|
30
|
-
borderRight: "".concat(r, "px solid ").concat(p),
|
|
31
|
-
left: 0,
|
|
32
|
-
top: e
|
|
33
|
-
};
|
|
34
|
-
case "left":
|
|
35
|
-
return {
|
|
36
|
-
borderTop: "".concat(r, "px solid transparent"),
|
|
37
|
-
borderBottom: "".concat(r, "px solid transparent"),
|
|
38
|
-
borderLeft: "".concat(r, "px solid ").concat(p),
|
|
39
|
-
right: 0,
|
|
40
|
-
top: e
|
|
41
|
-
};
|
|
42
|
-
case "bottom":
|
|
43
|
-
return {
|
|
44
|
-
borderLeft: "".concat(r, "px solid transparent"),
|
|
45
|
-
borderRight: "".concat(r, "px solid transparent"),
|
|
46
|
-
borderBottom: "".concat(r, "px solid ").concat(p),
|
|
47
|
-
top: 0,
|
|
48
|
-
left: n
|
|
49
|
-
};
|
|
50
|
-
case "top":
|
|
51
|
-
return {
|
|
52
|
-
borderLeft: "".concat(r, "px solid transparent"),
|
|
53
|
-
borderRight: "".concat(r, "px solid transparent"),
|
|
54
|
-
borderTop: "".concat(r, "px solid ").concat(p),
|
|
55
|
-
bottom: 0,
|
|
56
|
-
left: n
|
|
57
|
-
};
|
|
58
|
-
default:
|
|
59
|
-
return {
|
|
60
|
-
display: "hidden"
|
|
61
|
-
};
|
|
62
|
-
}
|
|
63
|
-
}());
|
|
64
|
-
}, [
|
|
65
|
-
p,
|
|
66
|
-
r,
|
|
67
|
-
t.height,
|
|
68
|
-
t.left,
|
|
69
|
-
t.top,
|
|
70
|
-
t.width,
|
|
71
|
-
o.height,
|
|
72
|
-
o.left,
|
|
73
|
-
o.top,
|
|
74
|
-
o.width,
|
|
75
|
-
s
|
|
76
|
-
]);
|
|
77
|
-
return {
|
|
78
|
-
arrowContainerStyle: v,
|
|
79
|
-
arrowStyle: g
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
|
-
return i.useArrowContainer = b, i;
|
|
83
|
-
}
|
|
84
|
-
export {
|
|
85
|
-
y as __require
|
|
86
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../../../_virtual/useElementRef.cjs.js"),l=require("react"),f=require("./util.cjs.js");var o;function _(){if(o)return t.__exports;o=1,Object.defineProperty(t.__exports,"__esModule",{value:!0}),t.__exports.useElementRef=void 0;var r=l,i=f.__require(),c=function(s){var n=s.containerClassName,u=s.containerStyle,a=(0,r.useRef)(),e=(0,r.useState)(function(){return(0,i.createContainer)({containerStyle:u,containerClassName:n})})[0];return(0,r.useLayoutEffect)(function(){e.className=n},[n,e]),(0,r.useLayoutEffect)(function(){Object.assign(e.style,u)},[u,e]),a.current=e,a};return t.__exports.useElementRef=c,t.__exports}exports.__require=_;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { __exports as t } from "../../../_virtual/useElementRef.es.js";
|
|
2
|
-
import c from "react";
|
|
3
|
-
import { __require as l } from "./util.es.js";
|
|
4
|
-
var i;
|
|
5
|
-
function R() {
|
|
6
|
-
if (i) return t;
|
|
7
|
-
i = 1, Object.defineProperty(t, "__esModule", { value: !0 }), t.useElementRef = void 0;
|
|
8
|
-
var r = c, o = l(), f = function(u) {
|
|
9
|
-
var n = u.containerClassName, a = u.containerStyle, s = (0, r.useRef)(), e = (0, r.useState)(function() {
|
|
10
|
-
return (0, o.createContainer)({ containerStyle: a, containerClassName: n });
|
|
11
|
-
})[0];
|
|
12
|
-
return (0, r.useLayoutEffect)(function() {
|
|
13
|
-
e.className = n;
|
|
14
|
-
}, [n, e]), (0, r.useLayoutEffect)(function() {
|
|
15
|
-
Object.assign(e.style, a);
|
|
16
|
-
}, [a, e]), s.current = e, s;
|
|
17
|
-
};
|
|
18
|
-
return t.useElementRef = f, t;
|
|
19
|
-
}
|
|
20
|
-
export {
|
|
21
|
-
R as __require
|
|
22
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("../../../_virtual/useHandlePrevValues.cjs.js"),c=require("react");var d;function f(){if(d)return n.__exports;d=1,Object.defineProperty(n.__exports,"__esModule",{value:!0}),n.__exports.useHandlePrevValues=void 0;var r=c,v=function(e){var t=(0,r.useRef)(e.positions),u=(0,r.useRef)(e.reposition),a=(0,r.useRef)(e.transformMode),o=(0,r.useRef)(e.transform),s=(0,r.useRef)(e.boundaryElement),i=(0,r.useRef)(e.boundaryInset),l=(0,r.useCallback)(function(){t.current=e.positions,u.current=e.reposition,a.current=e.transformMode,o.current=e.transform,s.current=e.boundaryElement,i.current=e.boundaryInset},[e.boundaryElement,e.boundaryInset,e.positions,e.reposition,e.transform,e.transformMode]);return{prev:{positions:t.current,reposition:u.current,transformMode:a.current,transform:o.current,boundaryElement:s.current,boundaryInset:i.current},updatePrevValues:l}};return n.__exports.useHandlePrevValues=v,n.__exports}exports.__require=f;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { __exports as n } from "../../../_virtual/useHandlePrevValues.es.js";
|
|
2
|
-
import l from "react";
|
|
3
|
-
var d;
|
|
4
|
-
function y() {
|
|
5
|
-
if (d) return n;
|
|
6
|
-
d = 1, Object.defineProperty(n, "__esModule", { value: !0 }), n.useHandlePrevValues = void 0;
|
|
7
|
-
var r = l, v = function(e) {
|
|
8
|
-
var t = (0, r.useRef)(e.positions), u = (0, r.useRef)(e.reposition), a = (0, r.useRef)(e.transformMode), o = (0, r.useRef)(e.transform), s = (0, r.useRef)(e.boundaryElement), i = (0, r.useRef)(e.boundaryInset), f = (0, r.useCallback)(function() {
|
|
9
|
-
t.current = e.positions, u.current = e.reposition, a.current = e.transformMode, o.current = e.transform, s.current = e.boundaryElement, i.current = e.boundaryInset;
|
|
10
|
-
}, [
|
|
11
|
-
e.boundaryElement,
|
|
12
|
-
e.boundaryInset,
|
|
13
|
-
e.positions,
|
|
14
|
-
e.reposition,
|
|
15
|
-
e.transform,
|
|
16
|
-
e.transformMode
|
|
17
|
-
]);
|
|
18
|
-
return {
|
|
19
|
-
prev: {
|
|
20
|
-
positions: t.current,
|
|
21
|
-
reposition: u.current,
|
|
22
|
-
transformMode: a.current,
|
|
23
|
-
transform: o.current,
|
|
24
|
-
boundaryElement: s.current,
|
|
25
|
-
boundaryInset: i.current
|
|
26
|
-
},
|
|
27
|
-
updatePrevValues: f
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
return n.useHandlePrevValues = v, n;
|
|
31
|
-
}
|
|
32
|
-
export {
|
|
33
|
-
y as __require
|
|
34
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("../../../_virtual/useMemoizedArray.cjs.js"),c=require("react");var i;function _(){if(i)return u.__exports;i=1,Object.defineProperty(u.__exports,"__esModule",{value:!0}),u.__exports.useMemoizedArray=void 0;var o=c,n=function(e){var r=(0,o.useRef)(e),s=(0,o.useMemo)(function(){if(r.current===e)return r.current;if(r.current.length!==e.length)return r.current=e,e;for(var t=0;t<e.length;t+=1)if(e[t]!==r.current[t])return r.current=e,e;return r.current},[e]);return s};return u.__exports.useMemoizedArray=n,u.__exports}exports.__require=_;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { __exports as u } from "../../../_virtual/useMemoizedArray.es.js";
|
|
2
|
-
import c from "react";
|
|
3
|
-
var i;
|
|
4
|
-
function m() {
|
|
5
|
-
if (i) return u;
|
|
6
|
-
i = 1, Object.defineProperty(u, "__esModule", { value: !0 }), u.useMemoizedArray = void 0;
|
|
7
|
-
var o = c, n = function(e) {
|
|
8
|
-
var r = (0, o.useRef)(e), f = (0, o.useMemo)(function() {
|
|
9
|
-
if (r.current === e)
|
|
10
|
-
return r.current;
|
|
11
|
-
if (r.current.length !== e.length)
|
|
12
|
-
return r.current = e, e;
|
|
13
|
-
for (var t = 0; t < e.length; t += 1)
|
|
14
|
-
if (e[t] !== r.current[t])
|
|
15
|
-
return r.current = e, e;
|
|
16
|
-
return r.current;
|
|
17
|
-
}, [e]);
|
|
18
|
-
return f;
|
|
19
|
-
};
|
|
20
|
-
return u.useMemoizedArray = n, u;
|
|
21
|
-
}
|
|
22
|
-
export {
|
|
23
|
-
m as __require
|
|
24
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const x=require("../../../_virtual/usePopover.cjs.js"),se=require("react"),ve=require("./util.cjs.js"),ge=require("./useElementRef.cjs.js");var re;function Re(){if(re)return x.__exports;re=1,Object.defineProperty(x.__exports,"__esModule",{value:!0}),x.__exports.usePopover=void 0;var ae=se,l=ve.__require(),V=ge.__require(),de={position:"fixed",overflow:"visible",top:"0px",left:"0px"},pe={position:"fixed",top:"0px",left:"0px",width:"0px",height:"0px",visibility:"hidden"},ce=function(e){var T=e.isOpen,P=e.childRef,_=e.positions,m=e.containerClassName,q=e.parentElement,i=e.transform,B=e.transformMode,R=e.align,h=e.padding,E=e.reposition,o=e.boundaryInset,w=e.boundaryElement,C=e.onPositionPopover,f=(0,V.useElementRef)({containerClassName:"react-tiny-popover-scout",containerStyle:pe}),u=(0,V.useElementRef)({containerClassName:m!=null&&m.length>0&&m!=="react-tiny-popover-container"?"react-tiny-popover-container ".concat(m):"react-tiny-popover-container",containerStyle:de}),Y=(0,ae.useCallback)(function(j){var I,S,s=j===void 0?{}:j,U=s.positionIndex,N=U===void 0?0:U,k=s.parentRect,r=k===void 0?q.getBoundingClientRect():k,$=s.childRect,v=$===void 0?(I=P==null?void 0:P.current)===null||I===void 0?void 0:I.getBoundingClientRect():$,z=s.scoutRect,M=z===void 0?(S=f==null?void 0:f.current)===null||S===void 0?void 0:S.getBoundingClientRect():z,A=s.popoverRect,y=A===void 0?u.current.getBoundingClientRect():A,D=s.boundaryRect,n=D===void 0?w===q?r:w.getBoundingClientRect():D;if(!(!v||!r||!T)){if(i&&B==="absolute"){var F=typeof i=="function"?i({childRect:v,popoverRect:y,parentRect:r,boundaryRect:n,padding:h,align:R,nudgedTop:0,nudgedLeft:0,boundaryInset:o,violations:l.EMPTY_RECT,hasViolations:!1}):i,G=F.top,H=F.left,J=Math.round(r.left+H-M.left),K=Math.round(r.top+G-M.top);u.current.style.transform="translate(".concat(J,"px, ").concat(K,"px)"),C({childRect:v,popoverRect:(0,l.createRect)({left:J,top:K,width:y.width,height:y.height}),parentRect:r,boundaryRect:n,padding:h,align:R,transform:{top:G,left:H},nudgedTop:0,nudgedLeft:0,boundaryInset:o,violations:l.EMPTY_RECT,hasViolations:!1});return}var O=N===_.length,L=O?_[0]:_[N],Q=(0,l.getNewPopoverRect)({childRect:v,popoverRect:y,boundaryRect:n,position:L,align:R,padding:h,reposition:E},o),b=Q.rect,le=Q.boundaryViolation;if(le&&E&&!O){Y({positionIndex:N+1,childRect:v,popoverRect:y,parentRect:r,boundaryRect:n});return}var W=b.top,X=b.left,Z=b.width,ee=b.height,ue=E&&!O,te=(0,l.getNudgedPopoverRect)(b,n,o),oe=te.left,ne=te.top,a=W,d=X;ue&&(a=ne,d=oe),a=Math.round(a-M.top),d=Math.round(d-M.left),u.current.style.transform="translate(".concat(d,"px, ").concat(a,"px)");var t={top:n.top+o-a,left:n.left+o-d,right:d+Z-n.right+o,bottom:a+ee-n.bottom+o},g={childRect:v,popoverRect:(0,l.createRect)({left:d,top:a,width:Z,height:ee}),parentRect:r,boundaryRect:n,position:L,align:R,padding:h,nudgedTop:ne-W,nudgedLeft:oe-X,boundaryInset:o,violations:{top:t.top<=0?0:t.top,left:t.left<=0?0:t.left,right:t.right<=0?0:t.right,bottom:t.bottom<=0?0:t.bottom},hasViolations:t.top>0||t.left>0||t.right>0||t.bottom>0};if(i){C(g);var ie=typeof i=="function"?i(g):i,p=ie.top,c=ie.left;u.current.style.transform="translate(".concat(Math.round(d+(c??0)),"px, ").concat(Math.round(a+(p??0)),"px)"),g.nudgedLeft+=c??0,g.nudgedTop+=p??0,g.transform={top:p,left:c}}C(g)}},[q,P,f,u,w,T,i,B,_,R,h,E,o,C]);return{positionPopover:Y,popoverRef:u,scoutRef:f}};return x.__exports.usePopover=ce,x.__exports}exports.__require=Re;
|
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
import { __exports as m } from "../../../_virtual/usePopover.es.js";
|
|
2
|
-
import ve from "react";
|
|
3
|
-
import { __require as se } from "./util.es.js";
|
|
4
|
-
import { __require as Re } from "./useElementRef.es.js";
|
|
5
|
-
var re;
|
|
6
|
-
function be() {
|
|
7
|
-
if (re) return m;
|
|
8
|
-
re = 1, Object.defineProperty(m, "__esModule", { value: !0 }), m.usePopover = void 0;
|
|
9
|
-
var ae = ve, c = se(), S = Re(), de = {
|
|
10
|
-
position: "fixed",
|
|
11
|
-
overflow: "visible",
|
|
12
|
-
top: "0px",
|
|
13
|
-
left: "0px"
|
|
14
|
-
}, pe = {
|
|
15
|
-
position: "fixed",
|
|
16
|
-
top: "0px",
|
|
17
|
-
left: "0px",
|
|
18
|
-
width: "0px",
|
|
19
|
-
height: "0px",
|
|
20
|
-
visibility: "hidden"
|
|
21
|
-
}, le = function(e) {
|
|
22
|
-
var B = e.isOpen, x = e.childRef, P = e.positions, E = e.containerClassName, w = e.parentElement, i = e.transform, T = e.transformMode, g = e.align, f = e.padding, C = e.reposition, o = e.boundaryInset, I = e.boundaryElement, _ = e.onPositionPopover, h = (0, S.useElementRef)({
|
|
23
|
-
containerClassName: "react-tiny-popover-scout",
|
|
24
|
-
containerStyle: pe
|
|
25
|
-
}), u = (0, S.useElementRef)({
|
|
26
|
-
containerClassName: E != null && E.length > 0 && E !== "react-tiny-popover-container" ? "react-tiny-popover-container ".concat(E) : "react-tiny-popover-container",
|
|
27
|
-
containerStyle: de
|
|
28
|
-
}), U = (0, ae.useCallback)(function(Y) {
|
|
29
|
-
var q, N, v = Y === void 0 ? {} : Y, j = v.positionIndex, V = j === void 0 ? 0 : j, k = v.parentRect, r = k === void 0 ? w.getBoundingClientRect() : k, $ = v.childRect, s = $ === void 0 ? (q = x == null ? void 0 : x.current) === null || q === void 0 ? void 0 : q.getBoundingClientRect() : $, z = v.scoutRect, M = z === void 0 ? (N = h == null ? void 0 : h.current) === null || N === void 0 ? void 0 : N.getBoundingClientRect() : z, A = v.popoverRect, y = A === void 0 ? u.current.getBoundingClientRect() : A, D = v.boundaryRect, n = D === void 0 ? I === w ? r : I.getBoundingClientRect() : D;
|
|
30
|
-
if (!(!s || !r || !B)) {
|
|
31
|
-
if (i && T === "absolute") {
|
|
32
|
-
var F = typeof i == "function" ? i({
|
|
33
|
-
childRect: s,
|
|
34
|
-
popoverRect: y,
|
|
35
|
-
parentRect: r,
|
|
36
|
-
boundaryRect: n,
|
|
37
|
-
padding: f,
|
|
38
|
-
align: g,
|
|
39
|
-
nudgedTop: 0,
|
|
40
|
-
nudgedLeft: 0,
|
|
41
|
-
boundaryInset: o,
|
|
42
|
-
violations: c.EMPTY_RECT,
|
|
43
|
-
hasViolations: !1
|
|
44
|
-
}) : i, G = F.top, H = F.left, J = Math.round(r.left + H - M.left), K = Math.round(r.top + G - M.top);
|
|
45
|
-
u.current.style.transform = "translate(".concat(J, "px, ").concat(K, "px)"), _({
|
|
46
|
-
childRect: s,
|
|
47
|
-
popoverRect: (0, c.createRect)({
|
|
48
|
-
left: J,
|
|
49
|
-
top: K,
|
|
50
|
-
width: y.width,
|
|
51
|
-
height: y.height
|
|
52
|
-
}),
|
|
53
|
-
parentRect: r,
|
|
54
|
-
boundaryRect: n,
|
|
55
|
-
padding: f,
|
|
56
|
-
align: g,
|
|
57
|
-
transform: { top: G, left: H },
|
|
58
|
-
nudgedTop: 0,
|
|
59
|
-
nudgedLeft: 0,
|
|
60
|
-
boundaryInset: o,
|
|
61
|
-
violations: c.EMPTY_RECT,
|
|
62
|
-
hasViolations: !1
|
|
63
|
-
});
|
|
64
|
-
return;
|
|
65
|
-
}
|
|
66
|
-
var O = V === P.length, L = O ? P[0] : P[V], Q = (0, c.getNewPopoverRect)({
|
|
67
|
-
childRect: s,
|
|
68
|
-
popoverRect: y,
|
|
69
|
-
boundaryRect: n,
|
|
70
|
-
position: L,
|
|
71
|
-
align: g,
|
|
72
|
-
padding: f,
|
|
73
|
-
reposition: C
|
|
74
|
-
}, o), b = Q.rect, ce = Q.boundaryViolation;
|
|
75
|
-
if (ce && C && !O) {
|
|
76
|
-
U({
|
|
77
|
-
positionIndex: V + 1,
|
|
78
|
-
childRect: s,
|
|
79
|
-
popoverRect: y,
|
|
80
|
-
parentRect: r,
|
|
81
|
-
boundaryRect: n
|
|
82
|
-
});
|
|
83
|
-
return;
|
|
84
|
-
}
|
|
85
|
-
var W = b.top, X = b.left, Z = b.width, ee = b.height, ue = C && !O, te = (0, c.getNudgedPopoverRect)(b, n, o), oe = te.left, ne = te.top, a = W, d = X;
|
|
86
|
-
ue && (a = ne, d = oe), a = Math.round(a - M.top), d = Math.round(d - M.left), u.current.style.transform = "translate(".concat(d, "px, ").concat(a, "px)");
|
|
87
|
-
var t = {
|
|
88
|
-
top: n.top + o - a,
|
|
89
|
-
left: n.left + o - d,
|
|
90
|
-
right: d + Z - n.right + o,
|
|
91
|
-
bottom: a + ee - n.bottom + o
|
|
92
|
-
}, R = {
|
|
93
|
-
childRect: s,
|
|
94
|
-
popoverRect: (0, c.createRect)({ left: d, top: a, width: Z, height: ee }),
|
|
95
|
-
parentRect: r,
|
|
96
|
-
boundaryRect: n,
|
|
97
|
-
position: L,
|
|
98
|
-
align: g,
|
|
99
|
-
padding: f,
|
|
100
|
-
nudgedTop: ne - W,
|
|
101
|
-
nudgedLeft: oe - X,
|
|
102
|
-
boundaryInset: o,
|
|
103
|
-
violations: {
|
|
104
|
-
top: t.top <= 0 ? 0 : t.top,
|
|
105
|
-
left: t.left <= 0 ? 0 : t.left,
|
|
106
|
-
right: t.right <= 0 ? 0 : t.right,
|
|
107
|
-
bottom: t.bottom <= 0 ? 0 : t.bottom
|
|
108
|
-
},
|
|
109
|
-
hasViolations: t.top > 0 || t.left > 0 || t.right > 0 || t.bottom > 0
|
|
110
|
-
};
|
|
111
|
-
if (i) {
|
|
112
|
-
_(R);
|
|
113
|
-
var ie = typeof i == "function" ? i(R) : i, p = ie.top, l = ie.left;
|
|
114
|
-
u.current.style.transform = "translate(".concat(Math.round(d + (l ?? 0)), "px, ").concat(Math.round(a + (p ?? 0)), "px)"), R.nudgedLeft += l ?? 0, R.nudgedTop += p ?? 0, R.transform = { top: p, left: l };
|
|
115
|
-
}
|
|
116
|
-
_(R);
|
|
117
|
-
}
|
|
118
|
-
}, [
|
|
119
|
-
w,
|
|
120
|
-
x,
|
|
121
|
-
h,
|
|
122
|
-
u,
|
|
123
|
-
I,
|
|
124
|
-
B,
|
|
125
|
-
i,
|
|
126
|
-
T,
|
|
127
|
-
P,
|
|
128
|
-
g,
|
|
129
|
-
f,
|
|
130
|
-
C,
|
|
131
|
-
o,
|
|
132
|
-
_
|
|
133
|
-
]);
|
|
134
|
-
return { positionPopover: U, popoverRef: u, scoutRef: h };
|
|
135
|
-
};
|
|
136
|
-
return m.usePopover = le, m;
|
|
137
|
-
}
|
|
138
|
-
export {
|
|
139
|
-
be as __require
|
|
140
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const h=require("../../../_virtual/util.cjs.js");var s;function N(){return s||(s=1,function(r){var g=h.__exports&&h.__exports.__assign||function(){return g=Object.assign||function(o){for(var t,i=1,n=arguments.length;i<n;i++){t=arguments[i];for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&(o[e]=t[e])}return o},g.apply(this,arguments)};Object.defineProperty(r,"__esModule",{value:!0}),r.getNudgedPopoverRect=r.getNewPopoverRect=r.popoverRectForPosition=r.createContainer=r.rectsAreEqual=r.createRect=r.EMPTY_RECT=void 0,r.EMPTY_RECT={top:0,left:0,right:0,bottom:0,width:0,height:0};var m=function(o){var t=o.top,i=o.left,n=o.width,e=o.height;return{top:t,left:i,width:n,height:e,right:i+n,bottom:t+e}};r.createRect=m;var w=function(o,t){return o===t||(o==null?void 0:o.bottom)===(t==null?void 0:t.bottom)&&(o==null?void 0:o.height)===(t==null?void 0:t.height)&&(o==null?void 0:o.left)===(t==null?void 0:t.left)&&(o==null?void 0:o.right)===(t==null?void 0:t.right)&&(o==null?void 0:o.top)===(t==null?void 0:t.top)&&(o==null?void 0:o.width)===(t==null?void 0:t.width)};r.rectsAreEqual=w;var b=function(o){var t=o.containerStyle,i=o.containerClassName,n=window.document.createElement("div");return i&&(n.className=i),Object.assign(n.style,t),n};r.createContainer=b;var p=function(o,t,i,n,e){var d=t.left+t.width/2,f=t.top+t.height/2,v=i.width,l=i.height,a,u;switch(o){case"left":a=f-l/2,u=t.left-n-v,e==="start"&&(a=t.top),e==="end"&&(a=t.bottom-l);break;case"bottom":a=t.bottom+n,u=d-v/2,e==="start"&&(u=t.left),e==="end"&&(u=t.right-v);break;case"right":a=f-l/2,u=t.right+n,e==="start"&&(a=t.top),e==="end"&&(a=t.bottom-l);break;default:a=t.top-l-n,u=d-v/2,e==="start"&&(u=t.left),e==="end"&&(u=t.right-v);break}return(0,r.createRect)({left:u,top:a,width:v,height:l})};r.popoverRectForPosition=p;var P=function(o,t){var i=o.position,n=o.align,e=o.childRect,d=o.popoverRect,f=o.boundaryRect,v=o.padding,l=o.reposition,a=(0,r.popoverRectForPosition)(i,e,d,v,n),u=l&&(i==="top"&&a.top<f.top+t||i==="left"&&a.left<f.left+t||i==="right"&&a.right>f.right-t||i==="bottom"&&a.bottom>f.bottom-t);return{rect:a,boundaryViolation:u}};r.getNewPopoverRect=P;var _=function(o,t,i){var n=t.top+i,e=t.left+i,d=t.right-i,f=t.bottom-i,v=o.top<n?n:o.top;v=v+o.height>f?f-o.height:v;var l=o.left<e?e:o.left;return l=l+o.width>d?d-o.width:l,(0,r.createRect)(g(g({},o),{top:v,left:l}))};r.getNudgedPopoverRect=_}(h.__exports)),h.__exports}exports.__require=N;
|