@zenpatient-org/healthspan-marketing-ui 0.1.10 → 0.1.12

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 (31) hide show
  1. package/dist/components/Button/index.d.ts +1 -0
  2. package/dist/components/Callback/Callback.d.ts +12 -0
  3. package/dist/components/Callback/constants.d.ts +13 -0
  4. package/dist/components/Callback/index.d.ts +2 -0
  5. package/dist/components/Callback/types.d.ts +1 -0
  6. package/dist/components/IconButton/IconButton.d.ts +14 -0
  7. package/dist/components/IconButton/index.d.ts +1 -0
  8. package/dist/components/Label/Label.d.ts +2 -10
  9. package/dist/components/Label/index.d.ts +1 -1
  10. package/dist/components/Label/types.d.ts +9 -0
  11. package/dist/components/StudyGridCard/StudyGridCard.d.ts +12 -0
  12. package/dist/components/TextButton/TextButton.d.ts +15 -0
  13. package/dist/components/TextButton/index.d.ts +1 -0
  14. package/dist/components/Typography/Typography.d.ts +2 -1
  15. package/dist/components/Typography/Typography.service.d.ts +3 -0
  16. package/dist/components/index.d.ts +3 -0
  17. package/dist/healthspan-ui.es.js +586 -438
  18. package/dist/healthspan-ui.es.js.map +1 -1
  19. package/dist/healthspan-ui.umd.js +5 -5
  20. package/dist/healthspan-ui.umd.js.map +1 -1
  21. package/dist/index.css +1 -1
  22. package/dist/modules/FeaturesGallery/FeaturesGallery.d.ts +14 -0
  23. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.d.ts +10 -0
  24. package/dist/modules/FeaturesGallery/components/FeatureGrid/index.d.ts +1 -0
  25. package/dist/modules/FeaturesGallery/index.d.ts +1 -0
  26. package/dist/modules/FeaturesGallery/types.d.ts +5 -0
  27. package/dist/modules/Studies/Studies.d.ts +9 -0
  28. package/dist/modules/Studies/index.d.ts +1 -0
  29. package/dist/modules/YourProtocol/types.d.ts +3 -0
  30. package/dist/utils/index.d.ts +1 -0
  31. package/package.json +1 -1
@@ -1,65 +1,65 @@
1
- import * as y from "react";
2
- import ve, { memo as Re, useState as U, useLayoutEffect as ke, createElement as we, forwardRef as Se, useMemo as Te } from "react";
3
- const xe = "typography-module__displayXl___dx4Dh", je = "typography-module__displayLg___3BQI2", Ce = "typography-module__displayMd___-bNBw", Le = "typography-module__displaySm___BswNI", Ae = "typography-module__displayXs___jcmVJ", Ee = "typography-module__headingXl___nAQFD", Oe = "typography-module__headingLg___Idt-Z", Me = "typography-module__headingMd___c-Q0B", Pe = "typography-module__headingSm___Q6zoR", Xe = "typography-module__headingXs___fwDFl", Ne = "typography-module__headingXxs___ghw1N", We = "typography-module__preambleMd___CbYgI", $e = "typography-module__preambleSm___yKGjq", Fe = "typography-module__bodyXl___m92AP", De = "typography-module__bodyLg___Fz-Fo", Ve = "typography-module__bodyMd___aH0Ph", Ge = "typography-module__bodySm___4-7TJ", Ye = "typography-module__bodyXs___uTpSs", He = "typography-module__linkLg___xVngm", Ue = "typography-module__linkMd___82MQD", Je = "typography-module__linkSm___LZ94B", Be = "typography-module__linkXs___-6Kd5", Ie = "typography-module__labelXl___jmHEl", Ze = "typography-module__labelLg___31xPj", ze = "typography-module__labelMd___e3ni6", qe = "typography-module__labelSm___AsYEH", Ke = "typography-module__labelXs___zgCHL", Qe = "typography-module__labelEmphasis___nbkyG", eo = "typography-module__weightRegular___F3ND2", oo = "typography-module__weightMedium___XpDfI", to = "typography-module__mobile__displayXl___8eyMz", ro = "typography-module__mobile__displayLg___OxrWl", lo = "typography-module__mobile__displayMd___ZTVhR", ao = "typography-module__mobile__displaySm___P5do8", so = "typography-module__mobile__displayXs___3nZMf", io = "typography-module__mobile__headingXl___fuylU", no = "typography-module__mobile__headingLg___poZZo", _o = "typography-module__mobile__headingMd___UA7hK", co = "typography-module__mobile__headingSm___9StAl", mo = "typography-module__mobile__headingXs___zRqq3", uo = "typography-module__mobile__headingXxs___I6k7k", po = "typography-module__mobile__preambleMd___OsCic", bo = "typography-module__mobile__preambleSm___VVrnq", go = "typography-module__mobile__bodyXl___WKi87", ho = "typography-module__mobile__bodyLg___JR512", yo = "typography-module__mobile__bodyMd___h5hFh", fo = "typography-module__mobile__bodySm___J3fX2", vo = "typography-module__mobile__bodyXs___rbvEo", Ro = "typography-module__mobile__linkLg___JWgXg", ko = "typography-module__mobile__linkMd___Humhz", wo = "typography-module__mobile__linkSm___pJwma", So = "typography-module__mobile__linkXs___o01Lz", To = "typography-module__mobile__labelXl___q4W0-", xo = "typography-module__mobile__labelLg___1wguG", jo = "typography-module__mobile__labelMd___PInk-", Co = "typography-module__mobile__labelSm___yPUV0", Lo = "typography-module__mobile__labelXs___80zt0", b = {
4
- displayXl: xe,
5
- displayLg: je,
6
- displayMd: Ce,
7
- displaySm: Le,
8
- displayXs: Ae,
9
- headingXl: Ee,
10
- headingLg: Oe,
11
- headingMd: Me,
12
- headingSm: Pe,
13
- headingXs: Xe,
14
- headingXxs: Ne,
15
- preambleMd: We,
16
- preambleSm: $e,
17
- bodyXl: Fe,
18
- bodyLg: De,
19
- bodyMd: Ve,
1
+ import * as f from "react";
2
+ import ke, { memo as Se, useState as H, useLayoutEffect as Ce, createElement as xe, forwardRef as je, useMemo as Te } from "react";
3
+ const we = "typography-module__displayXl___dx4Dh", Le = "typography-module__displayLg___3BQI2", Ee = "typography-module__displayMd___-bNBw", Ae = "typography-module__displaySm___BswNI", Oe = "typography-module__displayXs___jcmVJ", Me = "typography-module__headingXl___nAQFD", Pe = "typography-module__headingLg___Idt-Z", Xe = "typography-module__headingMd___c-Q0B", Ne = "typography-module__headingSm___Q6zoR", $e = "typography-module__headingXs___fwDFl", We = "typography-module__headingXxs___ghw1N", Be = "typography-module__preambleMd___CbYgI", Ie = "typography-module__preambleSm___yKGjq", De = "typography-module__bodyXl___m92AP", Fe = "typography-module__bodyLg___Fz-Fo", Ye = "typography-module__bodyMd___aH0Ph", Ge = "typography-module__bodySm___4-7TJ", Ve = "typography-module__bodyXs___uTpSs", Ue = "typography-module__linkLg___xVngm", He = "typography-module__linkMd___82MQD", Je = "typography-module__linkSm___LZ94B", Ze = "typography-module__linkXs___-6Kd5", ze = "typography-module__labelXl___jmHEl", Ke = "typography-module__labelLg___31xPj", qe = "typography-module__labelMd___e3ni6", Qe = "typography-module__labelSm___AsYEH", eo = "typography-module__labelXs___zgCHL", oo = "typography-module__labelEmphasis___nbkyG", to = "typography-module__weightRegular___F3ND2", ro = "typography-module__weightMedium___XpDfI", ao = "typography-module__mobile__displayXl___8eyMz", lo = "typography-module__mobile__displayLg___OxrWl", so = "typography-module__mobile__displayMd___ZTVhR", no = "typography-module__mobile__displaySm___P5do8", io = "typography-module__mobile__displayXs___3nZMf", _o = "typography-module__mobile__headingXl___fuylU", co = "typography-module__mobile__headingLg___poZZo", mo = "typography-module__mobile__headingMd___UA7hK", uo = "typography-module__mobile__headingSm___9StAl", po = "typography-module__mobile__headingXs___zRqq3", go = "typography-module__mobile__headingXxs___I6k7k", bo = "typography-module__mobile__preambleMd___OsCic", ho = "typography-module__mobile__preambleSm___VVrnq", yo = "typography-module__mobile__bodyXl___WKi87", fo = "typography-module__mobile__bodyLg___JR512", vo = "typography-module__mobile__bodyMd___h5hFh", Ro = "typography-module__mobile__bodySm___J3fX2", ko = "typography-module__mobile__bodyXs___rbvEo", So = "typography-module__mobile__linkLg___JWgXg", Co = "typography-module__mobile__linkMd___Humhz", xo = "typography-module__mobile__linkSm___pJwma", jo = "typography-module__mobile__linkXs___o01Lz", To = "typography-module__mobile__labelXl___q4W0-", wo = "typography-module__mobile__labelLg___1wguG", Lo = "typography-module__mobile__labelMd___PInk-", Eo = "typography-module__mobile__labelSm___yPUV0", Ao = "typography-module__mobile__labelXs___80zt0", b = {
4
+ displayXl: we,
5
+ displayLg: Le,
6
+ displayMd: Ee,
7
+ displaySm: Ae,
8
+ displayXs: Oe,
9
+ headingXl: Me,
10
+ headingLg: Pe,
11
+ headingMd: Xe,
12
+ headingSm: Ne,
13
+ headingXs: $e,
14
+ headingXxs: We,
15
+ preambleMd: Be,
16
+ preambleSm: Ie,
17
+ bodyXl: De,
18
+ bodyLg: Fe,
19
+ bodyMd: Ye,
20
20
  bodySm: Ge,
21
- bodyXs: Ye,
22
- linkLg: He,
23
- linkMd: Ue,
21
+ bodyXs: Ve,
22
+ linkLg: Ue,
23
+ linkMd: He,
24
24
  linkSm: Je,
25
- linkXs: Be,
26
- labelXl: Ie,
27
- labelLg: Ze,
28
- labelMd: ze,
29
- labelSm: qe,
30
- labelXs: Ke,
31
- labelEmphasis: Qe,
32
- weightRegular: eo,
33
- weightMedium: oo,
34
- mobile__displayXl: to,
35
- mobile__displayLg: ro,
36
- mobile__displayMd: lo,
37
- mobile__displaySm: ao,
38
- mobile__displayXs: so,
39
- mobile__headingXl: io,
40
- mobile__headingLg: no,
41
- mobile__headingMd: _o,
42
- mobile__headingSm: co,
43
- mobile__headingXs: mo,
44
- mobile__headingXxs: uo,
45
- mobile__preambleMd: po,
46
- mobile__preambleSm: bo,
47
- mobile__bodyXl: go,
48
- mobile__bodyLg: ho,
49
- mobile__bodyMd: yo,
50
- mobile__bodySm: fo,
51
- mobile__bodyXs: vo,
52
- mobile__linkLg: Ro,
53
- mobile__linkMd: ko,
54
- mobile__linkSm: wo,
55
- mobile__linkXs: So,
25
+ linkXs: Ze,
26
+ labelXl: ze,
27
+ labelLg: Ke,
28
+ labelMd: qe,
29
+ labelSm: Qe,
30
+ labelXs: eo,
31
+ labelEmphasis: oo,
32
+ weightRegular: to,
33
+ weightMedium: ro,
34
+ mobile__displayXl: ao,
35
+ mobile__displayLg: lo,
36
+ mobile__displayMd: so,
37
+ mobile__displaySm: no,
38
+ mobile__displayXs: io,
39
+ mobile__headingXl: _o,
40
+ mobile__headingLg: co,
41
+ mobile__headingMd: mo,
42
+ mobile__headingSm: uo,
43
+ mobile__headingXs: po,
44
+ mobile__headingXxs: go,
45
+ mobile__preambleMd: bo,
46
+ mobile__preambleSm: ho,
47
+ mobile__bodyXl: yo,
48
+ mobile__bodyLg: fo,
49
+ mobile__bodyMd: vo,
50
+ mobile__bodySm: Ro,
51
+ mobile__bodyXs: ko,
52
+ mobile__linkLg: So,
53
+ mobile__linkMd: Co,
54
+ mobile__linkSm: xo,
55
+ mobile__linkXs: jo,
56
56
  mobile__labelXl: To,
57
- mobile__labelLg: xo,
58
- mobile__labelMd: jo,
59
- mobile__labelSm: Co,
60
- mobile__labelXs: Lo
57
+ mobile__labelLg: wo,
58
+ mobile__labelMd: Lo,
59
+ mobile__labelSm: Eo,
60
+ mobile__labelXs: Ao
61
61
  };
62
- var W = { exports: {} }, M = {};
62
+ var W = { exports: {} }, N = {};
63
63
  /**
64
64
  * @license React
65
65
  * react-jsx-runtime.production.js
@@ -69,29 +69,29 @@ var W = { exports: {} }, M = {};
69
69
  * This source code is licensed under the MIT license found in the
70
70
  * LICENSE file in the root directory of this source tree.
71
71
  */
72
- var ee;
73
- function Ao() {
74
- if (ee) return M;
75
- ee = 1;
76
- var e = Symbol.for("react.transitional.element"), a = Symbol.for("react.fragment");
77
- function l(i, r, s) {
78
- var _ = null;
79
- if (s !== void 0 && (_ = "" + s), r.key !== void 0 && (_ = "" + r.key), "key" in r) {
80
- s = {};
81
- for (var u in r)
82
- u !== "key" && (s[u] = r[u]);
83
- } else s = r;
84
- return r = s.ref, {
72
+ var re;
73
+ function Oo() {
74
+ if (re) return N;
75
+ re = 1;
76
+ var e = Symbol.for("react.transitional.element"), r = Symbol.for("react.fragment");
77
+ function n(s, l, a) {
78
+ var i = null;
79
+ if (a !== void 0 && (i = "" + a), l.key !== void 0 && (i = "" + l.key), "key" in l) {
80
+ a = {};
81
+ for (var u in l)
82
+ u !== "key" && (a[u] = l[u]);
83
+ } else a = l;
84
+ return l = a.ref, {
85
85
  $$typeof: e,
86
- type: i,
87
- key: _,
88
- ref: r !== void 0 ? r : null,
89
- props: s
86
+ type: s,
87
+ key: i,
88
+ ref: l !== void 0 ? l : null,
89
+ props: a
90
90
  };
91
91
  }
92
- return M.Fragment = a, M.jsx = l, M.jsxs = l, M;
92
+ return N.Fragment = r, N.jsx = n, N.jsxs = n, N;
93
93
  }
94
- var P = {};
94
+ var $ = {};
95
95
  /**
96
96
  * @license React
97
97
  * react-jsx-runtime.development.js
@@ -101,102 +101,102 @@ var P = {};
101
101
  * This source code is licensed under the MIT license found in the
102
102
  * LICENSE file in the root directory of this source tree.
103
103
  */
104
- var oe;
105
- function Eo() {
106
- return oe || (oe = 1, process.env.NODE_ENV !== "production" && function() {
104
+ var ae;
105
+ function Mo() {
106
+ return ae || (ae = 1, process.env.NODE_ENV !== "production" && function() {
107
107
  function e(o) {
108
108
  if (o == null) return null;
109
109
  if (typeof o == "function")
110
- return o.$$typeof === he ? null : o.displayName || o.name || null;
110
+ return o.$$typeof === fe ? null : o.displayName || o.name || null;
111
111
  if (typeof o == "string") return o;
112
112
  switch (o) {
113
- case F:
113
+ case D:
114
114
  return "Fragment";
115
- case _e:
115
+ case de:
116
116
  return "Profiler";
117
- case ne:
117
+ case ce:
118
118
  return "StrictMode";
119
- case ue:
119
+ case ge:
120
120
  return "Suspense";
121
- case pe:
121
+ case be:
122
122
  return "SuspenseList";
123
- case ge:
123
+ case ye:
124
124
  return "Activity";
125
125
  }
126
126
  if (typeof o == "object")
127
127
  switch (typeof o.tag == "number" && console.error(
128
128
  "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
129
129
  ), o.$$typeof) {
130
- case ie:
130
+ case _e:
131
131
  return "Portal";
132
- case de:
132
+ case ue:
133
133
  return (o.displayName || "Context") + ".Provider";
134
- case ce:
135
- return (o._context.displayName || "Context") + ".Consumer";
136
134
  case me:
137
- var n = o.render;
138
- return o = o.displayName, o || (o = n.displayName || n.name || "", o = o !== "" ? "ForwardRef(" + o + ")" : "ForwardRef"), o;
139
- case be:
140
- return n = o.displayName || null, n !== null ? n : e(o.type) || "Memo";
141
- case B:
142
- n = o._payload, o = o._init;
135
+ return (o._context.displayName || "Context") + ".Consumer";
136
+ case pe:
137
+ var _ = o.render;
138
+ return o = o.displayName, o || (o = _.displayName || _.name || "", o = o !== "" ? "ForwardRef(" + o + ")" : "ForwardRef"), o;
139
+ case he:
140
+ return _ = o.displayName || null, _ !== null ? _ : e(o.type) || "Memo";
141
+ case z:
142
+ _ = o._payload, o = o._init;
143
143
  try {
144
- return e(o(n));
144
+ return e(o(_));
145
145
  } catch {
146
146
  }
147
147
  }
148
148
  return null;
149
149
  }
150
- function a(o) {
150
+ function r(o) {
151
151
  return "" + o;
152
152
  }
153
- function l(o) {
153
+ function n(o) {
154
154
  try {
155
- a(o);
156
- var n = !1;
155
+ r(o);
156
+ var _ = !1;
157
157
  } catch {
158
- n = !0;
158
+ _ = !0;
159
159
  }
160
- if (n) {
161
- n = console;
162
- var c = n.error, d = typeof Symbol == "function" && Symbol.toStringTag && o[Symbol.toStringTag] || o.constructor.name || "Object";
160
+ if (_) {
161
+ _ = console;
162
+ var c = _.error, d = typeof Symbol == "function" && Symbol.toStringTag && o[Symbol.toStringTag] || o.constructor.name || "Object";
163
163
  return c.call(
164
- n,
164
+ _,
165
165
  "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
166
166
  d
167
- ), a(o);
167
+ ), r(o);
168
168
  }
169
169
  }
170
- function i(o) {
171
- if (o === F) return "<>";
172
- if (typeof o == "object" && o !== null && o.$$typeof === B)
170
+ function s(o) {
171
+ if (o === D) return "<>";
172
+ if (typeof o == "object" && o !== null && o.$$typeof === z)
173
173
  return "<...>";
174
174
  try {
175
- var n = e(o);
176
- return n ? "<" + n + ">" : "<...>";
175
+ var _ = e(o);
176
+ return _ ? "<" + _ + ">" : "<...>";
177
177
  } catch {
178
178
  return "<...>";
179
179
  }
180
180
  }
181
- function r() {
182
- var o = D.A;
181
+ function l() {
182
+ var o = F.A;
183
183
  return o === null ? null : o.getOwner();
184
184
  }
185
- function s() {
185
+ function a() {
186
186
  return Error("react-stack-top-frame");
187
187
  }
188
- function _(o) {
189
- if (I.call(o, "key")) {
190
- var n = Object.getOwnPropertyDescriptor(o, "key").get;
191
- if (n && n.isReactWarning) return !1;
188
+ function i(o) {
189
+ if (K.call(o, "key")) {
190
+ var _ = Object.getOwnPropertyDescriptor(o, "key").get;
191
+ if (_ && _.isReactWarning) return !1;
192
192
  }
193
193
  return o.key !== void 0;
194
194
  }
195
- function u(o, n) {
195
+ function u(o, _) {
196
196
  function c() {
197
- Z || (Z = !0, console.error(
197
+ q || (q = !0, console.error(
198
198
  "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
199
- n
199
+ _
200
200
  ));
201
201
  }
202
202
  c.isReactWarning = !0, Object.defineProperty(o, "key", {
@@ -204,22 +204,22 @@ function Eo() {
204
204
  configurable: !0
205
205
  });
206
206
  }
207
- function f() {
207
+ function X() {
208
208
  var o = e(this.type);
209
- return z[o] || (z[o] = !0, console.error(
209
+ return Q[o] || (Q[o] = !0, console.error(
210
210
  "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
211
211
  )), o = this.props.ref, o !== void 0 ? o : null;
212
212
  }
213
- function O(o, n, c, d, v, g, G, Y) {
214
- return c = g.ref, o = {
215
- $$typeof: J,
213
+ function R(o, _, c, d, k, h, G, V) {
214
+ return c = h.ref, o = {
215
+ $$typeof: Z,
216
216
  type: o,
217
- key: n,
218
- props: g,
219
- _owner: v
217
+ key: _,
218
+ props: h,
219
+ _owner: k
220
220
  }, (c !== void 0 ? c : null) !== null ? Object.defineProperty(o, "ref", {
221
221
  enumerable: !1,
222
- get: f
222
+ get: X
223
223
  }) : Object.defineProperty(o, "ref", { enumerable: !1, value: null }), o._store = {}, Object.defineProperty(o._store, "validated", {
224
224
  configurable: !1,
225
225
  enumerable: !1,
@@ -239,28 +239,28 @@ function Eo() {
239
239
  configurable: !1,
240
240
  enumerable: !1,
241
241
  writable: !0,
242
- value: Y
242
+ value: V
243
243
  }), Object.freeze && (Object.freeze(o.props), Object.freeze(o)), o;
244
244
  }
245
- function S(o, n, c, d, v, g, G, Y) {
246
- var m = n.children;
245
+ function T(o, _, c, d, k, h, G, V) {
246
+ var m = _.children;
247
247
  if (m !== void 0)
248
248
  if (d)
249
- if (ye(m)) {
249
+ if (ve(m)) {
250
250
  for (d = 0; d < m.length; d++)
251
- T(m[d]);
251
+ w(m[d]);
252
252
  Object.freeze && Object.freeze(m);
253
253
  } else
254
254
  console.error(
255
255
  "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
256
256
  );
257
- else T(m);
258
- if (I.call(n, "key")) {
257
+ else w(m);
258
+ if (K.call(_, "key")) {
259
259
  m = e(o);
260
- var x = Object.keys(n).filter(function(fe) {
261
- return fe !== "key";
260
+ var E = Object.keys(_).filter(function(Re) {
261
+ return Re !== "key";
262
262
  });
263
- d = 0 < x.length ? "{key: someKey, " + x.join(": ..., ") + ": ...}" : "{key: someKey}", Q[m + d] || (x = 0 < x.length ? "{" + x.join(": ..., ") + ": ...}" : "{}", console.error(
263
+ d = 0 < E.length ? "{key: someKey, " + E.join(": ..., ") + ": ...}" : "{key: someKey}", te[m + d] || (E = 0 < E.length ? "{" + E.join(": ..., ") + ": ...}" : "{}", console.error(
264
264
  `A props object containing a "key" prop is being spread into JSX:
265
265
  let props = %s;
266
266
  <%s {...props} />
@@ -269,105 +269,114 @@ React keys must be passed directly to JSX without using spread:
269
269
  <%s key={someKey} {...props} />`,
270
270
  d,
271
271
  m,
272
- x,
272
+ E,
273
273
  m
274
- ), Q[m + d] = !0);
274
+ ), te[m + d] = !0);
275
275
  }
276
- if (m = null, c !== void 0 && (l(c), m = "" + c), _(n) && (l(n.key), m = "" + n.key), "key" in n) {
276
+ if (m = null, c !== void 0 && (n(c), m = "" + c), i(_) && (n(_.key), m = "" + _.key), "key" in _) {
277
277
  c = {};
278
- for (var H in n)
279
- H !== "key" && (c[H] = n[H]);
280
- } else c = n;
278
+ for (var U in _)
279
+ U !== "key" && (c[U] = _[U]);
280
+ } else c = _;
281
281
  return m && u(
282
282
  c,
283
283
  typeof o == "function" ? o.displayName || o.name || "Unknown" : o
284
- ), O(
284
+ ), R(
285
285
  o,
286
286
  m,
287
- g,
288
- v,
289
- r(),
287
+ h,
288
+ k,
289
+ l(),
290
290
  c,
291
291
  G,
292
- Y
292
+ V
293
293
  );
294
294
  }
295
- function T(o) {
296
- typeof o == "object" && o !== null && o.$$typeof === J && o._store && (o._store.validated = 1);
295
+ function w(o) {
296
+ typeof o == "object" && o !== null && o.$$typeof === Z && o._store && (o._store.validated = 1);
297
297
  }
298
- var N = ve, J = Symbol.for("react.transitional.element"), ie = Symbol.for("react.portal"), F = Symbol.for("react.fragment"), ne = Symbol.for("react.strict_mode"), _e = Symbol.for("react.profiler"), ce = Symbol.for("react.consumer"), de = Symbol.for("react.context"), me = Symbol.for("react.forward_ref"), ue = Symbol.for("react.suspense"), pe = Symbol.for("react.suspense_list"), be = Symbol.for("react.memo"), B = Symbol.for("react.lazy"), ge = Symbol.for("react.activity"), he = Symbol.for("react.client.reference"), D = N.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, I = Object.prototype.hasOwnProperty, ye = Array.isArray, V = console.createTask ? console.createTask : function() {
298
+ var L = ke, Z = Symbol.for("react.transitional.element"), _e = Symbol.for("react.portal"), D = Symbol.for("react.fragment"), ce = Symbol.for("react.strict_mode"), de = Symbol.for("react.profiler"), me = Symbol.for("react.consumer"), ue = Symbol.for("react.context"), pe = Symbol.for("react.forward_ref"), ge = Symbol.for("react.suspense"), be = Symbol.for("react.suspense_list"), he = Symbol.for("react.memo"), z = Symbol.for("react.lazy"), ye = Symbol.for("react.activity"), fe = Symbol.for("react.client.reference"), F = L.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, K = Object.prototype.hasOwnProperty, ve = Array.isArray, Y = console.createTask ? console.createTask : function() {
299
299
  return null;
300
300
  };
301
- N = {
301
+ L = {
302
302
  "react-stack-bottom-frame": function(o) {
303
303
  return o();
304
304
  }
305
305
  };
306
- var Z, z = {}, q = N["react-stack-bottom-frame"].bind(
307
- N,
308
- s
309
- )(), K = V(i(s)), Q = {};
310
- P.Fragment = F, P.jsx = function(o, n, c, d, v) {
311
- var g = 1e4 > D.recentlyCreatedOwnerStacks++;
312
- return S(
306
+ var q, Q = {}, ee = L["react-stack-bottom-frame"].bind(
307
+ L,
308
+ a
309
+ )(), oe = Y(s(a)), te = {};
310
+ $.Fragment = D, $.jsx = function(o, _, c, d, k) {
311
+ var h = 1e4 > F.recentlyCreatedOwnerStacks++;
312
+ return T(
313
313
  o,
314
- n,
314
+ _,
315
315
  c,
316
316
  !1,
317
317
  d,
318
- v,
319
- g ? Error("react-stack-top-frame") : q,
320
- g ? V(i(o)) : K
318
+ k,
319
+ h ? Error("react-stack-top-frame") : ee,
320
+ h ? Y(s(o)) : oe
321
321
  );
322
- }, P.jsxs = function(o, n, c, d, v) {
323
- var g = 1e4 > D.recentlyCreatedOwnerStacks++;
324
- return S(
322
+ }, $.jsxs = function(o, _, c, d, k) {
323
+ var h = 1e4 > F.recentlyCreatedOwnerStacks++;
324
+ return T(
325
325
  o,
326
- n,
326
+ _,
327
327
  c,
328
328
  !0,
329
329
  d,
330
- v,
331
- g ? Error("react-stack-top-frame") : q,
332
- g ? V(i(o)) : K
330
+ k,
331
+ h ? Error("react-stack-top-frame") : ee,
332
+ h ? Y(s(o)) : oe
333
333
  );
334
334
  };
335
- }()), P;
335
+ }()), $;
336
336
  }
337
- var te;
338
- function Oo() {
339
- return te || (te = 1, process.env.NODE_ENV === "production" ? W.exports = Ao() : W.exports = Eo()), W.exports;
337
+ var le;
338
+ function Po() {
339
+ return le || (le = 1, process.env.NODE_ENV === "production" ? W.exports = Oo() : W.exports = Mo()), W.exports;
340
340
  }
341
- var t = Oo();
342
- const p = (...e) => e.map((l) => typeof l == "string" ? l : l ? Object.keys(l).filter((s) => l[s]).join(" ") : "").filter((l) => !!l).join(" "), E = ({
341
+ var t = Po();
342
+ const p = (...e) => e.map((n) => typeof n == "string" ? n : n ? Object.keys(n).filter((a) => n[a]).join(" ") : "").filter((n) => !!n).join(" ");
343
+ function Xo() {
344
+ const e = {};
345
+ return (r) => {
346
+ if (r)
347
+ return e[r] || (e[r] = { color: `var(--${r})` }), e[r];
348
+ };
349
+ }
350
+ const No = Xo(), v = ({
343
351
  defaultVariant: e,
344
- children: a,
345
- className: l = "",
346
- weight: i,
347
- emphasis: r = !1,
348
- as: s = "span",
349
- mobileVariant: _
352
+ children: r,
353
+ className: n = "",
354
+ weight: s,
355
+ emphasis: l = !1,
356
+ as: a = "span",
357
+ mobileVariant: i,
358
+ color: u
350
359
  }) => {
351
- const u = b[e] || "";
352
- let f = i;
353
- r && !i && (f = "medium");
354
- const O = f ? b[`weight${f.charAt(0).toUpperCase()}${f.slice(1)}`] : "", S = e.startsWith("label") && r ? b.labelEmphasis : "", T = _ ? b[`mobile__${_}`] : "";
355
- return /* @__PURE__ */ t.jsx(s, { className: p(u, O, S, T, l), children: a });
356
- }, Mo = (e, a, l) => {
357
- const i = e[a];
358
- return i ? typeof i == "function" ? i() : Promise.resolve(i) : new Promise((r, s) => {
360
+ const X = b[e] || "";
361
+ let R = s;
362
+ l && !s && (R = "medium");
363
+ const T = R ? b[`weight${R.charAt(0).toUpperCase()}${R.slice(1)}`] : "", w = e.startsWith("label") && l ? b.labelEmphasis : "", L = i ? b[`mobile__${i}`] : "";
364
+ return /* @__PURE__ */ t.jsx(a, { style: No(u), className: p(X, T, w, L, n), children: r });
365
+ }, $o = (e, r, n) => {
366
+ const s = e[r];
367
+ return s ? typeof s == "function" ? s() : Promise.resolve(s) : new Promise((l, a) => {
359
368
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
360
- s.bind(
369
+ a.bind(
361
370
  null,
362
371
  new Error(
363
- "Unknown variable dynamic import: " + a + (a.split("/").length !== l ? ". Note that variables only represent file names one level deep." : "")
372
+ "Unknown variable dynamic import: " + r + (r.split("/").length !== n ? ". Note that variables only represent file names one level deep." : "")
364
373
  )
365
374
  )
366
375
  );
367
376
  });
368
377
  };
369
- var le = /* @__PURE__ */ ((e) => (e.ALERT_ERROR_FILL = "alert-error-fill", e.ALERT_ERROR = "alert-error", e.CHECK = "check", e.CIRCLE_CHECK_FILL = "circle-check-fill", e.CIRCLE_CHECK = "circle-check", e.CLOSE = "close", e.HELP = "help", e.INFO = "info", e.MENU = "menu", e.PLUS = "plus", e.REMOVE = "remove", e.SEARCH = "search", e.WARNING = "warning", e.ARROW_BACK = "arrow-back", e.ARROW_DOWNWARD = "arrow-downward", e.ARROW_FORWARD = "arrow-forward", e.ARROW_INSERT = "arrow-insert", e.ARROW_OUTWARD = "arrow-outward", e.ARROW_RETURN = "arrow-return", e.ARROW_UPWARD = "arrow-upward", e.CHEVRON_BACK = "chevron-back", e.CHEVRON_DOWN = "chevron-down", e.CHEVRON_FORWARD = "chevron-forward", e.CHEVRON_UP = "chevron-up", e.MESSAGE_FILL = "message-fill", e.MESSAGE = "message", e.CALENDAR = "calendar", e.CART = "cart", e.PACKAGE_FILL = "package-fill", e.PACKAGE = "package", e.SMILE_FILL = "smile-fill", e.SMILE = "smile", e.CIRCLE_DASH_FILL = "circle-dash-fill", e.CIRCLE_DASH = "circle-dash", e.PIN_DROP = "pin-drop", e.FILTER = "filter", e.COACHING = "coaching", e.LABS = "labs", e.MYSPAN = "myspan", e.OPTIMIZATIONS = "optimizations", e.PROTOCOLS = "protocols", e.RULER = "ruler", e.SCALE = "scale", e.FACEBOOK = "facebook", e.HEART_FILL = "heart-fill", e.HEART = "heart", e.INSTAGRAM = "instagram", e.STAR_FILL = "star-fill", e.STAR_HALF = "star-half", e.STAR_OUTLINE = "star-outline", e.STAR = "star", e.X = "x", e))(le || {});
370
- const Po = {
378
+ var ne = /* @__PURE__ */ ((e) => (e.ALERT_ERROR_FILL = "alert-error-fill", e.ALERT_ERROR = "alert-error", e.CHECK = "check", e.CIRCLE_CHECK_FILL = "circle-check-fill", e.CIRCLE_CHECK = "circle-check", e.CLOSE = "close", e.HELP = "help", e.INFO = "info", e.MENU = "menu", e.PLUS = "plus", e.REMOVE = "remove", e.SEARCH = "search", e.WARNING = "warning", e.ARROW_BACK = "arrow-back", e.ARROW_DOWNWARD = "arrow-downward", e.ARROW_FORWARD = "arrow-forward", e.ARROW_INSERT = "arrow-insert", e.ARROW_OUTWARD = "arrow-outward", e.ARROW_RETURN = "arrow-return", e.ARROW_UPWARD = "arrow-upward", e.CHEVRON_BACK = "chevron-back", e.CHEVRON_DOWN = "chevron-down", e.CHEVRON_FORWARD = "chevron-forward", e.CHEVRON_UP = "chevron-up", e.MESSAGE_FILL = "message-fill", e.MESSAGE = "message", e.CALENDAR = "calendar", e.CART = "cart", e.PACKAGE_FILL = "package-fill", e.PACKAGE = "package", e.SMILE_FILL = "smile-fill", e.SMILE = "smile", e.CIRCLE_DASH_FILL = "circle-dash-fill", e.CIRCLE_DASH = "circle-dash", e.PIN_DROP = "pin-drop", e.FILTER = "filter", e.COACHING = "coaching", e.LABS = "labs", e.MYSPAN = "myspan", e.OPTIMIZATIONS = "optimizations", e.PROTOCOLS = "protocols", e.RULER = "ruler", e.SCALE = "scale", e.FACEBOOK = "facebook", e.HEART_FILL = "heart-fill", e.HEART = "heart", e.INSTAGRAM = "instagram", e.STAR_FILL = "star-fill", e.STAR_HALF = "star-half", e.STAR_OUTLINE = "star-outline", e.STAR = "star", e.X = "x", e))(ne || {});
379
+ const Wo = {
371
380
  "alert-error-fill": "action",
372
381
  "alert-error": "action",
373
382
  check: "action",
@@ -421,186 +430,186 @@ const Po = {
421
430
  star: "social",
422
431
  x: "social"
423
432
  };
424
- function Xo(e) {
425
- return e ? Object.values(le).includes(e) : !1;
433
+ function Bo(e) {
434
+ return e ? Object.values(ne).includes(e) : !1;
426
435
  }
427
- const w = Re(({ name: e, className: a }) => {
428
- const [l, i] = U(null);
429
- return ke(() => {
430
- let r = !0;
431
- return Xo(e) && Mo(/* @__PURE__ */ Object.assign({ "../../icons/action/alert-error-fill.svg": () => import("./alert-error-fill-U8xX1bHm.mjs"), "../../icons/action/alert-error.svg": () => import("./alert-error-Cj1EJqVI.mjs"), "../../icons/action/check.svg": () => import("./check-DgSDfN0C.mjs"), "../../icons/action/circle-check-fill.svg": () => import("./circle-check-fill-BpCT79Im.mjs"), "../../icons/action/circle-check.svg": () => import("./circle-check-DHexNVPG.mjs"), "../../icons/action/close.svg": () => import("./close-xFwzmg9D.mjs"), "../../icons/action/help.svg": () => import("./help-CRE_5jm0.mjs"), "../../icons/action/info.svg": () => import("./info-BPzOhkwO.mjs"), "../../icons/action/menu.svg": () => import("./menu-wBs3KiRN.mjs"), "../../icons/action/plus.svg": () => import("./plus-a8IJH0Cb.mjs"), "../../icons/action/remove.svg": () => import("./remove-DjaRY7q_.mjs"), "../../icons/action/search.svg": () => import("./search-CH3bboSY.mjs"), "../../icons/action/warning.svg": () => import("./warning-DXASuaUB.mjs"), "../../icons/arrow/arrow-back.svg": () => import("./arrow-back-RB9oG9bb.mjs"), "../../icons/arrow/arrow-downward.svg": () => import("./arrow-downward-BZo-WiCP.mjs"), "../../icons/arrow/arrow-forward.svg": () => import("./arrow-forward-vO9RZVmB.mjs"), "../../icons/arrow/arrow-insert.svg": () => import("./arrow-insert-DERGBPT7.mjs"), "../../icons/arrow/arrow-outward.svg": () => import("./arrow-outward-DrIR5DwI.mjs"), "../../icons/arrow/arrow-return.svg": () => import("./arrow-return-8q22es7-.mjs"), "../../icons/arrow/arrow-upward.svg": () => import("./arrow-upward-DC1FfPA9.mjs"), "../../icons/arrow/chevron-back.svg": () => import("./chevron-back-DFWam-ts.mjs"), "../../icons/arrow/chevron-down.svg": () => import("./chevron-down-BwRGeXBx.mjs"), "../../icons/arrow/chevron-forward.svg": () => import("./chevron-forward-DiyG4R25.mjs"), "../../icons/arrow/chevron-up.svg": () => import("./chevron-up-OrVl2KYe.mjs"), "../../icons/chat/message-fill.svg": () => import("./message-fill-34t0rhm0.mjs"), "../../icons/chat/message.svg": () => import("./message-CJ_CwgNl.mjs"), "../../icons/eCommerce/calendar.svg": () => import("./calendar-B-r7jdWd.mjs"), "../../icons/eCommerce/cart.svg": () => import("./cart-DPCejEA4.mjs"), "../../icons/eCommerce/package-fill.svg": () => import("./package-fill-DJC-nVX4.mjs"), "../../icons/eCommerce/package.svg": () => import("./package-Cojp3ziE.mjs"), "../../icons/faces/smile-fill.svg": () => import("./smile-fill-BZ1FEIkr.mjs"), "../../icons/faces/smile.svg": () => import("./smile-DWJE9lLu.mjs"), "../../icons/global/filter.svg": () => import("./filter-Bb2_rnBk.mjs"), "../../icons/global/pin-drop.svg": () => import("./pin-drop-CjDxWRyc.mjs"), "../../icons/indicators/circle-dash-fill.svg": () => import("./circle-dash-fill-B15ve9gd.mjs"), "../../icons/indicators/circle-dash.svg": () => import("./circle-dash-C0Qv0BFy.mjs"), "../../icons/map/pin-drop.svg": () => import("./pin-drop-Cynj8Kyw.mjs"), "../../icons/medical/coaching.svg": () => import("./coaching-ZyIaz-XN.mjs"), "../../icons/medical/labs.svg": () => import("./labs-C5ACTgZS.mjs"), "../../icons/medical/myspan.svg": () => import("./myspan-BtBinWuo.mjs"), "../../icons/medical/optimizations.svg": () => import("./optimizations-CFu6WZmF.mjs"), "../../icons/medical/protocols.svg": () => import("./protocols-DioVdawg.mjs"), "../../icons/medical/ruler.svg": () => import("./ruler-DHuaS0jU.mjs"), "../../icons/medical/scale.svg": () => import("./scale-CN9HwBjw.mjs"), "../../icons/social/facebook.svg": () => import("./facebook-DV78ip19.mjs"), "../../icons/social/heart-fill.svg": () => import("./heart-fill-BVOsSRde.mjs"), "../../icons/social/heart.svg": () => import("./heart-D7sVKHkl.mjs"), "../../icons/social/instagram.svg": () => import("./instagram-D3uUNPQP.mjs"), "../../icons/social/star-fill.svg": () => import("./star-fill-CSTfd32v.mjs"), "../../icons/social/star-half.svg": () => import("./star-half-BF2SarPm.mjs"), "../../icons/social/star-outline.svg": () => import("./star-outline-CYXUJP23.mjs"), "../../icons/social/star.svg": () => import("./star-BUndwhBG.mjs"), "../../icons/social/x.svg": () => import("./x-BXPNdkKc.mjs") }), `../../icons/${Po[e]}/${e}.svg`, 5).then((s) => {
432
- r && i(s);
436
+ const C = Se(({ name: e, className: r }) => {
437
+ const [n, s] = H(null);
438
+ return Ce(() => {
439
+ let l = !0;
440
+ return Bo(e) && $o(/* @__PURE__ */ Object.assign({ "../../icons/action/alert-error-fill.svg": () => import("./alert-error-fill-U8xX1bHm.mjs"), "../../icons/action/alert-error.svg": () => import("./alert-error-Cj1EJqVI.mjs"), "../../icons/action/check.svg": () => import("./check-DgSDfN0C.mjs"), "../../icons/action/circle-check-fill.svg": () => import("./circle-check-fill-BpCT79Im.mjs"), "../../icons/action/circle-check.svg": () => import("./circle-check-DHexNVPG.mjs"), "../../icons/action/close.svg": () => import("./close-xFwzmg9D.mjs"), "../../icons/action/help.svg": () => import("./help-CRE_5jm0.mjs"), "../../icons/action/info.svg": () => import("./info-BPzOhkwO.mjs"), "../../icons/action/menu.svg": () => import("./menu-wBs3KiRN.mjs"), "../../icons/action/plus.svg": () => import("./plus-a8IJH0Cb.mjs"), "../../icons/action/remove.svg": () => import("./remove-DjaRY7q_.mjs"), "../../icons/action/search.svg": () => import("./search-CH3bboSY.mjs"), "../../icons/action/warning.svg": () => import("./warning-DXASuaUB.mjs"), "../../icons/arrow/arrow-back.svg": () => import("./arrow-back-RB9oG9bb.mjs"), "../../icons/arrow/arrow-downward.svg": () => import("./arrow-downward-BZo-WiCP.mjs"), "../../icons/arrow/arrow-forward.svg": () => import("./arrow-forward-vO9RZVmB.mjs"), "../../icons/arrow/arrow-insert.svg": () => import("./arrow-insert-DERGBPT7.mjs"), "../../icons/arrow/arrow-outward.svg": () => import("./arrow-outward-DrIR5DwI.mjs"), "../../icons/arrow/arrow-return.svg": () => import("./arrow-return-8q22es7-.mjs"), "../../icons/arrow/arrow-upward.svg": () => import("./arrow-upward-DC1FfPA9.mjs"), "../../icons/arrow/chevron-back.svg": () => import("./chevron-back-DFWam-ts.mjs"), "../../icons/arrow/chevron-down.svg": () => import("./chevron-down-BwRGeXBx.mjs"), "../../icons/arrow/chevron-forward.svg": () => import("./chevron-forward-DiyG4R25.mjs"), "../../icons/arrow/chevron-up.svg": () => import("./chevron-up-OrVl2KYe.mjs"), "../../icons/chat/message-fill.svg": () => import("./message-fill-34t0rhm0.mjs"), "../../icons/chat/message.svg": () => import("./message-CJ_CwgNl.mjs"), "../../icons/eCommerce/calendar.svg": () => import("./calendar-B-r7jdWd.mjs"), "../../icons/eCommerce/cart.svg": () => import("./cart-DPCejEA4.mjs"), "../../icons/eCommerce/package-fill.svg": () => import("./package-fill-DJC-nVX4.mjs"), "../../icons/eCommerce/package.svg": () => import("./package-Cojp3ziE.mjs"), "../../icons/faces/smile-fill.svg": () => import("./smile-fill-BZ1FEIkr.mjs"), "../../icons/faces/smile.svg": () => import("./smile-DWJE9lLu.mjs"), "../../icons/global/filter.svg": () => import("./filter-Bb2_rnBk.mjs"), "../../icons/global/pin-drop.svg": () => import("./pin-drop-CjDxWRyc.mjs"), "../../icons/indicators/circle-dash-fill.svg": () => import("./circle-dash-fill-B15ve9gd.mjs"), "../../icons/indicators/circle-dash.svg": () => import("./circle-dash-C0Qv0BFy.mjs"), "../../icons/map/pin-drop.svg": () => import("./pin-drop-Cynj8Kyw.mjs"), "../../icons/medical/coaching.svg": () => import("./coaching-ZyIaz-XN.mjs"), "../../icons/medical/labs.svg": () => import("./labs-C5ACTgZS.mjs"), "../../icons/medical/myspan.svg": () => import("./myspan-BtBinWuo.mjs"), "../../icons/medical/optimizations.svg": () => import("./optimizations-CFu6WZmF.mjs"), "../../icons/medical/protocols.svg": () => import("./protocols-DioVdawg.mjs"), "../../icons/medical/ruler.svg": () => import("./ruler-DHuaS0jU.mjs"), "../../icons/medical/scale.svg": () => import("./scale-CN9HwBjw.mjs"), "../../icons/social/facebook.svg": () => import("./facebook-DV78ip19.mjs"), "../../icons/social/heart-fill.svg": () => import("./heart-fill-BVOsSRde.mjs"), "../../icons/social/heart.svg": () => import("./heart-D7sVKHkl.mjs"), "../../icons/social/instagram.svg": () => import("./instagram-D3uUNPQP.mjs"), "../../icons/social/star-fill.svg": () => import("./star-fill-CSTfd32v.mjs"), "../../icons/social/star-half.svg": () => import("./star-half-BF2SarPm.mjs"), "../../icons/social/star-outline.svg": () => import("./star-outline-CYXUJP23.mjs"), "../../icons/social/star.svg": () => import("./star-BUndwhBG.mjs"), "../../icons/social/x.svg": () => import("./x-BXPNdkKc.mjs") }), `../../icons/${Wo[e]}/${e}.svg`, 5).then((a) => {
441
+ l && s(a);
433
442
  }), () => {
434
- r = !1;
443
+ l = !1;
435
444
  };
436
- }, [e]), l ? we(l.default, { className: a }) : /* @__PURE__ */ t.jsx("div", { className: a, children: "💡" });
437
- }), No = "button-module__button___JyfZW", Wo = "button-module__primary___ggjlO", $o = "button-module__secondary___Q4I1z", Fo = "button-module__muted___DbVhc", Do = "button-module__ghost___Dp7F-", Vo = "button-module__xs___hb8XV", Go = "button-module__sm___nin2b", Yo = "button-module__md___0nyD0", Ho = "button-module__lg___UZ-tP", Uo = "button-module__disabled___S7XlI", Jo = "button-module__content___FFCUI", Bo = "button-module__iconWrap___PI655", k = {
438
- button: No,
439
- primary: Wo,
445
+ }, [e]), n ? xe(n.default, { className: r }) : /* @__PURE__ */ t.jsx("div", { className: r, children: "💡" });
446
+ }), Io = "button-module__button___JyfZW", Do = "button-module__primary___ggjlO", Fo = "button-module__secondary___Q4I1z", Yo = "button-module__muted___DbVhc", Go = "button-module__ghost___Dp7F-", Vo = "button-module__xs___hb8XV", Uo = "button-module__sm___nin2b", Ho = "button-module__md___0nyD0", Jo = "button-module__lg___UZ-tP", Zo = "button-module__disabled___S7XlI", zo = "button-module__content___FFCUI", Ko = "button-module__iconWrap___PI655", x = {
447
+ button: Io,
448
+ primary: Do,
440
449
  "primary-invert": "button-module__primary-invert___UQj7h",
441
- secondary: $o,
442
- muted: Fo,
450
+ secondary: Fo,
451
+ muted: Yo,
443
452
  "muted-invert": "button-module__muted-invert___0nBJw",
444
- ghost: Do,
453
+ ghost: Go,
445
454
  xs: Vo,
446
- sm: Go,
447
- md: Yo,
448
- lg: Ho,
449
- disabled: Uo,
450
- content: Jo,
451
- iconWrap: Bo
452
- }, ae = Se(({
455
+ sm: Uo,
456
+ md: Ho,
457
+ lg: Jo,
458
+ disabled: Zo,
459
+ content: zo,
460
+ iconWrap: Ko
461
+ }, J = je(({
453
462
  variant: e = "primary",
454
- size: a = "md",
455
- as: l = "button",
456
- disabled: i = !1,
457
- children: r,
458
- prefixIcon: s,
459
- suffixIcon: _,
463
+ size: r = "md",
464
+ as: n = "button",
465
+ disabled: s = !1,
466
+ children: l,
467
+ prefixIcon: a,
468
+ suffixIcon: i,
460
469
  ...u
461
- }, f) => {
462
- const O = k[e] || "", S = k[a] || "", T = i ? k.disabled : "";
470
+ }, X) => {
471
+ const R = x[e] || "", T = x[r] || "", w = s ? x.disabled : "";
463
472
  return /* @__PURE__ */ t.jsx(
464
- l,
473
+ n,
465
474
  {
466
- ref: f,
475
+ ref: X,
467
476
  ...u,
468
477
  className: p(
469
- k.button,
470
- O,
471
- S,
472
- T
478
+ x.button,
479
+ R,
480
+ T,
481
+ w
473
482
  ),
474
- disabled: i,
475
- children: /* @__PURE__ */ t.jsxs("div", { className: k.content, children: [
476
- s && /* @__PURE__ */ t.jsx("div", { className: k.iconWrap, children: /* @__PURE__ */ t.jsx(w, { name: s }) }),
477
- /* @__PURE__ */ t.jsx("div", { children: r }),
478
- _ && /* @__PURE__ */ t.jsx("div", { className: k.iconWrap, children: /* @__PURE__ */ t.jsx(w, { name: _ }) })
483
+ disabled: s,
484
+ children: /* @__PURE__ */ t.jsxs("div", { className: x.content, children: [
485
+ a && /* @__PURE__ */ t.jsx("div", { className: x.iconWrap, children: /* @__PURE__ */ t.jsx(C, { name: a }) }),
486
+ /* @__PURE__ */ t.jsx("div", { children: l }),
487
+ i && /* @__PURE__ */ t.jsx("div", { className: x.iconWrap, children: /* @__PURE__ */ t.jsx(C, { name: i }) })
479
488
  ] })
480
489
  }
481
490
  );
482
491
  });
483
- ae.displayName = "Button";
484
- const Io = "label-module__root___b704i", Zo = {
485
- root: Io
486
- }, zo = {
492
+ J.displayName = "Button";
493
+ const qo = "label-module__root___b704i", Qo = {
494
+ root: qo
495
+ }, et = {
487
496
  sm: b.labelXs,
488
497
  lg: b.labelSm
489
- }, rr = ({ children: e, color: a, size: l = "sm" }) => /* @__PURE__ */ t.jsx(
498
+ }, Br = ({ children: e, color: r, size: n = "sm" }) => /* @__PURE__ */ t.jsx(
490
499
  "div",
491
500
  {
492
501
  className: p(
493
- Zo.root,
502
+ Qo.root,
494
503
  b.labelEmphasis,
495
- zo[l]
504
+ et[n]
496
505
  ),
497
- "data-size": l,
498
- "data-color": a,
506
+ "data-size": n,
507
+ "data-color": r,
499
508
  children: e
500
509
  }
501
- ), qo = "tag-module__tag___04JA1", Ko = "tag-module__md___Vi5U2", Qo = "tag-module__lg___AaJGY", et = "tag-module__active___Bc0bb", ot = "tag-module__content___uaFwG", tt = "tag-module__iconWrap___viC8K", j = {
502
- tag: qo,
503
- md: Ko,
504
- lg: Qo,
505
- active: et,
506
- content: ot,
507
- iconWrap: tt
508
- }, rt = {
510
+ ), ot = "tag-module__tag___04JA1", tt = "tag-module__md___Vi5U2", rt = "tag-module__lg___AaJGY", at = "tag-module__active___Bc0bb", lt = "tag-module__content___uaFwG", st = "tag-module__iconWrap___viC8K", A = {
511
+ tag: ot,
512
+ md: tt,
513
+ lg: rt,
514
+ active: at,
515
+ content: lt,
516
+ iconWrap: st
517
+ }, nt = {
509
518
  md: b.labelMd,
510
519
  lg: b.labelLg
511
- }, lt = ({ value: e, children: a, active: l, disabled: i, size: r = "md", prefixIcon: s, suffixIcon: _, onClick: u }) => /* @__PURE__ */ t.jsx(
520
+ }, it = ({ value: e, children: r, active: n, disabled: s, size: l = "md", prefixIcon: a, suffixIcon: i, onClick: u }) => /* @__PURE__ */ t.jsx(
512
521
  "button",
513
522
  {
514
523
  className: p(
515
- j.tag,
516
- rt[r],
517
- { [j.active]: l },
518
- j[r]
524
+ A.tag,
525
+ nt[l],
526
+ { [A.active]: n },
527
+ A[l]
519
528
  ),
520
- disabled: i,
529
+ disabled: s,
521
530
  onClick: () => u(e),
522
- children: /* @__PURE__ */ t.jsxs("div", { className: j.content, children: [
523
- s && /* @__PURE__ */ t.jsx("div", { className: j.iconWrap, children: /* @__PURE__ */ t.jsx(w, { name: s }) }),
524
- /* @__PURE__ */ t.jsx("p", { children: a }),
525
- _ && /* @__PURE__ */ t.jsx("div", { className: j.iconWrap, children: /* @__PURE__ */ t.jsx(w, { name: _ }) })
531
+ children: /* @__PURE__ */ t.jsxs("div", { className: A.content, children: [
532
+ a && /* @__PURE__ */ t.jsx("div", { className: A.iconWrap, children: /* @__PURE__ */ t.jsx(C, { name: a }) }),
533
+ /* @__PURE__ */ t.jsx("p", { children: r }),
534
+ i && /* @__PURE__ */ t.jsx("div", { className: A.iconWrap, children: /* @__PURE__ */ t.jsx(C, { name: i }) })
526
535
  ] })
527
536
  }
528
- ), at = "tabs-module__container___NRX40", st = "tabs-module__tab___McM3m", it = "tabs-module__sm___m4fiR", nt = "tabs-module__lg___SVeHo", _t = "tabs-module__inverted___CBzom", ct = "tabs-module__disabled___AXCIC", dt = "tabs-module__bottom___Ho7ee", mt = "tabs-module__top___jthT8", ut = "tabs-module__activeTab___MHq7V", pt = "tabs-module__brackets___37Jhe", bt = "tabs-module__iconWrap___RY5wP", h = {
529
- container: at,
530
- tab: st,
531
- sm: it,
532
- lg: nt,
533
- inverted: _t,
534
- disabled: ct,
535
- bottom: dt,
536
- top: mt,
537
- activeTab: ut,
538
- brackets: pt,
539
- iconWrap: bt
537
+ ), _t = "tabs-module__container___NRX40", ct = "tabs-module__tab___McM3m", dt = "tabs-module__sm___m4fiR", mt = "tabs-module__lg___SVeHo", ut = "tabs-module__inverted___CBzom", pt = "tabs-module__disabled___AXCIC", gt = "tabs-module__bottom___Ho7ee", bt = "tabs-module__top___jthT8", ht = "tabs-module__activeTab___MHq7V", yt = "tabs-module__brackets___37Jhe", ft = "tabs-module__iconWrap___RY5wP", y = {
538
+ container: _t,
539
+ tab: ct,
540
+ sm: dt,
541
+ lg: mt,
542
+ inverted: ut,
543
+ disabled: pt,
544
+ bottom: gt,
545
+ top: bt,
546
+ activeTab: ht,
547
+ brackets: yt,
548
+ iconWrap: ft
540
549
  };
541
- function lr({
550
+ function Ir({
542
551
  activeTab: e,
543
- tabs: a,
544
- onTabClick: l,
545
- size: i = "sm",
546
- activeLinePosition: r = "bottom",
547
- inverted: s
552
+ tabs: r,
553
+ onTabClick: n,
554
+ size: s = "sm",
555
+ activeLinePosition: l = "bottom",
556
+ inverted: a
548
557
  }) {
549
- return /* @__PURE__ */ t.jsx("div", { className: h.container, children: a.map((_) => /* @__PURE__ */ t.jsxs(
558
+ return /* @__PURE__ */ t.jsx("div", { className: y.container, children: r.map((i) => /* @__PURE__ */ t.jsxs(
550
559
  "button",
551
560
  {
552
561
  className: p(
553
- h.tab,
554
- h[i],
562
+ y.tab,
563
+ y[s],
555
564
  {
556
- [h.inverted]: s,
557
- [h.activeTab]: e === _.value,
558
- [h.disabled]: _.disabled,
559
- [h.brackets]: i === "lg" && e === _.value && a.length > 1
565
+ [y.inverted]: a,
566
+ [y.activeTab]: e === i.value,
567
+ [y.disabled]: i.disabled,
568
+ [y.brackets]: s === "lg" && e === i.value && r.length > 1
560
569
  },
561
- h[r],
562
- _.className
570
+ y[l],
571
+ i.className
563
572
  ),
564
- disabled: _.disabled,
565
- onClick: () => l(_.value),
573
+ disabled: i.disabled,
574
+ onClick: () => n(i.value),
566
575
  children: [
567
- _.prefixIcon && /* @__PURE__ */ t.jsx("div", { className: h.iconWrap, children: /* @__PURE__ */ t.jsx(w, { name: _.prefixIcon }) }),
568
- /* @__PURE__ */ t.jsx("div", { children: _.label }),
569
- _.suffixIcon && /* @__PURE__ */ t.jsx("div", { className: h.iconWrap, children: /* @__PURE__ */ t.jsx(w, { name: _.suffixIcon }) })
576
+ i.prefixIcon && /* @__PURE__ */ t.jsx("div", { className: y.iconWrap, children: /* @__PURE__ */ t.jsx(C, { name: i.prefixIcon }) }),
577
+ /* @__PURE__ */ t.jsx("div", { children: i.label }),
578
+ i.suffixIcon && /* @__PURE__ */ t.jsx("div", { className: y.iconWrap, children: /* @__PURE__ */ t.jsx(C, { name: i.suffixIcon }) })
570
579
  ]
571
580
  },
572
- String(_.value)
581
+ String(i.value)
573
582
  )) });
574
583
  }
575
- const gt = (e) => /* @__PURE__ */ y.createElement("svg", { width: 10, height: 10, viewBox: "0 0 10 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ y.createElement("g", { clipPath: "url(#clip0_984_190)" }, /* @__PURE__ */ y.createElement("path", { d: "M10 3.3496L6.73464 0.0842285L6 0.818839L9.2654 4.08423L10 3.3496Z" }), /* @__PURE__ */ y.createElement("path", { d: "M3.26537 0.0842285L0 3.34962L0.734613 4.08423L4 0.818844L3.26537 0.0842285Z" }), /* @__PURE__ */ y.createElement("path", { d: "M9.2654 6.08423L6 9.34962L6.7346 10.0842L10 6.81883L9.2654 6.08423Z" }), /* @__PURE__ */ y.createElement("path", { d: "M4 9.34959L0.734618 6.08423L0 6.81886L3.2654 10.0842L4 9.34959Z" })), /* @__PURE__ */ y.createElement("defs", null, /* @__PURE__ */ y.createElement("clipPath", { id: "clip0_984_190" }, /* @__PURE__ */ y.createElement("rect", { width: 10, height: 10, fill: "white" })))), ht = "typeBadge-module__typeBadge___Jxk0v", yt = "typeBadge-module__badgeIcon___BIDN2", re = {
576
- typeBadge: ht,
577
- badgeIcon: yt
584
+ const vt = (e) => /* @__PURE__ */ f.createElement("svg", { width: 10, height: 10, viewBox: "0 0 10 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ f.createElement("g", { clipPath: "url(#clip0_984_190)" }, /* @__PURE__ */ f.createElement("path", { d: "M10 3.3496L6.73464 0.0842285L6 0.818839L9.2654 4.08423L10 3.3496Z" }), /* @__PURE__ */ f.createElement("path", { d: "M3.26537 0.0842285L0 3.34962L0.734613 4.08423L4 0.818844L3.26537 0.0842285Z" }), /* @__PURE__ */ f.createElement("path", { d: "M9.2654 6.08423L6 9.34962L6.7346 10.0842L10 6.81883L9.2654 6.08423Z" }), /* @__PURE__ */ f.createElement("path", { d: "M4 9.34959L0.734618 6.08423L0 6.81886L3.2654 10.0842L4 9.34959Z" })), /* @__PURE__ */ f.createElement("defs", null, /* @__PURE__ */ f.createElement("clipPath", { id: "clip0_984_190" }, /* @__PURE__ */ f.createElement("rect", { width: 10, height: 10, fill: "white" })))), Rt = "typeBadge-module__typeBadge___Jxk0v", kt = "typeBadge-module__badgeIcon___BIDN2", se = {
585
+ typeBadge: Rt,
586
+ badgeIcon: kt
578
587
  };
579
- var ft = /* @__PURE__ */ ((e) => (e.SENESCENCE = "senescence", e.SUPPLEMENTS = "supplements", e.OUTLINE = "outline", e.ENERGY = "energy", e.METABOLISM = "metabolism", e.LABS = "labs", e))(ft || {});
580
- const ar = ({
588
+ var St = /* @__PURE__ */ ((e) => (e.SENESCENCE = "senescence", e.SUPPLEMENTS = "supplements", e.OUTLINE = "outline", e.ENERGY = "energy", e.METABOLISM = "metabolism", e.LABS = "labs", e))(St || {});
589
+ const Dr = ({
581
590
  type: e = "senescence"
582
591
  /* SENESCENCE */
583
- }) => /* @__PURE__ */ t.jsx("div", { className: re.typeBadge, "data-type": e, children: /* @__PURE__ */ t.jsx(gt, { className: re.badgeIcon }) }), vt = "contentTabs-module__root___vJVGt", Rt = "contentTabs-module__tabWrap___jwBNf", kt = "contentTabs-module__tab___oMzRn", wt = "contentTabs-module__light___LyVtp", St = "contentTabs-module__dark___-VJo6", Tt = "contentTabs-module__activeTab___0Uvh6", xt = "contentTabs-module__icon___nyuv-", jt = "contentTabs-module__description___sM2G-", Ct = "contentTabs-module__descriptionActive___aa8C1", R = {
584
- root: vt,
585
- tabWrap: Rt,
586
- tab: kt,
587
- light: wt,
588
- dark: St,
589
- activeTab: Tt,
590
- icon: xt,
591
- description: jt,
592
- descriptionActive: Ct
592
+ }) => /* @__PURE__ */ t.jsx("div", { className: se.typeBadge, "data-type": e, children: /* @__PURE__ */ t.jsx(vt, { className: se.badgeIcon }) }), Ct = "contentTabs-module__root___vJVGt", xt = "contentTabs-module__tabWrap___jwBNf", jt = "contentTabs-module__tab___oMzRn", Tt = "contentTabs-module__light___LyVtp", wt = "contentTabs-module__dark___-VJo6", Lt = "contentTabs-module__activeTab___0Uvh6", Et = "contentTabs-module__icon___nyuv-", At = "contentTabs-module__description___sM2G-", Ot = "contentTabs-module__descriptionActive___aa8C1", S = {
593
+ root: Ct,
594
+ tabWrap: xt,
595
+ tab: jt,
596
+ light: Tt,
597
+ dark: wt,
598
+ activeTab: Lt,
599
+ icon: Et,
600
+ description: At,
601
+ descriptionActive: Ot
593
602
  };
594
- function Lt({ tabs: e, activeTab: a, colorScheme: l, onTabClick: i }) {
595
- return /* @__PURE__ */ t.jsx("div", { className: p(R.root, R[l]), children: e.map((r) => /* @__PURE__ */ t.jsxs("div", { className: R.tabWrap, children: [
603
+ function Mt({ tabs: e, activeTab: r, colorScheme: n, onTabClick: s }) {
604
+ return /* @__PURE__ */ t.jsx("div", { className: p(S.root, S[n]), children: e.map((l) => /* @__PURE__ */ t.jsxs("div", { className: S.tabWrap, children: [
596
605
  /* @__PURE__ */ t.jsxs(
597
606
  "button",
598
607
  {
599
- className: p(R.tab, { [R.activeTab]: a.label === r.label }),
600
- onClick: () => i(r),
608
+ className: p(S.tab, { [S.activeTab]: r.label === l.label }),
609
+ onClick: () => s(l),
601
610
  children: [
602
- r.icon && /* @__PURE__ */ t.jsx("div", { className: R.icon, children: /* @__PURE__ */ t.jsx(w, { name: r.icon }) }),
603
- /* @__PURE__ */ t.jsx("div", { className: b.headingXs, children: r.label })
611
+ l.icon && /* @__PURE__ */ t.jsx("div", { className: S.icon, children: /* @__PURE__ */ t.jsx(C, { name: l.icon }) }),
612
+ /* @__PURE__ */ t.jsx("div", { className: b.headingXs, children: l.label })
604
613
  ]
605
614
  }
606
615
  ),
@@ -608,164 +617,303 @@ function Lt({ tabs: e, activeTab: a, colorScheme: l, onTabClick: i }) {
608
617
  "p",
609
618
  {
610
619
  className: p(
611
- R.description,
612
- { [R.descriptionActive]: a.label === r.label },
620
+ S.description,
621
+ { [S.descriptionActive]: r.label === l.label },
613
622
  b.bodySm
614
623
  ),
615
- children: r.description
624
+ children: l.description
616
625
  }
617
626
  )
618
- ] }, String(r.label))) });
627
+ ] }, String(l.label))) });
619
628
  }
620
- const At = "productGalleryCard-module__root___oGJjs", Et = "productGalleryCard-module__buttonContainer___0D5Ov", Ot = "productGalleryCard-module__productInfo___IZeoL", Mt = "productGalleryCard-module__title___dnRaF", Pt = "productGalleryCard-module__price___dNy0O", Xt = "productGalleryCard-module__productImage___uSNso", C = {
621
- root: At,
622
- buttonContainer: Et,
623
- productInfo: Ot,
624
- title: Mt,
625
- price: Pt,
626
- productImage: Xt
627
- }, sr = ({
629
+ const Pt = "productGalleryCard-module__root___oGJjs", Xt = "productGalleryCard-module__buttonContainer___0D5Ov", Nt = "productGalleryCard-module__productInfo___IZeoL", $t = "productGalleryCard-module__title___dnRaF", Wt = "productGalleryCard-module__price___dNy0O", Bt = "productGalleryCard-module__productImage___uSNso", O = {
630
+ root: Pt,
631
+ buttonContainer: Xt,
632
+ productInfo: Nt,
633
+ title: $t,
634
+ price: Wt,
635
+ productImage: Bt
636
+ }, Fr = ({
628
637
  title: e,
629
- price: a,
630
- image: l,
631
- buttons: i,
632
- link: r
638
+ price: r,
639
+ image: n,
640
+ buttons: s,
641
+ link: l
633
642
  }) => {
634
- const s = (_) => {
635
- _.preventDefault(), _.stopPropagation();
643
+ const a = (i) => {
644
+ i.preventDefault(), i.stopPropagation();
636
645
  };
637
- return /* @__PURE__ */ t.jsxs("a", { href: r, target: "_blank", rel: "noopener noreferrer", className: C.root, children: [
638
- /* @__PURE__ */ t.jsxs("div", { className: C.productInfo, children: [
639
- /* @__PURE__ */ t.jsx(E, { defaultVariant: "bodyXl", className: C.title, children: e }),
640
- /* @__PURE__ */ t.jsx(E, { defaultVariant: "bodyXl", className: C.price, children: a })
646
+ return /* @__PURE__ */ t.jsxs("a", { href: l, target: "_blank", rel: "noopener noreferrer", className: O.root, children: [
647
+ /* @__PURE__ */ t.jsxs("div", { className: O.productInfo, children: [
648
+ /* @__PURE__ */ t.jsx(v, { defaultVariant: "bodyXl", className: O.title, children: e }),
649
+ /* @__PURE__ */ t.jsx(v, { defaultVariant: "bodyXl", className: O.price, children: r })
641
650
  ] }),
642
- /* @__PURE__ */ t.jsx("img", { src: l, alt: "product image", className: C.productImage }),
643
- /* @__PURE__ */ t.jsx("div", { onClick: s, className: C.buttonContainer, children: i.map((_, u) => /* @__PURE__ */ t.jsx(ae, { ..._, children: _.label }, u)) })
651
+ /* @__PURE__ */ t.jsx("img", { src: n, alt: "product image", className: O.productImage }),
652
+ /* @__PURE__ */ t.jsx("div", { onClick: a, className: O.buttonContainer, children: s.map((i, u) => /* @__PURE__ */ t.jsx(J, { ...i, children: i.label }, u)) })
644
653
  ] });
645
- }, Nt = "highlightedTitle-module__root___lYJkw", Wt = "highlightedTitle-module__title___W-4jC", $t = "highlightedTitle-module__tag___DyjPy", Ft = "highlightedTitle-module__taggedTitle___RYwDP", $ = {
646
- root: Nt,
647
- title: Wt,
648
- tag: $t,
649
- taggedTitle: Ft
650
- }, se = ({
654
+ }, It = "highlightedTitle-module__root___lYJkw", Dt = "highlightedTitle-module__title___W-4jC", Ft = "highlightedTitle-module__tag___DyjPy", Yt = "highlightedTitle-module__taggedTitle___RYwDP", B = {
655
+ root: It,
656
+ title: Dt,
657
+ tag: Ft,
658
+ taggedTitle: Yt
659
+ }, ie = ({
651
660
  title: e,
652
- tag: a,
653
- className: l,
654
- defaultVariant: i = "displayMd",
655
- as: r = "h2",
656
- mobileVariant: s = "headingLg",
657
- colorScheme: _ = "light"
658
- }) => /* @__PURE__ */ t.jsxs("div", { "data-scheme": _, className: p($.root, l), children: [
659
- a && /* @__PURE__ */ t.jsx(E, { as: "p", defaultVariant: "labelMd", emphasis: !0, className: $.tag, children: a }),
661
+ tag: r,
662
+ className: n,
663
+ defaultVariant: s = "displayMd",
664
+ as: l = "h2",
665
+ mobileVariant: a = "headingLg",
666
+ colorScheme: i = "light"
667
+ }) => /* @__PURE__ */ t.jsxs("div", { "data-scheme": i, className: p(B.root, n), children: [
668
+ r && /* @__PURE__ */ t.jsx(v, { as: "p", defaultVariant: "labelMd", emphasis: !0, className: B.tag, children: r }),
660
669
  /* @__PURE__ */ t.jsx(
661
- E,
670
+ v,
662
671
  {
663
- as: r,
664
- defaultVariant: i,
665
- mobileVariant: s,
666
- className: p($.title, { [$.taggedTitle]: !!a }),
672
+ as: l,
673
+ defaultVariant: s,
674
+ mobileVariant: a,
675
+ className: p(B.title, { [B.taggedTitle]: !!r }),
667
676
  children: e
668
677
  }
669
678
  )
670
- ] }), Dt = "protocolTags-module__root___q4ybt", Vt = "protocolTags-module__tags___aaJJA", Gt = "protocolTags-module__mobile___4hH2G", Yt = "protocolTags-module__desktop___kl9fI", L = {
671
- root: Dt,
672
- tags: Vt,
673
- mobile: Gt,
674
- desktop: Yt
675
- }, Ht = ({ tags: e }) => {
676
- var r;
677
- const [a, l] = U(((r = e[0]) == null ? void 0 : r.label) || null), i = Te(() => {
678
- var s;
679
- return (s = e.find((_) => _.label === a)) == null ? void 0 : s.description;
680
- }, [a, e]);
681
- return /* @__PURE__ */ t.jsxs("div", { className: L.root, children: [
682
- /* @__PURE__ */ t.jsx("div", { className: L.tags, children: e.map((s) => /* @__PURE__ */ t.jsx(
683
- lt,
679
+ ] }), Yr = (e, r = "usd") => new Intl.NumberFormat("en", {
680
+ style: "currency",
681
+ currency: r
682
+ }).format(e), Gt = {
683
+ sm: "headingMd",
684
+ lg: "headingXl"
685
+ }, Vt = {
686
+ sm: "labelLg",
687
+ lg: "headingSm"
688
+ }, Ut = {
689
+ sm: "bodyXs",
690
+ lg: "bodyLg"
691
+ }, Ht = {
692
+ sm: "headingXs",
693
+ lg: "headingLg"
694
+ }, Jt = {
695
+ sm: "labelLg",
696
+ lg: "headingXs"
697
+ }, Zt = {
698
+ sm: "bodyXs",
699
+ lg: "bodySm"
700
+ }, zt = {
701
+ sm: "sm",
702
+ lg: "lg"
703
+ }, Kt = "callback-module__root___G-me-", qt = "callback-module__productInfo___RaPzp", Qt = "callback-module__productImage___JhQy1", er = "callback-module__textContainer___yiFoh", or = "callback-module__title___dv3yl", tr = "callback-module__titleContainer___1-66k", rr = "callback-module__description___T5Cev", ar = "callback-module__divider___FqQuQ", lr = "callback-module__descriptionContainer___bnvkI", sr = "callback-module__price___b9xMh", nr = "callback-module__buttonContainer___YNYzQ", ir = "callback-module__lg___oScD-", _r = "callback-module__sm___uKfE9", g = {
704
+ root: Kt,
705
+ productInfo: qt,
706
+ productImage: Qt,
707
+ textContainer: er,
708
+ title: or,
709
+ titleContainer: tr,
710
+ description: rr,
711
+ divider: ar,
712
+ descriptionContainer: lr,
713
+ price: sr,
714
+ buttonContainer: nr,
715
+ lg: ir,
716
+ sm: _r
717
+ }, cr = ({
718
+ image: e,
719
+ title: r,
720
+ description: n,
721
+ price: s,
722
+ button: l,
723
+ size: a = "lg"
724
+ }) => {
725
+ const i = g[a] || "";
726
+ return /* @__PURE__ */ t.jsxs("div", { className: p(g.root, i), children: [
727
+ /* @__PURE__ */ t.jsxs("div", { className: g.productInfo, children: [
728
+ /* @__PURE__ */ t.jsx("img", { src: e, alt: "product image", className: g.productImage }),
729
+ /* @__PURE__ */ t.jsxs("div", { className: g.textContainer, children: [
730
+ /* @__PURE__ */ t.jsx("div", { className: g.titleContainer, children: /* @__PURE__ */ t.jsx(
731
+ v,
732
+ {
733
+ defaultVariant: Gt[a],
734
+ mobileVariant: Ht[a],
735
+ className: g.title,
736
+ children: r
737
+ }
738
+ ) }),
739
+ /* @__PURE__ */ t.jsx("div", { className: g.divider }),
740
+ /* @__PURE__ */ t.jsxs("div", { className: g.descriptionContainer, children: [
741
+ /* @__PURE__ */ t.jsx(
742
+ v,
743
+ {
744
+ defaultVariant: Vt[a],
745
+ mobileVariant: Jt[a],
746
+ className: g.description,
747
+ children: n
748
+ }
749
+ ),
750
+ /* @__PURE__ */ t.jsxs(
751
+ v,
752
+ {
753
+ defaultVariant: Ut[a],
754
+ mobileVariant: Zt[a],
755
+ className: g.price,
756
+ children: [
757
+ "Starting at ",
758
+ s
759
+ ]
760
+ }
761
+ )
762
+ ] })
763
+ ] })
764
+ ] }),
765
+ /* @__PURE__ */ t.jsx("div", { className: g.buttonContainer, children: /* @__PURE__ */ t.jsx(J, { ...l, as: "a", size: zt[a], children: "GET STARTED" }) })
766
+ ] });
767
+ }, dr = "iconButton-module__button___t5Fnt", mr = "iconButton-module__emphasis___Vdpck", ur = "iconButton-module__muted___03KMq", pr = "iconButton-module__ghost___Bw9hp", gr = "iconButton-module__xs___6Egk3", br = "iconButton-module__sm___5CG8j", hr = "iconButton-module__md___8ML6K", yr = "iconButton-module__lg___dCfAB", fr = "iconButton-module__iconWrap___3OKkd", I = {
768
+ button: dr,
769
+ emphasis: mr,
770
+ "emphasis-invert": "iconButton-module__emphasis-invert___TpMCl",
771
+ muted: ur,
772
+ "muted-invert": "iconButton-module__muted-invert___KjFRu",
773
+ ghost: pr,
774
+ xs: gr,
775
+ sm: br,
776
+ md: hr,
777
+ lg: yr,
778
+ iconWrap: fr
779
+ }, Gr = ({
780
+ iconName: e,
781
+ variant: r = "emphasis",
782
+ size: n = "md",
783
+ as: s = "button",
784
+ disabled: l = !1,
785
+ ...a
786
+ }) => {
787
+ const i = I[r] || "", u = I[n] || "";
788
+ return /* @__PURE__ */ t.jsx(
789
+ s,
790
+ {
791
+ ...a,
792
+ className: p(
793
+ I.button,
794
+ i,
795
+ u
796
+ ),
797
+ disabled: l,
798
+ children: /* @__PURE__ */ t.jsx("div", { className: I.iconWrap, children: /* @__PURE__ */ t.jsx(C, { name: e }) })
799
+ }
800
+ );
801
+ }, vr = "protocolTags-module__root___q4ybt", Rr = "protocolTags-module__tags___aaJJA", kr = "protocolTags-module__mobile___4hH2G", Sr = "protocolTags-module__desktop___kl9fI", M = {
802
+ root: vr,
803
+ tags: Rr,
804
+ mobile: kr,
805
+ desktop: Sr
806
+ }, Cr = ({ tags: e }) => {
807
+ var l;
808
+ const [r, n] = H(((l = e[0]) == null ? void 0 : l.label) || null), s = Te(() => {
809
+ var a;
810
+ return (a = e.find((i) => i.label === r)) == null ? void 0 : a.description;
811
+ }, [r, e]);
812
+ return /* @__PURE__ */ t.jsxs("div", { className: M.root, children: [
813
+ /* @__PURE__ */ t.jsx("div", { className: M.tags, children: e.map((a) => /* @__PURE__ */ t.jsx(
814
+ it,
684
815
  {
685
- value: s.label,
816
+ value: a.label,
686
817
  size: "md",
687
- active: s.label === a,
688
- onClick: l,
689
- children: s.label
818
+ active: a.label === r,
819
+ onClick: n,
820
+ children: a.label
690
821
  },
691
- s.label
822
+ a.label
692
823
  )) }),
693
- i && /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
694
- /* @__PURE__ */ t.jsx(E, { as: "p", defaultVariant: "bodyLg", className: p(L.description, L.desktop), children: i }),
695
- /* @__PURE__ */ t.jsx(E, { as: "p", defaultVariant: "bodyMd", className: p(L.description, L.mobile), children: i })
824
+ s && /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
825
+ /* @__PURE__ */ t.jsx(v, { as: "p", defaultVariant: "bodyLg", className: p(M.description, M.desktop), children: s }),
826
+ /* @__PURE__ */ t.jsx(v, { as: "p", defaultVariant: "bodyMd", className: p(M.description, M.mobile), children: s })
696
827
  ] })
697
828
  ] });
698
- }, Ut = "yourProtocol-module__root___Q35lO", Jt = "yourProtocol-module__content___mMf6R", Bt = "yourProtocol-module__title___xNPOR", It = "yourProtocol-module__image___fVaOZ", Zt = "yourProtocol-module__callback___bvu49", zt = "yourProtocol-module__desktop___pl-rW", A = {
699
- root: Ut,
700
- content: Jt,
701
- title: Bt,
702
- image: It,
703
- callback: Zt,
704
- desktop: zt
705
- }, ir = ({ title: e, image: a, tags: l, callbackView: i }) => /* @__PURE__ */ t.jsxs("div", { className: A.root, children: [
706
- /* @__PURE__ */ t.jsxs("div", { className: A.content, children: [
829
+ }, xr = "yourProtocol-module__root___Q35lO", jr = "yourProtocol-module__content___mMf6R", Tr = "yourProtocol-module__title___xNPOR", wr = "yourProtocol-module__image___fVaOZ", Lr = "yourProtocol-module__callback___bvu49", Er = "yourProtocol-module__desktop___pl-rW", P = {
830
+ root: xr,
831
+ content: jr,
832
+ title: Tr,
833
+ image: wr,
834
+ callback: Lr,
835
+ desktop: Er
836
+ }, Vr = ({ title: e, image: r, tags: n, callbackView: s }) => /* @__PURE__ */ t.jsxs("section", { className: P.root, children: [
837
+ /* @__PURE__ */ t.jsxs("div", { className: P.content, children: [
707
838
  /* @__PURE__ */ t.jsx(
708
- se,
839
+ ie,
709
840
  {
710
841
  title: e,
711
- className: A.title,
842
+ className: P.title,
712
843
  defaultVariant: "displayMd",
713
844
  mobileVariant: "headingXl"
714
845
  }
715
846
  ),
716
- /* @__PURE__ */ t.jsx(Ht, { tags: l }),
717
- /* @__PURE__ */ t.jsx("div", { className: A.callback, children: "TODO: Callback ZEN-392" })
847
+ /* @__PURE__ */ t.jsx(Cr, { tags: n }),
848
+ s && /* @__PURE__ */ t.jsx("div", { className: P.callback, children: /* @__PURE__ */ t.jsx(
849
+ cr,
850
+ {
851
+ title: s.title,
852
+ description: s.description ?? "",
853
+ price: s.price ?? "",
854
+ image: s.image,
855
+ button: {
856
+ href: s.signupUrl ?? ""
857
+ },
858
+ size: "sm"
859
+ }
860
+ ) })
718
861
  ] }),
719
- /* @__PURE__ */ t.jsx("img", { src: a, alt: "Your Protocol", className: p(A.image, A.desktop), width: 481, height: 640 })
720
- ] }), qt = "totalCare-module__root___ZMGef", Kt = "totalCare-module__header___5sFQT", Qt = "totalCare-module__content___JZOOr", er = "totalCare-module__tags___7QHnt", or = "totalCare-module__image___mSoRY", X = {
721
- root: qt,
722
- header: Kt,
723
- content: Qt,
724
- tags: er,
725
- image: or
726
- }, nr = ({ title: e, tag: a, contentTabs: l, colorScheme: i }) => {
727
- const [r, s] = U(l.tabs[0]);
728
- return /* @__PURE__ */ t.jsxs("div", { className: X.root, "data-scheme": i, children: [
862
+ /* @__PURE__ */ t.jsx("img", { src: r, alt: "Your Protocol", className: p(P.image, P.desktop), width: 481, height: 640 })
863
+ ] }), Ar = "totalCare-module__root___ZMGef", Or = "totalCare-module__container___Nuay6", Mr = "totalCare-module__header___5sFQT", Pr = "totalCare-module__content___JZOOr", Xr = "totalCare-module__tags___7QHnt", Nr = "totalCare-module__imageWrap___US8Gs", $r = "totalCare-module__image___mSoRY", j = {
864
+ root: Ar,
865
+ container: Or,
866
+ header: Mr,
867
+ content: Pr,
868
+ tags: Xr,
869
+ imageWrap: Nr,
870
+ image: $r
871
+ }, Ur = ({ title: e, tag: r, contentTabs: n, colorScheme: s }) => {
872
+ const [l, a] = H(n.tabs[0]);
873
+ return /* @__PURE__ */ t.jsx("section", { className: j.root, "data-scheme": s, children: /* @__PURE__ */ t.jsxs("div", { className: j.container, children: [
729
874
  /* @__PURE__ */ t.jsx(
730
- se,
875
+ ie,
731
876
  {
732
877
  title: e,
733
- tag: a,
734
- className: X.header,
735
- colorScheme: i
878
+ tag: r,
879
+ className: j.header,
880
+ colorScheme: s
736
881
  }
737
882
  ),
738
- /* @__PURE__ */ t.jsxs("div", { className: X.content, children: [
739
- /* @__PURE__ */ t.jsx("div", { className: X.tags, children: /* @__PURE__ */ t.jsx(
740
- Lt,
883
+ /* @__PURE__ */ t.jsxs("div", { className: j.content, children: [
884
+ /* @__PURE__ */ t.jsx("div", { className: j.tags, children: /* @__PURE__ */ t.jsx(
885
+ Mt,
741
886
  {
742
- activeTab: r,
743
- tabs: l.tabs,
744
- colorScheme: l.colorScheme,
745
- onTabClick: s
887
+ activeTab: l,
888
+ tabs: n.tabs,
889
+ colorScheme: n.colorScheme,
890
+ onTabClick: a
746
891
  }
747
892
  ) }),
748
- r.image && /* @__PURE__ */ t.jsx("img", { src: r.image, alt: "Total Care", className: X.image })
893
+ l.image && /* @__PURE__ */ t.jsx("div", { className: j.imageWrap, children: /* @__PURE__ */ t.jsx("img", { src: l.image, alt: "Total Care", className: j.image }) })
749
894
  ] })
750
- ] });
895
+ ] }) });
751
896
  };
752
897
  export {
753
- ae as Button,
754
- Lt as ContentTabs,
755
- le as EIconName,
756
- ft as ETypeBadge,
757
- se as HighlightedTitle,
758
- w as Icon,
759
- rr as Label,
760
- sr as ProductGalleryCard,
761
- lr as Tabs,
762
- lt as Tag,
763
- nr as TotalCare,
764
- ar as TypeBadge,
765
- E as Typography,
766
- ir as YourProtocol,
898
+ J as Button,
899
+ cr as Callback,
900
+ Mt as ContentTabs,
901
+ ne as EIconName,
902
+ St as ETypeBadge,
903
+ ie as HighlightedTitle,
904
+ C as Icon,
905
+ Gr as IconButton,
906
+ Br as Label,
907
+ Fr as ProductGalleryCard,
908
+ Ir as Tabs,
909
+ it as Tag,
910
+ Ur as TotalCare,
911
+ Dr as TypeBadge,
912
+ v as Typography,
913
+ Vr as YourProtocol,
767
914
  p as cn,
768
- Xo as isHsIcon,
915
+ Yr as formatUnits,
916
+ Bo as isHsIcon,
769
917
  b as typography
770
918
  };
771
919
  //# sourceMappingURL=healthspan-ui.es.js.map