@zenpatient-org/healthspan-marketing-ui 0.1.47 → 0.1.51
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("../../components/Typography/Typography.cjs.js"),a=require("./assets/Container.png.cjs.js"),o=require("./assets/people.png.cjs.js"),s=require("./howItWorksHero.module.css.cjs.js"),t=()=>e.jsx("section",{className:s.default.root,children:e.jsxs("div",{className:s.default.container,children:[e.jsx(r.Typography,{className:s.default.headline,as:"h2",defaultVariant:"displayMd",mobileVariant:"headingXl",children:"Our simple process to slow the aging process."}),e.jsx("img",{className:s.default.protGraphic,src:a.default,alt:"Measurement Graphics"}),e.jsx("img",{className:s.default.heroFace,src:o.default,alt:"Aging Process Couple"}),e.jsx("div",{className:s.default.rectShade})]})});exports.HowItWorksHero=t;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as s, jsxs as a } from "react/jsx-runtime";
|
|
2
|
-
import { Typography as e } from "
|
|
3
|
-
import o from "./
|
|
4
|
-
import i from "./
|
|
5
|
-
import r from "./
|
|
2
|
+
import { Typography as e } from "../../components/Typography/Typography.es.js";
|
|
3
|
+
import o from "./assets/Container.png.es.js";
|
|
4
|
+
import i from "./assets/people.png.es.js";
|
|
5
|
+
import r from "./howItWorksHero.module.css.es.js";
|
|
6
6
|
const n = () => /* @__PURE__ */ s("section", { className: r.root, children: /* @__PURE__ */ a("div", { className: r.container, children: [
|
|
7
7
|
/* @__PURE__ */ s(e, { className: r.headline, as: "h2", defaultVariant: "displayMd", mobileVariant: "headingXl", children: "Our simple process to slow the aging process." }),
|
|
8
8
|
/* @__PURE__ */ s("img", { className: r.protGraphic, src: o, alt: "Measurement Graphics" }),
|
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.51",
|
|
4
4
|
"description": "Design system",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"lint:fix": "eslint src --fix",
|
|
20
20
|
"format": "prettier --write .",
|
|
21
21
|
"check-format": "prettier --check .",
|
|
22
|
-
"prepare": "husky"
|
|
22
|
+
"prepare": "husky",
|
|
23
|
+
"prepublishOnly": "npm run build"
|
|
23
24
|
},
|
|
24
25
|
"lint-staged": {
|
|
25
26
|
"*.{ts,tsx,js,jsx}": [
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("../components/Typography/Typography.cjs.js"),a=require("./HowItWorksHero/assets/Container.png.cjs.js"),o=require("./HowItWorksHero/assets/people.png.cjs.js"),s=require("./HowItWorksHero/howItWorksHero.module.css.cjs.js"),t=()=>e.jsx("section",{className:s.default.root,children:e.jsxs("div",{className:s.default.container,children:[e.jsx(r.Typography,{className:s.default.headline,as:"h2",defaultVariant:"displayMd",mobileVariant:"headingXl",children:"Our simple process to slow the aging process."}),e.jsx("img",{className:s.default.protGraphic,src:a.default,alt:"Measurement Graphics"}),e.jsx("img",{className:s.default.heroFace,src:o.default,alt:"Aging Process Couple"}),e.jsx("div",{className:s.default.rectShade})]})});exports.HowItWorksHero=t;
|