@zenpatient-org/healthspan-marketing-ui 0.1.28 → 0.1.30
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 +14 -0
- package/dist/components/Accordion/Accordion.es.js +29 -0
- package/dist/components/Accordion/accordion.module.css.cjs.js +1 -0
- package/dist/components/Accordion/accordion.module.css.es.js +7 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs.js +1 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.d.ts +14 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.es.js +18 -0
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.cjs.js +1 -0
- package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.es.js +25 -0
- package/dist/components/Accordion/components/AccordionItem/index.d.ts +1 -0
- package/dist/components/Accordion/components/index.d.ts +1 -0
- package/dist/components/Accordion/index.d.ts +1 -0
- package/dist/components/StepsCarousel/StepsCarousel.cjs.js +1 -1
- package/dist/components/StepsCarousel/StepsCarousel.es.js +38 -42
- package/dist/healthspan-marketing-ui.css +1 -1
- package/dist/modules/CursorImageBlock/CursorImageBlock.cjs.js +1 -0
- package/dist/modules/CursorImageBlock/CursorImageBlock.d.ts +3 -0
- package/dist/modules/CursorImageBlock/CursorImageBlock.es.js +24 -0
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.cjs.js +1 -0
- package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.es.js +25 -0
- package/dist/modules/CursorImageBlock/index.d.ts +2 -0
- package/dist/modules/CursorImageBlock/types.d.ts +9 -0
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.cjs.js +1 -1
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.es.js +3 -3
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +1 -1
- package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +11 -11
- package/dist/pageComponents/BiologicalAge/BiologicalAge.cjs.js +1 -0
- package/dist/pageComponents/BiologicalAge/BiologicalAge.d.ts +1 -0
- package/dist/pageComponents/BiologicalAge/BiologicalAge.es.js +21 -0
- package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png.cjs.js +1 -0
- package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png.es.js +4 -0
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.cjs.js +1 -0
- package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.es.js +15 -0
- package/dist/pageComponents/BiologicalAge/index.d.ts +1 -0
- package/dist/pageComponents/Bubbles/Bubbles.cjs.js +1 -1
- package/dist/pageComponents/Bubbles/Bubbles.es.js +12 -20
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.cjs.js +1 -0
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.d.ts +1 -0
- package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.es.js +14 -0
- package/dist/pageComponents/DiscoverTheStory/assets/content-img.png.cjs.js +1 -0
- package/dist/pageComponents/DiscoverTheStory/assets/content-img.png.es.js +4 -0
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.cjs.js +1 -0
- package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.es.js +13 -0
- package/dist/pageComponents/DiscoverTheStory/index.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/HomepageHero.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/HomepageHero.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/HomepageHero.es.js +33 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.es.js +31 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.es.js +24 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.es.js +24 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.es.js +13 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.d.ts +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.es.js +36 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.es.js +23 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg.es.js +7 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg.es.js +7 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.es.js +21 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.es.js +17 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.es.js +31 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.es.js +19 -0
- package/dist/pageComponents/HomepageHero/homepageHero.module.css.cjs.js +1 -0
- package/dist/pageComponents/HomepageHero/homepageHero.module.css.es.js +25 -0
- package/dist/pageComponents/HomepageHero/index.d.ts +1 -0
- package/package.json +26 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../../components/Typography/Typography.cjs.js"),c=require("../../components/Cursor/Cursor.cjs.js"),a=require("./cursorImageBlock.module.css.cjs.js"),o=({title:r,description:l,cursorLabel:t,link:i,image:d})=>e.jsxs("div",{className:a.default.root,children:[e.jsx("div",{className:a.default.desktopLayout,children:e.jsx(c.Cursor,{label:t,colorScheme:"dark",children:e.jsxs("a",{href:i,className:a.default.desktopLink,children:[e.jsx("img",{src:d,alt:"",className:a.default.image}),e.jsxs("div",{className:a.default.textContent,children:[e.jsx(s.Typography,{defaultVariant:"displayLg",className:a.default.title,children:r}),l&&e.jsx(s.Typography,{defaultVariant:"headingSm",className:a.default.description,children:l})]})]})})}),e.jsxs("div",{className:a.default.mobileLayout,children:[e.jsx("img",{src:d,alt:"",className:a.default.image}),e.jsxs("div",{className:a.default.textContent,children:[e.jsx(s.Typography,{defaultVariant:"displayLg",mobileVariant:"headingXl",className:a.default.title,children:r}),l&&e.jsx(s.Typography,{defaultVariant:"headingSm",mobileVariant:"headingXs",className:a.default.description,children:l})]}),e.jsx("a",{href:i,className:a.default.mobileButton,children:e.jsx("div",{className:a.default.cursorVisual,children:e.jsx("div",{className:a.default.cursorVisualText,children:e.jsx(s.Typography,{defaultVariant:"labelLg",mobileVariant:"labelLg",emphasis:!0,children:t})})})})]})]});exports.CursorImageBlock=o;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { Typography as i } from "../../components/Typography/Typography.es.js";
|
|
3
|
+
import { Cursor as d } from "../../components/Cursor/Cursor.es.js";
|
|
4
|
+
import a from "./cursorImageBlock.module.css.es.js";
|
|
5
|
+
const N = ({ title: r, description: s, cursorLabel: t, link: c, image: m }) => /* @__PURE__ */ l("div", { className: a.root, children: [
|
|
6
|
+
/* @__PURE__ */ e("div", { className: a.desktopLayout, children: /* @__PURE__ */ e(d, { label: t, colorScheme: "dark", children: /* @__PURE__ */ l("a", { href: c, className: a.desktopLink, children: [
|
|
7
|
+
/* @__PURE__ */ e("img", { src: m, alt: "", className: a.image }),
|
|
8
|
+
/* @__PURE__ */ l("div", { className: a.textContent, children: [
|
|
9
|
+
/* @__PURE__ */ e(i, { defaultVariant: "displayLg", className: a.title, children: r }),
|
|
10
|
+
s && /* @__PURE__ */ e(i, { defaultVariant: "headingSm", className: a.description, children: s })
|
|
11
|
+
] })
|
|
12
|
+
] }) }) }),
|
|
13
|
+
/* @__PURE__ */ l("div", { className: a.mobileLayout, children: [
|
|
14
|
+
/* @__PURE__ */ e("img", { src: m, alt: "", className: a.image }),
|
|
15
|
+
/* @__PURE__ */ l("div", { className: a.textContent, children: [
|
|
16
|
+
/* @__PURE__ */ e(i, { defaultVariant: "displayLg", mobileVariant: "headingXl", className: a.title, children: r }),
|
|
17
|
+
s && /* @__PURE__ */ e(i, { defaultVariant: "headingSm", mobileVariant: "headingXs", className: a.description, children: s })
|
|
18
|
+
] }),
|
|
19
|
+
/* @__PURE__ */ e("a", { href: c, className: a.mobileButton, children: /* @__PURE__ */ e("div", { className: a.cursorVisual, children: /* @__PURE__ */ e("div", { className: a.cursorVisualText, children: /* @__PURE__ */ e(i, { defaultVariant: "labelLg", mobileVariant: "labelLg", emphasis: !0, children: t }) }) }) })
|
|
20
|
+
] })
|
|
21
|
+
] });
|
|
22
|
+
export {
|
|
23
|
+
N as CursorImageBlock
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="cursorImageBlock-module__root___0PwhB",t="cursorImageBlock-module__image___D4SEN",e="cursorImageBlock-module__textContent___ZUb6l",u="cursorImageBlock-module__title___5vaBY",_="cursorImageBlock-module__description___R3uj2",r="cursorImageBlock-module__mobileLayout___Prji8",s="cursorImageBlock-module__cursorVisual___-zg8I",l="cursorImageBlock-module__cursorVisualText___uAUpt",c="cursorImageBlock-module__desktopLayout___JPMLz",i="cursorImageBlock-module__mobileButton___oXpir",a={root:o,image:t,textContent:e,title:u,description:_,mobileLayout:r,cursorVisual:s,cursorVisualText:l,desktopLayout:c,mobileButton:i};exports.cursorVisual=s;exports.cursorVisualText=l;exports.default=a;exports.description=_;exports.desktopLayout=c;exports.image=t;exports.mobileButton=i;exports.mobileLayout=r;exports.root=o;exports.textContent=e;exports.title=u;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const o = "cursorImageBlock-module__root___0PwhB", t = "cursorImageBlock-module__image___D4SEN", e = "cursorImageBlock-module__textContent___ZUb6l", _ = "cursorImageBlock-module__title___5vaBY", u = "cursorImageBlock-module__description___R3uj2", s = "cursorImageBlock-module__mobileLayout___Prji8", r = "cursorImageBlock-module__cursorVisual___-zg8I", c = "cursorImageBlock-module__cursorVisualText___uAUpt", l = "cursorImageBlock-module__desktopLayout___JPMLz", m = "cursorImageBlock-module__mobileButton___oXpir", a = {
|
|
2
|
+
root: o,
|
|
3
|
+
image: t,
|
|
4
|
+
textContent: e,
|
|
5
|
+
title: _,
|
|
6
|
+
description: u,
|
|
7
|
+
mobileLayout: s,
|
|
8
|
+
cursorVisual: r,
|
|
9
|
+
cursorVisualText: c,
|
|
10
|
+
desktopLayout: l,
|
|
11
|
+
mobileButton: m
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
r as cursorVisual,
|
|
15
|
+
c as cursorVisualText,
|
|
16
|
+
a as default,
|
|
17
|
+
u as description,
|
|
18
|
+
l as desktopLayout,
|
|
19
|
+
t as image,
|
|
20
|
+
m as mobileButton,
|
|
21
|
+
s as mobileLayout,
|
|
22
|
+
o as root,
|
|
23
|
+
e as textContent,
|
|
24
|
+
_ as title
|
|
25
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),f=require("react"),y=require("../../node_modules/gsap/index.cjs.js"),p=require("../../node_modules/gsap/Flip.cjs.js"),N=require("../../node_modules/@gsap/react/src/index.cjs.js"),R=require("../../pageComponents/Bubbles/Bubbles.cjs.js"),q=require("../../pageComponents/Gradient/Gradient.cjs.js"),x=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),C=require("../../utils/cn/cn.cjs.js"),b=require("../../components/Typography/Typography.cjs.js"),_=require("../../components/Icon/Icon.cjs.js"),t=require("./SlidingTabsGallery.module.css.cjs.js");y.gsap.registerPlugin(p.Flip);const S=({title:j,tabs:o,withBubbles:m})=>{const s=f.useRef(null),a=f.useRef(null),[l,h]=f.useState(o[0]);N.useGSAP(()=>{const i=s.current,n=a.current,u=r=>{if(i&&n&&r){const T=n.getBoundingClientRect(),g=r.getBoundingClientRect();y.gsap.set(i,{left:g.left-T.left,top:g.top-T.top,width:g.width,height:g.height})}};if(n&&n.children.length>1){const r=n.children[1];r&&u(r)}let c;const d=()=>{clearTimeout(c),c=setTimeout(()=>{if(i&&n&&n.children.length>1&&o.length>0){const r=n.children[1];r&&(u(r),h(o[0]))}},250)};return window.addEventListener("resize",d),()=>{clearTimeout(c),window.removeEventListener("resize",d)}},{dependencies:[o,h],scope:a});const v=(i,n)=>{if(i===l)return;const u=p.Flip.getState(s.current);if(h(i),s.current&&a.current&&a.current.children.length>n+1){const c=a.current.children[n+1];if(c){const d=a.current.getBoundingClientRect(),r=c.getBoundingClientRect();s.current.style.left=`${r.left-d.left}px`,s.current.style.top=`${r.top-d.top}px`,s.current.style.width=`${r.width}px`,s.current.style.height=`${r.height}px`}}p.Flip.from(u,{targets:s.current,duration:.3,ease:"power1.inOut"})};return e.jsxs("section",{className:t.default.root,children:[m&&e.jsx(R.Bubbles,{className:t.default.bubbles}),e.jsxs("div",{className:t.default.container,children:[e.jsx(x.HighlightedTitle,{as:"div",title:j,className:t.default.header,colorScheme:"dark"}),e.jsxs("div",{className:t.default.content,children:[l.image&&e.jsx("div",{className:t.default.imageWrap,children:e.jsx("img",{src:l.image,alt:"Total Care",className:t.default.image})}),e.jsx("div",{className:t.default.tabsContainer,children:e.jsxs("div",{ref:a,className:t.default.tabs,children:[e.jsx("div",{ref:s,id:"marker",className:t.default.marker}),o.map((i,n)=>e.jsxs("button",{className:C.cn(t.default.tab,{[t.default.active]:l===i}),onClick:()=>v(i,n),children:[i.icon&&e.jsx(b.Typography,{defaultVariant:"displayMd",className:t.default.icon,children:e.jsx(_.Icon,{name:i.icon})}),e.jsx(b.Typography,{defaultVariant:"displayMd",className:t.default.
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),f=require("react"),y=require("../../node_modules/gsap/index.cjs.js"),p=require("../../node_modules/gsap/Flip.cjs.js"),N=require("../../node_modules/@gsap/react/src/index.cjs.js"),R=require("../../pageComponents/Bubbles/Bubbles.cjs.js"),q=require("../../pageComponents/Gradient/Gradient.cjs.js"),x=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),C=require("../../utils/cn/cn.cjs.js"),b=require("../../components/Typography/Typography.cjs.js"),_=require("../../components/Icon/Icon.cjs.js"),t=require("./SlidingTabsGallery.module.css.cjs.js");y.gsap.registerPlugin(p.Flip);const S=({title:j,tabs:o,withBubbles:m})=>{const s=f.useRef(null),a=f.useRef(null),[l,h]=f.useState(o[0]);N.useGSAP(()=>{const i=s.current,n=a.current,u=r=>{if(i&&n&&r){const T=n.getBoundingClientRect(),g=r.getBoundingClientRect();y.gsap.set(i,{left:g.left-T.left,top:g.top-T.top,width:g.width,height:g.height})}};if(n&&n.children.length>1){const r=n.children[1];r&&u(r)}let c;const d=()=>{clearTimeout(c),c=setTimeout(()=>{if(i&&n&&n.children.length>1&&o.length>0){const r=n.children[1];r&&(u(r),h(o[0]))}},250)};return window.addEventListener("resize",d),()=>{clearTimeout(c),window.removeEventListener("resize",d)}},{dependencies:[o,h],scope:a});const v=(i,n)=>{if(i===l)return;const u=p.Flip.getState(s.current);if(h(i),s.current&&a.current&&a.current.children.length>n+1){const c=a.current.children[n+1];if(c){const d=a.current.getBoundingClientRect(),r=c.getBoundingClientRect();s.current.style.left=`${r.left-d.left}px`,s.current.style.top=`${r.top-d.top}px`,s.current.style.width=`${r.width}px`,s.current.style.height=`${r.height}px`}}p.Flip.from(u,{targets:s.current,duration:.3,ease:"power1.inOut"})};return e.jsxs("section",{className:t.default.root,children:[m&&e.jsx(R.Bubbles,{className:t.default.bubbles}),e.jsxs("div",{className:t.default.container,children:[e.jsx(x.HighlightedTitle,{as:"div",title:j,className:t.default.header,colorScheme:"dark"}),e.jsxs("div",{className:t.default.content,children:[l.image&&e.jsx("div",{className:t.default.imageWrap,children:e.jsx("img",{src:l.image,alt:"Total Care",className:t.default.image})}),e.jsx("div",{className:t.default.tabsContainer,children:e.jsxs("div",{ref:a,className:t.default.tabs,children:[e.jsx("div",{ref:s,id:"marker",className:t.default.marker}),o.map((i,n)=>e.jsxs("button",{className:C.cn(t.default.tab,{[t.default.active]:l===i}),onClick:()=>v(i,n),children:[i.icon&&e.jsx(b.Typography,{defaultVariant:"displayMd",className:t.default.icon,children:e.jsx(_.Icon,{name:i.icon})}),e.jsx(b.Typography,{defaultVariant:"displayMd",className:t.default.hideMobile,children:i.label})]},i.label))]})}),l.description&&e.jsx("div",{className:t.default.description,children:e.jsx(x.HighlightedTitle,{as:"div",defaultVariant:"bodyMd",className:t.default.descriptionText,title:l.description,colorScheme:"dark"})})]})]}),m&&e.jsx(q.Gradient,{variant:"blue"})]})};exports.SlidingTabsGallery=S;
|
|
@@ -9,7 +9,7 @@ import { Gradient as x } from "../../pageComponents/Gradient/Gradient.es.js";
|
|
|
9
9
|
import { HighlightedTitle as N } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
10
10
|
import { cn as B } from "../../utils/cn/cn.es.js";
|
|
11
11
|
import { Typography as b } from "../../components/Typography/Typography.es.js";
|
|
12
|
-
import { Icon as
|
|
12
|
+
import { Icon as M } from "../../components/Icon/Icon.es.js";
|
|
13
13
|
import e from "./SlidingTabsGallery.module.css.es.js";
|
|
14
14
|
C.registerPlugin(f);
|
|
15
15
|
const I = ({ title: R, tabs: l, withBubbles: g }) => {
|
|
@@ -78,8 +78,8 @@ const I = ({ title: R, tabs: l, withBubbles: g }) => {
|
|
|
78
78
|
}),
|
|
79
79
|
onClick: () => y(t, r),
|
|
80
80
|
children: [
|
|
81
|
-
t.icon && /* @__PURE__ */ n(b, { defaultVariant: "displayMd", className: e.icon, children: /* @__PURE__ */ n(
|
|
82
|
-
/* @__PURE__ */ n(b, { defaultVariant: "displayMd", className: e.
|
|
81
|
+
t.icon && /* @__PURE__ */ n(b, { defaultVariant: "displayMd", className: e.icon, children: /* @__PURE__ */ n(M, { name: t.icon }) }),
|
|
82
|
+
/* @__PURE__ */ n(b, { defaultVariant: "displayMd", className: e.hideMobile, children: t.label })
|
|
83
83
|
]
|
|
84
84
|
},
|
|
85
85
|
t.label
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="SlidingTabsGallery-module__root___BsvYn",a="SlidingTabsGallery-module__bubbles___XumkJ",
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="SlidingTabsGallery-module__root___BsvYn",a="SlidingTabsGallery-module__bubbles___XumkJ",i="SlidingTabsGallery-module__container___vP0rd",l="SlidingTabsGallery-module__header___eJQXu",t="SlidingTabsGallery-module__content___jjd1o",_="SlidingTabsGallery-module__tabsContainer___Se1lx",o="SlidingTabsGallery-module__tabs___ZEKrF",n="SlidingTabsGallery-module__tab___Ztklx",r="SlidingTabsGallery-module__active___XatLw",s="SlidingTabsGallery-module__marker___c5lgj",d="SlidingTabsGallery-module__imageWrap___OWtqZ",b="SlidingTabsGallery-module__description___JBoEm",c="SlidingTabsGallery-module__descriptionText___g-K-K",m="SlidingTabsGallery-module__image___E02Sh",u="SlidingTabsGallery-module__hideMobile___t2U4P",g={root:e,bubbles:a,container:i,header:l,content:t,tabsContainer:_,tabs:o,tab:n,active:r,marker:s,imageWrap:d,description:b,descriptionText:c,image:m,hideMobile:u};exports.active=r;exports.bubbles=a;exports.container=i;exports.content=t;exports.default=g;exports.description=b;exports.descriptionText=c;exports.header=l;exports.hideMobile=u;exports.image=m;exports.imageWrap=d;exports.marker=s;exports.root=e;exports.tab=n;exports.tabs=o;exports.tabsContainer=_;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
const e = "SlidingTabsGallery-module__root___BsvYn", _ = "SlidingTabsGallery-module__bubbles___XumkJ", l = "SlidingTabsGallery-module__container___vP0rd", a = "SlidingTabsGallery-module__header___eJQXu", i = "SlidingTabsGallery-module__content___jjd1o",
|
|
1
|
+
const e = "SlidingTabsGallery-module__root___BsvYn", _ = "SlidingTabsGallery-module__bubbles___XumkJ", l = "SlidingTabsGallery-module__container___vP0rd", a = "SlidingTabsGallery-module__header___eJQXu", i = "SlidingTabsGallery-module__content___jjd1o", t = "SlidingTabsGallery-module__tabsContainer___Se1lx", o = "SlidingTabsGallery-module__tabs___ZEKrF", n = "SlidingTabsGallery-module__tab___Ztklx", s = "SlidingTabsGallery-module__active___XatLw", d = "SlidingTabsGallery-module__marker___c5lgj", r = "SlidingTabsGallery-module__imageWrap___OWtqZ", b = "SlidingTabsGallery-module__description___JBoEm", c = "SlidingTabsGallery-module__descriptionText___g-K-K", m = "SlidingTabsGallery-module__image___E02Sh", g = "SlidingTabsGallery-module__hideMobile___t2U4P", u = {
|
|
2
2
|
root: e,
|
|
3
3
|
bubbles: _,
|
|
4
4
|
container: l,
|
|
5
5
|
header: a,
|
|
6
6
|
content: i,
|
|
7
|
-
tabsContainer:
|
|
8
|
-
tabs:
|
|
7
|
+
tabsContainer: t,
|
|
8
|
+
tabs: o,
|
|
9
9
|
tab: n,
|
|
10
10
|
active: s,
|
|
11
|
-
marker:
|
|
12
|
-
imageWrap:
|
|
11
|
+
marker: d,
|
|
12
|
+
imageWrap: r,
|
|
13
13
|
description: b,
|
|
14
14
|
descriptionText: c,
|
|
15
15
|
image: m,
|
|
16
|
-
|
|
16
|
+
hideMobile: g
|
|
17
17
|
};
|
|
18
18
|
export {
|
|
19
19
|
s as active,
|
|
@@ -24,12 +24,12 @@ export {
|
|
|
24
24
|
b as description,
|
|
25
25
|
c as descriptionText,
|
|
26
26
|
a as header,
|
|
27
|
+
g as hideMobile,
|
|
27
28
|
m as image,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
g as mobile,
|
|
29
|
+
r as imageWrap,
|
|
30
|
+
d as marker,
|
|
31
31
|
e as root,
|
|
32
32
|
n as tab,
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
o as tabs,
|
|
34
|
+
t as tabsContainer
|
|
35
35
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),a=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),l=require("./assets/biological-age-img.png.cjs.js"),i=require("./biologicalAge.module.css.cjs.js"),t=()=>e.jsx("section",{className:i.default.root,children:e.jsx("div",{className:i.default.container,children:e.jsxs("div",{className:i.default.content,children:[e.jsx("img",{src:l.default,alt:"background image",className:i.default.image}),e.jsx("div",{className:i.default.textContainer,children:e.jsx(a.HighlightedTitle,{title:e.jsxs("p",{children:["Our patients see an average reduction in biological age of ",e.jsx("b",{children:"8 years"})]}),defaultVariant:"displayXs",mobileVariant:"headingXs"})})]})})});exports.BiologicalAge=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BiologicalAge: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx as e, jsxs as a } from "react/jsx-runtime";
|
|
2
|
+
import { HighlightedTitle as r } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
3
|
+
import t from "./assets/biological-age-img.png.es.js";
|
|
4
|
+
import i from "./biologicalAge.module.css.es.js";
|
|
5
|
+
const c = () => /* @__PURE__ */ e("section", { className: i.root, children: /* @__PURE__ */ e("div", { className: i.container, children: /* @__PURE__ */ a("div", { className: i.content, children: [
|
|
6
|
+
/* @__PURE__ */ e("img", { src: t, alt: "background image", className: i.image }),
|
|
7
|
+
/* @__PURE__ */ e("div", { className: i.textContainer, children: /* @__PURE__ */ e(
|
|
8
|
+
r,
|
|
9
|
+
{
|
|
10
|
+
title: /* @__PURE__ */ a("p", { children: [
|
|
11
|
+
"Our patients see an average reduction in biological age of ",
|
|
12
|
+
/* @__PURE__ */ e("b", { children: "8 years" })
|
|
13
|
+
] }),
|
|
14
|
+
defaultVariant: "displayXs",
|
|
15
|
+
mobileVariant: "headingXs"
|
|
16
|
+
}
|
|
17
|
+
) })
|
|
18
|
+
] }) }) });
|
|
19
|
+
export {
|
|
20
|
+
c as BiologicalAge
|
|
21
|
+
};
|