@zenpatient-org/healthspan-marketing-ui 0.1.22 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -1
- package/dist/components/Accordion/Accordion.cjs.js +1 -0
- package/dist/components/Accordion/Accordion.d.ts +8 -0
- package/dist/components/Accordion/Accordion.es.js +27 -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 +3 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.es.js +31 -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 +2 -0
- package/dist/components/Accordion/components/AccordionItem/types.d.ts +9 -0
- package/dist/components/Accordion/components/index.d.ts +1 -0
- package/dist/components/Accordion/index.d.ts +1 -0
- package/dist/components/Accordion/types.d.ts +6 -0
- package/dist/components/Button/Button.es.js +24 -6
- 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 +135 -0
- package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.cjs.js +1 -0
- package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.es.js +19 -0
- package/dist/components/ComplexImageCarousel/index.d.ts +2 -0
- package/dist/components/ComplexImageCarousel/types.d.ts +10 -0
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.cjs.js +1 -1
- package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.es.js +17 -15
- package/dist/components/FilterMenu/FilterMenu.d.ts +1 -1
- package/dist/components/FilterMenu/FilterMenu.es.js +17 -2
- package/dist/components/Icon/constants.cjs.js +1 -1
- package/dist/components/Icon/constants.d.ts +3 -0
- package/dist/components/Icon/constants.es.js +4 -1
- package/dist/components/Icon/iconsMap.cjs.js +1 -1
- package/dist/components/Icon/iconsMap.es.js +104 -98
- 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 +16 -0
- package/dist/components/IconBracket/iconBracket.module.css.cjs.js +1 -0
- package/dist/components/IconBracket/iconBracket.module.css.es.js +9 -0
- package/dist/components/IconBracket/index.d.ts +1 -0
- package/dist/components/IconBracket/types.d.ts +8 -0
- package/dist/components/InfiniteScroll/InfiniteScroll.es.js +9 -1
- package/dist/components/Label/Label.es.js +9 -1
- 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 +10 -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/ProductGalleryCard/ProductGalleryCard.d.ts +1 -1
- package/dist/components/ProductGalleryCard/ProductGalleryCard.es.js +24 -3
- package/dist/components/ProgressButton/ProgressButton.cjs.js +1 -1
- package/dist/components/ProgressButton/ProgressButton.d.ts +2 -1
- package/dist/components/ProgressButton/ProgressButton.es.js +24 -12
- package/dist/components/RatingStars/RatingStars.cjs.js +1 -0
- package/dist/components/RatingStars/RatingStars.d.ts +6 -0
- package/dist/components/RatingStars/RatingStars.es.js +18 -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 +13 -0
- package/dist/components/StepsCarousel/StepsCarousel.es.js +47 -13
- package/dist/components/StudyGridCard/StudyGridCard.es.js +36 -6
- package/dist/components/Tabs/TabsWithFade.es.js +10 -1
- package/dist/components/Typography/Typography.es.js +8 -1
- package/dist/healthspan-marketing-ui.css +1 -1
- 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/play.svg.cjs.js +1 -0
- package/dist/icons/action/play.svg.es.js +5 -0
- package/dist/modules/Benefits/Benefits.es.js +3 -26
- package/dist/modules/Benefits/components/BenefitItem/BenefitItem.es.js +3 -27
- package/dist/modules/Benefits/components/BenefitTag/BenefitTag.es.js +1 -10
- 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 +13 -0
- package/dist/modules/Compare/index.d.ts +1 -0
- package/dist/modules/Compare/types.d.ts +9 -0
- package/dist/modules/Comparison/Comparison.es.js +20 -5
- package/dist/modules/FAQ/FAQ.cjs.js +1 -0
- package/dist/modules/FAQ/FAQ.d.ts +3 -0
- package/dist/modules/FAQ/FAQ.es.js +17 -0
- package/dist/modules/FAQ/faq.module.css.cjs.js +1 -0
- package/dist/modules/FAQ/faq.module.css.es.js +17 -0
- package/dist/modules/FAQ/index.d.ts +1 -0
- package/dist/modules/FAQ/types.d.ts +10 -0
- package/dist/modules/FeaturedIn/FeaturedIn.es.js +14 -5
- package/dist/modules/FeaturesGallery/FeaturesGallery.es.js +9 -1
- package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.es.js +32 -17
- package/dist/modules/FollowTheScience/FollowTheScience.es.js +21 -2
- 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 +21 -0
- package/dist/modules/ImageWithText/index.d.ts +1 -0
- package/dist/modules/ImageWithText/types.d.ts +9 -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 -1
- package/dist/modules/OptimalHealth/OptimalHealth.es.js +24 -7
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.cjs.js +1 -1
- package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.es.js +53 -31
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.cjs.js +1 -1
- package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.es.js +25 -5
- package/dist/modules/OptimalHealth/optimalHealth.module.css.cjs.js +1 -1
- package/dist/modules/OptimalHealth/optimalHealth.module.css.es.js +17 -15
- package/dist/modules/OurProcess/OurProcess.cjs.js +1 -1
- package/dist/modules/OurProcess/OurProcess.d.ts +3 -2
- package/dist/modules/OurProcess/OurProcess.es.js +17 -8
- package/dist/modules/PairedProducts/PairedProducts.cjs.js +1 -1
- package/dist/modules/PairedProducts/PairedProducts.d.ts +2 -2
- package/dist/modules/PairedProducts/PairedProducts.es.js +1 -1
- 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 +102 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +1 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +29 -0
- package/dist/modules/SlidingTabsGallery/index.d.ts +1 -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 +88 -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 +31 -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 +11 -0
- package/dist/modules/Testimonial/components/VideoCard/VideoCard.es.js +62 -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 +25 -0
- package/dist/modules/Testimonial/types.d.ts +26 -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 +90 -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 +25 -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 -1
- package/dist/modules/TypesOfTests/TypesOfTests.es.js +86 -47
- package/dist/modules/TypesOfTests/types.d.ts +4 -0
- package/dist/modules/TypesOfTests/typesOfTests.module.css.cjs.js +1 -1
- package/dist/modules/TypesOfTests/typesOfTests.module.css.es.js +14 -12
- package/dist/modules/YourProtocol/YourProtocol.es.js +19 -2
- package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.es.js +18 -5
- 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/pageComponents/Gradient/Gradient.d.ts +5 -0
- package/dist/pageComponents/Gradient/index.d.ts +1 -0
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.d.ts +1 -0
- package/dist/pageComponents/StillHaveQuestions/index.d.ts +1 -0
- package/package.json +95 -4
- package/dist/modules/OptimalHealth/components/ClockImages/hooks.cjs.js +0 -1
- package/dist/modules/OptimalHealth/components/ClockImages/hooks.es.js +0 -13
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react");function o(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const c=o(l),a=e=>c.createElement("svg",{width:6,height:17,viewBox:"0 0 6 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},c.createElement("path",{d:"M3.33355 0.524902H5.46755C4.01555 2.8789 3.22355 5.5189 3.22355 8.4669C3.22355 11.4369 4.01555 14.0989 5.46755 16.4749H3.33355C2.14555 14.5609 0.935547 11.8769 0.935547 8.4669C0.935547 5.0569 2.14555 2.4389 3.33355 0.524902Z",fill:"black"}));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const a = (t) => /* @__PURE__ */ e.createElement("svg", { width: 6, height: 17, viewBox: "0 0 6 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M3.33355 0.524902H5.46755C4.01555 2.8789 3.22355 5.5189 3.22355 8.4669C3.22355 11.4369 4.01555 14.0989 5.46755 16.4749H3.33355C2.14555 14.5609 0.935547 11.8769 0.935547 8.4669C0.935547 5.0569 2.14555 2.4389 3.33355 0.524902Z", fill: "black" }));
|
|
3
|
+
export {
|
|
4
|
+
a as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react");function o(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const c=o(l),a=e=>c.createElement("svg",{width:5,height:17,viewBox:"0 0 5 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},c.createElement("path",{d:"M2.60178 16.4749H0.467773C1.91977 14.0989 2.68977 11.4369 2.68977 8.4669C2.68977 5.5189 1.91977 2.8789 0.467773 0.524902H2.60178C3.78978 2.4389 4.99977 5.0569 4.99977 8.4669C4.99977 11.8769 3.78978 14.5609 2.60178 16.4749Z",fill:"black"}));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const a = (e) => /* @__PURE__ */ t.createElement("svg", { width: 5, height: 17, viewBox: "0 0 5 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("path", { d: "M2.60178 16.4749H0.467773C1.91977 14.0989 2.68977 11.4369 2.68977 8.4669C2.68977 5.5189 1.91977 2.8789 0.467773 0.524902H2.60178C3.78978 2.4389 4.99977 5.0569 4.99977 8.4669C4.99977 11.8769 3.78978 14.5609 2.60178 16.4749Z", fill: "black" }));
|
|
3
|
+
export {
|
|
4
|
+
a as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react");function c(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const o=c(l),a=e=>o.createElement("svg",{width:24,height:28,viewBox:"0 0 24 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},o.createElement("path",{d:"M24 14L-1.30507e-06 27.8564L-9.36995e-08 0.143593L24 14Z",fill:"currentColor"}));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 28, viewBox: "0 0 24 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M24 14L-1.30507e-06 27.8564L-9.36995e-08 0.143593L24 14Z", fill: "currentColor" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
@@ -6,36 +6,13 @@ import { Typography as h } from "../../components/Typography/Typography.es.js";
|
|
|
6
6
|
import e from "./benefits.module.css.es.js";
|
|
7
7
|
const y = ({ label: l, title: m, image: s, benefits: o, tags: d }) => /* @__PURE__ */ r("div", { className: e.root, children: [
|
|
8
8
|
/* @__PURE__ */ r("div", { className: e.header, children: [
|
|
9
|
-
/* @__PURE__ */ a(
|
|
10
|
-
|
|
11
|
-
{
|
|
12
|
-
defaultVariant: "labelMd",
|
|
13
|
-
mobileVariant: "labelSm",
|
|
14
|
-
emphasis: !0,
|
|
15
|
-
className: e.label,
|
|
16
|
-
children: l
|
|
17
|
-
}
|
|
18
|
-
),
|
|
19
|
-
/* @__PURE__ */ a(
|
|
20
|
-
c,
|
|
21
|
-
{
|
|
22
|
-
title: m,
|
|
23
|
-
defaultVariant: "displayMd",
|
|
24
|
-
mobileVariant: "headingLg"
|
|
25
|
-
}
|
|
26
|
-
)
|
|
9
|
+
/* @__PURE__ */ a(h, { defaultVariant: "labelMd", mobileVariant: "labelSm", emphasis: !0, className: e.label, children: l }),
|
|
10
|
+
/* @__PURE__ */ a(c, { title: m, defaultVariant: "displayMd", mobileVariant: "headingLg" })
|
|
27
11
|
] }),
|
|
28
12
|
/* @__PURE__ */ r("div", { className: e.content, children: [
|
|
29
13
|
/* @__PURE__ */ r("div", { className: e.imageWrapper, children: [
|
|
30
14
|
/* @__PURE__ */ a("img", { src: s, alt: "image", className: e.image }),
|
|
31
|
-
d.map((t, i) => /* @__PURE__ */ a(
|
|
32
|
-
n,
|
|
33
|
-
{
|
|
34
|
-
text: t,
|
|
35
|
-
className: e[`tag${i + 1}`]
|
|
36
|
-
},
|
|
37
|
-
i
|
|
38
|
-
))
|
|
15
|
+
d.map((t, i) => /* @__PURE__ */ a(n, { text: t, className: e[`tag${i + 1}`] }, i))
|
|
39
16
|
] }),
|
|
40
17
|
/* @__PURE__ */ a("div", { className: e.benefits, children: o.map((t, i) => /* @__PURE__ */ a(
|
|
41
18
|
p,
|
|
@@ -2,34 +2,10 @@ import { jsxs as t, jsx as a } from "react/jsx-runtime";
|
|
|
2
2
|
import { Typography as i } from "../../../../components/Typography/Typography.es.js";
|
|
3
3
|
import e from "./benefitItem.module.css.es.js";
|
|
4
4
|
const o = ({ index: l, title: n, description: r }) => /* @__PURE__ */ t("div", { className: e.benefit, children: [
|
|
5
|
-
/* @__PURE__ */ a(
|
|
6
|
-
i,
|
|
7
|
-
{
|
|
8
|
-
defaultVariant: "labelXl",
|
|
9
|
-
emphasis: !0,
|
|
10
|
-
className: e.benefitIndex,
|
|
11
|
-
children: `(0${l})`
|
|
12
|
-
}
|
|
13
|
-
),
|
|
5
|
+
/* @__PURE__ */ a(i, { defaultVariant: "labelXl", emphasis: !0, className: e.benefitIndex, children: `(0${l})` }),
|
|
14
6
|
/* @__PURE__ */ t("div", { className: e.benefitDetails, children: [
|
|
15
|
-
/* @__PURE__ */ a(
|
|
16
|
-
|
|
17
|
-
{
|
|
18
|
-
defaultVariant: "headingLg",
|
|
19
|
-
mobileVariant: "headingXs",
|
|
20
|
-
className: e.benefitTitle,
|
|
21
|
-
children: n
|
|
22
|
-
}
|
|
23
|
-
),
|
|
24
|
-
/* @__PURE__ */ a(
|
|
25
|
-
i,
|
|
26
|
-
{
|
|
27
|
-
defaultVariant: "bodyMd",
|
|
28
|
-
mobileVariant: "bodySm",
|
|
29
|
-
className: e.benefitDesc,
|
|
30
|
-
children: r
|
|
31
|
-
}
|
|
32
|
-
)
|
|
7
|
+
/* @__PURE__ */ a(i, { defaultVariant: "headingLg", mobileVariant: "headingXs", className: e.benefitTitle, children: n }),
|
|
8
|
+
/* @__PURE__ */ a(i, { defaultVariant: "bodyMd", mobileVariant: "bodySm", className: e.benefitDesc, children: r })
|
|
33
9
|
] })
|
|
34
10
|
] });
|
|
35
11
|
export {
|
|
@@ -2,16 +2,7 @@ import { jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import e from "./benefitTag.module.css.es.js";
|
|
3
3
|
import { Typography as o } from "../../../../components/Typography/Typography.es.js";
|
|
4
4
|
import { cn as i } from "../../../../utils/cn/cn.es.js";
|
|
5
|
-
const p = ({ text: a, className: t }) => /* @__PURE__ */ r("div", { className: i(e.root, t), children: /* @__PURE__ */ r(
|
|
6
|
-
o,
|
|
7
|
-
{
|
|
8
|
-
emphasis: !0,
|
|
9
|
-
defaultVariant: "labelLg",
|
|
10
|
-
mobileVariant: "labelSm",
|
|
11
|
-
className: e.benefitTag,
|
|
12
|
-
children: a
|
|
13
|
-
}
|
|
14
|
-
) });
|
|
5
|
+
const p = ({ text: a, className: t }) => /* @__PURE__ */ r("div", { className: i(e.root, t), children: /* @__PURE__ */ r(o, { emphasis: !0, defaultVariant: "labelLg", mobileVariant: "labelSm", className: e.benefitTag, children: a }) });
|
|
15
6
|
export {
|
|
16
7
|
p as BenefitTag
|
|
17
8
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("./compare.module.css.cjs.js"),n=require("../../components/Typography/Typography.cjs.js"),o=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),t=require("../../components/Pricing/Pricing.cjs.js"),c=({label:r,title:a,leftElement:s,rightElement:l})=>e.jsxs("div",{className:i.default.root,children:[e.jsxs("div",{className:i.default.header,children:[r&&e.jsx(n.Typography,{defaultVariant:"labelMd",mobileVariant:"labelSm",emphasis:!0,children:r}),e.jsx(o.HighlightedTitle,{title:a,defaultVariant:"displayMd",mobileVariant:"headingXl",className:i.default.title})]}),e.jsxs("div",{className:i.default.container,children:[e.jsx(t.Pricing,{...s}),e.jsx(t.Pricing,{...l})]})]});exports.Compare=c;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs as a, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import r from "./compare.module.css.es.js";
|
|
3
|
+
import { Typography as s } from "../../components/Typography/Typography.es.js";
|
|
4
|
+
import { HighlightedTitle as d } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
5
|
+
import { Pricing as t } from "../../components/Pricing/Pricing.es.js";
|
|
6
|
+
const g = ({ label: e, title: l, leftElement: m, rightElement: o }) => /* @__PURE__ */ a("div", { className: r.root, children: [
|
|
7
|
+
/* @__PURE__ */ a("div", { className: r.header, children: [
|
|
8
|
+
e && /* @__PURE__ */ i(s, { defaultVariant: "labelMd", mobileVariant: "labelSm", emphasis: !0, children: e }),
|
|
9
|
+
/* @__PURE__ */ i(
|
|
10
|
+
d,
|
|
11
|
+
{
|
|
12
|
+
title: l,
|
|
13
|
+
defaultVariant: "displayMd",
|
|
14
|
+
mobileVariant: "headingXl",
|
|
15
|
+
className: r.title
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
] }),
|
|
19
|
+
/* @__PURE__ */ a("div", { className: r.container, children: [
|
|
20
|
+
/* @__PURE__ */ i(t, { ...m }),
|
|
21
|
+
/* @__PURE__ */ i(t, { ...o })
|
|
22
|
+
] })
|
|
23
|
+
] });
|
|
24
|
+
export {
|
|
25
|
+
g as Compare
|
|
26
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="compare-module__root___Ct29o",o="compare-module__header___m6VVT",t="compare-module__title___xfjEi",_="compare-module__container___MJHy4",r={root:e,header:o,title:t,container:_};exports.container=_;exports.default=r;exports.header=o;exports.root=e;exports.title=t;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const o = "compare-module__root___Ct29o", e = "compare-module__header___m6VVT", t = "compare-module__title___xfjEi", _ = "compare-module__container___MJHy4", r = {
|
|
2
|
+
root: o,
|
|
3
|
+
header: e,
|
|
4
|
+
title: t,
|
|
5
|
+
container: _
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
_ as container,
|
|
9
|
+
r as default,
|
|
10
|
+
e as header,
|
|
11
|
+
o as root,
|
|
12
|
+
t as title
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Compare } from './Compare';
|
|
@@ -45,10 +45,17 @@ const T = ({ title: p, description: o, comparison: r }) => /* @__PURE__ */ s("di
|
|
|
45
45
|
l
|
|
46
46
|
)),
|
|
47
47
|
r.rows.map((l, n) => /* @__PURE__ */ s(g, { children: [
|
|
48
|
-
/* @__PURE__ */ a(
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
/* @__PURE__ */ a(
|
|
49
|
+
"div",
|
|
50
|
+
{
|
|
51
|
+
className: t(e.cell, e.cellFeature, e.stickyCell),
|
|
52
|
+
children: /* @__PURE__ */ s("div", { className: e.featureContent, children: [
|
|
53
|
+
/* @__PURE__ */ a(m, { defaultVariant: "bodyXl", weight: "medium", children: l.feature }),
|
|
54
|
+
l.description && /* @__PURE__ */ a(m, { defaultVariant: "bodyXl", className: e.featureDescription, children: l.description })
|
|
55
|
+
] })
|
|
56
|
+
},
|
|
57
|
+
`feature-${n}`
|
|
58
|
+
),
|
|
52
59
|
r.headers.map((v, d) => {
|
|
53
60
|
const i = l.values[d];
|
|
54
61
|
return /* @__PURE__ */ s(
|
|
@@ -66,7 +73,15 @@ const T = ({ title: p, description: o, comparison: r }) => /* @__PURE__ */ s("di
|
|
|
66
73
|
children: /* @__PURE__ */ a(u, { name: i.value ? c.CHECK : c.CLOSE })
|
|
67
74
|
}
|
|
68
75
|
),
|
|
69
|
-
(i == null ? void 0 : i.type) === "string" && /* @__PURE__ */ a(
|
|
76
|
+
(i == null ? void 0 : i.type) === "string" && /* @__PURE__ */ a(
|
|
77
|
+
m,
|
|
78
|
+
{
|
|
79
|
+
defaultVariant: "bodyXl",
|
|
80
|
+
weight: "medium",
|
|
81
|
+
className: e.stringValue,
|
|
82
|
+
children: i.value
|
|
83
|
+
}
|
|
84
|
+
)
|
|
70
85
|
]
|
|
71
86
|
},
|
|
72
87
|
`value-${n}-${d}`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("./faq.module.css.cjs.js"),l=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),s=require("../../components/Button/Button.cjs.js"),r=require("../../components/Accordion/Accordion.cjs.js"),n=({title:a,questions:i})=>e.jsxs("div",{className:t.default.root,children:[e.jsxs("div",{className:t.default.header,children:[e.jsx(l.HighlightedTitle,{title:a,defaultVariant:"displayMd",mobileVariant:"headingXl"}),e.jsx("div",{className:t.default.buttonWrapperDesktop,children:e.jsx(s.Button,{variant:"muted",size:"lg",as:"a",href:"/faq",children:"VIEW ALL FAQ"})}),e.jsx("div",{className:t.default.buttonWrapperMobile,children:e.jsx(s.Button,{variant:"muted",size:"sm",as:"a",href:"/faq",children:"VIEW ALL FAQ"})})]}),e.jsx("div",{className:t.default.contentDesktop,children:e.jsx(r.Accordion,{items:i,mode:"multiple"})}),e.jsx("div",{className:t.default.contentMobile,children:e.jsx(r.Accordion,{items:i,mode:"multiple"})})]});exports.FAQ=n;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import i from "./faq.module.css.es.js";
|
|
3
|
+
import { HighlightedTitle as m } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
4
|
+
import { Button as a } from "../../components/Button/Button.es.js";
|
|
5
|
+
import { Accordion as l } from "../../components/Accordion/Accordion.es.js";
|
|
6
|
+
const h = ({ title: o, questions: r }) => /* @__PURE__ */ t("div", { className: i.root, children: [
|
|
7
|
+
/* @__PURE__ */ t("div", { className: i.header, children: [
|
|
8
|
+
/* @__PURE__ */ e(m, { title: o, defaultVariant: "displayMd", mobileVariant: "headingXl" }),
|
|
9
|
+
/* @__PURE__ */ e("div", { className: i.buttonWrapperDesktop, children: /* @__PURE__ */ e(a, { variant: "muted", size: "lg", as: "a", href: "/faq", children: "VIEW ALL FAQ" }) }),
|
|
10
|
+
/* @__PURE__ */ e("div", { className: i.buttonWrapperMobile, children: /* @__PURE__ */ e(a, { variant: "muted", size: "sm", as: "a", href: "/faq", children: "VIEW ALL FAQ" }) })
|
|
11
|
+
] }),
|
|
12
|
+
/* @__PURE__ */ e("div", { className: i.contentDesktop, children: /* @__PURE__ */ e(l, { items: r, mode: "multiple" }) }),
|
|
13
|
+
/* @__PURE__ */ e("div", { className: i.contentMobile, children: /* @__PURE__ */ e(l, { items: r, mode: "multiple" }) })
|
|
14
|
+
] });
|
|
15
|
+
export {
|
|
16
|
+
h as FAQ
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="faq-module__root___Ywlru",o="faq-module__header___3ZkST",t="faq-module__buttonWrapperDesktop___fHoTf",n="faq-module__buttonWrapperMobile___PRPQR",_="faq-module__contentDesktop___7Lor2",r="faq-module__contentMobile___4T04V",p={root:e,header:o,buttonWrapperDesktop:t,buttonWrapperMobile:n,contentDesktop:_,contentMobile:r};exports.buttonWrapperDesktop=t;exports.buttonWrapperMobile=n;exports.contentDesktop=_;exports.contentMobile=r;exports.default=p;exports.header=o;exports.root=e;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const o = "faq-module__root___Ywlru", t = "faq-module__header___3ZkST", e = "faq-module__buttonWrapperDesktop___fHoTf", _ = "faq-module__buttonWrapperMobile___PRPQR", n = "faq-module__contentDesktop___7Lor2", r = "faq-module__contentMobile___4T04V", p = {
|
|
2
|
+
root: o,
|
|
3
|
+
header: t,
|
|
4
|
+
buttonWrapperDesktop: e,
|
|
5
|
+
buttonWrapperMobile: _,
|
|
6
|
+
contentDesktop: n,
|
|
7
|
+
contentMobile: r
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
e as buttonWrapperDesktop,
|
|
11
|
+
_ as buttonWrapperMobile,
|
|
12
|
+
n as contentDesktop,
|
|
13
|
+
r as contentMobile,
|
|
14
|
+
p as default,
|
|
15
|
+
t as header,
|
|
16
|
+
o as root
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { FAQ } from './FAQ';
|
|
@@ -18,11 +18,20 @@ function c({ media: r }) {
|
|
|
18
18
|
)) });
|
|
19
19
|
}
|
|
20
20
|
function u({ quote: r }) {
|
|
21
|
-
return /* @__PURE__ */ a("div", { className: e.quoteFeaturedInBlock, children: /* @__PURE__ */ l(
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
return /* @__PURE__ */ a("div", { className: e.quoteFeaturedInBlock, children: /* @__PURE__ */ l(
|
|
22
|
+
i,
|
|
23
|
+
{
|
|
24
|
+
as: "p",
|
|
25
|
+
defaultVariant: "headingSm",
|
|
26
|
+
mobileVariant: "headingXxs",
|
|
27
|
+
className: e.quoteFeaturedInText,
|
|
28
|
+
children: [
|
|
29
|
+
"“",
|
|
30
|
+
r,
|
|
31
|
+
"”"
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
) });
|
|
26
35
|
}
|
|
27
36
|
function p({ button_label: r }) {
|
|
28
37
|
return /* @__PURE__ */ a("a", { href: "https://app.gethealthspan.com", className: e.ctaFeaturedIn, children: /* @__PURE__ */ a("p", { className: e.ctaFeaturedInText, children: r }) });
|
|
@@ -7,7 +7,15 @@ import a from "./featuresGallery.module.css.es.js";
|
|
|
7
7
|
const p = ({ label: t, url: l }) => /* @__PURE__ */ e("a", { href: l, className: a.label, children: /* @__PURE__ */ e(o, { defaultVariant: "labelMd", emphasis: !0, mobileVariant: "labelSm", weight: "regular", children: t }) }), v = ({ title: t, description: l, features: s, labels: d }) => /* @__PURE__ */ i("section", { className: a.root, children: [
|
|
8
8
|
/* @__PURE__ */ i("div", { className: a.container, children: [
|
|
9
9
|
/* @__PURE__ */ i("div", { className: a.header, children: [
|
|
10
|
-
/* @__PURE__ */ e(
|
|
10
|
+
/* @__PURE__ */ e(
|
|
11
|
+
c,
|
|
12
|
+
{
|
|
13
|
+
title: t,
|
|
14
|
+
className: a.title,
|
|
15
|
+
defaultVariant: "displayMd",
|
|
16
|
+
mobileVariant: "headingXl"
|
|
17
|
+
}
|
|
18
|
+
),
|
|
11
19
|
l && /* @__PURE__ */ e(o, { as: "p", defaultVariant: "bodyLg", mobileVariant: "bodySm", children: l })
|
|
12
20
|
] }),
|
|
13
21
|
/* @__PURE__ */ i("div", { className: a.features, children: [
|
|
@@ -7,23 +7,38 @@ import a from "./FeatureGrid.module.css.es.js";
|
|
|
7
7
|
const s = {
|
|
8
8
|
primary: { default: "headingXl", mobile: "headingXs" },
|
|
9
9
|
secondary: { default: "headingSm", mobile: "headingXxs" }
|
|
10
|
-
}, R = ({ feature: m, className: n, index: t, type: i }) => /* @__PURE__ */ r(
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
10
|
+
}, R = ({ feature: m, className: n, index: t, type: i }) => /* @__PURE__ */ r(
|
|
11
|
+
"a",
|
|
12
|
+
{
|
|
13
|
+
className: c(a.root, a[i], n),
|
|
14
|
+
style: { backgroundImage: `url("${m.image}")` },
|
|
15
|
+
href: m.url,
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ e("div", { className: a.smoke, "data-smoke": t % 3 }),
|
|
18
|
+
/* @__PURE__ */ r("div", { className: a.content, children: [
|
|
19
|
+
/* @__PURE__ */ e(
|
|
20
|
+
d,
|
|
21
|
+
{
|
|
22
|
+
as: "h3",
|
|
23
|
+
defaultVariant: s[i].default,
|
|
24
|
+
mobileVariant: s[i].mobile,
|
|
25
|
+
className: a.label,
|
|
26
|
+
children: m.label
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ e("div", { className: a.desktop, children: /* @__PURE__ */ e(
|
|
30
|
+
l,
|
|
31
|
+
{
|
|
32
|
+
iconName: o.ARROW_FORWARD,
|
|
33
|
+
variant: "muted-invert",
|
|
34
|
+
size: i === "primary" ? "lg" : "md"
|
|
35
|
+
}
|
|
36
|
+
) }),
|
|
37
|
+
/* @__PURE__ */ e("div", { className: a.mobile, children: /* @__PURE__ */ e(l, { iconName: o.ARROW_FORWARD, variant: "muted-invert", size: "sm" }) })
|
|
38
|
+
] })
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
);
|
|
27
42
|
export {
|
|
28
43
|
R as FeatureGrid
|
|
29
44
|
};
|
|
@@ -14,7 +14,16 @@ import { useSwiper as C } from "../../utils/useSwiper/useSwiper.es.js";
|
|
|
14
14
|
import i from "./followTheScience.module.css.es.js";
|
|
15
15
|
const E = [u];
|
|
16
16
|
function L({ labelText: a, benefits: c }) {
|
|
17
|
-
const {
|
|
17
|
+
const {
|
|
18
|
+
activeIndex: r,
|
|
19
|
+
setIsEnd: m,
|
|
20
|
+
isEnd: t,
|
|
21
|
+
handleSlideChange: p,
|
|
22
|
+
handlePrevClick: s,
|
|
23
|
+
handleNextClick: n,
|
|
24
|
+
onSwiperInit: h,
|
|
25
|
+
handleSwiperResize: f
|
|
26
|
+
} = C();
|
|
18
27
|
return /* @__PURE__ */ l("div", { className: i.container, children: [
|
|
19
28
|
/* @__PURE__ */ l("div", { className: i.heading, children: [
|
|
20
29
|
/* @__PURE__ */ e(R, { color: "white", size: "lg", children: a }),
|
|
@@ -48,7 +57,17 @@ function L({ labelText: a, benefits: c }) {
|
|
|
48
57
|
{
|
|
49
58
|
title: o.title,
|
|
50
59
|
description: o.description,
|
|
51
|
-
button: /* @__PURE__ */ e(
|
|
60
|
+
button: /* @__PURE__ */ e(
|
|
61
|
+
k,
|
|
62
|
+
{
|
|
63
|
+
as: "a",
|
|
64
|
+
size: "sm",
|
|
65
|
+
color: "white",
|
|
66
|
+
suffixIcon: N.ARROW_FORWARD,
|
|
67
|
+
href: o.link,
|
|
68
|
+
children: "READ THE STUDY"
|
|
69
|
+
}
|
|
70
|
+
)
|
|
52
71
|
}
|
|
53
72
|
) }, S))
|
|
54
73
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),d=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),n=require("../../components/Typography/Typography.cjs.js"),o=require("../../utils/cn/cn.cjs.js"),a=require("./imageWithText.module.css.cjs.js"),c=({image:s,text:t,textAlign:i="left",title:l,description:r})=>e.jsxs("div",{className:a.default.root,children:[e.jsx("div",{className:a.default.imageContainer,children:e.jsx("img",{src:s,alt:"background image",className:a.default.image})}),e.jsxs("div",{className:o.cn(a.default.content,{[a.default.textAlignLeft]:i==="left",[a.default.textAlignRight]:i==="right"}),children:[l&&r&&e.jsxs("div",{className:a.default.richTextContainer,children:[e.jsx(d.HighlightedTitle,{colorScheme:"dark",title:l,defaultVariant:"displayXs",mobileVariant:"headingLg"}),e.jsx(n.Typography,{defaultVariant:"bodyMd",mobileVariant:"bodySm",children:r})]}),t&&e.jsx("div",{className:a.default.textContainer,children:e.jsx(n.Typography,{defaultVariant:"displayXs",mobileVariant:"headingXs",children:t})})]})]});exports.ImageWithText=c;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsxs as e, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { HighlightedTitle as d } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
3
|
+
import { Typography as m } from "../../components/Typography/Typography.es.js";
|
|
4
|
+
import { cn as s } from "../../utils/cn/cn.es.js";
|
|
5
|
+
import a from "./imageWithText.module.css.es.js";
|
|
6
|
+
const y = ({ image: o, text: r, textAlign: t = "left", title: l, description: n }) => /* @__PURE__ */ e("div", { className: a.root, children: [
|
|
7
|
+
/* @__PURE__ */ i("div", { className: a.imageContainer, children: /* @__PURE__ */ i("img", { src: o, alt: "background image", className: a.image }) }),
|
|
8
|
+
/* @__PURE__ */ e(
|
|
9
|
+
"div",
|
|
10
|
+
{
|
|
11
|
+
className: s(a.content, {
|
|
12
|
+
[a.textAlignLeft]: t === "left",
|
|
13
|
+
[a.textAlignRight]: t === "right"
|
|
14
|
+
}),
|
|
15
|
+
children: [
|
|
16
|
+
l && n && /* @__PURE__ */ e("div", { className: a.richTextContainer, children: [
|
|
17
|
+
/* @__PURE__ */ i(
|
|
18
|
+
d,
|
|
19
|
+
{
|
|
20
|
+
colorScheme: "dark",
|
|
21
|
+
title: l,
|
|
22
|
+
defaultVariant: "displayXs",
|
|
23
|
+
mobileVariant: "headingLg"
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ i(m, { defaultVariant: "bodyMd", mobileVariant: "bodySm", children: n })
|
|
27
|
+
] }),
|
|
28
|
+
r && /* @__PURE__ */ i("div", { className: a.textContainer, children: /* @__PURE__ */ i(m, { defaultVariant: "displayXs", mobileVariant: "headingXs", children: r }) })
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
)
|
|
32
|
+
] });
|
|
33
|
+
export {
|
|
34
|
+
y as ImageWithText
|
|
35
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="imageWithText-module__root___Uq9G7",e="imageWithText-module__content___IKyX1",i="imageWithText-module__textAlignLeft___nxRQf",n="imageWithText-module__textAlignRight___ldGBP",o="imageWithText-module__textContainer___m5Jfs",_="imageWithText-module__richTextContainer___ochKF",a="imageWithText-module__imageContainer___bcAmi",g="imageWithText-module__image___paWe4",m={root:t,content:e,textAlignLeft:i,textAlignRight:n,textContainer:o,richTextContainer:_,imageContainer:a,image:g};exports.content=e;exports.default=m;exports.image=g;exports.imageContainer=a;exports.richTextContainer=_;exports.root=t;exports.textAlignLeft=i;exports.textAlignRight=n;exports.textContainer=o;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const t = "imageWithText-module__root___Uq9G7", e = "imageWithText-module__content___IKyX1", i = "imageWithText-module__textAlignLeft___nxRQf", n = "imageWithText-module__textAlignRight___ldGBP", _ = "imageWithText-module__textContainer___m5Jfs", o = "imageWithText-module__richTextContainer___ochKF", a = "imageWithText-module__imageContainer___bcAmi", m = "imageWithText-module__image___paWe4", g = {
|
|
2
|
+
root: t,
|
|
3
|
+
content: e,
|
|
4
|
+
textAlignLeft: i,
|
|
5
|
+
textAlignRight: n,
|
|
6
|
+
textContainer: _,
|
|
7
|
+
richTextContainer: o,
|
|
8
|
+
imageContainer: a,
|
|
9
|
+
image: m
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
e as content,
|
|
13
|
+
g as default,
|
|
14
|
+
m as image,
|
|
15
|
+
a as imageContainer,
|
|
16
|
+
o as richTextContainer,
|
|
17
|
+
t as root,
|
|
18
|
+
i as textAlignLeft,
|
|
19
|
+
n as textAlignRight,
|
|
20
|
+
_ as textContainer
|
|
21
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ImageWithText } from './ImageWithText';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),o=require("../../components/ComplexImageCarousel/ComplexImageCarousel.cjs.js"),t=require("./longevityPathways.module.css.cjs.js"),r=({view:a,label:n,title:l,carousel:i})=>e.jsxs("div",{className:t.default.root,children:[e.jsx("div",{className:t.default.header,children:e.jsx(s.HighlightedTitle,{title:l,className:t.default.title,defaultVariant:"displayMd",mobileVariant:"headingXl"})}),e.jsx(o.ComplexImageCarousel,{images:i,view:a})]});exports.LongevityPathways=r;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { HighlightedTitle as o } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
3
|
+
import { ComplexImageCarousel as s } from "../../components/ComplexImageCarousel/ComplexImageCarousel.es.js";
|
|
4
|
+
import a from "./longevityPathways.module.css.es.js";
|
|
5
|
+
const c = ({ view: i, label: m, title: r, carousel: t }) => /* @__PURE__ */ l("div", { className: a.root, children: [
|
|
6
|
+
/* @__PURE__ */ e("div", { className: a.header, children: /* @__PURE__ */ e(
|
|
7
|
+
o,
|
|
8
|
+
{
|
|
9
|
+
title: r,
|
|
10
|
+
className: a.title,
|
|
11
|
+
defaultVariant: "displayMd",
|
|
12
|
+
mobileVariant: "headingXl"
|
|
13
|
+
}
|
|
14
|
+
) }),
|
|
15
|
+
/* @__PURE__ */ e(s, { images: t, view: i })
|
|
16
|
+
] });
|
|
17
|
+
export {
|
|
18
|
+
c as LongevityPathways
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="longevityPathways-module__root___-Fwyo",o="longevityPathways-module__header___avZn2",t={root:e,header:o};exports.default=t;exports.header=o;exports.root=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("../../components/Button/Button.cjs.js"),o=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),c=require("../../components/Typography/Typography.cjs.js"),s=require("../../utils/cn/cn.cjs.js"),d=require("./components/ClockImages/ClockImages.cjs.js"),t=require("./optimalHealth.module.css.cjs.js"),u=({title:l,description:r,link:a,images:n})=>e.jsx("section",{className:t.default.root,children:e.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("../../components/Button/Button.cjs.js"),o=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),c=require("../../components/Typography/Typography.cjs.js"),s=require("../../utils/cn/cn.cjs.js"),d=require("./components/ClockImages/ClockImages.cjs.js"),t=require("./optimalHealth.module.css.cjs.js"),u=({title:l,description:r,link:a,images:n})=>e.jsx("section",{className:t.default.root,children:e.jsx("div",{className:t.default.container,children:e.jsxs("div",{className:t.default.wrapper,children:[e.jsx(d.ClockImages,{images:n}),e.jsxs("div",{className:t.default.content,children:[e.jsx(o.HighlightedTitle,{title:l,className:t.default.title,defaultVariant:"displaySm",mobileVariant:"headingLg"}),e.jsx(c.Typography,{as:"p",defaultVariant:"bodyLg",mobileVariant:"bodySm",className:t.default.description,children:r}),e.jsx("div",{className:s.cn(t.default.actions,t.default.desktop),children:e.jsx(i.Button,{as:"a",variant:"primary",size:"lg",href:a,children:"LEARN MORE"})}),e.jsx("div",{className:s.cn(t.default.actions,t.default.mobile),children:e.jsx(i.Button,{as:"a",variant:"primary",size:"sm",href:a,children:"LEARN MORE"})})]})]})})});exports.OptimalHealth=u;
|