@zenpatient-org/healthspan-marketing-ui 0.1.23 → 0.1.25
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/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/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/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/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/ProgressButton/ProgressButton.cjs.js +1 -1
- package/dist/components/ProgressButton/ProgressButton.d.ts +2 -1
- package/dist/components/ProgressButton/ProgressButton.es.js +17 -13
- 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/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.cjs.js +1 -1
- package/dist/modules/Benefits/Benefits.es.js +8 -8
- package/dist/modules/Benefits/benefits.module.css.cjs.js +1 -1
- package/dist/modules/Benefits/benefits.module.css.es.js +17 -15
- package/dist/modules/Callback/Callback.cjs.js +1 -1
- package/dist/modules/Callback/Callback.es.js +18 -18
- package/dist/modules/Callback/callback.module.css.cjs.js +1 -1
- package/dist/modules/Callback/callback.module.css.es.js +8 -6
- package/dist/modules/Compare/Compare.cjs.js +1 -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/Comparison/Comparison.cjs.js +1 -1
- package/dist/modules/Comparison/Comparison.es.js +18 -9
- package/dist/modules/Comparison/comparison.module.css.cjs.js +1 -1
- package/dist/modules/Comparison/comparison.module.css.es.js +34 -32
- 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 +19 -0
- package/dist/modules/FAQ/index.d.ts +1 -0
- package/dist/modules/FAQ/types.d.ts +10 -0
- package/dist/modules/FeaturedIn/FeaturedIn.cjs.js +1 -1
- package/dist/modules/FeaturedIn/FeaturedIn.es.js +7 -7
- package/dist/modules/FollowTheScience/FollowTheScience.cjs.js +1 -1
- package/dist/modules/FollowTheScience/FollowTheScience.es.js +45 -43
- package/dist/modules/FollowTheScience/followTheScience.module.css.cjs.js +1 -1
- package/dist/modules/FollowTheScience/followTheScience.module.css.es.js +10 -8
- 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 +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.es.js +19 -2
- package/dist/modules/ProductsDisplay/ProductsDisplay.cjs.js +1 -1
- package/dist/modules/ProductsDisplay/ProductsDisplay.es.js +4 -4
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.cjs.js +1 -1
- package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.es.js +5 -5
- 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/Studies/Studies.cjs.js +1 -1
- package/dist/modules/Studies/Studies.es.js +16 -16
- package/dist/modules/Studies/studies.module.css.cjs.js +1 -1
- package/dist/modules/Studies/studies.module.css.es.js +14 -12
- package/dist/modules/TargetedPrograms/TargetedPrograms.cjs.js +1 -1
- package/dist/modules/TargetedPrograms/TargetedPrograms.es.js +9 -9
- 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/YourProtocol/YourProtocol.cjs.js +1 -1
- package/dist/modules/YourProtocol/YourProtocol.es.js +21 -21
- package/dist/modules/YourProtocol/yourProtocol.module.css.cjs.js +1 -1
- package/dist/modules/YourProtocol/yourProtocol.module.css.es.js +12 -10
- 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/Flip.cjs.js +8 -0
- package/dist/node_modules/gsap/Flip.es.js +525 -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/package.json +65 -9
|
@@ -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
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),c=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),o=require("./components/BenefitTag/BenefitTag.cjs.js"),m=require("./components/BenefitItem/BenefitItem.cjs.js"),u=require("../../components/Typography/Typography.cjs.js"),t=require("./benefits.module.css.cjs.js"),g=({label:s,title:l,image:r,benefits:n,tags:d})=>e.jsxs("div",{className:t.default.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),c=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),o=require("./components/BenefitTag/BenefitTag.cjs.js"),m=require("./components/BenefitItem/BenefitItem.cjs.js"),u=require("../../components/Typography/Typography.cjs.js"),t=require("./benefits.module.css.cjs.js"),g=({label:s,title:l,image:r,benefits:n,tags:d})=>e.jsx("section",{className:t.default.root,children:e.jsxs("div",{className:t.default.container,children:[e.jsxs("div",{className:t.default.header,children:[e.jsx(u.Typography,{defaultVariant:"labelMd",mobileVariant:"labelSm",emphasis:!0,className:t.default.label,children:s}),e.jsx(c.HighlightedTitle,{title:l,defaultVariant:"displayMd",mobileVariant:"headingLg"})]}),e.jsxs("div",{className:t.default.content,children:[e.jsxs("div",{className:t.default.imageWrapper,children:[e.jsx("img",{src:r,alt:"image",className:t.default.image}),d.map((i,a)=>e.jsx(o.BenefitTag,{text:i,className:t.default[`tag${a+1}`]},a))]}),e.jsx("div",{className:t.default.benefits,children:n.map((i,a)=>e.jsx(m.BenefitItem,{index:a+1,title:i.title,description:i.description},a))})]})]})});exports.Benefits=g;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { HighlightedTitle as
|
|
3
|
-
import { BenefitTag as
|
|
1
|
+
import { jsx as a, jsxs as r } from "react/jsx-runtime";
|
|
2
|
+
import { HighlightedTitle as n } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
3
|
+
import { BenefitTag as d } from "./components/BenefitTag/BenefitTag.es.js";
|
|
4
4
|
import { BenefitItem as p } from "./components/BenefitItem/BenefitItem.es.js";
|
|
5
5
|
import { Typography as h } from "../../components/Typography/Typography.es.js";
|
|
6
6
|
import e from "./benefits.module.css.es.js";
|
|
7
|
-
const y = ({ label: l, title:
|
|
7
|
+
const y = ({ label: l, title: s, image: m, benefits: o, tags: c }) => /* @__PURE__ */ a("section", { className: e.root, children: /* @__PURE__ */ r("div", { className: e.container, children: [
|
|
8
8
|
/* @__PURE__ */ r("div", { className: e.header, children: [
|
|
9
9
|
/* @__PURE__ */ a(h, { defaultVariant: "labelMd", mobileVariant: "labelSm", emphasis: !0, className: e.label, children: l }),
|
|
10
|
-
/* @__PURE__ */ a(
|
|
10
|
+
/* @__PURE__ */ a(n, { title: s, defaultVariant: "displayMd", mobileVariant: "headingLg" })
|
|
11
11
|
] }),
|
|
12
12
|
/* @__PURE__ */ r("div", { className: e.content, children: [
|
|
13
13
|
/* @__PURE__ */ r("div", { className: e.imageWrapper, children: [
|
|
14
|
-
/* @__PURE__ */ a("img", { src:
|
|
15
|
-
|
|
14
|
+
/* @__PURE__ */ a("img", { src: m, alt: "image", className: e.image }),
|
|
15
|
+
c.map((t, i) => /* @__PURE__ */ a(d, { text: t, className: e[`tag${i + 1}`] }, i))
|
|
16
16
|
] }),
|
|
17
17
|
/* @__PURE__ */ a("div", { className: e.benefits, children: o.map((t, i) => /* @__PURE__ */ a(
|
|
18
18
|
p,
|
|
@@ -24,7 +24,7 @@ const y = ({ label: l, title: m, image: s, benefits: o, tags: d }) => /* @__PURE
|
|
|
24
24
|
i
|
|
25
25
|
)) })
|
|
26
26
|
] })
|
|
27
|
-
] });
|
|
27
|
+
] }) });
|
|
28
28
|
export {
|
|
29
29
|
y as Benefits
|
|
30
30
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="benefits-module__root___DiO7c",t="benefits-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="benefits-module__root___DiO7c",t="benefits-module__container___ouE-Q",_="benefits-module__header___wt7M5",o="benefits-module__label___sgWAr",n="benefits-module__content___Q1Nej",a="benefits-module__imageWrapper___Owwd8",s="benefits-module__image___Hq7o5",i="benefits-module__tag1___orgyD",r="benefits-module__tag2___49bdt",l="benefits-module__tag3___TYdET",g="benefits-module__benefits___psqX-",c={root:e,container:t,header:_,label:o,content:n,imageWrapper:a,image:s,tag1:i,tag2:r,tag3:l,benefits:g};exports.benefits=g;exports.container=t;exports.content=n;exports.default=c;exports.header=_;exports.image=s;exports.imageWrapper=a;exports.label=o;exports.root=e;exports.tag1=i;exports.tag2=r;exports.tag3=l;
|
|
@@ -1,25 +1,27 @@
|
|
|
1
|
-
const e = "benefits-module__root___DiO7c", _ = "benefits-
|
|
1
|
+
const e = "benefits-module__root___DiO7c", _ = "benefits-module__container___ouE-Q", t = "benefits-module__header___wt7M5", o = "benefits-module__label___sgWAr", n = "benefits-module__content___Q1Nej", s = "benefits-module__imageWrapper___Owwd8", a = "benefits-module__image___Hq7o5", i = "benefits-module__tag1___orgyD", c = "benefits-module__tag2___49bdt", l = "benefits-module__tag3___TYdET", b = "benefits-module__benefits___psqX-", d = {
|
|
2
2
|
root: e,
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
container: _,
|
|
4
|
+
header: t,
|
|
5
|
+
label: o,
|
|
6
|
+
content: n,
|
|
7
|
+
imageWrapper: s,
|
|
8
|
+
image: a,
|
|
9
|
+
tag1: i,
|
|
10
|
+
tag2: c,
|
|
10
11
|
tag3: l,
|
|
11
12
|
benefits: b
|
|
12
13
|
};
|
|
13
14
|
export {
|
|
14
15
|
b as benefits,
|
|
15
|
-
|
|
16
|
+
_ as container,
|
|
17
|
+
n as content,
|
|
16
18
|
d as default,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
t as header,
|
|
20
|
+
a as image,
|
|
21
|
+
s as imageWrapper,
|
|
22
|
+
o as label,
|
|
21
23
|
e as root,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
+
i as tag1,
|
|
25
|
+
c as tag2,
|
|
24
26
|
l as tag3
|
|
25
27
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("../../components/Callback/Callback.cjs.js"),s=require("../../components/Icon/Icon.cjs.js"),n=require("../../components/Icon/constants.cjs.js"),l=require("../../components/Typography/Typography.cjs.js"),c=require("./callback.module.css.cjs.js"),r=[{icon:n.EIconName.HEART,description:"No hidden fees"},{icon:n.EIconName.PROTOCOLS,description:"Personalized Protocols"},{icon:n.EIconName.PACKAGE,description:"Free Shipping"},{icon:n.EIconName.MESSAGE,description:"Doctor & Clinical Team"}];function t({callback:a}){return e.jsx("section",{className:c.default.root,children:e.jsx("div",{className:c.default.container,children:e.jsxs("div",{className:c.default.content,children:[e.jsx(i.Callback,{...a}),e.jsx("div",{className:c.default.icons,children:r.map(o=>e.jsxs("div",{className:c.default.icon,children:[e.jsx(s.Icon,{name:o.icon}),e.jsx(l.Typography,{defaultVariant:"labelXl",children:o.description})]},o.description))})]})})})}exports.CallbackModule=t;
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { Callback as
|
|
3
|
-
import { Icon as
|
|
4
|
-
import { EIconName as
|
|
1
|
+
import { jsx as o, jsxs as r } from "react/jsx-runtime";
|
|
2
|
+
import { Callback as s } from "../../components/Callback/Callback.es.js";
|
|
3
|
+
import { Icon as a } from "../../components/Icon/Icon.es.js";
|
|
4
|
+
import { EIconName as c } from "../../components/Icon/constants.es.js";
|
|
5
5
|
import { Typography as l } from "../../components/Typography/Typography.es.js";
|
|
6
|
-
import
|
|
6
|
+
import i from "./callback.module.css.es.js";
|
|
7
7
|
const t = [
|
|
8
8
|
{
|
|
9
|
-
icon:
|
|
9
|
+
icon: c.HEART,
|
|
10
10
|
description: "No hidden fees"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
|
-
icon:
|
|
13
|
+
icon: c.PROTOCOLS,
|
|
14
14
|
description: "Personalized Protocols"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
|
-
icon:
|
|
17
|
+
icon: c.PACKAGE,
|
|
18
18
|
description: "Free Shipping"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
icon:
|
|
21
|
+
icon: c.MESSAGE,
|
|
22
22
|
description: "Doctor & Clinical Team"
|
|
23
23
|
}
|
|
24
24
|
];
|
|
25
|
-
function
|
|
26
|
-
return /* @__PURE__ */ i("div", { className:
|
|
27
|
-
/* @__PURE__ */
|
|
28
|
-
/* @__PURE__ */
|
|
29
|
-
/* @__PURE__ */
|
|
30
|
-
/* @__PURE__ */
|
|
31
|
-
] },
|
|
32
|
-
] }) });
|
|
25
|
+
function E({ callback: e }) {
|
|
26
|
+
return /* @__PURE__ */ o("section", { className: i.root, children: /* @__PURE__ */ o("div", { className: i.container, children: /* @__PURE__ */ r("div", { className: i.content, children: [
|
|
27
|
+
/* @__PURE__ */ o(s, { ...e }),
|
|
28
|
+
/* @__PURE__ */ o("div", { className: i.icons, children: t.map((n) => /* @__PURE__ */ r("div", { className: i.icon, children: [
|
|
29
|
+
/* @__PURE__ */ o(a, { name: n.icon }),
|
|
30
|
+
/* @__PURE__ */ o(l, { defaultVariant: "labelXl", children: n.description })
|
|
31
|
+
] }, n.description)) })
|
|
32
|
+
] }) }) });
|
|
33
33
|
}
|
|
34
34
|
export {
|
|
35
|
-
|
|
35
|
+
E as CallbackModule
|
|
36
36
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="callback-module__root___hwAu7",c="callback-module__container___DtDyZ",n="callback-module__content___f04-o",t="callback-module__icons___bhRnM",e="callback-module__icon___Q2van",_={root:o,container:c,content:n,icons:t,icon:e};exports.container=c;exports.content=n;exports.default=_;exports.icon=e;exports.icons=t;exports.root=o;
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
const c = "callback-module__container___DtDyZ", n = "callback-module__content___f04-o",
|
|
1
|
+
const o = "callback-module__root___hwAu7", c = "callback-module__container___DtDyZ", n = "callback-module__content___f04-o", _ = "callback-module__icons___bhRnM", t = "callback-module__icon___Q2van", l = {
|
|
2
|
+
root: o,
|
|
2
3
|
container: c,
|
|
3
4
|
content: n,
|
|
4
|
-
icons:
|
|
5
|
-
icon:
|
|
5
|
+
icons: _,
|
|
6
|
+
icon: t
|
|
6
7
|
};
|
|
7
8
|
export {
|
|
8
9
|
c as container,
|
|
9
10
|
n as content,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
l as default,
|
|
12
|
+
t as icon,
|
|
13
|
+
_ as icons,
|
|
14
|
+
o as root
|
|
13
15
|
};
|
|
@@ -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.jsx("section",{className:i.default.root,children:e.jsxs("div",{className:i.default.container,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.content,children:[e.jsx(t.Pricing,{...s}),e.jsx(t.Pricing,{...l})]})]})});exports.Compare=c;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as e, jsxs as r } from "react/jsx-runtime";
|
|
2
|
+
import i from "./compare.module.css.es.js";
|
|
3
|
+
import { Typography as s } from "../../components/Typography/Typography.es.js";
|
|
4
|
+
import { HighlightedTitle as n } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
5
|
+
import { Pricing as t } from "../../components/Pricing/Pricing.es.js";
|
|
6
|
+
const g = ({ label: a, title: l, leftElement: o, rightElement: m }) => /* @__PURE__ */ e("section", { className: i.root, children: /* @__PURE__ */ r("div", { className: i.container, children: [
|
|
7
|
+
/* @__PURE__ */ r("div", { className: i.header, children: [
|
|
8
|
+
a && /* @__PURE__ */ e(s, { defaultVariant: "labelMd", mobileVariant: "labelSm", emphasis: !0, children: a }),
|
|
9
|
+
/* @__PURE__ */ e(
|
|
10
|
+
n,
|
|
11
|
+
{
|
|
12
|
+
title: l,
|
|
13
|
+
defaultVariant: "displayMd",
|
|
14
|
+
mobileVariant: "headingXl",
|
|
15
|
+
className: i.title
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
] }),
|
|
19
|
+
/* @__PURE__ */ r("div", { className: i.content, children: [
|
|
20
|
+
/* @__PURE__ */ e(t, { ...o }),
|
|
21
|
+
/* @__PURE__ */ e(t, { ...m })
|
|
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",t="compare-module__container___MJHy4",o="compare-module__header___m6VVT",_="compare-module__title___xfjEi",n="compare-module__content___UN4fh",r={root:e,container:t,header:o,title:_,content:n};exports.container=t;exports.content=n;exports.default=r;exports.header=o;exports.root=e;exports.title=_;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const o = "compare-module__root___Ct29o", e = "compare-module__container___MJHy4", t = "compare-module__header___m6VVT", _ = "compare-module__title___xfjEi", n = "compare-module__content___UN4fh", c = {
|
|
2
|
+
root: o,
|
|
3
|
+
container: e,
|
|
4
|
+
header: t,
|
|
5
|
+
title: _,
|
|
6
|
+
content: n
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
e as container,
|
|
10
|
+
n as content,
|
|
11
|
+
c as default,
|
|
12
|
+
t as header,
|
|
13
|
+
o as root,
|
|
14
|
+
_ as title
|
|
15
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),h=require("../../components/Icon/Icon.cjs.js"),u=require("../../components/Icon/constants.cjs.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),h=require("../../components/Icon/Icon.cjs.js"),u=require("../../components/Icon/constants.cjs.js"),f=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),d=require("../../components/Typography/Typography.cjs.js"),s=require("../../utils/cn/cn.cjs.js"),p=require("./assets/company-logo.svg.cjs.js"),g=require("./components/ComparisonMobileView/ComparisonMobileView.cjs.js"),e=require("./comparison.module.css.cjs.js"),o=require("./utils.cjs.js"),y=({title:m,description:r,comparison:i})=>a.jsx("div",{className:e.default.root,children:a.jsxs("div",{className:e.default.container,children:[a.jsxs("div",{className:e.default.header,children:[a.jsx(f.HighlightedTitle,{title:m,defaultVariant:"displayMd",mobileVariant:"headingXl"}),r&&a.jsx(d.Typography,{as:"p",defaultVariant:"bodyLg",mobileVariant:"bodySm",className:e.default.description,children:r})]}),a.jsxs("div",{className:e.default.table,style:{gridTemplateColumns:`minmax(220px, 1fr) repeat(${i.headers.length}, minmax(220px, 270px))`},children:[a.jsx("div",{className:s.cn(e.default.emptyCell,e.default.stickyCell)}),a.jsx("div",{className:s.cn(e.default.otherEmptyCells)}),a.jsx(d.Typography,{defaultVariant:"bodyXl",as:"div",className:s.cn(e.default.cell,e.default.cellFeature,e.default.stickyCell),weight:"medium",children:"Features"}),i.headers.map(l=>a.jsx(d.Typography,{as:"div",defaultVariant:i.headers.length>2?"bodyXl":"headingLg",className:s.cn(e.default.cell,o.isHealthspan(l)?e.default.cellHighlighted:""),weight:i.headers.length>2?"medium":"regular",children:o.isHealthspan(l)?a.jsx(p.default,{className:e.default.companyLogo}):l},l)),i.rows.map((l,c)=>a.jsxs(a.Fragment,{children:[a.jsx("div",{className:s.cn(e.default.cell,e.default.cellFeature,e.default.stickyCell),children:a.jsxs("div",{className:e.default.featureContent,children:[a.jsx(d.Typography,{defaultVariant:"bodyXl",weight:"medium",children:l.feature}),l.description&&a.jsx(d.Typography,{defaultVariant:"bodyXl",className:e.default.featureDescription,children:l.description})]})},`feature-${c}`),i.headers.map((j,n)=>{const t=l.values[n];return a.jsxs("div",{className:s.cn(e.default.cell,n?"":e.default.cellHighlighted),children:[(t==null?void 0:t.type)==="boolean"&&a.jsx("div",{className:s.cn(e.default.booleanValue,!n&&t.value?e.default.booleanValueHighlighted:""),children:a.jsx(h.Icon,{name:t.value?u.EIconName.CHECK:u.EIconName.CLOSE})}),(t==null?void 0:t.type)==="string"&&a.jsx(d.Typography,{defaultVariant:"bodyXl",weight:"medium",className:e.default.stringValue,children:t.value})]},`value-${c}-${n}`)})]})),a.jsx("div",{className:s.cn(e.default.emptyCell,e.default.stickyCell)}),a.jsx("div",{className:s.cn(e.default.otherEmptyCells)}),a.jsx("div",{className:e.default.gradientBackground})]}),a.jsx(g.ComparisonMobileView,{comparison:i,className:e.default.mobileTable})]})});exports.Comparison=y;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { jsx as a, jsxs as s, Fragment as g } from "react/jsx-runtime";
|
|
2
2
|
import { Icon as u } from "../../components/Icon/Icon.es.js";
|
|
3
|
-
import { EIconName as
|
|
3
|
+
import { EIconName as o } from "../../components/Icon/constants.es.js";
|
|
4
4
|
import { HighlightedTitle as y } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
5
5
|
import { Typography as m } from "../../components/Typography/Typography.es.js";
|
|
6
6
|
import { cn as t } from "../../utils/cn/cn.es.js";
|
|
@@ -8,10 +8,19 @@ import f from "./assets/company-logo.svg.es.js";
|
|
|
8
8
|
import { ComparisonMobileView as N } from "./components/ComparisonMobileView/ComparisonMobileView.es.js";
|
|
9
9
|
import e from "./comparison.module.css.es.js";
|
|
10
10
|
import { isHealthspan as h } from "./utils.es.js";
|
|
11
|
-
const T = ({ title: p, description:
|
|
11
|
+
const T = ({ title: p, description: n, comparison: r }) => /* @__PURE__ */ a("div", { className: e.root, children: /* @__PURE__ */ s("div", { className: e.container, children: [
|
|
12
12
|
/* @__PURE__ */ s("div", { className: e.header, children: [
|
|
13
13
|
/* @__PURE__ */ a(y, { title: p, defaultVariant: "displayMd", mobileVariant: "headingXl" }),
|
|
14
|
-
|
|
14
|
+
n && /* @__PURE__ */ a(
|
|
15
|
+
m,
|
|
16
|
+
{
|
|
17
|
+
as: "p",
|
|
18
|
+
defaultVariant: "bodyLg",
|
|
19
|
+
mobileVariant: "bodySm",
|
|
20
|
+
className: e.description,
|
|
21
|
+
children: n
|
|
22
|
+
}
|
|
23
|
+
)
|
|
15
24
|
] }),
|
|
16
25
|
/* @__PURE__ */ s(
|
|
17
26
|
"div",
|
|
@@ -44,7 +53,7 @@ const T = ({ title: p, description: o, comparison: r }) => /* @__PURE__ */ s("di
|
|
|
44
53
|
},
|
|
45
54
|
l
|
|
46
55
|
)),
|
|
47
|
-
r.rows.map((l,
|
|
56
|
+
r.rows.map((l, c) => /* @__PURE__ */ s(g, { children: [
|
|
48
57
|
/* @__PURE__ */ a(
|
|
49
58
|
"div",
|
|
50
59
|
{
|
|
@@ -54,7 +63,7 @@ const T = ({ title: p, description: o, comparison: r }) => /* @__PURE__ */ s("di
|
|
|
54
63
|
l.description && /* @__PURE__ */ a(m, { defaultVariant: "bodyXl", className: e.featureDescription, children: l.description })
|
|
55
64
|
] })
|
|
56
65
|
},
|
|
57
|
-
`feature-${
|
|
66
|
+
`feature-${c}`
|
|
58
67
|
),
|
|
59
68
|
r.headers.map((v, d) => {
|
|
60
69
|
const i = l.values[d];
|
|
@@ -70,7 +79,7 @@ const T = ({ title: p, description: o, comparison: r }) => /* @__PURE__ */ s("di
|
|
|
70
79
|
e.booleanValue,
|
|
71
80
|
!d && i.value ? e.booleanValueHighlighted : ""
|
|
72
81
|
),
|
|
73
|
-
children: /* @__PURE__ */ a(u, { name: i.value ?
|
|
82
|
+
children: /* @__PURE__ */ a(u, { name: i.value ? o.CHECK : o.CLOSE })
|
|
74
83
|
}
|
|
75
84
|
),
|
|
76
85
|
(i == null ? void 0 : i.type) === "string" && /* @__PURE__ */ a(
|
|
@@ -84,7 +93,7 @@ const T = ({ title: p, description: o, comparison: r }) => /* @__PURE__ */ s("di
|
|
|
84
93
|
)
|
|
85
94
|
]
|
|
86
95
|
},
|
|
87
|
-
`value-${
|
|
96
|
+
`value-${c}-${d}`
|
|
88
97
|
);
|
|
89
98
|
})
|
|
90
99
|
] })),
|
|
@@ -95,7 +104,7 @@ const T = ({ title: p, description: o, comparison: r }) => /* @__PURE__ */ s("di
|
|
|
95
104
|
}
|
|
96
105
|
),
|
|
97
106
|
/* @__PURE__ */ a(N, { comparison: r, className: e.mobileTable })
|
|
98
|
-
] });
|
|
107
|
+
] }) });
|
|
99
108
|
export {
|
|
100
109
|
T as Comparison
|
|
101
110
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="comparison-module__root___oxRMS",o="comparison-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="comparison-module__root___oxRMS",o="comparison-module__container___IApkg",l="comparison-module__header___8n5Em",t="comparison-module__description___F7mAT",_="comparison-module__table___xo0kv",n="comparison-module__emptyCell___Z-HpK",a="comparison-module__otherEmptyCells___Lso-e",i="comparison-module__cell___9EubB",r="comparison-module__cellFeature___lLq8H",c="comparison-module__featureContent___Mrbek",s="comparison-module__featureDescription___8YGHq",u="comparison-module__cellHighlighted___P14Jz",m="comparison-module__booleanValue___-wG65",d="comparison-module__stringValue___-YalT",p="comparison-module__booleanValueHighlighted___NmSLw",g="comparison-module__gradientBackground___LjwhY",h="comparison-module__stickyCell___zXlQv",b="comparison-module__mobileTable___hxH2j",C={root:e,container:o,header:l,description:t,table:_,emptyCell:n,otherEmptyCells:a,cell:i,cellFeature:r,featureContent:c,featureDescription:s,cellHighlighted:u,booleanValue:m,stringValue:d,booleanValueHighlighted:p,gradientBackground:g,stickyCell:h,mobileTable:b};exports.booleanValue=m;exports.booleanValueHighlighted=p;exports.cell=i;exports.cellFeature=r;exports.cellHighlighted=u;exports.container=o;exports.default=C;exports.description=t;exports.emptyCell=n;exports.featureContent=c;exports.featureDescription=s;exports.gradientBackground=g;exports.header=l;exports.mobileTable=b;exports.otherEmptyCells=a;exports.root=e;exports.stickyCell=h;exports.stringValue=d;exports.table=_;
|
|
@@ -1,39 +1,41 @@
|
|
|
1
|
-
const e = "comparison-module__root___oxRMS", o = "comparison-module__header___8n5Em", l = "comparison-module__description___F7mAT",
|
|
1
|
+
const e = "comparison-module__root___oxRMS", o = "comparison-module__container___IApkg", _ = "comparison-module__header___8n5Em", l = "comparison-module__description___F7mAT", t = "comparison-module__table___xo0kv", n = "comparison-module__emptyCell___Z-HpK", a = "comparison-module__otherEmptyCells___Lso-e", c = "comparison-module__cell___9EubB", i = "comparison-module__cellFeature___lLq8H", r = "comparison-module__featureContent___Mrbek", s = "comparison-module__featureDescription___8YGHq", m = "comparison-module__cellHighlighted___P14Jz", u = "comparison-module__booleanValue___-wG65", d = "comparison-module__stringValue___-YalT", p = "comparison-module__booleanValueHighlighted___NmSLw", g = "comparison-module__gradientBackground___LjwhY", h = "comparison-module__stickyCell___zXlQv", b = "comparison-module__mobileTable___hxH2j", C = {
|
|
2
2
|
root: e,
|
|
3
|
-
|
|
3
|
+
container: o,
|
|
4
|
+
header: _,
|
|
4
5
|
description: l,
|
|
5
|
-
table:
|
|
6
|
-
emptyCell:
|
|
7
|
-
otherEmptyCells:
|
|
8
|
-
cell:
|
|
9
|
-
cellFeature:
|
|
10
|
-
featureContent:
|
|
11
|
-
featureDescription:
|
|
12
|
-
cellHighlighted:
|
|
13
|
-
booleanValue:
|
|
14
|
-
stringValue:
|
|
15
|
-
booleanValueHighlighted:
|
|
16
|
-
gradientBackground:
|
|
17
|
-
stickyCell:
|
|
18
|
-
mobileTable:
|
|
6
|
+
table: t,
|
|
7
|
+
emptyCell: n,
|
|
8
|
+
otherEmptyCells: a,
|
|
9
|
+
cell: c,
|
|
10
|
+
cellFeature: i,
|
|
11
|
+
featureContent: r,
|
|
12
|
+
featureDescription: s,
|
|
13
|
+
cellHighlighted: m,
|
|
14
|
+
booleanValue: u,
|
|
15
|
+
stringValue: d,
|
|
16
|
+
booleanValueHighlighted: p,
|
|
17
|
+
gradientBackground: g,
|
|
18
|
+
stickyCell: h,
|
|
19
|
+
mobileTable: b
|
|
19
20
|
};
|
|
20
21
|
export {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
22
|
+
u as booleanValue,
|
|
23
|
+
p as booleanValueHighlighted,
|
|
24
|
+
c as cell,
|
|
25
|
+
i as cellFeature,
|
|
26
|
+
m as cellHighlighted,
|
|
27
|
+
o as container,
|
|
28
|
+
C as default,
|
|
27
29
|
l as description,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
30
|
+
n as emptyCell,
|
|
31
|
+
r as featureContent,
|
|
32
|
+
s as featureDescription,
|
|
33
|
+
g as gradientBackground,
|
|
34
|
+
_ as header,
|
|
35
|
+
b as mobileTable,
|
|
36
|
+
a as otherEmptyCells,
|
|
35
37
|
e as root,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
38
|
+
h as stickyCell,
|
|
39
|
+
d as stringValue,
|
|
40
|
+
t as table
|
|
39
41
|
};
|
|
@@ -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"),a=require("../../components/Accordion/Accordion.cjs.js"),r=({title:n,questions:i})=>e.jsx("section",{className:t.default.root,children:e.jsxs("div",{className:t.default.container,children:[e.jsxs("div",{className:t.default.header,children:[e.jsx(l.HighlightedTitle,{title:n,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(a.Accordion,{items:i,mode:"multiple"})}),e.jsx("div",{className:t.default.contentMobile,children:e.jsx(a.Accordion,{items:i,mode:"multiple"})})]})});exports.FAQ=r;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
|
+
import i from "./faq.module.css.es.js";
|
|
3
|
+
import { HighlightedTitle as s } 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 p = ({ title: o, questions: r }) => /* @__PURE__ */ e("section", { className: i.root, children: /* @__PURE__ */ t("div", { className: i.container, children: [
|
|
7
|
+
/* @__PURE__ */ t("div", { className: i.header, children: [
|
|
8
|
+
/* @__PURE__ */ e(s, { 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
|
+
p as FAQ
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="faq-module__root___Ywlru",e="faq-module__container___gsAKV",t="faq-module__header___3ZkST",n="faq-module__buttonWrapperDesktop___fHoTf",_="faq-module__buttonWrapperMobile___PRPQR",r="faq-module__contentDesktop___7Lor2",a="faq-module__contentMobile___4T04V",p={root:o,container:e,header:t,buttonWrapperDesktop:n,buttonWrapperMobile:_,contentDesktop:r,contentMobile:a};exports.buttonWrapperDesktop=n;exports.buttonWrapperMobile=_;exports.container=e;exports.contentDesktop=r;exports.contentMobile=a;exports.default=p;exports.header=t;exports.root=o;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const o = "faq-module__root___Ywlru", t = "faq-module__container___gsAKV", e = "faq-module__header___3ZkST", _ = "faq-module__buttonWrapperDesktop___fHoTf", n = "faq-module__buttonWrapperMobile___PRPQR", r = "faq-module__contentDesktop___7Lor2", a = "faq-module__contentMobile___4T04V", p = {
|
|
2
|
+
root: o,
|
|
3
|
+
container: t,
|
|
4
|
+
header: e,
|
|
5
|
+
buttonWrapperDesktop: _,
|
|
6
|
+
buttonWrapperMobile: n,
|
|
7
|
+
contentDesktop: r,
|
|
8
|
+
contentMobile: a
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
_ as buttonWrapperDesktop,
|
|
12
|
+
n as buttonWrapperMobile,
|
|
13
|
+
t as container,
|
|
14
|
+
r as contentDesktop,
|
|
15
|
+
a as contentMobile,
|
|
16
|
+
p as default,
|
|
17
|
+
e as header,
|
|
18
|
+
o as root
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { FAQ } from './FAQ';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("react"),c=require("../../components/InfiniteScroll/InfiniteScroll.cjs.js"),l=require("../../components/Typography/Typography.cjs.js"),s=require("../../utils/cn/cn.cjs.js"),a=require("./featuredIn.module.css.cjs.js");function o({media:n}){return e.jsx("div",{className:a.default.mediaFeaturedInBlock,children:n.filter(r=>!!r.logo).map(({logo:r,url:t},d)=>{const u=t?"a":"div";return e.jsx(u,{href:t,target:"_blank",rel:"noopener noreferrer",className:a.default.mediaFeaturedInImageContainer,children:e.jsx("div",{className:a.default.mediaFeaturedInImage,style:{backgroundImage:`url(${r})`}})},`${t}_${d}`)})})}function m({quote:n}){return e.jsx("div",{className:a.default.quoteFeaturedInBlock,children:e.jsxs(l.Typography,{as:"p",defaultVariant:"headingSm",mobileVariant:"headingXxs",className:a.default.quoteFeaturedInText,children:["“",n,"”"]})})}function f({button_label:n}){return e.jsx("a",{href:"https://app.gethealthspan.com",className:a.default.ctaFeaturedIn,children:e.jsx("p",{className:a.default.ctaFeaturedInText,children:n})})}function p({label:n,content:r}){return e.jsxs("
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("react"),c=require("../../components/InfiniteScroll/InfiniteScroll.cjs.js"),l=require("../../components/Typography/Typography.cjs.js"),s=require("../../utils/cn/cn.cjs.js"),a=require("./featuredIn.module.css.cjs.js");function o({media:n}){return e.jsx("div",{className:a.default.mediaFeaturedInBlock,children:n.filter(r=>!!r.logo).map(({logo:r,url:t},d)=>{const u=t?"a":"div";return e.jsx(u,{href:t,target:"_blank",rel:"noopener noreferrer",className:a.default.mediaFeaturedInImageContainer,children:e.jsx("div",{className:a.default.mediaFeaturedInImage,style:{backgroundImage:`url(${r})`}})},`${t}_${d}`)})})}function m({quote:n}){return e.jsx("div",{className:a.default.quoteFeaturedInBlock,children:e.jsxs(l.Typography,{as:"p",defaultVariant:"headingSm",mobileVariant:"headingXxs",className:a.default.quoteFeaturedInText,children:["“",n,"”"]})})}function f({button_label:n}){return e.jsx("a",{href:"https://app.gethealthspan.com",className:a.default.ctaFeaturedIn,children:e.jsx("p",{className:a.default.ctaFeaturedInText,children:n})})}function p({label:n,content:r}){return e.jsxs("section",{className:a.default.container,children:[e.jsx("p",{className:s.cn(a.default.title,a.default.customTitle),children:"(Featured In)"}),e.jsx(l.Typography,{as:"p",emphasis:!0,defaultVariant:"displayMd",className:s.cn(a.default.title,a.default.defaultTitle),children:"(Featured In)"}),e.jsx(l.Typography,{as:"p",emphasis:!0,defaultVariant:"labelMd",mobileVariant:"labelSm",className:a.default.label,children:n}),e.jsx(c.InfiniteScroll,{items:r,contentClassName:a.default.content,itemClassName:a.default.item,rootClassName:a.default.scrollRoot,renderItem:t=>e.jsxs(i.Fragment,{children:[t.type==="media"&&e.jsx(o,{media:t.media}),t.type==="quote"&&e.jsx(m,{quote:t.quote}),t.type==="cta"&&e.jsx(f,{button_label:t.button_label}),e.jsx("div",{className:a.default.spacer})]},t.type)})]})}exports.FeaturedIn=p;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as l, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { Fragment as d } from "react";
|
|
3
3
|
import { InfiniteScroll as m } from "../../components/InfiniteScroll/InfiniteScroll.es.js";
|
|
4
|
-
import { Typography as
|
|
5
|
-
import { cn as
|
|
4
|
+
import { Typography as s } from "../../components/Typography/Typography.es.js";
|
|
5
|
+
import { cn as i } from "../../utils/cn/cn.es.js";
|
|
6
6
|
import e from "./featuredIn.module.css.es.js";
|
|
7
7
|
function c({ media: r }) {
|
|
8
8
|
return /* @__PURE__ */ a("div", { className: e.mediaFeaturedInBlock, children: r.filter((n) => !!n.logo).map(({ logo: n, url: t }, o) => /* @__PURE__ */ a(
|
|
@@ -19,7 +19,7 @@ function c({ media: r }) {
|
|
|
19
19
|
}
|
|
20
20
|
function u({ quote: r }) {
|
|
21
21
|
return /* @__PURE__ */ a("div", { className: e.quoteFeaturedInBlock, children: /* @__PURE__ */ l(
|
|
22
|
-
|
|
22
|
+
s,
|
|
23
23
|
{
|
|
24
24
|
as: "p",
|
|
25
25
|
defaultVariant: "headingSm",
|
|
@@ -37,10 +37,10 @@ function p({ button_label: r }) {
|
|
|
37
37
|
return /* @__PURE__ */ a("a", { href: "https://app.gethealthspan.com", className: e.ctaFeaturedIn, children: /* @__PURE__ */ a("p", { className: e.ctaFeaturedInText, children: r }) });
|
|
38
38
|
}
|
|
39
39
|
function y({ label: r, content: n }) {
|
|
40
|
-
return /* @__PURE__ */ l("
|
|
41
|
-
/* @__PURE__ */ a("p", { className:
|
|
42
|
-
/* @__PURE__ */ a(
|
|
43
|
-
/* @__PURE__ */ a(
|
|
40
|
+
return /* @__PURE__ */ l("section", { className: e.container, children: [
|
|
41
|
+
/* @__PURE__ */ a("p", { className: i(e.title, e.customTitle), children: "(Featured In)" }),
|
|
42
|
+
/* @__PURE__ */ a(s, { as: "p", emphasis: !0, defaultVariant: "displayMd", className: i(e.title, e.defaultTitle), children: "(Featured In)" }),
|
|
43
|
+
/* @__PURE__ */ a(s, { as: "p", emphasis: !0, defaultVariant: "labelMd", mobileVariant: "labelSm", className: e.label, children: r }),
|
|
44
44
|
/* @__PURE__ */ a(
|
|
45
45
|
m,
|
|
46
46
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime");;/* empty css */;/* empty css */;/* empty css */const
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime");;/* empty css */;/* empty css */;/* empty css */const x=require("../../node_modules/swiper/modules/navigation.cjs.js"),c=require("../../node_modules/swiper/swiper-react.cjs.js"),f=require("../../components/Benefit/Benefit.cjs.js"),g=require("../../components/Icon/constants.cjs.js"),_=require("../../components/Label/Label.cjs.js"),a=require("../../components/ProgressButton/ProgressButton.cjs.js"),q=require("../../components/TextButton/TextButton.cjs.js"),B=require("../../utils/useSwiper/useSwiper.cjs.js"),i=require("./followTheScience.module.css.cjs.js"),j=[x.default];function v({labelText:d,benefits:u}){const{activeIndex:N,setIsEnd:h,isEnd:n,isBeginning:t,hideNav:o,handleSlideChange:p,handlePrevClick:r,handleNextClick:l,onSwiperInit:S,handleSwiperResize:m}=B.useSwiper();return e.jsxs("section",{className:i.default.container,children:[e.jsxs("div",{className:i.default.heading,children:[e.jsx(_.Label,{color:"white",size:"lg",children:d}),!o&&e.jsx("div",{className:i.default.progressButtons,"data-device":"desktop",children:e.jsx(a.ProgressButton,{left:{onClick:r,disabled:t},right:{disabled:n,onClick:l}})})]}),e.jsx("div",{className:i.default.content,children:e.jsx(c.Swiper,{onSwiper:S,onResize:m,onSlideChange:p,onReachEnd:()=>h(!0),modules:j,spaceBetween:0,slidesPerView:"auto",className:i.default.swiper,children:u.map((s,w)=>e.jsx(c.SwiperSlide,{className:i.default.swiperSlide,children:e.jsx(f.Benefit,{title:s.title,description:s.description,button:e.jsx(q.TextButton,{as:"a",size:"sm",color:"white",suffixIcon:g.EIconName.ARROW_FORWARD,href:s.link,children:"READ THE STUDY"})})},w))})}),!o&&e.jsx("div",{className:i.default.progressButtons,"data-device":"mobile",children:e.jsx(a.ProgressButton,{left:{onClick:r,disabled:t},right:{onClick:l,disabled:n}})})]})}exports.FollowTheScience=v;
|