@zenpatient-org/healthspan-marketing-ui 0.1.76 → 0.1.77
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/ProgramsDetailsHero/ProgramsDetailsHero.cjs.js +1 -1
- package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.es.js +5 -5
- package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.cjs.js +1 -1
- package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.es.js +16 -14
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../../components/Typography/Typography.cjs.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../../components/Typography/Typography.cjs.js"),o=require("../../components/Button/Button.cjs.js"),a=require("./programsDetailsHero.module.css.cjs.js"),d=({title:t,description:i,button:r,backgroundImage:l})=>e.jsx("section",{className:a.default.root,"data-type":"hero",style:{backgroundImage:`url(${l})`},children:e.jsx("div",{className:a.default.container,children:e.jsxs("div",{className:a.default.headline,children:[e.jsx("div",{className:a.default.titleContainer,children:e.jsx(s.Typography,{className:a.default.title,as:"h2",defaultVariant:"displayMd",mobileVariant:"headingXl",children:t})}),e.jsx("div",{className:a.default.midBorder}),e.jsx("div",{className:a.default.infoContainer,children:e.jsxs("div",{className:a.default.infoBox,children:[e.jsx(s.Typography,{className:a.default.description,as:"p",defaultVariant:"bodyMd",mobileVariant:"bodySm",children:i}),e.jsx(o.Button,{as:"a",href:r.link,variant:"secondary",size:"md",children:r.text})]})})]})})});exports.ProgramsDetailsHero=d;
|
|
@@ -2,19 +2,19 @@ import { jsx as e, jsxs as r } from "react/jsx-runtime";
|
|
|
2
2
|
import { Typography as s } from "../../components/Typography/Typography.es.js";
|
|
3
3
|
import { Button as o } from "../../components/Button/Button.es.js";
|
|
4
4
|
import a from "./programsDetailsHero.module.css.es.js";
|
|
5
|
-
const p = ({ title:
|
|
6
|
-
/* @__PURE__ */ e("div", { className: a.
|
|
5
|
+
const p = ({ title: l, description: d, button: i, backgroundImage: n }) => /* @__PURE__ */ e("section", { className: a.root, "data-type": "hero", style: { backgroundImage: `url(${n})` }, children: /* @__PURE__ */ e("div", { className: a.container, children: /* @__PURE__ */ r("div", { className: a.headline, children: [
|
|
6
|
+
/* @__PURE__ */ e("div", { className: a.titleContainer, children: /* @__PURE__ */ e(
|
|
7
7
|
s,
|
|
8
8
|
{
|
|
9
9
|
className: a.title,
|
|
10
10
|
as: "h2",
|
|
11
11
|
defaultVariant: "displayMd",
|
|
12
12
|
mobileVariant: "headingXl",
|
|
13
|
-
children:
|
|
13
|
+
children: l
|
|
14
14
|
}
|
|
15
15
|
) }),
|
|
16
16
|
/* @__PURE__ */ e("div", { className: a.midBorder }),
|
|
17
|
-
/* @__PURE__ */ e("div", { className: a.
|
|
17
|
+
/* @__PURE__ */ e("div", { className: a.infoContainer, children: /* @__PURE__ */ r("div", { className: a.infoBox, children: [
|
|
18
18
|
/* @__PURE__ */ e(
|
|
19
19
|
s,
|
|
20
20
|
{
|
|
@@ -22,7 +22,7 @@ const p = ({ title: d, description: l, button: i, backgroundImage: n }) => /* @_
|
|
|
22
22
|
as: "p",
|
|
23
23
|
defaultVariant: "bodyMd",
|
|
24
24
|
mobileVariant: "bodySm",
|
|
25
|
-
children:
|
|
25
|
+
children: d
|
|
26
26
|
}
|
|
27
27
|
),
|
|
28
28
|
/* @__PURE__ */ e(o, { as: "a", href: i.link, variant: "secondary", size: "md", children: i.text })
|
|
@@ -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="programsDetailsHero-module__root___tDtrT",e="programsDetailsHero-module__container___5dH1m",t="programsDetailsHero-module__headline___Y-4jv",r="programsDetailsHero-module__infoContainer___fBm4P",i="programsDetailsHero-module__titleContainer___pke97",n="programsDetailsHero-module__title___xHkWk",_="programsDetailsHero-module__midBorder___aleDm",a="programsDetailsHero-module__infoBox___xvieB",l="programsDetailsHero-module__description___ac7Pb",s={root:o,container:e,headline:t,infoContainer:r,titleContainer:i,title:n,midBorder:_,infoBox:a,description:l};exports.container=e;exports.default=s;exports.description=l;exports.headline=t;exports.infoBox=a;exports.infoContainer=r;exports.midBorder=_;exports.root=o;exports.title=n;exports.titleContainer=i;
|
|
@@ -1,21 +1,23 @@
|
|
|
1
|
-
const o = "programsDetailsHero-module__root___tDtrT", e = "programsDetailsHero-module__container___5dH1m",
|
|
1
|
+
const o = "programsDetailsHero-module__root___tDtrT", e = "programsDetailsHero-module__container___5dH1m", t = "programsDetailsHero-module__headline___Y-4jv", r = "programsDetailsHero-module__infoContainer___fBm4P", _ = "programsDetailsHero-module__titleContainer___pke97", i = "programsDetailsHero-module__title___xHkWk", n = "programsDetailsHero-module__midBorder___aleDm", a = "programsDetailsHero-module__infoBox___xvieB", s = "programsDetailsHero-module__description___ac7Pb", l = {
|
|
2
2
|
root: o,
|
|
3
3
|
container: e,
|
|
4
|
-
headline:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
headline: t,
|
|
5
|
+
infoContainer: r,
|
|
6
|
+
titleContainer: _,
|
|
7
|
+
title: i,
|
|
8
|
+
midBorder: n,
|
|
9
|
+
infoBox: a,
|
|
10
|
+
description: s
|
|
10
11
|
};
|
|
11
12
|
export {
|
|
12
13
|
e as container,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
l as default,
|
|
15
|
+
s as description,
|
|
16
|
+
t as headline,
|
|
17
|
+
a as infoBox,
|
|
18
|
+
r as infoContainer,
|
|
19
|
+
n as midBorder,
|
|
19
20
|
o as root,
|
|
20
|
-
|
|
21
|
+
i as title,
|
|
22
|
+
_ as titleContainer
|
|
21
23
|
};
|