@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,329 +0,0 @@
|
|
|
1
|
-
import { __require as F } from "./node_modules/react-is/index.es.js";
|
|
2
|
-
import { __require as N } from "../object-assign/index.es.js";
|
|
3
|
-
import { __require as ee } from "./lib/ReactPropTypesSecret.es.js";
|
|
4
|
-
import { __require as re } from "./lib/has.es.js";
|
|
5
|
-
import { __require as ne } from "./checkPropTypes.es.js";
|
|
6
|
-
var A, C;
|
|
7
|
-
function oe() {
|
|
8
|
-
if (C) return A;
|
|
9
|
-
C = 1;
|
|
10
|
-
var k = F(), W = N(), h = /* @__PURE__ */ ee(), j = /* @__PURE__ */ re(), R = /* @__PURE__ */ ne(), T = function() {
|
|
11
|
-
};
|
|
12
|
-
process.env.NODE_ENV !== "production" && (T = function(x) {
|
|
13
|
-
var S = "Warning: " + x;
|
|
14
|
-
typeof console < "u" && console.error(S);
|
|
15
|
-
try {
|
|
16
|
-
throw new Error(S);
|
|
17
|
-
} catch {
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
|
-
function E() {
|
|
21
|
-
return null;
|
|
22
|
-
}
|
|
23
|
-
return A = function(x, S) {
|
|
24
|
-
var _ = typeof Symbol == "function" && Symbol.iterator, D = "@@iterator";
|
|
25
|
-
function m(e) {
|
|
26
|
-
var r = e && (_ && e[_] || e[D]);
|
|
27
|
-
if (typeof r == "function")
|
|
28
|
-
return r;
|
|
29
|
-
}
|
|
30
|
-
var P = "<<anonymous>>", w = {
|
|
31
|
-
array: p("array"),
|
|
32
|
-
bigint: p("bigint"),
|
|
33
|
-
bool: p("boolean"),
|
|
34
|
-
func: p("function"),
|
|
35
|
-
number: p("number"),
|
|
36
|
-
object: p("object"),
|
|
37
|
-
string: p("string"),
|
|
38
|
-
symbol: p("symbol"),
|
|
39
|
-
any: M(),
|
|
40
|
-
arrayOf: U,
|
|
41
|
-
element: B(),
|
|
42
|
-
elementType: J(),
|
|
43
|
-
instanceOf: z,
|
|
44
|
-
node: G(),
|
|
45
|
-
objectOf: H,
|
|
46
|
-
oneOf: L,
|
|
47
|
-
oneOfType: X,
|
|
48
|
-
shape: K,
|
|
49
|
-
exact: Q
|
|
50
|
-
};
|
|
51
|
-
function Y(e, r) {
|
|
52
|
-
return e === r ? e !== 0 || 1 / e === 1 / r : e !== e && r !== r;
|
|
53
|
-
}
|
|
54
|
-
function d(e, r) {
|
|
55
|
-
this.message = e, this.data = r && typeof r == "object" ? r : {}, this.stack = "";
|
|
56
|
-
}
|
|
57
|
-
d.prototype = Error.prototype;
|
|
58
|
-
function v(e) {
|
|
59
|
-
if (process.env.NODE_ENV !== "production")
|
|
60
|
-
var r = {}, u = 0;
|
|
61
|
-
function i(f, t, a, o, c, s, y) {
|
|
62
|
-
if (o = o || P, s = s || a, y !== h) {
|
|
63
|
-
if (S) {
|
|
64
|
-
var l = new Error(
|
|
65
|
-
"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"
|
|
66
|
-
);
|
|
67
|
-
throw l.name = "Invariant Violation", l;
|
|
68
|
-
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
69
|
-
var b = o + ":" + a;
|
|
70
|
-
!r[b] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
71
|
-
u < 3 && (T(
|
|
72
|
-
"You are manually calling a React.PropTypes validation function for the `" + s + "` 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."
|
|
73
|
-
), r[b] = !0, u++);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
return t[a] == null ? f ? t[a] === null ? new d("The " + c + " `" + s + "` is marked as required " + ("in `" + o + "`, but its value is `null`.")) : new d("The " + c + " `" + s + "` is marked as required in " + ("`" + o + "`, but its value is `undefined`.")) : null : e(t, a, o, c, s);
|
|
77
|
-
}
|
|
78
|
-
var n = i.bind(null, !1);
|
|
79
|
-
return n.isRequired = i.bind(null, !0), n;
|
|
80
|
-
}
|
|
81
|
-
function p(e) {
|
|
82
|
-
function r(u, i, n, f, t, a) {
|
|
83
|
-
var o = u[i], c = g(o);
|
|
84
|
-
if (c !== e) {
|
|
85
|
-
var s = O(o);
|
|
86
|
-
return new d(
|
|
87
|
-
"Invalid " + f + " `" + t + "` of type " + ("`" + s + "` supplied to `" + n + "`, expected ") + ("`" + e + "`."),
|
|
88
|
-
{ expectedType: e }
|
|
89
|
-
);
|
|
90
|
-
}
|
|
91
|
-
return null;
|
|
92
|
-
}
|
|
93
|
-
return v(r);
|
|
94
|
-
}
|
|
95
|
-
function M() {
|
|
96
|
-
return v(E);
|
|
97
|
-
}
|
|
98
|
-
function U(e) {
|
|
99
|
-
function r(u, i, n, f, t) {
|
|
100
|
-
if (typeof e != "function")
|
|
101
|
-
return new d("Property `" + t + "` of component `" + n + "` has invalid PropType notation inside arrayOf.");
|
|
102
|
-
var a = u[i];
|
|
103
|
-
if (!Array.isArray(a)) {
|
|
104
|
-
var o = g(a);
|
|
105
|
-
return new d("Invalid " + f + " `" + t + "` of type " + ("`" + o + "` supplied to `" + n + "`, expected an array."));
|
|
106
|
-
}
|
|
107
|
-
for (var c = 0; c < a.length; c++) {
|
|
108
|
-
var s = e(a, c, n, f, t + "[" + c + "]", h);
|
|
109
|
-
if (s instanceof Error)
|
|
110
|
-
return s;
|
|
111
|
-
}
|
|
112
|
-
return null;
|
|
113
|
-
}
|
|
114
|
-
return v(r);
|
|
115
|
-
}
|
|
116
|
-
function B() {
|
|
117
|
-
function e(r, u, i, n, f) {
|
|
118
|
-
var t = r[u];
|
|
119
|
-
if (!x(t)) {
|
|
120
|
-
var a = g(t);
|
|
121
|
-
return new d("Invalid " + n + " `" + f + "` of type " + ("`" + a + "` supplied to `" + i + "`, expected a single ReactElement."));
|
|
122
|
-
}
|
|
123
|
-
return null;
|
|
124
|
-
}
|
|
125
|
-
return v(e);
|
|
126
|
-
}
|
|
127
|
-
function J() {
|
|
128
|
-
function e(r, u, i, n, f) {
|
|
129
|
-
var t = r[u];
|
|
130
|
-
if (!k.isValidElementType(t)) {
|
|
131
|
-
var a = g(t);
|
|
132
|
-
return new d("Invalid " + n + " `" + f + "` of type " + ("`" + a + "` supplied to `" + i + "`, expected a single ReactElement type."));
|
|
133
|
-
}
|
|
134
|
-
return null;
|
|
135
|
-
}
|
|
136
|
-
return v(e);
|
|
137
|
-
}
|
|
138
|
-
function z(e) {
|
|
139
|
-
function r(u, i, n, f, t) {
|
|
140
|
-
if (!(u[i] instanceof e)) {
|
|
141
|
-
var a = e.name || P, o = V(u[i]);
|
|
142
|
-
return new d("Invalid " + f + " `" + t + "` of type " + ("`" + o + "` supplied to `" + n + "`, expected ") + ("instance of `" + a + "`."));
|
|
143
|
-
}
|
|
144
|
-
return null;
|
|
145
|
-
}
|
|
146
|
-
return v(r);
|
|
147
|
-
}
|
|
148
|
-
function L(e) {
|
|
149
|
-
if (!Array.isArray(e))
|
|
150
|
-
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? T(
|
|
151
|
-
"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])."
|
|
152
|
-
) : T("Invalid argument supplied to oneOf, expected an array.")), E;
|
|
153
|
-
function r(u, i, n, f, t) {
|
|
154
|
-
for (var a = u[i], o = 0; o < e.length; o++)
|
|
155
|
-
if (Y(a, e[o]))
|
|
156
|
-
return null;
|
|
157
|
-
var c = JSON.stringify(e, function(y, l) {
|
|
158
|
-
var b = O(l);
|
|
159
|
-
return b === "symbol" ? String(l) : l;
|
|
160
|
-
});
|
|
161
|
-
return new d("Invalid " + f + " `" + t + "` of value `" + String(a) + "` " + ("supplied to `" + n + "`, expected one of " + c + "."));
|
|
162
|
-
}
|
|
163
|
-
return v(r);
|
|
164
|
-
}
|
|
165
|
-
function H(e) {
|
|
166
|
-
function r(u, i, n, f, t) {
|
|
167
|
-
if (typeof e != "function")
|
|
168
|
-
return new d("Property `" + t + "` of component `" + n + "` has invalid PropType notation inside objectOf.");
|
|
169
|
-
var a = u[i], o = g(a);
|
|
170
|
-
if (o !== "object")
|
|
171
|
-
return new d("Invalid " + f + " `" + t + "` of type " + ("`" + o + "` supplied to `" + n + "`, expected an object."));
|
|
172
|
-
for (var c in a)
|
|
173
|
-
if (j(a, c)) {
|
|
174
|
-
var s = e(a, c, n, f, t + "." + c, h);
|
|
175
|
-
if (s instanceof Error)
|
|
176
|
-
return s;
|
|
177
|
-
}
|
|
178
|
-
return null;
|
|
179
|
-
}
|
|
180
|
-
return v(r);
|
|
181
|
-
}
|
|
182
|
-
function X(e) {
|
|
183
|
-
if (!Array.isArray(e))
|
|
184
|
-
return process.env.NODE_ENV !== "production" && T("Invalid argument supplied to oneOfType, expected an instance of array."), E;
|
|
185
|
-
for (var r = 0; r < e.length; r++) {
|
|
186
|
-
var u = e[r];
|
|
187
|
-
if (typeof u != "function")
|
|
188
|
-
return T(
|
|
189
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + $(u) + " at index " + r + "."
|
|
190
|
-
), E;
|
|
191
|
-
}
|
|
192
|
-
function i(n, f, t, a, o) {
|
|
193
|
-
for (var c = [], s = 0; s < e.length; s++) {
|
|
194
|
-
var y = e[s], l = y(n, f, t, a, o, h);
|
|
195
|
-
if (l == null)
|
|
196
|
-
return null;
|
|
197
|
-
l.data && j(l.data, "expectedType") && c.push(l.data.expectedType);
|
|
198
|
-
}
|
|
199
|
-
var b = c.length > 0 ? ", expected one of type [" + c.join(", ") + "]" : "";
|
|
200
|
-
return new d("Invalid " + a + " `" + o + "` supplied to " + ("`" + t + "`" + b + "."));
|
|
201
|
-
}
|
|
202
|
-
return v(i);
|
|
203
|
-
}
|
|
204
|
-
function G() {
|
|
205
|
-
function e(r, u, i, n, f) {
|
|
206
|
-
return I(r[u]) ? null : new d("Invalid " + n + " `" + f + "` supplied to " + ("`" + i + "`, expected a ReactNode."));
|
|
207
|
-
}
|
|
208
|
-
return v(e);
|
|
209
|
-
}
|
|
210
|
-
function q(e, r, u, i, n) {
|
|
211
|
-
return new d(
|
|
212
|
-
(e || "React class") + ": " + r + " type `" + u + "." + i + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + n + "`."
|
|
213
|
-
);
|
|
214
|
-
}
|
|
215
|
-
function K(e) {
|
|
216
|
-
function r(u, i, n, f, t) {
|
|
217
|
-
var a = u[i], o = g(a);
|
|
218
|
-
if (o !== "object")
|
|
219
|
-
return new d("Invalid " + f + " `" + t + "` of type `" + o + "` " + ("supplied to `" + n + "`, expected `object`."));
|
|
220
|
-
for (var c in e) {
|
|
221
|
-
var s = e[c];
|
|
222
|
-
if (typeof s != "function")
|
|
223
|
-
return q(n, f, t, c, O(s));
|
|
224
|
-
var y = s(a, c, n, f, t + "." + c, h);
|
|
225
|
-
if (y)
|
|
226
|
-
return y;
|
|
227
|
-
}
|
|
228
|
-
return null;
|
|
229
|
-
}
|
|
230
|
-
return v(r);
|
|
231
|
-
}
|
|
232
|
-
function Q(e) {
|
|
233
|
-
function r(u, i, n, f, t) {
|
|
234
|
-
var a = u[i], o = g(a);
|
|
235
|
-
if (o !== "object")
|
|
236
|
-
return new d("Invalid " + f + " `" + t + "` of type `" + o + "` " + ("supplied to `" + n + "`, expected `object`."));
|
|
237
|
-
var c = W({}, u[i], e);
|
|
238
|
-
for (var s in c) {
|
|
239
|
-
var y = e[s];
|
|
240
|
-
if (j(e, s) && typeof y != "function")
|
|
241
|
-
return q(n, f, t, s, O(y));
|
|
242
|
-
if (!y)
|
|
243
|
-
return new d(
|
|
244
|
-
"Invalid " + f + " `" + t + "` key `" + s + "` supplied to `" + n + "`.\nBad object: " + JSON.stringify(u[i], null, " ") + `
|
|
245
|
-
Valid keys: ` + JSON.stringify(Object.keys(e), null, " ")
|
|
246
|
-
);
|
|
247
|
-
var l = y(a, s, n, f, t + "." + s, h);
|
|
248
|
-
if (l)
|
|
249
|
-
return l;
|
|
250
|
-
}
|
|
251
|
-
return null;
|
|
252
|
-
}
|
|
253
|
-
return v(r);
|
|
254
|
-
}
|
|
255
|
-
function I(e) {
|
|
256
|
-
switch (typeof e) {
|
|
257
|
-
case "number":
|
|
258
|
-
case "string":
|
|
259
|
-
case "undefined":
|
|
260
|
-
return !0;
|
|
261
|
-
case "boolean":
|
|
262
|
-
return !e;
|
|
263
|
-
case "object":
|
|
264
|
-
if (Array.isArray(e))
|
|
265
|
-
return e.every(I);
|
|
266
|
-
if (e === null || x(e))
|
|
267
|
-
return !0;
|
|
268
|
-
var r = m(e);
|
|
269
|
-
if (r) {
|
|
270
|
-
var u = r.call(e), i;
|
|
271
|
-
if (r !== e.entries) {
|
|
272
|
-
for (; !(i = u.next()).done; )
|
|
273
|
-
if (!I(i.value))
|
|
274
|
-
return !1;
|
|
275
|
-
} else
|
|
276
|
-
for (; !(i = u.next()).done; ) {
|
|
277
|
-
var n = i.value;
|
|
278
|
-
if (n && !I(n[1]))
|
|
279
|
-
return !1;
|
|
280
|
-
}
|
|
281
|
-
} else
|
|
282
|
-
return !1;
|
|
283
|
-
return !0;
|
|
284
|
-
default:
|
|
285
|
-
return !1;
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
function Z(e, r) {
|
|
289
|
-
return e === "symbol" ? !0 : r ? r["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && r instanceof Symbol : !1;
|
|
290
|
-
}
|
|
291
|
-
function g(e) {
|
|
292
|
-
var r = typeof e;
|
|
293
|
-
return Array.isArray(e) ? "array" : e instanceof RegExp ? "object" : Z(r, e) ? "symbol" : r;
|
|
294
|
-
}
|
|
295
|
-
function O(e) {
|
|
296
|
-
if (typeof e > "u" || e === null)
|
|
297
|
-
return "" + e;
|
|
298
|
-
var r = g(e);
|
|
299
|
-
if (r === "object") {
|
|
300
|
-
if (e instanceof Date)
|
|
301
|
-
return "date";
|
|
302
|
-
if (e instanceof RegExp)
|
|
303
|
-
return "regexp";
|
|
304
|
-
}
|
|
305
|
-
return r;
|
|
306
|
-
}
|
|
307
|
-
function $(e) {
|
|
308
|
-
var r = O(e);
|
|
309
|
-
switch (r) {
|
|
310
|
-
case "array":
|
|
311
|
-
case "object":
|
|
312
|
-
return "an " + r;
|
|
313
|
-
case "boolean":
|
|
314
|
-
case "date":
|
|
315
|
-
case "regexp":
|
|
316
|
-
return "a " + r;
|
|
317
|
-
default:
|
|
318
|
-
return r;
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
function V(e) {
|
|
322
|
-
return !e.constructor || !e.constructor.name ? P : e.constructor.name;
|
|
323
|
-
}
|
|
324
|
-
return w.checkPropTypes = R, w.resetWarningCache = R.resetWarningCache, w.PropTypes = w, w;
|
|
325
|
-
}, A;
|
|
326
|
-
}
|
|
327
|
-
export {
|
|
328
|
-
oe as __require
|
|
329
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../_virtual/index.cjs3.js"),t=require("./node_modules/react-is/index.cjs.js"),u=require("./factoryWithTypeCheckers.cjs.js"),s=require("./factoryWithThrowingShims.cjs.js");var r;function _(){if(r)return e.__module.exports;if(r=1,process.env.NODE_ENV!=="production"){var o=t.__require(),i=!0;e.__module.exports=u.__require()(o.isElement,i)}else e.__module.exports=s.__require()();return e.__module.exports}exports.__require=_;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { __module as r } from "../../_virtual/index.es3.js";
|
|
2
|
-
import { __require as s } from "./node_modules/react-is/index.es.js";
|
|
3
|
-
import { __require as t } from "./factoryWithTypeCheckers.es.js";
|
|
4
|
-
import { __require as p } from "./factoryWithThrowingShims.es.js";
|
|
5
|
-
var e;
|
|
6
|
-
function q() {
|
|
7
|
-
if (e) return r.exports;
|
|
8
|
-
if (e = 1, process.env.NODE_ENV !== "production") {
|
|
9
|
-
var o = s(), i = !0;
|
|
10
|
-
r.exports = /* @__PURE__ */ t()(o.isElement, i);
|
|
11
|
-
} else
|
|
12
|
-
r.exports = /* @__PURE__ */ p()();
|
|
13
|
-
return r.exports;
|
|
14
|
-
}
|
|
15
|
-
export {
|
|
16
|
-
q as __require
|
|
17
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e,r;function _(){if(r)return e;r=1;var t="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return e=t,e}exports.__require=_;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e,r;function t(){return r||(r=1,e=Function.call.bind(Object.prototype.hasOwnProperty)),e}exports.__require=t;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../../../../../_virtual/react-is.development.cjs.js");/** @license React v16.13.1
|
|
2
|
-
* react-is.development.js
|
|
3
|
-
*
|
|
4
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
5
|
-
*
|
|
6
|
-
* This source code is licensed under the MIT license found in the
|
|
7
|
-
* LICENSE file in the root directory of this source tree.
|
|
8
|
-
*/var S;function ee(){return S||(S=1,process.env.NODE_ENV!=="production"&&function(){var o=typeof Symbol=="function"&&Symbol.for,x=o?Symbol.for("react.element"):60103,m=o?Symbol.for("react.portal"):60106,a=o?Symbol.for("react.fragment"):60107,n=o?Symbol.for("react.strict_mode"):60108,s=o?Symbol.for("react.profiler"):60114,_=o?Symbol.for("react.provider"):60109,c=o?Symbol.for("react.context"):60110,T=o?Symbol.for("react.async_mode"):60111,i=o?Symbol.for("react.concurrent_mode"):60111,f=o?Symbol.for("react.forward_ref"):60112,u=o?Symbol.for("react.suspense"):60113,P=o?Symbol.for("react.suspense_list"):60120,E=o?Symbol.for("react.memo"):60115,d=o?Symbol.for("react.lazy"):60116,y=o?Symbol.for("react.block"):60121,A=o?Symbol.for("react.fundamental"):60117,M=o?Symbol.for("react.responder"):60118,b=o?Symbol.for("react.scope"):60119;function Y(e){return typeof e=="string"||typeof e=="function"||e===a||e===i||e===s||e===n||e===u||e===P||typeof e=="object"&&e!==null&&(e.$$typeof===d||e.$$typeof===E||e.$$typeof===_||e.$$typeof===c||e.$$typeof===f||e.$$typeof===A||e.$$typeof===M||e.$$typeof===b||e.$$typeof===y)}function t(e){if(typeof e=="object"&&e!==null){var p=e.$$typeof;switch(p){case x:var l=e.type;switch(l){case T:case i:case a:case s:case n:case u:return l;default:var R=l&&l.$$typeof;switch(R){case c:case f:case d:case E:case _:return R;default:return p}}case m:return p}}}var $=T,O=i,F=c,N=_,I=x,L=f,h=a,w=d,D=E,g=m,z=s,U=n,q=u,v=!1;function V(e){return v||(v=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),C(e)||t(e)===T}function C(e){return t(e)===i}function W(e){return t(e)===c}function k(e){return t(e)===_}function B(e){return typeof e=="object"&&e!==null&&e.$$typeof===x}function G(e){return t(e)===f}function K(e){return t(e)===a}function X(e){return t(e)===d}function Z(e){return t(e)===E}function H(e){return t(e)===m}function J(e){return t(e)===s}function Q(e){return t(e)===n}function j(e){return t(e)===u}r.__exports.AsyncMode=$,r.__exports.ConcurrentMode=O,r.__exports.ContextConsumer=F,r.__exports.ContextProvider=N,r.__exports.Element=I,r.__exports.ForwardRef=L,r.__exports.Fragment=h,r.__exports.Lazy=w,r.__exports.Memo=D,r.__exports.Portal=g,r.__exports.Profiler=z,r.__exports.StrictMode=U,r.__exports.Suspense=q,r.__exports.isAsyncMode=V,r.__exports.isConcurrentMode=C,r.__exports.isContextConsumer=W,r.__exports.isContextProvider=k,r.__exports.isElement=B,r.__exports.isForwardRef=G,r.__exports.isFragment=K,r.__exports.isLazy=X,r.__exports.isMemo=Z,r.__exports.isPortal=H,r.__exports.isProfiler=J,r.__exports.isStrictMode=Q,r.__exports.isSuspense=j,r.__exports.isValidElementType=Y,r.__exports.typeOf=t}()),r.__exports}exports.__require=ee;
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { __exports as r } from "../../../../../_virtual/react-is.development.es.js";
|
|
2
|
-
/** @license React v16.13.1
|
|
3
|
-
* react-is.development.js
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
-
*
|
|
7
|
-
* This source code is licensed under the MIT license found in the
|
|
8
|
-
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/
|
|
10
|
-
var A;
|
|
11
|
-
function re() {
|
|
12
|
-
return A ? r : (A = 1, process.env.NODE_ENV !== "production" && function() {
|
|
13
|
-
var o = typeof Symbol == "function" && Symbol.for, _ = o ? Symbol.for("react.element") : 60103, T = o ? Symbol.for("react.portal") : 60106, t = o ? Symbol.for("react.fragment") : 60107, n = o ? Symbol.for("react.strict_mode") : 60108, s = o ? Symbol.for("react.profiler") : 60114, c = o ? Symbol.for("react.provider") : 60109, i = o ? Symbol.for("react.context") : 60110, v = o ? Symbol.for("react.async_mode") : 60111, f = o ? Symbol.for("react.concurrent_mode") : 60111, u = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, y = o ? Symbol.for("react.suspense_list") : 60120, d = o ? Symbol.for("react.memo") : 60115, l = o ? Symbol.for("react.lazy") : 60116, x = o ? Symbol.for("react.block") : 60121, M = o ? Symbol.for("react.fundamental") : 60117, b = o ? Symbol.for("react.responder") : 60118, p = o ? Symbol.for("react.scope") : 60119;
|
|
14
|
-
function Y(e) {
|
|
15
|
-
return typeof e == "string" || typeof e == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
16
|
-
e === t || e === f || e === s || e === n || e === E || e === y || typeof e == "object" && e !== null && (e.$$typeof === l || e.$$typeof === d || e.$$typeof === c || e.$$typeof === i || e.$$typeof === u || e.$$typeof === M || e.$$typeof === b || e.$$typeof === p || e.$$typeof === x);
|
|
17
|
-
}
|
|
18
|
-
function a(e) {
|
|
19
|
-
if (typeof e == "object" && e !== null) {
|
|
20
|
-
var C = e.$$typeof;
|
|
21
|
-
switch (C) {
|
|
22
|
-
case _:
|
|
23
|
-
var m = e.type;
|
|
24
|
-
switch (m) {
|
|
25
|
-
case v:
|
|
26
|
-
case f:
|
|
27
|
-
case t:
|
|
28
|
-
case s:
|
|
29
|
-
case n:
|
|
30
|
-
case E:
|
|
31
|
-
return m;
|
|
32
|
-
default:
|
|
33
|
-
var P = m && m.$$typeof;
|
|
34
|
-
switch (P) {
|
|
35
|
-
case i:
|
|
36
|
-
case u:
|
|
37
|
-
case l:
|
|
38
|
-
case d:
|
|
39
|
-
case c:
|
|
40
|
-
return P;
|
|
41
|
-
default:
|
|
42
|
-
return C;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
case T:
|
|
46
|
-
return C;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
var $ = v, O = f, F = i, N = c, I = _, L = u, h = t, w = l, D = d, g = T, z = s, U = n, V = E, R = !1;
|
|
51
|
-
function q(e) {
|
|
52
|
-
return R || (R = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), S(e) || a(e) === v;
|
|
53
|
-
}
|
|
54
|
-
function S(e) {
|
|
55
|
-
return a(e) === f;
|
|
56
|
-
}
|
|
57
|
-
function W(e) {
|
|
58
|
-
return a(e) === i;
|
|
59
|
-
}
|
|
60
|
-
function k(e) {
|
|
61
|
-
return a(e) === c;
|
|
62
|
-
}
|
|
63
|
-
function B(e) {
|
|
64
|
-
return typeof e == "object" && e !== null && e.$$typeof === _;
|
|
65
|
-
}
|
|
66
|
-
function G(e) {
|
|
67
|
-
return a(e) === u;
|
|
68
|
-
}
|
|
69
|
-
function K(e) {
|
|
70
|
-
return a(e) === t;
|
|
71
|
-
}
|
|
72
|
-
function X(e) {
|
|
73
|
-
return a(e) === l;
|
|
74
|
-
}
|
|
75
|
-
function Z(e) {
|
|
76
|
-
return a(e) === d;
|
|
77
|
-
}
|
|
78
|
-
function H(e) {
|
|
79
|
-
return a(e) === T;
|
|
80
|
-
}
|
|
81
|
-
function J(e) {
|
|
82
|
-
return a(e) === s;
|
|
83
|
-
}
|
|
84
|
-
function Q(e) {
|
|
85
|
-
return a(e) === n;
|
|
86
|
-
}
|
|
87
|
-
function j(e) {
|
|
88
|
-
return a(e) === E;
|
|
89
|
-
}
|
|
90
|
-
r.AsyncMode = $, r.ConcurrentMode = O, r.ContextConsumer = F, r.ContextProvider = N, r.Element = I, r.ForwardRef = L, r.Fragment = h, r.Lazy = w, r.Memo = D, r.Portal = g, r.Profiler = z, r.StrictMode = U, r.Suspense = V, r.isAsyncMode = q, r.isConcurrentMode = S, r.isContextConsumer = W, r.isContextProvider = k, r.isElement = B, r.isForwardRef = G, r.isFragment = K, r.isLazy = X, r.isMemo = Z, r.isPortal = H, r.isProfiler = J, r.isStrictMode = Q, r.isSuspense = j, r.isValidElementType = Y, r.typeOf = a;
|
|
91
|
-
}(), r);
|
|
92
|
-
}
|
|
93
|
-
export {
|
|
94
|
-
re as __require
|
|
95
|
-
};
|
package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.cjs.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../../../../../_virtual/react-is.production.min.cjs.js");/** @license React v16.13.1
|
|
2
|
-
* react-is.production.min.js
|
|
3
|
-
*
|
|
4
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
5
|
-
*
|
|
6
|
-
* This source code is licensed under the MIT license found in the
|
|
7
|
-
* LICENSE file in the root directory of this source tree.
|
|
8
|
-
*/var S;function w(){if(S)return r.__exports;S=1;var t=typeof Symbol=="function"&&Symbol.for,m=t?Symbol.for("react.element"):60103,x=t?Symbol.for("react.portal"):60106,n=t?Symbol.for("react.fragment"):60107,s=t?Symbol.for("react.strict_mode"):60108,c=t?Symbol.for("react.profiler"):60114,_=t?Symbol.for("react.provider"):60109,f=t?Symbol.for("react.context"):60110,b=t?Symbol.for("react.async_mode"):60111,p=t?Symbol.for("react.concurrent_mode"):60111,i=t?Symbol.for("react.forward_ref"):60112,u=t?Symbol.for("react.suspense"):60113,$=t?Symbol.for("react.suspense_list"):60120,y=t?Symbol.for("react.memo"):60115,l=t?Symbol.for("react.lazy"):60116,M=t?Symbol.for("react.block"):60121,v=t?Symbol.for("react.fundamental"):60117,C=t?Symbol.for("react.responder"):60118,g=t?Symbol.for("react.scope"):60119;function o(e){if(typeof e=="object"&&e!==null){var d=e.$$typeof;switch(d){case m:switch(e=e.type,e){case b:case p:case n:case c:case s:case u:return e;default:switch(e=e&&e.$$typeof,e){case f:case i:case l:case y:case _:return e;default:return d}}case x:return d}}}function a(e){return o(e)===p}return r.__exports.AsyncMode=b,r.__exports.ConcurrentMode=p,r.__exports.ContextConsumer=f,r.__exports.ContextProvider=_,r.__exports.Element=m,r.__exports.ForwardRef=i,r.__exports.Fragment=n,r.__exports.Lazy=l,r.__exports.Memo=y,r.__exports.Portal=x,r.__exports.Profiler=c,r.__exports.StrictMode=s,r.__exports.Suspense=u,r.__exports.isAsyncMode=function(e){return a(e)||o(e)===b},r.__exports.isConcurrentMode=a,r.__exports.isContextConsumer=function(e){return o(e)===f},r.__exports.isContextProvider=function(e){return o(e)===_},r.__exports.isElement=function(e){return typeof e=="object"&&e!==null&&e.$$typeof===m},r.__exports.isForwardRef=function(e){return o(e)===i},r.__exports.isFragment=function(e){return o(e)===n},r.__exports.isLazy=function(e){return o(e)===l},r.__exports.isMemo=function(e){return o(e)===y},r.__exports.isPortal=function(e){return o(e)===x},r.__exports.isProfiler=function(e){return o(e)===c},r.__exports.isStrictMode=function(e){return o(e)===s},r.__exports.isSuspense=function(e){return o(e)===u},r.__exports.isValidElementType=function(e){return typeof e=="string"||typeof e=="function"||e===n||e===p||e===c||e===s||e===u||e===$||typeof e=="object"&&e!==null&&(e.$$typeof===l||e.$$typeof===y||e.$$typeof===_||e.$$typeof===f||e.$$typeof===i||e.$$typeof===v||e.$$typeof===C||e.$$typeof===g||e.$$typeof===M)},r.__exports.typeOf=o,r.__exports}exports.__require=w;
|
package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.es.js
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { __exports as r } from "../../../../../_virtual/react-is.production.min.es.js";
|
|
2
|
-
/** @license React v16.13.1
|
|
3
|
-
* react-is.production.min.js
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
-
*
|
|
7
|
-
* This source code is licensed under the MIT license found in the
|
|
8
|
-
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/
|
|
10
|
-
var _;
|
|
11
|
-
function g() {
|
|
12
|
-
if (_) return r;
|
|
13
|
-
_ = 1;
|
|
14
|
-
var t = typeof Symbol == "function" && Symbol.for, a = t ? Symbol.for("react.element") : 60103, b = t ? Symbol.for("react.portal") : 60106, n = t ? Symbol.for("react.fragment") : 60107, c = t ? Symbol.for("react.strict_mode") : 60108, f = t ? Symbol.for("react.profiler") : 60114, i = t ? Symbol.for("react.provider") : 60109, s = t ? Symbol.for("react.context") : 60110, d = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, y = t ? Symbol.for("react.forward_ref") : 60112, l = t ? Symbol.for("react.suspense") : 60113, x = t ? Symbol.for("react.suspense_list") : 60120, m = t ? Symbol.for("react.memo") : 60115, p = t ? Symbol.for("react.lazy") : 60116, C = t ? Symbol.for("react.block") : 60121, M = t ? Symbol.for("react.fundamental") : 60117, v = t ? Symbol.for("react.responder") : 60118, w = t ? Symbol.for("react.scope") : 60119;
|
|
15
|
-
function o(e) {
|
|
16
|
-
if (typeof e == "object" && e !== null) {
|
|
17
|
-
var S = e.$$typeof;
|
|
18
|
-
switch (S) {
|
|
19
|
-
case a:
|
|
20
|
-
switch (e = e.type, e) {
|
|
21
|
-
case d:
|
|
22
|
-
case u:
|
|
23
|
-
case n:
|
|
24
|
-
case f:
|
|
25
|
-
case c:
|
|
26
|
-
case l:
|
|
27
|
-
return e;
|
|
28
|
-
default:
|
|
29
|
-
switch (e = e && e.$$typeof, e) {
|
|
30
|
-
case s:
|
|
31
|
-
case y:
|
|
32
|
-
case p:
|
|
33
|
-
case m:
|
|
34
|
-
case i:
|
|
35
|
-
return e;
|
|
36
|
-
default:
|
|
37
|
-
return S;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
case b:
|
|
41
|
-
return S;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
function $(e) {
|
|
46
|
-
return o(e) === u;
|
|
47
|
-
}
|
|
48
|
-
return r.AsyncMode = d, r.ConcurrentMode = u, r.ContextConsumer = s, r.ContextProvider = i, r.Element = a, r.ForwardRef = y, r.Fragment = n, r.Lazy = p, r.Memo = m, r.Portal = b, r.Profiler = f, r.StrictMode = c, r.Suspense = l, r.isAsyncMode = function(e) {
|
|
49
|
-
return $(e) || o(e) === d;
|
|
50
|
-
}, r.isConcurrentMode = $, r.isContextConsumer = function(e) {
|
|
51
|
-
return o(e) === s;
|
|
52
|
-
}, r.isContextProvider = function(e) {
|
|
53
|
-
return o(e) === i;
|
|
54
|
-
}, r.isElement = function(e) {
|
|
55
|
-
return typeof e == "object" && e !== null && e.$$typeof === a;
|
|
56
|
-
}, r.isForwardRef = function(e) {
|
|
57
|
-
return o(e) === y;
|
|
58
|
-
}, r.isFragment = function(e) {
|
|
59
|
-
return o(e) === n;
|
|
60
|
-
}, r.isLazy = function(e) {
|
|
61
|
-
return o(e) === p;
|
|
62
|
-
}, r.isMemo = function(e) {
|
|
63
|
-
return o(e) === m;
|
|
64
|
-
}, r.isPortal = function(e) {
|
|
65
|
-
return o(e) === b;
|
|
66
|
-
}, r.isProfiler = function(e) {
|
|
67
|
-
return o(e) === f;
|
|
68
|
-
}, r.isStrictMode = function(e) {
|
|
69
|
-
return o(e) === c;
|
|
70
|
-
}, r.isSuspense = function(e) {
|
|
71
|
-
return o(e) === l;
|
|
72
|
-
}, r.isValidElementType = function(e) {
|
|
73
|
-
return typeof e == "string" || typeof e == "function" || e === n || e === u || e === f || e === c || e === l || e === x || typeof e == "object" && e !== null && (e.$$typeof === p || e.$$typeof === m || e.$$typeof === i || e.$$typeof === s || e.$$typeof === y || e.$$typeof === M || e.$$typeof === v || e.$$typeof === w || e.$$typeof === C);
|
|
74
|
-
}, r.typeOf = o, r;
|
|
75
|
-
}
|
|
76
|
-
export {
|
|
77
|
-
g as __require
|
|
78
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../../../_virtual/index.cjs4.js"),t=require("./cjs/react-is.production.min.cjs.js"),o=require("./cjs/react-is.development.cjs.js");var r;function u(){return r||(r=1,process.env.NODE_ENV==="production"?e.__module.exports=t.__require():e.__module.exports=o.__require()),e.__module.exports}exports.__require=u;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { __module as e } from "../../../../_virtual/index.es4.js";
|
|
2
|
-
import { __require as o } from "./cjs/react-is.production.min.es.js";
|
|
3
|
-
import { __require as t } from "./cjs/react-is.development.es.js";
|
|
4
|
-
var r;
|
|
5
|
-
function p() {
|
|
6
|
-
return r ? e.exports : (r = 1, process.env.NODE_ENV === "production" ? e.exports = o() : e.exports = t(), e.exports);
|
|
7
|
-
}
|
|
8
|
-
export {
|
|
9
|
-
p as __require
|
|
10
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react");var c=function(t){var r=t.status,n=t.message,s=t.className,a=t.style,u=t.onSubmitted,l=void 0,i=function(){return l&&l.value.indexOf("@")>-1&&u({EMAIL:l.value})};return e.createElement("div",{className:s,style:a},r==="sending"&&e.createElement("div",{style:{color:"blue"}},"sending..."),r==="error"&&e.createElement("div",{style:{color:"red"},dangerouslySetInnerHTML:{__html:n}}),r==="success"&&e.createElement("div",{style:{color:"green"},dangerouslySetInnerHTML:{__html:n}}),e.createElement("input",{ref:function(m){return l=m},type:"email",placeholder:"Your email"}),e.createElement("button",{onClick:i},"Submit"))};exports.default=c;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
var v = function(t) {
|
|
3
|
-
var n = t.status, r = t.message, a = t.className, s = t.style, m = t.onSubmitted, l = void 0, u = function() {
|
|
4
|
-
return l && l.value.indexOf("@") > -1 && m({
|
|
5
|
-
EMAIL: l.value
|
|
6
|
-
});
|
|
7
|
-
};
|
|
8
|
-
return e.createElement(
|
|
9
|
-
"div",
|
|
10
|
-
{ className: a, style: s },
|
|
11
|
-
n === "sending" && e.createElement(
|
|
12
|
-
"div",
|
|
13
|
-
{ style: { color: "blue" } },
|
|
14
|
-
"sending..."
|
|
15
|
-
),
|
|
16
|
-
n === "error" && e.createElement("div", {
|
|
17
|
-
style: { color: "red" },
|
|
18
|
-
dangerouslySetInnerHTML: { __html: r }
|
|
19
|
-
}),
|
|
20
|
-
n === "success" && e.createElement("div", {
|
|
21
|
-
style: { color: "green" },
|
|
22
|
-
dangerouslySetInnerHTML: { __html: r }
|
|
23
|
-
}),
|
|
24
|
-
e.createElement("input", {
|
|
25
|
-
ref: function(o) {
|
|
26
|
-
return l = o;
|
|
27
|
-
},
|
|
28
|
-
type: "email",
|
|
29
|
-
placeholder: "Your email"
|
|
30
|
-
}),
|
|
31
|
-
e.createElement(
|
|
32
|
-
"button",
|
|
33
|
-
{ onClick: u },
|
|
34
|
-
"Submit"
|
|
35
|
-
)
|
|
36
|
-
);
|
|
37
|
-
};
|
|
38
|
-
export {
|
|
39
|
-
v as default
|
|
40
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const m=require("react"),l=require("../../../_virtual/index.cjs.js"),h=require("../../../_virtual/index.cjs2.js"),y=require("../../../_virtual/to-querystring.min.cjs.js"),S=require("./SimpleForm.cjs.js");function v(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function p(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e&&(typeof e=="object"||typeof e=="function")?e:t}function j(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var w=function(e){return e.replace("/post?","/post-json?")},c=function(t){j(e,t);function e(){var n,r,s;v(this,e);for(var i=arguments.length,u=Array(i),o=0;o<i;o++)u[o]=arguments[o];return s=(n=(r=p(this,t.call.apply(t,[this].concat(u))),r),r.state={status:null,message:null},r.subscribe=function(b){var d=y.default(b),g=w(r.props.url)+"&"+d;r.setState({status:"sending",message:null},function(){return h.default(g,{param:"c"},function(f,a){f?r.setState({status:"error",message:f}):a.result!=="success"?r.setState({status:"error",message:a.msg}):r.setState({status:"success",message:a.msg})})})},n),p(r,s)}return e.prototype.render=function(){return this.props.render({subscribe:this.subscribe,status:this.state.status,message:this.state.message})},e}(m.Component);c.propTypes=process.env.NODE_ENV!=="production"?{render:l.default.func,url:l.default.string.isRequired}:{};c.defaultProps={render:function(e){var n=e.subscribe,r=e.status,s=e.message;return m.createElement(S.default,{status:r,message:s,onSubmitted:function(u){return n(u)}})}};exports.default=c;
|