@zenpatient-org/healthspan-marketing-ui 0.1.32 → 0.1.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/ArrowContainer.cjs.js +1 -0
- package/dist/_virtual/ArrowContainer.es.js +4 -0
- package/dist/_virtual/Popover.cjs.js +1 -0
- package/dist/_virtual/Popover.cjs2.js +1 -0
- package/dist/_virtual/Popover.es.js +5 -0
- package/dist/_virtual/Popover.es2.js +4 -0
- package/dist/_virtual/PopoverPortal.cjs.js +1 -0
- package/dist/_virtual/PopoverPortal.es.js +4 -0
- package/dist/_virtual/useArrowContainer.cjs.js +1 -0
- package/dist/_virtual/useArrowContainer.es.js +4 -0
- package/dist/_virtual/useElementRef.cjs.js +1 -0
- package/dist/_virtual/useElementRef.es.js +4 -0
- package/dist/_virtual/useHandlePrevValues.cjs.js +1 -0
- package/dist/_virtual/useHandlePrevValues.es.js +4 -0
- package/dist/_virtual/useMemoizedArray.cjs.js +1 -0
- package/dist/_virtual/useMemoizedArray.es.js +4 -0
- package/dist/_virtual/usePopover.cjs.js +1 -0
- package/dist/_virtual/usePopover.es.js +4 -0
- package/dist/_virtual/util.cjs.js +1 -0
- package/dist/_virtual/util.es.js +4 -0
- package/dist/assets/svg/badge-icon.svg.cjs.js +1 -0
- package/dist/assets/svg/badge-icon.svg.es.js +5 -0
- package/dist/components/Accordion/Accordion.cjs.js +1 -0
- package/dist/components/Accordion/Accordion.d.ts +14 -0
- package/dist/components/Accordion/Accordion.es.js +29 -0
- package/dist/components/Accordion/accordion.module.css.cjs.js +1 -0
- package/dist/components/Accordion/accordion.module.css.es.js +7 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs.js +1 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.d.ts +14 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.es.js +18 -0
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.cjs.js +1 -0
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.es.js +25 -0
- package/dist/components/Accordion/components/AccordionItem/index.d.ts +1 -0
- package/dist/components/Accordion/components/index.d.ts +1 -0
- package/dist/components/Accordion/index.d.ts +1 -0
- package/dist/components/AnchorLinks/AnchorLinks.cjs.js +1 -0
- package/dist/components/AnchorLinks/AnchorLinks.d.ts +3 -0
- package/dist/components/AnchorLinks/AnchorLinks.es.js +20 -0
- package/dist/components/AnchorLinks/anchorLinks.module.css.cjs.js +1 -0
- package/dist/components/AnchorLinks/anchorLinks.module.css.es.js +13 -0
- package/dist/components/AnchorLinks/index.d.ts +1 -0
- package/dist/components/AnchorLinks/types.d.ts +17 -0
- package/dist/components/Benefit/Benefit.cjs.js +1 -0
- package/dist/components/Benefit/Benefit.d.ts +8 -0
- package/dist/components/Benefit/Benefit.es.js +13 -0
- package/dist/components/Benefit/benefit.module.css.cjs.js +1 -0
- package/dist/components/Benefit/benefit.module.css.es.js +9 -0
- package/dist/components/Benefit/index.d.ts +2 -0
- package/dist/components/Button/Button.cjs.js +1 -0
- package/dist/components/Button/Button.d.ts +15 -0
- package/dist/components/Button/Button.es.js +37 -0
- package/dist/components/Button/button.module.css.cjs.js +1 -0
- package/dist/components/Button/button.module.css.es.js +31 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Callback/Callback.cjs.js +1 -0
- package/dist/components/Callback/Callback.d.ts +12 -0
- package/dist/components/Callback/Callback.es.js +53 -0
- package/dist/components/Callback/callback.module.css.cjs.js +1 -0
- package/dist/components/Callback/callback.module.css.es.js +31 -0
- package/dist/components/Callback/constants.cjs.js +1 -0
- package/dist/components/Callback/constants.d.ts +13 -0
- package/dist/components/Callback/constants.es.js +31 -0
- package/dist/components/Callback/index.d.ts +2 -0
- package/dist/components/Callback/types.d.ts +1 -0
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.cjs.js +1 -0
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.d.ts +3 -0
- package/dist/components/ComplexImageCarousel/ComplexImageCarousel.es.js +58 -0
- package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.cjs.js +1 -0
- package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.es.js +24 -0
- package/dist/components/ComplexImageCarousel/index.d.ts +2 -0
- package/dist/components/ComplexImageCarousel/types.d.ts +10 -0
- package/dist/components/ComplexImageCarousel/useComplexImageCarousel.cjs.js +1 -0
- package/dist/components/ComplexImageCarousel/useComplexImageCarousel.d.ts +19 -0
- package/dist/components/ComplexImageCarousel/useComplexImageCarousel.es.js +133 -0
- package/dist/components/ComplexTooltip/ComplexTooltip.cjs.js +1 -0
- package/dist/components/ComplexTooltip/ComplexTooltip.d.ts +11 -0
- package/dist/components/ComplexTooltip/ComplexTooltip.es.js +62 -0
- package/dist/components/ComplexTooltip/complexTooltip.module.css.cjs.js +1 -0
- package/dist/components/ComplexTooltip/complexTooltip.module.css.es.js +7 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.cjs.js +1 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.d.ts +10 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.es.js +52 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.cjs.js +1 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.es.js +15 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/index.d.ts +1 -0
- package/dist/components/ComplexTooltip/index.d.ts +2 -0
- package/dist/components/ComplexTooltip/types.d.ts +13 -0
- package/dist/components/ContentTabs/ContentTabs.cjs.js +1 -0
- package/dist/components/ContentTabs/ContentTabs.d.ts +18 -0
- package/dist/components/ContentTabs/ContentTabs.es.js +38 -0
- package/dist/components/ContentTabs/contentTabs.module.css.cjs.js +1 -0
- package/dist/components/ContentTabs/contentTabs.module.css.es.js +23 -0
- package/dist/components/ContentTabs/index.d.ts +2 -0
- package/dist/components/Cursor/Cursor.cjs.js +1 -0
- package/dist/components/Cursor/Cursor.d.ts +8 -0
- package/dist/components/Cursor/Cursor.es.js +9 -0
- package/dist/components/Cursor/components/ClientCursor.cjs.js +1 -0
- package/dist/components/Cursor/components/ClientCursor.d.ts +3 -0
- package/dist/components/Cursor/components/ClientCursor.es.js +42 -0
- package/dist/components/Cursor/components/ServerCursor.cjs.js +1 -0
- package/dist/components/Cursor/components/ServerCursor.d.ts +5 -0
- package/dist/components/Cursor/components/ServerCursor.es.js +4 -0
- package/dist/components/Cursor/cursor.module.css.cjs.js +1 -0
- package/dist/components/Cursor/cursor.module.css.es.js +11 -0
- package/dist/components/Cursor/index.d.ts +1 -0
- package/dist/components/FAQComponent/FAQComponent.cjs.js +1 -0
- package/dist/components/FAQComponent/FAQComponent.d.ts +3 -0
- package/dist/components/FAQComponent/FAQComponent.es.js +27 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/FAQComponentItem.cjs.js +1 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/FAQComponentItem.d.ts +3 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/FAQComponentItem.es.js +30 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/faqComponentItem.module.css.cjs.js +1 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/faqComponentItem.module.css.es.js +27 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/index.d.ts +2 -0
- package/dist/components/FAQComponent/components/FAQComponentItem/types.d.ts +9 -0
- package/dist/components/FAQComponent/components/index.d.ts +1 -0
- package/dist/components/FAQComponent/faqComponent.module.css.cjs.js +1 -0
- package/dist/components/FAQComponent/faqComponent.module.css.es.js +7 -0
- package/dist/components/FAQComponent/index.d.ts +1 -0
- package/dist/components/FAQComponent/types.d.ts +10 -0
- package/dist/components/FilterMenu/FilterMenu.cjs.js +1 -0
- package/dist/components/FilterMenu/FilterMenu.d.ts +26 -0
- package/dist/components/FilterMenu/FilterMenu.es.js +63 -0
- package/dist/components/FilterMenu/filterMenu.module.css.cjs.js +1 -0
- package/dist/components/FilterMenu/filterMenu.module.css.es.js +31 -0
- package/dist/components/FilterMenu/index.d.ts +1 -0
- package/dist/components/GalleryPagination/GalleryPagination.cjs.js +1 -0
- package/dist/components/GalleryPagination/GalleryPagination.d.ts +7 -0
- package/dist/components/GalleryPagination/GalleryPagination.es.js +7 -0
- package/dist/components/GalleryPagination/galleryPagination.module.css.cjs.js +1 -0
- package/dist/components/GalleryPagination/galleryPagination.module.css.es.js +13 -0
- package/dist/components/GalleryPagination/index.d.ts +1 -0
- package/dist/components/HighlightedTitle/HighlightedTitle.cjs.js +1 -0
- package/dist/components/HighlightedTitle/HighlightedTitle.d.ts +12 -0
- package/dist/components/HighlightedTitle/HighlightedTitle.es.js +30 -0
- package/dist/components/HighlightedTitle/highlightedTitle.module.css.cjs.js +1 -0
- package/dist/components/HighlightedTitle/highlightedTitle.module.css.es.js +13 -0
- package/dist/components/HighlightedTitle/index.d.ts +1 -0
- package/dist/components/Icon/Icon.cjs.js +1 -0
- package/dist/components/Icon/Icon.d.ts +8 -0
- package/dist/components/Icon/Icon.es.js +10 -0
- package/dist/components/Icon/constants.cjs.js +1 -0
- package/dist/components/Icon/constants.d.ts +62 -0
- package/dist/components/Icon/constants.es.js +66 -0
- package/dist/components/Icon/iconsMap.cjs.js +1 -0
- package/dist/components/Icon/iconsMap.d.ts +4 -0
- package/dist/components/Icon/iconsMap.es.js +124 -0
- package/dist/components/Icon/index.d.ts +2 -0
- package/dist/components/IconBracket/IconBracket.cjs.js +1 -0
- package/dist/components/IconBracket/IconBracket.d.ts +3 -0
- package/dist/components/IconBracket/IconBracket.es.js +17 -0
- package/dist/components/IconBracket/iconBracket.module.css.cjs.js +1 -0
- package/dist/components/IconBracket/iconBracket.module.css.es.js +15 -0
- package/dist/components/IconBracket/index.d.ts +1 -0
- package/dist/components/IconBracket/types.d.ts +9 -0
- package/dist/components/IconButton/IconButton.cjs.js +1 -0
- package/dist/components/IconButton/IconButton.d.ts +14 -0
- package/dist/components/IconButton/IconButton.es.js +18 -0
- package/dist/components/IconButton/iconButton.module.css.cjs.js +1 -0
- package/dist/components/IconButton/iconButton.module.css.es.js +25 -0
- package/dist/components/IconButton/index.d.ts +1 -0
- package/dist/components/ImageGallery/ImageGallery.cjs.js +1 -0
- package/dist/components/ImageGallery/ImageGallery.d.ts +8 -0
- package/dist/components/ImageGallery/ImageGallery.es.js +35 -0
- package/dist/components/ImageGallery/imageGallery.module.css.cjs.js +1 -0
- package/dist/components/ImageGallery/imageGallery.module.css.es.js +15 -0
- package/dist/components/ImageGallery/index.d.ts +1 -0
- package/dist/components/InfiniteScroll/InfiniteScroll.cjs.js +1 -0
- package/dist/components/InfiniteScroll/InfiniteScroll.d.ts +18 -0
- package/dist/components/InfiniteScroll/InfiniteScroll.es.js +67 -0
- package/dist/components/InfiniteScroll/index.d.ts +2 -0
- package/dist/components/InfiniteScroll/infiniteScroll.module.css.cjs.js +1 -0
- package/dist/components/InfiniteScroll/infiniteScroll.module.css.es.js +9 -0
- package/dist/components/Label/Label.cjs.js +1 -0
- package/dist/components/Label/Label.d.ts +3 -0
- package/dist/components/Label/Label.es.js +19 -0
- package/dist/components/Label/index.d.ts +2 -0
- package/dist/components/Label/label.module.css.cjs.js +1 -0
- package/dist/components/Label/label.module.css.es.js +7 -0
- package/dist/components/Label/types.d.ts +10 -0
- package/dist/components/Pagination/Pagination.cjs.js +1 -0
- package/dist/components/Pagination/Pagination.d.ts +9 -0
- package/dist/components/Pagination/Pagination.es.js +54 -0
- package/dist/components/Pagination/index.d.ts +1 -0
- package/dist/components/Pagination/pagination.module.css.cjs.js +1 -0
- package/dist/components/Pagination/pagination.module.css.es.js +19 -0
- package/dist/components/PlayButton/PlayButton.cjs.js +1 -0
- package/dist/components/PlayButton/PlayButton.d.ts +8 -0
- package/dist/components/PlayButton/PlayButton.es.js +9 -0
- package/dist/components/PlayButton/index.d.ts +1 -0
- package/dist/components/PlayButton/playButton.module.css.cjs.js +1 -0
- package/dist/components/PlayButton/playButton.module.css.es.js +11 -0
- package/dist/components/Pricing/Pricing.cjs.js +1 -0
- package/dist/components/Pricing/Pricing.d.ts +3 -0
- package/dist/components/Pricing/Pricing.es.js +41 -0
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.cjs.js +1 -0
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.d.ts +8 -0
- package/dist/components/Pricing/components/BenefitItem/BenefitItem.es.js +11 -0
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.cjs.js +1 -0
- package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.es.js +7 -0
- package/dist/components/Pricing/components/BenefitItem/index.d.ts +1 -0
- package/dist/components/Pricing/components/index.d.ts +1 -0
- package/dist/components/Pricing/index.d.ts +2 -0
- package/dist/components/Pricing/pricing.module.css.cjs.js +1 -0
- package/dist/components/Pricing/pricing.module.css.es.js +25 -0
- package/dist/components/Pricing/types.d.ts +17 -0
- package/dist/components/ProductGallery/ProductGallery.cjs.js +1 -0
- package/dist/components/ProductGallery/ProductGallery.d.ts +8 -0
- package/dist/components/ProductGallery/ProductGallery.es.js +96 -0
- package/dist/components/ProductGallery/index.d.ts +2 -0
- package/dist/components/ProductGallery/productGallery.module.css.cjs.js +1 -0
- package/dist/components/ProductGallery/productGallery.module.css.es.js +27 -0
- package/dist/components/ProductGalleryCard/ProductGalleryCard.cjs.js +1 -0
- package/dist/components/ProductGalleryCard/ProductGalleryCard.d.ts +7 -0
- package/dist/components/ProductGalleryCard/ProductGalleryCard.es.js +43 -0
- package/dist/components/ProductGalleryCard/index.d.ts +2 -0
- package/dist/components/ProductGalleryCard/productGalleryCard.module.css.cjs.js +1 -0
- package/dist/components/ProductGalleryCard/productGalleryCard.module.css.es.js +21 -0
- package/dist/components/ProductGalleryCard/types.d.ts +11 -0
- package/dist/components/ProductListing/ProductListing.cjs.js +1 -0
- package/dist/components/ProductListing/ProductListing.d.ts +19 -0
- package/dist/components/ProductListing/ProductListing.es.js +30 -0
- package/dist/components/ProductListing/index.d.ts +1 -0
- package/dist/components/ProductListing/productListing.module.css.cjs.js +1 -0
- package/dist/components/ProductListing/productListing.module.css.es.js +29 -0
- package/dist/components/ProductPairs/ProductPairs.cjs.js +1 -0
- package/dist/components/ProductPairs/ProductPairs.d.ts +7 -0
- package/dist/components/ProductPairs/ProductPairs.es.js +55 -0
- package/dist/components/ProductPairs/index.d.ts +1 -0
- package/dist/components/ProductPairs/productPairs.module.css.cjs.js +1 -0
- package/dist/components/ProductPairs/productPairs.module.css.es.js +17 -0
- package/dist/components/ProgramCard/ProgramCard.cjs.js +1 -0
- package/dist/components/ProgramCard/ProgramCard.d.ts +13 -0
- package/dist/components/ProgramCard/ProgramCard.es.js +48 -0
- package/dist/components/ProgramCard/assets/program_card_bg.png.cjs.js +1 -0
- package/dist/components/ProgramCard/assets/program_card_bg.png.es.js +4 -0
- package/dist/components/ProgramCard/index.d.ts +1 -0
- package/dist/components/ProgramCard/programCard.module.css.cjs.js +1 -0
- package/dist/components/ProgramCard/programCard.module.css.es.js +7 -0
- package/dist/components/ProgressButton/ProgressButton.cjs.js +1 -0
- package/dist/components/ProgressButton/ProgressButton.d.ts +15 -0
- package/dist/components/ProgressButton/ProgressButton.es.js +44 -0
- package/dist/components/ProgressButton/index.d.ts +2 -0
- package/dist/components/ProgressButton/progressButton.module.css.cjs.js +1 -0
- package/dist/components/ProgressButton/progressButton.module.css.es.js +21 -0
- package/dist/components/ProgressButton/types.d.ts +1 -0
- package/dist/components/RadioButton/RadioButton.cjs.js +1 -0
- package/dist/components/RadioButton/RadioButton.d.ts +9 -0
- package/dist/components/RadioButton/RadioButton.es.js +38 -0
- package/dist/components/RadioButton/index.d.ts +1 -0
- package/dist/components/RadioButton/radioButton.module.css.cjs.js +1 -0
- package/dist/components/RadioButton/radioButton.module.css.es.js +21 -0
- package/dist/components/RatingStars/RatingStars.cjs.js +1 -0
- package/dist/components/RatingStars/RatingStars.d.ts +7 -0
- package/dist/components/RatingStars/RatingStars.es.js +12 -0
- package/dist/components/RatingStars/index.d.ts +1 -0
- package/dist/components/RatingStars/ratingStars.module.css.cjs.js +1 -0
- package/dist/components/RatingStars/ratingStars.module.css.es.js +11 -0
- package/dist/components/SmartCallout/SmartCallout.cjs.js +1 -0
- package/dist/components/SmartCallout/SmartCallout.d.ts +5 -0
- package/dist/components/SmartCallout/SmartCallout.es.js +7 -0
- package/dist/components/SmartCallout/index.d.ts +1 -0
- package/dist/components/SmartCallout/smartCallout.module.css.cjs.js +1 -0
- package/dist/components/SmartCallout/smartCallout.module.css.es.js +7 -0
- package/dist/components/StepsCarousel/StepsCarousel.cjs.js +1 -0
- package/dist/components/StepsCarousel/StepsCarousel.d.ts +13 -0
- package/dist/components/StepsCarousel/StepsCarousel.es.js +122 -0
- package/dist/components/StepsCarousel/index.d.ts +1 -0
- package/dist/components/StepsCarousel/stepsCarousel.module.css.cjs.js +1 -0
- package/dist/components/StepsCarousel/stepsCarousel.module.css.es.js +31 -0
- package/dist/components/StudyGridCard/StudyGridCard.cjs.js +1 -0
- package/dist/components/StudyGridCard/StudyGridCard.d.ts +12 -0
- package/dist/components/StudyGridCard/StudyGridCard.es.js +91 -0
- package/dist/components/StudyGridCard/studyGridCard.module.css.cjs.js +1 -0
- package/dist/components/StudyGridCard/studyGridCard.module.css.es.js +19 -0
- package/dist/components/Tabs/Tabs.cjs.js +1 -0
- package/dist/components/Tabs/Tabs.d.ts +23 -0
- package/dist/components/Tabs/Tabs.es.js +36 -0
- package/dist/components/Tabs/TabsWithFade.cjs.js +1 -0
- package/dist/components/Tabs/TabsWithFade.d.ts +9 -0
- package/dist/components/Tabs/TabsWithFade.es.js +40 -0
- package/dist/components/Tabs/index.d.ts +3 -0
- package/dist/components/Tabs/tabs.module.css.cjs.js +1 -0
- package/dist/components/Tabs/tabs.module.css.es.js +35 -0
- package/dist/components/Tag/Tag.cjs.js +1 -0
- package/dist/components/Tag/Tag.d.ts +16 -0
- package/dist/components/Tag/Tag.es.js +24 -0
- package/dist/components/Tag/index.d.ts +1 -0
- package/dist/components/Tag/tag.module.css.cjs.js +1 -0
- package/dist/components/Tag/tag.module.css.es.js +17 -0
- package/dist/components/TextButton/TextButton.cjs.js +1 -0
- package/dist/components/TextButton/TextButton.d.ts +15 -0
- package/dist/components/TextButton/TextButton.es.js +34 -0
- package/dist/components/TextButton/index.d.ts +2 -0
- package/dist/components/TextButton/textButton.module.css.cjs.js +1 -0
- package/dist/components/TextButton/textButton.module.css.es.js +19 -0
- package/dist/components/TypeBadge/TypeBadge.cjs.js +1 -0
- package/dist/components/TypeBadge/TypeBadge.d.ts +12 -0
- package/dist/components/TypeBadge/TypeBadge.es.js +12 -0
- package/dist/components/TypeBadge/index.d.ts +2 -0
- package/dist/components/TypeBadge/typeBadge.module.css.cjs.js +1 -0
- package/dist/components/TypeBadge/typeBadge.module.css.es.js +9 -0
- package/dist/components/Typography/Typography.cjs.js +1 -0
- package/dist/components/Typography/Typography.d.ts +16 -0
- package/dist/components/Typography/Typography.es.js +30 -0
- package/dist/components/Typography/Typography.service.cjs.js +1 -0
- package/dist/components/Typography/Typography.service.d.ts +3 -0
- package/dist/components/Typography/Typography.service.es.js +11 -0
- package/dist/components/Typography/index.d.ts +2 -0
- package/dist/components/index.d.ts +0 -0
- package/dist/healthspan-marketing-ui.css +1 -0
- package/dist/icons/action/alert-error-fill.svg.cjs.js +1 -0
- package/dist/icons/action/alert-error-fill.svg.es.js +5 -0
- package/dist/icons/action/alert-error.svg.cjs.js +1 -0
- package/dist/icons/action/alert-error.svg.es.js +5 -0
- package/dist/icons/action/bracket-left.svg.cjs.js +1 -0
- package/dist/icons/action/bracket-left.svg.es.js +5 -0
- package/dist/icons/action/bracket-right.svg.cjs.js +1 -0
- package/dist/icons/action/bracket-right.svg.es.js +5 -0
- package/dist/icons/action/check.svg.cjs.js +1 -0
- package/dist/icons/action/check.svg.es.js +5 -0
- package/dist/icons/action/circle-check-fill.svg.cjs.js +1 -0
- package/dist/icons/action/circle-check-fill.svg.es.js +5 -0
- package/dist/icons/action/circle-check.svg.cjs.js +1 -0
- package/dist/icons/action/circle-check.svg.es.js +5 -0
- package/dist/icons/action/close.svg.cjs.js +1 -0
- package/dist/icons/action/close.svg.es.js +5 -0
- package/dist/icons/action/help.svg.cjs.js +1 -0
- package/dist/icons/action/help.svg.es.js +5 -0
- package/dist/icons/action/info.svg.cjs.js +1 -0
- package/dist/icons/action/info.svg.es.js +5 -0
- package/dist/icons/action/menu.svg.cjs.js +1 -0
- package/dist/icons/action/menu.svg.es.js +5 -0
- package/dist/icons/action/play.svg.cjs.js +1 -0
- package/dist/icons/action/play.svg.es.js +5 -0
- package/dist/icons/action/plus.svg.cjs.js +1 -0
- package/dist/icons/action/plus.svg.es.js +5 -0
- package/dist/icons/action/remove.svg.cjs.js +1 -0
- package/dist/icons/action/remove.svg.es.js +5 -0
- package/dist/icons/action/search.svg.cjs.js +1 -0
- package/dist/icons/action/search.svg.es.js +5 -0
- package/dist/icons/action/warning.svg.cjs.js +1 -0
- package/dist/icons/action/warning.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-back.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-back.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-downward.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-downward.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-forward.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-forward.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-insert.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-insert.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-outward.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-outward.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-return.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-return.svg.es.js +5 -0
- package/dist/icons/arrow/arrow-upward.svg.cjs.js +1 -0
- package/dist/icons/arrow/arrow-upward.svg.es.js +5 -0
- package/dist/icons/arrow/chevron-back.svg.cjs.js +1 -0
- package/dist/icons/arrow/chevron-back.svg.es.js +5 -0
- package/dist/icons/arrow/chevron-down.svg.cjs.js +1 -0
- package/dist/icons/arrow/chevron-down.svg.es.js +5 -0
- package/dist/icons/arrow/chevron-forward.svg.cjs.js +1 -0
- package/dist/icons/arrow/chevron-forward.svg.es.js +5 -0
- package/dist/icons/arrow/chevron-up.svg.cjs.js +1 -0
- package/dist/icons/arrow/chevron-up.svg.es.js +5 -0
- package/dist/icons/bold/arrow-bold.svg.cjs.js +1 -0
- package/dist/icons/bold/arrow-bold.svg.es.js +5 -0
- package/dist/icons/bold/close-bold.svg.cjs.js +1 -0
- package/dist/icons/bold/close-bold.svg.es.js +5 -0
- package/dist/icons/bold/dot-bold.svg.cjs.js +1 -0
- package/dist/icons/bold/dot-bold.svg.es.js +5 -0
- package/dist/icons/bold/plus-bold.svg.cjs.js +1 -0
- package/dist/icons/bold/plus-bold.svg.es.js +5 -0
- package/dist/icons/chat/message-fill.svg.cjs.js +1 -0
- package/dist/icons/chat/message-fill.svg.es.js +5 -0
- package/dist/icons/chat/message.svg.cjs.js +1 -0
- package/dist/icons/chat/message.svg.es.js +5 -0
- package/dist/icons/eCommerce/calendar.svg.cjs.js +1 -0
- package/dist/icons/eCommerce/calendar.svg.es.js +5 -0
- package/dist/icons/eCommerce/cart.svg.cjs.js +1 -0
- package/dist/icons/eCommerce/cart.svg.es.js +5 -0
- package/dist/icons/eCommerce/package-fill.svg.cjs.js +1 -0
- package/dist/icons/eCommerce/package-fill.svg.es.js +5 -0
- package/dist/icons/eCommerce/package.svg.cjs.js +1 -0
- package/dist/icons/eCommerce/package.svg.es.js +5 -0
- package/dist/icons/faces/smile-fill.svg.cjs.js +1 -0
- package/dist/icons/faces/smile-fill.svg.es.js +5 -0
- package/dist/icons/faces/smile.svg.cjs.js +1 -0
- package/dist/icons/faces/smile.svg.es.js +5 -0
- package/dist/icons/global/filter.svg.cjs.js +1 -0
- package/dist/icons/global/filter.svg.es.js +5 -0
- package/dist/icons/global/pin-drop.svg.cjs.js +1 -0
- package/dist/icons/global/pin-drop.svg.es.js +5 -0
- package/dist/icons/indicators/circle-dash-fill.svg.cjs.js +1 -0
- package/dist/icons/indicators/circle-dash-fill.svg.es.js +5 -0
- package/dist/icons/indicators/circle-dash.svg.cjs.js +1 -0
- package/dist/icons/indicators/circle-dash.svg.es.js +5 -0
- package/dist/icons/medical/coaching.svg.cjs.js +1 -0
- package/dist/icons/medical/coaching.svg.es.js +5 -0
- package/dist/icons/medical/labs.svg.cjs.js +1 -0
- package/dist/icons/medical/labs.svg.es.js +5 -0
- package/dist/icons/medical/myspan.svg.cjs.js +1 -0
- package/dist/icons/medical/myspan.svg.es.js +5 -0
- package/dist/icons/medical/optimizations.svg.cjs.js +1 -0
- package/dist/icons/medical/optimizations.svg.es.js +5 -0
- package/dist/icons/medical/protocols.svg.cjs.js +1 -0
- package/dist/icons/medical/protocols.svg.es.js +5 -0
- package/dist/icons/medical/ruler.svg.cjs.js +1 -0
- package/dist/icons/medical/ruler.svg.es.js +5 -0
- package/dist/icons/medical/scale.svg.cjs.js +1 -0
- package/dist/icons/medical/scale.svg.es.js +5 -0
- package/dist/icons/social/facebook.svg.cjs.js +1 -0
- package/dist/icons/social/facebook.svg.es.js +5 -0
- package/dist/icons/social/heart-fill.svg.cjs.js +1 -0
- package/dist/icons/social/heart-fill.svg.es.js +5 -0
- package/dist/icons/social/heart.svg.cjs.js +1 -0
- package/dist/icons/social/heart.svg.es.js +5 -0
- package/dist/icons/social/instagram.svg.cjs.js +1 -0
- package/dist/icons/social/instagram.svg.es.js +5 -0
- package/dist/icons/social/star-fill.svg.cjs.js +1 -0
- package/dist/icons/social/star-fill.svg.es.js +5 -0
- package/dist/icons/social/star-half.svg.cjs.js +1 -0
- package/dist/icons/social/star-half.svg.es.js +5 -0
- package/dist/icons/social/star-outline.svg.cjs.js +1 -0
- package/dist/icons/social/star-outline.svg.es.js +5 -0
- package/dist/icons/social/star.svg.cjs.js +1 -0
- package/dist/icons/social/star.svg.es.js +5 -0
- package/dist/icons/social/x.svg.cjs.js +1 -0
- package/dist/icons/social/x.svg.es.js +5 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +10 -0
- package/dist/lib/useSwiper.d.ts +23 -0
- package/dist/modules/AllInOne/AllInOne.cjs.js +1 -0
- package/dist/modules/AllInOne/AllInOne.d.ts +11 -0
- package/dist/modules/AllInOne/AllInOne.es.js +222 -0
- package/dist/modules/AllInOne/allInOne.module.css.cjs.js +1 -0
- package/dist/modules/AllInOne/allInOne.module.css.es.js +23 -0
- package/dist/modules/AllInOne/index.d.ts +1 -0
- package/dist/modules/Benefits/Benefits.cjs.js +1 -0
- package/dist/modules/Benefits/Benefits.d.ts +14 -0
- package/dist/modules/Benefits/Benefits.es.js +30 -0
- package/dist/modules/Benefits/benefits.module.css.cjs.js +1 -0
- package/dist/modules/Benefits/benefits.module.css.es.js +27 -0
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.cjs.js +1 -0
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.d.ts +7 -0
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.es.js +13 -0
- package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.cjs.js +1 -0
- package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.es.js +11 -0
- package/dist/modules/Benefits/components/BenefitItem/index.d.ts +1 -0
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.cjs.js +1 -0
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.d.ts +6 -0
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.es.js +8 -0
- package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.cjs.js +1 -0
- package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.es.js +9 -0
- package/dist/modules/Benefits/components/BenefitTag/index.d.ts +1 -0
- package/dist/modules/Benefits/components/index.d.ts +2 -0
- package/dist/modules/Benefits/index.d.ts +1 -0
- package/dist/modules/CallToAction/CallToAction.cjs.js +1 -0
- package/dist/modules/CallToAction/CallToAction.d.ts +15 -0
- package/dist/modules/CallToAction/CallToAction.es.js +165 -0
- package/dist/modules/CallToAction/callToAction.module.css.cjs.js +1 -0
- package/dist/modules/CallToAction/callToAction.module.css.es.js +43 -0
- package/dist/modules/CallToAction/index.d.ts +1 -0
- package/dist/modules/Callback/Callback.cjs.js +1 -0
- package/dist/modules/Callback/Callback.d.ts +6 -0
- package/dist/modules/Callback/Callback.es.js +36 -0
- package/dist/modules/Callback/callback.module.css.cjs.js +1 -0
- package/dist/modules/Callback/callback.module.css.es.js +15 -0
- package/dist/modules/Callback/index.d.ts +1 -0
- package/dist/modules/Compare/Compare.cjs.js +1 -0
- package/dist/modules/Compare/Compare.d.ts +3 -0
- package/dist/modules/Compare/Compare.es.js +26 -0
- package/dist/modules/Compare/compare.module.css.cjs.js +1 -0
- package/dist/modules/Compare/compare.module.css.es.js +15 -0
- package/dist/modules/Compare/index.d.ts +1 -0
- package/dist/modules/Compare/types.d.ts +9 -0
- package/dist/modules/Comparison/Comparison.cjs.js +1 -0
- package/dist/modules/Comparison/Comparison.d.ts +9 -0
- package/dist/modules/Comparison/Comparison.es.js +110 -0
- package/dist/modules/Comparison/assets/company-logo.svg.cjs.js +1 -0
- package/dist/modules/Comparison/assets/company-logo.svg.es.js +5 -0
- package/dist/modules/Comparison/comparison.module.css.cjs.js +1 -0
- package/dist/modules/Comparison/comparison.module.css.es.js +41 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.cjs.js +1 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.d.ts +8 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.es.js +42 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.cjs.js +1 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.es.js +27 -0
- package/dist/modules/Comparison/components/ComparisonMobileView/index.d.ts +1 -0
- package/dist/modules/Comparison/index.d.ts +1 -0
- package/dist/modules/Comparison/types.d.ts +15 -0
- package/dist/modules/Comparison/utils.cjs.js +1 -0
- package/dist/modules/Comparison/utils.d.ts +1 -0
- package/dist/modules/Comparison/utils.es.js +4 -0
- package/dist/modules/CursorImageBlock/CursorImageBlock.cjs.js +1 -0
- package/dist/modules/CursorImageBlock/CursorImageBlock.d.ts +3 -0
- package/dist/modules/CursorImageBlock/CursorImageBlock.es.js +24 -0
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.cjs.js +1 -0
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.es.js +25 -0
- package/dist/modules/CursorImageBlock/index.d.ts +2 -0
- package/dist/modules/CursorImageBlock/types.d.ts +9 -0
- package/dist/modules/FAQModule/FAQModule.cjs.js +1 -0
- package/dist/modules/FAQModule/FAQModule.d.ts +3 -0
- package/dist/modules/FAQModule/FAQModule.es.js +17 -0
- package/dist/modules/FAQModule/faqModule.module.css.cjs.js +1 -0
- package/dist/modules/FAQModule/faqModule.module.css.es.js +19 -0
- package/dist/modules/FAQModule/index.d.ts +1 -0
- package/dist/modules/FAQModule/types.d.ts +10 -0
- package/dist/modules/FeaturedIn/FeaturedIn.cjs.js +1 -0
- package/dist/modules/FeaturedIn/FeaturedIn.d.ts +21 -0
- package/dist/modules/FeaturedIn/FeaturedIn.es.js +63 -0
- package/dist/modules/FeaturedIn/featuredIn.module.css.cjs.js +1 -0
- package/dist/modules/FeaturedIn/featuredIn.module.css.es.js +37 -0
- package/dist/modules/FeaturedIn/index.d.ts +1 -0
- package/dist/modules/FeaturesGallery/FeaturesGallery.cjs.js +1 -0
- package/dist/modules/FeaturesGallery/FeaturesGallery.d.ts +14 -0
- package/dist/modules/FeaturesGallery/FeaturesGallery.es.js +30 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.cjs.js +1 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.d.ts +10 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.es.js +44 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.cjs.js +1 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.es.js +21 -0
- package/dist/modules/FeaturesGallery/components/FeatureGrid/index.d.ts +1 -0
- package/dist/modules/FeaturesGallery/featuresGallery.module.css.cjs.js +1 -0
- package/dist/modules/FeaturesGallery/featuresGallery.module.css.es.js +21 -0
- package/dist/modules/FeaturesGallery/index.d.ts +1 -0
- package/dist/modules/FeaturesGallery/types.d.ts +5 -0
- package/dist/modules/FollowTheScience/FollowTheScience.cjs.js +1 -0
- package/dist/modules/FollowTheScience/FollowTheScience.d.ts +10 -0
- package/dist/modules/FollowTheScience/FollowTheScience.es.js +94 -0
- package/dist/modules/FollowTheScience/followTheScience.module.css.cjs.js +1 -0
- package/dist/modules/FollowTheScience/followTheScience.module.css.es.js +17 -0
- package/dist/modules/FollowTheScience/index.d.ts +1 -0
- package/dist/modules/HighestStandards/HighestStandards.cjs.js +1 -0
- package/dist/modules/HighestStandards/HighestStandards.d.ts +3 -0
- package/dist/modules/HighestStandards/HighestStandards.es.js +26 -0
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.cjs.js +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.d.ts +3 -0
- package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.es.js +24 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.cjs.js +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.d.ts +3 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.es.js +31 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/index.d.ts +2 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.cjs.js +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.es.js +25 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/types.d.ts +9 -0
- package/dist/modules/HighestStandards/components/TabsMenu/components/index.d.ts +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/index.d.ts +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.cjs.js +1 -0
- package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.es.js +7 -0
- package/dist/modules/HighestStandards/components/TabsMenu/types.d.ts +6 -0
- package/dist/modules/HighestStandards/components/index.d.ts +1 -0
- package/dist/modules/HighestStandards/highestStandards.module.css.cjs.js +1 -0
- package/dist/modules/HighestStandards/highestStandards.module.css.es.js +23 -0
- package/dist/modules/HighestStandards/index.d.ts +1 -0
- package/dist/modules/HighestStandards/types.d.ts +11 -0
- package/dist/modules/HowItWorks/HowItWorks.cjs.js +1 -0
- package/dist/modules/HowItWorks/HowItWorks.d.ts +11 -0
- package/dist/modules/HowItWorks/HowItWorks.es.js +16 -0
- package/dist/modules/HowItWorks/components/Content/Content.cjs.js +1 -0
- package/dist/modules/HowItWorks/components/Content/Content.d.ts +10 -0
- package/dist/modules/HowItWorks/components/Content/Content.es.js +65 -0
- package/dist/modules/HowItWorks/components/Content/content.module.css.cjs.js +1 -0
- package/dist/modules/HowItWorks/components/Content/content.module.css.es.js +21 -0
- package/dist/modules/HowItWorks/components/Content/index.d.ts +1 -0
- package/dist/modules/HowItWorks/howItWorks.module.css.cjs.js +1 -0
- package/dist/modules/HowItWorks/howItWorks.module.css.es.js +13 -0
- package/dist/modules/HowItWorks/index.d.ts +1 -0
- package/dist/modules/ImageWithText/ImageWithText.cjs.js +1 -0
- package/dist/modules/ImageWithText/ImageWithText.d.ts +3 -0
- package/dist/modules/ImageWithText/ImageWithText.es.js +35 -0
- package/dist/modules/ImageWithText/imageWithText.module.css.cjs.js +1 -0
- package/dist/modules/ImageWithText/imageWithText.module.css.es.js +23 -0
- package/dist/modules/ImageWithText/index.d.ts +1 -0
- package/dist/modules/ImageWithText/types.d.ts +10 -0
- package/dist/modules/IndividualProductCard/IndividualProductCard.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/IndividualProductCard.d.ts +26 -0
- package/dist/modules/IndividualProductCard/IndividualProductCard.es.js +80 -0
- package/dist/modules/IndividualProductCard/components/Features/Features.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/components/Features/Features.d.ts +7 -0
- package/dist/modules/IndividualProductCard/components/Features/Features.es.js +35 -0
- package/dist/modules/IndividualProductCard/components/Features/features.module.css.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/components/Features/features.module.css.es.js +17 -0
- package/dist/modules/IndividualProductCard/components/Features/index.d.ts +1 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.d.ts +9 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.es.js +48 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/index.d.ts +1 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.es.js +35 -0
- package/dist/modules/IndividualProductCard/index.d.ts +1 -0
- package/dist/modules/IndividualProductCard/individualProductCard.module.css.cjs.js +1 -0
- package/dist/modules/IndividualProductCard/individualProductCard.module.css.es.js +27 -0
- package/dist/modules/IndividualProductCard/types.d.ts +17 -0
- package/dist/modules/IngredientHighlight/IngredientHighlight.cjs.js +1 -0
- package/dist/modules/IngredientHighlight/IngredientHighlight.d.ts +3 -0
- package/dist/modules/IngredientHighlight/IngredientHighlight.es.js +26 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.cjs.js +1 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.d.ts +3 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.es.js +11 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/index.d.ts +2 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.cjs.js +1 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.es.js +17 -0
- package/dist/modules/IngredientHighlight/components/Ingredient/types.d.ts +7 -0
- package/dist/modules/IngredientHighlight/components/index.d.ts +1 -0
- package/dist/modules/IngredientHighlight/index.d.ts +2 -0
- package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.cjs.js +1 -0
- package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.es.js +15 -0
- package/dist/modules/IngredientHighlight/types.d.ts +7 -0
- package/dist/modules/LongevityPathways/LongevityPathways.cjs.js +1 -0
- package/dist/modules/LongevityPathways/LongevityPathways.d.ts +3 -0
- package/dist/modules/LongevityPathways/LongevityPathways.es.js +19 -0
- package/dist/modules/LongevityPathways/index.d.ts +2 -0
- package/dist/modules/LongevityPathways/longevityPathways.module.css.cjs.js +1 -0
- package/dist/modules/LongevityPathways/longevityPathways.module.css.es.js +9 -0
- package/dist/modules/LongevityPathways/types.d.ts +9 -0
- package/dist/modules/OptimalHealth/OptimalHealth.cjs.js +1 -0
- package/dist/modules/OptimalHealth/OptimalHealth.d.ts +11 -0
- package/dist/modules/OptimalHealth/OptimalHealth.es.js +36 -0
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.cjs.js +1 -0
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.d.ts +7 -0
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.es.js +59 -0
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.cjs.js +1 -0
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.es.js +35 -0
- package/dist/modules/OptimalHealth/components/ClockImages/hooks.d.ts +1 -0
- package/dist/modules/OptimalHealth/components/ClockImages/index.d.ts +1 -0
- package/dist/modules/OptimalHealth/index.d.ts +1 -0
- package/dist/modules/OptimalHealth/optimalHealth.module.css.cjs.js +1 -0
- package/dist/modules/OptimalHealth/optimalHealth.module.css.es.js +21 -0
- package/dist/modules/OptimalHealth/types.d.ts +12 -0
- package/dist/modules/OurProcess/OurProcess.cjs.js +1 -0
- package/dist/modules/OurProcess/OurProcess.d.ts +13 -0
- package/dist/modules/OurProcess/OurProcess.es.js +24 -0
- package/dist/modules/OurProcess/index.d.ts +1 -0
- package/dist/modules/OurProcess/ourProcess.module.css.cjs.js +1 -0
- package/dist/modules/OurProcess/ourProcess.module.css.es.js +11 -0
- package/dist/modules/PairedProducts/PairedProducts.cjs.js +1 -0
- package/dist/modules/PairedProducts/PairedProducts.d.ts +12 -0
- package/dist/modules/PairedProducts/PairedProducts.es.js +17 -0
- package/dist/modules/PairedProducts/index.d.ts +1 -0
- package/dist/modules/PairedProducts/pairedProducts.module.css.cjs.js +1 -0
- package/dist/modules/PairedProducts/pairedProducts.module.css.es.js +17 -0
- package/dist/modules/ProductsDisplay/ProductsDisplay.cjs.js +1 -0
- package/dist/modules/ProductsDisplay/ProductsDisplay.d.ts +3 -0
- package/dist/modules/ProductsDisplay/ProductsDisplay.es.js +22 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.cjs.js +1 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.d.ts +10 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.es.js +14 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/index.d.ts +1 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.cjs.js +1 -0
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.es.js +9 -0
- package/dist/modules/ProductsDisplay/components/index.d.ts +1 -0
- package/dist/modules/ProductsDisplay/index.d.ts +1 -0
- package/dist/modules/ProductsDisplay/productsDisplay.module.css.cjs.js +1 -0
- package/dist/modules/ProductsDisplay/productsDisplay.module.css.es.js +11 -0
- package/dist/modules/ProductsDisplay/types.d.ts +11 -0
- package/dist/modules/ProductsDisplay/useProductsData.cjs.js +1 -0
- package/dist/modules/ProductsDisplay/useProductsData.d.ts +16 -0
- package/dist/modules/ProductsDisplay/useProductsData.es.js +20 -0
- package/dist/modules/Reviews/Reviews.cjs.js +1 -0
- package/dist/modules/Reviews/Reviews.d.ts +15 -0
- package/dist/modules/Reviews/Reviews.es.js +42 -0
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.cjs.js +1 -0
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.d.ts +3 -0
- package/dist/modules/Reviews/components/ReviewCard/ReviewCard.es.js +17 -0
- package/dist/modules/Reviews/components/ReviewCard/index.d.ts +1 -0
- package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.cjs.js +1 -0
- package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.es.js +13 -0
- package/dist/modules/Reviews/components/ReviewList/ReviewList.cjs.js +1 -0
- package/dist/modules/Reviews/components/ReviewList/ReviewList.d.ts +10 -0
- package/dist/modules/Reviews/components/ReviewList/ReviewList.es.js +21 -0
- package/dist/modules/Reviews/components/ReviewList/index.d.ts +1 -0
- package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.cjs.js +1 -0
- package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.es.js +7 -0
- package/dist/modules/Reviews/index.d.ts +1 -0
- package/dist/modules/Reviews/reviews.module.css.cjs.js +1 -0
- package/dist/modules/Reviews/reviews.module.css.es.js +21 -0
- package/dist/modules/Reviews/types.d.ts +8 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.cjs.js +1 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.d.ts +9 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.es.js +105 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +1 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +35 -0
- package/dist/modules/SlidingTabsGallery/index.d.ts +1 -0
- package/dist/modules/Studies/Studies.cjs.js +1 -0
- package/dist/modules/Studies/Studies.d.ts +9 -0
- package/dist/modules/Studies/Studies.es.js +26 -0
- package/dist/modules/Studies/index.d.ts +1 -0
- package/dist/modules/Studies/studies.module.css.cjs.js +1 -0
- package/dist/modules/Studies/studies.module.css.es.js +17 -0
- package/dist/modules/TargetedPrograms/TargetedPrograms.cjs.js +1 -0
- package/dist/modules/TargetedPrograms/TargetedPrograms.d.ts +7 -0
- package/dist/modules/TargetedPrograms/TargetedPrograms.es.js +67 -0
- package/dist/modules/TargetedPrograms/index.d.ts +1 -0
- package/dist/modules/TargetedPrograms/targetedPrograms.module.css.cjs.js +1 -0
- package/dist/modules/TargetedPrograms/targetedPrograms.module.css.es.js +15 -0
- package/dist/modules/Testimonial/Testimonial.cjs.js +1 -0
- package/dist/modules/Testimonial/Testimonial.d.ts +13 -0
- package/dist/modules/Testimonial/Testimonial.es.js +106 -0
- package/dist/modules/Testimonial/components/Product/Product.cjs.js +1 -0
- package/dist/modules/Testimonial/components/Product/Product.d.ts +7 -0
- package/dist/modules/Testimonial/components/Product/Product.es.js +23 -0
- package/dist/modules/Testimonial/components/Product/index.d.ts +1 -0
- package/dist/modules/Testimonial/components/Product/product.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/components/Product/product.module.css.es.js +17 -0
- package/dist/modules/Testimonial/components/TextCard/TextCard.cjs.js +1 -0
- package/dist/modules/Testimonial/components/TextCard/TextCard.d.ts +3 -0
- package/dist/modules/Testimonial/components/TextCard/TextCard.es.js +34 -0
- package/dist/modules/Testimonial/components/TextCard/index.d.ts +1 -0
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/components/TextCard/textCard.module.css.es.js +13 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.cjs.js +1 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.d.ts +12 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.es.js +65 -0
- package/dist/modules/Testimonial/components/VideoCard/index.d.ts +1 -0
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.es.js +17 -0
- package/dist/modules/Testimonial/index.d.ts +1 -0
- package/dist/modules/Testimonial/testimonial.module.css.cjs.js +1 -0
- package/dist/modules/Testimonial/testimonial.module.css.es.js +27 -0
- package/dist/modules/Testimonial/types.d.ts +27 -0
- package/dist/modules/TotalCare/TotalCare.cjs.js +1 -0
- package/dist/modules/TotalCare/TotalCare.d.ts +16 -0
- package/dist/modules/TotalCare/TotalCare.es.js +27 -0
- package/dist/modules/TotalCare/index.d.ts +1 -0
- package/dist/modules/TotalCare/totalCare.module.css.cjs.js +1 -0
- package/dist/modules/TotalCare/totalCare.module.css.es.js +19 -0
- package/dist/modules/TrackProgress/TrackProgress.cjs.js +1 -0
- package/dist/modules/TrackProgress/TrackProgress.d.ts +10 -0
- package/dist/modules/TrackProgress/TrackProgress.es.js +24 -0
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.cjs.js +1 -0
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.d.ts +7 -0
- package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.es.js +99 -0
- package/dist/modules/TrackProgress/components/TimelineContent/index.d.ts +1 -0
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.cjs.js +1 -0
- package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.es.js +27 -0
- package/dist/modules/TrackProgress/index.d.ts +1 -0
- package/dist/modules/TrackProgress/trackProgress.module.css.cjs.js +1 -0
- package/dist/modules/TrackProgress/trackProgress.module.css.es.js +13 -0
- package/dist/modules/TrackProgress/types.d.ts +6 -0
- package/dist/modules/TypesOfTests/TypesOfTests.cjs.js +1 -0
- package/dist/modules/TypesOfTests/TypesOfTests.d.ts +10 -0
- package/dist/modules/TypesOfTests/TypesOfTests.es.js +106 -0
- package/dist/modules/TypesOfTests/index.d.ts +1 -0
- package/dist/modules/TypesOfTests/types.d.ts +8 -0
- package/dist/modules/TypesOfTests/typesOfTests.module.css.cjs.js +1 -0
- package/dist/modules/TypesOfTests/typesOfTests.module.css.es.js +31 -0
- package/dist/modules/YourProtocol/YourProtocol.cjs.js +1 -0
- package/dist/modules/YourProtocol/YourProtocol.d.ts +11 -0
- package/dist/modules/YourProtocol/YourProtocol.es.js +46 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.cjs.js +1 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.d.ts +7 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.es.js +37 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/index.d.ts +1 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.cjs.js +1 -0
- package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.es.js +13 -0
- package/dist/modules/YourProtocol/index.d.ts +1 -0
- package/dist/modules/YourProtocol/types.d.ts +13 -0
- package/dist/modules/YourProtocol/yourProtocol.module.css.cjs.js +1 -0
- package/dist/modules/YourProtocol/yourProtocol.module.css.es.js +19 -0
- package/dist/modules/index.d.ts +0 -0
- package/dist/node_modules/@gsap/react/src/index.cjs.js +9 -0
- package/dist/node_modules/@gsap/react/src/index.es.js +29 -0
- package/dist/node_modules/gsap/CSSPlugin.cjs.js +8 -0
- package/dist/node_modules/gsap/CSSPlugin.es.js +423 -0
- package/dist/node_modules/gsap/Flip.cjs.js +8 -0
- package/dist/node_modules/gsap/Flip.es.js +525 -0
- package/dist/node_modules/gsap/Observer.cjs.js +8 -0
- package/dist/node_modules/gsap/Observer.es.js +242 -0
- package/dist/node_modules/gsap/ScrollTrigger.cjs.js +8 -0
- package/dist/node_modules/gsap/ScrollTrigger.es.js +859 -0
- package/dist/node_modules/gsap/gsap-core.cjs.js +8 -0
- package/dist/node_modules/gsap/gsap-core.es.js +1651 -0
- package/dist/node_modules/gsap/index.cjs.js +1 -0
- package/dist/node_modules/gsap/index.es.js +13 -0
- package/dist/node_modules/gsap/utils/matrix.cjs.js +8 -0
- package/dist/node_modules/gsap/utils/matrix.es.js +104 -0
- package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.es.js +37 -0
- package/dist/node_modules/react-tiny-popover/dist/Popover.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/Popover.es.js +147 -0
- package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.es.js +20 -0
- package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.es.js +86 -0
- package/dist/node_modules/react-tiny-popover/dist/useElementRef.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/useElementRef.es.js +22 -0
- package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.es.js +34 -0
- package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.es.js +24 -0
- package/dist/node_modules/react-tiny-popover/dist/usePopover.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/usePopover.es.js +140 -0
- package/dist/node_modules/react-tiny-popover/dist/util.cjs.js +1 -0
- package/dist/node_modules/react-tiny-popover/dist/util.es.js +81 -0
- package/dist/node_modules/swiper/modules/navigation.cjs.js +1 -0
- package/dist/node_modules/swiper/modules/navigation.es.js +127 -0
- package/dist/node_modules/swiper/shared/create-element-if-not-defined.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/create-element-if-not-defined.es.js +12 -0
- package/dist/node_modules/swiper/shared/ssr-window.esm.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/ssr-window.esm.es.js +135 -0
- package/dist/node_modules/swiper/shared/swiper-core.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/swiper-core.es.js +2028 -0
- package/dist/node_modules/swiper/shared/update-on-virtual-data.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/update-on-virtual-data.es.js +62 -0
- package/dist/node_modules/swiper/shared/update-swiper.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/update-swiper.es.js +192 -0
- package/dist/node_modules/swiper/shared/utils.cjs.js +1 -0
- package/dist/node_modules/swiper/shared/utils.es.js +186 -0
- package/dist/node_modules/swiper/swiper-react.cjs.js +1 -0
- package/dist/node_modules/swiper/swiper-react.es.js +242 -0
- package/dist/pageComponents/BiologicalAge/BiologicalAge.cjs.js +1 -0
- package/dist/pageComponents/BiologicalAge/BiologicalAge.d.ts +1 -0
- package/dist/pageComponents/BiologicalAge/BiologicalAge.es.js +21 -0
- package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png.cjs.js +1 -0
- package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png.es.js +4 -0
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.cjs.js +1 -0
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.es.js +15 -0
- package/dist/pageComponents/BiologicalAge/index.d.ts +1 -0
- package/dist/pageComponents/Bubbles/Bubbles.cjs.js +1 -0
- package/dist/pageComponents/Bubbles/Bubbles.d.ts +3 -0
- package/dist/pageComponents/Bubbles/Bubbles.es.js +40 -0
- package/dist/pageComponents/Bubbles/bubbles.module.css.cjs.js +1 -0
- package/dist/pageComponents/Bubbles/bubbles.module.css.es.js +15 -0
- package/dist/pageComponents/Bubbles/index.d.ts +1 -0
- package/dist/pageComponents/ContactUs/ContactUs.cjs.js +1 -0
- package/dist/pageComponents/ContactUs/ContactUs.d.ts +1 -0
- package/dist/pageComponents/ContactUs/ContactUs.es.js +79 -0
- package/dist/pageComponents/ContactUs/contactUs.module.css.cjs.js +1 -0
- package/dist/pageComponents/ContactUs/contactUs.module.css.es.js +37 -0
- package/dist/pageComponents/ContactUs/index.d.ts +1 -0
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.cjs.js +1 -0
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.d.ts +1 -0
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.es.js +14 -0
- package/dist/pageComponents/DiscoverTheStory/assets/content-img.png.cjs.js +1 -0
- package/dist/pageComponents/DiscoverTheStory/assets/content-img.png.es.js +4 -0
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.cjs.js +1 -0
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.es.js +13 -0
- package/dist/pageComponents/DiscoverTheStory/index.d.ts +1 -0
- package/dist/pageComponents/Gradient/Gradient.cjs.js +1 -0
- package/dist/pageComponents/Gradient/Gradient.d.ts +5 -0
- package/dist/pageComponents/Gradient/Gradient.es.js +9 -0
- package/dist/pageComponents/Gradient/gradient.module.css.cjs.js +1 -0
- package/dist/pageComponents/Gradient/gradient.module.css.es.js +13 -0
- package/dist/pageComponents/Gradient/index.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/HomepageHero.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/HomepageHero.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/HomepageHero.es.js +33 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.es.js +31 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.es.js +24 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.es.js +24 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.es.js +13 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.es.js +36 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.es.js +23 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg.es.js +7 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg.es.js +7 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.es.js +21 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.es.js +17 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.es.js +31 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.es.js +19 -0
- package/dist/pageComponents/HomepageHero/homepageHero.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/homepageHero.module.css.es.js +25 -0
- package/dist/pageComponents/HomepageHero/index.d.ts +1 -0
- package/dist/pageComponents/LabsHero/LabsHero.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/LabsHero.d.ts +1 -0
- package/dist/pageComponents/LabsHero/LabsHero.es.js +73 -0
- package/dist/pageComponents/LabsHero/assets/icon1.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/icon1.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/icon2.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/icon2.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/icon3.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/icon3.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/img1.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/img1.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/img2.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/img2.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/img3.png.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/img3.png.es.js +4 -0
- package/dist/pageComponents/LabsHero/assets/svg1.svg.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/svg1.svg.es.js +7 -0
- package/dist/pageComponents/LabsHero/assets/svg2.svg.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/svg2.svg.es.js +5 -0
- package/dist/pageComponents/LabsHero/assets/svg3.svg.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/assets/svg3.svg.es.js +7 -0
- package/dist/pageComponents/LabsHero/index.d.ts +1 -0
- package/dist/pageComponents/LabsHero/labsHero.module.css.cjs.js +1 -0
- package/dist/pageComponents/LabsHero/labsHero.module.css.es.js +41 -0
- package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.d.ts +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.es.js +179 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg.es.js +7 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg.es.js +7 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg.es.js +7 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png.es.js +4 -0
- package/dist/pageComponents/PersonalizedProtocolHero/index.d.ts +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.cjs.js +1 -0
- package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.es.js +71 -0
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.cjs.js +1 -0
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.d.ts +1 -0
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.es.js +25 -0
- package/dist/pageComponents/StillHaveQuestions/index.d.ts +1 -0
- package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.cjs.js +1 -0
- package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.es.js +17 -0
- package/dist/pageComponents/TreatmentsHero/TreatmentsHero.cjs.js +1 -0
- package/dist/pageComponents/TreatmentsHero/TreatmentsHero.d.ts +15 -0
- package/dist/pageComponents/TreatmentsHero/TreatmentsHero.es.js +20 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.cjs.js +1 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.d.ts +7 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.es.js +10 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/index.d.ts +1 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.cjs.js +1 -0
- package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.es.js +11 -0
- package/dist/pageComponents/TreatmentsHero/index.d.ts +1 -0
- package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.cjs.js +1 -0
- package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.es.js +21 -0
- package/dist/styles/index.d.ts +3 -0
- package/dist/styles/typography.module.css.cjs.js +1 -0
- package/dist/styles/typography.module.css.es.js +119 -0
- package/dist/types/common.d.ts +1 -0
- package/dist/utils/cn/cn.cjs.js +1 -0
- package/dist/utils/cn/cn.es.js +4 -0
- package/dist/utils/cn.d.ts +1 -0
- package/dist/utils/debounce.cjs.js +1 -0
- package/dist/utils/debounce.d.ts +2 -0
- package/dist/utils/debounce.es.js +9 -0
- package/dist/utils/formatUnits/formatUnits.cjs.js +1 -0
- package/dist/utils/formatUnits/formatUnits.es.js +9 -0
- package/dist/utils/formatUnits.d.ts +1 -0
- package/dist/utils/index.d.ts +0 -0
- package/dist/utils/isHsIcon/isHsIcon.cjs.js +1 -0
- package/dist/utils/isHsIcon/isHsIcon.es.js +7 -0
- package/dist/utils/isHsIcon.d.ts +3 -0
- package/dist/utils/useIsMobile.cjs.js +1 -0
- package/dist/utils/useIsMobile.d.ts +1 -0
- package/dist/utils/useIsMobile.es.js +12 -0
- package/dist/utils/useSwiper/useSwiper.cjs.js +1 -0
- package/dist/utils/useSwiper/useSwiper.es.js +48 -0
- package/package.json +26 -1
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as N, jsx as e } from "react/jsx-runtime";
|
|
3
|
+
import { useMemo as h } from "react";
|
|
4
|
+
import { cn as s } from "../../utils/cn/cn.es.js";
|
|
5
|
+
import { Icon as d } from "../Icon/Icon.es.js";
|
|
6
|
+
import { EIconName as i } from "../Icon/constants.es.js";
|
|
7
|
+
import { Typography as x } from "../Typography/Typography.es.js";
|
|
8
|
+
import o from "./pagination.module.css.es.js";
|
|
9
|
+
const A = (r, t, a) => {
|
|
10
|
+
if (t <= a)
|
|
11
|
+
return Array.from({ length: t }, (c, f) => f + 1);
|
|
12
|
+
const n = Math.floor(a / 2);
|
|
13
|
+
let l = Math.max(1, r - n), m = l + a - 1;
|
|
14
|
+
return m > t && (m = t, l = m - a + 1), Array.from({ length: a }, (c, f) => l + f);
|
|
15
|
+
}, k = ({ page: r, pagesCount: t, visiblePagesLimit: a, disabled: n, onPageChange: l }) => {
|
|
16
|
+
const m = h(
|
|
17
|
+
() => A(r, t, a),
|
|
18
|
+
[r, t, a]
|
|
19
|
+
);
|
|
20
|
+
return /* @__PURE__ */ N("div", { className: o.root, children: [
|
|
21
|
+
/* @__PURE__ */ e(
|
|
22
|
+
"button",
|
|
23
|
+
{
|
|
24
|
+
className: s(o.arrow, o.arrowPrev),
|
|
25
|
+
onClick: () => l(r - 1),
|
|
26
|
+
disabled: n || r <= 1,
|
|
27
|
+
"aria-label": "Previous page",
|
|
28
|
+
children: /* @__PURE__ */ e(d, { name: i.ARROW_BACK, className: o.icon })
|
|
29
|
+
}
|
|
30
|
+
),
|
|
31
|
+
m.map((c) => /* @__PURE__ */ e(
|
|
32
|
+
"button",
|
|
33
|
+
{
|
|
34
|
+
className: s(o.page, c === r && o.activePage),
|
|
35
|
+
onClick: () => l(c),
|
|
36
|
+
children: /* @__PURE__ */ e(x, { defaultVariant: "labelXl", weight: "regular", children: c.toString().padStart(2, "0") })
|
|
37
|
+
},
|
|
38
|
+
c
|
|
39
|
+
)),
|
|
40
|
+
/* @__PURE__ */ e(
|
|
41
|
+
"button",
|
|
42
|
+
{
|
|
43
|
+
className: s(o.arrow, o.arrowNext),
|
|
44
|
+
onClick: () => l(r + 1),
|
|
45
|
+
disabled: n || r >= t,
|
|
46
|
+
"aria-label": "Next page",
|
|
47
|
+
children: /* @__PURE__ */ e(d, { name: i.ARROW_FORWARD, className: o.icon })
|
|
48
|
+
}
|
|
49
|
+
)
|
|
50
|
+
] });
|
|
51
|
+
};
|
|
52
|
+
export {
|
|
53
|
+
k as Pagination
|
|
54
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Pagination } from './Pagination';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="pagination-module__root___fzvDV",a="pagination-module__page___rz1y4",e="pagination-module__activePage___hjPRG",r="pagination-module__arrow___zwrJW",_="pagination-module__arrowPrev___-IjY3",t="pagination-module__arrowNext___wvIaz",n="pagination-module__icon___4HqmM",i={root:o,page:a,activePage:e,arrow:r,arrowPrev:_,arrowNext:t,icon:n};exports.activePage=e;exports.arrow=r;exports.arrowNext=t;exports.arrowPrev=_;exports.default=i;exports.icon=n;exports.page=a;exports.root=o;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const o = "pagination-module__root___fzvDV", a = "pagination-module__page___rz1y4", _ = "pagination-module__activePage___hjPRG", r = "pagination-module__arrow___zwrJW", t = "pagination-module__arrowPrev___-IjY3", e = "pagination-module__arrowNext___wvIaz", n = "pagination-module__icon___4HqmM", i = {
|
|
2
|
+
root: o,
|
|
3
|
+
page: a,
|
|
4
|
+
activePage: _,
|
|
5
|
+
arrow: r,
|
|
6
|
+
arrowPrev: t,
|
|
7
|
+
arrowNext: e,
|
|
8
|
+
icon: n
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
_ as activePage,
|
|
12
|
+
r as arrow,
|
|
13
|
+
e as arrowNext,
|
|
14
|
+
t as arrowPrev,
|
|
15
|
+
i as default,
|
|
16
|
+
n as icon,
|
|
17
|
+
a as page,
|
|
18
|
+
o as root
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),c=require("../../utils/cn/cn.cjs.js"),r=require("../Icon/Icon.cjs.js"),s=require("../Icon/constants.cjs.js"),n=require("./playButton.module.css.cjs.js"),u=({inverted:t,onClick:o})=>e.jsx("button",{className:c.cn(n.default.button,t&&n.default.inverted),onClick:o,children:e.jsx("div",{className:n.default.iconWrapper,children:e.jsx(r.Icon,{name:s.EIconName.PLAY})})});exports.PlayButton=u;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
type PlayButtonProps = {
|
|
4
|
+
inverted?: boolean;
|
|
5
|
+
onClick: (event: React.MouseEvent<HTMLButtonElement>) => void;
|
|
6
|
+
};
|
|
7
|
+
export declare const PlayButton: ({ inverted, onClick }: PlayButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { cn as n } from "../../utils/cn/cn.es.js";
|
|
3
|
+
import { Icon as e } from "../Icon/Icon.es.js";
|
|
4
|
+
import { EIconName as i } from "../Icon/constants.es.js";
|
|
5
|
+
import r from "./playButton.module.css.es.js";
|
|
6
|
+
const f = ({ inverted: t, onClick: m }) => /* @__PURE__ */ o("button", { className: n(r.button, t && r.inverted), onClick: m, children: /* @__PURE__ */ o("div", { className: r.iconWrapper, children: /* @__PURE__ */ o(e, { name: i.PLAY }) }) });
|
|
7
|
+
export {
|
|
8
|
+
f as PlayButton
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PlayButton } from './PlayButton';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="playButton-module__button___SiZc2",t="playButton-module__inverted___gjeVr",o="playButton-module__iconWrapper___1vrne",n={button:e,inverted:t,iconWrapper:o};exports.button=e;exports.default=n;exports.iconWrapper=o;exports.inverted=t;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const t = "playButton-module__button___SiZc2", e = "playButton-module__inverted___gjeVr", n = "playButton-module__iconWrapper___1vrne", o = {
|
|
2
|
+
button: t,
|
|
3
|
+
inverted: e,
|
|
4
|
+
iconWrapper: n
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
t as button,
|
|
8
|
+
o as default,
|
|
9
|
+
n as iconWrapper,
|
|
10
|
+
e as inverted
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),n=require("../../utils/cn/cn.cjs.js"),t=require("../Button/Button.cjs.js"),c=require("../Label/Label.cjs.js"),o=require("../Typography/Typography.cjs.js"),m=require("./components/BenefitItem/BenefitItem.cjs.js"),a=require("./pricing.module.css.cjs.js"),g=({label:i,price:d,items:u,link:r,button:s})=>e.jsxs("div",{className:a.default.root,children:[e.jsx(c.Label,{size:"lg",color:i.color,className:n.cn(a.default.pricingLabel,a.default.pricingLabelDesktop),children:i.label}),e.jsx(c.Label,{size:"sm",color:i.color,className:n.cn(a.default.pricingLabel,a.default.pricingLabelMobile),children:i.label}),e.jsxs("p",{className:a.default.pricing,children:[e.jsx(o.Typography,{as:"span",defaultVariant:"displayMd",mobileVariant:"displaySm",className:a.default.pricingTextPrimary,children:`$${d}`}),e.jsx(o.Typography,{as:"span",defaultVariant:"headingSm",mobileVariant:"headingXs",className:a.default.pricingTextSecondary,children:"/ mo"})]}),e.jsx("div",{className:a.default.benefits,children:u.map((l,p)=>e.jsx(m.BenefitItem,{badge:l.badge,label:l.label},p))}),e.jsx("div",{className:a.default.pricingButtonContainerDesktop,children:e.jsx(t.Button,{...s,size:"lg",as:"a",href:r,children:"GET STARTED"})}),e.jsx("div",{className:a.default.pricingButtonContainerMobile,children:e.jsx(t.Button,{...s,size:"md",as:"a",href:r,children:"GET STARTED"})}),e.jsx("div",{className:a.default.leftBorder}),e.jsx("div",{className:a.default.rightBorder})]});exports.Pricing=g;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { cn as n } from "../../utils/cn/cn.es.js";
|
|
3
|
+
import { Button as c } from "../Button/Button.es.js";
|
|
4
|
+
import { Label as m } from "../Label/Label.es.js";
|
|
5
|
+
import { Typography as t } from "../Typography/Typography.es.js";
|
|
6
|
+
import { BenefitItem as h } from "./components/BenefitItem/BenefitItem.es.js";
|
|
7
|
+
import i from "./pricing.module.css.es.js";
|
|
8
|
+
const u = ({ label: r, price: d, items: p, link: a, button: s }) => /* @__PURE__ */ o("div", { className: i.root, children: [
|
|
9
|
+
/* @__PURE__ */ e(m, { size: "lg", color: r.color, className: n(i.pricingLabel, i.pricingLabelDesktop), children: r.label }),
|
|
10
|
+
/* @__PURE__ */ e(m, { size: "sm", color: r.color, className: n(i.pricingLabel, i.pricingLabelMobile), children: r.label }),
|
|
11
|
+
/* @__PURE__ */ o("p", { className: i.pricing, children: [
|
|
12
|
+
/* @__PURE__ */ e(
|
|
13
|
+
t,
|
|
14
|
+
{
|
|
15
|
+
as: "span",
|
|
16
|
+
defaultVariant: "displayMd",
|
|
17
|
+
mobileVariant: "displaySm",
|
|
18
|
+
className: i.pricingTextPrimary,
|
|
19
|
+
children: `$${d}`
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ e(
|
|
23
|
+
t,
|
|
24
|
+
{
|
|
25
|
+
as: "span",
|
|
26
|
+
defaultVariant: "headingSm",
|
|
27
|
+
mobileVariant: "headingXs",
|
|
28
|
+
className: i.pricingTextSecondary,
|
|
29
|
+
children: "/ mo"
|
|
30
|
+
}
|
|
31
|
+
)
|
|
32
|
+
] }),
|
|
33
|
+
/* @__PURE__ */ e("div", { className: i.benefits, children: p.map((l, g) => /* @__PURE__ */ e(h, { badge: l.badge, label: l.label }, g)) }),
|
|
34
|
+
/* @__PURE__ */ e("div", { className: i.pricingButtonContainerDesktop, children: /* @__PURE__ */ e(c, { ...s, size: "lg", as: "a", href: a, children: "GET STARTED" }) }),
|
|
35
|
+
/* @__PURE__ */ e("div", { className: i.pricingButtonContainerMobile, children: /* @__PURE__ */ e(c, { ...s, size: "md", as: "a", href: a, children: "GET STARTED" }) }),
|
|
36
|
+
/* @__PURE__ */ e("div", { className: i.leftBorder }),
|
|
37
|
+
/* @__PURE__ */ e("div", { className: i.rightBorder })
|
|
38
|
+
] });
|
|
39
|
+
export {
|
|
40
|
+
u as Pricing
|
|
41
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("../../../TypeBadge/TypeBadge.cjs.js"),n=require("../../../Typography/Typography.cjs.js"),a=require("./benefitItem.module.css.cjs.js"),i=({badge:t,label:r})=>e.jsxs("div",{className:a.default.root,children:[e.jsx(o.TypeBadge,{type:t}),e.jsx(n.Typography,{defaultVariant:"labelLg",mobileVariant:"labelMd",children:r})]});exports.BenefitItem=i;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs as o, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { TypeBadge as a } from "../../../TypeBadge/TypeBadge.es.js";
|
|
3
|
+
import { Typography as i } from "../../../Typography/Typography.es.js";
|
|
4
|
+
import m from "./benefitItem.module.css.es.js";
|
|
5
|
+
const d = ({ badge: e, label: t }) => /* @__PURE__ */ o("div", { className: m.root, children: [
|
|
6
|
+
/* @__PURE__ */ r(a, { type: e }),
|
|
7
|
+
/* @__PURE__ */ r(i, { defaultVariant: "labelLg", mobileVariant: "labelMd", children: t })
|
|
8
|
+
] });
|
|
9
|
+
export {
|
|
10
|
+
d as BenefitItem
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="benefitItem-module__root___2QX95",t={root:e};exports.default=t;exports.root=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BenefitItem } from './BenefitItem';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BenefitItem } from './BenefitItem';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i="pricing-module__root___alGxI",e="pricing-module__pricingLabel___BrDUJ",n="pricing-module__pricingLabelDesktop___7H4iO",o="pricing-module__pricingLabelMobile___dpLsD",r="pricing-module__pricing___h1pM-",t="pricing-module__benefits___X-1Oc",_="pricing-module__pricingButtonContainerDesktop___kW7G4",c="pricing-module__pricingButtonContainerMobile___I-OGE",p="pricing-module__leftBorder___84NLl",l="pricing-module__rightBorder___50VVT",g={root:i,pricingLabel:e,pricingLabelDesktop:n,pricingLabelMobile:o,pricing:r,benefits:t,pricingButtonContainerDesktop:_,pricingButtonContainerMobile:c,leftBorder:p,rightBorder:l};exports.benefits=t;exports.default=g;exports.leftBorder=p;exports.pricing=r;exports.pricingButtonContainerDesktop=_;exports.pricingButtonContainerMobile=c;exports.pricingLabel=e;exports.pricingLabelDesktop=n;exports.pricingLabelMobile=o;exports.rightBorder=l;exports.root=i;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const i = "pricing-module__root___alGxI", n = "pricing-module__pricingLabel___BrDUJ", o = "pricing-module__pricingLabelDesktop___7H4iO", e = "pricing-module__pricingLabelMobile___dpLsD", r = "pricing-module__pricing___h1pM-", t = "pricing-module__benefits___X-1Oc", _ = "pricing-module__pricingButtonContainerDesktop___kW7G4", c = "pricing-module__pricingButtonContainerMobile___I-OGE", p = "pricing-module__leftBorder___84NLl", l = "pricing-module__rightBorder___50VVT", g = {
|
|
2
|
+
root: i,
|
|
3
|
+
pricingLabel: n,
|
|
4
|
+
pricingLabelDesktop: o,
|
|
5
|
+
pricingLabelMobile: e,
|
|
6
|
+
pricing: r,
|
|
7
|
+
benefits: t,
|
|
8
|
+
pricingButtonContainerDesktop: _,
|
|
9
|
+
pricingButtonContainerMobile: c,
|
|
10
|
+
leftBorder: p,
|
|
11
|
+
rightBorder: l
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
t as benefits,
|
|
15
|
+
g as default,
|
|
16
|
+
p as leftBorder,
|
|
17
|
+
r as pricing,
|
|
18
|
+
_ as pricingButtonContainerDesktop,
|
|
19
|
+
c as pricingButtonContainerMobile,
|
|
20
|
+
n as pricingLabel,
|
|
21
|
+
o as pricingLabelDesktop,
|
|
22
|
+
e as pricingLabelMobile,
|
|
23
|
+
l as rightBorder,
|
|
24
|
+
i as root
|
|
25
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ButtonProps } from '../Button';
|
|
2
|
+
import { LabelColor } from '../Label';
|
|
3
|
+
import { ETypeBadge } from '../TypeBadge';
|
|
4
|
+
|
|
5
|
+
export type PricingElementView = {
|
|
6
|
+
label: {
|
|
7
|
+
label: string;
|
|
8
|
+
color: LabelColor;
|
|
9
|
+
};
|
|
10
|
+
items: Array<{
|
|
11
|
+
badge: ETypeBadge;
|
|
12
|
+
label: string;
|
|
13
|
+
}>;
|
|
14
|
+
price: number;
|
|
15
|
+
button: ButtonProps;
|
|
16
|
+
link: string;
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react/jsx-runtime"),c=require("react"),j=require("../../node_modules/swiper/modules/navigation.cjs.js"),u=require("../../node_modules/swiper/swiper-react.cjs.js"),p=require("../../utils/cn/cn.cjs.js"),v=require("../../utils/useSwiper/useSwiper.cjs.js"),f=require("../ProgressButton/ProgressButton.cjs.js");;/* empty css */;/* empty css */;/* empty css */const e=require("./productGallery.module.css.cjs.js"),P=[j.default],N=({slides:i,header:h,isTabbed:l=!1})=>{const{swiper:s,activeIndex:t,isEnd:n,setIsEnd:w,hideNav:S,handleSlideChange:g,handlePrevClick:a,handleNextClick:o,onSwiperInit:m,handleSwiperResize:q,handleSlideTo:d}=v.useSwiper();return c.useEffect(()=>{s==null||s.setProgress(0,300)},[s]),c.useEffect(()=>{i.length&&d(0)},[i,d]),r.jsxs("div",{className:e.default.root,children:[r.jsxs("div",{className:p.cn(e.default.topRow,{[e.default.topRowTabbed]:l}),children:[r.jsx("div",{className:e.default.headerWrapper,children:h}),r.jsx("div",{className:p.cn(e.default.swiperControlsDesktop,{[e.default.swiperControlsHidden]:S,[e.default.swiperControlsTabbed]:l}),children:r.jsx(f.ProgressButton,{left:{disabled:t<=0,onClick:a},right:{disabled:n,onClick:o}})})]}),r.jsx("div",{className:e.default.carouselArea,children:r.jsx(u.Swiper,{onSwiper:m,onResize:q,onSlideChange:g,onReachEnd:()=>w(!0),modules:P,spaceBetween:0,slidesPerView:"auto",className:e.default.swiper,children:i.map((x,C)=>r.jsx(u.SwiperSlide,{className:e.default.swiperSlide,children:x},C))})}),r.jsx("div",{className:e.default.swiperControlsMobile,children:r.jsx(f.ProgressButton,{left:{disabled:t<=0,onClick:a},right:{disabled:n,onClick:o}})})]})};exports.ProductGallery=N;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
export type TProductGalleryProps = {
|
|
4
|
+
header: ReactNode;
|
|
5
|
+
slides: ReactNode[];
|
|
6
|
+
isTabbed?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export declare const ProductGallery: ({ slides, header, isTabbed }: TProductGalleryProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as c, jsx as i } from "react/jsx-runtime";
|
|
3
|
+
import { useEffect as p } from "react";
|
|
4
|
+
import b from "../../node_modules/swiper/modules/navigation.es.js";
|
|
5
|
+
import { Swiper as k, SwiperSlide as E } from "../../node_modules/swiper/swiper-react.es.js";
|
|
6
|
+
import { cn as m } from "../../utils/cn/cn.es.js";
|
|
7
|
+
import { useSwiper as P } from "../../utils/useSwiper/useSwiper.es.js";
|
|
8
|
+
import { ProgressButton as h } from "../ProgressButton/ProgressButton.es.js";
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
/* empty css */
|
|
12
|
+
import e from "./productGallery.module.css.es.js";
|
|
13
|
+
const R = [b], G = ({ slides: o, header: w, isTabbed: s = !1 }) => {
|
|
14
|
+
const {
|
|
15
|
+
swiper: r,
|
|
16
|
+
activeIndex: l,
|
|
17
|
+
isEnd: n,
|
|
18
|
+
setIsEnd: f,
|
|
19
|
+
hideNav: S,
|
|
20
|
+
handleSlideChange: C,
|
|
21
|
+
handlePrevClick: t,
|
|
22
|
+
handleNextClick: a,
|
|
23
|
+
onSwiperInit: N,
|
|
24
|
+
handleSwiperResize: u,
|
|
25
|
+
handleSlideTo: d
|
|
26
|
+
} = P();
|
|
27
|
+
return p(() => {
|
|
28
|
+
r == null || r.setProgress(0, 300);
|
|
29
|
+
}, [r]), p(() => {
|
|
30
|
+
o.length && d(0);
|
|
31
|
+
}, [o, d]), /* @__PURE__ */ c("div", { className: e.root, children: [
|
|
32
|
+
/* @__PURE__ */ c(
|
|
33
|
+
"div",
|
|
34
|
+
{
|
|
35
|
+
className: m(e.topRow, {
|
|
36
|
+
[e.topRowTabbed]: s
|
|
37
|
+
}),
|
|
38
|
+
children: [
|
|
39
|
+
/* @__PURE__ */ i("div", { className: e.headerWrapper, children: w }),
|
|
40
|
+
/* @__PURE__ */ i(
|
|
41
|
+
"div",
|
|
42
|
+
{
|
|
43
|
+
className: m(e.swiperControlsDesktop, {
|
|
44
|
+
[e.swiperControlsHidden]: S,
|
|
45
|
+
[e.swiperControlsTabbed]: s
|
|
46
|
+
}),
|
|
47
|
+
children: /* @__PURE__ */ i(
|
|
48
|
+
h,
|
|
49
|
+
{
|
|
50
|
+
left: {
|
|
51
|
+
disabled: l <= 0,
|
|
52
|
+
onClick: t
|
|
53
|
+
},
|
|
54
|
+
right: {
|
|
55
|
+
disabled: n,
|
|
56
|
+
onClick: a
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
)
|
|
60
|
+
}
|
|
61
|
+
)
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
),
|
|
65
|
+
/* @__PURE__ */ i("div", { className: e.carouselArea, children: /* @__PURE__ */ i(
|
|
66
|
+
k,
|
|
67
|
+
{
|
|
68
|
+
onSwiper: N,
|
|
69
|
+
onResize: u,
|
|
70
|
+
onSlideChange: C,
|
|
71
|
+
onReachEnd: () => f(!0),
|
|
72
|
+
modules: R,
|
|
73
|
+
spaceBetween: 0,
|
|
74
|
+
slidesPerView: "auto",
|
|
75
|
+
className: e.swiper,
|
|
76
|
+
children: o.map((v, g) => /* @__PURE__ */ i(E, { className: e.swiperSlide, children: v }, g))
|
|
77
|
+
}
|
|
78
|
+
) }),
|
|
79
|
+
/* @__PURE__ */ i("div", { className: e.swiperControlsMobile, children: /* @__PURE__ */ i(
|
|
80
|
+
h,
|
|
81
|
+
{
|
|
82
|
+
left: {
|
|
83
|
+
disabled: l <= 0,
|
|
84
|
+
onClick: t
|
|
85
|
+
},
|
|
86
|
+
right: {
|
|
87
|
+
disabled: n,
|
|
88
|
+
onClick: a
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
) })
|
|
92
|
+
] });
|
|
93
|
+
};
|
|
94
|
+
export {
|
|
95
|
+
G as ProductGallery
|
|
96
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="productGallery-module__root___tLADj",e="productGallery-module__topRow___Ko-SW",r="productGallery-module__topRowTabbed___rmjsc",l="productGallery-module__headerWrapper___sI0NZ",s="productGallery-module__carouselArea___7c5E5",t="productGallery-module__swiper___6D4n5",p="productGallery-module__swiperControlsTabbed___ESyKj",_="productGallery-module__swiperControlsHidden___IFD8m",d="productGallery-module__swiperControlsDesktop___tpIvz",i="productGallery-module__swiperControlsMobile___rTXjU",a="productGallery-module__swiperSlide___ieRKo",n={root:o,topRow:e,topRowTabbed:r,headerWrapper:l,carouselArea:s,swiper:t,swiperControlsTabbed:p,swiperControlsHidden:_,swiperControlsDesktop:d,swiperControlsMobile:i,swiperSlide:a};exports.carouselArea=s;exports.default=n;exports.headerWrapper=l;exports.root=o;exports.swiper=t;exports.swiperControlsDesktop=d;exports.swiperControlsHidden=_;exports.swiperControlsMobile=i;exports.swiperControlsTabbed=p;exports.swiperSlide=a;exports.topRow=e;exports.topRowTabbed=r;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const o = "productGallery-module__root___tLADj", e = "productGallery-module__topRow___Ko-SW", r = "productGallery-module__topRowTabbed___rmjsc", l = "productGallery-module__headerWrapper___sI0NZ", _ = "productGallery-module__carouselArea___7c5E5", s = "productGallery-module__swiper___6D4n5", t = "productGallery-module__swiperControlsTabbed___ESyKj", p = "productGallery-module__swiperControlsHidden___IFD8m", d = "productGallery-module__swiperControlsDesktop___tpIvz", a = "productGallery-module__swiperControlsMobile___rTXjU", c = "productGallery-module__swiperSlide___ieRKo", i = {
|
|
2
|
+
root: o,
|
|
3
|
+
topRow: e,
|
|
4
|
+
topRowTabbed: r,
|
|
5
|
+
headerWrapper: l,
|
|
6
|
+
carouselArea: _,
|
|
7
|
+
swiper: s,
|
|
8
|
+
swiperControlsTabbed: t,
|
|
9
|
+
swiperControlsHidden: p,
|
|
10
|
+
swiperControlsDesktop: d,
|
|
11
|
+
swiperControlsMobile: a,
|
|
12
|
+
swiperSlide: c
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
_ as carouselArea,
|
|
16
|
+
i as default,
|
|
17
|
+
l as headerWrapper,
|
|
18
|
+
o as root,
|
|
19
|
+
s as swiper,
|
|
20
|
+
d as swiperControlsDesktop,
|
|
21
|
+
p as swiperControlsHidden,
|
|
22
|
+
a as swiperControlsMobile,
|
|
23
|
+
t as swiperControlsTabbed,
|
|
24
|
+
c as swiperSlide,
|
|
25
|
+
e as topRow,
|
|
26
|
+
r as topRowTabbed
|
|
27
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../Button/Button.cjs.js"),c=require("../Typography/Typography.cjs.js"),i=require("../../utils/cn/cn.cjs.js"),a=require("./productGalleryCard.module.css.cjs.js"),f=({name:u,price:d,image:p,link:m,buttons:r,isHoverable:n=!0})=>{const o=t=>{t.preventDefault(),t.stopPropagation()};return e.jsxs("a",{href:m,target:"_blank",rel:"noopener noreferrer",className:a.default.root,children:[e.jsxs("div",{className:a.default.productInfo,children:[e.jsx(c.Typography,{defaultVariant:"labelXl",mobileVariant:"labelLg",className:a.default.title,children:u}),e.jsx(c.Typography,{defaultVariant:"labelXl",mobileVariant:"labelLg",className:a.default.price,children:d})]}),e.jsx("img",{src:p,alt:"product image",className:a.default.productImage}),e.jsx("div",{onClick:o,className:i.cn(a.default.buttonContainerDesktop,n&&a.default.hoverableButtons),children:r.map((t,l)=>e.jsx(s.Button,{size:"sm",...t,children:t.label},l))}),e.jsx("div",{onClick:o,className:i.cn(a.default.buttonContainerMobile,n&&a.default.hoverableButtons),children:r.map((t,l)=>e.jsx(s.Button,{size:"xs",...t,children:t.label},l))})]})};exports.ProductGalleryCard=f;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TProductGalleryCardView } from './types';
|
|
2
|
+
|
|
3
|
+
type ProductGalleryCardProps = {
|
|
4
|
+
isHoverable?: boolean;
|
|
5
|
+
} & TProductGalleryCardView;
|
|
6
|
+
export declare const ProductGalleryCard: ({ name, price, image, link, buttons, isHoverable, }: ProductGalleryCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsxs as n, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { Button as s } from "../Button/Button.es.js";
|
|
3
|
+
import { Typography as c } from "../Typography/Typography.es.js";
|
|
4
|
+
import { cn as m } from "../../utils/cn/cn.es.js";
|
|
5
|
+
import e from "./productGalleryCard.module.css.es.js";
|
|
6
|
+
const k = ({
|
|
7
|
+
name: d,
|
|
8
|
+
price: p,
|
|
9
|
+
image: h,
|
|
10
|
+
link: u,
|
|
11
|
+
buttons: t,
|
|
12
|
+
isHoverable: o = !0
|
|
13
|
+
}) => {
|
|
14
|
+
const i = (r) => {
|
|
15
|
+
r.preventDefault(), r.stopPropagation();
|
|
16
|
+
};
|
|
17
|
+
return /* @__PURE__ */ n("a", { href: u, target: "_blank", rel: "noopener noreferrer", className: e.root, children: [
|
|
18
|
+
/* @__PURE__ */ n("div", { className: e.productInfo, children: [
|
|
19
|
+
/* @__PURE__ */ a(c, { defaultVariant: "labelXl", mobileVariant: "labelLg", className: e.title, children: d }),
|
|
20
|
+
/* @__PURE__ */ a(c, { defaultVariant: "labelXl", mobileVariant: "labelLg", className: e.price, children: p })
|
|
21
|
+
] }),
|
|
22
|
+
/* @__PURE__ */ a("img", { src: h, alt: "product image", className: e.productImage }),
|
|
23
|
+
/* @__PURE__ */ a(
|
|
24
|
+
"div",
|
|
25
|
+
{
|
|
26
|
+
onClick: i,
|
|
27
|
+
className: m(e.buttonContainerDesktop, o && e.hoverableButtons),
|
|
28
|
+
children: t.map((r, l) => /* @__PURE__ */ a(s, { size: "sm", ...r, children: r.label }, l))
|
|
29
|
+
}
|
|
30
|
+
),
|
|
31
|
+
/* @__PURE__ */ a(
|
|
32
|
+
"div",
|
|
33
|
+
{
|
|
34
|
+
onClick: i,
|
|
35
|
+
className: m(e.buttonContainerMobile, o && e.hoverableButtons),
|
|
36
|
+
children: t.map((r, l) => /* @__PURE__ */ a(s, { size: "xs", ...r, children: r.label }, l))
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
] });
|
|
40
|
+
};
|
|
41
|
+
export {
|
|
42
|
+
k as ProductGalleryCard
|
|
43
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="productGalleryCard-module__root___oGJjs",t="productGalleryCard-module__productInfo___IZeoL",e="productGalleryCard-module__title___dnRaF",r="productGalleryCard-module__price___dNy0O",l="productGalleryCard-module__buttonContainerDesktop___A9g0U",n="productGalleryCard-module__hoverableButtons___9AE80",u="productGalleryCard-module__buttonContainerMobile___molmH",_="productGalleryCard-module__productImage___uSNso",d={root:o,productInfo:t,title:e,price:r,buttonContainerDesktop:l,hoverableButtons:n,buttonContainerMobile:u,productImage:_};exports.buttonContainerDesktop=l;exports.buttonContainerMobile=u;exports.default=d;exports.hoverableButtons=n;exports.price=r;exports.productImage=_;exports.productInfo=t;exports.root=o;exports.title=e;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "productGalleryCard-module__root___oGJjs", t = "productGalleryCard-module__productInfo___IZeoL", e = "productGalleryCard-module__title___dnRaF", r = "productGalleryCard-module__price___dNy0O", _ = "productGalleryCard-module__buttonContainerDesktop___A9g0U", l = "productGalleryCard-module__hoverableButtons___9AE80", n = "productGalleryCard-module__buttonContainerMobile___molmH", d = "productGalleryCard-module__productImage___uSNso", u = {
|
|
2
|
+
root: o,
|
|
3
|
+
productInfo: t,
|
|
4
|
+
title: e,
|
|
5
|
+
price: r,
|
|
6
|
+
buttonContainerDesktop: _,
|
|
7
|
+
hoverableButtons: l,
|
|
8
|
+
buttonContainerMobile: n,
|
|
9
|
+
productImage: d
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
_ as buttonContainerDesktop,
|
|
13
|
+
n as buttonContainerMobile,
|
|
14
|
+
u as default,
|
|
15
|
+
l as hoverableButtons,
|
|
16
|
+
r as price,
|
|
17
|
+
d as productImage,
|
|
18
|
+
t as productInfo,
|
|
19
|
+
o as root,
|
|
20
|
+
e as title
|
|
21
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),c=require("../../utils/cn/cn.cjs.js"),n=require("../Button/Button.cjs.js"),h=require("../Label/Label.cjs.js"),y=require("../TypeBadge/TypeBadge.cjs.js"),t=require("../Typography/Typography.cjs.js"),a=require("./productListing.module.css.cjs.js"),g=({name:d,description:o,image:u,price:p,buttons:i,features:m,label:r})=>e.jsxs("section",{className:a.default.root,children:[e.jsxs("div",{className:a.default.imageWrapper,children:[e.jsx("img",{src:u,alt:d,className:a.default.image}),r&&e.jsx(h.Label,{color:"black",size:"sm",className:a.default.label,children:r})]}),e.jsxs("div",{className:a.default.content,children:[e.jsxs("div",{className:a.default.header,children:[e.jsx(t.Typography,{as:"h3",defaultVariant:"headingXl",mobileVariant:"headingMd",children:d}),e.jsx(t.Typography,{as:"p",defaultVariant:"bodySm",children:o})]}),e.jsx("div",{className:a.default.features,children:m.map((s,l)=>e.jsxs("div",{className:a.default.feature,children:[e.jsx(y.TypeBadge,{type:s.type},l),e.jsx(t.Typography,{as:"span",defaultVariant:"bodyMd",className:a.default.featureLabel,children:s.label})]},`${s.label}-${l}`))}),e.jsx("div",{className:a.default.divider}),e.jsx(t.Typography,{defaultVariant:"bodyLg",mobileVariant:"bodyMd",emphasis:!0,children:p}),e.jsx("div",{className:c.cn(a.default.actions,a.default.desktop),children:i.map((s,l)=>e.jsx(n.Button,{...s,size:"lg",children:s.label},l))}),e.jsx("div",{className:c.cn(a.default.actions,a.default.mobile),children:i.map((s,l)=>e.jsx(n.Button,{...s,size:"md",children:s.label},l))})]})]});exports.ProductListing=g;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ButtonProps } from '../Button';
|
|
2
|
+
import { ETypeBadge } from '../TypeBadge';
|
|
3
|
+
|
|
4
|
+
type ProductListingProps = {
|
|
5
|
+
name: string;
|
|
6
|
+
description: string;
|
|
7
|
+
image: string;
|
|
8
|
+
price: string;
|
|
9
|
+
features: Array<{
|
|
10
|
+
label: string;
|
|
11
|
+
type: ETypeBadge;
|
|
12
|
+
}>;
|
|
13
|
+
buttons: Array<{
|
|
14
|
+
label: string;
|
|
15
|
+
} & ButtonProps>;
|
|
16
|
+
label?: string;
|
|
17
|
+
};
|
|
18
|
+
export declare const ProductListing: ({ name, description, image, price, buttons, features, label }: ProductListingProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { cn as o } from "../../utils/cn/cn.es.js";
|
|
3
|
+
import { Button as t } from "../Button/Button.es.js";
|
|
4
|
+
import { Label as N } from "../Label/Label.es.js";
|
|
5
|
+
import { TypeBadge as b } from "../TypeBadge/TypeBadge.es.js";
|
|
6
|
+
import { Typography as s } from "../Typography/Typography.es.js";
|
|
7
|
+
import a from "./productListing.module.css.es.js";
|
|
8
|
+
const M = ({ name: d, description: n, image: p, price: h, buttons: m, features: f, label: c }) => /* @__PURE__ */ r("section", { className: a.root, children: [
|
|
9
|
+
/* @__PURE__ */ r("div", { className: a.imageWrapper, children: [
|
|
10
|
+
/* @__PURE__ */ e("img", { src: p, alt: d, className: a.image }),
|
|
11
|
+
c && /* @__PURE__ */ e(N, { color: "black", size: "sm", className: a.label, children: c })
|
|
12
|
+
] }),
|
|
13
|
+
/* @__PURE__ */ r("div", { className: a.content, children: [
|
|
14
|
+
/* @__PURE__ */ r("div", { className: a.header, children: [
|
|
15
|
+
/* @__PURE__ */ e(s, { as: "h3", defaultVariant: "headingXl", mobileVariant: "headingMd", children: d }),
|
|
16
|
+
/* @__PURE__ */ e(s, { as: "p", defaultVariant: "bodySm", children: n })
|
|
17
|
+
] }),
|
|
18
|
+
/* @__PURE__ */ e("div", { className: a.features, children: f.map((i, l) => /* @__PURE__ */ r("div", { className: a.feature, children: [
|
|
19
|
+
/* @__PURE__ */ e(b, { type: i.type }, l),
|
|
20
|
+
/* @__PURE__ */ e(s, { as: "span", defaultVariant: "bodyMd", className: a.featureLabel, children: i.label })
|
|
21
|
+
] }, `${i.label}-${l}`)) }),
|
|
22
|
+
/* @__PURE__ */ e("div", { className: a.divider }),
|
|
23
|
+
/* @__PURE__ */ e(s, { defaultVariant: "bodyLg", mobileVariant: "bodyMd", emphasis: !0, children: h }),
|
|
24
|
+
/* @__PURE__ */ e("div", { className: o(a.actions, a.desktop), children: m.map((i, l) => /* @__PURE__ */ e(t, { ...i, size: "lg", children: i.label }, l)) }),
|
|
25
|
+
/* @__PURE__ */ e("div", { className: o(a.actions, a.mobile), children: m.map((i, l) => /* @__PURE__ */ e(t, { ...i, size: "md", children: i.label }, l)) })
|
|
26
|
+
] })
|
|
27
|
+
] });
|
|
28
|
+
export {
|
|
29
|
+
M as ProductListing
|
|
30
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ProductListing } from './ProductListing';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="productListing-module__root___wKekh",t="productListing-module__imageWrapper___1Ng1A",o="productListing-module__label___RmnsZ",_="productListing-module__image___c7PjO",i="productListing-module__content___8mUJb",r="productListing-module__header___0p-91",d="productListing-module__features___65QFU",s="productListing-module__feature___qDenI",n="productListing-module__divider___JqTo6",u="productListing-module__actions___Hvth9",a="productListing-module__mobile___q5MBB",c="productListing-module__desktop___tRyUV",l={root:e,imageWrapper:t,label:o,image:_,content:i,header:r,features:d,feature:s,divider:n,actions:u,mobile:a,desktop:c};exports.actions=u;exports.content=i;exports.default=l;exports.desktop=c;exports.divider=n;exports.feature=s;exports.features=d;exports.header=r;exports.image=_;exports.imageWrapper=t;exports.label=o;exports.mobile=a;exports.root=e;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const t = "productListing-module__root___wKekh", _ = "productListing-module__imageWrapper___1Ng1A", e = "productListing-module__label___RmnsZ", o = "productListing-module__image___c7PjO", i = "productListing-module__content___8mUJb", s = "productListing-module__header___0p-91", d = "productListing-module__features___65QFU", n = "productListing-module__feature___qDenI", r = "productListing-module__divider___JqTo6", c = "productListing-module__actions___Hvth9", u = "productListing-module__mobile___q5MBB", a = "productListing-module__desktop___tRyUV", l = {
|
|
2
|
+
root: t,
|
|
3
|
+
imageWrapper: _,
|
|
4
|
+
label: e,
|
|
5
|
+
image: o,
|
|
6
|
+
content: i,
|
|
7
|
+
header: s,
|
|
8
|
+
features: d,
|
|
9
|
+
feature: n,
|
|
10
|
+
divider: r,
|
|
11
|
+
actions: c,
|
|
12
|
+
mobile: u,
|
|
13
|
+
desktop: a
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
c as actions,
|
|
17
|
+
i as content,
|
|
18
|
+
l as default,
|
|
19
|
+
a as desktop,
|
|
20
|
+
r as divider,
|
|
21
|
+
n as feature,
|
|
22
|
+
d as features,
|
|
23
|
+
s as header,
|
|
24
|
+
o as image,
|
|
25
|
+
_ as imageWrapper,
|
|
26
|
+
e as label,
|
|
27
|
+
u as mobile,
|
|
28
|
+
t as root
|
|
29
|
+
};
|