@zenpatient-org/healthspan-marketing-ui 0.1.2 → 0.1.5
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.
- package/dist/healthspan-ui.es.js +401 -358
- package/dist/healthspan-ui.es.js.map +1 -1
- package/dist/healthspan-ui.umd.js +5 -5
- package/dist/healthspan-ui.umd.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/modules/index.d.ts +1 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/isHsIcon.d.ts +1 -1
- package/package.json +1 -1
package/dist/healthspan-ui.es.js
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
displayXl:
|
|
5
|
-
displayLg:
|
|
6
|
-
displayMd:
|
|
7
|
-
displaySm:
|
|
8
|
-
displayXs:
|
|
9
|
-
headingXl:
|
|
10
|
-
headingLg:
|
|
11
|
-
headingMd:
|
|
12
|
-
headingSm:
|
|
13
|
-
headingXs:
|
|
14
|
-
headingXxs:
|
|
15
|
-
preambleMd:
|
|
16
|
-
preambleSm:
|
|
17
|
-
bodyXl:
|
|
18
|
-
bodyLg:
|
|
19
|
-
bodyMd:
|
|
20
|
-
bodySm:
|
|
21
|
-
bodyXs:
|
|
22
|
-
linkLg:
|
|
23
|
-
linkMd:
|
|
24
|
-
linkSm:
|
|
25
|
-
linkXs:
|
|
26
|
-
labelXl:
|
|
27
|
-
labelLg:
|
|
28
|
-
labelMd:
|
|
29
|
-
labelSm:
|
|
30
|
-
labelXs:
|
|
31
|
-
labelEmphasis:
|
|
32
|
-
weightRegular:
|
|
33
|
-
weightMedium:
|
|
1
|
+
import * as y from "react";
|
|
2
|
+
import ge, { forwardRef as be, memo as K, useState as ee, useLayoutEffect as fe, createElement as he, useMemo as ve } from "react";
|
|
3
|
+
const ye = "typography-module__displayXl___dx4Dh", Re = "typography-module__displayLg___3BQI2", we = "typography-module__displayMd___-bNBw", ke = "typography-module__displaySm___BswNI", Te = "typography-module__displayXs___jcmVJ", Ae = "typography-module__headingXl___nAQFD", Se = "typography-module__headingLg___Idt-Z", xe = "typography-module__headingMd___c-Q0B", je = "typography-module__headingSm___Q6zoR", Ee = "typography-module__headingXs___fwDFl", Le = "typography-module__headingXxs___ghw1N", Ce = "typography-module__preambleMd___CbYgI", Oe = "typography-module__preambleSm___yKGjq", Pe = "typography-module__bodyXl___m92AP", Me = "typography-module__bodyLg___Fz-Fo", We = "typography-module__bodyMd___aH0Ph", Xe = "typography-module__bodySm___4-7TJ", De = "typography-module__bodyXs___uTpSs", Fe = "typography-module__linkLg___xVngm", Ne = "typography-module__linkMd___82MQD", $e = "typography-module__linkSm___LZ94B", Be = "typography-module__linkXs___-6Kd5", Ye = "typography-module__labelXl___jmHEl", He = "typography-module__labelLg___31xPj", Ve = "typography-module__labelMd___e3ni6", Ue = "typography-module__labelSm___AsYEH", Ge = "typography-module__labelXs___zgCHL", Je = "typography-module__labelEmphasis___nbkyG", ze = "typography-module__weightRegular___F3ND2", Ze = "typography-module__weightMedium___XpDfI", v = {
|
|
4
|
+
displayXl: ye,
|
|
5
|
+
displayLg: Re,
|
|
6
|
+
displayMd: we,
|
|
7
|
+
displaySm: ke,
|
|
8
|
+
displayXs: Te,
|
|
9
|
+
headingXl: Ae,
|
|
10
|
+
headingLg: Se,
|
|
11
|
+
headingMd: xe,
|
|
12
|
+
headingSm: je,
|
|
13
|
+
headingXs: Ee,
|
|
14
|
+
headingXxs: Le,
|
|
15
|
+
preambleMd: Ce,
|
|
16
|
+
preambleSm: Oe,
|
|
17
|
+
bodyXl: Pe,
|
|
18
|
+
bodyLg: Me,
|
|
19
|
+
bodyMd: We,
|
|
20
|
+
bodySm: Xe,
|
|
21
|
+
bodyXs: De,
|
|
22
|
+
linkLg: Fe,
|
|
23
|
+
linkMd: Ne,
|
|
24
|
+
linkSm: $e,
|
|
25
|
+
linkXs: Be,
|
|
26
|
+
labelXl: Ye,
|
|
27
|
+
labelLg: He,
|
|
28
|
+
labelMd: Ve,
|
|
29
|
+
labelSm: Ue,
|
|
30
|
+
labelXs: Ge,
|
|
31
|
+
labelEmphasis: Je,
|
|
32
|
+
weightRegular: ze,
|
|
33
|
+
weightMedium: Ze
|
|
34
34
|
};
|
|
35
|
-
var
|
|
35
|
+
var L = { exports: {} }, S = {};
|
|
36
36
|
/**
|
|
37
37
|
* @license React
|
|
38
38
|
* react-jsx-runtime.production.js
|
|
@@ -42,29 +42,29 @@ var C = { exports: {} }, A = {};
|
|
|
42
42
|
* This source code is licensed under the MIT license found in the
|
|
43
43
|
* LICENSE file in the root directory of this source tree.
|
|
44
44
|
*/
|
|
45
|
-
var
|
|
46
|
-
function
|
|
47
|
-
if (
|
|
48
|
-
|
|
49
|
-
var e = Symbol.for("react.transitional.element"),
|
|
50
|
-
function
|
|
51
|
-
var
|
|
52
|
-
if (
|
|
53
|
-
|
|
54
|
-
for (var
|
|
55
|
-
|
|
56
|
-
} else
|
|
57
|
-
return
|
|
45
|
+
var Z;
|
|
46
|
+
function qe() {
|
|
47
|
+
if (Z) return S;
|
|
48
|
+
Z = 1;
|
|
49
|
+
var e = Symbol.for("react.transitional.element"), l = Symbol.for("react.fragment");
|
|
50
|
+
function s(i, r, c) {
|
|
51
|
+
var n = null;
|
|
52
|
+
if (c !== void 0 && (n = "" + c), r.key !== void 0 && (n = "" + r.key), "key" in r) {
|
|
53
|
+
c = {};
|
|
54
|
+
for (var d in r)
|
|
55
|
+
d !== "key" && (c[d] = r[d]);
|
|
56
|
+
} else c = r;
|
|
57
|
+
return r = c.ref, {
|
|
58
58
|
$$typeof: e,
|
|
59
59
|
type: i,
|
|
60
|
-
key:
|
|
61
|
-
ref:
|
|
62
|
-
props:
|
|
60
|
+
key: n,
|
|
61
|
+
ref: r !== void 0 ? r : null,
|
|
62
|
+
props: c
|
|
63
63
|
};
|
|
64
64
|
}
|
|
65
|
-
return
|
|
65
|
+
return S.Fragment = l, S.jsx = s, S.jsxs = s, S;
|
|
66
66
|
}
|
|
67
|
-
var
|
|
67
|
+
var x = {};
|
|
68
68
|
/**
|
|
69
69
|
* @license React
|
|
70
70
|
* react-jsx-runtime.development.js
|
|
@@ -74,328 +74,328 @@ var S = {};
|
|
|
74
74
|
* This source code is licensed under the MIT license found in the
|
|
75
75
|
* LICENSE file in the root directory of this source tree.
|
|
76
76
|
*/
|
|
77
|
-
var
|
|
78
|
-
function
|
|
79
|
-
return
|
|
80
|
-
function e(
|
|
81
|
-
if (
|
|
82
|
-
if (typeof
|
|
83
|
-
return
|
|
84
|
-
if (typeof
|
|
85
|
-
switch (
|
|
86
|
-
case
|
|
77
|
+
var q;
|
|
78
|
+
function Ie() {
|
|
79
|
+
return q || (q = 1, process.env.NODE_ENV !== "production" && function() {
|
|
80
|
+
function e(o) {
|
|
81
|
+
if (o == null) return null;
|
|
82
|
+
if (typeof o == "function")
|
|
83
|
+
return o.$$typeof === ue ? null : o.displayName || o.name || null;
|
|
84
|
+
if (typeof o == "string") return o;
|
|
85
|
+
switch (o) {
|
|
86
|
+
case P:
|
|
87
87
|
return "Fragment";
|
|
88
|
-
case
|
|
88
|
+
case ae:
|
|
89
89
|
return "Profiler";
|
|
90
|
-
case
|
|
90
|
+
case te:
|
|
91
91
|
return "StrictMode";
|
|
92
|
-
case
|
|
92
|
+
case ie:
|
|
93
93
|
return "Suspense";
|
|
94
|
-
case
|
|
94
|
+
case ce:
|
|
95
95
|
return "SuspenseList";
|
|
96
|
-
case
|
|
96
|
+
case de:
|
|
97
97
|
return "Activity";
|
|
98
98
|
}
|
|
99
|
-
if (typeof
|
|
100
|
-
switch (typeof
|
|
99
|
+
if (typeof o == "object")
|
|
100
|
+
switch (typeof o.tag == "number" && console.error(
|
|
101
101
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
102
|
-
),
|
|
103
|
-
case K:
|
|
104
|
-
return "Portal";
|
|
105
|
-
case te:
|
|
106
|
-
return (r.displayName || "Context") + ".Provider";
|
|
102
|
+
), o.$$typeof) {
|
|
107
103
|
case re:
|
|
108
|
-
return
|
|
109
|
-
case oe:
|
|
110
|
-
var t = r.render;
|
|
111
|
-
return r = r.displayName, r || (r = t.displayName || t.name || "", r = r !== "" ? "ForwardRef(" + r + ")" : "ForwardRef"), r;
|
|
104
|
+
return "Portal";
|
|
112
105
|
case ne:
|
|
113
|
-
return
|
|
114
|
-
case
|
|
115
|
-
|
|
106
|
+
return (o.displayName || "Context") + ".Provider";
|
|
107
|
+
case se:
|
|
108
|
+
return (o._context.displayName || "Context") + ".Consumer";
|
|
109
|
+
case le:
|
|
110
|
+
var a = o.render;
|
|
111
|
+
return o = o.displayName, o || (o = a.displayName || a.name || "", o = o !== "" ? "ForwardRef(" + o + ")" : "ForwardRef"), o;
|
|
112
|
+
case _e:
|
|
113
|
+
return a = o.displayName || null, a !== null ? a : e(o.type) || "Memo";
|
|
114
|
+
case Y:
|
|
115
|
+
a = o._payload, o = o._init;
|
|
116
116
|
try {
|
|
117
|
-
return e(
|
|
117
|
+
return e(o(a));
|
|
118
118
|
} catch {
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
return null;
|
|
122
122
|
}
|
|
123
|
-
function
|
|
124
|
-
return "" +
|
|
123
|
+
function l(o) {
|
|
124
|
+
return "" + o;
|
|
125
125
|
}
|
|
126
|
-
function
|
|
126
|
+
function s(o) {
|
|
127
127
|
try {
|
|
128
|
-
|
|
129
|
-
var
|
|
128
|
+
l(o);
|
|
129
|
+
var a = !1;
|
|
130
130
|
} catch {
|
|
131
|
-
|
|
131
|
+
a = !0;
|
|
132
132
|
}
|
|
133
|
-
if (
|
|
134
|
-
|
|
135
|
-
var _ =
|
|
133
|
+
if (a) {
|
|
134
|
+
a = console;
|
|
135
|
+
var _ = a.error, u = typeof Symbol == "function" && Symbol.toStringTag && o[Symbol.toStringTag] || o.constructor.name || "Object";
|
|
136
136
|
return _.call(
|
|
137
|
-
|
|
137
|
+
a,
|
|
138
138
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
139
|
-
|
|
140
|
-
),
|
|
139
|
+
u
|
|
140
|
+
), l(o);
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
|
-
function i(
|
|
144
|
-
if (
|
|
145
|
-
if (typeof
|
|
143
|
+
function i(o) {
|
|
144
|
+
if (o === P) return "<>";
|
|
145
|
+
if (typeof o == "object" && o !== null && o.$$typeof === Y)
|
|
146
146
|
return "<...>";
|
|
147
147
|
try {
|
|
148
|
-
var
|
|
149
|
-
return
|
|
148
|
+
var a = e(o);
|
|
149
|
+
return a ? "<" + a + ">" : "<...>";
|
|
150
150
|
} catch {
|
|
151
151
|
return "<...>";
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
|
-
function
|
|
155
|
-
var
|
|
156
|
-
return
|
|
154
|
+
function r() {
|
|
155
|
+
var o = M.A;
|
|
156
|
+
return o === null ? null : o.getOwner();
|
|
157
157
|
}
|
|
158
|
-
function
|
|
158
|
+
function c() {
|
|
159
159
|
return Error("react-stack-top-frame");
|
|
160
160
|
}
|
|
161
|
-
function
|
|
162
|
-
if (H.call(
|
|
163
|
-
var
|
|
164
|
-
if (
|
|
161
|
+
function n(o) {
|
|
162
|
+
if (H.call(o, "key")) {
|
|
163
|
+
var a = Object.getOwnPropertyDescriptor(o, "key").get;
|
|
164
|
+
if (a && a.isReactWarning) return !1;
|
|
165
165
|
}
|
|
166
|
-
return
|
|
166
|
+
return o.key !== void 0;
|
|
167
167
|
}
|
|
168
|
-
function
|
|
168
|
+
function d(o, a) {
|
|
169
169
|
function _() {
|
|
170
|
-
|
|
170
|
+
V || (V = !0, console.error(
|
|
171
171
|
"%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)",
|
|
172
|
-
|
|
172
|
+
a
|
|
173
173
|
));
|
|
174
174
|
}
|
|
175
|
-
_.isReactWarning = !0, Object.defineProperty(
|
|
175
|
+
_.isReactWarning = !0, Object.defineProperty(o, "key", {
|
|
176
176
|
get: _,
|
|
177
177
|
configurable: !0
|
|
178
178
|
});
|
|
179
179
|
}
|
|
180
|
-
function
|
|
181
|
-
var
|
|
182
|
-
return
|
|
180
|
+
function g() {
|
|
181
|
+
var o = e(this.type);
|
|
182
|
+
return U[o] || (U[o] = !0, console.error(
|
|
183
183
|
"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."
|
|
184
|
-
)),
|
|
184
|
+
)), o = this.props.ref, o !== void 0 ? o : null;
|
|
185
185
|
}
|
|
186
|
-
function
|
|
187
|
-
return _ =
|
|
188
|
-
$$typeof:
|
|
189
|
-
type:
|
|
190
|
-
key:
|
|
191
|
-
props:
|
|
192
|
-
_owner:
|
|
193
|
-
}, (_ !== void 0 ? _ : null) !== null ? Object.defineProperty(
|
|
186
|
+
function k(o, a, _, u, R, f, X, D) {
|
|
187
|
+
return _ = f.ref, o = {
|
|
188
|
+
$$typeof: B,
|
|
189
|
+
type: o,
|
|
190
|
+
key: a,
|
|
191
|
+
props: f,
|
|
192
|
+
_owner: R
|
|
193
|
+
}, (_ !== void 0 ? _ : null) !== null ? Object.defineProperty(o, "ref", {
|
|
194
194
|
enumerable: !1,
|
|
195
|
-
get:
|
|
196
|
-
}) : Object.defineProperty(
|
|
195
|
+
get: g
|
|
196
|
+
}) : Object.defineProperty(o, "ref", { enumerable: !1, value: null }), o._store = {}, Object.defineProperty(o._store, "validated", {
|
|
197
197
|
configurable: !1,
|
|
198
198
|
enumerable: !1,
|
|
199
199
|
writable: !0,
|
|
200
200
|
value: 0
|
|
201
|
-
}), Object.defineProperty(
|
|
201
|
+
}), Object.defineProperty(o, "_debugInfo", {
|
|
202
202
|
configurable: !1,
|
|
203
203
|
enumerable: !1,
|
|
204
204
|
writable: !0,
|
|
205
205
|
value: null
|
|
206
|
-
}), Object.defineProperty(
|
|
206
|
+
}), Object.defineProperty(o, "_debugStack", {
|
|
207
207
|
configurable: !1,
|
|
208
208
|
enumerable: !1,
|
|
209
209
|
writable: !0,
|
|
210
|
-
value:
|
|
211
|
-
}), Object.defineProperty(
|
|
210
|
+
value: X
|
|
211
|
+
}), Object.defineProperty(o, "_debugTask", {
|
|
212
212
|
configurable: !1,
|
|
213
213
|
enumerable: !1,
|
|
214
214
|
writable: !0,
|
|
215
|
-
value:
|
|
216
|
-
}), Object.freeze && (Object.freeze(
|
|
215
|
+
value: D
|
|
216
|
+
}), Object.freeze && (Object.freeze(o.props), Object.freeze(o)), o;
|
|
217
217
|
}
|
|
218
|
-
function
|
|
219
|
-
var
|
|
220
|
-
if (
|
|
221
|
-
if (
|
|
222
|
-
if (
|
|
223
|
-
for (
|
|
224
|
-
|
|
225
|
-
Object.freeze && Object.freeze(
|
|
218
|
+
function N(o, a, _, u, R, f, X, D) {
|
|
219
|
+
var m = a.children;
|
|
220
|
+
if (m !== void 0)
|
|
221
|
+
if (u)
|
|
222
|
+
if (me(m)) {
|
|
223
|
+
for (u = 0; u < m.length; u++)
|
|
224
|
+
$(m[u]);
|
|
225
|
+
Object.freeze && Object.freeze(m);
|
|
226
226
|
} else
|
|
227
227
|
console.error(
|
|
228
228
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
229
229
|
);
|
|
230
|
-
else
|
|
231
|
-
if (H.call(
|
|
232
|
-
|
|
233
|
-
var
|
|
234
|
-
return
|
|
230
|
+
else $(m);
|
|
231
|
+
if (H.call(a, "key")) {
|
|
232
|
+
m = e(o);
|
|
233
|
+
var T = Object.keys(a).filter(function(pe) {
|
|
234
|
+
return pe !== "key";
|
|
235
235
|
});
|
|
236
|
-
|
|
236
|
+
u = 0 < T.length ? "{key: someKey, " + T.join(": ..., ") + ": ...}" : "{key: someKey}", z[m + u] || (T = 0 < T.length ? "{" + T.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
237
237
|
`A props object containing a "key" prop is being spread into JSX:
|
|
238
238
|
let props = %s;
|
|
239
239
|
<%s {...props} />
|
|
240
240
|
React keys must be passed directly to JSX without using spread:
|
|
241
241
|
let props = %s;
|
|
242
242
|
<%s key={someKey} {...props} />`,
|
|
243
|
-
d,
|
|
244
243
|
u,
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
244
|
+
m,
|
|
245
|
+
T,
|
|
246
|
+
m
|
|
247
|
+
), z[m + u] = !0);
|
|
248
248
|
}
|
|
249
|
-
if (
|
|
249
|
+
if (m = null, _ !== void 0 && (s(_), m = "" + _), n(a) && (s(a.key), m = "" + a.key), "key" in a) {
|
|
250
250
|
_ = {};
|
|
251
|
-
for (var
|
|
252
|
-
|
|
253
|
-
} else _ =
|
|
254
|
-
return
|
|
251
|
+
for (var F in a)
|
|
252
|
+
F !== "key" && (_[F] = a[F]);
|
|
253
|
+
} else _ = a;
|
|
254
|
+
return m && d(
|
|
255
255
|
_,
|
|
256
|
-
typeof
|
|
257
|
-
),
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
256
|
+
typeof o == "function" ? o.displayName || o.name || "Unknown" : o
|
|
257
|
+
), k(
|
|
258
|
+
o,
|
|
259
|
+
m,
|
|
260
|
+
f,
|
|
261
|
+
R,
|
|
262
|
+
r(),
|
|
263
263
|
_,
|
|
264
|
-
|
|
265
|
-
|
|
264
|
+
X,
|
|
265
|
+
D
|
|
266
266
|
);
|
|
267
267
|
}
|
|
268
|
-
function
|
|
269
|
-
typeof
|
|
268
|
+
function $(o) {
|
|
269
|
+
typeof o == "object" && o !== null && o.$$typeof === B && o._store && (o._store.validated = 1);
|
|
270
270
|
}
|
|
271
|
-
var
|
|
271
|
+
var E = ge, B = Symbol.for("react.transitional.element"), re = Symbol.for("react.portal"), P = Symbol.for("react.fragment"), te = Symbol.for("react.strict_mode"), ae = Symbol.for("react.profiler"), se = Symbol.for("react.consumer"), ne = Symbol.for("react.context"), le = Symbol.for("react.forward_ref"), ie = Symbol.for("react.suspense"), ce = Symbol.for("react.suspense_list"), _e = Symbol.for("react.memo"), Y = Symbol.for("react.lazy"), de = Symbol.for("react.activity"), ue = Symbol.for("react.client.reference"), M = E.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, H = Object.prototype.hasOwnProperty, me = Array.isArray, W = console.createTask ? console.createTask : function() {
|
|
272
272
|
return null;
|
|
273
273
|
};
|
|
274
|
-
|
|
275
|
-
"react-stack-bottom-frame": function(
|
|
276
|
-
return
|
|
274
|
+
E = {
|
|
275
|
+
"react-stack-bottom-frame": function(o) {
|
|
276
|
+
return o();
|
|
277
277
|
}
|
|
278
278
|
};
|
|
279
|
-
var
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
)(),
|
|
283
|
-
|
|
284
|
-
var
|
|
285
|
-
return
|
|
286
|
-
|
|
287
|
-
|
|
279
|
+
var V, U = {}, G = E["react-stack-bottom-frame"].bind(
|
|
280
|
+
E,
|
|
281
|
+
c
|
|
282
|
+
)(), J = W(i(c)), z = {};
|
|
283
|
+
x.Fragment = P, x.jsx = function(o, a, _, u, R) {
|
|
284
|
+
var f = 1e4 > M.recentlyCreatedOwnerStacks++;
|
|
285
|
+
return N(
|
|
286
|
+
o,
|
|
287
|
+
a,
|
|
288
288
|
_,
|
|
289
289
|
!1,
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
290
|
+
u,
|
|
291
|
+
R,
|
|
292
|
+
f ? Error("react-stack-top-frame") : G,
|
|
293
|
+
f ? W(i(o)) : J
|
|
294
294
|
);
|
|
295
|
-
},
|
|
296
|
-
var
|
|
297
|
-
return
|
|
298
|
-
|
|
299
|
-
|
|
295
|
+
}, x.jsxs = function(o, a, _, u, R) {
|
|
296
|
+
var f = 1e4 > M.recentlyCreatedOwnerStacks++;
|
|
297
|
+
return N(
|
|
298
|
+
o,
|
|
299
|
+
a,
|
|
300
300
|
_,
|
|
301
301
|
!0,
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
302
|
+
u,
|
|
303
|
+
R,
|
|
304
|
+
f ? Error("react-stack-top-frame") : G,
|
|
305
|
+
f ? W(i(o)) : J
|
|
306
306
|
);
|
|
307
307
|
};
|
|
308
|
-
}()),
|
|
308
|
+
}()), x;
|
|
309
309
|
}
|
|
310
|
-
var
|
|
311
|
-
function
|
|
312
|
-
return
|
|
310
|
+
var I;
|
|
311
|
+
function Qe() {
|
|
312
|
+
return I || (I = 1, process.env.NODE_ENV === "production" ? L.exports = qe() : L.exports = Ie()), L.exports;
|
|
313
313
|
}
|
|
314
|
-
var
|
|
315
|
-
const
|
|
314
|
+
var t = Qe();
|
|
315
|
+
const b = (...e) => e.map((s) => typeof s == "string" ? s : s ? Object.keys(s).filter((c) => s[c]).join(" ") : "").filter((s) => !!s).join(" "), C = ({
|
|
316
316
|
variant: e,
|
|
317
|
-
children:
|
|
318
|
-
className:
|
|
317
|
+
children: l,
|
|
318
|
+
className: s = "",
|
|
319
319
|
weight: i,
|
|
320
|
-
emphasis:
|
|
321
|
-
as:
|
|
320
|
+
emphasis: r = !1,
|
|
321
|
+
as: c = "span"
|
|
322
322
|
}) => {
|
|
323
|
-
const
|
|
324
|
-
let
|
|
325
|
-
|
|
326
|
-
const
|
|
327
|
-
return /* @__PURE__ */
|
|
328
|
-
},
|
|
329
|
-
button:
|
|
330
|
-
primary:
|
|
323
|
+
const n = v[e] || "";
|
|
324
|
+
let d = i;
|
|
325
|
+
r && !i && (d = "medium");
|
|
326
|
+
const g = d ? v[`weight${d.charAt(0).toUpperCase()}${d.slice(1)}`] : "", k = e.startsWith("label") && r ? v.labelEmphasis : "";
|
|
327
|
+
return /* @__PURE__ */ t.jsx(c, { className: b(n, g, k, s), children: l });
|
|
328
|
+
}, Ke = "button-module__button___JyfZW", eo = "button-module__primary___ggjlO", oo = "button-module__secondary___Q4I1z", ro = "button-module__muted___DbVhc", to = "button-module__ghost___Dp7F-", ao = "button-module__xs___hb8XV", so = "button-module__sm___nin2b", no = "button-module__md___0nyD0", lo = "button-module__lg___UZ-tP", io = "button-module__disabled___S7XlI", O = {
|
|
329
|
+
button: Ke,
|
|
330
|
+
primary: eo,
|
|
331
331
|
"primary-invert": "button-module__primary-invert___UQj7h",
|
|
332
|
-
secondary:
|
|
333
|
-
muted:
|
|
332
|
+
secondary: oo,
|
|
333
|
+
muted: ro,
|
|
334
334
|
"muted-invert": "button-module__muted-invert___0nBJw",
|
|
335
|
-
ghost:
|
|
336
|
-
xs:
|
|
337
|
-
sm:
|
|
338
|
-
md:
|
|
339
|
-
lg:
|
|
340
|
-
disabled:
|
|
341
|
-
},
|
|
335
|
+
ghost: to,
|
|
336
|
+
xs: ao,
|
|
337
|
+
sm: so,
|
|
338
|
+
md: no,
|
|
339
|
+
lg: lo,
|
|
340
|
+
disabled: io
|
|
341
|
+
}, co = be(({
|
|
342
342
|
variant: e = "primary",
|
|
343
|
-
size:
|
|
344
|
-
as:
|
|
343
|
+
size: l = "md",
|
|
344
|
+
as: s = "button",
|
|
345
345
|
disabled: i = !1,
|
|
346
|
-
children:
|
|
347
|
-
...
|
|
348
|
-
},
|
|
349
|
-
const
|
|
350
|
-
return /* @__PURE__ */
|
|
351
|
-
|
|
346
|
+
children: r,
|
|
347
|
+
...c
|
|
348
|
+
}, n) => {
|
|
349
|
+
const d = O[e] || "", g = O[l] || "", k = i ? O.disabled : "";
|
|
350
|
+
return /* @__PURE__ */ t.jsx(
|
|
351
|
+
s,
|
|
352
352
|
{
|
|
353
|
-
ref:
|
|
354
|
-
...
|
|
355
|
-
className:
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
353
|
+
ref: n,
|
|
354
|
+
...c,
|
|
355
|
+
className: b(
|
|
356
|
+
O.button,
|
|
357
|
+
d,
|
|
358
|
+
g,
|
|
359
|
+
k
|
|
360
360
|
),
|
|
361
361
|
disabled: i,
|
|
362
|
-
children:
|
|
362
|
+
children: r
|
|
363
363
|
}
|
|
364
364
|
);
|
|
365
365
|
});
|
|
366
|
-
|
|
367
|
-
const
|
|
368
|
-
root:
|
|
369
|
-
},
|
|
370
|
-
sm:
|
|
371
|
-
lg:
|
|
372
|
-
},
|
|
366
|
+
co.displayName = "Button";
|
|
367
|
+
const _o = "label-module__root___b704i", uo = {
|
|
368
|
+
root: _o
|
|
369
|
+
}, mo = {
|
|
370
|
+
sm: v.labelXs,
|
|
371
|
+
lg: v.labelSm
|
|
372
|
+
}, ar = ({ children: e, color: l, size: s = "sm" }) => /* @__PURE__ */ t.jsx(
|
|
373
373
|
"div",
|
|
374
374
|
{
|
|
375
|
-
className:
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
375
|
+
className: b(
|
|
376
|
+
uo.root,
|
|
377
|
+
v.labelEmphasis,
|
|
378
|
+
mo[s]
|
|
379
379
|
),
|
|
380
|
-
"data-size":
|
|
381
|
-
"data-color":
|
|
380
|
+
"data-size": s,
|
|
381
|
+
"data-color": l,
|
|
382
382
|
children: e
|
|
383
383
|
}
|
|
384
|
-
),
|
|
385
|
-
const i = e[
|
|
386
|
-
return i ? typeof i == "function" ? i() : Promise.resolve(i) : new Promise((
|
|
384
|
+
), po = (e, l, s) => {
|
|
385
|
+
const i = e[l];
|
|
386
|
+
return i ? typeof i == "function" ? i() : Promise.resolve(i) : new Promise((r, c) => {
|
|
387
387
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
|
|
388
|
-
|
|
388
|
+
c.bind(
|
|
389
389
|
null,
|
|
390
390
|
new Error(
|
|
391
|
-
"Unknown variable dynamic import: " +
|
|
391
|
+
"Unknown variable dynamic import: " + l + (l.split("/").length !== s ? ". Note that variables only represent file names one level deep." : "")
|
|
392
392
|
)
|
|
393
393
|
)
|
|
394
394
|
);
|
|
395
395
|
});
|
|
396
396
|
};
|
|
397
|
-
var
|
|
398
|
-
const
|
|
397
|
+
var oe = /* @__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))(oe || {});
|
|
398
|
+
const go = {
|
|
399
399
|
"alert-error-fill": "action",
|
|
400
400
|
"alert-error": "action",
|
|
401
401
|
check: "action",
|
|
@@ -449,151 +449,194 @@ const dr = {
|
|
|
449
449
|
star: "social",
|
|
450
450
|
x: "social"
|
|
451
451
|
};
|
|
452
|
-
function
|
|
453
|
-
return Object.values(
|
|
452
|
+
function bo(e) {
|
|
453
|
+
return e ? Object.values(oe).includes(e) : !1;
|
|
454
454
|
}
|
|
455
|
-
const
|
|
456
|
-
const [
|
|
457
|
-
return
|
|
458
|
-
let
|
|
459
|
-
return
|
|
460
|
-
|
|
455
|
+
const j = K(({ name: e, className: l }) => {
|
|
456
|
+
const [s, i] = ee(null);
|
|
457
|
+
return fe(() => {
|
|
458
|
+
let r = !0;
|
|
459
|
+
return bo(e) && po(/* @__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/${go[e]}/${e}.svg`, 5).then((c) => {
|
|
460
|
+
r && i(c);
|
|
461
461
|
}), () => {
|
|
462
|
-
|
|
462
|
+
r = !1;
|
|
463
463
|
};
|
|
464
|
-
}, [e]),
|
|
465
|
-
}),
|
|
466
|
-
tag:
|
|
467
|
-
md:
|
|
468
|
-
lg:
|
|
469
|
-
active:
|
|
470
|
-
content:
|
|
471
|
-
iconWrap:
|
|
472
|
-
},
|
|
473
|
-
md:
|
|
474
|
-
lg:
|
|
475
|
-
},
|
|
464
|
+
}, [e]), s ? he(s.default, { className: l }) : /* @__PURE__ */ t.jsx("div", { className: l, children: "💡" });
|
|
465
|
+
}), fo = "tag-module__tag___04JA1", ho = "tag-module__md___Vi5U2", vo = "tag-module__lg___AaJGY", yo = "tag-module__active___Bc0bb", Ro = "tag-module__content___uaFwG", wo = "tag-module__iconWrap___viC8K", A = {
|
|
466
|
+
tag: fo,
|
|
467
|
+
md: ho,
|
|
468
|
+
lg: vo,
|
|
469
|
+
active: yo,
|
|
470
|
+
content: Ro,
|
|
471
|
+
iconWrap: wo
|
|
472
|
+
}, ko = {
|
|
473
|
+
md: v.labelMd,
|
|
474
|
+
lg: v.labelLg
|
|
475
|
+
}, To = ({ value: e, children: l, active: s, disabled: i, size: r = "md", prefixIcon: c, suffixIcon: n, onClick: d }) => /* @__PURE__ */ t.jsx(
|
|
476
476
|
"button",
|
|
477
477
|
{
|
|
478
|
-
className:
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
{ [
|
|
482
|
-
|
|
478
|
+
className: b(
|
|
479
|
+
A.tag,
|
|
480
|
+
ko[r],
|
|
481
|
+
{ [A.active]: s },
|
|
482
|
+
A[r]
|
|
483
483
|
),
|
|
484
484
|
disabled: i,
|
|
485
|
-
onClick: () =>
|
|
486
|
-
children: /* @__PURE__ */
|
|
487
|
-
|
|
488
|
-
/* @__PURE__ */
|
|
489
|
-
|
|
485
|
+
onClick: () => d(e),
|
|
486
|
+
children: /* @__PURE__ */ t.jsxs("div", { className: A.content, children: [
|
|
487
|
+
c && /* @__PURE__ */ t.jsx("div", { className: A.iconWrap, children: /* @__PURE__ */ t.jsx(j, { name: c }) }),
|
|
488
|
+
/* @__PURE__ */ t.jsx("p", { children: l }),
|
|
489
|
+
n && /* @__PURE__ */ t.jsx("div", { className: A.iconWrap, children: /* @__PURE__ */ t.jsx(j, { name: n }) })
|
|
490
490
|
] })
|
|
491
491
|
}
|
|
492
|
-
),
|
|
493
|
-
container:
|
|
494
|
-
tab:
|
|
495
|
-
sm:
|
|
496
|
-
lg:
|
|
497
|
-
inverted:
|
|
498
|
-
disabled:
|
|
499
|
-
bottom:
|
|
500
|
-
top:
|
|
501
|
-
activeTab:
|
|
502
|
-
brackets:
|
|
503
|
-
iconWrap:
|
|
492
|
+
), Ao = "tabs-module__container___NRX40", So = "tabs-module__tab___McM3m", xo = "tabs-module__sm___m4fiR", jo = "tabs-module__lg___SVeHo", Eo = "tabs-module__inverted___CBzom", Lo = "tabs-module__disabled___AXCIC", Co = "tabs-module__bottom___Ho7ee", Oo = "tabs-module__top___jthT8", Po = "tabs-module__activeTab___MHq7V", Mo = "tabs-module__brackets___37Jhe", Wo = "tabs-module__iconWrap___RY5wP", h = {
|
|
493
|
+
container: Ao,
|
|
494
|
+
tab: So,
|
|
495
|
+
sm: xo,
|
|
496
|
+
lg: jo,
|
|
497
|
+
inverted: Eo,
|
|
498
|
+
disabled: Lo,
|
|
499
|
+
bottom: Co,
|
|
500
|
+
top: Oo,
|
|
501
|
+
activeTab: Po,
|
|
502
|
+
brackets: Mo,
|
|
503
|
+
iconWrap: Wo
|
|
504
504
|
};
|
|
505
|
-
function
|
|
505
|
+
function sr({
|
|
506
506
|
activeTab: e,
|
|
507
|
-
tabs:
|
|
508
|
-
onTabClick:
|
|
507
|
+
tabs: l,
|
|
508
|
+
onTabClick: s,
|
|
509
509
|
size: i = "sm",
|
|
510
|
-
activeLinePosition:
|
|
511
|
-
inverted:
|
|
510
|
+
activeLinePosition: r = "bottom",
|
|
511
|
+
inverted: c
|
|
512
512
|
}) {
|
|
513
|
-
return /* @__PURE__ */
|
|
513
|
+
return /* @__PURE__ */ t.jsx(
|
|
514
514
|
"div",
|
|
515
515
|
{
|
|
516
|
-
className:
|
|
517
|
-
children:
|
|
516
|
+
className: h.container,
|
|
517
|
+
children: l.map((n) => /* @__PURE__ */ t.jsxs(
|
|
518
518
|
"button",
|
|
519
519
|
{
|
|
520
|
-
className:
|
|
521
|
-
|
|
522
|
-
|
|
520
|
+
className: b(
|
|
521
|
+
h.tab,
|
|
522
|
+
h[i],
|
|
523
523
|
{
|
|
524
|
-
[
|
|
525
|
-
[
|
|
526
|
-
[
|
|
527
|
-
[
|
|
524
|
+
[h.inverted]: c,
|
|
525
|
+
[h.activeTab]: e === n.value,
|
|
526
|
+
[h.disabled]: n.disabled,
|
|
527
|
+
[h.brackets]: i === "lg" && e === n.value && l.length > 1
|
|
528
528
|
},
|
|
529
|
-
|
|
530
|
-
|
|
529
|
+
h[r],
|
|
530
|
+
n.className
|
|
531
531
|
),
|
|
532
|
-
disabled:
|
|
533
|
-
onClick: () =>
|
|
532
|
+
disabled: n.disabled,
|
|
533
|
+
onClick: () => s(n.value),
|
|
534
534
|
children: [
|
|
535
|
-
|
|
536
|
-
/* @__PURE__ */
|
|
537
|
-
|
|
535
|
+
n.prefixIcon && /* @__PURE__ */ t.jsx("div", { className: h.iconWrap, children: /* @__PURE__ */ t.jsx(j, { name: n.prefixIcon }) }),
|
|
536
|
+
/* @__PURE__ */ t.jsx("div", { children: n.label }),
|
|
537
|
+
n.suffixIcon && /* @__PURE__ */ t.jsx("div", { className: h.iconWrap, children: /* @__PURE__ */ t.jsx(j, { name: n.suffixIcon }) })
|
|
538
538
|
]
|
|
539
539
|
},
|
|
540
|
-
String(
|
|
540
|
+
String(n.value)
|
|
541
541
|
))
|
|
542
542
|
}
|
|
543
543
|
);
|
|
544
544
|
}
|
|
545
|
-
const
|
|
546
|
-
typeBadge:
|
|
547
|
-
badgeIcon:
|
|
548
|
-
},
|
|
545
|
+
const Xo = (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" })))), Do = "typeBadge-module__typeBadge___Jxk0v", Fo = "typeBadge-module__badgeIcon___BIDN2", Q = {
|
|
546
|
+
typeBadge: Do,
|
|
547
|
+
badgeIcon: Fo
|
|
548
|
+
}, nr = ({
|
|
549
549
|
type: e = "senescence"
|
|
550
550
|
/* SENESCENCE */
|
|
551
|
-
}) => /* @__PURE__ */
|
|
552
|
-
root:
|
|
553
|
-
tabWrap:
|
|
554
|
-
tab:
|
|
555
|
-
light:
|
|
556
|
-
dark:
|
|
557
|
-
activeTab:
|
|
558
|
-
icon:
|
|
559
|
-
description:
|
|
560
|
-
descriptionActive:
|
|
551
|
+
}) => /* @__PURE__ */ t.jsx("div", { className: Q.typeBadge, "data-type": e, children: /* @__PURE__ */ t.jsx(Xo, { className: Q.badgeIcon }) }), No = "contentTabs-module__root___vJVGt", $o = "contentTabs-module__tabWrap___jwBNf", Bo = "contentTabs-module__tab___oMzRn", Yo = "contentTabs-module__light___LyVtp", Ho = "contentTabs-module__dark___-VJo6", Vo = "contentTabs-module__activeTab___0Uvh6", Uo = "contentTabs-module__icon___nyuv-", Go = "contentTabs-module__description___sM2G-", Jo = "contentTabs-module__descriptionActive___aa8C1", w = {
|
|
552
|
+
root: No,
|
|
553
|
+
tabWrap: $o,
|
|
554
|
+
tab: Bo,
|
|
555
|
+
light: Yo,
|
|
556
|
+
dark: Ho,
|
|
557
|
+
activeTab: Vo,
|
|
558
|
+
icon: Uo,
|
|
559
|
+
description: Go,
|
|
560
|
+
descriptionActive: Jo
|
|
561
561
|
};
|
|
562
|
-
function
|
|
563
|
-
return /* @__PURE__ */
|
|
564
|
-
/* @__PURE__ */
|
|
562
|
+
function lr({ tabs: e, activeTab: l, style: s, onTabClick: i }) {
|
|
563
|
+
return /* @__PURE__ */ t.jsx("div", { className: b(w.root, w[s]), children: e.map((r) => /* @__PURE__ */ t.jsxs("div", { className: w.tabWrap, children: [
|
|
564
|
+
/* @__PURE__ */ t.jsxs(
|
|
565
565
|
"button",
|
|
566
566
|
{
|
|
567
|
-
className:
|
|
568
|
-
onClick: () => i(
|
|
567
|
+
className: b(w.tab, { [w.activeTab]: l === r.value }),
|
|
568
|
+
onClick: () => i(r.value),
|
|
569
569
|
children: [
|
|
570
|
-
|
|
571
|
-
/* @__PURE__ */
|
|
570
|
+
r.icon && /* @__PURE__ */ t.jsx("div", { className: w.icon, children: /* @__PURE__ */ t.jsx(j, { name: r.icon }) }),
|
|
571
|
+
/* @__PURE__ */ t.jsx("div", { className: v.headingSm, children: r.label })
|
|
572
572
|
]
|
|
573
573
|
}
|
|
574
574
|
),
|
|
575
|
-
/* @__PURE__ */
|
|
575
|
+
/* @__PURE__ */ t.jsx(
|
|
576
576
|
"p",
|
|
577
577
|
{
|
|
578
|
-
className:
|
|
579
|
-
|
|
580
|
-
{ [
|
|
581
|
-
|
|
578
|
+
className: b(
|
|
579
|
+
w.description,
|
|
580
|
+
{ [w.descriptionActive]: l === r.value },
|
|
581
|
+
v.bodySm
|
|
582
582
|
),
|
|
583
|
-
children:
|
|
583
|
+
children: r.description
|
|
584
584
|
}
|
|
585
585
|
)
|
|
586
|
-
] }, String(
|
|
586
|
+
] }, String(r.value))) });
|
|
587
587
|
}
|
|
588
|
+
const zo = "yourProtocol-module__root___Q35lO", Zo = "yourProtocol-module__content___mMf6R", qo = "yourProtocol-module__title___xNPOR", Io = "yourProtocol-module__tags___jc-o6", Qo = "yourProtocol-module__image___fVaOZ", Ko = "yourProtocol-module__mobile___g7AAQ", er = "yourProtocol-module__description___Wab-a", or = "yourProtocol-module__callback___bvu49", rr = "yourProtocol-module__desktop___pl-rW", p = {
|
|
589
|
+
root: zo,
|
|
590
|
+
content: Zo,
|
|
591
|
+
title: qo,
|
|
592
|
+
tags: Io,
|
|
593
|
+
image: Qo,
|
|
594
|
+
mobile: Ko,
|
|
595
|
+
description: er,
|
|
596
|
+
callback: or,
|
|
597
|
+
desktop: rr
|
|
598
|
+
}, ir = K(({ title: e, image: l, tags: s, callbackView: i }) => {
|
|
599
|
+
var d;
|
|
600
|
+
const [r, c] = ee(((d = s[0]) == null ? void 0 : d.label) || null), n = ve(() => {
|
|
601
|
+
var g;
|
|
602
|
+
return (g = s.find((k) => k.label === r)) == null ? void 0 : g.description;
|
|
603
|
+
}, [r, s]);
|
|
604
|
+
return /* @__PURE__ */ t.jsxs("div", { className: p.root, children: [
|
|
605
|
+
/* @__PURE__ */ t.jsxs("div", { className: p.content, children: [
|
|
606
|
+
/* @__PURE__ */ t.jsx(C, { as: "h2", variant: "displayMd", className: b(p.title, p.desktop), children: e }),
|
|
607
|
+
/* @__PURE__ */ t.jsx(C, { as: "h2", variant: "headingXl", className: b(p.title, p.mobile), children: e }),
|
|
608
|
+
/* @__PURE__ */ t.jsx("div", { className: p.tags, children: s.map((g) => /* @__PURE__ */ t.jsx(
|
|
609
|
+
To,
|
|
610
|
+
{
|
|
611
|
+
value: g.label,
|
|
612
|
+
size: "md",
|
|
613
|
+
active: g.label === r,
|
|
614
|
+
onClick: c,
|
|
615
|
+
children: g.label
|
|
616
|
+
},
|
|
617
|
+
g.label
|
|
618
|
+
)) }),
|
|
619
|
+
n && /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
|
620
|
+
/* @__PURE__ */ t.jsx(C, { as: "p", variant: "bodyLg", className: b(p.description, p.desktop), children: n }),
|
|
621
|
+
/* @__PURE__ */ t.jsx(C, { as: "p", variant: "bodyMd", className: b(p.description, p.mobile), children: n })
|
|
622
|
+
] }),
|
|
623
|
+
/* @__PURE__ */ t.jsx("div", { className: p.callback, children: "TODO: Callback ZEN-392" })
|
|
624
|
+
] }),
|
|
625
|
+
/* @__PURE__ */ t.jsx("img", { src: l, alt: "Your Protocol", className: b(p.image, p.desktop), width: 481, height: 640 })
|
|
626
|
+
] });
|
|
627
|
+
});
|
|
588
628
|
export {
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
629
|
+
co as Button,
|
|
630
|
+
lr as ContentTabs,
|
|
631
|
+
j as Icon,
|
|
632
|
+
ar as Label,
|
|
633
|
+
sr as Tabs,
|
|
634
|
+
To as Tag,
|
|
635
|
+
nr as TypeBadge,
|
|
636
|
+
C as Typography,
|
|
637
|
+
ir as YourProtocol,
|
|
638
|
+
b as cn,
|
|
639
|
+
bo as isHsIcon,
|
|
640
|
+
v as typography
|
|
598
641
|
};
|
|
599
642
|
//# sourceMappingURL=healthspan-ui.es.js.map
|