@zenpatient-org/healthspan-marketing-ui 0.2.20 → 0.2.21

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.
@@ -41,6 +41,6 @@
41
41
  background: linear-gradient(93deg, var(--color-bg-neutral-medium) 40.44%, #888 160.95%);
42
42
  }
43
43
 
44
- .active[data-type='lilac'] {
44
+ .active[data-type='hormones'] {
45
45
  background: linear-gradient(93deg, var(--color-bg-fill-brand-lilac) 40.44%, var(--color-lilac-400) 160.95%);
46
46
  }
@@ -5,7 +5,7 @@ export declare enum EAnchorLinksTypes {
5
5
  SENESCENCE = "senescence",
6
6
  METABOLISM = "metabolism",
7
7
  OTHER = "other",
8
- LILAC = "lilac"
8
+ HORMONES = "hormones"
9
9
  }
10
10
  export type TAnchorLink = {
11
11
  label: string;
@@ -51,6 +51,7 @@
51
51
 
52
52
  .root[data-color='lilac-gradient'] {
53
53
  background: linear-gradient(90deg, var(--color-lilac-500) -2.53%, var(--color-lilac-400) 54.58%, var(--color-lilac-300) 94.38%, var(--color-lilac-200) 121.21%);
54
+ color: var(--color-text-primary-inverted);
54
55
  }
55
56
 
56
57
  .labelSm {
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),c=require("../../assets/svg/badge-icon.svg.cjs.js"),t=require("../../src/components/TypeBadge/typeBadge.module.css");var n=(e=>(e.SENESCENCE="senescence",e.SUPPLEMENTS="supplements",e.OUTLINE="outline",e.ENERGY="energy",e.METABOLISM="metabolism",e.LABS="labs",e.LILAC="lilac",e))(n||{});const r=({type:e="senescence"})=>s.jsx("div",{className:t.typeBadge,"data-type":e,children:s.jsx(c.default,{className:t.badgeIcon})});exports.ETypeBadge=n;exports.TypeBadge=r;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),r=require("../../assets/svg/badge-icon.svg.cjs.js"),t=require("../../src/components/TypeBadge/typeBadge.module.css");var n=(e=>(e.SENESCENCE="senescence",e.SUPPLEMENTS="supplements",e.OUTLINE="outline",e.ENERGY="energy",e.METABOLISM="metabolism",e.LABS="labs",e.HORMONES="hormones",e))(n||{});const c=({type:e="senescence"})=>s.jsx("div",{className:t.typeBadge,"data-type":e,children:s.jsx(r.default,{className:t.badgeIcon})});exports.ETypeBadge=n;exports.TypeBadge=c;
@@ -5,7 +5,7 @@ export declare enum ETypeBadge {
5
5
  ENERGY = "energy",
6
6
  METABOLISM = "metabolism",
7
7
  LABS = "labs",
8
- LILAC = "lilac"
8
+ HORMONES = "hormones"
9
9
  }
10
10
  export type TypeBadgeProps = {
11
11
  type?: ETypeBadge;
@@ -1,12 +1,12 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import n from "../../assets/svg/badge-icon.svg.es.js";
3
- import t from "../../components/TypeBadge/typeBadge.module.css";
4
- var o = /* @__PURE__ */ ((s) => (s.SENESCENCE = "senescence", s.SUPPLEMENTS = "supplements", s.OUTLINE = "outline", s.ENERGY = "energy", s.METABOLISM = "metabolism", s.LABS = "labs", s.LILAC = "lilac", s))(o || {});
3
+ import o from "../../components/TypeBadge/typeBadge.module.css";
4
+ var r = /* @__PURE__ */ ((s) => (s.SENESCENCE = "senescence", s.SUPPLEMENTS = "supplements", s.OUTLINE = "outline", s.ENERGY = "energy", s.METABOLISM = "metabolism", s.LABS = "labs", s.HORMONES = "hormones", s))(r || {});
5
5
  const l = ({
6
6
  type: s = "senescence"
7
7
  /* SENESCENCE */
8
- }) => /* @__PURE__ */ e("div", { className: t.typeBadge, "data-type": s, children: /* @__PURE__ */ e(n, { className: t.badgeIcon }) });
8
+ }) => /* @__PURE__ */ e("div", { className: o.typeBadge, "data-type": s, children: /* @__PURE__ */ e(n, { className: o.badgeIcon }) });
9
9
  export {
10
- o as ETypeBadge,
10
+ r as ETypeBadge,
11
11
  l as TypeBadge
12
12
  };
@@ -35,7 +35,7 @@
35
35
  background-color: var(--color-sage-200);
36
36
  }
37
37
 
38
- .typeBadge[data-type='lilac'] {
38
+ .typeBadge[data-type='hormones'] {
39
39
  background-color: var(--color-lilac-300);
40
40
  }
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenpatient-org/healthspan-marketing-ui",
3
- "version": "0.2.20",
3
+ "version": "0.2.21",
4
4
  "description": "Design system",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",