@zenpatient-org/healthspan-marketing-ui 0.1.93 → 0.1.94

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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),r=require("../../assets/logo.png.cjs.js"),a=require("../../../../components/Typography/Typography.cjs.js"),e=require("./footerAbout.module.css.cjs.js"),l=[{title:"(Terms of Use)",hasBrackets:!0,href:"/terms-of-use"},{title:"(privacy policy)",hasBrackets:!0,href:"/privacy-policy"},{title:"(telehealth consent policy)",hasBrackets:!0,href:"/telehealth-consent"},{title:"©2025 Healthspan.",hasBrackets:!1,href:"#"},{title:"All rights reserved.",hasBrackets:!1,href:"#"}],o=()=>t.jsxs("div",{className:e.default.root,children:[t.jsx("img",{src:r.default,alt:"contentImg",className:e.default.contentImg}),t.jsx("div",{className:e.default.container,children:l.map((s,c)=>t.jsx("a",{href:s.href,className:e.default.link,children:t.jsx(a.Typography,{as:"span",defaultVariant:"labelXs",emphasis:!0,className:s.hasBrackets?e.default.titleWithBrackets:e.default.title,children:s.title})},s.title))})]});exports.FooterAbout=o;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),s=require("../../assets/logo.png.cjs.js"),a=require("../../../../components/Typography/Typography.cjs.js"),e=require("./footerAbout.module.css.cjs.js"),l=[{title:"(Terms of Use)",hasBrackets:!0,href:"/policy/terms-condition"},{title:"(privacy policy)",hasBrackets:!0,href:"/policy/privacy-policy"},{title:"(telehealth consent policy)",hasBrackets:!0,href:"/policy/telehealth-consent"},{title:"©2025 Healthspan.",hasBrackets:!1,href:"#"},{title:"All rights reserved.",hasBrackets:!1,href:"#"}],o=()=>t.jsxs("div",{className:e.default.root,children:[t.jsx("img",{src:s.default,alt:"contentImg",className:e.default.contentImg}),t.jsx("div",{className:e.default.container,children:l.map((r,c)=>t.jsx("a",{href:r.href,className:e.default.link,children:t.jsx(a.Typography,{as:"span",defaultVariant:"labelXs",emphasis:!0,className:r.hasBrackets?e.default.titleWithBrackets:e.default.title,children:r.title})},r.title))})]});exports.FooterAbout=o;
@@ -2,21 +2,21 @@ import { jsxs as r, jsx as s } from "react/jsx-runtime";
2
2
  import a from "../../assets/logo.png.es.js";
3
3
  import { Typography as l } from "../../../../components/Typography/Typography.es.js";
4
4
  import e from "./footerAbout.module.css.es.js";
5
- const c = [
5
+ const i = [
6
6
  {
7
7
  title: "(Terms of Use)",
8
8
  hasBrackets: !0,
9
- href: "/terms-of-use"
9
+ href: "/policy/terms-condition"
10
10
  },
11
11
  {
12
12
  title: "(privacy policy)",
13
13
  hasBrackets: !0,
14
- href: "/privacy-policy"
14
+ href: "/policy/privacy-policy"
15
15
  },
16
16
  {
17
17
  title: "(telehealth consent policy)",
18
18
  hasBrackets: !0,
19
- href: "/telehealth-consent"
19
+ href: "/policy/telehealth-consent"
20
20
  },
21
21
  {
22
22
  title: "©2025 Healthspan.",
@@ -28,9 +28,9 @@ const c = [
28
28
  hasBrackets: !1,
29
29
  href: "#"
30
30
  }
31
- ], f = () => /* @__PURE__ */ r("div", { className: e.root, children: [
31
+ ], p = () => /* @__PURE__ */ r("div", { className: e.root, children: [
32
32
  /* @__PURE__ */ s("img", { src: a, alt: "contentImg", className: e.contentImg }),
33
- /* @__PURE__ */ s("div", { className: e.container, children: c.map((t, i) => /* @__PURE__ */ s("a", { href: t.href, className: e.link, children: /* @__PURE__ */ s(
33
+ /* @__PURE__ */ s("div", { className: e.container, children: i.map((t, c) => /* @__PURE__ */ s("a", { href: t.href, className: e.link, children: /* @__PURE__ */ s(
34
34
  l,
35
35
  {
36
36
  as: "span",
@@ -42,5 +42,5 @@ const c = [
42
42
  ) }, t.title)) })
43
43
  ] });
44
44
  export {
45
- f as FooterAbout
45
+ p as FooterAbout
46
46
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenpatient-org/healthspan-marketing-ui",
3
- "version": "0.1.93",
3
+ "version": "0.1.94",
4
4
  "description": "Design system",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",