@zenpatient-org/healthspan-marketing-ui 0.1.57 → 0.1.59

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.
Files changed (32) hide show
  1. package/dist/components/ContentTabs/ContentTabs.cjs.js +1 -1
  2. package/dist/components/ContentTabs/ContentTabs.d.ts +2 -1
  3. package/dist/components/ContentTabs/ContentTabs.es.js +21 -19
  4. package/dist/components/ContentTabs/contentTabs.module.css.cjs.js +1 -1
  5. package/dist/components/ContentTabs/contentTabs.module.css.es.js +10 -8
  6. package/dist/components/Icon/constants.cjs.js +1 -1
  7. package/dist/components/Icon/constants.d.ts +1 -0
  8. package/dist/components/Icon/constants.es.js +2 -1
  9. package/dist/components/Icon/iconsMap.cjs.js +1 -1
  10. package/dist/components/Icon/iconsMap.es.js +84 -82
  11. package/dist/components/ProgramCard/ProgramCard.cjs.js +1 -1
  12. package/dist/components/ProgramCard/ProgramCard.d.ts +10 -1
  13. package/dist/components/ProgramCard/ProgramCard.es.js +32 -14
  14. package/dist/components/ProgramCard/programCard.module.css.cjs.js +1 -1
  15. package/dist/components/ProgramCard/programCard.module.css.es.js +6 -4
  16. package/dist/healthspan-marketing-ui.css +1 -1
  17. package/dist/icons/arrow/arrow-forward-thin.svg.cjs.js +1 -0
  18. package/dist/icons/arrow/arrow-forward-thin.svg.es.js +5 -0
  19. package/dist/modules/TotalCare/TotalCare.cjs.js +1 -1
  20. package/dist/modules/TotalCare/TotalCare.d.ts +2 -1
  21. package/dist/modules/TotalCare/TotalCare.es.js +17 -16
  22. package/dist/modules/WhatIs/WhatIs.cjs.js +1 -0
  23. package/dist/modules/WhatIs/WhatIs.d.ts +7 -0
  24. package/dist/modules/WhatIs/WhatIs.es.js +16 -0
  25. package/dist/modules/WhatIs/index.d.ts +1 -0
  26. package/dist/modules/WhatIs/whatIs.module.css.cjs.js +1 -0
  27. package/dist/modules/WhatIs/whatIs.module.css.es.js +15 -0
  28. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.cjs.js +1 -1
  29. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.es.js +7 -7
  30. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.cjs.js +1 -1
  31. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.es.js +19 -17
  32. package/package.json +6 -1
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("react");function i(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=i(c),a=e=>o.createElement("svg",{width:128,height:128,viewBox:"0 0 128 128",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},o.createElement("path",{d:"M18.7452 64.0048H109.255",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M72.4844 27.2344L109.254 64.0039L72.4844 100.773",stroke:"currentColor",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round"}));exports.default=a;
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const t = (r) => /* @__PURE__ */ e.createElement("svg", { width: 128, height: 128, viewBox: "0 0 128 128", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ e.createElement("path", { d: "M18.7452 64.0048H109.255", stroke: "currentColor", strokeWidth: 3, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M72.4844 27.2344L109.254 64.0039L72.4844 100.773", stroke: "currentColor", strokeWidth: 3, strokeLinecap: "round", strokeLinejoin: "round" }));
3
+ export {
4
+ t as default
5
+ };
@@ -1 +1 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("react"),n=require("../../components/ContentTabs/ContentTabs.cjs.js"),d=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),t=require("./totalCare.module.css.cjs.js"),u=({title:l,label:c,contentTabs:a,colorScheme:i})=>{const[s,r]=o.useState(a.tabs[0]);return e.jsx("section",{className:t.default.root,"data-scheme":i,children:e.jsxs("div",{className:t.default.container,children:[e.jsx(d.HighlightedTitle,{title:l,label:c,className:t.default.header,colorScheme:i}),e.jsxs("div",{className:t.default.content,children:[e.jsx("div",{className:t.default.tags,children:e.jsx(n.ContentTabs,{activeTab:s,tabs:a.tabs,colorScheme:a.colorScheme,onTabClick:r})}),s.image&&e.jsx("div",{className:t.default.imageWrap,children:e.jsx("img",{src:s.image,alt:"Total Care",className:t.default.image})})]})]})})};exports.TotalCare=u;
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),n=require("react"),d=require("../../components/ContentTabs/ContentTabs.cjs.js"),u=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),t=require("./totalCare.module.css.cjs.js"),m=({title:r,label:c,contentTabs:a,colorScheme:i,version:l="v1"})=>{const[s,o]=n.useState(a.tabs[0]);return e.jsx("section",{className:t.default.root,"data-scheme":i,"data-version":l,children:e.jsxs("div",{className:t.default.container,children:[e.jsx(u.HighlightedTitle,{title:r,label:c,className:t.default.header,colorScheme:i}),e.jsxs("div",{className:t.default.content,children:[e.jsx("div",{className:t.default.tags,children:e.jsx(d.ContentTabs,{activeTab:s,tabs:a.tabs,colorScheme:a.colorScheme,activeWithArrow:l==="v2",onTabClick:o})}),s.image&&e.jsx("div",{className:t.default.imageWrap,children:e.jsx("img",{src:s.image,alt:"Total Care",className:t.default.image})})]})]})})};exports.TotalCare=m;
@@ -12,5 +12,6 @@ export type TotalCareProps = {
12
12
  withImage: boolean;
13
13
  tabs: ReadonlyArray<TContentTab>;
14
14
  };
15
+ version?: 'v1' | 'v2';
15
16
  };
16
- export declare const TotalCare: ({ title, label, contentTabs, colorScheme }: TotalCareProps) => import("react/jsx-runtime").JSX.Element;
17
+ export declare const TotalCare: ({ title, label, contentTabs, colorScheme, version }: TotalCareProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,27 +1,28 @@
1
1
  "use client";
2
- import { jsx as a, jsxs as r } from "react/jsx-runtime";
3
- import { useState as l } from "react";
2
+ import { jsx as e, jsxs as c } from "react/jsx-runtime";
3
+ import { useState as d } from "react";
4
4
  import { ContentTabs as n } from "../../components/ContentTabs/ContentTabs.es.js";
5
- import { HighlightedTitle as d } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
6
- import e from "./totalCare.module.css.es.js";
7
- const b = ({ title: m, label: c, contentTabs: s, colorScheme: i }) => {
8
- const [t, o] = l(s.tabs[0]);
9
- return /* @__PURE__ */ a("section", { className: e.root, "data-scheme": i, children: /* @__PURE__ */ r("div", { className: e.container, children: [
10
- /* @__PURE__ */ a(d, { title: m, label: c, className: e.header, colorScheme: i }),
11
- /* @__PURE__ */ r("div", { className: e.content, children: [
12
- /* @__PURE__ */ a("div", { className: e.tags, children: /* @__PURE__ */ a(
5
+ import { HighlightedTitle as h } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
6
+ import a from "./totalCare.module.css.es.js";
7
+ const f = ({ title: m, label: o, contentTabs: t, colorScheme: s, version: r = "v1" }) => {
8
+ const [i, l] = d(t.tabs[0]);
9
+ return /* @__PURE__ */ e("section", { className: a.root, "data-scheme": s, "data-version": r, children: /* @__PURE__ */ c("div", { className: a.container, children: [
10
+ /* @__PURE__ */ e(h, { title: m, label: o, className: a.header, colorScheme: s }),
11
+ /* @__PURE__ */ c("div", { className: a.content, children: [
12
+ /* @__PURE__ */ e("div", { className: a.tags, children: /* @__PURE__ */ e(
13
13
  n,
14
14
  {
15
- activeTab: t,
16
- tabs: s.tabs,
17
- colorScheme: s.colorScheme,
18
- onTabClick: o
15
+ activeTab: i,
16
+ tabs: t.tabs,
17
+ colorScheme: t.colorScheme,
18
+ activeWithArrow: r === "v2",
19
+ onTabClick: l
19
20
  }
20
21
  ) }),
21
- t.image && /* @__PURE__ */ a("div", { className: e.imageWrap, children: /* @__PURE__ */ a("img", { src: t.image, alt: "Total Care", className: e.image }) })
22
+ i.image && /* @__PURE__ */ e("div", { className: a.imageWrap, children: /* @__PURE__ */ e("img", { src: i.image, alt: "Total Care", className: a.image }) })
22
23
  ] })
23
24
  ] }) });
24
25
  };
25
26
  export {
26
- b as TotalCare
27
+ f as TotalCare
27
28
  };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),s=require("../../components/Typography/Typography.cjs.js"),e=require("./whatIs.module.css.cjs.js"),n=({image:r,title:i,label:t,description:l})=>a.jsx("section",{className:e.default.root,children:a.jsxs("div",{className:e.default.container,children:[a.jsx("img",{src:r,alt:"Illustration"}),a.jsxs("div",{className:e.default.textContainer,children:[a.jsxs("div",{className:e.default.headline,children:[a.jsx(s.Typography,{as:"h2",defaultVariant:"displayXs",mobileVariant:"headingLg",children:i}),t&&a.jsx(s.Typography,{as:"p",defaultVariant:"labelXl",mobileVariant:"labelMd",emphasis:!0,children:t})]}),a.jsx(s.Typography,{className:e.default.description,as:"p",defaultVariant:"bodyLg",mobileVariant:"bodyMd",children:l})]})]})});exports.WhatIs=n;
@@ -0,0 +1,7 @@
1
+ export type WhatIsProps = {
2
+ image: string;
3
+ title: string;
4
+ label?: string;
5
+ description: string;
6
+ };
7
+ export declare const WhatIs: ({ image, title, label, description }: WhatIsProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,16 @@
1
+ import { jsx as a, jsxs as e } from "react/jsx-runtime";
2
+ import { Typography as r } from "../../components/Typography/Typography.es.js";
3
+ import i from "./whatIs.module.css.es.js";
4
+ const m = ({ image: t, title: l, label: s, description: n }) => /* @__PURE__ */ a("section", { className: i.root, children: /* @__PURE__ */ e("div", { className: i.container, children: [
5
+ /* @__PURE__ */ a("img", { src: t, alt: "Illustration" }),
6
+ /* @__PURE__ */ e("div", { className: i.textContainer, children: [
7
+ /* @__PURE__ */ e("div", { className: i.headline, children: [
8
+ /* @__PURE__ */ a(r, { as: "h2", defaultVariant: "displayXs", mobileVariant: "headingLg", children: l }),
9
+ s && /* @__PURE__ */ a(r, { as: "p", defaultVariant: "labelXl", mobileVariant: "labelMd", emphasis: !0, children: s })
10
+ ] }),
11
+ /* @__PURE__ */ a(r, { className: i.description, as: "p", defaultVariant: "bodyLg", mobileVariant: "bodyMd", children: n })
12
+ ] })
13
+ ] }) });
14
+ export {
15
+ m as WhatIs
16
+ };
@@ -0,0 +1 @@
1
+ export { WhatIs } from './WhatIs';
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="whatIs-module__root___er1TF",t="whatIs-module__container___lYxid",o="whatIs-module__textContainer___e1NCX",n="whatIs-module__headline___Jzp-o",_="whatIs-module__description___gALTB",i={root:e,container:t,textContainer:o,headline:n,description:_};exports.container=t;exports.default=i;exports.description=_;exports.headline=n;exports.root=e;exports.textContainer=o;
@@ -0,0 +1,15 @@
1
+ const t = "whatIs-module__root___er1TF", e = "whatIs-module__container___lYxid", o = "whatIs-module__textContainer___e1NCX", _ = "whatIs-module__headline___Jzp-o", n = "whatIs-module__description___gALTB", s = {
2
+ root: t,
3
+ container: e,
4
+ textContainer: o,
5
+ headline: _,
6
+ description: n
7
+ };
8
+ export {
9
+ e as container,
10
+ s as default,
11
+ n as description,
12
+ _ as headline,
13
+ t as root,
14
+ o as textContainer
15
+ };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../../utils/cn/cn.cjs.js"),u=require("../../components/Button/Button.cjs.js"),o=require("../../components/Typography/Typography.cjs.js"),c=require("./components/TreatmentHeroCard/TreatmentHeroCard.cjs.js"),t=require("./treatmentsHero.module.css.cjs.js"),d=(r,l)=>r?e.jsx(u.Button,{variant:"primary",as:"a",href:r.link,size:l,children:r.text}):null,h=({title:r,description:l,button:a,cards:n})=>e.jsxs("section",{className:t.default.root,"data-type":"hero",children:[e.jsx("div",{className:t.default.headerContainer,children:e.jsxs("div",{className:t.default.headerContent,children:[e.jsxs("div",{className:t.default.headerText,children:[e.jsx(o.Typography,{as:"h1",defaultVariant:"displayMd",mobileVariant:"headingXl",weight:"regular",children:r}),e.jsx(o.Typography,{as:"p",defaultVariant:"bodyLg",mobileVariant:"bodySm",weight:"regular",children:l})]}),a&&e.jsx("div",{className:s.cn(t.default.headerButton,t.default.mobile),children:d(a,"md")}),a&&e.jsx("div",{className:s.cn(t.default.headerButton,t.default.desktop),children:d(a,"lg")})]})}),!!(n!=null&&n.length)&&e.jsx("div",{className:t.default.cardsContainer,children:n.map(i=>e.jsx(c.TreatmentHeroCard,{title:i.title,link:i.link,image:i.image},i.link))})]});exports.TreatmentsHero=h;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),s=require("../../utils/cn/cn.cjs.js"),u=require("../../components/Button/Button.cjs.js"),o=require("../../components/Typography/Typography.cjs.js"),c=require("./components/TreatmentHeroCard/TreatmentHeroCard.cjs.js"),e=require("./treatmentsHero.module.css.cjs.js"),d=(r,a)=>r?t.jsx(u.Button,{variant:"primary",as:"a",href:r.link,size:a,children:r.text}):null,h=({title:r,description:a,button:n,cards:l})=>t.jsxs("section",{className:e.default.root,"data-type":"hero",children:[t.jsx("div",{className:s.cn(e.default.row,e.default.headerContainer),children:t.jsxs("div",{className:e.default.headerContent,children:[t.jsxs("div",{className:e.default.headerText,children:[t.jsx(o.Typography,{as:"h1",defaultVariant:"displayMd",mobileVariant:"headingXl",weight:"regular",children:r}),a&&t.jsx(o.Typography,{as:"p",defaultVariant:"bodyLg",mobileVariant:"bodySm",weight:"regular",children:a})]}),n&&t.jsx("div",{className:s.cn(e.default.headerButton,e.default.mobile),children:d(n,"md")}),n&&t.jsx("div",{className:s.cn(e.default.headerButton,e.default.desktop),children:d(n,"lg")})]})}),!!(l!=null&&l.length)&&t.jsx("div",{className:s.cn(e.default.row,e.default.cardsContainer),children:l.map(i=>t.jsx(c.TreatmentHeroCard,{title:i.title,link:i.link,image:i.image},i.link))})]});exports.TreatmentsHero=h;
@@ -1,19 +1,19 @@
1
1
  import { jsxs as m, jsx as r } from "react/jsx-runtime";
2
2
  import { cn as o } from "../../utils/cn/cn.es.js";
3
- import { Button as h } from "../../components/Button/Button.es.js";
3
+ import { Button as s } from "../../components/Button/Button.es.js";
4
4
  import { Typography as d } from "../../components/Typography/Typography.es.js";
5
5
  import { TreatmentHeroCard as p } from "./components/TreatmentHeroCard/TreatmentHeroCard.es.js";
6
6
  import e from "./treatmentsHero.module.css.es.js";
7
- const s = (i, n) => i ? /* @__PURE__ */ r(h, { variant: "primary", as: "a", href: i.link, size: n, children: i.text }) : null, N = ({ title: i, description: n, button: a, cards: t }) => /* @__PURE__ */ m("section", { className: e.root, "data-type": "hero", children: [
8
- /* @__PURE__ */ r("div", { className: e.headerContainer, children: /* @__PURE__ */ m("div", { className: e.headerContent, children: [
7
+ const h = (i, a) => i ? /* @__PURE__ */ r(s, { variant: "primary", as: "a", href: i.link, size: a, children: i.text }) : null, N = ({ title: i, description: a, button: t, cards: l }) => /* @__PURE__ */ m("section", { className: e.root, "data-type": "hero", children: [
8
+ /* @__PURE__ */ r("div", { className: o(e.row, e.headerContainer), children: /* @__PURE__ */ m("div", { className: e.headerContent, children: [
9
9
  /* @__PURE__ */ m("div", { className: e.headerText, children: [
10
10
  /* @__PURE__ */ r(d, { as: "h1", defaultVariant: "displayMd", mobileVariant: "headingXl", weight: "regular", children: i }),
11
- /* @__PURE__ */ r(d, { as: "p", defaultVariant: "bodyLg", mobileVariant: "bodySm", weight: "regular", children: n })
11
+ a && /* @__PURE__ */ r(d, { as: "p", defaultVariant: "bodyLg", mobileVariant: "bodySm", weight: "regular", children: a })
12
12
  ] }),
13
- a && /* @__PURE__ */ r("div", { className: o(e.headerButton, e.mobile), children: s(a, "md") }),
14
- a && /* @__PURE__ */ r("div", { className: o(e.headerButton, e.desktop), children: s(a, "lg") })
13
+ t && /* @__PURE__ */ r("div", { className: o(e.headerButton, e.mobile), children: h(t, "md") }),
14
+ t && /* @__PURE__ */ r("div", { className: o(e.headerButton, e.desktop), children: h(t, "lg") })
15
15
  ] }) }),
16
- !!(t != null && t.length) && /* @__PURE__ */ r("div", { className: e.cardsContainer, children: t.map((l) => /* @__PURE__ */ r(p, { title: l.title, link: l.link, image: l.image }, l.link)) })
16
+ !!(l != null && l.length) && /* @__PURE__ */ r("div", { className: o(e.row, e.cardsContainer), children: l.map((n) => /* @__PURE__ */ r(p, { title: n.title, link: n.link, image: n.image }, n.link)) })
17
17
  ] });
18
18
  export {
19
19
  N as TreatmentsHero
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="treatmentsHero-module__root___ooT0f",t="treatmentsHero-module__headerContainer___9pjeS",o="treatmentsHero-module__headerContent___4wGkJ",r="treatmentsHero-module__headerText___xxHYH",n="treatmentsHero-module__headerButton___JhBIo",_="treatmentsHero-module__cardsContainer___IJpyM",a="treatmentsHero-module__mobile___p7eao",d="treatmentsHero-module__desktop___MH3N4",s={root:e,headerContainer:t,headerContent:o,headerText:r,headerButton:n,cardsContainer:_,mobile:a,desktop:d};exports.cardsContainer=_;exports.default=s;exports.desktop=d;exports.headerButton=n;exports.headerContainer=t;exports.headerContent=o;exports.headerText=r;exports.mobile=a;exports.root=e;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="treatmentsHero-module__root___ooT0f",t="treatmentsHero-module__row___8HnhD",o="treatmentsHero-module__headerContainer___9pjeS",r="treatmentsHero-module__headerContent___4wGkJ",n="treatmentsHero-module__headerText___xxHYH",_="treatmentsHero-module__headerButton___JhBIo",a="treatmentsHero-module__cardsContainer___IJpyM",d="treatmentsHero-module__mobile___p7eao",s="treatmentsHero-module__desktop___MH3N4",m={root:e,row:t,headerContainer:o,headerContent:r,headerText:n,headerButton:_,cardsContainer:a,mobile:d,desktop:s};exports.cardsContainer=a;exports.default=m;exports.desktop=s;exports.headerButton=_;exports.headerContainer=o;exports.headerContent=r;exports.headerText=n;exports.mobile=d;exports.root=e;exports.row=t;
@@ -1,21 +1,23 @@
1
- const e = "treatmentsHero-module__root___ooT0f", t = "treatmentsHero-module__headerContainer___9pjeS", o = "treatmentsHero-module__headerContent___4wGkJ", r = "treatmentsHero-module__headerText___xxHYH", _ = "treatmentsHero-module__headerButton___JhBIo", n = "treatmentsHero-module__cardsContainer___IJpyM", a = "treatmentsHero-module__mobile___p7eao", d = "treatmentsHero-module__desktop___MH3N4", s = {
1
+ const e = "treatmentsHero-module__root___ooT0f", t = "treatmentsHero-module__row___8HnhD", o = "treatmentsHero-module__headerContainer___9pjeS", r = "treatmentsHero-module__headerContent___4wGkJ", _ = "treatmentsHero-module__headerText___xxHYH", n = "treatmentsHero-module__headerButton___JhBIo", a = "treatmentsHero-module__cardsContainer___IJpyM", d = "treatmentsHero-module__mobile___p7eao", s = "treatmentsHero-module__desktop___MH3N4", m = {
2
2
  root: e,
3
- headerContainer: t,
4
- headerContent: o,
5
- headerText: r,
6
- headerButton: _,
7
- cardsContainer: n,
8
- mobile: a,
9
- desktop: d
3
+ row: t,
4
+ headerContainer: o,
5
+ headerContent: r,
6
+ headerText: _,
7
+ headerButton: n,
8
+ cardsContainer: a,
9
+ mobile: d,
10
+ desktop: s
10
11
  };
11
12
  export {
12
- n as cardsContainer,
13
- s as default,
14
- d as desktop,
15
- _ as headerButton,
16
- t as headerContainer,
17
- o as headerContent,
18
- r as headerText,
19
- a as mobile,
20
- e as root
13
+ a as cardsContainer,
14
+ m as default,
15
+ s as desktop,
16
+ n as headerButton,
17
+ o as headerContainer,
18
+ r as headerContent,
19
+ _ as headerText,
20
+ d as mobile,
21
+ e as root,
22
+ t as row
21
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenpatient-org/healthspan-marketing-ui",
3
- "version": "0.1.57",
3
+ "version": "0.1.59",
4
4
  "description": "Design system",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -491,6 +491,11 @@
491
491
  "import": "./dist/modules/ResearchFilters/ResearchFilters.es.js",
492
492
  "require": "./dist/modules/ResearchFilters/ResearchFilters.cjs.js"
493
493
  },
494
+ "./WhatIs": {
495
+ "types": "./dist/modules/WhatIs/index.d.ts",
496
+ "import": "./dist/modules/WhatIs/WhatIs.es.js",
497
+ "require": "./dist/modules/WhatIs/WhatIs.cjs.js"
498
+ },
494
499
  "./Bubbles": {
495
500
  "types": "./dist/pageComponents/Bubbles/Bubbles.d.ts",
496
501
  "import": "./dist/pageComponents/Bubbles/Bubbles.es.js",