@zenpatient-org/healthspan-marketing-ui 0.1.24 → 0.1.26

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 (75) hide show
  1. package/dist/healthspan-marketing-ui.css +1 -1
  2. package/dist/modules/Benefits/Benefits.cjs.js +1 -1
  3. package/dist/modules/Benefits/Benefits.es.js +8 -8
  4. package/dist/modules/Benefits/benefits.module.css.cjs.js +1 -1
  5. package/dist/modules/Benefits/benefits.module.css.es.js +17 -15
  6. package/dist/modules/Callback/Callback.cjs.js +1 -1
  7. package/dist/modules/Callback/Callback.es.js +18 -18
  8. package/dist/modules/Callback/callback.module.css.cjs.js +1 -1
  9. package/dist/modules/Callback/callback.module.css.es.js +8 -6
  10. package/dist/modules/Compare/Compare.cjs.js +1 -1
  11. package/dist/modules/Compare/Compare.es.js +13 -13
  12. package/dist/modules/Compare/compare.module.css.cjs.js +1 -1
  13. package/dist/modules/Compare/compare.module.css.es.js +10 -8
  14. package/dist/modules/Comparison/Comparison.cjs.js +1 -1
  15. package/dist/modules/Comparison/Comparison.es.js +18 -9
  16. package/dist/modules/Comparison/comparison.module.css.cjs.js +1 -1
  17. package/dist/modules/Comparison/comparison.module.css.es.js +34 -32
  18. package/dist/modules/FAQ/FAQ.cjs.js +1 -1
  19. package/dist/modules/FAQ/FAQ.es.js +6 -6
  20. package/dist/modules/FAQ/faq.module.css.cjs.js +1 -1
  21. package/dist/modules/FAQ/faq.module.css.es.js +13 -11
  22. package/dist/modules/FeaturedIn/FeaturedIn.cjs.js +1 -1
  23. package/dist/modules/FeaturedIn/FeaturedIn.es.js +7 -7
  24. package/dist/modules/FollowTheScience/FollowTheScience.cjs.js +1 -1
  25. package/dist/modules/FollowTheScience/FollowTheScience.es.js +45 -43
  26. package/dist/modules/FollowTheScience/followTheScience.module.css.cjs.js +1 -1
  27. package/dist/modules/FollowTheScience/followTheScience.module.css.es.js +10 -8
  28. package/dist/modules/ImageWithText/ImageWithText.cjs.js +1 -1
  29. package/dist/modules/ImageWithText/ImageWithText.es.js +13 -13
  30. package/dist/modules/ImageWithText/imageWithText.module.css.cjs.js +1 -1
  31. package/dist/modules/ImageWithText/imageWithText.module.css.es.js +18 -16
  32. package/dist/modules/LongevityPathways/LongevityPathways.cjs.js +1 -1
  33. package/dist/modules/LongevityPathways/LongevityPathways.es.js +4 -4
  34. package/dist/modules/ProductsDisplay/ProductsDisplay.cjs.js +1 -1
  35. package/dist/modules/ProductsDisplay/ProductsDisplay.es.js +4 -4
  36. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.cjs.js +1 -1
  37. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.es.js +5 -5
  38. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.cjs.js +1 -1
  39. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.d.ts +3 -2
  40. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.es.js +93 -89
  41. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +1 -1
  42. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +23 -21
  43. package/dist/modules/Studies/Studies.cjs.js +1 -1
  44. package/dist/modules/Studies/Studies.es.js +16 -16
  45. package/dist/modules/Studies/studies.module.css.cjs.js +1 -1
  46. package/dist/modules/Studies/studies.module.css.es.js +14 -12
  47. package/dist/modules/TargetedPrograms/TargetedPrograms.cjs.js +1 -1
  48. package/dist/modules/TargetedPrograms/TargetedPrograms.es.js +9 -9
  49. package/dist/modules/Testimonial/Testimonial.cjs.js +1 -1
  50. package/dist/modules/Testimonial/Testimonial.d.ts +2 -2
  51. package/dist/modules/Testimonial/Testimonial.es.js +18 -18
  52. package/dist/modules/Testimonial/components/TextCard/TextCard.cjs.js +1 -1
  53. package/dist/modules/Testimonial/components/TextCard/TextCard.es.js +31 -28
  54. package/dist/modules/Testimonial/components/VideoCard/VideoCard.cjs.js +1 -1
  55. package/dist/modules/Testimonial/components/VideoCard/VideoCard.es.js +26 -25
  56. package/dist/modules/Testimonial/types.d.ts +5 -4
  57. package/dist/modules/YourProtocol/YourProtocol.cjs.js +1 -1
  58. package/dist/modules/YourProtocol/YourProtocol.es.js +21 -21
  59. package/dist/modules/YourProtocol/yourProtocol.module.css.cjs.js +1 -1
  60. package/dist/modules/YourProtocol/yourProtocol.module.css.es.js +12 -10
  61. package/dist/pageComponents/Bubbles/Bubbles.cjs.js +1 -0
  62. package/dist/pageComponents/Bubbles/Bubbles.d.ts +3 -0
  63. package/dist/pageComponents/Bubbles/Bubbles.es.js +28 -0
  64. package/dist/pageComponents/Bubbles/bubbles.module.css.cjs.js +1 -0
  65. package/dist/pageComponents/Bubbles/bubbles.module.css.es.js +13 -0
  66. package/dist/pageComponents/Bubbles/index.d.ts +1 -0
  67. package/dist/pageComponents/Gradient/Gradient.cjs.js +1 -0
  68. package/dist/pageComponents/Gradient/Gradient.es.js +9 -0
  69. package/dist/pageComponents/Gradient/gradient.module.css.cjs.js +1 -0
  70. package/dist/pageComponents/Gradient/gradient.module.css.es.js +13 -0
  71. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.cjs.js +1 -0
  72. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.es.js +25 -0
  73. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.cjs.js +1 -0
  74. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.es.js +17 -0
  75. package/package.json +16 -1
@@ -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.root,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
+ "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 { jsxs as r, jsx as a } from "react/jsx-runtime";
2
- import { HighlightedTitle as c } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
3
- import { BenefitTag as n } from "./components/BenefitTag/BenefitTag.es.js";
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: m, image: s, benefits: o, tags: d }) => /* @__PURE__ */ r("div", { className: e.root, children: [
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(c, { title: m, defaultVariant: "displayMd", mobileVariant: "headingLg" })
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: s, alt: "image", className: e.image }),
15
- d.map((t, i) => /* @__PURE__ */ a(n, { text: t, className: e[`tag${i + 1}`] }, i))
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-module__header___wt7M5",_="benefits-module__label___sgWAr",o="benefits-module__content___Q1Nej",a="benefits-module__imageWrapper___Owwd8",n="benefits-module__image___Hq7o5",s="benefits-module__tag1___orgyD",i="benefits-module__tag2___49bdt",l="benefits-module__tag3___TYdET",g="benefits-module__benefits___psqX-",r={root:e,header:t,label:_,content:o,imageWrapper:a,image:n,tag1:s,tag2:i,tag3:l,benefits:g};exports.benefits=g;exports.content=o;exports.default=r;exports.header=t;exports.image=n;exports.imageWrapper=a;exports.label=_;exports.root=e;exports.tag1=s;exports.tag2=i;exports.tag3=l;
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-module__header___wt7M5", t = "benefits-module__label___sgWAr", o = "benefits-module__content___Q1Nej", n = "benefits-module__imageWrapper___Owwd8", s = "benefits-module__image___Hq7o5", a = "benefits-module__tag1___orgyD", i = "benefits-module__tag2___49bdt", l = "benefits-module__tag3___TYdET", b = "benefits-module__benefits___psqX-", d = {
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
- header: _,
4
- label: t,
5
- content: o,
6
- imageWrapper: n,
7
- image: s,
8
- tag1: a,
9
- tag2: i,
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
- o as content,
16
+ _ as container,
17
+ n as content,
16
18
  d as default,
17
- _ as header,
18
- s as image,
19
- n as imageWrapper,
20
- t as label,
19
+ t as header,
20
+ a as image,
21
+ s as imageWrapper,
22
+ o as label,
21
23
  e as root,
22
- a as tag1,
23
- i as tag2,
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"),a=require("../../components/Callback/Callback.cjs.js"),s=require("../../components/Icon/Icon.cjs.js"),n=require("../../components/Icon/constants.cjs.js"),r=require("../../components/Typography/Typography.cjs.js"),c=require("./callback.module.css.cjs.js"),l=[{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:i}){return e.jsx("div",{className:c.default.container,children:e.jsxs("div",{className:c.default.content,children:[e.jsx(a.Callback,{...i}),e.jsx("div",{className:c.default.icons,children:l.map(o=>e.jsxs("div",{className:c.default.icon,children:[e.jsx(s.Icon,{name:o.icon}),e.jsx(r.Typography,{defaultVariant:"labelXl",children:o.description})]},o.description))})]})})}exports.CallbackModule=t;
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 i, jsxs as r } from "react/jsx-runtime";
2
- import { Callback as a } from "../../components/Callback/Callback.es.js";
3
- import { Icon as s } from "../../components/Icon/Icon.es.js";
4
- import { EIconName as o } from "../../components/Icon/constants.es.js";
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 n from "./callback.module.css.es.js";
6
+ import i from "./callback.module.css.es.js";
7
7
  const t = [
8
8
  {
9
- icon: o.HEART,
9
+ icon: c.HEART,
10
10
  description: "No hidden fees"
11
11
  },
12
12
  {
13
- icon: o.PROTOCOLS,
13
+ icon: c.PROTOCOLS,
14
14
  description: "Personalized Protocols"
15
15
  },
16
16
  {
17
- icon: o.PACKAGE,
17
+ icon: c.PACKAGE,
18
18
  description: "Free Shipping"
19
19
  },
20
20
  {
21
- icon: o.MESSAGE,
21
+ icon: c.MESSAGE,
22
22
  description: "Doctor & Clinical Team"
23
23
  }
24
24
  ];
25
- function N({ callback: e }) {
26
- return /* @__PURE__ */ i("div", { className: n.container, children: /* @__PURE__ */ r("div", { className: n.content, children: [
27
- /* @__PURE__ */ i(a, { ...e }),
28
- /* @__PURE__ */ i("div", { className: n.icons, children: t.map((c) => /* @__PURE__ */ r("div", { className: n.icon, children: [
29
- /* @__PURE__ */ i(s, { name: c.icon }),
30
- /* @__PURE__ */ i(l, { defaultVariant: "labelXl", children: c.description })
31
- ] }, c.description)) })
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
- N as CallbackModule
35
+ E as CallbackModule
36
36
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n="callback-module__container___DtDyZ",c="callback-module__content___f04-o",o="callback-module__icons___bhRnM",t="callback-module__icon___Q2van",e={container:n,content:c,icons:o,icon:t};exports.container=n;exports.content=c;exports.default=e;exports.icon=t;exports.icons=o;
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", o = "callback-module__icons___bhRnM", _ = "callback-module__icon___Q2van", t = {
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: o,
5
- icon: _
5
+ icons: _,
6
+ icon: t
6
7
  };
7
8
  export {
8
9
  c as container,
9
10
  n as content,
10
- t as default,
11
- _ as icon,
12
- o as icons
11
+ l as default,
12
+ t as icon,
13
+ _ as icons,
14
+ o as root
13
15
  };
@@ -1 +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.jsxs("div",{className:i.default.root,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.container,children:[e.jsx(t.Pricing,{...s}),e.jsx(t.Pricing,{...l})]})]});exports.Compare=c;
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;
@@ -1,26 +1,26 @@
1
- import { jsxs as a, jsx as i } from "react/jsx-runtime";
2
- import r from "./compare.module.css.es.js";
1
+ import { jsx as e, jsxs as r } from "react/jsx-runtime";
2
+ import i from "./compare.module.css.es.js";
3
3
  import { Typography as s } from "../../components/Typography/Typography.es.js";
4
- import { HighlightedTitle as d } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
4
+ import { HighlightedTitle as n } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
5
5
  import { Pricing as t } from "../../components/Pricing/Pricing.es.js";
6
- const g = ({ label: e, title: l, leftElement: m, rightElement: o }) => /* @__PURE__ */ a("div", { className: r.root, children: [
7
- /* @__PURE__ */ a("div", { className: r.header, children: [
8
- e && /* @__PURE__ */ i(s, { defaultVariant: "labelMd", mobileVariant: "labelSm", emphasis: !0, children: e }),
9
- /* @__PURE__ */ i(
10
- d,
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
11
  {
12
12
  title: l,
13
13
  defaultVariant: "displayMd",
14
14
  mobileVariant: "headingXl",
15
- className: r.title
15
+ className: i.title
16
16
  }
17
17
  )
18
18
  ] }),
19
- /* @__PURE__ */ a("div", { className: r.container, children: [
20
- /* @__PURE__ */ i(t, { ...m }),
21
- /* @__PURE__ */ i(t, { ...o })
19
+ /* @__PURE__ */ r("div", { className: i.content, children: [
20
+ /* @__PURE__ */ e(t, { ...o }),
21
+ /* @__PURE__ */ e(t, { ...m })
22
22
  ] })
23
- ] });
23
+ ] }) });
24
24
  export {
25
25
  g as Compare
26
26
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="compare-module__root___Ct29o",o="compare-module__header___m6VVT",t="compare-module__title___xfjEi",_="compare-module__container___MJHy4",r={root:e,header:o,title:t,container:_};exports.container=_;exports.default=r;exports.header=o;exports.root=e;exports.title=t;
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=_;
@@ -1,13 +1,15 @@
1
- const o = "compare-module__root___Ct29o", e = "compare-module__header___m6VVT", t = "compare-module__title___xfjEi", _ = "compare-module__container___MJHy4", r = {
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
2
  root: o,
3
- header: e,
4
- title: t,
5
- container: _
3
+ container: e,
4
+ header: t,
5
+ title: _,
6
+ content: n
6
7
  };
7
8
  export {
8
- _ as container,
9
- r as default,
10
- e as header,
9
+ e as container,
10
+ n as content,
11
+ c as default,
12
+ t as header,
11
13
  o as root,
12
- t as title
14
+ _ as title
13
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"),p=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),d=require("../../components/Typography/Typography.cjs.js"),s=require("../../utils/cn/cn.cjs.js"),f=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.jsxs("div",{className:e.default.root,children:[a.jsxs("div",{className:e.default.header,children:[a.jsx(p.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(f.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
+ "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 { jsxs as s, jsx as a, Fragment as g } from "react/jsx-runtime";
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 c } from "../../components/Icon/constants.es.js";
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: o, comparison: r }) => /* @__PURE__ */ s("div", { className: e.root, children: [
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
- o && /* @__PURE__ */ a(m, { as: "p", defaultVariant: "bodyLg", mobileVariant: "bodySm", className: e.description, children: o })
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, n) => /* @__PURE__ */ s(g, { children: [
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-${n}`
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 ? c.CHECK : c.CLOSE })
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-${n}-${d}`
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-module__header___8n5Em",l="comparison-module__description___F7mAT",t="comparison-module__table___xo0kv",_="comparison-module__emptyCell___Z-HpK",a="comparison-module__otherEmptyCells___Lso-e",n="comparison-module__cell___9EubB",i="comparison-module__cellFeature___lLq8H",r="comparison-module__featureContent___Mrbek",c="comparison-module__featureDescription___8YGHq",s="comparison-module__cellHighlighted___P14Jz",u="comparison-module__booleanValue___-wG65",m="comparison-module__stringValue___-YalT",d="comparison-module__booleanValueHighlighted___NmSLw",p="comparison-module__gradientBackground___LjwhY",g="comparison-module__stickyCell___zXlQv",h="comparison-module__mobileTable___hxH2j",b={root:e,header:o,description:l,table:t,emptyCell:_,otherEmptyCells:a,cell:n,cellFeature:i,featureContent:r,featureDescription:c,cellHighlighted:s,booleanValue:u,stringValue:m,booleanValueHighlighted:d,gradientBackground:p,stickyCell:g,mobileTable:h};exports.booleanValue=u;exports.booleanValueHighlighted=d;exports.cell=n;exports.cellFeature=i;exports.cellHighlighted=s;exports.default=b;exports.description=l;exports.emptyCell=_;exports.featureContent=r;exports.featureDescription=c;exports.gradientBackground=p;exports.header=o;exports.mobileTable=h;exports.otherEmptyCells=a;exports.root=e;exports.stickyCell=g;exports.stringValue=m;exports.table=t;
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", _ = "comparison-module__table___xo0kv", t = "comparison-module__emptyCell___Z-HpK", n = "comparison-module__otherEmptyCells___Lso-e", a = "comparison-module__cell___9EubB", c = "comparison-module__cellFeature___lLq8H", s = "comparison-module__featureContent___Mrbek", i = "comparison-module__featureDescription___8YGHq", r = "comparison-module__cellHighlighted___P14Jz", m = "comparison-module__booleanValue___-wG65", u = "comparison-module__stringValue___-YalT", d = "comparison-module__booleanValueHighlighted___NmSLw", p = "comparison-module__gradientBackground___LjwhY", g = "comparison-module__stickyCell___zXlQv", h = "comparison-module__mobileTable___hxH2j", b = {
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
- header: o,
3
+ container: o,
4
+ header: _,
4
5
  description: l,
5
- table: _,
6
- emptyCell: t,
7
- otherEmptyCells: n,
8
- cell: a,
9
- cellFeature: c,
10
- featureContent: s,
11
- featureDescription: i,
12
- cellHighlighted: r,
13
- booleanValue: m,
14
- stringValue: u,
15
- booleanValueHighlighted: d,
16
- gradientBackground: p,
17
- stickyCell: g,
18
- mobileTable: h
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
- m as booleanValue,
22
- d as booleanValueHighlighted,
23
- a as cell,
24
- c as cellFeature,
25
- r as cellHighlighted,
26
- b as default,
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
- t as emptyCell,
29
- s as featureContent,
30
- i as featureDescription,
31
- p as gradientBackground,
32
- o as header,
33
- h as mobileTable,
34
- n as otherEmptyCells,
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
- g as stickyCell,
37
- u as stringValue,
38
- _ as table
38
+ h as stickyCell,
39
+ d as stringValue,
40
+ t as table
39
41
  };
@@ -1 +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"),r=require("../../components/Accordion/Accordion.cjs.js"),n=({title:a,questions:i})=>e.jsxs("div",{className:t.default.root,children:[e.jsxs("div",{className:t.default.header,children:[e.jsx(l.HighlightedTitle,{title:a,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(r.Accordion,{items:i,mode:"multiple"})}),e.jsx("div",{className:t.default.contentMobile,children:e.jsx(r.Accordion,{items:i,mode:"multiple"})})]});exports.FAQ=n;
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;
@@ -1,17 +1,17 @@
1
- import { jsxs as t, jsx as e } from "react/jsx-runtime";
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
2
  import i from "./faq.module.css.es.js";
3
- import { HighlightedTitle as m } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
3
+ import { HighlightedTitle as s } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
4
4
  import { Button as a } from "../../components/Button/Button.es.js";
5
5
  import { Accordion as l } from "../../components/Accordion/Accordion.es.js";
6
- const h = ({ title: o, questions: r }) => /* @__PURE__ */ t("div", { className: i.root, children: [
6
+ const p = ({ title: o, questions: r }) => /* @__PURE__ */ e("section", { className: i.root, children: /* @__PURE__ */ t("div", { className: i.container, children: [
7
7
  /* @__PURE__ */ t("div", { className: i.header, children: [
8
- /* @__PURE__ */ e(m, { title: o, defaultVariant: "displayMd", mobileVariant: "headingXl" }),
8
+ /* @__PURE__ */ e(s, { title: o, defaultVariant: "displayMd", mobileVariant: "headingXl" }),
9
9
  /* @__PURE__ */ e("div", { className: i.buttonWrapperDesktop, children: /* @__PURE__ */ e(a, { variant: "muted", size: "lg", as: "a", href: "/faq", children: "VIEW ALL FAQ" }) }),
10
10
  /* @__PURE__ */ e("div", { className: i.buttonWrapperMobile, children: /* @__PURE__ */ e(a, { variant: "muted", size: "sm", as: "a", href: "/faq", children: "VIEW ALL FAQ" }) })
11
11
  ] }),
12
12
  /* @__PURE__ */ e("div", { className: i.contentDesktop, children: /* @__PURE__ */ e(l, { items: r, mode: "multiple" }) }),
13
13
  /* @__PURE__ */ e("div", { className: i.contentMobile, children: /* @__PURE__ */ e(l, { items: r, mode: "multiple" }) })
14
- ] });
14
+ ] }) });
15
15
  export {
16
- h as FAQ
16
+ p as FAQ
17
17
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="faq-module__root___Ywlru",o="faq-module__header___3ZkST",t="faq-module__buttonWrapperDesktop___fHoTf",n="faq-module__buttonWrapperMobile___PRPQR",_="faq-module__contentDesktop___7Lor2",r="faq-module__contentMobile___4T04V",p={root:e,header:o,buttonWrapperDesktop:t,buttonWrapperMobile:n,contentDesktop:_,contentMobile:r};exports.buttonWrapperDesktop=t;exports.buttonWrapperMobile=n;exports.contentDesktop=_;exports.contentMobile=r;exports.default=p;exports.header=o;exports.root=e;
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;
@@ -1,17 +1,19 @@
1
- const o = "faq-module__root___Ywlru", t = "faq-module__header___3ZkST", e = "faq-module__buttonWrapperDesktop___fHoTf", _ = "faq-module__buttonWrapperMobile___PRPQR", n = "faq-module__contentDesktop___7Lor2", r = "faq-module__contentMobile___4T04V", p = {
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
2
  root: o,
3
- header: t,
4
- buttonWrapperDesktop: e,
5
- buttonWrapperMobile: _,
6
- contentDesktop: n,
7
- contentMobile: r
3
+ container: t,
4
+ header: e,
5
+ buttonWrapperDesktop: _,
6
+ buttonWrapperMobile: n,
7
+ contentDesktop: r,
8
+ contentMobile: a
8
9
  };
9
10
  export {
10
- e as buttonWrapperDesktop,
11
- _ as buttonWrapperMobile,
12
- n as contentDesktop,
13
- r as contentMobile,
11
+ _ as buttonWrapperDesktop,
12
+ n as buttonWrapperMobile,
13
+ t as container,
14
+ r as contentDesktop,
15
+ a as contentMobile,
14
16
  p as default,
15
- t as header,
17
+ e as header,
16
18
  o as root
17
19
  };
@@ -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("div",{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
+ "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 i } from "../../components/Typography/Typography.es.js";
5
- import { cn as s } from "../../utils/cn/cn.es.js";
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
- i,
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("div", { className: e.container, children: [
41
- /* @__PURE__ */ a("p", { className: s(e.title, e.customTitle), children: "(Featured In)" }),
42
- /* @__PURE__ */ a(i, { as: "p", emphasis: !0, defaultVariant: "displayMd", className: s(e.title, e.defaultTitle), children: "(Featured In)" }),
43
- /* @__PURE__ */ a(i, { as: "p", emphasis: !0, defaultVariant: "labelMd", mobileVariant: "labelSm", className: e.label, children: r }),
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 w=require("../../node_modules/swiper/modules/navigation.cjs.js"),l=require("../../node_modules/swiper/swiper-react.cjs.js"),x=require("../../components/Benefit/Benefit.cjs.js"),f=require("../../components/Icon/constants.cjs.js"),g=require("../../components/Label/Label.cjs.js"),c=require("../../components/ProgressButton/ProgressButton.cjs.js"),_=require("../../components/TextButton/TextButton.cjs.js"),q=require("../../utils/useSwiper/useSwiper.cjs.js"),i=require("./followTheScience.module.css.cjs.js"),j=[w.default];function B({labelText:d,benefits:a}){const{activeIndex:n,setIsEnd:u,isEnd:t,handleSlideChange:h,handlePrevClick:r,handleNextClick:o,onSwiperInit:p,handleSwiperResize:S}=q.useSwiper();return e.jsxs("div",{className:i.default.container,children:[e.jsxs("div",{className:i.default.heading,children:[e.jsx(g.Label,{color:"white",size:"lg",children:d}),e.jsx("div",{className:i.default.progressButtons,"data-device":"desktop",children:e.jsx(c.ProgressButton,{left:{onClick:r,disabled:n<=0},right:{disabled:t,onClick:o}})})]}),e.jsx("div",{children:e.jsx(l.Swiper,{onSwiper:p,onResize:S,onSlideChange:h,onReachEnd:()=>u(!0),modules:j,spaceBetween:0,slidesPerView:"auto",className:i.default.swiper,children:a.map((s,m)=>e.jsx(l.SwiperSlide,{className:i.default.swiperSlide,children:e.jsx(x.Benefit,{title:s.title,description:s.description,button:e.jsx(_.TextButton,{as:"a",size:"sm",color:"white",suffixIcon:f.EIconName.ARROW_FORWARD,href:s.link,children:"READ THE STUDY"})})},m))})}),e.jsx("div",{className:i.default.progressButtons,"data-device":"mobile",children:e.jsx(c.ProgressButton,{left:{onClick:r,disabled:n<=0},right:{onClick:o,disabled:t}})})]})}exports.FollowTheScience=B;
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;