@zenpatient-org/healthspan-marketing-ui 0.1.126 → 0.1.127
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/healthspan-marketing-ui.css +1 -1
- package/dist/modules/ScienceHero/ScienceHero.cjs.js +1 -0
- package/dist/modules/ScienceHero/ScienceHero.d.ts +10 -0
- package/dist/modules/ScienceHero/ScienceHero.es.js +79 -0
- package/dist/modules/ScienceHero/ScienceHeroCursor.cjs.js +1 -0
- package/dist/modules/ScienceHero/ScienceHeroCursor.d.ts +9 -0
- package/dist/modules/ScienceHero/ScienceHeroCursor.es.js +84 -0
- package/dist/modules/ScienceHero/index.d.ts +1 -0
- package/dist/modules/ScienceHero/scienceHero.module.css.cjs.js +1 -0
- package/dist/modules/ScienceHero/scienceHero.module.css.es.js +41 -0
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.cjs.js +1 -1
- package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.es.js +7 -7
- package/package.json +6 -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"),u=require("./ScienceHeroCursor.cjs.js"),a=require("./scienceHero.module.css.cjs.js"),m=({firstLineTitle:n,optionalLineTitle:r,highlightedLineTitle:i,label:t,backgroundImage:l,badges:o,cursorLink:d})=>e.jsx(u.ScienceHeroCursor,{backgroundImage:l,cursorLink:d,children:e.jsxs("section",{className:a.default.root,"data-type":"hero",children:[e.jsx("div",{className:a.default.blurredBackground,style:{backgroundImage:`url(${l})`}}),e.jsxs("div",{className:a.default.container,children:[e.jsx("div",{className:a.default.leftColumn}),e.jsxs("div",{className:a.default.mainColumn,children:[e.jsx("div",{className:a.default.verticalBorder}),e.jsx("div",{className:a.default.circleVector}),e.jsx("a",{className:a.default.circleVectorMobile,href:d,style:{backgroundImage:`url(${l}`}}),e.jsxs("div",{className:a.default.content,children:[t&&e.jsx(s.Typography,{defaultVariant:"labelXs",emphasis:!0,className:a.default.label,children:t}),e.jsxs("div",{className:a.default.title,children:[e.jsx(s.Typography,{as:"h2",defaultVariant:"displayXl",mobileVariant:"displayXs",className:a.default.firstLineTitle,children:n}),r&&e.jsx(s.Typography,{defaultVariant:"displayXl",mobileVariant:"displayXs",className:a.default.optionalLineTitle,children:r}),i&&e.jsx(s.Typography,{defaultVariant:"displayXl",mobileVariant:"displayXs",className:a.default.highlightedLineTitle,children:i})]}),e.jsx("div",{className:a.default.badgesRow,children:o.map(c=>e.jsx(s.Typography,{as:"p",defaultVariant:"labelXs",emphasis:!0,className:a.default.badge,children:c},c))})]}),e.jsx("div",{className:a.default.verticalBorder})]}),e.jsx("div",{className:a.default.rightColumn})]})]})});exports.ScienceHero=m;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export type ScienceHeroProps = {
|
|
2
|
+
firstLineTitle: string;
|
|
3
|
+
optionalLineTitle?: string;
|
|
4
|
+
highlightedLineTitle?: string;
|
|
5
|
+
label?: string;
|
|
6
|
+
backgroundImage: string;
|
|
7
|
+
cursorLink: string;
|
|
8
|
+
badges: Array<string>;
|
|
9
|
+
};
|
|
10
|
+
export declare const ScienceHero: ({ firstLineTitle, optionalLineTitle, highlightedLineTitle, label, backgroundImage, badges, cursorLink, }: ScienceHeroProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { jsx as e, jsxs as l } from "react/jsx-runtime";
|
|
2
|
+
import { Typography as s } from "../../components/Typography/Typography.es.js";
|
|
3
|
+
import { ScienceHeroCursor as h } from "./ScienceHeroCursor.es.js";
|
|
4
|
+
import a from "./scienceHero.module.css.es.js";
|
|
5
|
+
const f = ({
|
|
6
|
+
firstLineTitle: n,
|
|
7
|
+
optionalLineTitle: r,
|
|
8
|
+
highlightedLineTitle: c,
|
|
9
|
+
label: t,
|
|
10
|
+
backgroundImage: i,
|
|
11
|
+
badges: o,
|
|
12
|
+
cursorLink: d
|
|
13
|
+
}) => /* @__PURE__ */ e(h, { backgroundImage: i, cursorLink: d, children: /* @__PURE__ */ l("section", { className: a.root, "data-type": "hero", children: [
|
|
14
|
+
/* @__PURE__ */ e("div", { className: a.blurredBackground, style: { backgroundImage: `url(${i})` } }),
|
|
15
|
+
/* @__PURE__ */ l("div", { className: a.container, children: [
|
|
16
|
+
/* @__PURE__ */ e("div", { className: a.leftColumn }),
|
|
17
|
+
/* @__PURE__ */ l("div", { className: a.mainColumn, children: [
|
|
18
|
+
/* @__PURE__ */ e("div", { className: a.verticalBorder }),
|
|
19
|
+
/* @__PURE__ */ e("div", { className: a.circleVector }),
|
|
20
|
+
/* @__PURE__ */ e(
|
|
21
|
+
"a",
|
|
22
|
+
{
|
|
23
|
+
className: a.circleVectorMobile,
|
|
24
|
+
href: d,
|
|
25
|
+
style: { backgroundImage: `url(${i}` }
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ l("div", { className: a.content, children: [
|
|
29
|
+
t && /* @__PURE__ */ e(s, { defaultVariant: "labelXs", emphasis: !0, className: a.label, children: t }),
|
|
30
|
+
/* @__PURE__ */ l("div", { className: a.title, children: [
|
|
31
|
+
/* @__PURE__ */ e(
|
|
32
|
+
s,
|
|
33
|
+
{
|
|
34
|
+
as: "h2",
|
|
35
|
+
defaultVariant: "displayXl",
|
|
36
|
+
mobileVariant: "displayXs",
|
|
37
|
+
className: a.firstLineTitle,
|
|
38
|
+
children: n
|
|
39
|
+
}
|
|
40
|
+
),
|
|
41
|
+
r && /* @__PURE__ */ e(
|
|
42
|
+
s,
|
|
43
|
+
{
|
|
44
|
+
defaultVariant: "displayXl",
|
|
45
|
+
mobileVariant: "displayXs",
|
|
46
|
+
className: a.optionalLineTitle,
|
|
47
|
+
children: r
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
c && /* @__PURE__ */ e(
|
|
51
|
+
s,
|
|
52
|
+
{
|
|
53
|
+
defaultVariant: "displayXl",
|
|
54
|
+
mobileVariant: "displayXs",
|
|
55
|
+
className: a.highlightedLineTitle,
|
|
56
|
+
children: c
|
|
57
|
+
}
|
|
58
|
+
)
|
|
59
|
+
] }),
|
|
60
|
+
/* @__PURE__ */ e("div", { className: a.badgesRow, children: o.map((m) => /* @__PURE__ */ e(
|
|
61
|
+
s,
|
|
62
|
+
{
|
|
63
|
+
as: "p",
|
|
64
|
+
defaultVariant: "labelXs",
|
|
65
|
+
emphasis: !0,
|
|
66
|
+
className: a.badge,
|
|
67
|
+
children: m
|
|
68
|
+
},
|
|
69
|
+
m
|
|
70
|
+
)) })
|
|
71
|
+
] }),
|
|
72
|
+
/* @__PURE__ */ e("div", { className: a.verticalBorder })
|
|
73
|
+
] }),
|
|
74
|
+
/* @__PURE__ */ e("div", { className: a.rightColumn })
|
|
75
|
+
] })
|
|
76
|
+
] }) });
|
|
77
|
+
export {
|
|
78
|
+
f as ScienceHero
|
|
79
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),t=require("react"),C=require("react-dom"),w=require("./scienceHero.module.css.cjs.js");function L({children:r,backgroundImage:p,cursorLink:v}){const[i,x]=t.useState({x:0,y:0}),[h,m]=t.useState(0),[$,c]=t.useState(!1),[b,l]=t.useState(!1),[o,g]=t.useState(null),[s,M]=t.useState(!1);t.useEffect(()=>{l(!0);const e=()=>M(window.innerWidth<=768);return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e),l(!1)}},[]),t.useEffect(()=>{if(s)return;const e=f=>{x({x:f.clientX,y:f.clientY})},d=()=>{m(window.scrollY)};return window.addEventListener("mousemove",e),window.addEventListener("scroll",d),()=>{window.removeEventListener("mousemove",e),window.removeEventListener("scroll",d)}},[s]);const S=e=>{s||(g(e.currentTarget.getBoundingClientRect()),c(!0))},y=()=>{s||c(!1)},E=()=>{window.location.href=v};if(typeof window>"u")return r;if(s)return n.jsx("div",{children:r});const u=`circle(270px at ${i.x}px ${i.y}px)`,a=$&&o&&n.jsx("div",{className:w.default.cursorContainer,style:{position:"fixed",top:`${o.top}px`,left:`${o.left}px`,width:`${o.width}px`,height:`${o.height}px`,overflow:"hidden",cursor:"pointer"},children:n.jsx("div",{className:w.default.normalBackground,style:{position:"absolute",top:`${-o.top}px`,left:`${-o.left}px`,backgroundImage:`url(${p})`,clipPath:u,WebkitClipPath:u,backgroundPosition:`center ${-h}px`}})});return n.jsxs(n.Fragment,{children:[n.jsx("div",{onMouseEnter:S,onMouseLeave:y,onClick:E,style:{cursor:"pointer"},children:r}),b&&a&&C.createPortal(a,document.body)]})}exports.ScienceHeroCursor=L;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
type ScienceHeroCursorProps = {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
backgroundImage: string;
|
|
6
|
+
cursorLink: string;
|
|
7
|
+
};
|
|
8
|
+
export declare function ScienceHeroCursor({ children, backgroundImage, cursorLink }: ScienceHeroCursorProps): string | number | boolean | Iterable<React.ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as r, jsxs as k, Fragment as P } from "react/jsx-runtime";
|
|
3
|
+
import { useState as o, useEffect as p } from "react";
|
|
4
|
+
import { createPortal as R } from "react-dom";
|
|
5
|
+
import w from "./scienceHero.module.css.es.js";
|
|
6
|
+
function z({ children: s, backgroundImage: m, cursorLink: v }) {
|
|
7
|
+
const [i, h] = o({ x: 0, y: 0 }), [x, M] = o(0), [b, l] = o(!1), [g, c] = o(!1), [t, $] = o(null), [n, y] = o(!1);
|
|
8
|
+
p(() => {
|
|
9
|
+
c(!0);
|
|
10
|
+
const e = () => y(window.innerWidth <= 768);
|
|
11
|
+
return e(), window.addEventListener("resize", e), () => {
|
|
12
|
+
window.removeEventListener("resize", e), c(!1);
|
|
13
|
+
};
|
|
14
|
+
}, []), p(() => {
|
|
15
|
+
if (n) return;
|
|
16
|
+
const e = (f) => {
|
|
17
|
+
h({
|
|
18
|
+
x: f.clientX,
|
|
19
|
+
y: f.clientY
|
|
20
|
+
});
|
|
21
|
+
}, a = () => {
|
|
22
|
+
M(window.scrollY);
|
|
23
|
+
};
|
|
24
|
+
return window.addEventListener("mousemove", e), window.addEventListener("scroll", a), () => {
|
|
25
|
+
window.removeEventListener("mousemove", e), window.removeEventListener("scroll", a);
|
|
26
|
+
};
|
|
27
|
+
}, [n]);
|
|
28
|
+
const E = (e) => {
|
|
29
|
+
n || ($(e.currentTarget.getBoundingClientRect()), l(!0));
|
|
30
|
+
}, C = () => {
|
|
31
|
+
n || l(!1);
|
|
32
|
+
}, L = () => {
|
|
33
|
+
window.location.href = v;
|
|
34
|
+
};
|
|
35
|
+
if (typeof window > "u") return s;
|
|
36
|
+
if (n)
|
|
37
|
+
return /* @__PURE__ */ r("div", { children: s });
|
|
38
|
+
const d = `circle(270px at ${i.x}px ${i.y}px)`, u = b && t && /* @__PURE__ */ r(
|
|
39
|
+
"div",
|
|
40
|
+
{
|
|
41
|
+
className: w.cursorContainer,
|
|
42
|
+
style: {
|
|
43
|
+
position: "fixed",
|
|
44
|
+
top: `${t.top}px`,
|
|
45
|
+
left: `${t.left}px`,
|
|
46
|
+
width: `${t.width}px`,
|
|
47
|
+
height: `${t.height}px`,
|
|
48
|
+
overflow: "hidden",
|
|
49
|
+
cursor: "pointer"
|
|
50
|
+
},
|
|
51
|
+
children: /* @__PURE__ */ r(
|
|
52
|
+
"div",
|
|
53
|
+
{
|
|
54
|
+
className: w.normalBackground,
|
|
55
|
+
style: {
|
|
56
|
+
position: "absolute",
|
|
57
|
+
top: `${-t.top}px`,
|
|
58
|
+
left: `${-t.left}px`,
|
|
59
|
+
backgroundImage: `url(${m})`,
|
|
60
|
+
clipPath: d,
|
|
61
|
+
WebkitClipPath: d,
|
|
62
|
+
backgroundPosition: `center ${-x}px`
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
)
|
|
66
|
+
}
|
|
67
|
+
);
|
|
68
|
+
return /* @__PURE__ */ k(P, { children: [
|
|
69
|
+
/* @__PURE__ */ r(
|
|
70
|
+
"div",
|
|
71
|
+
{
|
|
72
|
+
onMouseEnter: E,
|
|
73
|
+
onMouseLeave: C,
|
|
74
|
+
onClick: L,
|
|
75
|
+
style: { cursor: "pointer" },
|
|
76
|
+
children: s
|
|
77
|
+
}
|
|
78
|
+
),
|
|
79
|
+
g && u && R(u, document.body)
|
|
80
|
+
] });
|
|
81
|
+
}
|
|
82
|
+
export {
|
|
83
|
+
z as ScienceHeroCursor
|
|
84
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ScienceHero } from './ScienceHero';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="scienceHero-module__root___1mxBF",o="scienceHero-module__blurredBackground___1nHn-",n="scienceHero-module__normalBackground___Nmff2",c="scienceHero-module__container___nARrv",l="scienceHero-module__circleVector___YRvlO",t="scienceHero-module__mainColumn___6FXPp",i="scienceHero-module__leftColumn___btXP-",_="scienceHero-module__rightColumn___NmO1h",r="scienceHero-module__verticalBorder___Yp2-F",s="scienceHero-module__content___-ns5L",d="scienceHero-module__label___uJCET",u="scienceHero-module__title___vVz4E",a="scienceHero-module__firstLineTitle___h1FKx",m="scienceHero-module__optionalLineTitle___erKDO",g="scienceHero-module__highlightedLineTitle___mmHaK",b="scienceHero-module__badgesRow___N0x9v",H="scienceHero-module__badge___oG08P",h="scienceHero-module__circleVectorMobile___QoQiY",T={root:e,blurredBackground:o,normalBackground:n,container:c,circleVector:l,mainColumn:t,leftColumn:i,rightColumn:_,verticalBorder:r,content:s,label:d,title:u,firstLineTitle:a,optionalLineTitle:m,highlightedLineTitle:g,badgesRow:b,badge:H,circleVectorMobile:h};exports.badge=H;exports.badgesRow=b;exports.blurredBackground=o;exports.circleVector=l;exports.circleVectorMobile=h;exports.container=c;exports.content=s;exports.default=T;exports.firstLineTitle=a;exports.highlightedLineTitle=g;exports.label=d;exports.leftColumn=i;exports.mainColumn=t;exports.normalBackground=n;exports.optionalLineTitle=m;exports.rightColumn=_;exports.root=e;exports.title=u;exports.verticalBorder=r;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
const e = "scienceHero-module__root___1mxBF", o = "scienceHero-module__blurredBackground___1nHn-", _ = "scienceHero-module__normalBackground___Nmff2", c = "scienceHero-module__container___nARrv", n = "scienceHero-module__circleVector___YRvlO", l = "scienceHero-module__mainColumn___6FXPp", t = "scienceHero-module__leftColumn___btXP-", i = "scienceHero-module__rightColumn___NmO1h", r = "scienceHero-module__verticalBorder___Yp2-F", s = "scienceHero-module__content___-ns5L", d = "scienceHero-module__label___uJCET", m = "scienceHero-module__title___vVz4E", u = "scienceHero-module__firstLineTitle___h1FKx", a = "scienceHero-module__optionalLineTitle___erKDO", g = "scienceHero-module__highlightedLineTitle___mmHaK", H = "scienceHero-module__badgesRow___N0x9v", b = "scienceHero-module__badge___oG08P", h = "scienceHero-module__circleVectorMobile___QoQiY", B = {
|
|
2
|
+
root: e,
|
|
3
|
+
blurredBackground: o,
|
|
4
|
+
normalBackground: _,
|
|
5
|
+
container: c,
|
|
6
|
+
circleVector: n,
|
|
7
|
+
mainColumn: l,
|
|
8
|
+
leftColumn: t,
|
|
9
|
+
rightColumn: i,
|
|
10
|
+
verticalBorder: r,
|
|
11
|
+
content: s,
|
|
12
|
+
label: d,
|
|
13
|
+
title: m,
|
|
14
|
+
firstLineTitle: u,
|
|
15
|
+
optionalLineTitle: a,
|
|
16
|
+
highlightedLineTitle: g,
|
|
17
|
+
badgesRow: H,
|
|
18
|
+
badge: b,
|
|
19
|
+
circleVectorMobile: h
|
|
20
|
+
};
|
|
21
|
+
export {
|
|
22
|
+
b as badge,
|
|
23
|
+
H as badgesRow,
|
|
24
|
+
o as blurredBackground,
|
|
25
|
+
n as circleVector,
|
|
26
|
+
h as circleVectorMobile,
|
|
27
|
+
c as container,
|
|
28
|
+
s as content,
|
|
29
|
+
B as default,
|
|
30
|
+
u as firstLineTitle,
|
|
31
|
+
g as highlightedLineTitle,
|
|
32
|
+
d as label,
|
|
33
|
+
t as leftColumn,
|
|
34
|
+
l as mainColumn,
|
|
35
|
+
_ as normalBackground,
|
|
36
|
+
a as optionalLineTitle,
|
|
37
|
+
i as rightColumn,
|
|
38
|
+
e as root,
|
|
39
|
+
m as title,
|
|
40
|
+
r as verticalBorder
|
|
41
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),u=require("../../components/Button/Button.cjs.js"),c=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),d=require("../../components/Typography/Typography.cjs.js"),n=require("../../utils/cn/cn.cjs.js"),t=require("./stillHaveQuestions.module.css.cjs.js"),m=require("./assets/stillHaveQuestions.jpg.cjs.js"),h=require("./assets/joinOurTeam.jpg.cjs.js"),g=({variant:i="StillHaveQuestions"})=>{const s={StillHaveQuestions:{title:e.jsxs(e.Fragment,{children:["Still
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),u=require("../../components/Button/Button.cjs.js"),c=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),d=require("../../components/Typography/Typography.cjs.js"),n=require("../../utils/cn/cn.cjs.js"),t=require("./stillHaveQuestions.module.css.cjs.js"),m=require("./assets/stillHaveQuestions.jpg.cjs.js"),h=require("./assets/joinOurTeam.jpg.cjs.js"),g=({variant:i="StillHaveQuestions"})=>{const s={StillHaveQuestions:{title:e.jsxs(e.Fragment,{children:["Still have ",e.jsx("b",{children:"questions?"})]}),buttonText:"Contact Us",buttonLink:"/contact-us",image:m.default},JoinOurTeam:{title:e.jsxs(e.Fragment,{children:["Have a passion for ",e.jsx("b",{children:"longevity science?"})]}),buttonText:"Join Our Team",buttonLink:"https://careers.gethealthspan.com/",image:h.default}},{title:o,buttonText:a,buttonLink:l,image:r}=s[i];return e.jsx("section",{className:t.default.root,children:e.jsx("div",{className:n.cn(t.default.imageWrapper,{[t.default.joinOurTeam]:i==="JoinOurTeam"}),style:{backgroundImage:`url(${r})`},children:e.jsxs("div",{className:n.cn(t.default.contentBox,{[t.default.joinOurTeam]:i==="JoinOurTeam"}),children:[e.jsx(c.HighlightedTitle,{colorScheme:"dark",title:e.jsx(d.Typography,{as:"p",defaultVariant:"displayMd",mobileVariant:"displayXs",children:o})}),e.jsx("div",{className:t.default.actions,children:e.jsx(u.Button,{as:"a",href:l,variant:"secondary",size:"lg",children:a})})]})})})};exports.StillHaveQuestions=g;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsxs as o, jsx as t, Fragment as n } from "react/jsx-runtime";
|
|
2
2
|
import { Button as u } from "../../components/Button/Button.es.js";
|
|
3
3
|
import { HighlightedTitle as d } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
|
|
4
|
-
import { Typography as
|
|
4
|
+
import { Typography as h } from "../../components/Typography/Typography.es.js";
|
|
5
5
|
import { cn as r } from "../../utils/cn/cn.es.js";
|
|
6
6
|
import e from "./stillHaveQuestions.module.css.es.js";
|
|
7
|
-
import
|
|
7
|
+
import p from "./assets/stillHaveQuestions.jpg.es.js";
|
|
8
8
|
import g from "./assets/joinOurTeam.jpg.es.js";
|
|
9
|
-
const
|
|
9
|
+
const H = ({ variant: i = "StillHaveQuestions" }) => {
|
|
10
10
|
const a = {
|
|
11
11
|
StillHaveQuestions: {
|
|
12
12
|
title: /* @__PURE__ */ o(n, { children: [
|
|
13
|
-
"Still
|
|
13
|
+
"Still have ",
|
|
14
14
|
/* @__PURE__ */ t("b", { children: "questions?" })
|
|
15
15
|
] }),
|
|
16
16
|
buttonText: "Contact Us",
|
|
17
17
|
buttonLink: "/contact-us",
|
|
18
|
-
image:
|
|
18
|
+
image: p
|
|
19
19
|
},
|
|
20
20
|
JoinOurTeam: {
|
|
21
21
|
title: /* @__PURE__ */ o(n, { children: [
|
|
@@ -39,7 +39,7 @@ const O = ({ variant: i = "StillHaveQuestions" }) => {
|
|
|
39
39
|
d,
|
|
40
40
|
{
|
|
41
41
|
colorScheme: "dark",
|
|
42
|
-
title: /* @__PURE__ */ t(
|
|
42
|
+
title: /* @__PURE__ */ t(h, { as: "p", defaultVariant: "displayMd", mobileVariant: "displayXs", children: s })
|
|
43
43
|
}
|
|
44
44
|
),
|
|
45
45
|
/* @__PURE__ */ t("div", { className: e.actions, children: /* @__PURE__ */ t(u, { as: "a", href: m, variant: "secondary", size: "lg", children: l }) })
|
|
@@ -48,5 +48,5 @@ const O = ({ variant: i = "StillHaveQuestions" }) => {
|
|
|
48
48
|
) });
|
|
49
49
|
};
|
|
50
50
|
export {
|
|
51
|
-
|
|
51
|
+
H as StillHaveQuestions
|
|
52
52
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenpatient-org/healthspan-marketing-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.127",
|
|
4
4
|
"description": "Design system",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
@@ -551,6 +551,11 @@
|
|
|
551
551
|
"import": "./dist/modules/HSModal/HSModal.es.js",
|
|
552
552
|
"require": "./dist/modules/HSModal/HSModal.cjs.js"
|
|
553
553
|
},
|
|
554
|
+
"./ScienceHero": {
|
|
555
|
+
"types": "./dist/modules/ScienceHero/ScienceHero.d.ts",
|
|
556
|
+
"import": "./dist/modules/ScienceHero/ScienceHero.es.js",
|
|
557
|
+
"require": "./dist/modules/ScienceHero/ScienceHero.cjs.js"
|
|
558
|
+
},
|
|
554
559
|
"./Bubbles": {
|
|
555
560
|
"types": "./dist/pageComponents/Bubbles/Bubbles.d.ts",
|
|
556
561
|
"import": "./dist/pageComponents/Bubbles/Bubbles.es.js",
|