@zenpatient-org/healthspan-marketing-ui 0.1.170 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -2
- package/dist/assets/svg/badge-icon.svg +13 -0
- package/dist/assets/svg/company-logo.svg +3 -0
- package/dist/components/Accordion/Accordion.cjs.js +1 -1
- package/dist/components/Accordion/Accordion.es.js +4 -4
- package/dist/components/Accordion/accordion.module.css +8 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs.js +1 -1
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.es.js +9 -9
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css +59 -0
- package/dist/components/AnchorLinks/AnchorLinks.cjs.js +1 -1
- package/dist/components/AnchorLinks/AnchorLinks.es.js +16 -16
- package/dist/components/AnchorLinks/anchorLinks.module.css +42 -0
- package/dist/components/Benefit/Benefit.cjs.js +1 -1
- package/dist/components/Benefit/Benefit.es.js +6 -6
- package/dist/components/Benefit/benefit.module.css +21 -0
- package/dist/components/Button/Button.cjs.js +1 -1
- package/dist/components/Button/Button.es.js +1 -1
- package/dist/components/Button/button.module.css +164 -0
- package/dist/components/Callback/Callback.cjs.js +1 -1
- package/dist/components/Callback/Callback.es.js +10 -10
- package/dist/components/Callback/callback.module.css +237 -0
- package/dist/components/Checkbox/Checkbox.cjs.js +1 -1
- package/dist/components/Checkbox/Checkbox.es.js +7 -7
- package/dist/components/Checkbox/assets/checkbox-checkmark.svg +3 -0
- package/dist/components/Checkbox/assets/checkbox-dash.svg +3 -0
- package/dist/components/Checkbox/assets/checkbox-error.svg +3 -0
- package/dist/components/Checkbox/checkbox.module.css +112 -0
- package/dist/components/ClaimBlock/ClaimBlock.cjs.js +1 -1
- package/dist/components/ClaimBlock/ClaimBlock.es.js +1 -1
- package/dist/components/ClaimBlock/claimBlock.module.css +49 -0
- package/dist/components/ColoredDivider/ColoredDivider.cjs.js +1 -1
- package/dist/components/ColoredDivider/ColoredDivider.es.js +5 -5
- package/dist/components/ColoredDivider/coloredDivider.module.css +70 -0
- package/dist/components/ComplexImageCarousel/ComplexCarousel/ComplexCarousel.cjs.js +1 -1
- package/dist/components/ComplexImageCarousel/ComplexCarousel/ComplexCarousel.es.js +7 -7
- package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css +125 -0
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.cjs.js +1 -1
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.es.js +3 -3
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/SimpleImageCarousel.cjs.js +1 -1
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/SimpleImageCarousel.es.js +11 -12
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css +51 -0
- package/dist/components/ComplexImageCarousel/useComplexImageCarousel.cjs.js +1 -1
- package/dist/components/ComplexImageCarousel/useComplexImageCarousel.es.js +33 -33
- package/dist/components/ComplexTooltip/ComplexTooltip.cjs.js +1 -1
- package/dist/components/ComplexTooltip/ComplexTooltip.es.js +23 -23
- package/dist/components/ComplexTooltip/complexTooltip.module.css +3 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.cjs.js +1 -1
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.es.js +12 -12
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css +74 -0
- package/dist/components/ContentTabs/ContentTabs.cjs.js +1 -1
- package/dist/components/ContentTabs/ContentTabs.es.js +2 -2
- package/dist/components/ContentTabs/contentTabs.module.css +88 -0
- package/dist/components/Cursor/Cursor.cjs.js +1 -1
- package/dist/components/Cursor/Cursor.es.js +1 -1
- package/dist/components/Cursor/assets/cursor_story_trigger_bg.png +0 -0
- package/dist/components/Cursor/components/ClientCursor.cjs.js +1 -1
- package/dist/components/Cursor/components/ClientCursor.es.js +1 -1
- package/dist/components/Cursor/components/clientCursor.module.css +36 -0
- package/dist/components/FAQComponent/FAQComponent.cjs.js +1 -1
- package/dist/components/FAQComponent/FAQComponent.es.js +15 -15
- package/dist/components/FAQComponent/faqComponent.module.css +40 -0
- package/dist/components/FAQComponentItem/FAQComponentItem.cjs.js +1 -1
- package/dist/components/FAQComponentItem/FAQComponentItem.es.js +16 -16
- package/dist/components/FAQComponentItem/faqComponentItem.module.css +149 -0
- package/dist/components/FilterError/FilterError.cjs.js +1 -1
- package/dist/components/FilterError/FilterError.es.js +1 -1
- package/dist/components/FilterError/filterError.module.css +21 -0
- package/dist/components/FilterMenu/FilterMenu.cjs.js +1 -1
- package/dist/components/FilterMenu/FilterMenu.es.js +2 -2
- package/dist/components/FilterMenu/filterMenu.module.css +106 -0
- package/dist/components/GalleryPagination/GalleryPagination.cjs.js +1 -1
- package/dist/components/GalleryPagination/GalleryPagination.es.js +1 -1
- package/dist/components/GalleryPagination/galleryPagination.module.css +38 -0
- package/dist/components/HighlightedTitle/HighlightedTitle.cjs.js +1 -1
- package/dist/components/HighlightedTitle/HighlightedTitle.es.js +7 -7
- package/dist/components/HighlightedTitle/highlightedTitle.module.css +59 -0
- package/dist/components/Icon/Icon.cjs.js +1 -1
- package/dist/components/IconBracket/IconBracket.cjs.js +1 -1
- package/dist/components/IconBracket/IconBracket.es.js +3 -3
- package/dist/components/IconBracket/iconBracket.module.css +64 -0
- package/dist/components/IconButton/IconButton.cjs.js +1 -1
- package/dist/components/IconButton/IconButton.es.js +1 -1
- package/dist/components/IconButton/iconButton.module.css +119 -0
- package/dist/components/ImageGallery/ImageGallery.cjs.js +1 -1
- package/dist/components/ImageGallery/ImageGallery.es.js +5 -5
- package/dist/components/ImageGallery/imageGallery.module.css +64 -0
- package/dist/components/InfiniteScroll/InfiniteScroll.cjs.js +1 -1
- package/dist/components/InfiniteScroll/InfiniteScroll.es.js +17 -17
- package/dist/components/InfiniteScroll/infiniteScroll.module.css +35 -0
- package/dist/components/Label/Label.cjs.js +1 -1
- package/dist/components/Label/Label.es.js +10 -11
- package/dist/components/Label/label.module.css +70 -0
- package/dist/components/Pagination/Pagination.cjs.js +1 -1
- package/dist/components/Pagination/Pagination.es.js +1 -1
- package/dist/components/Pagination/pagination.module.css +59 -0
- package/dist/components/PlayButton/PlayButton.cjs.js +1 -1
- package/dist/components/PlayButton/PlayButton.es.js +1 -1
- package/dist/components/PlayButton/playButton.module.css +30 -0
- package/dist/components/Pricing/Pricing.cjs.js +1 -1
- package/dist/components/Pricing/Pricing.es.js +15 -15
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.cjs.js +1 -1
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.es.js +6 -6
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css +9 -0
- package/dist/components/Pricing/pricing.module.css +123 -0
- package/dist/components/Pricing/types.d.ts +1 -3
- package/dist/components/ProductGallery/ProductGallery.cjs.js +1 -1
- package/dist/components/ProductGallery/ProductGallery.es.js +5 -5
- package/dist/components/ProductGallery/productGallery.module.css +157 -0
- package/dist/components/ProductGalleryCard/ProductGalleryCard.cjs.js +1 -1
- package/dist/components/ProductGalleryCard/ProductGalleryCard.es.js +13 -13
- package/dist/components/ProductGalleryCard/productGalleryCard.module.css +100 -0
- package/dist/components/ProductListing/ProductListing.cjs.js +1 -1
- package/dist/components/ProductListing/ProductListing.es.js +3 -3
- package/dist/components/ProductListing/productListing.module.css +102 -0
- package/dist/components/ProductPairs/ProductPairs.cjs.js +1 -1
- package/dist/components/ProductPairs/ProductPairs.es.js +7 -7
- package/dist/components/ProductPairs/productPairs.module.css +112 -0
- package/dist/components/ProgramCard/ProgramCard.cjs.js +1 -1
- package/dist/components/ProgramCard/ProgramCard.es.js +8 -8
- package/dist/components/ProgramCard/assets/program_card_bg.png +0 -0
- package/dist/components/ProgramCard/programCard.module.css +97 -0
- package/dist/components/ProgressButton/ProgressButton.cjs.js +1 -1
- package/dist/components/ProgressButton/ProgressButton.es.js +2 -2
- package/dist/components/ProgressButton/progressButton.module.css +76 -0
- package/dist/components/RadioButton/RadioButton.cjs.js +1 -1
- package/dist/components/RadioButton/RadioButton.es.js +1 -1
- package/dist/components/RadioButton/radioButton.module.css +75 -0
- package/dist/components/RatingStars/RatingStars.cjs.js +1 -1
- package/dist/components/RatingStars/RatingStars.es.js +4 -4
- package/dist/components/RatingStars/ratingStars.module.css +56 -0
- package/dist/components/Skeleton/Skeleton.cjs.js +1 -1
- package/dist/components/Skeleton/Skeleton.es.js +1 -1
- package/dist/components/Skeleton/skeleton.module.css +28 -0
- package/dist/components/SmartCallout/SmartCallout.cjs.js +1 -1
- package/dist/components/SmartCallout/SmartCallout.es.js +3 -3
- package/dist/components/SmartCallout/smartCallout.module.css +9 -0
- package/dist/components/StepsCarousel/StepsCarousel.cjs.js +1 -1
- package/dist/components/StepsCarousel/StepsCarousel.es.js +21 -37
- package/dist/components/StepsCarousel/stepsCarousel.module.css +276 -0
- package/dist/components/StudyGridCard/StudyGridCard.cjs.js +1 -1
- package/dist/components/StudyGridCard/StudyGridCard.es.js +24 -29
- package/dist/components/StudyGridCard/studyGridCard.module.css +208 -0
- package/dist/components/Tabs/Tabs.cjs.js +1 -1
- package/dist/components/Tabs/Tabs.es.js +1 -1
- package/dist/components/Tabs/TabsWithFade.cjs.js +1 -1
- package/dist/components/Tabs/TabsWithFade.es.js +1 -1
- package/dist/components/Tabs/tabs.module.css +280 -0
- package/dist/components/Tag/Tag.cjs.js +1 -1
- package/dist/components/Tag/Tag.es.js +15 -16
- package/dist/components/Tag/tag.module.css +100 -0
- package/dist/components/TextButton/TextButton.cjs.js +1 -1
- package/dist/components/TextButton/TextButton.es.js +1 -1
- package/dist/components/TextButton/textButton.module.css +106 -0
- package/dist/components/TextInput/TextInput.cjs.js +1 -1
- package/dist/components/TextInput/TextInput.es.js +1 -1
- package/dist/components/TextInput/textInput.module.css +163 -0
- package/dist/components/TypeBadge/TypeBadge.cjs.js +1 -1
- package/dist/components/TypeBadge/TypeBadge.es.js +1 -1
- package/dist/components/TypeBadge/typeBadge.module.css +44 -0
- package/dist/components/Typography/Typography.cjs.js +1 -1
- package/dist/components/Typography/Typography.es.js +9 -9
- package/dist/components/Typography/typography.module.css +602 -0
- package/dist/fonts/SoehneMono/soehne-mono-buch-kursiv.woff2 +0 -0
- package/dist/fonts/SoehneMono/soehne-mono-buch.woff2 +0 -0
- package/dist/fonts/SoehneMono/style.css +15 -0
- package/dist/fonts/SuisseIntl/SuisseIntl-Medium.woff2 +0 -0
- package/dist/fonts/SuisseIntl/SuisseIntl-Regular.woff2 +0 -0
- package/dist/fonts/SuisseIntl/SuisseIntl-Semibold.woff2 +0 -0
- package/dist/fonts/SuisseIntl/style.css +23 -0
- package/dist/fonts/index.css +7 -0
- package/dist/icons/action/alert-error-fill.svg +5 -0
- package/dist/icons/action/alert-error.svg +5 -0
- package/dist/icons/action/bracket-left.svg +3 -0
- package/dist/icons/action/bracket-right.svg +3 -0
- package/dist/icons/action/check.svg +5 -0
- package/dist/icons/action/circle-check-fill.svg +5 -0
- package/dist/icons/action/circle-check.svg +5 -0
- package/dist/icons/action/close.svg +5 -0
- package/dist/icons/action/dot.svg +3 -0
- package/dist/icons/action/help.svg +5 -0
- package/dist/icons/action/info.svg +5 -0
- package/dist/icons/action/invisible.svg +1 -0
- package/dist/icons/action/menu.svg +5 -0
- package/dist/icons/action/play.svg +3 -0
- package/dist/icons/action/plus.svg +5 -0
- package/dist/icons/action/profile.svg +1 -0
- package/dist/icons/action/remove.svg +5 -0
- package/dist/icons/action/search.svg +5 -0
- package/dist/icons/action/visible.svg +1 -0
- package/dist/icons/action/warning.svg +5 -0
- package/dist/icons/arrow/arrow-back.svg +5 -0
- package/dist/icons/arrow/arrow-downward.svg +5 -0
- package/dist/icons/arrow/arrow-forward-thin.svg +4 -0
- package/dist/icons/arrow/arrow-forward.svg +5 -0
- package/dist/icons/arrow/arrow-insert.svg +5 -0
- package/dist/icons/arrow/arrow-outward.svg +5 -0
- package/dist/icons/arrow/arrow-return.svg +5 -0
- package/dist/icons/arrow/arrow-upward.svg +5 -0
- package/dist/icons/arrow/chevron-back.svg +5 -0
- package/dist/icons/arrow/chevron-down.svg +5 -0
- package/dist/icons/arrow/chevron-forward.svg +5 -0
- package/dist/icons/arrow/chevron-up.svg +5 -0
- package/dist/icons/bold/arrow-bold.svg +3 -0
- package/dist/icons/bold/close-bold.svg +3 -0
- package/dist/icons/bold/dot-bold.svg +3 -0
- package/dist/icons/bold/plus-bold.svg +3 -0
- package/dist/icons/chat/message-fill.svg +5 -0
- package/dist/icons/chat/message.svg +5 -0
- package/dist/icons/eCommerce/calendar.svg +5 -0
- package/dist/icons/eCommerce/cart.svg +5 -0
- package/dist/icons/eCommerce/package-fill.svg +5 -0
- package/dist/icons/eCommerce/package.svg +5 -0
- package/dist/icons/faces/smile-fill.svg +5 -0
- package/dist/icons/faces/smile.svg +5 -0
- package/dist/icons/global/cookie.svg +1 -0
- package/dist/icons/global/filter.svg +5 -0
- package/dist/icons/global/pin-drop.svg +5 -0
- package/dist/icons/global/settings.svg +1 -0
- package/dist/icons/indicators/circle-dash-fill.svg +11 -0
- package/dist/icons/indicators/circle-dash.svg +16 -0
- package/dist/icons/map/pin-drop.svg +5 -0
- package/dist/icons/medical/coaching.svg +5 -0
- package/dist/icons/medical/labs.svg +5 -0
- package/dist/icons/medical/myspan.svg +5 -0
- package/dist/icons/medical/optimizations.svg +5 -0
- package/dist/icons/medical/protocols.svg +5 -0
- package/dist/icons/medical/ruler.svg +5 -0
- package/dist/icons/medical/scale.svg +5 -0
- package/dist/icons/social/apple.svg +1 -0
- package/dist/icons/social/facebook.svg +5 -0
- package/dist/icons/social/google.svg +1 -0
- package/dist/icons/social/heart-fill.svg +5 -0
- package/dist/icons/social/heart.svg +5 -0
- package/dist/icons/social/instagram.svg +5 -0
- package/dist/icons/social/linkedin.svg +3 -0
- package/dist/icons/social/star-fill.svg +5 -0
- package/dist/icons/social/star-half.svg +4 -0
- package/dist/icons/social/star-outline.svg +5 -0
- package/dist/icons/social/star.svg +3 -0
- package/dist/icons/social/x.svg +5 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.es.js +1 -10
- package/dist/modules/AllInOne/AllInOne.cjs.js +1 -1
- package/dist/modules/AllInOne/AllInOne.es.js +30 -30
- package/dist/modules/AllInOne/allInOne.module.css +118 -0
- package/dist/modules/Benefits/Benefits.cjs.js +1 -1
- package/dist/modules/Benefits/Benefits.es.js +5 -5
- package/dist/modules/Benefits/benefits.module.css +185 -0
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.cjs.js +1 -1
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.es.js +2 -2
- package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css +30 -0
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.cjs.js +1 -1
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.es.js +4 -4
- package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css +29 -0
- package/dist/modules/CallToAction/CallToAction.cjs.js +1 -1
- package/dist/modules/CallToAction/CallToAction.es.js +36 -36
- package/dist/modules/CallToAction/callToAction.module.css +227 -0
- package/dist/modules/Callback/Callback.cjs.js +1 -1
- package/dist/modules/Callback/Callback.es.js +31 -31
- package/dist/modules/Callback/callback.module.css +69 -0
- package/dist/modules/CircleHighlights/CircleHighlights.cjs.js +1 -1
- package/dist/modules/CircleHighlights/CircleHighlights.es.js +1 -1
- package/dist/modules/CircleHighlights/assets/alwaysCurrentImg.jpg +0 -0
- package/dist/modules/CircleHighlights/assets/credibleImg.jpg +0 -0
- package/dist/modules/CircleHighlights/assets/cuttingImg.jpg +0 -0
- package/dist/modules/CircleHighlights/circleHighlights.module.css +75 -0
- package/dist/modules/Claims/Claims.cjs.js +1 -1
- package/dist/modules/Claims/Claims.es.js +5 -5
- package/dist/modules/Claims/claims.module.css +107 -0
- package/dist/modules/Compare/Compare.cjs.js +1 -1
- package/dist/modules/Compare/Compare.es.js +1 -1
- package/dist/modules/Compare/compare.module.css +79 -0
- package/dist/modules/Compare/types.d.ts +2 -2
- package/dist/modules/Comparison/Comparison.cjs.js +1 -1
- package/dist/modules/Comparison/Comparison.es.js +12 -12
- package/dist/modules/Comparison/assets/company-logo.svg +3 -0
- package/dist/modules/Comparison/comparison.module.css +150 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.cjs.js +1 -1
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.es.js +12 -12
- package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css +84 -0
- package/dist/modules/ContentHighlight/ContentHighlight.cjs.js +1 -1
- package/dist/modules/ContentHighlight/ContentHighlight.es.js +2 -2
- package/dist/modules/ContentHighlight/contentHighlight.module.css +149 -0
- package/dist/modules/Curiosity/Curiosity.cjs.js +1 -1
- package/dist/modules/Curiosity/Curiosity.es.js +11 -11
- package/dist/modules/Curiosity/curiosity.module.css +153 -0
- package/dist/modules/CursorImageBlock/CursorImageBlock.cjs.js +1 -1
- package/dist/modules/CursorImageBlock/CursorImageBlock.es.js +2 -2
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css +122 -0
- package/dist/modules/ExpandingDetails/ExpandingDetails.cjs.js +1 -1
- package/dist/modules/ExpandingDetails/ExpandingDetails.es.js +10 -10
- package/dist/modules/ExpandingDetails/expandingDetails.module.css +262 -0
- package/dist/modules/FAQModule/FAQModule.cjs.js +1 -1
- package/dist/modules/FAQModule/FAQModule.es.js +1 -1
- package/dist/modules/FAQModule/faqModule.module.css +76 -0
- package/dist/modules/FeaturedIn/FeaturedIn.cjs.js +1 -1
- package/dist/modules/FeaturedIn/FeaturedIn.es.js +6 -6
- package/dist/modules/FeaturedIn/components/CtaFeaturedIn.cjs.js +1 -1
- package/dist/modules/FeaturedIn/components/CtaFeaturedIn.es.js +1 -1
- package/dist/modules/FeaturedIn/featuredIn.module.css +198 -0
- package/dist/modules/FeaturesGallery/FeaturesGallery.cjs.js +1 -1
- package/dist/modules/FeaturesGallery/FeaturesGallery.es.js +2 -2
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.cjs.js +1 -1
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.es.js +5 -5
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css +131 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-1.jpg +0 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-2.jpg +0 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/assets/smoke-3.jpg +0 -0
- package/dist/modules/FeaturesGallery/featuresGallery.module.css +111 -0
- package/dist/modules/FollowTheScience/FollowTheScience.cjs.js +1 -1
- package/dist/modules/FollowTheScience/FollowTheScience.es.js +13 -13
- package/dist/modules/FollowTheScience/followTheScience.module.css +96 -0
- package/dist/modules/Grid/Grid.cjs.js +1 -1
- package/dist/modules/Grid/Grid.es.js +1 -1
- package/dist/modules/Grid/grid.module.css +257 -0
- package/dist/modules/HSModal/HSModal.cjs.js +1 -1
- package/dist/modules/HSModal/HSModal.es.js +6 -6
- package/dist/modules/HSModal/components/MailchimpModal/MailchimpModal.cjs.js +1 -1
- package/dist/modules/HSModal/components/MailchimpModal/MailchimpModal.es.js +7 -7
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/Newsletter.cjs.js +1 -1
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/Newsletter.es.js +14 -14
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css +17 -0
- package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css +119 -0
- package/dist/modules/HSModal/hsModal.module.css +23 -0
- package/dist/modules/HighestStandards/HighestStandards.cjs.js +1 -1
- package/dist/modules/HighestStandards/HighestStandards.es.js +13 -13
- package/dist/modules/HighestStandards/assets/hs-bg-indigo.jpg +0 -0
- package/dist/modules/HighestStandards/assets/hs-bg-orchre.jpg +0 -0
- package/dist/modules/HighestStandards/assets/hs-bg-solar.jpg +0 -0
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.cjs.js +1 -1
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.es.js +4 -4
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.cjs.js +1 -1
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.es.js +19 -19
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css +78 -0
- package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css +14 -0
- package/dist/modules/HighestStandards/highestStandards.module.css +193 -0
- package/dist/modules/HowItWorks/HowItWorks.cjs.js +1 -1
- package/dist/modules/HowItWorks/HowItWorks.es.js +10 -10
- package/dist/modules/HowItWorks/components/Content/Content.cjs.js +1 -1
- package/dist/modules/HowItWorks/components/Content/Content.es.js +5 -5
- package/dist/modules/HowItWorks/components/Content/content.module.css +126 -0
- package/dist/modules/HowItWorks/howItWorks.module.css +64 -0
- package/dist/modules/ImageWithBenefits/ImageWithBenefits.cjs.js +1 -1
- package/dist/modules/ImageWithBenefits/ImageWithBenefits.es.js +2 -2
- package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css +208 -0
- package/dist/modules/ImageWithText/ImageWithText.cjs.js +1 -1
- package/dist/modules/ImageWithText/ImageWithText.es.js +15 -15
- package/dist/modules/ImageWithText/imageWithText.module.css +245 -0
- package/dist/modules/IndividualProductCard/IndividualProductCard.cjs.js +1 -1
- package/dist/modules/IndividualProductCard/IndividualProductCard.d.ts +2 -6
- package/dist/modules/IndividualProductCard/IndividualProductCard.es.js +79 -90
- package/dist/modules/IndividualProductCard/components/Features/Features.cjs.js +1 -1
- package/dist/modules/IndividualProductCard/components/Features/Features.es.js +5 -5
- package/dist/modules/IndividualProductCard/components/Features/features.module.css +54 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.cjs.js +1 -1
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.es.js +8 -8
- package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css +117 -0
- package/dist/modules/IndividualProductCard/individualProductCard.module.css +118 -0
- package/dist/modules/IngredientHighlight/IngredientHighlight.cjs.js +1 -1
- package/dist/modules/IngredientHighlight/IngredientHighlight.es.js +1 -1
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.cjs.js +1 -1
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.es.js +7 -7
- package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css +41 -0
- package/dist/modules/IngredientHighlight/ingredientHighlight.module.css +73 -0
- package/dist/modules/LongevityPathways/LongevityPathways.cjs.js +1 -1
- package/dist/modules/LongevityPathways/LongevityPathways.es.js +7 -7
- package/dist/modules/LongevityPathways/longevityPathways.module.css +39 -0
- package/dist/modules/OptimalHealth/OptimalHealth.cjs.js +1 -1
- package/dist/modules/OptimalHealth/OptimalHealth.es.js +11 -11
- package/dist/modules/OptimalHealth/assets/optimal_health_example.png +0 -0
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.cjs.js +1 -1
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.es.js +8 -8
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css +150 -0
- package/dist/modules/OptimalHealth/optimalHealth.module.css +86 -0
- package/dist/modules/OurProcess/OurProcess.cjs.js +1 -1
- package/dist/modules/OurProcess/OurProcess.es.js +5 -5
- package/dist/modules/OurProcess/ourProcess.module.css +44 -0
- package/dist/modules/PairedProducts/PairedProducts.cjs.js +1 -1
- package/dist/modules/PairedProducts/PairedProducts.es.js +5 -5
- package/dist/modules/PairedProducts/pairedProducts.module.css +60 -0
- package/dist/modules/ProductsDisplay/ProductsDisplay.cjs.js +1 -1
- package/dist/modules/ProductsDisplay/ProductsDisplay.es.js +16 -16
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.cjs.js +1 -1
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.es.js +7 -8
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css +16 -0
- package/dist/modules/ProductsDisplay/productsDisplay.module.css +30 -0
- package/dist/modules/ProductsDisplay/useProductsData.cjs.js +1 -1
- package/dist/modules/ProductsDisplay/useProductsData.es.js +12 -11
- package/dist/modules/ProgramDetails/ProgramDetails.cjs.js +1 -1
- package/dist/modules/ProgramDetails/ProgramDetails.es.js +1 -1
- package/dist/modules/ProgramDetails/components/Features/Features.cjs.js +1 -1
- package/dist/modules/ProgramDetails/components/Features/Features.es.js +1 -1
- package/dist/modules/ProgramDetails/components/Features/features.module.css +69 -0
- package/dist/modules/ProgramDetails/programDetails.module.css +58 -0
- package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.cjs.js +1 -1
- package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.es.js +6 -6
- package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css +153 -0
- package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.cjs.js +1 -1
- package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.es.js +6 -6
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.cjs.js +1 -1
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.es.js +1 -1
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css +77 -0
- package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css +115 -0
- package/dist/modules/ResearchFeatured/ResearchFeatured.cjs.js +1 -1
- package/dist/modules/ResearchFeatured/ResearchFeatured.es.js +5 -5
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.cjs.js +1 -1
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.es.js +2 -2
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css +132 -0
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.cjs.js +1 -1
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.es.js +5 -5
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css +55 -0
- package/dist/modules/ResearchFeatured/researchFeatured.module.css +56 -0
- package/dist/modules/ResearchFilters/ResearchFilters.cjs.js +1 -1
- package/dist/modules/ResearchFilters/ResearchFilters.es.js +17 -18
- package/dist/modules/ResearchFilters/researchFilters.module.css +59 -0
- package/dist/modules/ResearchStudies/ResearchStudies.cjs.js +1 -1
- package/dist/modules/ResearchStudies/ResearchStudies.es.js +12 -13
- package/dist/modules/ResearchStudies/components/StudiesSkeleton/StudiesSkeleton.cjs.js +1 -1
- package/dist/modules/ResearchStudies/components/StudiesSkeleton/StudiesSkeleton.es.js +12 -12
- package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css +74 -0
- package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.cjs.js +1 -1
- package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.es.js +5 -5
- package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css +113 -0
- package/dist/modules/ResearchStudies/researchStudies.module.css +120 -0
- package/dist/modules/Reviews/Reviews.cjs.js +1 -1
- package/dist/modules/Reviews/Reviews.es.js +5 -5
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.cjs.js +1 -1
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.es.js +1 -1
- package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css +55 -0
- package/dist/modules/Reviews/components/ReviewList/ReviewList.cjs.js +1 -1
- package/dist/modules/Reviews/components/ReviewList/ReviewList.es.js +3 -3
- package/dist/modules/Reviews/components/ReviewList/reviewList.module.css +36 -0
- package/dist/modules/Reviews/reviews.module.css +74 -0
- package/dist/modules/ScienceHero/ScienceHero.cjs.js +1 -1
- package/dist/modules/ScienceHero/ScienceHero.es.js +2 -2
- package/dist/modules/ScienceHero/ScienceHeroCursor.cjs.js +1 -1
- package/dist/modules/ScienceHero/components/ScienceClientCursor.cjs.js +1 -1
- package/dist/modules/ScienceHero/components/ScienceClientCursor.es.js +1 -1
- package/dist/modules/ScienceHero/scienceHero.module.css +245 -0
- package/dist/modules/ScrollingText/ScrollingText.cjs.js +1 -1
- package/dist/modules/ScrollingText/ScrollingText.es.js +4 -4
- package/dist/modules/ScrollingText/scrollingText.module.css +53 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.cjs.js +1 -1
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.es.js +14 -14
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css +242 -0
- package/dist/modules/SlidingTabsGallery/assets/ipad.png +0 -0
- package/dist/modules/Studies/Studies.cjs.js +1 -1
- package/dist/modules/Studies/Studies.es.js +9 -9
- package/dist/modules/Studies/studies.module.css +98 -0
- package/dist/modules/TargetedPrograms/TargetedPrograms.cjs.js +1 -1
- package/dist/modules/TargetedPrograms/TargetedPrograms.es.js +4 -4
- package/dist/modules/TargetedPrograms/targetedPrograms.module.css +61 -0
- package/dist/modules/Testimonial/Testimonial.cjs.js +1 -1
- package/dist/modules/Testimonial/Testimonial.es.js +13 -13
- package/dist/modules/Testimonial/components/Product/Product.cjs.js +1 -1
- package/dist/modules/Testimonial/components/Product/Product.es.js +1 -1
- package/dist/modules/Testimonial/components/Product/product.module.css +64 -0
- package/dist/modules/Testimonial/components/TextCard/TextCard.cjs.js +1 -1
- package/dist/modules/Testimonial/components/TextCard/TextCard.es.js +10 -10
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css +45 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.cjs.js +1 -1
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.es.js +5 -5
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css +62 -0
- package/dist/modules/Testimonial/testimonial.module.css +108 -0
- package/dist/modules/TextBlockAnimated/TextBlockAnimated.cjs.js +1 -1
- package/dist/modules/TextBlockAnimated/TextBlockAnimated.es.js +9 -9
- package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css +62 -0
- package/dist/modules/TextTwoImages/TextTwoImages.cjs.js +1 -1
- package/dist/modules/TextTwoImages/TextTwoImages.es.js +2 -2
- package/dist/modules/TextTwoImages/textTwoImages.module.css +141 -0
- package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.cjs.js +1 -1
- package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.es.js +1 -1
- package/dist/modules/ThreeCardsWithHero/assets/three_cards_hero_desktop.jpg +0 -0
- package/dist/modules/ThreeCardsWithHero/assets/three_cards_hero_mobile.jpg +0 -0
- package/dist/modules/ThreeCardsWithHero/components/TransparentCard/TransparentCard.cjs.js +1 -1
- package/dist/modules/ThreeCardsWithHero/components/TransparentCard/TransparentCard.es.js +1 -1
- package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css +49 -0
- package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css +183 -0
- package/dist/modules/ThreeItemsPlainCarousel/ThreeItemsPlainCarousel.cjs.js +1 -1
- package/dist/modules/ThreeItemsPlainCarousel/ThreeItemsPlainCarousel.es.js +2 -2
- package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css +197 -0
- package/dist/modules/TotalCare/TotalCare.cjs.js +1 -1
- package/dist/modules/TotalCare/TotalCare.es.js +5 -5
- package/dist/modules/TotalCare/assets/ipad.png +0 -0
- package/dist/modules/TotalCare/totalCare.module.css +150 -0
- package/dist/modules/TrackProgress/TrackProgress.cjs.js +1 -1
- package/dist/modules/TrackProgress/TrackProgress.es.js +1 -1
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.cjs.js +1 -1
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.es.js +3 -3
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css +183 -0
- package/dist/modules/TrackProgress/trackProgress.module.css +50 -0
- package/dist/modules/TypesOfTests/TypesOfTests.cjs.js +1 -1
- package/dist/modules/TypesOfTests/TypesOfTests.es.js +11 -11
- package/dist/modules/TypesOfTests/typesOfTests.module.css +196 -0
- package/dist/modules/WhatIs/WhatIs.cjs.js +1 -1
- package/dist/modules/WhatIs/WhatIs.es.js +1 -1
- package/dist/modules/WhatIs/assets/metabolism.jpg +0 -0
- package/dist/modules/WhatIs/assets/mitochondria.jpg +0 -0
- package/dist/modules/WhatIs/assets/senescence.jpg +0 -0
- package/dist/modules/WhatIs/whatIs.module.css +61 -0
- package/dist/modules/YourProtocol/YourProtocol.cjs.js +1 -1
- package/dist/modules/YourProtocol/YourProtocol.es.js +25 -24
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.cjs.js +1 -1
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.es.js +5 -5
- package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css +37 -0
- package/dist/modules/YourProtocol/yourProtocol.module.css +91 -0
- package/dist/node_modules/gsap/CustomEase.cjs.js +1 -1
- package/dist/node_modules/gsap/CustomEase.es.js +1 -1
- package/dist/node_modules/gsap/Draggable.cjs.js +1 -1
- package/dist/node_modules/gsap/Draggable.es.js +2 -2
- package/dist/node_modules/gsap/Flip.cjs.js +1 -1
- package/dist/node_modules/gsap/Flip.es.js +2 -2
- package/dist/node_modules/gsap/Observer.cjs.js +1 -1
- package/dist/node_modules/gsap/Observer.es.js +2 -2
- package/dist/node_modules/gsap/ScrollTrigger.cjs.js +1 -1
- package/dist/node_modules/gsap/ScrollTrigger.es.js +2 -2
- package/dist/node_modules/gsap/SplitText.cjs.js +2 -2
- package/dist/node_modules/gsap/SplitText.es.js +2 -2
- package/dist/node_modules/swiper/modules/navigation.css +1 -0
- package/dist/node_modules/swiper/modules/pagination.css +1 -0
- package/dist/node_modules/swiper/swiper.css +1 -0
- package/dist/pageComponents/Banner/Banner.cjs.js +1 -1
- package/dist/pageComponents/Banner/Banner.es.js +1 -1
- package/dist/pageComponents/Banner/banner.module.css +26 -0
- package/dist/pageComponents/BiologicalAge/BiologicalAge.cjs.js +1 -1
- package/dist/pageComponents/BiologicalAge/BiologicalAge.es.js +5 -5
- package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png +0 -0
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css +110 -0
- package/dist/pageComponents/Bubbles/Bubbles.cjs.js +1 -1
- package/dist/pageComponents/Bubbles/Bubbles.es.js +1 -1
- package/dist/pageComponents/Bubbles/bubbles.module.css +168 -0
- package/dist/pageComponents/ContactUs/ContactUs.cjs.js +1 -1
- package/dist/pageComponents/ContactUs/ContactUs.es.js +13 -13
- package/dist/pageComponents/ContactUs/contactUs.module.css +152 -0
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.cjs.js +1 -1
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.es.js +2 -2
- package/dist/pageComponents/DiscoverTheStory/assets/bg-img-mobile.jpg +0 -0
- package/dist/pageComponents/DiscoverTheStory/assets/bg-img.jpg +0 -0
- package/dist/pageComponents/DiscoverTheStory/assets/content-img.png +0 -0
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css +107 -0
- package/dist/pageComponents/Footer/Footer.cjs.js +1 -1
- package/dist/pageComponents/Footer/Footer.es.js +24 -27
- package/dist/pageComponents/Footer/assets/CompanyName.svg +3 -0
- package/dist/pageComponents/Footer/assets/logo.png +0 -0
- package/dist/pageComponents/Footer/assets/newsletter.jpg +0 -0
- package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/AccordionFooter/AccordionFooter.es.js +1 -1
- package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css +9 -0
- package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/AccordionFooterItem/AccordionFooterItem.es.js +6 -6
- package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css +107 -0
- package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/FooterAbout/FooterAbout.es.js +2 -2
- package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css +123 -0
- package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/FooterLinksBlock/FooterLinksBlock.es.js +5 -5
- package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css +25 -0
- package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/LinksColumn/LinksColumn.es.js +1 -1
- package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css +87 -0
- package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/NewsLetter/NewsLetter.es.js +9 -9
- package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css +103 -0
- package/dist/pageComponents/Footer/components/TopTreatmentsSlider/TopTreatmentsSlider.cjs.js +1 -1
- package/dist/pageComponents/Footer/components/TopTreatmentsSlider/TopTreatmentsSlider.es.js +2 -2
- package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css +230 -0
- package/dist/pageComponents/Footer/footer.module.css +267 -0
- package/dist/pageComponents/Gradient/Gradient.cjs.js +1 -1
- package/dist/pageComponents/Gradient/Gradient.es.js +1 -1
- package/dist/pageComponents/Gradient/gradient.module.css +48 -0
- package/dist/pageComponents/HomepageHero/HomepageHero.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/HomepageHero.es.js +27 -24
- package/dist/pageComponents/HomepageHero/assets/bg.jpg +0 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.es.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.es.js +6 -6
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.es.js +6 -6
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.es.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.cjs.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.es.js +1 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css +77 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg +50 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg +51 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/doctor.png +0 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/ft.png +0 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/rapamycin.png +0 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css +65 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css +71 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css +102 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css +81 -0
- package/dist/pageComponents/HomepageHero/homepageHero.module.css +140 -0
- package/dist/pageComponents/HowItWorksHero/HowItWorksHero.cjs.js +1 -1
- package/dist/pageComponents/HowItWorksHero/HowItWorksHero.es.js +7 -7
- package/dist/pageComponents/HowItWorksHero/assets/Container.png +0 -0
- package/dist/pageComponents/HowItWorksHero/assets/bg.jpg +0 -0
- package/dist/pageComponents/HowItWorksHero/assets/people.png +0 -0
- package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css +84 -0
- package/dist/pageComponents/LabsHero/LabsHero.cjs.js +1 -1
- package/dist/pageComponents/LabsHero/LabsHero.es.js +26 -26
- package/dist/pageComponents/LabsHero/assets/bg.jpg +0 -0
- package/dist/pageComponents/LabsHero/assets/icon1.png +0 -0
- package/dist/pageComponents/LabsHero/assets/icon2.png +0 -0
- package/dist/pageComponents/LabsHero/assets/icon3.png +0 -0
- package/dist/pageComponents/LabsHero/assets/img1.png +0 -0
- package/dist/pageComponents/LabsHero/assets/img2.png +0 -0
- package/dist/pageComponents/LabsHero/assets/img3.png +0 -0
- package/dist/pageComponents/LabsHero/assets/svg1.svg +89 -0
- package/dist/pageComponents/LabsHero/assets/svg2.svg +46 -0
- package/dist/pageComponents/LabsHero/assets/svg3.svg +60 -0
- package/dist/pageComponents/LabsHero/labsHero.module.css +282 -0
- package/dist/pageComponents/OurCompanyHero/OurCompanyHero.cjs.js +1 -1
- package/dist/pageComponents/OurCompanyHero/OurCompanyHero.es.js +3 -3
- package/dist/pageComponents/OurCompanyHero/assets/CompanyHeroBg.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero1.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero2.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero3.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero4.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero5.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero6.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero7.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero8.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/assets/hero9.jpg +0 -0
- package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css +78 -0
- package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.cjs.js +1 -1
- package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.es.js +25 -25
- package/dist/pageComponents/PersonalizedProtocolHero/assets/bg.jpg +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg +47 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg +45 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg +44 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.jpg +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.jpg +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.jpg +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png +0 -0
- package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css +312 -0
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.cjs.js +1 -1
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.es.js +9 -9
- package/dist/pageComponents/StillHaveQuestions/assets/joinOurTeam.jpg +0 -0
- package/dist/pageComponents/StillHaveQuestions/assets/stillHaveQuestions.jpg +0 -0
- package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css +63 -0
- package/dist/pageComponents/TreatmentsHero/TreatmentsHero.cjs.js +1 -1
- package/dist/pageComponents/TreatmentsHero/TreatmentsHero.es.js +5 -5
- package/dist/pageComponents/TreatmentsHero/assets/bg-bubbles.webp +0 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.cjs.js +1 -1
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.es.js +1 -1
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css +46 -0
- package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css +121 -0
- package/dist/stories/assets/accessibility.png +0 -0
- package/dist/stories/assets/accessibility.svg +1 -0
- package/dist/stories/assets/addon-library.png +0 -0
- package/dist/stories/assets/assets.png +0 -0
- package/dist/stories/assets/avif-test-image.avif +0 -0
- package/dist/stories/assets/context.png +0 -0
- package/dist/stories/assets/discord.svg +1 -0
- package/dist/stories/assets/docs.png +0 -0
- package/dist/stories/assets/figma-plugin.png +0 -0
- package/dist/stories/assets/github.svg +1 -0
- package/dist/stories/assets/share.png +0 -0
- package/dist/stories/assets/styling.png +0 -0
- package/dist/stories/assets/testing.png +0 -0
- package/dist/stories/assets/theming.png +0 -0
- package/dist/stories/assets/tutorials.svg +1 -0
- package/dist/stories/assets/youtube.svg +1 -0
- package/dist/styles/core.css +1 -0
- package/dist/utils/useIsMobile.cjs.js +1 -1
- package/dist/utils/useIsMobile.es.js +1 -1
- package/package.json +15 -7
- package/dist/_virtual/ArrowContainer.cjs.js +0 -1
- package/dist/_virtual/ArrowContainer.es.js +0 -4
- package/dist/_virtual/Popover.cjs.js +0 -1
- package/dist/_virtual/Popover.cjs2.js +0 -1
- package/dist/_virtual/Popover.es.js +0 -5
- package/dist/_virtual/Popover.es2.js +0 -4
- package/dist/_virtual/PopoverPortal.cjs.js +0 -1
- package/dist/_virtual/PopoverPortal.es.js +0 -4
- package/dist/_virtual/_commonjsHelpers.cjs.js +0 -1
- package/dist/_virtual/_commonjsHelpers.es.js +0 -6
- package/dist/_virtual/browser.cjs.js +0 -1
- package/dist/_virtual/browser.es.js +0 -4
- package/dist/_virtual/debug.cjs.js +0 -1
- package/dist/_virtual/debug.es.js +0 -4
- package/dist/_virtual/index.cjs.js +0 -1
- package/dist/_virtual/index.cjs2.js +0 -1
- package/dist/_virtual/index.cjs3.js +0 -1
- package/dist/_virtual/index.cjs4.js +0 -1
- package/dist/_virtual/index.es.js +0 -7
- package/dist/_virtual/index.es2.js +0 -7
- package/dist/_virtual/index.es3.js +0 -4
- package/dist/_virtual/index.es4.js +0 -4
- package/dist/_virtual/react-is.development.cjs.js +0 -1
- package/dist/_virtual/react-is.development.es.js +0 -4
- package/dist/_virtual/react-is.production.min.cjs.js +0 -1
- package/dist/_virtual/react-is.production.min.es.js +0 -4
- package/dist/_virtual/to-querystring.min.cjs.js +0 -1
- package/dist/_virtual/to-querystring.min.cjs2.js +0 -1
- package/dist/_virtual/to-querystring.min.es.js +0 -7
- package/dist/_virtual/to-querystring.min.es2.js +0 -4
- package/dist/_virtual/useArrowContainer.cjs.js +0 -1
- package/dist/_virtual/useArrowContainer.es.js +0 -4
- package/dist/_virtual/useElementRef.cjs.js +0 -1
- package/dist/_virtual/useElementRef.es.js +0 -4
- package/dist/_virtual/useHandlePrevValues.cjs.js +0 -1
- package/dist/_virtual/useHandlePrevValues.es.js +0 -4
- package/dist/_virtual/useMemoizedArray.cjs.js +0 -1
- package/dist/_virtual/useMemoizedArray.es.js +0 -4
- package/dist/_virtual/usePopover.cjs.js +0 -1
- package/dist/_virtual/usePopover.es.js +0 -4
- package/dist/_virtual/util.cjs.js +0 -1
- package/dist/_virtual/util.es.js +0 -4
- package/dist/components/Accordion/accordion.module.css.cjs.js +0 -1
- package/dist/components/Accordion/accordion.module.css.es.js +0 -7
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.cjs.js +0 -1
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.es.js +0 -25
- package/dist/components/AnchorLinks/anchorLinks.module.css.cjs.js +0 -1
- package/dist/components/AnchorLinks/anchorLinks.module.css.es.js +0 -13
- package/dist/components/Benefit/benefit.module.css.cjs.js +0 -1
- package/dist/components/Benefit/benefit.module.css.es.js +0 -9
- package/dist/components/Button/button.module.css.cjs.js +0 -1
- package/dist/components/Button/button.module.css.es.js +0 -31
- package/dist/components/Callback/callback.module.css.cjs.js +0 -1
- package/dist/components/Callback/callback.module.css.es.js +0 -33
- package/dist/components/Checkbox/checkbox.module.css.cjs.js +0 -1
- package/dist/components/Checkbox/checkbox.module.css.es.js +0 -31
- package/dist/components/ClaimBlock/claimBlock.module.css.cjs.js +0 -1
- package/dist/components/ClaimBlock/claimBlock.module.css.es.js +0 -19
- package/dist/components/ColoredDivider/coloredDivider.module.css.cjs.js +0 -1
- package/dist/components/ColoredDivider/coloredDivider.module.css.es.js +0 -21
- package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css.cjs.js +0 -1
- package/dist/components/ComplexImageCarousel/ComplexCarousel/complexImageCarousel.module.css.es.js +0 -26
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css.cjs.js +0 -1
- package/dist/components/ComplexImageCarousel/SimpleImageCarousel/simpleImageCarousel.module.css.es.js +0 -17
- package/dist/components/ComplexTooltip/complexTooltip.module.css.cjs.js +0 -1
- package/dist/components/ComplexTooltip/complexTooltip.module.css.es.js +0 -7
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.cjs.js +0 -1
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.es.js +0 -15
- package/dist/components/ContentTabs/contentTabs.module.css.cjs.js +0 -1
- package/dist/components/ContentTabs/contentTabs.module.css.es.js +0 -29
- package/dist/components/Cursor/cursor.module.css.cjs.js +0 -1
- package/dist/components/Cursor/cursor.module.css.es.js +0 -11
- package/dist/components/FAQComponent/faqComponent.module.css.cjs.js +0 -1
- package/dist/components/FAQComponent/faqComponent.module.css.es.js +0 -7
- package/dist/components/FAQComponentItem/faqComponentItem.module.css.cjs.js +0 -1
- package/dist/components/FAQComponentItem/faqComponentItem.module.css.es.js +0 -27
- package/dist/components/FilterError/filterError.module.css.cjs.js +0 -1
- package/dist/components/FilterError/filterError.module.css.es.js +0 -11
- package/dist/components/FilterMenu/filterMenu.module.css.cjs.js +0 -1
- package/dist/components/FilterMenu/filterMenu.module.css.es.js +0 -31
- package/dist/components/GalleryPagination/galleryPagination.module.css.cjs.js +0 -1
- package/dist/components/GalleryPagination/galleryPagination.module.css.es.js +0 -13
- package/dist/components/HighlightedTitle/highlightedTitle.module.css.cjs.js +0 -1
- package/dist/components/HighlightedTitle/highlightedTitle.module.css.es.js +0 -13
- package/dist/components/IconBracket/iconBracket.module.css.cjs.js +0 -1
- package/dist/components/IconBracket/iconBracket.module.css.es.js +0 -15
- package/dist/components/IconButton/iconButton.module.css.cjs.js +0 -1
- package/dist/components/IconButton/iconButton.module.css.es.js +0 -25
- package/dist/components/ImageGallery/imageGallery.module.css.cjs.js +0 -1
- package/dist/components/ImageGallery/imageGallery.module.css.es.js +0 -15
- package/dist/components/InfiniteScroll/infiniteScroll.module.css.cjs.js +0 -1
- package/dist/components/InfiniteScroll/infiniteScroll.module.css.es.js +0 -11
- package/dist/components/Label/label.module.css.cjs.js +0 -1
- package/dist/components/Label/label.module.css.es.js +0 -7
- package/dist/components/Pagination/pagination.module.css.cjs.js +0 -1
- package/dist/components/Pagination/pagination.module.css.es.js +0 -19
- package/dist/components/PlayButton/playButton.module.css.cjs.js +0 -1
- package/dist/components/PlayButton/playButton.module.css.es.js +0 -11
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.cjs.js +0 -1
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.es.js +0 -7
- package/dist/components/Pricing/pricing.module.css.cjs.js +0 -1
- package/dist/components/Pricing/pricing.module.css.es.js +0 -25
- package/dist/components/ProductGallery/productGallery.module.css.cjs.js +0 -1
- package/dist/components/ProductGallery/productGallery.module.css.es.js +0 -27
- package/dist/components/ProductGalleryCard/productGalleryCard.module.css.cjs.js +0 -1
- package/dist/components/ProductGalleryCard/productGalleryCard.module.css.es.js +0 -21
- package/dist/components/ProductListing/productListing.module.css.cjs.js +0 -1
- package/dist/components/ProductListing/productListing.module.css.es.js +0 -29
- package/dist/components/ProductPairs/productPairs.module.css.cjs.js +0 -1
- package/dist/components/ProductPairs/productPairs.module.css.es.js +0 -17
- package/dist/components/ProgramCard/programCard.module.css.cjs.js +0 -1
- package/dist/components/ProgramCard/programCard.module.css.es.js +0 -13
- package/dist/components/ProgressButton/progressButton.module.css.cjs.js +0 -1
- package/dist/components/ProgressButton/progressButton.module.css.es.js +0 -21
- package/dist/components/RadioButton/radioButton.module.css.cjs.js +0 -1
- package/dist/components/RadioButton/radioButton.module.css.es.js +0 -21
- package/dist/components/RatingStars/ratingStars.module.css.cjs.js +0 -1
- package/dist/components/RatingStars/ratingStars.module.css.es.js +0 -11
- package/dist/components/Skeleton/skeleton.module.css.cjs.js +0 -1
- package/dist/components/Skeleton/skeleton.module.css.es.js +0 -12
- package/dist/components/SmartCallout/smartCallout.module.css.cjs.js +0 -1
- package/dist/components/SmartCallout/smartCallout.module.css.es.js +0 -7
- package/dist/components/StepsCarousel/stepsCarousel.module.css.cjs.js +0 -1
- package/dist/components/StepsCarousel/stepsCarousel.module.css.es.js +0 -31
- package/dist/components/StudyGridCard/studyGridCard.module.css.cjs.js +0 -1
- package/dist/components/StudyGridCard/studyGridCard.module.css.es.js +0 -35
- package/dist/components/Tabs/tabs.module.css.cjs.js +0 -1
- package/dist/components/Tabs/tabs.module.css.es.js +0 -37
- package/dist/components/Tag/tag.module.css.cjs.js +0 -1
- package/dist/components/Tag/tag.module.css.es.js +0 -17
- package/dist/components/TextButton/textButton.module.css.cjs.js +0 -1
- package/dist/components/TextButton/textButton.module.css.es.js +0 -19
- package/dist/components/TextInput/textInput.module.css.cjs.js +0 -1
- package/dist/components/TextInput/textInput.module.css.es.js +0 -34
- package/dist/components/TypeBadge/typeBadge.module.css.cjs.js +0 -1
- package/dist/components/TypeBadge/typeBadge.module.css.es.js +0 -9
- package/dist/healthspan-marketing-ui.css +0 -1
- package/dist/modules/AllInOne/allInOne.module.css.cjs.js +0 -1
- package/dist/modules/AllInOne/allInOne.module.css.es.js +0 -25
- package/dist/modules/Benefits/benefits.module.css.cjs.js +0 -1
- package/dist/modules/Benefits/benefits.module.css.es.js +0 -37
- package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.cjs.js +0 -1
- package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.es.js +0 -13
- package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.cjs.js +0 -1
- package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.es.js +0 -9
- package/dist/modules/CallToAction/callToAction.module.css.cjs.js +0 -1
- package/dist/modules/CallToAction/callToAction.module.css.es.js +0 -43
- package/dist/modules/Callback/callback.module.css.cjs.js +0 -1
- package/dist/modules/Callback/callback.module.css.es.js +0 -15
- package/dist/modules/CircleHighlights/circleHighlights.module.css.cjs.js +0 -1
- package/dist/modules/CircleHighlights/circleHighlights.module.css.es.js +0 -19
- package/dist/modules/Claims/claims.module.css.cjs.js +0 -1
- package/dist/modules/Claims/claims.module.css.es.js +0 -19
- package/dist/modules/Compare/compare.module.css.cjs.js +0 -1
- package/dist/modules/Compare/compare.module.css.es.js +0 -15
- package/dist/modules/Comparison/comparison.module.css.cjs.js +0 -1
- package/dist/modules/Comparison/comparison.module.css.es.js +0 -41
- package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.cjs.js +0 -1
- package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.es.js +0 -27
- package/dist/modules/ContentHighlight/contentHighlight.module.css.cjs.js +0 -1
- package/dist/modules/ContentHighlight/contentHighlight.module.css.es.js +0 -25
- package/dist/modules/Curiosity/curiosity.module.css.cjs.js +0 -1
- package/dist/modules/Curiosity/curiosity.module.css.es.js +0 -31
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.cjs.js +0 -1
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.es.js +0 -25
- package/dist/modules/ExpandingDetails/expandingDetails.module.css.cjs.js +0 -1
- package/dist/modules/ExpandingDetails/expandingDetails.module.css.es.js +0 -47
- package/dist/modules/FAQModule/faqModule.module.css.cjs.js +0 -1
- package/dist/modules/FAQModule/faqModule.module.css.es.js +0 -19
- package/dist/modules/FeaturedIn/featuredIn.module.css.cjs.js +0 -1
- package/dist/modules/FeaturedIn/featuredIn.module.css.es.js +0 -35
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.cjs.js +0 -1
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.es.js +0 -21
- package/dist/modules/FeaturesGallery/featuresGallery.module.css.cjs.js +0 -1
- package/dist/modules/FeaturesGallery/featuresGallery.module.css.es.js +0 -21
- package/dist/modules/FollowTheScience/followTheScience.module.css.cjs.js +0 -1
- package/dist/modules/FollowTheScience/followTheScience.module.css.es.js +0 -17
- package/dist/modules/Grid/grid.module.css.cjs.js +0 -1
- package/dist/modules/Grid/grid.module.css.es.js +0 -47
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css.cjs.js +0 -1
- package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/newsletter.module.css.es.js +0 -8
- package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css.cjs.js +0 -1
- package/dist/modules/HSModal/components/MailchimpModal/mailchimpModal.module.css.es.js +0 -19
- package/dist/modules/HSModal/hsModal.module.css.cjs.js +0 -1
- package/dist/modules/HSModal/hsModal.module.css.es.js +0 -7
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.cjs.js +0 -1
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.es.js +0 -25
- package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.cjs.js +0 -1
- package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.es.js +0 -7
- package/dist/modules/HighestStandards/highestStandards.module.css.cjs.js +0 -1
- package/dist/modules/HighestStandards/highestStandards.module.css.es.js +0 -25
- package/dist/modules/HowItWorks/components/Content/content.module.css.cjs.js +0 -1
- package/dist/modules/HowItWorks/components/Content/content.module.css.es.js +0 -21
- package/dist/modules/HowItWorks/howItWorks.module.css.cjs.js +0 -1
- package/dist/modules/HowItWorks/howItWorks.module.css.es.js +0 -17
- package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css.cjs.js +0 -1
- package/dist/modules/ImageWithBenefits/imageWithBenefits.module.css.es.js +0 -27
- package/dist/modules/ImageWithText/imageWithText.module.css.cjs.js +0 -1
- package/dist/modules/ImageWithText/imageWithText.module.css.es.js +0 -31
- package/dist/modules/IndividualProductCard/components/Features/features.module.css.cjs.js +0 -1
- package/dist/modules/IndividualProductCard/components/Features/features.module.css.es.js +0 -17
- package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.cjs.js +0 -1
- package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.es.js +0 -39
- package/dist/modules/IndividualProductCard/individualProductCard.module.css.cjs.js +0 -1
- package/dist/modules/IndividualProductCard/individualProductCard.module.css.es.js +0 -27
- package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.cjs.js +0 -1
- package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.es.js +0 -17
- package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.cjs.js +0 -1
- package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.es.js +0 -15
- package/dist/modules/LongevityPathways/longevityPathways.module.css.cjs.js +0 -1
- package/dist/modules/LongevityPathways/longevityPathways.module.css.es.js +0 -13
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.cjs.js +0 -1
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.es.js +0 -35
- package/dist/modules/OptimalHealth/optimalHealth.module.css.cjs.js +0 -1
- package/dist/modules/OptimalHealth/optimalHealth.module.css.es.js +0 -21
- package/dist/modules/OurProcess/ourProcess.module.css.cjs.js +0 -1
- package/dist/modules/OurProcess/ourProcess.module.css.es.js +0 -11
- package/dist/modules/PairedProducts/pairedProducts.module.css.cjs.js +0 -1
- package/dist/modules/PairedProducts/pairedProducts.module.css.es.js +0 -17
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.cjs.js +0 -1
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.es.js +0 -9
- package/dist/modules/ProductsDisplay/productsDisplay.module.css.cjs.js +0 -1
- package/dist/modules/ProductsDisplay/productsDisplay.module.css.es.js +0 -11
- package/dist/modules/ProgramDetails/components/Features/features.module.css.cjs.js +0 -1
- package/dist/modules/ProgramDetails/components/Features/features.module.css.es.js +0 -21
- package/dist/modules/ProgramDetails/programDetails.module.css.cjs.js +0 -1
- package/dist/modules/ProgramDetails/programDetails.module.css.es.js +0 -15
- package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.cjs.js +0 -1
- package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.es.js +0 -23
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.cjs.js +0 -1
- package/dist/modules/ResearchEssentialReadings/components/ReadingCard/readingCard.module.css.es.js +0 -17
- package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.cjs.js +0 -1
- package/dist/modules/ResearchEssentialReadings/researchEssentialReadings.module.css.es.js +0 -27
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.cjs.js +0 -1
- package/dist/modules/ResearchFeatured/components/FeaturedArticle/featuredArticle.module.css.es.js +0 -19
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.cjs.js +0 -1
- package/dist/modules/ResearchFeatured/components/HighlightedArticle/highlightedArticle.module.css.es.js +0 -15
- package/dist/modules/ResearchFeatured/researchFeatured.module.css.cjs.js +0 -1
- package/dist/modules/ResearchFeatured/researchFeatured.module.css.es.js +0 -15
- package/dist/modules/ResearchFilters/researchFilters.module.css.cjs.js +0 -1
- package/dist/modules/ResearchFilters/researchFilters.module.css.es.js +0 -13
- package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css.cjs.js +0 -1
- package/dist/modules/ResearchStudies/components/StudiesSkeleton/studiesSkeleton.module.css.es.js +0 -17
- package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.cjs.js +0 -1
- package/dist/modules/ResearchStudies/components/StudyCard/studyCard.module.css.es.js +0 -21
- package/dist/modules/ResearchStudies/researchStudies.module.css.cjs.js +0 -1
- package/dist/modules/ResearchStudies/researchStudies.module.css.es.js +0 -19
- package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.cjs.js +0 -1
- package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.es.js +0 -13
- package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.cjs.js +0 -1
- package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.es.js +0 -13
- package/dist/modules/Reviews/reviews.module.css.cjs.js +0 -1
- package/dist/modules/Reviews/reviews.module.css.es.js +0 -17
- package/dist/modules/ScienceHero/scienceHero.module.css.cjs.js +0 -1
- package/dist/modules/ScienceHero/scienceHero.module.css.es.js +0 -41
- package/dist/modules/ScrollingText/scrollingText.module.css.cjs.js +0 -1
- package/dist/modules/ScrollingText/scrollingText.module.css.es.js +0 -11
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +0 -1
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +0 -35
- package/dist/modules/Studies/studies.module.css.cjs.js +0 -1
- package/dist/modules/Studies/studies.module.css.es.js +0 -17
- package/dist/modules/TargetedPrograms/targetedPrograms.module.css.cjs.js +0 -1
- package/dist/modules/TargetedPrograms/targetedPrograms.module.css.es.js +0 -15
- package/dist/modules/Testimonial/components/Product/product.module.css.cjs.js +0 -1
- package/dist/modules/Testimonial/components/Product/product.module.css.es.js +0 -17
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css.cjs.js +0 -1
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css.es.js +0 -13
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.cjs.js +0 -1
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.es.js +0 -17
- package/dist/modules/Testimonial/testimonial.module.css.cjs.js +0 -1
- package/dist/modules/Testimonial/testimonial.module.css.es.js +0 -27
- package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css.cjs.js +0 -1
- package/dist/modules/TextBlockAnimated/textBlockAnimated.module.css.es.js +0 -21
- package/dist/modules/TextTwoImages/textTwoImages.module.css.cjs.js +0 -1
- package/dist/modules/TextTwoImages/textTwoImages.module.css.es.js +0 -25
- package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css.cjs.js +0 -1
- package/dist/modules/ThreeCardsWithHero/components/TransparentCard/transparentCard.module.css.es.js +0 -15
- package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css.cjs.js +0 -1
- package/dist/modules/ThreeCardsWithHero/threeCardsWithHero.module.css.es.js +0 -23
- package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css.cjs.js +0 -1
- package/dist/modules/ThreeItemsPlainCarousel/threeItemsPlainCarousel.module.css.es.js +0 -25
- package/dist/modules/TotalCare/totalCare.module.css.cjs.js +0 -1
- package/dist/modules/TotalCare/totalCare.module.css.es.js +0 -19
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.cjs.js +0 -1
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.es.js +0 -29
- package/dist/modules/TrackProgress/trackProgress.module.css.cjs.js +0 -1
- package/dist/modules/TrackProgress/trackProgress.module.css.es.js +0 -13
- package/dist/modules/TypesOfTests/typesOfTests.module.css.cjs.js +0 -1
- package/dist/modules/TypesOfTests/typesOfTests.module.css.es.js +0 -31
- package/dist/modules/WhatIs/whatIs.module.css.cjs.js +0 -1
- package/dist/modules/WhatIs/whatIs.module.css.es.js +0 -15
- package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.cjs.js +0 -1
- package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.es.js +0 -13
- package/dist/modules/YourProtocol/yourProtocol.module.css.cjs.js +0 -1
- package/dist/modules/YourProtocol/yourProtocol.module.css.es.js +0 -19
- package/dist/node_modules/@gsap/react/src/index.cjs.js +0 -9
- package/dist/node_modules/@gsap/react/src/index.es.js +0 -29
- package/dist/node_modules/gsap/CSSPlugin.cjs.js +0 -8
- package/dist/node_modules/gsap/CSSPlugin.es.js +0 -423
- package/dist/node_modules/gsap/gsap-core.cjs.js +0 -8
- package/dist/node_modules/gsap/gsap-core.es.js +0 -1651
- package/dist/node_modules/gsap/index.cjs.js +0 -1
- package/dist/node_modules/gsap/index.es.js +0 -13
- package/dist/node_modules/jsonp/index.cjs.js +0 -1
- package/dist/node_modules/jsonp/index.es.js +0 -31
- package/dist/node_modules/jsonp/node_modules/debug/src/browser.cjs.js +0 -1
- package/dist/node_modules/jsonp/node_modules/debug/src/browser.es.js +0 -67
- package/dist/node_modules/jsonp/node_modules/debug/src/debug.cjs.js +0 -1
- package/dist/node_modules/jsonp/node_modules/debug/src/debug.es.js +0 -64
- package/dist/node_modules/jsonp/node_modules/ms/index.cjs.js +0 -1
- package/dist/node_modules/jsonp/node_modules/ms/index.es.js +0 -79
- package/dist/node_modules/object-assign/index.cjs.js +0 -5
- package/dist/node_modules/object-assign/index.es.js +0 -54
- package/dist/node_modules/prop-types/checkPropTypes.cjs.js +0 -1
- package/dist/node_modules/prop-types/checkPropTypes.es.js +0 -54
- package/dist/node_modules/prop-types/factoryWithThrowingShims.cjs.js +0 -1
- package/dist/node_modules/prop-types/factoryWithThrowingShims.es.js +0 -52
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.cjs.js +0 -2
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.es.js +0 -329
- package/dist/node_modules/prop-types/index.cjs.js +0 -1
- package/dist/node_modules/prop-types/index.es.js +0 -17
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.cjs.js +0 -1
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.es.js +0 -10
- package/dist/node_modules/prop-types/lib/has.cjs.js +0 -1
- package/dist/node_modules/prop-types/lib/has.es.js +0 -7
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.cjs.js +0 -8
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.es.js +0 -95
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.cjs.js +0 -8
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.es.js +0 -78
- package/dist/node_modules/prop-types/node_modules/react-is/index.cjs.js +0 -1
- package/dist/node_modules/prop-types/node_modules/react-is/index.es.js +0 -10
- package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.cjs.js +0 -1
- package/dist/node_modules/react-mailchimp-subscribe/es/SimpleForm.es.js +0 -40
- package/dist/node_modules/react-mailchimp-subscribe/es/index.cjs.js +0 -1
- package/dist/node_modules/react-mailchimp-subscribe/es/index.es.js +0 -81
- package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.es.js +0 -37
- package/dist/node_modules/react-tiny-popover/dist/Popover.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/Popover.es.js +0 -147
- package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.es.js +0 -20
- package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.es.js +0 -86
- package/dist/node_modules/react-tiny-popover/dist/useElementRef.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/useElementRef.es.js +0 -22
- package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.es.js +0 -34
- package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.es.js +0 -24
- package/dist/node_modules/react-tiny-popover/dist/usePopover.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/usePopover.es.js +0 -140
- package/dist/node_modules/react-tiny-popover/dist/util.cjs.js +0 -1
- package/dist/node_modules/react-tiny-popover/dist/util.es.js +0 -81
- package/dist/node_modules/swiper/modules/navigation.cjs.js +0 -1
- package/dist/node_modules/swiper/modules/navigation.es.js +0 -127
- package/dist/node_modules/swiper/shared/create-element-if-not-defined.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/create-element-if-not-defined.es.js +0 -12
- package/dist/node_modules/swiper/shared/ssr-window.esm.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/ssr-window.esm.es.js +0 -135
- package/dist/node_modules/swiper/shared/swiper-core.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/swiper-core.es.js +0 -2028
- package/dist/node_modules/swiper/shared/update-on-virtual-data.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/update-on-virtual-data.es.js +0 -62
- package/dist/node_modules/swiper/shared/update-swiper.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/update-swiper.es.js +0 -192
- package/dist/node_modules/swiper/shared/utils.cjs.js +0 -1
- package/dist/node_modules/swiper/shared/utils.es.js +0 -186
- package/dist/node_modules/swiper/swiper-react.cjs.js +0 -1
- package/dist/node_modules/swiper/swiper-react.es.js +0 -242
- package/dist/node_modules/to-querystring/lib/to-querystring.min.cjs.js +0 -1
- package/dist/node_modules/to-querystring/lib/to-querystring.min.es.js +0 -54
- package/dist/pageComponents/Banner/banner.module.css.cjs.js +0 -1
- package/dist/pageComponents/Banner/banner.module.css.es.js +0 -9
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.cjs.js +0 -1
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.es.js +0 -17
- package/dist/pageComponents/Bubbles/bubbles.module.css.cjs.js +0 -1
- package/dist/pageComponents/Bubbles/bubbles.module.css.es.js +0 -15
- package/dist/pageComponents/ContactUs/contactUs.module.css.cjs.js +0 -1
- package/dist/pageComponents/ContactUs/contactUs.module.css.es.js +0 -37
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.cjs.js +0 -1
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.es.js +0 -13
- package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/AccordionFooter/accordionFooter.module.css.es.js +0 -7
- package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/AccordionFooterItem/accordionFooterItem.module.css.es.js +0 -27
- package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/FooterAbout/footerAbout.module.css.es.js +0 -15
- package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/FooterLinksBlock/footerLinksBlock.module.css.es.js +0 -11
- package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/LinksColumn/linksColumn.module.css.es.js +0 -17
- package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/NewsLetter/newsLetter.module.css.es.js +0 -17
- package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/components/TopTreatmentsSlider/topTreatmentsSlider.module.css.es.js +0 -37
- package/dist/pageComponents/Footer/footer.module.css.cjs.js +0 -1
- package/dist/pageComponents/Footer/footer.module.css.es.js +0 -25
- package/dist/pageComponents/Gradient/gradient.module.css.cjs.js +0 -1
- package/dist/pageComponents/Gradient/gradient.module.css.es.js +0 -13
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.es.js +0 -23
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.es.js +0 -21
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.es.js +0 -17
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.es.js +0 -31
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.es.js +0 -19
- package/dist/pageComponents/HomepageHero/homepageHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/HomepageHero/homepageHero.module.css.es.js +0 -23
- package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/HowItWorksHero/howItWorksHero.module.css.es.js +0 -17
- package/dist/pageComponents/LabsHero/labsHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/LabsHero/labsHero.module.css.es.js +0 -41
- package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/OurCompanyHero/ourCompanyHero.module.css.es.js +0 -17
- package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.es.js +0 -71
- package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.cjs.js +0 -1
- package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.es.js +0 -13
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.cjs.js +0 -1
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.es.js +0 -13
- package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.cjs.js +0 -1
- package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.es.js +0 -23
- package/dist/styles/index.d.ts +0 -3
- package/dist/styles/typography.module.css.cjs.js +0 -1
- package/dist/styles/typography.module.css.es.js +0 -129
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./gsap-core.cjs.js"),n=require("./CSSPlugin.cjs.js");var i=e.gsap.registerPlugin(n.CSSPlugin)||e.gsap;i.core.Tween;exports.TimelineLite=e.Timeline;exports.TimelineMax=e.Timeline;exports.TweenLite=e.Tween;exports.CSSPlugin=n.CSSPlugin;exports.default=i;exports.gsap=i;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { gsap as e } from "./gsap-core.es.js";
|
|
2
|
-
import { Timeline as t, Timeline as o, Tween as l } from "./gsap-core.es.js";
|
|
3
|
-
import { CSSPlugin as i } from "./CSSPlugin.es.js";
|
|
4
|
-
var a = e.registerPlugin(i) || e;
|
|
5
|
-
a.core.Tween;
|
|
6
|
-
export {
|
|
7
|
-
i as CSSPlugin,
|
|
8
|
-
t as TimelineLite,
|
|
9
|
-
o as TimelineMax,
|
|
10
|
-
l as TweenLite,
|
|
11
|
-
a as default,
|
|
12
|
-
a as gsap
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const q=require("./node_modules/debug/src/browser.cjs.js");var c,p;function b(){if(p)return c;p=1;var u=q.__require()("jsonp");c=s;var v=0;function l(){}function s(r,e,i){typeof e=="function"&&(i=e,e={}),e||(e={});var w=e.prefix||"__jp",t=e.name||w+v++,g=e.param||"callback",f=e.timeout!=null?e.timeout:6e4,j=encodeURIComponent,m=document.getElementsByTagName("script")[0]||document.head,n,o;f&&(o=setTimeout(function(){a(),i&&i(new Error("Timeout"))},f));function a(){n.parentNode&&n.parentNode.removeChild(n),window[t]=l,o&&clearTimeout(o)}function _(){window[t]&&a()}return window[t]=function(d){u("jsonp got",d),a(),i&&i(null,d)},r+=(~r.indexOf("?")?"&":"?")+g+"="+j(t),r=r.replace("?&","?"),u('jsonp req "%s"',r),n=document.createElement("script"),n.src=r,m.parentNode.insertBefore(n,m),_}return c}exports.__require=b;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { __require as g } from "./node_modules/debug/src/browser.es.js";
|
|
2
|
-
var c, d;
|
|
3
|
-
function N() {
|
|
4
|
-
if (d) return c;
|
|
5
|
-
d = 1;
|
|
6
|
-
var u = g()("jsonp");
|
|
7
|
-
c = l;
|
|
8
|
-
var v = 0;
|
|
9
|
-
function s() {
|
|
10
|
-
}
|
|
11
|
-
function l(r, e, i) {
|
|
12
|
-
typeof e == "function" && (i = e, e = {}), e || (e = {});
|
|
13
|
-
var w = e.prefix || "__jp", o = e.name || w + v++, _ = e.param || "callback", m = e.timeout != null ? e.timeout : 6e4, j = encodeURIComponent, f = document.getElementsByTagName("script")[0] || document.head, n, t;
|
|
14
|
-
m && (t = setTimeout(function() {
|
|
15
|
-
a(), i && i(new Error("Timeout"));
|
|
16
|
-
}, m));
|
|
17
|
-
function a() {
|
|
18
|
-
n.parentNode && n.parentNode.removeChild(n), window[o] = s, t && clearTimeout(t);
|
|
19
|
-
}
|
|
20
|
-
function q() {
|
|
21
|
-
window[o] && a();
|
|
22
|
-
}
|
|
23
|
-
return window[o] = function(p) {
|
|
24
|
-
u("jsonp got", p), a(), i && i(null, p);
|
|
25
|
-
}, r += (~r.indexOf("?") ? "&" : "?") + _ + "=" + j(o), r = r.replace("?&", "?"), u('jsonp req "%s"', r), n = document.createElement("script"), n.src = r, f.parentNode.insertBefore(n, f), q;
|
|
26
|
-
}
|
|
27
|
-
return c;
|
|
28
|
-
}
|
|
29
|
-
export {
|
|
30
|
-
N as __require
|
|
31
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("../../../../../_virtual/browser.cjs.js"),p=require("./debug.cjs.js");var s;function y(){return s||(s=1,function(d,o){o=d.exports=p.__require(),o.log=g,o.formatArgs=f,o.save=m,o.load=t,o.useColors=l,o.storage=typeof chrome<"u"&&typeof chrome.storage<"u"?chrome.storage.local:w(),o.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"];function l(){return typeof window<"u"&&window.process&&window.process.type==="renderer"?!0:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}o.formatters.j=function(e){try{return JSON.stringify(e)}catch(r){return"[UnexpectedJSONParseError]: "+r.message}};function f(e){var r=this.useColors;if(e[0]=(r?"%c":"")+this.namespace+(r?" %c":" ")+e[0]+(r?"%c ":" ")+"+"+o.humanize(this.diff),!!r){var i="color: "+this.color;e.splice(1,0,i,"color: inherit");var c=0,u=0;e[0].replace(/%[a-zA-Z%]/g,function(a){a!=="%%"&&(c++,a==="%c"&&(u=c))}),e.splice(u,0,i)}}function g(){return typeof console=="object"&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}function m(e){try{e==null?o.storage.removeItem("debug"):o.storage.debug=e}catch{}}function t(){var e;try{e=o.storage.debug}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}o.enable(t());function w(){try{return window.localStorage}catch{}}}(n.__module,n.__module.exports)),n.__module.exports}exports.__require=y;
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { __module as n } from "../../../../../_virtual/browser.es.js";
|
|
2
|
-
import { __require as w } from "./debug.es.js";
|
|
3
|
-
var s;
|
|
4
|
-
function v() {
|
|
5
|
-
return s ? n.exports : (s = 1, function(d, o) {
|
|
6
|
-
o = d.exports = w(), o.log = g, o.formatArgs = f, o.save = m, o.load = t, o.useColors = l, o.storage = typeof chrome < "u" && typeof chrome.storage < "u" ? chrome.storage.local : p(), o.colors = [
|
|
7
|
-
"lightseagreen",
|
|
8
|
-
"forestgreen",
|
|
9
|
-
"goldenrod",
|
|
10
|
-
"dodgerblue",
|
|
11
|
-
"darkorchid",
|
|
12
|
-
"crimson"
|
|
13
|
-
];
|
|
14
|
-
function l() {
|
|
15
|
-
return typeof window < "u" && window.process && window.process.type === "renderer" ? !0 : typeof document < "u" && document.documentElement && document.documentElement.style && document.documentElement.style.WebkitAppearance || // is firebug? http://stackoverflow.com/a/398120/376773
|
|
16
|
-
typeof window < "u" && window.console && (window.console.firebug || window.console.exception && window.console.table) || // is firefox >= v31?
|
|
17
|
-
// https://developer.mozilla.org/en-US/docs/Tools/Web_Console#Styling_messages
|
|
18
|
-
typeof navigator < "u" && navigator.userAgent && navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/) && parseInt(RegExp.$1, 10) >= 31 || // double check webkit in userAgent just in case we are in a worker
|
|
19
|
-
typeof navigator < "u" && navigator.userAgent && navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/);
|
|
20
|
-
}
|
|
21
|
-
o.formatters.j = function(e) {
|
|
22
|
-
try {
|
|
23
|
-
return JSON.stringify(e);
|
|
24
|
-
} catch (r) {
|
|
25
|
-
return "[UnexpectedJSONParseError]: " + r.message;
|
|
26
|
-
}
|
|
27
|
-
};
|
|
28
|
-
function f(e) {
|
|
29
|
-
var r = this.useColors;
|
|
30
|
-
if (e[0] = (r ? "%c" : "") + this.namespace + (r ? " %c" : " ") + e[0] + (r ? "%c " : " ") + "+" + o.humanize(this.diff), !!r) {
|
|
31
|
-
var i = "color: " + this.color;
|
|
32
|
-
e.splice(1, 0, i, "color: inherit");
|
|
33
|
-
var c = 0, u = 0;
|
|
34
|
-
e[0].replace(/%[a-zA-Z%]/g, function(a) {
|
|
35
|
-
a !== "%%" && (c++, a === "%c" && (u = c));
|
|
36
|
-
}), e.splice(u, 0, i);
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
function g() {
|
|
40
|
-
return typeof console == "object" && console.log && Function.prototype.apply.call(console.log, console, arguments);
|
|
41
|
-
}
|
|
42
|
-
function m(e) {
|
|
43
|
-
try {
|
|
44
|
-
e == null ? o.storage.removeItem("debug") : o.storage.debug = e;
|
|
45
|
-
} catch {
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
function t() {
|
|
49
|
-
var e;
|
|
50
|
-
try {
|
|
51
|
-
e = o.storage.debug;
|
|
52
|
-
} catch {
|
|
53
|
-
}
|
|
54
|
-
return !e && typeof process < "u" && "env" in process && (e = process.env.DEBUG), e;
|
|
55
|
-
}
|
|
56
|
-
o.enable(t());
|
|
57
|
-
function p() {
|
|
58
|
-
try {
|
|
59
|
-
return window.localStorage;
|
|
60
|
-
} catch {
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}(n, n.exports), n.exports);
|
|
64
|
-
}
|
|
65
|
-
export {
|
|
66
|
-
v as __require
|
|
67
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("../../../../../_virtual/debug.cjs.js"),C=require("../../ms/index.cjs.js");var d;function D(){return d||(d=1,function(b,e){e=b.exports=g.debug=g.default=g,e.coerce=y,e.disable=_,e.enable=h,e.enabled=m,e.humanize=C.__require(),e.names=[],e.skips=[],e.formatters={};var c;function v(r){var n=0,u;for(u in r)n=(n<<5)-n+r.charCodeAt(u),n|=0;return e.colors[Math.abs(n)%e.colors.length]}function g(r){function n(){if(n.enabled){var u=n,l=+new Date,k=l-(c||l);u.diff=k,u.prev=c,u.curr=l,c=l;for(var i=new Array(arguments.length),t=0;t<i.length;t++)i[t]=arguments[t];i[0]=e.coerce(i[0]),typeof i[0]!="string"&&i.unshift("%O");var f=0;i[0]=i[0].replace(/%([a-zA-Z%])/g,function(a,w){if(a==="%%")return a;f++;var s=e.formatters[w];if(typeof s=="function"){var A=i[f];a=s.call(u,A),i.splice(f,1),f--}return a}),e.formatArgs.call(u,i);var q=n.log||e.log||console.log.bind(console);q.apply(u,i)}}return n.namespace=r,n.enabled=e.enabled(r),n.useColors=e.useColors(),n.color=v(r),typeof e.init=="function"&&e.init(n),n}function h(r){e.save(r),e.names=[],e.skips=[];for(var n=(typeof r=="string"?r:"").split(/[\s,]+/),u=n.length,l=0;l<u;l++)n[l]&&(r=n[l].replace(/\*/g,".*?"),r[0]==="-"?e.skips.push(new RegExp("^"+r.substr(1)+"$")):e.names.push(new RegExp("^"+r+"$")))}function _(){e.enable("")}function m(r){var n,u;for(n=0,u=e.skips.length;n<u;n++)if(e.skips[n].test(r))return!1;for(n=0,u=e.names.length;n<u;n++)if(e.names[n].test(r))return!0;return!1}function y(r){return r instanceof Error?r.stack||r.message:r}}(o.__module,o.__module.exports)),o.__module.exports}exports.__require=D;
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { __module as o } from "../../../../../_virtual/debug.es.js";
|
|
2
|
-
import { __require as C } from "../../ms/index.es.js";
|
|
3
|
-
var b;
|
|
4
|
-
function R() {
|
|
5
|
-
return b ? o.exports : (b = 1, function(d, e) {
|
|
6
|
-
e = d.exports = c.debug = c.default = c, e.coerce = y, e.disable = m, e.enable = h, e.enabled = k, e.humanize = C(), e.names = [], e.skips = [], e.formatters = {};
|
|
7
|
-
var g;
|
|
8
|
-
function v(n) {
|
|
9
|
-
var r = 0, i;
|
|
10
|
-
for (i in n)
|
|
11
|
-
r = (r << 5) - r + n.charCodeAt(i), r |= 0;
|
|
12
|
-
return e.colors[Math.abs(r) % e.colors.length];
|
|
13
|
-
}
|
|
14
|
-
function c(n) {
|
|
15
|
-
function r() {
|
|
16
|
-
if (r.enabled) {
|
|
17
|
-
var i = r, f = +/* @__PURE__ */ new Date(), _ = f - (g || f);
|
|
18
|
-
i.diff = _, i.prev = g, i.curr = f, g = f;
|
|
19
|
-
for (var u = new Array(arguments.length), l = 0; l < u.length; l++)
|
|
20
|
-
u[l] = arguments[l];
|
|
21
|
-
u[0] = e.coerce(u[0]), typeof u[0] != "string" && u.unshift("%O");
|
|
22
|
-
var t = 0;
|
|
23
|
-
u[0] = u[0].replace(/%([a-zA-Z%])/g, function(a, w) {
|
|
24
|
-
if (a === "%%") return a;
|
|
25
|
-
t++;
|
|
26
|
-
var s = e.formatters[w];
|
|
27
|
-
if (typeof s == "function") {
|
|
28
|
-
var A = u[t];
|
|
29
|
-
a = s.call(i, A), u.splice(t, 1), t--;
|
|
30
|
-
}
|
|
31
|
-
return a;
|
|
32
|
-
}), e.formatArgs.call(i, u);
|
|
33
|
-
var q = r.log || e.log || console.log.bind(console);
|
|
34
|
-
q.apply(i, u);
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
return r.namespace = n, r.enabled = e.enabled(n), r.useColors = e.useColors(), r.color = v(n), typeof e.init == "function" && e.init(r), r;
|
|
38
|
-
}
|
|
39
|
-
function h(n) {
|
|
40
|
-
e.save(n), e.names = [], e.skips = [];
|
|
41
|
-
for (var r = (typeof n == "string" ? n : "").split(/[\s,]+/), i = r.length, f = 0; f < i; f++)
|
|
42
|
-
r[f] && (n = r[f].replace(/\*/g, ".*?"), n[0] === "-" ? e.skips.push(new RegExp("^" + n.substr(1) + "$")) : e.names.push(new RegExp("^" + n + "$")));
|
|
43
|
-
}
|
|
44
|
-
function m() {
|
|
45
|
-
e.enable("");
|
|
46
|
-
}
|
|
47
|
-
function k(n) {
|
|
48
|
-
var r, i;
|
|
49
|
-
for (r = 0, i = e.skips.length; r < i; r++)
|
|
50
|
-
if (e.skips[r].test(n))
|
|
51
|
-
return !1;
|
|
52
|
-
for (r = 0, i = e.names.length; r < i; r++)
|
|
53
|
-
if (e.names[r].test(n))
|
|
54
|
-
return !0;
|
|
55
|
-
return !1;
|
|
56
|
-
}
|
|
57
|
-
function y(n) {
|
|
58
|
-
return n instanceof Error ? n.stack || n.message : n;
|
|
59
|
-
}
|
|
60
|
-
}(o, o.exports), o.exports);
|
|
61
|
-
}
|
|
62
|
-
export {
|
|
63
|
-
R as __require
|
|
64
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var i,o;function m(){if(o)return i;o=1;var n=1e3,a=n*60,t=a*60,c=t*24,d=c*365.25;i=function(e,r){r=r||{};var s=typeof e;if(s==="string"&&e.length>0)return f(e);if(s==="number"&&isNaN(e)===!1)return r.long?y(e):h(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function f(e){if(e=String(e),!(e.length>100)){var r=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(e);if(r){var s=parseFloat(r[1]),l=(r[2]||"ms").toLowerCase();switch(l){case"years":case"year":case"yrs":case"yr":case"y":return s*d;case"days":case"day":case"d":return s*c;case"hours":case"hour":case"hrs":case"hr":case"h":return s*t;case"minutes":case"minute":case"mins":case"min":case"m":return s*a;case"seconds":case"second":case"secs":case"sec":case"s":return s*n;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}}}function h(e){return e>=c?Math.round(e/c)+"d":e>=t?Math.round(e/t)+"h":e>=a?Math.round(e/a)+"m":e>=n?Math.round(e/n)+"s":e+"ms"}function y(e){return u(e,c,"day")||u(e,t,"hour")||u(e,a,"minute")||u(e,n,"second")||e+" ms"}function u(e,r,s){if(!(e<r))return e<r*1.5?Math.floor(e/r)+" "+s:Math.ceil(e/r)+" "+s+"s"}return i}exports.__require=m;
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
var i, o;
|
|
2
|
-
function m() {
|
|
3
|
-
if (o) return i;
|
|
4
|
-
o = 1;
|
|
5
|
-
var n = 1e3, a = n * 60, t = a * 60, c = t * 24, d = c * 365.25;
|
|
6
|
-
i = function(e, r) {
|
|
7
|
-
r = r || {};
|
|
8
|
-
var s = typeof e;
|
|
9
|
-
if (s === "string" && e.length > 0)
|
|
10
|
-
return f(e);
|
|
11
|
-
if (s === "number" && isNaN(e) === !1)
|
|
12
|
-
return r.long ? y(e) : h(e);
|
|
13
|
-
throw new Error(
|
|
14
|
-
"val is not a non-empty string or a valid number. val=" + JSON.stringify(e)
|
|
15
|
-
);
|
|
16
|
-
};
|
|
17
|
-
function f(e) {
|
|
18
|
-
if (e = String(e), !(e.length > 100)) {
|
|
19
|
-
var r = /^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(
|
|
20
|
-
e
|
|
21
|
-
);
|
|
22
|
-
if (r) {
|
|
23
|
-
var s = parseFloat(r[1]), l = (r[2] || "ms").toLowerCase();
|
|
24
|
-
switch (l) {
|
|
25
|
-
case "years":
|
|
26
|
-
case "year":
|
|
27
|
-
case "yrs":
|
|
28
|
-
case "yr":
|
|
29
|
-
case "y":
|
|
30
|
-
return s * d;
|
|
31
|
-
case "days":
|
|
32
|
-
case "day":
|
|
33
|
-
case "d":
|
|
34
|
-
return s * c;
|
|
35
|
-
case "hours":
|
|
36
|
-
case "hour":
|
|
37
|
-
case "hrs":
|
|
38
|
-
case "hr":
|
|
39
|
-
case "h":
|
|
40
|
-
return s * t;
|
|
41
|
-
case "minutes":
|
|
42
|
-
case "minute":
|
|
43
|
-
case "mins":
|
|
44
|
-
case "min":
|
|
45
|
-
case "m":
|
|
46
|
-
return s * a;
|
|
47
|
-
case "seconds":
|
|
48
|
-
case "second":
|
|
49
|
-
case "secs":
|
|
50
|
-
case "sec":
|
|
51
|
-
case "s":
|
|
52
|
-
return s * n;
|
|
53
|
-
case "milliseconds":
|
|
54
|
-
case "millisecond":
|
|
55
|
-
case "msecs":
|
|
56
|
-
case "msec":
|
|
57
|
-
case "ms":
|
|
58
|
-
return s;
|
|
59
|
-
default:
|
|
60
|
-
return;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
function h(e) {
|
|
66
|
-
return e >= c ? Math.round(e / c) + "d" : e >= t ? Math.round(e / t) + "h" : e >= a ? Math.round(e / a) + "m" : e >= n ? Math.round(e / n) + "s" : e + "ms";
|
|
67
|
-
}
|
|
68
|
-
function y(e) {
|
|
69
|
-
return u(e, c, "day") || u(e, t, "hour") || u(e, a, "minute") || u(e, n, "second") || e + " ms";
|
|
70
|
-
}
|
|
71
|
-
function u(e, r, s) {
|
|
72
|
-
if (!(e < r))
|
|
73
|
-
return e < r * 1.5 ? Math.floor(e / r) + " " + s : Math.ceil(e / r) + " " + s + "s";
|
|
74
|
-
}
|
|
75
|
-
return i;
|
|
76
|
-
}
|
|
77
|
-
export {
|
|
78
|
-
m as __require
|
|
79
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/var u,f;function j(){if(f)return u;f=1;var i=Object.getOwnPropertySymbols,b=Object.prototype.hasOwnProperty,l=Object.prototype.propertyIsEnumerable;function O(t){if(t==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}function g(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de",Object.getOwnPropertyNames(t)[0]==="5")return!1;for(var c={},r=0;r<10;r++)c["_"+String.fromCharCode(r)]=r;var a=Object.getOwnPropertyNames(c).map(function(e){return c[e]});if(a.join("")!=="0123456789")return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach(function(e){n[e]=e}),Object.keys(Object.assign({},n)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return u=g()?Object.assign:function(t,c){for(var r,a=O(t),n,e=1;e<arguments.length;e++){r=Object(arguments[e]);for(var s in r)b.call(r,s)&&(a[s]=r[s]);if(i){n=i(r);for(var o=0;o<n.length;o++)l.call(r,n[o])&&(a[n[o]]=r[n[o]])}}return a},u}exports.__require=j;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
var f, i;
|
|
7
|
-
function p() {
|
|
8
|
-
if (i) return f;
|
|
9
|
-
i = 1;
|
|
10
|
-
var u = Object.getOwnPropertySymbols, b = Object.prototype.hasOwnProperty, l = Object.prototype.propertyIsEnumerable;
|
|
11
|
-
function O(n) {
|
|
12
|
-
if (n == null)
|
|
13
|
-
throw new TypeError("Object.assign cannot be called with null or undefined");
|
|
14
|
-
return Object(n);
|
|
15
|
-
}
|
|
16
|
-
function j() {
|
|
17
|
-
try {
|
|
18
|
-
if (!Object.assign)
|
|
19
|
-
return !1;
|
|
20
|
-
var n = new String("abc");
|
|
21
|
-
if (n[5] = "de", Object.getOwnPropertyNames(n)[0] === "5")
|
|
22
|
-
return !1;
|
|
23
|
-
for (var s = {}, r = 0; r < 10; r++)
|
|
24
|
-
s["_" + String.fromCharCode(r)] = r;
|
|
25
|
-
var a = Object.getOwnPropertyNames(s).map(function(e) {
|
|
26
|
-
return s[e];
|
|
27
|
-
});
|
|
28
|
-
if (a.join("") !== "0123456789")
|
|
29
|
-
return !1;
|
|
30
|
-
var t = {};
|
|
31
|
-
return "abcdefghijklmnopqrst".split("").forEach(function(e) {
|
|
32
|
-
t[e] = e;
|
|
33
|
-
}), Object.keys(Object.assign({}, t)).join("") === "abcdefghijklmnopqrst";
|
|
34
|
-
} catch {
|
|
35
|
-
return !1;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
return f = j() ? Object.assign : function(n, s) {
|
|
39
|
-
for (var r, a = O(n), t, e = 1; e < arguments.length; e++) {
|
|
40
|
-
r = Object(arguments[e]);
|
|
41
|
-
for (var c in r)
|
|
42
|
-
b.call(r, c) && (a[c] = r[c]);
|
|
43
|
-
if (u) {
|
|
44
|
-
t = u(r);
|
|
45
|
-
for (var o = 0; o < t.length; o++)
|
|
46
|
-
l.call(r, t[o]) && (a[t[o]] = r[t[o]]);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
return a;
|
|
50
|
-
}, f;
|
|
51
|
-
}
|
|
52
|
-
export {
|
|
53
|
-
p as __require
|
|
54
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E=require("./lib/ReactPropTypesSecret.cjs.js"),_=require("./lib/has.cjs.js");var u,p;function O(){if(p)return u;p=1;var o=function(){};if(process.env.NODE_ENV!=="production"){var l=E.__require(),a={},y=_.__require();o=function(r){var t="Warning: "+r;typeof console<"u"&&console.error(t);try{throw new Error(t)}catch{}}}function f(r,t,i,s,c){if(process.env.NODE_ENV!=="production"){for(var e in r)if(y(r,e)){var n;try{if(typeof r[e]!="function"){var h=Error((s||"React class")+": "+i+" type `"+e+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof r[e]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw h.name="Invariant Violation",h}n=r[e](t,e,s,i,null,l)}catch(d){n=d}if(n&&!(n instanceof Error)&&o((s||"React class")+": type specification of "+i+" `"+e+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof n+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),n instanceof Error&&!(n.message in a)){a[n.message]=!0;var v=c?c():"";o("Failed "+i+" type: "+n.message+(v??""))}}}}return f.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(a={})},u=f,u}exports.__require=O;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { __require as E } from "./lib/ReactPropTypesSecret.es.js";
|
|
2
|
-
import { __require as _ } from "./lib/has.es.js";
|
|
3
|
-
var f, v;
|
|
4
|
-
function P() {
|
|
5
|
-
if (v) return f;
|
|
6
|
-
v = 1;
|
|
7
|
-
var o = function() {
|
|
8
|
-
};
|
|
9
|
-
if (process.env.NODE_ENV !== "production") {
|
|
10
|
-
var y = /* @__PURE__ */ E(), t = {}, d = /* @__PURE__ */ _();
|
|
11
|
-
o = function(n) {
|
|
12
|
-
var a = "Warning: " + n;
|
|
13
|
-
typeof console < "u" && console.error(a);
|
|
14
|
-
try {
|
|
15
|
-
throw new Error(a);
|
|
16
|
-
} catch {
|
|
17
|
-
}
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
function u(n, a, i, s, c) {
|
|
21
|
-
if (process.env.NODE_ENV !== "production") {
|
|
22
|
-
for (var e in n)
|
|
23
|
-
if (d(n, e)) {
|
|
24
|
-
var r;
|
|
25
|
-
try {
|
|
26
|
-
if (typeof n[e] != "function") {
|
|
27
|
-
var h = Error(
|
|
28
|
-
(s || "React class") + ": " + i + " type `" + e + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof n[e] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
|
|
29
|
-
);
|
|
30
|
-
throw h.name = "Invariant Violation", h;
|
|
31
|
-
}
|
|
32
|
-
r = n[e](a, e, s, i, null, y);
|
|
33
|
-
} catch (l) {
|
|
34
|
-
r = l;
|
|
35
|
-
}
|
|
36
|
-
if (r && !(r instanceof Error) && o(
|
|
37
|
-
(s || "React class") + ": type specification of " + i + " `" + e + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof r + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
|
|
38
|
-
), r instanceof Error && !(r.message in t)) {
|
|
39
|
-
t[r.message] = !0;
|
|
40
|
-
var p = c ? c() : "";
|
|
41
|
-
o(
|
|
42
|
-
"Failed " + i + " type: " + r.message + (p ?? "")
|
|
43
|
-
);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
return u.resetWarningCache = function() {
|
|
49
|
-
process.env.NODE_ENV !== "production" && (t = {});
|
|
50
|
-
}, f = u, f;
|
|
51
|
-
}
|
|
52
|
-
export {
|
|
53
|
-
P as __require
|
|
54
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("./lib/ReactPropTypesSecret.cjs.js");var n,p;function y(){if(p)return n;p=1;var c=u.__require();function o(){}function i(){}return i.resetWarningCache=o,n=function(){function e(h,m,f,l,T,s){if(s!==c){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}e.isRequired=e;function r(){return e}var t={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:r,element:e,elementType:e,instanceOf:r,node:e,objectOf:r,oneOf:r,oneOfType:r,shape:r,exact:r,checkPropTypes:i,resetWarningCache:o};return t.PropTypes=t,t},n}exports.__require=y;
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { __require as u } from "./lib/ReactPropTypesSecret.es.js";
|
|
2
|
-
var o, p;
|
|
3
|
-
function g() {
|
|
4
|
-
if (p) return o;
|
|
5
|
-
p = 1;
|
|
6
|
-
var c = /* @__PURE__ */ u();
|
|
7
|
-
function n() {
|
|
8
|
-
}
|
|
9
|
-
function i() {
|
|
10
|
-
}
|
|
11
|
-
return i.resetWarningCache = n, o = function() {
|
|
12
|
-
function e(h, y, m, f, l, s) {
|
|
13
|
-
if (s !== c) {
|
|
14
|
-
var a = new Error(
|
|
15
|
-
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
|
|
16
|
-
);
|
|
17
|
-
throw a.name = "Invariant Violation", a;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
e.isRequired = e;
|
|
21
|
-
function r() {
|
|
22
|
-
return e;
|
|
23
|
-
}
|
|
24
|
-
var t = {
|
|
25
|
-
array: e,
|
|
26
|
-
bigint: e,
|
|
27
|
-
bool: e,
|
|
28
|
-
func: e,
|
|
29
|
-
number: e,
|
|
30
|
-
object: e,
|
|
31
|
-
string: e,
|
|
32
|
-
symbol: e,
|
|
33
|
-
any: e,
|
|
34
|
-
arrayOf: r,
|
|
35
|
-
element: e,
|
|
36
|
-
elementType: e,
|
|
37
|
-
instanceOf: r,
|
|
38
|
-
node: e,
|
|
39
|
-
objectOf: r,
|
|
40
|
-
oneOf: r,
|
|
41
|
-
oneOfType: r,
|
|
42
|
-
shape: r,
|
|
43
|
-
exact: r,
|
|
44
|
-
checkPropTypes: i,
|
|
45
|
-
resetWarningCache: n
|
|
46
|
-
};
|
|
47
|
-
return t.PropTypes = t, t;
|
|
48
|
-
}, o;
|
|
49
|
-
}
|
|
50
|
-
export {
|
|
51
|
-
g as __require
|
|
52
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const F=require("./node_modules/react-is/index.cjs.js"),N=require("../object-assign/index.cjs.js"),ee=require("./lib/ReactPropTypesSecret.cjs.js"),re=require("./lib/has.cjs.js"),ne=require("./checkPropTypes.cjs.js");var A,C;function te(){if(C)return A;C=1;var k=F.__require(),W=N.__require(),h=ee.__require(),I=re.__require(),q=ne.__require(),T=function(){};process.env.NODE_ENV!=="production"&&(T=function(x){var S="Warning: "+x;typeof console<"u"&&console.error(S);try{throw new Error(S)}catch{}});function E(){return null}return A=function(x,S){var P=typeof Symbol=="function"&&Symbol.iterator,D="@@iterator";function M(e){var r=e&&(P&&e[P]||e[D]);if(typeof r=="function")return r}var _="<<anonymous>>",w={array:p("array"),bigint:p("bigint"),bool:p("boolean"),func:p("function"),number:p("number"),object:p("object"),string:p("string"),symbol:p("symbol"),any:U(),arrayOf:$,element:B(),elementType:J(),instanceOf:z,node:H(),objectOf:X,oneOf:L,oneOfType:G,shape:K,exact:Q};function Y(e,r){return e===r?e!==0||1/e===1/r:e!==e&&r!==r}function d(e,r){this.message=e,this.data=r&&typeof r=="object"?r:{},this.stack=""}d.prototype=Error.prototype;function v(e){if(process.env.NODE_ENV!=="production")var r={},u=0;function i(f,t,a,o,s,c,y){if(o=o||_,c=c||a,y!==h){if(S){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var b=o+":"+a;!r[b]&&u<3&&(T("You are manually calling a React.PropTypes validation function for the `"+c+"` prop on `"+o+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),r[b]=!0,u++)}}return t[a]==null?f?t[a]===null?new d("The "+s+" `"+c+"` is marked as required "+("in `"+o+"`, but its value is `null`.")):new d("The "+s+" `"+c+"` is marked as required in "+("`"+o+"`, but its value is `undefined`.")):null:e(t,a,o,s,c)}var n=i.bind(null,!1);return n.isRequired=i.bind(null,!0),n}function p(e){function r(u,i,n,f,t,a){var o=u[i],s=g(o);if(s!==e){var c=O(o);return new d("Invalid "+f+" `"+t+"` of type "+("`"+c+"` supplied to `"+n+"`, expected ")+("`"+e+"`."),{expectedType:e})}return null}return v(r)}function U(){return v(E)}function $(e){function r(u,i,n,f,t){if(typeof e!="function")return new d("Property `"+t+"` of component `"+n+"` has invalid PropType notation inside arrayOf.");var a=u[i];if(!Array.isArray(a)){var o=g(a);return new d("Invalid "+f+" `"+t+"` of type "+("`"+o+"` supplied to `"+n+"`, expected an array."))}for(var s=0;s<a.length;s++){var c=e(a,s,n,f,t+"["+s+"]",h);if(c instanceof Error)return c}return null}return v(r)}function B(){function e(r,u,i,n,f){var t=r[u];if(!x(t)){var a=g(t);return new d("Invalid "+n+" `"+f+"` of type "+("`"+a+"` supplied to `"+i+"`, expected a single ReactElement."))}return null}return v(e)}function J(){function e(r,u,i,n,f){var t=r[u];if(!k.isValidElementType(t)){var a=g(t);return new d("Invalid "+n+" `"+f+"` of type "+("`"+a+"` supplied to `"+i+"`, expected a single ReactElement type."))}return null}return v(e)}function z(e){function r(u,i,n,f,t){if(!(u[i]instanceof e)){var a=e.name||_,o=V(u[i]);return new d("Invalid "+f+" `"+t+"` of type "+("`"+o+"` supplied to `"+n+"`, expected ")+("instance of `"+a+"`."))}return null}return v(r)}function L(e){if(!Array.isArray(e))return process.env.NODE_ENV!=="production"&&(arguments.length>1?T("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):T("Invalid argument supplied to oneOf, expected an array.")),E;function r(u,i,n,f,t){for(var a=u[i],o=0;o<e.length;o++)if(Y(a,e[o]))return null;var s=JSON.stringify(e,function(y,l){var b=O(l);return b==="symbol"?String(l):l});return new d("Invalid "+f+" `"+t+"` of value `"+String(a)+"` "+("supplied to `"+n+"`, expected one of "+s+"."))}return v(r)}function X(e){function r(u,i,n,f,t){if(typeof e!="function")return new d("Property `"+t+"` of component `"+n+"` has invalid PropType notation inside objectOf.");var a=u[i],o=g(a);if(o!=="object")return new d("Invalid "+f+" `"+t+"` of type "+("`"+o+"` supplied to `"+n+"`, expected an object."));for(var s in a)if(I(a,s)){var c=e(a,s,n,f,t+"."+s,h);if(c instanceof Error)return c}return null}return v(r)}function G(e){if(!Array.isArray(e))return process.env.NODE_ENV!=="production"&&T("Invalid argument supplied to oneOfType, expected an instance of array."),E;for(var r=0;r<e.length;r++){var u=e[r];if(typeof u!="function")return T("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+m(u)+" at index "+r+"."),E}function i(n,f,t,a,o){for(var s=[],c=0;c<e.length;c++){var y=e[c],l=y(n,f,t,a,o,h);if(l==null)return null;l.data&&I(l.data,"expectedType")&&s.push(l.data.expectedType)}var b=s.length>0?", expected one of type ["+s.join(", ")+"]":"";return new d("Invalid "+a+" `"+o+"` supplied to "+("`"+t+"`"+b+"."))}return v(i)}function H(){function e(r,u,i,n,f){return j(r[u])?null:new d("Invalid "+n+" `"+f+"` supplied to "+("`"+i+"`, expected a ReactNode."))}return v(e)}function R(e,r,u,i,n){return new d((e||"React class")+": "+r+" type `"+u+"."+i+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+n+"`.")}function K(e){function r(u,i,n,f,t){var a=u[i],o=g(a);if(o!=="object")return new d("Invalid "+f+" `"+t+"` of type `"+o+"` "+("supplied to `"+n+"`, expected `object`."));for(var s in e){var c=e[s];if(typeof c!="function")return R(n,f,t,s,O(c));var y=c(a,s,n,f,t+"."+s,h);if(y)return y}return null}return v(r)}function Q(e){function r(u,i,n,f,t){var a=u[i],o=g(a);if(o!=="object")return new d("Invalid "+f+" `"+t+"` of type `"+o+"` "+("supplied to `"+n+"`, expected `object`."));var s=W({},u[i],e);for(var c in s){var y=e[c];if(I(e,c)&&typeof y!="function")return R(n,f,t,c,O(y));if(!y)return new d("Invalid "+f+" `"+t+"` key `"+c+"` supplied to `"+n+"`.\nBad object: "+JSON.stringify(u[i],null," ")+`
|
|
2
|
-
Valid keys: `+JSON.stringify(Object.keys(e),null," "));var l=y(a,c,n,f,t+"."+c,h);if(l)return l}return null}return v(r)}function j(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(j);if(e===null||x(e))return!0;var r=M(e);if(r){var u=r.call(e),i;if(r!==e.entries){for(;!(i=u.next()).done;)if(!j(i.value))return!1}else for(;!(i=u.next()).done;){var n=i.value;if(n&&!j(n[1]))return!1}}else return!1;return!0;default:return!1}}function Z(e,r){return e==="symbol"?!0:r?r["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&r instanceof Symbol:!1}function g(e){var r=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":Z(r,e)?"symbol":r}function O(e){if(typeof e>"u"||e===null)return""+e;var r=g(e);if(r==="object"){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return r}function m(e){var r=O(e);switch(r){case"array":case"object":return"an "+r;case"boolean":case"date":case"regexp":return"a "+r;default:return r}}function V(e){return!e.constructor||!e.constructor.name?_:e.constructor.name}return w.checkPropTypes=q,w.resetWarningCache=q.resetWarningCache,w.PropTypes=w,w},A}exports.__require=te;
|