skillgrid 0.0.21-dev-39472-brand-colors.1146058 → 0.0.21-imports.1141086
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/index.cjs.js +11 -11
- package/dist/index.css +1 -1
- package/dist/index.es.js +634 -638
- package/package.json +1 -2
- package/dist/components/Radio/Radio.d.ts +0 -21
- package/dist/components/Radio/Radio.type.d.ts +0 -87
- package/dist/components/Radio/RadioGroup/RadioGroup.d.ts +0 -21
- package/dist/components/Radio/RadioGroup/RadioGroup.type.d.ts +0 -19
- package/dist/components/Radio/index.d.ts +0 -4
package/dist/index.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as Et from "react";
|
|
2
|
-
import Lt, { forwardRef as K, useState as De, useRef as ze, useEffect as Re, useCallback as Se, Fragment as
|
|
2
|
+
import Lt, { forwardRef as K, useState as De, useRef as ze, useEffect as Re, useCallback as Se, Fragment as aa, createContext as ra, useContext as na, useImperativeHandle as sa, useId as Mt } from "react";
|
|
3
3
|
import ye, { clsx as ie } from "clsx";
|
|
4
|
-
import './index.css';function
|
|
4
|
+
import './index.css';function oa(t) {
|
|
5
5
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
6
6
|
}
|
|
7
7
|
var Pe = { exports: {} }, Te = {};
|
|
@@ -15,18 +15,18 @@ var Pe = { exports: {} }, Te = {};
|
|
|
15
15
|
* LICENSE file in the root directory of this source tree.
|
|
16
16
|
*/
|
|
17
17
|
var ft;
|
|
18
|
-
function
|
|
18
|
+
function ia() {
|
|
19
19
|
if (ft) return Te;
|
|
20
20
|
ft = 1;
|
|
21
|
-
var t = Lt,
|
|
21
|
+
var t = Lt, r = Symbol.for("react.element"), a = Symbol.for("react.fragment"), n = Object.prototype.hasOwnProperty, o = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
22
22
|
function c(_, d, f) {
|
|
23
23
|
var p, g = {}, h = null, b = null;
|
|
24
24
|
f !== void 0 && (h = "" + f), d.key !== void 0 && (h = "" + d.key), d.ref !== void 0 && (b = d.ref);
|
|
25
25
|
for (p in d) n.call(d, p) && !s.hasOwnProperty(p) && (g[p] = d[p]);
|
|
26
26
|
if (_ && _.defaultProps) for (p in d = _.defaultProps, d) g[p] === void 0 && (g[p] = d[p]);
|
|
27
|
-
return { $$typeof:
|
|
27
|
+
return { $$typeof: r, type: _, key: h, ref: b, props: g, _owner: o.current };
|
|
28
28
|
}
|
|
29
|
-
return Te.Fragment =
|
|
29
|
+
return Te.Fragment = a, Te.jsx = c, Te.jsxs = c, Te;
|
|
30
30
|
}
|
|
31
31
|
var Ae = {};
|
|
32
32
|
/**
|
|
@@ -39,31 +39,31 @@ var Ae = {};
|
|
|
39
39
|
* LICENSE file in the root directory of this source tree.
|
|
40
40
|
*/
|
|
41
41
|
var gt;
|
|
42
|
-
function
|
|
42
|
+
function la() {
|
|
43
43
|
return gt || (gt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
44
|
-
var t = Lt,
|
|
44
|
+
var t = Lt, r = Symbol.for("react.element"), a = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), c = Symbol.for("react.provider"), _ = Symbol.for("react.context"), d = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), b = Symbol.for("react.offscreen"), v = Symbol.iterator, w = "@@iterator";
|
|
45
45
|
function S(e) {
|
|
46
46
|
if (e === null || typeof e != "object")
|
|
47
47
|
return null;
|
|
48
|
-
var
|
|
49
|
-
return typeof
|
|
48
|
+
var i = v && e[v] || e[w];
|
|
49
|
+
return typeof i == "function" ? i : null;
|
|
50
50
|
}
|
|
51
51
|
var C = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
52
52
|
function x(e) {
|
|
53
53
|
{
|
|
54
|
-
for (var
|
|
54
|
+
for (var i = arguments.length, u = new Array(i > 1 ? i - 1 : 0), m = 1; m < i; m++)
|
|
55
55
|
u[m - 1] = arguments[m];
|
|
56
56
|
$("error", e, u);
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
function $(e,
|
|
59
|
+
function $(e, i, u) {
|
|
60
60
|
{
|
|
61
61
|
var m = C.ReactDebugCurrentFrame, I = m.getStackAddendum();
|
|
62
|
-
I !== "" && (
|
|
62
|
+
I !== "" && (i += "%s", u = u.concat([I]));
|
|
63
63
|
var k = u.map(function(L) {
|
|
64
64
|
return String(L);
|
|
65
65
|
});
|
|
66
|
-
k.unshift("Warning: " +
|
|
66
|
+
k.unshift("Warning: " + i), Function.prototype.apply.call(console[e], console, k);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
var T = !1, A = !1, O = !1, R = !1, B = !1, N;
|
|
@@ -75,11 +75,11 @@ function ca() {
|
|
|
75
75
|
// with.
|
|
76
76
|
e.$$typeof === N || e.getModuleId !== void 0));
|
|
77
77
|
}
|
|
78
|
-
function y(e,
|
|
78
|
+
function y(e, i, u) {
|
|
79
79
|
var m = e.displayName;
|
|
80
80
|
if (m)
|
|
81
81
|
return m;
|
|
82
|
-
var I =
|
|
82
|
+
var I = i.displayName || i.name || "";
|
|
83
83
|
return I !== "" ? u + "(" + I + ")" : u;
|
|
84
84
|
}
|
|
85
85
|
function z(e) {
|
|
@@ -95,7 +95,7 @@ function ca() {
|
|
|
95
95
|
switch (e) {
|
|
96
96
|
case n:
|
|
97
97
|
return "Fragment";
|
|
98
|
-
case
|
|
98
|
+
case a:
|
|
99
99
|
return "Portal";
|
|
100
100
|
case s:
|
|
101
101
|
return "Profiler";
|
|
@@ -109,8 +109,8 @@ function ca() {
|
|
|
109
109
|
if (typeof e == "object")
|
|
110
110
|
switch (e.$$typeof) {
|
|
111
111
|
case _:
|
|
112
|
-
var
|
|
113
|
-
return z(
|
|
112
|
+
var i = e;
|
|
113
|
+
return z(i) + ".Consumer";
|
|
114
114
|
case c:
|
|
115
115
|
var u = e;
|
|
116
116
|
return z(u._context) + ".Provider";
|
|
@@ -193,7 +193,7 @@ function ca() {
|
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
var Le = C.ReactCurrentDispatcher, ue;
|
|
196
|
-
function le(e,
|
|
196
|
+
function le(e, i, u) {
|
|
197
197
|
{
|
|
198
198
|
if (ue === void 0)
|
|
199
199
|
try {
|
|
@@ -211,7 +211,7 @@ function ca() {
|
|
|
211
211
|
var xe = typeof WeakMap == "function" ? WeakMap : Map;
|
|
212
212
|
ce = new xe();
|
|
213
213
|
}
|
|
214
|
-
function Y(e,
|
|
214
|
+
function Y(e, i) {
|
|
215
215
|
if (!e || _e)
|
|
216
216
|
return "";
|
|
217
217
|
{
|
|
@@ -226,7 +226,7 @@ function ca() {
|
|
|
226
226
|
var k;
|
|
227
227
|
k = Le.current, Le.current = null, ve();
|
|
228
228
|
try {
|
|
229
|
-
if (
|
|
229
|
+
if (i) {
|
|
230
230
|
var L = function() {
|
|
231
231
|
throw Error();
|
|
232
232
|
};
|
|
@@ -282,14 +282,14 @@ function ca() {
|
|
|
282
282
|
var $e = e ? e.displayName || e.name : "", Ce = $e ? le($e) : "";
|
|
283
283
|
return typeof e == "function" && ce.set(e, Ce), Ce;
|
|
284
284
|
}
|
|
285
|
-
function Q(e,
|
|
285
|
+
function Q(e, i, u) {
|
|
286
286
|
return Y(e, !1);
|
|
287
287
|
}
|
|
288
288
|
function de(e) {
|
|
289
|
-
var
|
|
290
|
-
return !!(
|
|
289
|
+
var i = e.prototype;
|
|
290
|
+
return !!(i && i.isReactComponent);
|
|
291
291
|
}
|
|
292
|
-
function Oe(e,
|
|
292
|
+
function Oe(e, i, u) {
|
|
293
293
|
if (e == null)
|
|
294
294
|
return "";
|
|
295
295
|
if (typeof e == "function")
|
|
@@ -307,11 +307,11 @@ function ca() {
|
|
|
307
307
|
case d:
|
|
308
308
|
return Q(e.render);
|
|
309
309
|
case g:
|
|
310
|
-
return Oe(e.type,
|
|
310
|
+
return Oe(e.type, i, u);
|
|
311
311
|
case h: {
|
|
312
312
|
var m = e, I = m._payload, k = m._init;
|
|
313
313
|
try {
|
|
314
|
-
return Oe(k(I),
|
|
314
|
+
return Oe(k(I), i, u);
|
|
315
315
|
} catch {
|
|
316
316
|
}
|
|
317
317
|
}
|
|
@@ -321,12 +321,12 @@ function ca() {
|
|
|
321
321
|
var ke = Object.prototype.hasOwnProperty, et = {}, tt = C.ReactDebugCurrentFrame;
|
|
322
322
|
function Ue(e) {
|
|
323
323
|
if (e) {
|
|
324
|
-
var
|
|
324
|
+
var i = e._owner, u = Oe(e.type, e._source, i ? i.type : null);
|
|
325
325
|
tt.setExtraStackFrame(u);
|
|
326
326
|
} else
|
|
327
327
|
tt.setExtraStackFrame(null);
|
|
328
328
|
}
|
|
329
|
-
function
|
|
329
|
+
function At(e, i, u, m, I) {
|
|
330
330
|
{
|
|
331
331
|
var k = Function.call.bind(ke);
|
|
332
332
|
for (var L in e)
|
|
@@ -337,7 +337,7 @@ function ca() {
|
|
|
337
337
|
var Z = Error((m || "React class") + ": " + u + " type `" + L + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[L] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
338
338
|
throw Z.name = "Invariant Violation", Z;
|
|
339
339
|
}
|
|
340
|
-
E = e[L](
|
|
340
|
+
E = e[L](i, L, m, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
341
341
|
} catch (U) {
|
|
342
342
|
E = U;
|
|
343
343
|
}
|
|
@@ -345,17 +345,17 @@ function ca() {
|
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
|
-
var
|
|
348
|
+
var Nt = Array.isArray;
|
|
349
349
|
function Ve(e) {
|
|
350
|
-
return
|
|
350
|
+
return Nt(e);
|
|
351
351
|
}
|
|
352
|
-
function
|
|
352
|
+
function Dt(e) {
|
|
353
353
|
{
|
|
354
|
-
var
|
|
354
|
+
var i = typeof Symbol == "function" && Symbol.toStringTag, u = i && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
355
355
|
return u;
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
function
|
|
358
|
+
function Ot(e) {
|
|
359
359
|
try {
|
|
360
360
|
return at(e), !1;
|
|
361
361
|
} catch {
|
|
@@ -366,38 +366,38 @@ function ca() {
|
|
|
366
366
|
return "" + e;
|
|
367
367
|
}
|
|
368
368
|
function rt(e) {
|
|
369
|
-
if (
|
|
370
|
-
return x("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
369
|
+
if (Ot(e))
|
|
370
|
+
return x("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Dt(e)), at(e);
|
|
371
371
|
}
|
|
372
|
-
var nt = C.ReactCurrentOwner,
|
|
372
|
+
var nt = C.ReactCurrentOwner, Ut = {
|
|
373
373
|
key: !0,
|
|
374
374
|
ref: !0,
|
|
375
375
|
__self: !0,
|
|
376
376
|
__source: !0
|
|
377
377
|
}, st, ot;
|
|
378
|
-
function
|
|
378
|
+
function Pt(e) {
|
|
379
379
|
if (ke.call(e, "ref")) {
|
|
380
|
-
var
|
|
381
|
-
if (
|
|
380
|
+
var i = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
381
|
+
if (i && i.isReactWarning)
|
|
382
382
|
return !1;
|
|
383
383
|
}
|
|
384
384
|
return e.ref !== void 0;
|
|
385
385
|
}
|
|
386
|
-
function
|
|
386
|
+
function Bt(e) {
|
|
387
387
|
if (ke.call(e, "key")) {
|
|
388
|
-
var
|
|
389
|
-
if (
|
|
388
|
+
var i = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
389
|
+
if (i && i.isReactWarning)
|
|
390
390
|
return !1;
|
|
391
391
|
}
|
|
392
392
|
return e.key !== void 0;
|
|
393
393
|
}
|
|
394
|
-
function
|
|
394
|
+
function Ft(e, i) {
|
|
395
395
|
typeof e.ref == "string" && nt.current;
|
|
396
396
|
}
|
|
397
|
-
function
|
|
397
|
+
function zt(e, i) {
|
|
398
398
|
{
|
|
399
399
|
var u = function() {
|
|
400
|
-
st || (st = !0, x("%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://reactjs.org/link/special-props)",
|
|
400
|
+
st || (st = !0, x("%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://reactjs.org/link/special-props)", i));
|
|
401
401
|
};
|
|
402
402
|
u.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
403
403
|
get: u,
|
|
@@ -405,10 +405,10 @@ function ca() {
|
|
|
405
405
|
});
|
|
406
406
|
}
|
|
407
407
|
}
|
|
408
|
-
function
|
|
408
|
+
function Wt(e, i) {
|
|
409
409
|
{
|
|
410
410
|
var u = function() {
|
|
411
|
-
ot || (ot = !0, x("%s: `ref` 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://reactjs.org/link/special-props)",
|
|
411
|
+
ot || (ot = !0, x("%s: `ref` 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://reactjs.org/link/special-props)", i));
|
|
412
412
|
};
|
|
413
413
|
u.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
414
414
|
get: u,
|
|
@@ -416,13 +416,13 @@ function ca() {
|
|
|
416
416
|
});
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
|
-
var
|
|
419
|
+
var Vt = function(e, i, u, m, I, k, L) {
|
|
420
420
|
var E = {
|
|
421
421
|
// This tag allows us to uniquely identify this as a React Element
|
|
422
|
-
$$typeof:
|
|
422
|
+
$$typeof: r,
|
|
423
423
|
// Built-in properties that belong on the element
|
|
424
424
|
type: e,
|
|
425
|
-
key:
|
|
425
|
+
key: i,
|
|
426
426
|
ref: u,
|
|
427
427
|
props: L,
|
|
428
428
|
// Record the component responsible for creating this element.
|
|
@@ -445,12 +445,12 @@ function ca() {
|
|
|
445
445
|
value: I
|
|
446
446
|
}), Object.freeze && (Object.freeze(E.props), Object.freeze(E)), E;
|
|
447
447
|
};
|
|
448
|
-
function
|
|
448
|
+
function Ht(e, i, u, m, I) {
|
|
449
449
|
{
|
|
450
450
|
var k, L = {}, E = null, Z = null;
|
|
451
|
-
u !== void 0 && (rt(u), E = "" + u),
|
|
452
|
-
for (k in
|
|
453
|
-
ke.call(
|
|
451
|
+
u !== void 0 && (rt(u), E = "" + u), Bt(i) && (rt(i.key), E = "" + i.key), Pt(i) && (Z = i.ref, Ft(i, I));
|
|
452
|
+
for (k in i)
|
|
453
|
+
ke.call(i, k) && !Ut.hasOwnProperty(k) && (L[k] = i[k]);
|
|
454
454
|
if (e && e.defaultProps) {
|
|
455
455
|
var U = e.defaultProps;
|
|
456
456
|
for (k in U)
|
|
@@ -458,15 +458,15 @@ function ca() {
|
|
|
458
458
|
}
|
|
459
459
|
if (E || Z) {
|
|
460
460
|
var W = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
461
|
-
E &&
|
|
461
|
+
E && zt(L, W), Z && Wt(L, W);
|
|
462
462
|
}
|
|
463
|
-
return
|
|
463
|
+
return Vt(e, E, Z, I, m, nt.current, L);
|
|
464
464
|
}
|
|
465
465
|
}
|
|
466
466
|
var He = C.ReactCurrentOwner, it = C.ReactDebugCurrentFrame;
|
|
467
467
|
function Me(e) {
|
|
468
468
|
if (e) {
|
|
469
|
-
var
|
|
469
|
+
var i = e._owner, u = Oe(e.type, e._source, i ? i.type : null);
|
|
470
470
|
it.setExtraStackFrame(u);
|
|
471
471
|
} else
|
|
472
472
|
it.setExtraStackFrame(null);
|
|
@@ -474,7 +474,7 @@ function ca() {
|
|
|
474
474
|
var Ge;
|
|
475
475
|
Ge = !1;
|
|
476
476
|
function Ze(e) {
|
|
477
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
477
|
+
return typeof e == "object" && e !== null && e.$$typeof === r;
|
|
478
478
|
}
|
|
479
479
|
function lt() {
|
|
480
480
|
{
|
|
@@ -488,28 +488,28 @@ Check the render method of \`` + e + "`.";
|
|
|
488
488
|
return "";
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
|
-
function
|
|
491
|
+
function Gt(e) {
|
|
492
492
|
return "";
|
|
493
493
|
}
|
|
494
494
|
var ct = {};
|
|
495
|
-
function
|
|
495
|
+
function Zt(e) {
|
|
496
496
|
{
|
|
497
|
-
var
|
|
498
|
-
if (!
|
|
497
|
+
var i = lt();
|
|
498
|
+
if (!i) {
|
|
499
499
|
var u = typeof e == "string" ? e : e.displayName || e.name;
|
|
500
|
-
u && (
|
|
500
|
+
u && (i = `
|
|
501
501
|
|
|
502
502
|
Check the top-level render call using <` + u + ">.");
|
|
503
503
|
}
|
|
504
|
-
return
|
|
504
|
+
return i;
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
|
-
function dt(e,
|
|
507
|
+
function dt(e, i) {
|
|
508
508
|
{
|
|
509
509
|
if (!e._store || e._store.validated || e.key != null)
|
|
510
510
|
return;
|
|
511
511
|
e._store.validated = !0;
|
|
512
|
-
var u =
|
|
512
|
+
var u = Zt(i);
|
|
513
513
|
if (ct[u])
|
|
514
514
|
return;
|
|
515
515
|
ct[u] = !0;
|
|
@@ -517,14 +517,14 @@ Check the top-level render call using <` + u + ">.");
|
|
|
517
517
|
e && e._owner && e._owner !== He.current && (m = " It was passed a child from " + D(e._owner.type) + "."), Me(e), x('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, m), Me(null);
|
|
518
518
|
}
|
|
519
519
|
}
|
|
520
|
-
function ut(e,
|
|
520
|
+
function ut(e, i) {
|
|
521
521
|
{
|
|
522
522
|
if (typeof e != "object")
|
|
523
523
|
return;
|
|
524
524
|
if (Ve(e))
|
|
525
525
|
for (var u = 0; u < e.length; u++) {
|
|
526
526
|
var m = e[u];
|
|
527
|
-
Ze(m) && dt(m,
|
|
527
|
+
Ze(m) && dt(m, i);
|
|
528
528
|
}
|
|
529
529
|
else if (Ze(e))
|
|
530
530
|
e._store && (e._store.validated = !0);
|
|
@@ -532,39 +532,39 @@ Check the top-level render call using <` + u + ">.");
|
|
|
532
532
|
var I = S(e);
|
|
533
533
|
if (typeof I == "function" && I !== e.entries)
|
|
534
534
|
for (var k = I.call(e), L; !(L = k.next()).done; )
|
|
535
|
-
Ze(L.value) && dt(L.value,
|
|
535
|
+
Ze(L.value) && dt(L.value, i);
|
|
536
536
|
}
|
|
537
537
|
}
|
|
538
538
|
}
|
|
539
|
-
function
|
|
539
|
+
function qt(e) {
|
|
540
540
|
{
|
|
541
|
-
var
|
|
542
|
-
if (
|
|
541
|
+
var i = e.type;
|
|
542
|
+
if (i == null || typeof i == "string")
|
|
543
543
|
return;
|
|
544
544
|
var u;
|
|
545
|
-
if (typeof
|
|
546
|
-
u =
|
|
547
|
-
else if (typeof
|
|
545
|
+
if (typeof i == "function")
|
|
546
|
+
u = i.propTypes;
|
|
547
|
+
else if (typeof i == "object" && (i.$$typeof === d || // Note: Memo only checks outer props here.
|
|
548
548
|
// Inner props are checked in the reconciler.
|
|
549
|
-
|
|
550
|
-
u =
|
|
549
|
+
i.$$typeof === g))
|
|
550
|
+
u = i.propTypes;
|
|
551
551
|
else
|
|
552
552
|
return;
|
|
553
553
|
if (u) {
|
|
554
|
-
var m = D(
|
|
555
|
-
|
|
556
|
-
} else if (
|
|
554
|
+
var m = D(i);
|
|
555
|
+
At(u, e.props, "prop", m, e);
|
|
556
|
+
} else if (i.PropTypes !== void 0 && !Ge) {
|
|
557
557
|
Ge = !0;
|
|
558
|
-
var I = D(
|
|
558
|
+
var I = D(i);
|
|
559
559
|
x("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", I || "Unknown");
|
|
560
560
|
}
|
|
561
|
-
typeof
|
|
561
|
+
typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved && x("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
562
562
|
}
|
|
563
563
|
}
|
|
564
|
-
function
|
|
564
|
+
function Yt(e) {
|
|
565
565
|
{
|
|
566
|
-
for (var
|
|
567
|
-
var m =
|
|
566
|
+
for (var i = Object.keys(e.props), u = 0; u < i.length; u++) {
|
|
567
|
+
var m = i[u];
|
|
568
568
|
if (m !== "children" && m !== "key") {
|
|
569
569
|
Me(e), x("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", m), Me(null);
|
|
570
570
|
break;
|
|
@@ -574,22 +574,22 @@ Check the top-level render call using <` + u + ">.");
|
|
|
574
574
|
}
|
|
575
575
|
}
|
|
576
576
|
var _t = {};
|
|
577
|
-
function pt(e,
|
|
577
|
+
function pt(e, i, u, m, I, k) {
|
|
578
578
|
{
|
|
579
579
|
var L = F(e);
|
|
580
580
|
if (!L) {
|
|
581
581
|
var E = "";
|
|
582
582
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (E += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
583
|
-
var Z =
|
|
583
|
+
var Z = Gt();
|
|
584
584
|
Z ? E += Z : E += lt();
|
|
585
585
|
var U;
|
|
586
|
-
e === null ? U = "null" : Ve(e) ? U = "array" : e !== void 0 && e.$$typeof ===
|
|
586
|
+
e === null ? U = "null" : Ve(e) ? U = "array" : e !== void 0 && e.$$typeof === r ? (U = "<" + (D(e.type) || "Unknown") + " />", E = " Did you accidentally export a JSX literal instead of a component?") : U = typeof e, x("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", U, E);
|
|
587
587
|
}
|
|
588
|
-
var W =
|
|
588
|
+
var W = Ht(e, i, u, I, k);
|
|
589
589
|
if (W == null)
|
|
590
590
|
return W;
|
|
591
591
|
if (L) {
|
|
592
|
-
var ne =
|
|
592
|
+
var ne = i.children;
|
|
593
593
|
if (ne !== void 0)
|
|
594
594
|
if (m)
|
|
595
595
|
if (Ve(ne)) {
|
|
@@ -601,77 +601,77 @@ Check the top-level render call using <` + u + ">.");
|
|
|
601
601
|
else
|
|
602
602
|
ut(ne, e);
|
|
603
603
|
}
|
|
604
|
-
if (ke.call(
|
|
605
|
-
var Ce = D(e), J = Object.keys(
|
|
606
|
-
return
|
|
604
|
+
if (ke.call(i, "key")) {
|
|
605
|
+
var Ce = D(e), J = Object.keys(i).filter(function(ta) {
|
|
606
|
+
return ta !== "key";
|
|
607
607
|
}), qe = J.length > 0 ? "{key: someKey, " + J.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
608
608
|
if (!_t[Ce + qe]) {
|
|
609
|
-
var
|
|
609
|
+
var ea = J.length > 0 ? "{" + J.join(": ..., ") + ": ...}" : "{}";
|
|
610
610
|
x(`A props object containing a "key" prop is being spread into JSX:
|
|
611
611
|
let props = %s;
|
|
612
612
|
<%s {...props} />
|
|
613
613
|
React keys must be passed directly to JSX without using spread:
|
|
614
614
|
let props = %s;
|
|
615
|
-
<%s key={someKey} {...props} />`, qe, Ce,
|
|
615
|
+
<%s key={someKey} {...props} />`, qe, Ce, ea, Ce), _t[Ce + qe] = !0;
|
|
616
616
|
}
|
|
617
617
|
}
|
|
618
|
-
return e === n ?
|
|
618
|
+
return e === n ? Yt(W) : qt(W), W;
|
|
619
619
|
}
|
|
620
620
|
}
|
|
621
|
-
function
|
|
622
|
-
return pt(e,
|
|
621
|
+
function Jt(e, i, u) {
|
|
622
|
+
return pt(e, i, u, !0);
|
|
623
623
|
}
|
|
624
|
-
function
|
|
625
|
-
return pt(e,
|
|
624
|
+
function Kt(e, i, u) {
|
|
625
|
+
return pt(e, i, u, !1);
|
|
626
626
|
}
|
|
627
|
-
var
|
|
628
|
-
Ae.Fragment = n, Ae.jsx =
|
|
627
|
+
var Xt = Kt, Qt = Jt;
|
|
628
|
+
Ae.Fragment = n, Ae.jsx = Xt, Ae.jsxs = Qt;
|
|
629
629
|
}()), Ae;
|
|
630
630
|
}
|
|
631
631
|
var ht;
|
|
632
|
-
function
|
|
633
|
-
return ht || (ht = 1, process.env.NODE_ENV === "production" ? Pe.exports =
|
|
632
|
+
function ca() {
|
|
633
|
+
return ht || (ht = 1, process.env.NODE_ENV === "production" ? Pe.exports = ia() : Pe.exports = la()), Pe.exports;
|
|
634
634
|
}
|
|
635
|
-
var
|
|
636
|
-
const
|
|
637
|
-
button:
|
|
638
|
-
disabled:
|
|
639
|
-
loading:
|
|
640
|
-
neutral:
|
|
641
|
-
accent:
|
|
642
|
-
positive:
|
|
643
|
-
negative:
|
|
644
|
-
contrast:
|
|
645
|
-
special:
|
|
646
|
-
primary:
|
|
647
|
-
secondary:
|
|
648
|
-
tertiary:
|
|
649
|
-
label:
|
|
650
|
-
rightGroup:
|
|
651
|
-
iconOnly:
|
|
652
|
-
large:
|
|
653
|
-
medium:
|
|
654
|
-
small:
|
|
655
|
-
spaceBetween:
|
|
656
|
-
stretched:
|
|
657
|
-
icon:
|
|
658
|
-
badge:
|
|
659
|
-
badgeMedium:
|
|
660
|
-
circular:
|
|
661
|
-
badgeSmall:
|
|
662
|
-
badgeExtraSmall:
|
|
663
|
-
withSubcaption:
|
|
664
|
-
subcaption:
|
|
665
|
-
loader:
|
|
666
|
-
spin:
|
|
667
|
-
l:
|
|
668
|
-
m:
|
|
669
|
-
s:
|
|
670
|
-
xs:
|
|
635
|
+
var l = ca();
|
|
636
|
+
const da = (t) => t.as === "a", ua = (t) => t.as === void 0 || t.as === "button", _a = "_button_1abee_213", pa = "_disabled_1abee_237", fa = "_loading_1abee_237", ga = "_neutral_1abee_259", ha = "_accent_1abee_263", ba = "_positive_1abee_267", ma = "_negative_1abee_271", ya = "_contrast_1abee_275", va = "_special_1abee_279", xa = "_primary_1abee_284", Ca = "_secondary_1abee_285", wa = "_tertiary_1abee_286", Sa = "_label_1abee_321", Ea = "_rightGroup_1abee_333", La = "_iconOnly_1abee_349", Ma = "_large_1abee_357", $a = "_medium_1abee_361", Ia = "_small_1abee_365", ja = "_spaceBetween_1abee_370", Ra = "_stretched_1abee_384", ka = "_icon_1abee_349", Ta = "_badge_1abee_705", Aa = "_badgeMedium_1abee_721", Na = "_circular_1abee_738", Da = "_badgeSmall_1abee_743", Oa = "_badgeExtraSmall_1abee_765", Ua = "_withSubcaption_1abee_784", Pa = "_subcaption_1abee_797", Ba = "_loader_1abee_804", Fa = "_spin_1abee_1", za = "_l_1abee_237", Wa = "_m_1abee_361", Va = "_s_1abee_279", Ha = "_xs_1abee_869", P = {
|
|
637
|
+
button: _a,
|
|
638
|
+
disabled: pa,
|
|
639
|
+
loading: fa,
|
|
640
|
+
neutral: ga,
|
|
641
|
+
accent: ha,
|
|
642
|
+
positive: ba,
|
|
643
|
+
negative: ma,
|
|
644
|
+
contrast: ya,
|
|
645
|
+
special: va,
|
|
646
|
+
primary: xa,
|
|
647
|
+
secondary: Ca,
|
|
648
|
+
tertiary: wa,
|
|
649
|
+
label: Sa,
|
|
650
|
+
rightGroup: Ea,
|
|
651
|
+
iconOnly: La,
|
|
652
|
+
large: Ma,
|
|
653
|
+
medium: $a,
|
|
654
|
+
small: Ia,
|
|
655
|
+
spaceBetween: ja,
|
|
656
|
+
stretched: Ra,
|
|
657
|
+
icon: ka,
|
|
658
|
+
badge: Ta,
|
|
659
|
+
badgeMedium: Aa,
|
|
660
|
+
circular: Na,
|
|
661
|
+
badgeSmall: Da,
|
|
662
|
+
badgeExtraSmall: Oa,
|
|
663
|
+
withSubcaption: Ua,
|
|
664
|
+
subcaption: Pa,
|
|
665
|
+
loader: Ba,
|
|
666
|
+
spin: Fa,
|
|
667
|
+
l: za,
|
|
668
|
+
m: Wa,
|
|
669
|
+
s: Va,
|
|
670
|
+
xs: Ha
|
|
671
671
|
}, bt = ({
|
|
672
672
|
isLoading: t,
|
|
673
|
-
showBadge:
|
|
674
|
-
badgeValue:
|
|
673
|
+
showBadge: r,
|
|
674
|
+
badgeValue: a,
|
|
675
675
|
badgeSize: n,
|
|
676
676
|
icon: o,
|
|
677
677
|
children: s,
|
|
@@ -681,10 +681,10 @@ const ua = (t) => t.as === "a", _a = (t) => t.as === void 0 || t.as === "button"
|
|
|
681
681
|
size: f
|
|
682
682
|
}) => {
|
|
683
683
|
if (t)
|
|
684
|
-
return /* @__PURE__ */
|
|
685
|
-
const p = n === "extra-small", g = parseInt(String(
|
|
686
|
-
return /* @__PURE__ */
|
|
687
|
-
|
|
684
|
+
return /* @__PURE__ */ l.jsx("span", { className: P.loader, "data-testid": "button-loader", "aria-hidden": "true" });
|
|
685
|
+
const p = n === "extra-small", g = parseInt(String(a), 10), h = !isNaN(g) && g >= 0 && g <= 9;
|
|
686
|
+
return /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
|
|
687
|
+
r && (a || p) && /* @__PURE__ */ l.jsx(
|
|
688
688
|
"span",
|
|
689
689
|
{
|
|
690
690
|
"data-testid": "button-badge",
|
|
@@ -693,23 +693,23 @@ const ua = (t) => t.as === "a", _a = (t) => t.as === void 0 || t.as === "button"
|
|
|
693
693
|
P[`badge${p ? "ExtraSmall" : n === "medium" ? "Medium" : "Small"}`],
|
|
694
694
|
{ [P.circular]: h && !p }
|
|
695
695
|
),
|
|
696
|
-
children: !p &&
|
|
696
|
+
children: !p && a
|
|
697
697
|
}
|
|
698
698
|
),
|
|
699
|
-
_ && f !== "s" && f !== "xs" ? /* @__PURE__ */
|
|
700
|
-
/* @__PURE__ */
|
|
701
|
-
/* @__PURE__ */
|
|
702
|
-
] }) : s ? /* @__PURE__ */
|
|
703
|
-
/* @__PURE__ */
|
|
704
|
-
/* @__PURE__ */
|
|
705
|
-
o && /* @__PURE__ */
|
|
706
|
-
c && /* @__PURE__ */
|
|
699
|
+
_ && f !== "s" && f !== "xs" ? /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
|
|
700
|
+
/* @__PURE__ */ l.jsx("span", { "data-testid": "button-label", className: P.label, children: s }),
|
|
701
|
+
/* @__PURE__ */ l.jsx("span", { "data-testid": "button-subcaption", className: P.subcaption, children: d })
|
|
702
|
+
] }) : s ? /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
|
|
703
|
+
/* @__PURE__ */ l.jsx("span", { "data-testid": "button-label", className: P.label, children: s }),
|
|
704
|
+
/* @__PURE__ */ l.jsxs("div", { "data-testid": "button-right-group", className: P.rightGroup, children: [
|
|
705
|
+
o && /* @__PURE__ */ l.jsx("span", { "data-testid": "button-icon", className: P.icon, children: o }),
|
|
706
|
+
c && /* @__PURE__ */ l.jsx("span", { "data-testid": "button-postfix", className: P.postfix, children: c })
|
|
707
707
|
] })
|
|
708
|
-
] }) : /* @__PURE__ */
|
|
708
|
+
] }) : /* @__PURE__ */ l.jsx("span", { "data-testid": "button-icon", className: P.icon, children: o })
|
|
709
709
|
] });
|
|
710
|
-
},
|
|
710
|
+
}, $s = K((t, r) => {
|
|
711
711
|
const {
|
|
712
|
-
mode:
|
|
712
|
+
mode: a = "primary",
|
|
713
713
|
size: n = "m",
|
|
714
714
|
buttonStyle: o = "neutral",
|
|
715
715
|
loading: s = !1,
|
|
@@ -728,7 +728,7 @@ const ua = (t) => t.as === "a", _a = (t) => t.as === void 0 || t.as === "button"
|
|
|
728
728
|
} = t, x = c, $ = s, T = !x && !$, A = !!v && !C, O = ie(
|
|
729
729
|
P.button,
|
|
730
730
|
P[n],
|
|
731
|
-
P[
|
|
731
|
+
P[a],
|
|
732
732
|
P[o],
|
|
733
733
|
{
|
|
734
734
|
[P.disabled]: x,
|
|
@@ -751,7 +751,7 @@ const ua = (t) => t.as === "a", _a = (t) => t.as === void 0 || t.as === "button"
|
|
|
751
751
|
subcaption: g,
|
|
752
752
|
size: n
|
|
753
753
|
};
|
|
754
|
-
if (
|
|
754
|
+
if (da(t)) {
|
|
755
755
|
const {
|
|
756
756
|
href: B,
|
|
757
757
|
onClick: N,
|
|
@@ -778,10 +778,10 @@ const ua = (t) => t.as === "a", _a = (t) => t.as === void 0 || t.as === "button"
|
|
|
778
778
|
} = t, ce = (xe) => {
|
|
779
779
|
T && N && N(xe);
|
|
780
780
|
};
|
|
781
|
-
return /* @__PURE__ */
|
|
781
|
+
return /* @__PURE__ */ l.jsx(
|
|
782
782
|
"a",
|
|
783
783
|
{
|
|
784
|
-
ref:
|
|
784
|
+
ref: r,
|
|
785
785
|
className: O,
|
|
786
786
|
href: T ? B : void 0,
|
|
787
787
|
tabIndex: t.tabIndex,
|
|
@@ -790,11 +790,11 @@ const ua = (t) => t.as === "a", _a = (t) => t.as === void 0 || t.as === "button"
|
|
|
790
790
|
"aria-disabled": x || $,
|
|
791
791
|
style: le,
|
|
792
792
|
..._e,
|
|
793
|
-
children: /* @__PURE__ */
|
|
793
|
+
children: /* @__PURE__ */ l.jsx(bt, { ...R })
|
|
794
794
|
}
|
|
795
795
|
);
|
|
796
796
|
}
|
|
797
|
-
if (
|
|
797
|
+
if (ua(t)) {
|
|
798
798
|
const {
|
|
799
799
|
type: B = "button",
|
|
800
800
|
onClick: N,
|
|
@@ -821,10 +821,10 @@ const ua = (t) => t.as === "a", _a = (t) => t.as === void 0 || t.as === "button"
|
|
|
821
821
|
} = t, ce = (xe) => {
|
|
822
822
|
T && N && N(xe);
|
|
823
823
|
};
|
|
824
|
-
return /* @__PURE__ */
|
|
824
|
+
return /* @__PURE__ */ l.jsx(
|
|
825
825
|
"button",
|
|
826
826
|
{
|
|
827
|
-
ref:
|
|
827
|
+
ref: r,
|
|
828
828
|
type: B,
|
|
829
829
|
className: O,
|
|
830
830
|
disabled: x,
|
|
@@ -834,7 +834,7 @@ const ua = (t) => t.as === "a", _a = (t) => t.as === void 0 || t.as === "button"
|
|
|
834
834
|
"aria-disabled": x || $,
|
|
835
835
|
style: le,
|
|
836
836
|
..._e,
|
|
837
|
-
children: /* @__PURE__ */
|
|
837
|
+
children: /* @__PURE__ */ l.jsx(bt, { ...R })
|
|
838
838
|
}
|
|
839
839
|
);
|
|
840
840
|
}
|
|
@@ -847,11 +847,11 @@ var Ye = { exports: {} };
|
|
|
847
847
|
http://jedwatson.github.io/classnames
|
|
848
848
|
*/
|
|
849
849
|
var mt;
|
|
850
|
-
function
|
|
850
|
+
function Ga() {
|
|
851
851
|
return mt || (mt = 1, function(t) {
|
|
852
852
|
(function() {
|
|
853
|
-
var
|
|
854
|
-
function
|
|
853
|
+
var r = {}.hasOwnProperty;
|
|
854
|
+
function a() {
|
|
855
855
|
for (var s = "", c = 0; c < arguments.length; c++) {
|
|
856
856
|
var _ = arguments[c];
|
|
857
857
|
_ && (s = o(s, n(_)));
|
|
@@ -864,29 +864,29 @@ function Za() {
|
|
|
864
864
|
if (typeof s != "object")
|
|
865
865
|
return "";
|
|
866
866
|
if (Array.isArray(s))
|
|
867
|
-
return
|
|
867
|
+
return a.apply(null, s);
|
|
868
868
|
if (s.toString !== Object.prototype.toString && !s.toString.toString().includes("[native code]"))
|
|
869
869
|
return s.toString();
|
|
870
870
|
var c = "";
|
|
871
871
|
for (var _ in s)
|
|
872
|
-
|
|
872
|
+
r.call(s, _) && s[_] && (c = o(c, _));
|
|
873
873
|
return c;
|
|
874
874
|
}
|
|
875
875
|
function o(s, c) {
|
|
876
876
|
return c ? s ? s + " " + c : s + c : s;
|
|
877
877
|
}
|
|
878
|
-
t.exports ? (
|
|
878
|
+
t.exports ? (a.default = a, t.exports = a) : window.classNames = a;
|
|
879
879
|
})();
|
|
880
880
|
}(Ye)), Ye.exports;
|
|
881
881
|
}
|
|
882
|
-
var
|
|
883
|
-
const he = /* @__PURE__ */
|
|
884
|
-
avatar:
|
|
885
|
-
clickable:
|
|
886
|
-
icon:
|
|
887
|
-
disabled:
|
|
888
|
-
image:
|
|
889
|
-
name:
|
|
882
|
+
var Za = Ga();
|
|
883
|
+
const he = /* @__PURE__ */ oa(Za), qa = "_avatar_1ob17_4", Ya = "_clickable_1ob17_23", Ja = "_icon_1ob17_40", Ka = "_disabled_1ob17_45", Xa = "_image_1ob17_51", Qa = "_name_1ob17_51", er = "_circle_1ob17_160", tr = "_square_1ob17_164", se = {
|
|
884
|
+
avatar: qa,
|
|
885
|
+
clickable: Ya,
|
|
886
|
+
icon: Ja,
|
|
887
|
+
disabled: Ka,
|
|
888
|
+
image: Xa,
|
|
889
|
+
name: Qa,
|
|
890
890
|
"size-208": "_size-208_1ob17_104",
|
|
891
891
|
"size-96": "_size-96_1ob17_111",
|
|
892
892
|
"size-84": "_size-84_1ob17_118",
|
|
@@ -895,8 +895,8 @@ const he = /* @__PURE__ */ ia(qa), Ya = "_avatar_1ob17_4", Ja = "_clickable_1ob1
|
|
|
895
895
|
"size-40": "_size-40_1ob17_139",
|
|
896
896
|
"size-32": "_size-32_1ob17_146",
|
|
897
897
|
"size-24": "_size-24_1ob17_153",
|
|
898
|
-
circle:
|
|
899
|
-
square:
|
|
898
|
+
circle: er,
|
|
899
|
+
square: tr,
|
|
900
900
|
"variant-filled": "_variant-filled_1ob17_185",
|
|
901
901
|
"color-brand": "_color-brand_1ob17_190",
|
|
902
902
|
"color-red": "_color-red_1ob17_194",
|
|
@@ -911,19 +911,19 @@ const he = /* @__PURE__ */ ia(qa), Ya = "_avatar_1ob17_4", Ja = "_clickable_1ob1
|
|
|
911
911
|
"variant-light": "_variant-light_1ob17_232",
|
|
912
912
|
"variant-outline": "_variant-outline_1ob17_304"
|
|
913
913
|
}, yt = 99;
|
|
914
|
-
function
|
|
914
|
+
function ar(t) {
|
|
915
915
|
return t < yt ? `+${t}` : `${yt}+`;
|
|
916
916
|
}
|
|
917
|
-
function
|
|
918
|
-
const
|
|
919
|
-
let
|
|
920
|
-
for (let n = 0; n <
|
|
921
|
-
const o =
|
|
922
|
-
|
|
917
|
+
function $t(t) {
|
|
918
|
+
const r = typeof t == "string" ? t : JSON.stringify(t);
|
|
919
|
+
let a = 5381;
|
|
920
|
+
for (let n = 0; n < r.length; n++) {
|
|
921
|
+
const o = r.charCodeAt(n);
|
|
922
|
+
a = (a << 5) + a + o;
|
|
923
923
|
}
|
|
924
|
-
return
|
|
924
|
+
return a >>> 0;
|
|
925
925
|
}
|
|
926
|
-
const
|
|
926
|
+
const rr = [
|
|
927
927
|
"red",
|
|
928
928
|
"orange",
|
|
929
929
|
"yellow",
|
|
@@ -932,26 +932,26 @@ const nr = [
|
|
|
932
932
|
"lightblue",
|
|
933
933
|
"purple"
|
|
934
934
|
];
|
|
935
|
-
function
|
|
936
|
-
const
|
|
937
|
-
return
|
|
935
|
+
function nr(t, r = rr) {
|
|
936
|
+
const a = $t(t), n = Math.abs(a) % r.length;
|
|
937
|
+
return r[n];
|
|
938
938
|
}
|
|
939
939
|
const vt = 2;
|
|
940
|
-
function
|
|
941
|
-
const
|
|
942
|
-
return
|
|
940
|
+
function sr(t) {
|
|
941
|
+
const r = t.split(" ");
|
|
942
|
+
return r.length === 1 ? t.slice(0, vt).toUpperCase() : r.map((a) => a[0]).slice(0, vt).join("").toUpperCase();
|
|
943
943
|
}
|
|
944
|
-
function
|
|
945
|
-
return
|
|
944
|
+
function or(t, r) {
|
|
945
|
+
return r === "circle" ? t / 2 : t === 24 || t === 208 ? 8 : t === 32 || t === 40 || t === 48 ? 12 : t === 56 ? 16 : t === 84 || t === 96 ? 24 : 12;
|
|
946
946
|
}
|
|
947
|
-
const lr = "data:image/svg+xml,%3csvg%20opacity='0.9'%20preserveAspectRatio='xMinYMin%20meet'%20viewBox='0%200%20208%20208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cfilter%20id='shadowW'%20filterUnits='userSpaceOnUse'%3e%3cfeDropShadow%20dx='-2'%20dy='-1'%20stdDeviation='5'%20flood-color='rgba(0,0,0,0.5)'/%3e%3c/filter%3e%3c/defs%3e%3cg%20filter='url(%23shadowW)'%3e%3cpath%20d='M23.9835%20174.59L113.41%20157.735L225.224%20191.671C225.224%20191.671%20250.259%20479.463%20243.525%20478.31C236.655%20477.167%20-7.79434%20482.039%20-8.17876%20476.943C-8.56308%20471.849%20-34.4445%20341.701%20-34.4445%20341.701L23.9835%20174.59Z'%20fill='darkgrey'/%3e%3cpath%20d='M-54.5558%20212.781C-85.688%20282.842%20-94.2122%20303.839%20-94.2122%20303.839L-213.504%20213.002C-214.953%20197.465%20-218.637%20181.68%20-225.636%20167.806C-234.412%20150.606%20-246.154%20149.138%20-259.595%20136.166C-267.368%20128.583%20-275.073%20140.242%20-267.3%20147.825L-259.338%20156.087C-258.869%20160.482%20-255.518%20171.861%20-254.634%20176.226C-267.475%20165.702%20-284.704%20150.246%20-300.665%20144.25C-305.079%20142.644%20-308.958%20144.46%20-311.08%20147.528C-314.628%20148.211%20-317.292%20151.458%20-317.858%20154.963C-321.103%20157.839%20-322.625%20163.354%20-319.254%20167.67C-321.407%20170.323%20-322.376%20173.998%20-320.433%20177.728C-320.274%20177.993%20-320.127%20178.12%20-320.106%20178.395C-320.997%20179.432%20-319.498%20182.78%20-320.337%20184.506C-324.035%20192.401%20-309.357%20221.757%20-285.221%20235.167C-277.291%20250.355%20-262.477%20259.485%20-261.354%20259.677C-234.512%20290.608%20-141.301%20400.999%20-97.2451%20436.169C-47.2868%20476.158%20-12.9855%20418.735%2010.6424%20317.115C34.2598%20215.358%2037.6457%20181.315%2037.6457%20181.315L116.374%20158.482C14.4423%20160.079%20-23.2964%20142.572%20-54.5558%20212.781Z'%20fill='darkgrey'/%3e%3cpath%20d='M116.781%20158.313L114.885%20158.871L61.4974%20174.391L38.0516%20181.145C38.0516%20181.145%2034.6758%20215.325%2011.0481%20316.945C9.47097%20323.572%207.88344%20330.061%206.27525%20336.275C-22.5942%20315.191%20-52.217%20295.131%20-82.0946%20275.368C-75.9632%20261.197%20-67.1116%20240.867%20-54.4359%20212.493C-30.4015%20158.477%20-2.57835%20156.516%2055.793%20157.512C72.5674%20157.77%2091.7239%20158.403%20114.133%20158.096C114.98%20158.309%20115.807%20158.247%20116.781%20158.313Z'%20fill='darkgrey'/%3e%3cpath%20d='M113.269%20157.745C175.26%20159.023%20252.771%20143.897%20266.382%20199.504C279.867%20255.26%20288.576%20280.774%20295.899%20320.932C303.221%20361.091%20322.043%20408.689%20271.897%20417.595C221.75%20426.502%20106.238%20444.495%20106.238%20444.495L78.8767%20384.662C78.8767%20384.662%20170.648%20343.813%20200.242%20332.303L185.17%20211.448L113.269%20157.745Z'%20fill='darkgrey'/%3e%3cpath%20d='M292.122%20302.108C260.506%20305.187%20228.942%20308.953%20198.219%20316.533L185.178%20211.585L140.855%20178.374L114.874%20158.871L114.144%20158.372L113.266%20157.746C127.138%20158.084%20141.774%20157.534%20156.283%20157.131C206.726%20155.818%20255.78%20156.271%20266.252%20199.654C277.643%20246.012%20285.665%20271.578%20292.122%20302.108Z'%20fill='darkgrey'/%3e%3cpath%20d='M108.001%20172.269C119.623%20168.485%20130.939%20164.308%20142.395%20160.12L112.224%20101.608L68.8441%20124.959C69.7222%20125.585%2079.0944%20154.372%2086.547%20177.904C93.7406%20175.977%20100.965%20174.463%20108.001%20172.269Z'%20fill='white'/%3e%3cpath%20d='M99.3655%20112.96C99.0934%20111.18%2098.8213%20109.401%2098.2722%20107.642L68.9864%20125.083C69.5682%20125.455%2073.8492%20138.148%2078.7406%20153.426C89.4856%20141.676%2097.5757%20127.773%2099.3655%20112.96Z'%20fill='darkgrey'/%3e%3cpath%20d='M144.524%2069.1209C143.075%2053.5829%20118.601%2039.3668%2099.9856%2038.5556C91.9262%2038.1943%2089.5107%2031.8684%2086.0605%2037.5291C77.5782%2051.7392%2049.6837%2094.9694%2052.2654%20110.837C56.0862%20133.951%2084.5691%20137.063%20102.228%20127.008C120.022%20116.942%20146.6%2091.1195%20144.524%2069.1209Z'%20fill='white'/%3e%3cpath%20d='M145.753%2072.4915C147.93%2068.3116%20146.317%2063.4483%20142.804%2060.944C142.656%2060.8166%20142.656%2060.8166%20142.507%2060.6894C143.028%2052.8957%20136.915%2047.1257%20129.979%2046.9567C129.007%2045.0914%20127.379%2043.691%20125.24%2042.883C124.903%2042.0778%20124.575%2041.4101%20123.982%2040.9009C122.651%2039.7551%20121.095%2039.3187%20119.441%2039.4435C118.081%2036.0843%20115.925%2033.2005%20112.495%2031.7977C110.348%2030.8519%20108.027%2031.304%20106.311%2032.4027C102.006%2028.5734%2096.789%2025.5051%2091.8112%2025.6038C89.736%2025.6218%2085.678%2026.8973%2084.2724%2032.1268C82.1968%2032.1449%2080.3522%2033.3917%2079.5546%2035.6676C78.427%2039.0759%2080.339%2042.3935%2083.1109%2044.2613C84.719%2045.3863%2086.9841%2046.0462%2089.0391%2045.7526C95.9026%2052.2969%20114.028%2063.1149%20118.148%2062.6657C115.532%2070.202%20113.218%2087.2698%20122.007%2088.1299C124.21%2095.3028%20116.99%20107.894%20121.368%20112.688C129.639%20104.863%20137.246%2095.5655%20141.359%2085.8391C141.496%2085.8288%20141.772%2085.808%20142.047%2085.7872C148.14%2083.9429%20149.527%2076.6377%20145.753%2072.4915Z'%20fill='darkgrey'/%3e%3cpath%20d='M140.151%20104.76C141.594%2096.3432%20132.67%2086.3542%20121.049%2088.3387C116.251%2096.3166%20111.305%20104.167%20106.21%20111.89C109.317%20116.364%20118.141%20121.376%20125.535%20120.264C133.872%20118.804%20138.613%20113.738%20140.151%20104.76Z'%20fill='white'/%3e%3cpath%20d='M156.755%20156.883C153.217%20165.043%20147.805%20172.237%20141.188%20178.136C133.925%20184.639%20125.011%20189.465%20114.809%20191.896C95.2214%20196.558%2072.2825%20189.842%2061.6836%20174.164C58.5559%20169.414%2056.4778%20163.894%2056%20157.561C72.7744%20157.818%2091.9311%20158.451%20114.34%20158.144L113.462%20157.519C127.463%20157.709%20142.098%20157.159%20156.755%20156.883Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e", cr = "data:image/svg+xml,%3csvg%20viewBox='0%200%20208%20208'%20opacity='0.9'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23shadow)'%3e%3cpath%20filter='url(%23shadow)'%20d='M127.173%2079.8894C127.189%2079.1933%20128.026%2079.1201%20128.436%2079.4316C128.754%2079.6091%20128.895%2080.1021%20128.809%2080.5518C129.241%2083.1982%20129.581%2085.7106%20130.013%2088.357C136.835%2079.7558%20149.235%2076.9989%20158.979%2083.174C168.086%2088.9941%20171.001%20111.745%20135.501%20120.502C131.5%20123.502%20117%20125.002%20111.753%20103.279C111.682%2093.2427%20118.526%2084.529%20127.173%2079.8894Z'%20fill='darkgrey'/%3e%3cpath%20d='M28.0441%20167.788C21.826%20195.052%2018.7311%20223.361%2014.1881%20250.885C9.42226%20279.982%204.68042%20308.967%20-0.0853729%20338.064L-1.00047%20342.848C14.5039%20346.419%2030.8401%20350.407%2046.3671%20353.868C90.9428%20363.918%20134.837%20376.598%20179.293%20387.201C200.345%20337.142%20219.778%20286.027%20235.82%20234.041C243.806%20208.213%20244.758%20181.282%20225.443%20160.043C216.099%20149.841%20204.347%20143.858%20191.629%20140.212C188.924%20139.377%20186.108%20138.517%20183.355%20137.905C179.635%20136.959%20175.781%20136.1%20171.989%20135.487C167.45%20134.592%20162.753%20133.893%20158.277%20133.243L127.871%20128.671L116.251%20126.895C115.457%20126.833%20114.686%20126.662%20113.915%20126.49C102.87%20124.724%2091.7381%20122.824%2080.6188%20123.013C69.1682%20123.13%2056.9012%20125.964%2047.8363%20133.224C36.9821%20141.825%2031.1109%20154.087%2028.0441%20167.788Z'%20fill='darkgrey'/%3e%3cpath%20d='M103.74%20123.732L95.6984%20197.532C95.6984%20197.532%20137.13%20157.315%20158.742%20133.268C155.051%20132.316%20151.227%20131.449%20147.465%20130.831C142.962%20129.929%20138.302%20129.224%20133.861%20128.569L103.74%20123.732Z'%20fill='white'/%3e%3cpath%20d='M97.8143%20115.298C99.0227%20116.625%20108.229%20179.332%20108.229%20179.332L148.012%20142.157L129%20100L97.8143%20115.298Z'%20fill='white'/%3e%3cpath%20d='M101.71%20148.534C100.068%20137.868%2098.402%20127.706%2098.0001%20127.274L112.673%20122C113.831%20131.449%20108.467%20141.173%20101.71%20148.534Z'%20fill='grey'/%3e%3cpath%20d='M121.545%2040.7383C111.161%2030.599%2085.3871%2035.4814%2071.93%2046.2862C66.0912%2051.0172%2060.5415%2047.9025%2061.6427%2054.0842C64.3767%2069.3597%2074.0239%20120.283%2082.7631%20126.794C100.374%20139.728%20121.191%20125.699%20127.329%20107.658C133.554%2089.7517%20136.293%2055.2372%20121.545%2040.7383Z'%20fill='white'/%3e%3cpath%20d='M56.0176%2041.9837C61.9834%2036.7831%2074.9427%2037.4243%2081.3074%2039.639C95.1733%2033.9235%20112.672%2032.6801%20120.968%2040.1438C131.22%2049.4771%20133.446%2067.5345%20132.042%2083.8281C125.848%2083.0025%20122.779%2078.6471%20116.718%2075.0286C97.7466%2073.2611%2084.9353%2061.0313%2082.042%2054.2301C78.3492%2058.2067%2063.3398%2059.3993%2058.12%2055.1646C51.1278%2048.7596%2054.1283%2043.6248%2056.0176%2041.9837Z'%20fill='darkgrey'/%3e%3cpath%20d='M142.838%2074.8316C138.561%2067.841%20123.674%2066.785%20116.5%2075.5006C118.078%2084.3219%20121.503%2092.5524%20122.726%20101.41C127.77%20102.657%20137.388%20100.869%20141.908%2095.386C147.168%2089.1414%20147.462%2082.3637%20142.838%2074.8316Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='shadow'%3e%3cfeDropShadow%20dx='0'%20dy='0'%20stdDeviation='3'%20flood-color='rgba(0,0,0,0.3)'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e", dr = "data:image/svg+xml,%3csvg%20opacity='0.9'%20viewBox='0%200%20208%20208'%20fill='currentColor'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cmask%20id='hole'%3e%3crect%20width='100%25'%20height='100%25'%20fill='white'/%3e%3ccircle%20cx='121.333'%20cy='121.333'%20r='52'%20fill='black'/%3e%3c/mask%3e%3cfilter%20id='shadow'%3e%3cfeDropShadow%20dx='-2'%20dy='-1'%20stdDeviation='10'%20flood-color='rgba(0,0,0,0.2)'/%3e%3c/filter%3e%3c/defs%3e%3cg%20filter='url(%23shadow)'%3e%3ccircle%20cx='104'%20cy='225.333'%20r='95.3333'%20fill='darkgray'/%3e%3ccircle%20cx='104'%20cy='225.333'%20r='95.3333'%20fill='white'%20mask='url(%23hole)'/%3e%3ccircle%20cx='104'%20cy='86.6666'%20r='52'%20fill='white'/%3e%3c/g%3e%3c/svg%3e", ur = "data:image/svg+xml,%3csvg%20opacity='0.9'%20viewBox='0%200%20208%20208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23shadow)'%3e%3cpath%20d='M168%20208V118.053C168%20113.824%20165.34%20110.052%20161.356%20108.633L134%2098.885V208H168Z'%20fill='darkgrey'/%3e%3cpath%20d='M40%2072.3726C40%2070.7381%2040.9944%2069.268%2042.5116%2068.6598L111.951%2040.8215C113.226%2040.3102%20114.675%2040.4893%20115.787%2041.2958L129.87%2051.5056C132.464%2053.3866%20134%2056.397%20134%2059.6017V208H40V72.3726Z'%20fill='white'/%3e%3cpath%20d='M114%2047.5001L126.325%2056.3036C127.376%2057.0544%20128%2058.2667%20128%2059.5585V208H114V47.5001Z'%20fill='darkgrey'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='shadow'%3e%3cfeDropShadow%20dx='-2'%20dy='-1'%20stdDeviation='7'%20flood-color='rgba(0,0,0,0.2)'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e", _r = {
|
|
948
|
-
male:
|
|
949
|
-
female:
|
|
950
|
-
org:
|
|
951
|
-
neutral:
|
|
952
|
-
}, Qe = K((t,
|
|
947
|
+
const ir = "data:image/svg+xml,%3csvg%20opacity='0.9'%20preserveAspectRatio='xMinYMin%20meet'%20viewBox='0%200%20208%20208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cfilter%20id='shadowW'%20filterUnits='userSpaceOnUse'%3e%3cfeDropShadow%20dx='-2'%20dy='-1'%20stdDeviation='5'%20flood-color='rgba(0,0,0,0.5)'/%3e%3c/filter%3e%3c/defs%3e%3cg%20filter='url(%23shadowW)'%3e%3cpath%20d='M23.9835%20174.59L113.41%20157.735L225.224%20191.671C225.224%20191.671%20250.259%20479.463%20243.525%20478.31C236.655%20477.167%20-7.79434%20482.039%20-8.17876%20476.943C-8.56308%20471.849%20-34.4445%20341.701%20-34.4445%20341.701L23.9835%20174.59Z'%20fill='darkgrey'/%3e%3cpath%20d='M-54.5558%20212.781C-85.688%20282.842%20-94.2122%20303.839%20-94.2122%20303.839L-213.504%20213.002C-214.953%20197.465%20-218.637%20181.68%20-225.636%20167.806C-234.412%20150.606%20-246.154%20149.138%20-259.595%20136.166C-267.368%20128.583%20-275.073%20140.242%20-267.3%20147.825L-259.338%20156.087C-258.869%20160.482%20-255.518%20171.861%20-254.634%20176.226C-267.475%20165.702%20-284.704%20150.246%20-300.665%20144.25C-305.079%20142.644%20-308.958%20144.46%20-311.08%20147.528C-314.628%20148.211%20-317.292%20151.458%20-317.858%20154.963C-321.103%20157.839%20-322.625%20163.354%20-319.254%20167.67C-321.407%20170.323%20-322.376%20173.998%20-320.433%20177.728C-320.274%20177.993%20-320.127%20178.12%20-320.106%20178.395C-320.997%20179.432%20-319.498%20182.78%20-320.337%20184.506C-324.035%20192.401%20-309.357%20221.757%20-285.221%20235.167C-277.291%20250.355%20-262.477%20259.485%20-261.354%20259.677C-234.512%20290.608%20-141.301%20400.999%20-97.2451%20436.169C-47.2868%20476.158%20-12.9855%20418.735%2010.6424%20317.115C34.2598%20215.358%2037.6457%20181.315%2037.6457%20181.315L116.374%20158.482C14.4423%20160.079%20-23.2964%20142.572%20-54.5558%20212.781Z'%20fill='darkgrey'/%3e%3cpath%20d='M116.781%20158.313L114.885%20158.871L61.4974%20174.391L38.0516%20181.145C38.0516%20181.145%2034.6758%20215.325%2011.0481%20316.945C9.47097%20323.572%207.88344%20330.061%206.27525%20336.275C-22.5942%20315.191%20-52.217%20295.131%20-82.0946%20275.368C-75.9632%20261.197%20-67.1116%20240.867%20-54.4359%20212.493C-30.4015%20158.477%20-2.57835%20156.516%2055.793%20157.512C72.5674%20157.77%2091.7239%20158.403%20114.133%20158.096C114.98%20158.309%20115.807%20158.247%20116.781%20158.313Z'%20fill='darkgrey'/%3e%3cpath%20d='M113.269%20157.745C175.26%20159.023%20252.771%20143.897%20266.382%20199.504C279.867%20255.26%20288.576%20280.774%20295.899%20320.932C303.221%20361.091%20322.043%20408.689%20271.897%20417.595C221.75%20426.502%20106.238%20444.495%20106.238%20444.495L78.8767%20384.662C78.8767%20384.662%20170.648%20343.813%20200.242%20332.303L185.17%20211.448L113.269%20157.745Z'%20fill='darkgrey'/%3e%3cpath%20d='M292.122%20302.108C260.506%20305.187%20228.942%20308.953%20198.219%20316.533L185.178%20211.585L140.855%20178.374L114.874%20158.871L114.144%20158.372L113.266%20157.746C127.138%20158.084%20141.774%20157.534%20156.283%20157.131C206.726%20155.818%20255.78%20156.271%20266.252%20199.654C277.643%20246.012%20285.665%20271.578%20292.122%20302.108Z'%20fill='darkgrey'/%3e%3cpath%20d='M108.001%20172.269C119.623%20168.485%20130.939%20164.308%20142.395%20160.12L112.224%20101.608L68.8441%20124.959C69.7222%20125.585%2079.0944%20154.372%2086.547%20177.904C93.7406%20175.977%20100.965%20174.463%20108.001%20172.269Z'%20fill='white'/%3e%3cpath%20d='M99.3655%20112.96C99.0934%20111.18%2098.8213%20109.401%2098.2722%20107.642L68.9864%20125.083C69.5682%20125.455%2073.8492%20138.148%2078.7406%20153.426C89.4856%20141.676%2097.5757%20127.773%2099.3655%20112.96Z'%20fill='darkgrey'/%3e%3cpath%20d='M144.524%2069.1209C143.075%2053.5829%20118.601%2039.3668%2099.9856%2038.5556C91.9262%2038.1943%2089.5107%2031.8684%2086.0605%2037.5291C77.5782%2051.7392%2049.6837%2094.9694%2052.2654%20110.837C56.0862%20133.951%2084.5691%20137.063%20102.228%20127.008C120.022%20116.942%20146.6%2091.1195%20144.524%2069.1209Z'%20fill='white'/%3e%3cpath%20d='M145.753%2072.4915C147.93%2068.3116%20146.317%2063.4483%20142.804%2060.944C142.656%2060.8166%20142.656%2060.8166%20142.507%2060.6894C143.028%2052.8957%20136.915%2047.1257%20129.979%2046.9567C129.007%2045.0914%20127.379%2043.691%20125.24%2042.883C124.903%2042.0778%20124.575%2041.4101%20123.982%2040.9009C122.651%2039.7551%20121.095%2039.3187%20119.441%2039.4435C118.081%2036.0843%20115.925%2033.2005%20112.495%2031.7977C110.348%2030.8519%20108.027%2031.304%20106.311%2032.4027C102.006%2028.5734%2096.789%2025.5051%2091.8112%2025.6038C89.736%2025.6218%2085.678%2026.8973%2084.2724%2032.1268C82.1968%2032.1449%2080.3522%2033.3917%2079.5546%2035.6676C78.427%2039.0759%2080.339%2042.3935%2083.1109%2044.2613C84.719%2045.3863%2086.9841%2046.0462%2089.0391%2045.7526C95.9026%2052.2969%20114.028%2063.1149%20118.148%2062.6657C115.532%2070.202%20113.218%2087.2698%20122.007%2088.1299C124.21%2095.3028%20116.99%20107.894%20121.368%20112.688C129.639%20104.863%20137.246%2095.5655%20141.359%2085.8391C141.496%2085.8288%20141.772%2085.808%20142.047%2085.7872C148.14%2083.9429%20149.527%2076.6377%20145.753%2072.4915Z'%20fill='darkgrey'/%3e%3cpath%20d='M140.151%20104.76C141.594%2096.3432%20132.67%2086.3542%20121.049%2088.3387C116.251%2096.3166%20111.305%20104.167%20106.21%20111.89C109.317%20116.364%20118.141%20121.376%20125.535%20120.264C133.872%20118.804%20138.613%20113.738%20140.151%20104.76Z'%20fill='white'/%3e%3cpath%20d='M156.755%20156.883C153.217%20165.043%20147.805%20172.237%20141.188%20178.136C133.925%20184.639%20125.011%20189.465%20114.809%20191.896C95.2214%20196.558%2072.2825%20189.842%2061.6836%20174.164C58.5559%20169.414%2056.4778%20163.894%2056%20157.561C72.7744%20157.818%2091.9311%20158.451%20114.34%20158.144L113.462%20157.519C127.463%20157.709%20142.098%20157.159%20156.755%20156.883Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e", lr = "data:image/svg+xml,%3csvg%20viewBox='0%200%20208%20208'%20opacity='0.9'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23shadow)'%3e%3cpath%20filter='url(%23shadow)'%20d='M127.173%2079.8894C127.189%2079.1933%20128.026%2079.1201%20128.436%2079.4316C128.754%2079.6091%20128.895%2080.1021%20128.809%2080.5518C129.241%2083.1982%20129.581%2085.7106%20130.013%2088.357C136.835%2079.7558%20149.235%2076.9989%20158.979%2083.174C168.086%2088.9941%20171.001%20111.745%20135.501%20120.502C131.5%20123.502%20117%20125.002%20111.753%20103.279C111.682%2093.2427%20118.526%2084.529%20127.173%2079.8894Z'%20fill='darkgrey'/%3e%3cpath%20d='M28.0441%20167.788C21.826%20195.052%2018.7311%20223.361%2014.1881%20250.885C9.42226%20279.982%204.68042%20308.967%20-0.0853729%20338.064L-1.00047%20342.848C14.5039%20346.419%2030.8401%20350.407%2046.3671%20353.868C90.9428%20363.918%20134.837%20376.598%20179.293%20387.201C200.345%20337.142%20219.778%20286.027%20235.82%20234.041C243.806%20208.213%20244.758%20181.282%20225.443%20160.043C216.099%20149.841%20204.347%20143.858%20191.629%20140.212C188.924%20139.377%20186.108%20138.517%20183.355%20137.905C179.635%20136.959%20175.781%20136.1%20171.989%20135.487C167.45%20134.592%20162.753%20133.893%20158.277%20133.243L127.871%20128.671L116.251%20126.895C115.457%20126.833%20114.686%20126.662%20113.915%20126.49C102.87%20124.724%2091.7381%20122.824%2080.6188%20123.013C69.1682%20123.13%2056.9012%20125.964%2047.8363%20133.224C36.9821%20141.825%2031.1109%20154.087%2028.0441%20167.788Z'%20fill='darkgrey'/%3e%3cpath%20d='M103.74%20123.732L95.6984%20197.532C95.6984%20197.532%20137.13%20157.315%20158.742%20133.268C155.051%20132.316%20151.227%20131.449%20147.465%20130.831C142.962%20129.929%20138.302%20129.224%20133.861%20128.569L103.74%20123.732Z'%20fill='white'/%3e%3cpath%20d='M97.8143%20115.298C99.0227%20116.625%20108.229%20179.332%20108.229%20179.332L148.012%20142.157L129%20100L97.8143%20115.298Z'%20fill='white'/%3e%3cpath%20d='M101.71%20148.534C100.068%20137.868%2098.402%20127.706%2098.0001%20127.274L112.673%20122C113.831%20131.449%20108.467%20141.173%20101.71%20148.534Z'%20fill='grey'/%3e%3cpath%20d='M121.545%2040.7383C111.161%2030.599%2085.3871%2035.4814%2071.93%2046.2862C66.0912%2051.0172%2060.5415%2047.9025%2061.6427%2054.0842C64.3767%2069.3597%2074.0239%20120.283%2082.7631%20126.794C100.374%20139.728%20121.191%20125.699%20127.329%20107.658C133.554%2089.7517%20136.293%2055.2372%20121.545%2040.7383Z'%20fill='white'/%3e%3cpath%20d='M56.0176%2041.9837C61.9834%2036.7831%2074.9427%2037.4243%2081.3074%2039.639C95.1733%2033.9235%20112.672%2032.6801%20120.968%2040.1438C131.22%2049.4771%20133.446%2067.5345%20132.042%2083.8281C125.848%2083.0025%20122.779%2078.6471%20116.718%2075.0286C97.7466%2073.2611%2084.9353%2061.0313%2082.042%2054.2301C78.3492%2058.2067%2063.3398%2059.3993%2058.12%2055.1646C51.1278%2048.7596%2054.1283%2043.6248%2056.0176%2041.9837Z'%20fill='darkgrey'/%3e%3cpath%20d='M142.838%2074.8316C138.561%2067.841%20123.674%2066.785%20116.5%2075.5006C118.078%2084.3219%20121.503%2092.5524%20122.726%20101.41C127.77%20102.657%20137.388%20100.869%20141.908%2095.386C147.168%2089.1414%20147.462%2082.3637%20142.838%2074.8316Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='shadow'%3e%3cfeDropShadow%20dx='0'%20dy='0'%20stdDeviation='3'%20flood-color='rgba(0,0,0,0.3)'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e", cr = "data:image/svg+xml,%3csvg%20opacity='0.9'%20viewBox='0%200%20208%20208'%20fill='currentColor'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cmask%20id='hole'%3e%3crect%20width='100%25'%20height='100%25'%20fill='white'/%3e%3ccircle%20cx='121.333'%20cy='121.333'%20r='52'%20fill='black'/%3e%3c/mask%3e%3cfilter%20id='shadow'%3e%3cfeDropShadow%20dx='-2'%20dy='-1'%20stdDeviation='10'%20flood-color='rgba(0,0,0,0.2)'/%3e%3c/filter%3e%3c/defs%3e%3cg%20filter='url(%23shadow)'%3e%3ccircle%20cx='104'%20cy='225.333'%20r='95.3333'%20fill='darkgray'/%3e%3ccircle%20cx='104'%20cy='225.333'%20r='95.3333'%20fill='white'%20mask='url(%23hole)'/%3e%3ccircle%20cx='104'%20cy='86.6666'%20r='52'%20fill='white'/%3e%3c/g%3e%3c/svg%3e", dr = "data:image/svg+xml,%3csvg%20opacity='0.9'%20viewBox='0%200%20208%20208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23shadow)'%3e%3cpath%20d='M168%20208V118.053C168%20113.824%20165.34%20110.052%20161.356%20108.633L134%2098.885V208H168Z'%20fill='darkgrey'/%3e%3cpath%20d='M40%2072.3726C40%2070.7381%2040.9944%2069.268%2042.5116%2068.6598L111.951%2040.8215C113.226%2040.3102%20114.675%2040.4893%20115.787%2041.2958L129.87%2051.5056C132.464%2053.3866%20134%2056.397%20134%2059.6017V208H40V72.3726Z'%20fill='white'/%3e%3cpath%20d='M114%2047.5001L126.325%2056.3036C127.376%2057.0544%20128%2058.2667%20128%2059.5585V208H114V47.5001Z'%20fill='darkgrey'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='shadow'%3e%3cfeDropShadow%20dx='-2'%20dy='-1'%20stdDeviation='7'%20flood-color='rgba(0,0,0,0.2)'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e", ur = {
|
|
948
|
+
male: ir,
|
|
949
|
+
female: lr,
|
|
950
|
+
org: dr,
|
|
951
|
+
neutral: cr
|
|
952
|
+
}, Qe = K((t, r) => {
|
|
953
953
|
const {
|
|
954
|
-
style:
|
|
954
|
+
style: a,
|
|
955
955
|
size: n = 40,
|
|
956
956
|
isLoading: o = !1,
|
|
957
957
|
isDisabled: s = !1,
|
|
@@ -966,7 +966,7 @@ const lr = "data:image/svg+xml,%3csvg%20opacity='0.9'%20preserveAspectRatio='xMi
|
|
|
966
966
|
colorScheme: v,
|
|
967
967
|
"data-testid": w,
|
|
968
968
|
...S
|
|
969
|
-
} = t, { onClick: C, onPointerDown: x } = S, T = !s && !o && (!!C || !!x), [A, O] = De(!p), R = p && !A ? "image" : h ? "icon" : f ? "name" : "placeholder", B = R === "name" ? v ||
|
|
969
|
+
} = t, { onClick: C, onPointerDown: x } = S, T = !s && !o && (!!C || !!x), [A, O] = De(!p), R = p && !A ? "image" : h ? "icon" : f ? "name" : "placeholder", B = R === "name" ? v || nr(f) : v || "gray", N = he(
|
|
970
970
|
se.avatar,
|
|
971
971
|
se[c],
|
|
972
972
|
se[`size-${n}`],
|
|
@@ -978,28 +978,28 @@ const lr = "data:image/svg+xml,%3csvg%20opacity='0.9'%20preserveAspectRatio='xMi
|
|
|
978
978
|
[se.clickable]: T
|
|
979
979
|
}
|
|
980
980
|
), F = {
|
|
981
|
-
icon: () => /* @__PURE__ */
|
|
982
|
-
name: () => /* @__PURE__ */
|
|
981
|
+
icon: () => /* @__PURE__ */ l.jsx("span", { "data-testid": "avatar-icon", title: g, role: "img", className: he(se.icon), children: h == null ? void 0 : h({}) }),
|
|
982
|
+
name: () => /* @__PURE__ */ l.jsx(
|
|
983
983
|
"span",
|
|
984
984
|
{
|
|
985
985
|
role: "textbox",
|
|
986
986
|
"data-testid": "avatar-name",
|
|
987
987
|
className: he(se.name),
|
|
988
988
|
title: g,
|
|
989
|
-
children:
|
|
989
|
+
children: sr(f)
|
|
990
990
|
}
|
|
991
991
|
),
|
|
992
|
-
placeholder: () => /* @__PURE__ */
|
|
992
|
+
placeholder: () => /* @__PURE__ */ l.jsx(
|
|
993
993
|
"img",
|
|
994
994
|
{
|
|
995
995
|
...b,
|
|
996
996
|
"data-testid": "avatar-placeholder",
|
|
997
997
|
className: se.image,
|
|
998
|
-
src:
|
|
998
|
+
src: ur[d],
|
|
999
999
|
alt: g
|
|
1000
1000
|
}
|
|
1001
1001
|
),
|
|
1002
|
-
image: () => /* @__PURE__ */
|
|
1002
|
+
image: () => /* @__PURE__ */ l.jsx(
|
|
1003
1003
|
"img",
|
|
1004
1004
|
{
|
|
1005
1005
|
"data-testid": "avatar-image",
|
|
@@ -1017,50 +1017,50 @@ const lr = "data:image/svg+xml,%3csvg%20opacity='0.9'%20preserveAspectRatio='xMi
|
|
|
1017
1017
|
}, y = (z) => {
|
|
1018
1018
|
T && (C == null || C(z));
|
|
1019
1019
|
};
|
|
1020
|
-
return /* @__PURE__ */
|
|
1020
|
+
return /* @__PURE__ */ l.jsx(
|
|
1021
1021
|
"div",
|
|
1022
1022
|
{
|
|
1023
|
-
ref:
|
|
1023
|
+
ref: r,
|
|
1024
1024
|
onClick: y,
|
|
1025
1025
|
className: N,
|
|
1026
|
-
style:
|
|
1026
|
+
style: a,
|
|
1027
1027
|
"data-testid": w,
|
|
1028
1028
|
"aria-disabled": s || o,
|
|
1029
1029
|
children: F[R](null)
|
|
1030
1030
|
}
|
|
1031
1031
|
);
|
|
1032
|
-
}),
|
|
1033
|
-
avatarGroup:
|
|
1032
|
+
}), _r = "_avatarGroup_157g4_1", pr = {
|
|
1033
|
+
avatarGroup: _r
|
|
1034
1034
|
};
|
|
1035
|
-
let
|
|
1036
|
-
function
|
|
1037
|
-
const _ = Math.min(o, s) / 2, d = Math.min(c, _), f = ["M0,0", `H${t}`, `V${
|
|
1038
|
-
`M${
|
|
1039
|
-
`L${
|
|
1035
|
+
let fr = (t = 21) => crypto.getRandomValues(new Uint8Array(t)).reduce((r, a) => (a &= 63, a < 36 ? r += a.toString(36) : a < 62 ? r += (a - 26).toString(36).toUpperCase() : a > 62 ? r += "-" : r += "_", r), "");
|
|
1036
|
+
function gr(t, r, a, n, o, s, c) {
|
|
1037
|
+
const _ = Math.min(o, s) / 2, d = Math.min(c, _), f = ["M0,0", `H${t}`, `V${r}`, "H0", "V0", "Z"].join(" "), p = [
|
|
1038
|
+
`M${a + d},${n}`,
|
|
1039
|
+
`L${a + o - d},${n}`,
|
|
1040
1040
|
// Верхний правый угол
|
|
1041
|
-
`A${d},${d} 0 0 1 ${
|
|
1042
|
-
`L${
|
|
1041
|
+
`A${d},${d} 0 0 1 ${a + o},${n + d}`,
|
|
1042
|
+
`L${a + o},${n + s - d}`,
|
|
1043
1043
|
// Нижний правый угол
|
|
1044
|
-
`A${d},${d} 0 0 1 ${
|
|
1045
|
-
`L${
|
|
1044
|
+
`A${d},${d} 0 0 1 ${a + o - d},${n + s}`,
|
|
1045
|
+
`L${a + d},${n + s}`,
|
|
1046
1046
|
// Нижний левый угол
|
|
1047
|
-
`A${d},${d} 0 0 1 ${
|
|
1048
|
-
`L${
|
|
1047
|
+
`A${d},${d} 0 0 1 ${a},${n + s - d}`,
|
|
1048
|
+
`L${a},${n + d}`,
|
|
1049
1049
|
// Верхний левый угол
|
|
1050
|
-
`A${d},${d} 0 0 1 ${
|
|
1050
|
+
`A${d},${d} 0 0 1 ${a + d},${n}`,
|
|
1051
1051
|
"Z"
|
|
1052
1052
|
].join(" ");
|
|
1053
1053
|
return `${f} ${p}`;
|
|
1054
1054
|
}
|
|
1055
|
-
const
|
|
1055
|
+
const hr = 2, br = (t) => {
|
|
1056
1056
|
const {
|
|
1057
|
-
avatars:
|
|
1058
|
-
overflowCount:
|
|
1057
|
+
avatars: r = [],
|
|
1058
|
+
overflowCount: a = 0,
|
|
1059
1059
|
size: n = 40,
|
|
1060
1060
|
overlap: o = 0.3,
|
|
1061
1061
|
shape: s = "circle",
|
|
1062
1062
|
overflowOnClick: c
|
|
1063
|
-
} = t, _ = n * o, d = -_ +
|
|
1063
|
+
} = t, _ = n * o, d = -_ + hr, f = or(n, s), g = ze(fr()).current.toString(), h = he(pr.avatarGroup), b = gr(
|
|
1064
1064
|
n,
|
|
1065
1065
|
n,
|
|
1066
1066
|
n - _,
|
|
@@ -1071,43 +1071,43 @@ const br = 2, mr = (t) => {
|
|
|
1071
1071
|
n,
|
|
1072
1072
|
f
|
|
1073
1073
|
);
|
|
1074
|
-
return
|
|
1075
|
-
|
|
1074
|
+
return r.length === 0 ? null : /* @__PURE__ */ l.jsxs("div", { className: h, children: [
|
|
1075
|
+
r.map((v, w, S) => {
|
|
1076
1076
|
const C = w + 1 >= S.length;
|
|
1077
|
-
return /* @__PURE__ */
|
|
1077
|
+
return /* @__PURE__ */ l.jsx(
|
|
1078
1078
|
"div",
|
|
1079
1079
|
{
|
|
1080
1080
|
style: {
|
|
1081
1081
|
// Для последнего видимого аватара без overflowCount не применяем обрезку
|
|
1082
|
-
clipPath: C && !
|
|
1082
|
+
clipPath: C && !a ? void 0 : `url(#${g})`,
|
|
1083
1083
|
marginRight: d
|
|
1084
1084
|
},
|
|
1085
|
-
children: /* @__PURE__ */
|
|
1085
|
+
children: /* @__PURE__ */ l.jsx(Qe, { size: n, shape: s, ...v })
|
|
1086
1086
|
},
|
|
1087
|
-
|
|
1087
|
+
$t(v) + w
|
|
1088
1088
|
);
|
|
1089
1089
|
}),
|
|
1090
|
-
|
|
1090
|
+
a > 0 && /* @__PURE__ */ l.jsx("div", { style: { marginRight: d }, children: /* @__PURE__ */ l.jsx(
|
|
1091
1091
|
Qe,
|
|
1092
1092
|
{
|
|
1093
1093
|
size: n,
|
|
1094
1094
|
shape: s,
|
|
1095
1095
|
onClick: c,
|
|
1096
|
-
icon: () =>
|
|
1096
|
+
icon: () => ar(a),
|
|
1097
1097
|
colorScheme: "gray"
|
|
1098
1098
|
}
|
|
1099
1099
|
) }),
|
|
1100
|
-
/* @__PURE__ */
|
|
1100
|
+
/* @__PURE__ */ l.jsx("svg", { width: "0", height: "0", children: /* @__PURE__ */ l.jsx("clipPath", { id: `${g}`, children: /* @__PURE__ */ l.jsx("path", { clipPathUnits: "objectBoundingBox", d: b, clipRule: "evenodd" }) }) })
|
|
1101
1101
|
] });
|
|
1102
|
-
},
|
|
1103
|
-
Group:
|
|
1104
|
-
}),
|
|
1105
|
-
wrapper:
|
|
1106
|
-
badge__container:
|
|
1107
|
-
badge__content:
|
|
1108
|
-
interactive:
|
|
1109
|
-
disabled:
|
|
1110
|
-
icon:
|
|
1102
|
+
}, Is = Object.assign(Qe, {
|
|
1103
|
+
Group: br
|
|
1104
|
+
}), mr = "_wrapper_1ncab_5", yr = "_badge__container_1ncab_6", vr = "_badge__content_1ncab_7", xr = "_interactive_1ncab_20", Cr = "_disabled_1ncab_21", wr = "_icon_1ncab_22", pe = {
|
|
1105
|
+
wrapper: mr,
|
|
1106
|
+
badge__container: yr,
|
|
1107
|
+
badge__content: vr,
|
|
1108
|
+
interactive: xr,
|
|
1109
|
+
disabled: Cr,
|
|
1110
|
+
icon: wr,
|
|
1111
1111
|
"variant-filled": "_variant-filled_1ncab_101",
|
|
1112
1112
|
"color-brand": "_color-brand_1ncab_106",
|
|
1113
1113
|
"color-red": "_color-red_1ncab_110",
|
|
@@ -1139,26 +1139,26 @@ const br = 2, mr = (t) => {
|
|
|
1139
1139
|
"position-bottom-center-inside": "_position-bottom-center-inside_1ncab_446",
|
|
1140
1140
|
"position-middle-left-inside": "_position-middle-left-inside_1ncab_452",
|
|
1141
1141
|
"position-middle-right-inside": "_position-middle-right-inside_1ncab_458"
|
|
1142
|
-
},
|
|
1142
|
+
}, Sr = (t) => t === "rgba(0, 0, 0, 0)" || t === "transparent" || t.startsWith("rgba") && t.endsWith(", 0)"), Er = (t) => {
|
|
1143
1143
|
if (!t) return null;
|
|
1144
|
-
let
|
|
1145
|
-
for (;
|
|
1146
|
-
const n = window.getComputedStyle(
|
|
1147
|
-
if (!
|
|
1148
|
-
|
|
1144
|
+
let r = t;
|
|
1145
|
+
for (; r; ) {
|
|
1146
|
+
const n = window.getComputedStyle(r).backgroundColor;
|
|
1147
|
+
if (!Sr(n)) return n;
|
|
1148
|
+
r = r.parentElement;
|
|
1149
1149
|
}
|
|
1150
1150
|
return null;
|
|
1151
|
-
},
|
|
1152
|
-
const t = ze(null), [
|
|
1151
|
+
}, Lr = () => {
|
|
1152
|
+
const t = ze(null), [r, a] = De(null);
|
|
1153
1153
|
return Re(() => {
|
|
1154
1154
|
if (t.current) {
|
|
1155
|
-
const n =
|
|
1156
|
-
|
|
1155
|
+
const n = Er(t.current);
|
|
1156
|
+
a(n);
|
|
1157
1157
|
}
|
|
1158
|
-
}, []), { ref: t, bgColor:
|
|
1159
|
-
},
|
|
1158
|
+
}, []), { ref: t, bgColor: r };
|
|
1159
|
+
}, js = K((t, r) => {
|
|
1160
1160
|
const {
|
|
1161
|
-
icon:
|
|
1161
|
+
icon: a,
|
|
1162
1162
|
children: n,
|
|
1163
1163
|
variant: o = "filled",
|
|
1164
1164
|
label: s,
|
|
@@ -1171,13 +1171,13 @@ const br = 2, mr = (t) => {
|
|
|
1171
1171
|
className: h,
|
|
1172
1172
|
"data-testid": b = "badge",
|
|
1173
1173
|
...v
|
|
1174
|
-
} = t, { onClick: w, onPointerDown: S } = v, { ref: C, bgColor: x } =
|
|
1174
|
+
} = t, { onClick: w, onPointerDown: S } = v, { ref: C, bgColor: x } = Lr(), $ = p || x, A = !g && (!!w || !!S), O = he(pe.badge__container, pe[`position-${d}`]), R = he(
|
|
1175
1175
|
h,
|
|
1176
1176
|
pe.badge__content,
|
|
1177
1177
|
pe[`color-${c}`],
|
|
1178
1178
|
pe[`variant-${o}`],
|
|
1179
1179
|
{
|
|
1180
|
-
[pe.icon]: !!
|
|
1180
|
+
[pe.icon]: !!a,
|
|
1181
1181
|
[pe.interactive]: A,
|
|
1182
1182
|
[pe.disabled]: g
|
|
1183
1183
|
}
|
|
@@ -1187,25 +1187,25 @@ const br = 2, mr = (t) => {
|
|
|
1187
1187
|
"--badge-offset-y": `${f.y}px`,
|
|
1188
1188
|
...$ && { "--badge-cutout-bg": $ },
|
|
1189
1189
|
...o === "transparent" && { "--badge-cutout-bg": "transparent" }
|
|
1190
|
-
}, N = (
|
|
1190
|
+
}, N = (a == null ? void 0 : a({})) || s, F = (y) => {
|
|
1191
1191
|
A && (w == null || w(y));
|
|
1192
1192
|
};
|
|
1193
|
-
return /* @__PURE__ */
|
|
1193
|
+
return /* @__PURE__ */ l.jsxs("div", { className: pe.wrapper, ref: C, "data-testid": b + "-wrapper", children: [
|
|
1194
1194
|
n,
|
|
1195
|
-
/* @__PURE__ */
|
|
1195
|
+
/* @__PURE__ */ l.jsx(
|
|
1196
1196
|
"span",
|
|
1197
1197
|
{
|
|
1198
1198
|
className: O,
|
|
1199
1199
|
style: B,
|
|
1200
1200
|
"data-testid": b + "-container",
|
|
1201
|
-
children: /* @__PURE__ */
|
|
1201
|
+
children: /* @__PURE__ */ l.jsx(
|
|
1202
1202
|
"span",
|
|
1203
1203
|
{
|
|
1204
1204
|
...v,
|
|
1205
1205
|
onClick: F,
|
|
1206
1206
|
className: R,
|
|
1207
1207
|
"data-testid": b + "-content",
|
|
1208
|
-
ref:
|
|
1208
|
+
ref: r,
|
|
1209
1209
|
"aria-disabled": g,
|
|
1210
1210
|
children: N
|
|
1211
1211
|
}
|
|
@@ -1213,43 +1213,43 @@ const br = 2, mr = (t) => {
|
|
|
1213
1213
|
}
|
|
1214
1214
|
)
|
|
1215
1215
|
] });
|
|
1216
|
-
}),
|
|
1217
|
-
container:
|
|
1218
|
-
image:
|
|
1219
|
-
loading:
|
|
1220
|
-
}, Rr = "
|
|
1221
|
-
loader:
|
|
1222
|
-
spin:
|
|
1223
|
-
accent:
|
|
1224
|
-
neutral:
|
|
1225
|
-
positive:
|
|
1226
|
-
negative:
|
|
1227
|
-
gray:
|
|
1228
|
-
special:
|
|
1229
|
-
contrast:
|
|
1230
|
-
container:
|
|
1231
|
-
overlay:
|
|
1232
|
-
"size-16": "_size-
|
|
1233
|
-
"size-24": "_size-
|
|
1234
|
-
"size-48": "_size-
|
|
1235
|
-
"size-64": "_size-
|
|
1236
|
-
"size-96": "_size-
|
|
1237
|
-
},
|
|
1216
|
+
}), Mr = "_container_chiat_7", $r = "_image_chiat_19", Ir = "_loading_chiat_28", Je = {
|
|
1217
|
+
container: Mr,
|
|
1218
|
+
image: $r,
|
|
1219
|
+
loading: Ir
|
|
1220
|
+
}, jr = "_loader_1tevf_1", Rr = "_spin_1tevf_1", kr = "_accent_1tevf_20", Tr = "_neutral_1tevf_24", Ar = "_positive_1tevf_28", Nr = "_negative_1tevf_32", Dr = "_gray_1tevf_36", Or = "_special_1tevf_40", Ur = "_contrast_1tevf_44", Pr = "_container_1tevf_48", Br = "_overlay_1tevf_56", Ne = {
|
|
1221
|
+
loader: jr,
|
|
1222
|
+
spin: Rr,
|
|
1223
|
+
accent: kr,
|
|
1224
|
+
neutral: Tr,
|
|
1225
|
+
positive: Ar,
|
|
1226
|
+
negative: Nr,
|
|
1227
|
+
gray: Dr,
|
|
1228
|
+
special: Or,
|
|
1229
|
+
contrast: Ur,
|
|
1230
|
+
container: Pr,
|
|
1231
|
+
overlay: Br,
|
|
1232
|
+
"size-16": "_size-16_1tevf_71",
|
|
1233
|
+
"size-24": "_size-24_1tevf_75",
|
|
1234
|
+
"size-48": "_size-48_1tevf_79",
|
|
1235
|
+
"size-64": "_size-64_1tevf_83",
|
|
1236
|
+
"size-96": "_size-96_1tevf_87"
|
|
1237
|
+
}, It = K(
|
|
1238
1238
|
({
|
|
1239
1239
|
size: t = 24,
|
|
1240
|
-
variant:
|
|
1241
|
-
className:
|
|
1240
|
+
variant: r = "accent",
|
|
1241
|
+
className: a,
|
|
1242
1242
|
"data-testid": n = "loader",
|
|
1243
1243
|
style: o,
|
|
1244
1244
|
...s
|
|
1245
1245
|
}, c) => {
|
|
1246
1246
|
const _ = he(
|
|
1247
1247
|
Ne.loader,
|
|
1248
|
-
Ne[
|
|
1248
|
+
Ne[r],
|
|
1249
1249
|
Ne[`size-${t}`],
|
|
1250
|
-
|
|
1250
|
+
a
|
|
1251
1251
|
);
|
|
1252
|
-
return /* @__PURE__ */
|
|
1252
|
+
return /* @__PURE__ */ l.jsx(
|
|
1253
1253
|
"svg",
|
|
1254
1254
|
{
|
|
1255
1255
|
ref: c,
|
|
@@ -1260,7 +1260,7 @@ const br = 2, mr = (t) => {
|
|
|
1260
1260
|
"data-testid": n,
|
|
1261
1261
|
style: o,
|
|
1262
1262
|
...s,
|
|
1263
|
-
children: /* @__PURE__ */
|
|
1263
|
+
children: /* @__PURE__ */ l.jsx(
|
|
1264
1264
|
"path",
|
|
1265
1265
|
{
|
|
1266
1266
|
d: "M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2",
|
|
@@ -1272,9 +1272,9 @@ const br = 2, mr = (t) => {
|
|
|
1272
1272
|
}
|
|
1273
1273
|
);
|
|
1274
1274
|
}
|
|
1275
|
-
),
|
|
1275
|
+
), Fr = K((t, r) => {
|
|
1276
1276
|
const {
|
|
1277
|
-
loading:
|
|
1277
|
+
loading: a = !1,
|
|
1278
1278
|
size: n = 24,
|
|
1279
1279
|
variant: o = "accent",
|
|
1280
1280
|
children: s,
|
|
@@ -1283,27 +1283,27 @@ const br = 2, mr = (t) => {
|
|
|
1283
1283
|
"data-testid": d,
|
|
1284
1284
|
...f
|
|
1285
1285
|
} = t, p = he(Ne.container, c);
|
|
1286
|
-
return /* @__PURE__ */
|
|
1286
|
+
return /* @__PURE__ */ l.jsxs("div", { ref: r, className: p, style: _, "data-testid": d, ...f, children: [
|
|
1287
1287
|
s,
|
|
1288
|
-
|
|
1288
|
+
a && /* @__PURE__ */ l.jsx("div", { className: Ne.overlay, children: /* @__PURE__ */ l.jsx(It, { size: n, variant: o, "data-testid": `${d}-spinner` }) })
|
|
1289
1289
|
] });
|
|
1290
|
-
}),
|
|
1291
|
-
|
|
1290
|
+
}), zr = K((t, r) => t.children ? /* @__PURE__ */ l.jsx(
|
|
1291
|
+
Fr,
|
|
1292
1292
|
{
|
|
1293
|
-
ref:
|
|
1293
|
+
ref: r,
|
|
1294
1294
|
...t
|
|
1295
1295
|
}
|
|
1296
|
-
) : /* @__PURE__ */
|
|
1296
|
+
) : /* @__PURE__ */ l.jsx(It, { ref: r, ...t })), Wr = ({ width: t = 48, height: r = 48, className: a, "data-testid": n }) => /* @__PURE__ */ l.jsx(
|
|
1297
1297
|
"svg",
|
|
1298
1298
|
{
|
|
1299
1299
|
width: t,
|
|
1300
|
-
height:
|
|
1300
|
+
height: r,
|
|
1301
1301
|
viewBox: "0 0 48 48",
|
|
1302
1302
|
fill: "none",
|
|
1303
1303
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1304
|
-
className:
|
|
1304
|
+
className: a,
|
|
1305
1305
|
"data-testid": n,
|
|
1306
|
-
children: /* @__PURE__ */
|
|
1306
|
+
children: /* @__PURE__ */ l.jsx(
|
|
1307
1307
|
"path",
|
|
1308
1308
|
{
|
|
1309
1309
|
d: "M32.4 42H13.8627C12.6511 42 12.0453 42 11.7648 41.7604C11.5214 41.5525 11.3922 41.2407 11.4173 40.9215C11.4462 40.5538 11.8746 40.1254 12.7314 39.2686L29.7373 22.2627C30.5293 21.4707 30.9253 21.0747 31.382 20.9263C31.7837 20.7958 32.2163 20.7958 32.618 20.9263C33.0747 21.0747 33.4707 21.4707 34.2627 22.2627L42 30V32.4M32.4 42C35.7603 42 37.4405 42 38.7239 41.346C39.8529 40.7708 40.7708 39.8529 41.346 38.7239C42 37.4405 42 35.7603 42 32.4M32.4 42H15.6C12.2397 42 10.5595 42 9.27606 41.346C8.14708 40.7708 7.2292 39.8529 6.65396 38.7239C6 37.4405 6 35.7603 6 32.4V15.6C6 12.2397 6 10.5595 6.65396 9.27606C7.2292 8.14708 8.14708 7.2292 9.27606 6.65396C10.5595 6 12.2397 6 15.6 6H32.4C35.7603 6 37.4405 6 38.7239 6.65396C39.8529 7.2292 40.7708 8.14708 41.346 9.27606C42 10.5595 42 12.2397 42 15.6V32.4M21 17C21 19.2091 19.2091 21 17 21C14.7909 21 13 19.2091 13 17C13 14.7909 14.7909 13 17 13C19.2091 13 21 14.7909 21 17Z",
|
|
@@ -1314,9 +1314,9 @@ const br = 2, mr = (t) => {
|
|
|
1314
1314
|
}
|
|
1315
1315
|
)
|
|
1316
1316
|
}
|
|
1317
|
-
),
|
|
1317
|
+
), Rs = K((t, r) => {
|
|
1318
1318
|
const {
|
|
1319
|
-
alt:
|
|
1319
|
+
alt: a = "",
|
|
1320
1320
|
loading: n = "lazy",
|
|
1321
1321
|
src: o,
|
|
1322
1322
|
isLoading: s = !1,
|
|
@@ -1342,12 +1342,12 @@ const br = 2, mr = (t) => {
|
|
|
1342
1342
|
},
|
|
1343
1343
|
[d]
|
|
1344
1344
|
), $ = {
|
|
1345
|
-
loader: /* @__PURE__ */
|
|
1346
|
-
/* @__PURE__ */
|
|
1347
|
-
/* @__PURE__ */
|
|
1345
|
+
loader: /* @__PURE__ */ l.jsxs(aa, { children: [
|
|
1346
|
+
/* @__PURE__ */ l.jsx(zr, { size: 48, variant: "special", "data-testid": `${_}-loader` }),
|
|
1347
|
+
/* @__PURE__ */ l.jsx(
|
|
1348
1348
|
"img",
|
|
1349
1349
|
{
|
|
1350
|
-
alt:
|
|
1350
|
+
alt: a,
|
|
1351
1351
|
src: o,
|
|
1352
1352
|
onLoad: C,
|
|
1353
1353
|
onError: x,
|
|
@@ -1355,12 +1355,12 @@ const br = 2, mr = (t) => {
|
|
|
1355
1355
|
}
|
|
1356
1356
|
)
|
|
1357
1357
|
] }),
|
|
1358
|
-
error: /* @__PURE__ */
|
|
1359
|
-
image: /* @__PURE__ */
|
|
1358
|
+
error: /* @__PURE__ */ l.jsx(Wr, { "data-testid": `${_}-fallback` }),
|
|
1359
|
+
image: /* @__PURE__ */ l.jsx(
|
|
1360
1360
|
"img",
|
|
1361
1361
|
{
|
|
1362
|
-
ref:
|
|
1363
|
-
alt:
|
|
1362
|
+
ref: r,
|
|
1363
|
+
alt: a,
|
|
1364
1364
|
"data-testid": _,
|
|
1365
1365
|
loading: n,
|
|
1366
1366
|
src: o,
|
|
@@ -1374,63 +1374,59 @@ const br = 2, mr = (t) => {
|
|
|
1374
1374
|
return;
|
|
1375
1375
|
}
|
|
1376
1376
|
h("loading");
|
|
1377
|
-
}, [o]), /* @__PURE__ */
|
|
1377
|
+
}, [o]), /* @__PURE__ */ l.jsxs("div", { className: Je.container, "data-testid": `${_}-container`, ...p, children: [
|
|
1378
1378
|
v && $.loader,
|
|
1379
1379
|
b && $.error,
|
|
1380
1380
|
w && $.image
|
|
1381
1381
|
] });
|
|
1382
|
-
}),
|
|
1383
|
-
locale:
|
|
1384
|
-
}),
|
|
1385
|
-
const t = na(
|
|
1382
|
+
}), Vr = {}, jt = ra({
|
|
1383
|
+
locale: Vr
|
|
1384
|
+
}), Hr = () => {
|
|
1385
|
+
const t = na(jt);
|
|
1386
1386
|
if (!t)
|
|
1387
1387
|
throw new Error("useConfig must be used within a ConfigProvider");
|
|
1388
1388
|
return t;
|
|
1389
|
-
},
|
|
1390
|
-
const { locale: t } =
|
|
1389
|
+
}, ks = () => {
|
|
1390
|
+
const { locale: t } = Hr();
|
|
1391
1391
|
return t;
|
|
1392
|
-
},
|
|
1392
|
+
}, Gr = {}, Zr = {}, qr = {}, Ts = ({
|
|
1393
1393
|
locale: t = {},
|
|
1394
|
-
theme:
|
|
1395
|
-
children:
|
|
1394
|
+
theme: r,
|
|
1395
|
+
children: a,
|
|
1396
1396
|
className: n
|
|
1397
|
-
}) =>
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
return Object.entries(a).forEach(([s, c]) => {
|
|
1401
|
-
o.style.setProperty(s, c);
|
|
1402
|
-
}), () => {
|
|
1403
|
-
Object.keys(a).forEach((s) => {
|
|
1404
|
-
o.style.removeProperty(s);
|
|
1405
|
-
});
|
|
1406
|
-
};
|
|
1407
|
-
}
|
|
1408
|
-
}, [a]), /* @__PURE__ */ i.jsxs(Mt, { children: [
|
|
1409
|
-
/* @__PURE__ */ i.jsx(
|
|
1397
|
+
}) => {
|
|
1398
|
+
const o = r ? { ...Object.fromEntries(Object.entries(r)) } : {};
|
|
1399
|
+
return /* @__PURE__ */ l.jsx(
|
|
1410
1400
|
"div",
|
|
1411
1401
|
{
|
|
1412
1402
|
"data-testid": "ConfigProvider-component",
|
|
1413
|
-
|
|
1403
|
+
style: o,
|
|
1404
|
+
className: ie(
|
|
1405
|
+
Gr,
|
|
1406
|
+
Zr,
|
|
1407
|
+
qr,
|
|
1408
|
+
n
|
|
1409
|
+
),
|
|
1410
|
+
children: /* @__PURE__ */ l.jsx(jt.Provider, { value: { locale: t }, children: a })
|
|
1414
1411
|
}
|
|
1415
|
-
)
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
dreamy: _n
|
|
1412
|
+
);
|
|
1413
|
+
}, As = {}, Yr = "_tag_1llsi_1", Jr = "_label_1llsi_16", Kr = "_iconWrapper_1llsi_20", Xr = "_medium_1llsi_27", Qr = "_large_1llsi_33", en = "_disabled_1llsi_43", tn = "_neutral_1llsi_47", an = "_positive_1llsi_53", rn = "_negative_1llsi_59", nn = "_warning_1llsi_65", sn = "_vivid_1llsi_71", on = "_special_1llsi_77", ln = "_accent_1llsi_84", cn = "_blue_1llsi_90", dn = "_lovely_1llsi_96", un = "_dreamy_1llsi_102", we = {
|
|
1414
|
+
tag: Yr,
|
|
1415
|
+
label: Jr,
|
|
1416
|
+
iconWrapper: Kr,
|
|
1417
|
+
medium: Xr,
|
|
1418
|
+
large: Qr,
|
|
1419
|
+
disabled: en,
|
|
1420
|
+
neutral: tn,
|
|
1421
|
+
positive: an,
|
|
1422
|
+
negative: rn,
|
|
1423
|
+
warning: nn,
|
|
1424
|
+
vivid: sn,
|
|
1425
|
+
special: on,
|
|
1426
|
+
accent: ln,
|
|
1427
|
+
blue: cn,
|
|
1428
|
+
lovely: dn,
|
|
1429
|
+
dreamy: un
|
|
1434
1430
|
}, We = {
|
|
1435
1431
|
"typography-title-1-semibold": "_typography-title-1-semibold_1lyxn_1",
|
|
1436
1432
|
"typography-title-2-semibold": "_typography-title-2-semibold_1lyxn_10",
|
|
@@ -1455,9 +1451,9 @@ const br = 2, mr = (t) => {
|
|
|
1455
1451
|
"typography-paragraph-2-regular": "_typography-paragraph-2-regular_1lyxn_176",
|
|
1456
1452
|
"typography-paragraph-3-regular": "_typography-paragraph-3-regular_1lyxn_185",
|
|
1457
1453
|
"typography-paragraph-4-regular": "_typography-paragraph-4-regular_1lyxn_194"
|
|
1458
|
-
},
|
|
1454
|
+
}, Ns = K((t, r) => {
|
|
1459
1455
|
const {
|
|
1460
|
-
className:
|
|
1456
|
+
className: a,
|
|
1461
1457
|
children: n,
|
|
1462
1458
|
componentStyle: o = "neutral",
|
|
1463
1459
|
size: s = "medium",
|
|
@@ -1469,7 +1465,7 @@ const br = 2, mr = (t) => {
|
|
|
1469
1465
|
slotEndWrapperProps: g = {},
|
|
1470
1466
|
"data-testid": h
|
|
1471
1467
|
} = t, { className: b, ...v } = p, { className: w, ...S } = g;
|
|
1472
|
-
return /* @__PURE__ */
|
|
1468
|
+
return /* @__PURE__ */ l.jsxs(
|
|
1473
1469
|
"div",
|
|
1474
1470
|
{
|
|
1475
1471
|
className: ie(
|
|
@@ -1481,44 +1477,44 @@ const br = 2, mr = (t) => {
|
|
|
1481
1477
|
[We["typography-label-3-regular"]]: s === "medium",
|
|
1482
1478
|
[We["typography-subtitle-1-semibold"]]: s === "large"
|
|
1483
1479
|
},
|
|
1484
|
-
|
|
1480
|
+
a
|
|
1485
1481
|
),
|
|
1486
1482
|
"data-testid": h || "tag-component",
|
|
1487
|
-
ref:
|
|
1483
|
+
ref: r,
|
|
1488
1484
|
children: [
|
|
1489
|
-
d && /* @__PURE__ */
|
|
1490
|
-
_ && /* @__PURE__ */
|
|
1491
|
-
f && /* @__PURE__ */
|
|
1485
|
+
d && /* @__PURE__ */ l.jsx("span", { className: ie([we.iconWrapper, b]), ...v, children: d }),
|
|
1486
|
+
_ && /* @__PURE__ */ l.jsx("span", { className: ie([we.label]), children: n }),
|
|
1487
|
+
f && /* @__PURE__ */ l.jsx("span", { className: ie([we.iconWrapper, w]), ...S, children: f })
|
|
1492
1488
|
]
|
|
1493
1489
|
}
|
|
1494
1490
|
);
|
|
1495
|
-
}),
|
|
1496
|
-
checkbox:
|
|
1497
|
-
input:
|
|
1498
|
-
icon:
|
|
1499
|
-
container:
|
|
1500
|
-
error:
|
|
1501
|
-
checkboxWrapper:
|
|
1502
|
-
medium:
|
|
1503
|
-
large:
|
|
1504
|
-
label:
|
|
1505
|
-
},
|
|
1491
|
+
}), _n = "_checkbox_qo5f5_43", pn = "_input_qo5f5_59", fn = "_icon_qo5f5_67", gn = "_container_qo5f5_84", hn = "_error_qo5f5_135", bn = "_checkboxWrapper_qo5f5_147", mn = "_medium_qo5f5_201", yn = "_large_qo5f5_206", vn = "_label_qo5f5_247", ge = {
|
|
1492
|
+
checkbox: _n,
|
|
1493
|
+
input: pn,
|
|
1494
|
+
icon: fn,
|
|
1495
|
+
container: gn,
|
|
1496
|
+
error: hn,
|
|
1497
|
+
checkboxWrapper: bn,
|
|
1498
|
+
medium: mn,
|
|
1499
|
+
large: yn,
|
|
1500
|
+
label: vn
|
|
1501
|
+
}, xn = ({
|
|
1506
1502
|
width: t = 12,
|
|
1507
|
-
height:
|
|
1508
|
-
className:
|
|
1503
|
+
height: r = 9,
|
|
1504
|
+
className: a = "",
|
|
1509
1505
|
color: n = "currentColor",
|
|
1510
1506
|
...o
|
|
1511
|
-
}) => /* @__PURE__ */
|
|
1507
|
+
}) => /* @__PURE__ */ l.jsx(
|
|
1512
1508
|
"svg",
|
|
1513
1509
|
{
|
|
1514
|
-
className:
|
|
1510
|
+
className: a,
|
|
1515
1511
|
width: t,
|
|
1516
|
-
height:
|
|
1512
|
+
height: r,
|
|
1517
1513
|
viewBox: "0 0 14 10",
|
|
1518
1514
|
fill: "none",
|
|
1519
1515
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1520
1516
|
...o,
|
|
1521
|
-
children: /* @__PURE__ */
|
|
1517
|
+
children: /* @__PURE__ */ l.jsx(
|
|
1522
1518
|
"path",
|
|
1523
1519
|
{
|
|
1524
1520
|
fillRule: "evenodd",
|
|
@@ -1528,23 +1524,23 @@ const br = 2, mr = (t) => {
|
|
|
1528
1524
|
}
|
|
1529
1525
|
)
|
|
1530
1526
|
}
|
|
1531
|
-
),
|
|
1527
|
+
), Cn = ({
|
|
1532
1528
|
width: t = 12,
|
|
1533
|
-
height:
|
|
1534
|
-
className:
|
|
1529
|
+
height: r = 2,
|
|
1530
|
+
className: a = "",
|
|
1535
1531
|
color: n = "currentColor",
|
|
1536
1532
|
...o
|
|
1537
|
-
}) => /* @__PURE__ */
|
|
1533
|
+
}) => /* @__PURE__ */ l.jsx(
|
|
1538
1534
|
"svg",
|
|
1539
1535
|
{
|
|
1540
|
-
className:
|
|
1536
|
+
className: a,
|
|
1541
1537
|
width: t,
|
|
1542
|
-
height:
|
|
1538
|
+
height: r,
|
|
1543
1539
|
viewBox: "0 0 12 2",
|
|
1544
1540
|
fill: "none",
|
|
1545
1541
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1546
1542
|
...o,
|
|
1547
|
-
children: /* @__PURE__ */
|
|
1543
|
+
children: /* @__PURE__ */ l.jsx(
|
|
1548
1544
|
"path",
|
|
1549
1545
|
{
|
|
1550
1546
|
fillRule: "evenodd",
|
|
@@ -1554,31 +1550,31 @@ const br = 2, mr = (t) => {
|
|
|
1554
1550
|
}
|
|
1555
1551
|
)
|
|
1556
1552
|
}
|
|
1557
|
-
),
|
|
1553
|
+
), wn = {
|
|
1558
1554
|
medium: { width: 10.83, height: 7.5 },
|
|
1559
1555
|
large: { width: 13, height: 9 }
|
|
1560
|
-
},
|
|
1556
|
+
}, Sn = ({
|
|
1561
1557
|
size: t,
|
|
1562
|
-
isChecked:
|
|
1563
|
-
isDisabled:
|
|
1558
|
+
isChecked: r,
|
|
1559
|
+
isDisabled: a,
|
|
1564
1560
|
indeterminate: n,
|
|
1565
1561
|
dataTestId: o
|
|
1566
1562
|
}) => {
|
|
1567
|
-
const { width: s, height: c } =
|
|
1568
|
-
return /* @__PURE__ */
|
|
1563
|
+
const { width: s, height: c } = wn[t];
|
|
1564
|
+
return /* @__PURE__ */ l.jsx(
|
|
1569
1565
|
"div",
|
|
1570
1566
|
{
|
|
1571
1567
|
className: ge.icon,
|
|
1572
1568
|
"data-testid": `${o}-icon`,
|
|
1573
|
-
"data-checked":
|
|
1574
|
-
"data-disabled":
|
|
1569
|
+
"data-checked": r,
|
|
1570
|
+
"data-disabled": a,
|
|
1575
1571
|
"data-indeterminate": n,
|
|
1576
|
-
children: n ? /* @__PURE__ */
|
|
1572
|
+
children: n ? /* @__PURE__ */ l.jsx(Cn, { width: s, height: c }) : /* @__PURE__ */ l.jsx(xn, { width: s, height: c })
|
|
1577
1573
|
}
|
|
1578
1574
|
);
|
|
1579
|
-
},
|
|
1575
|
+
}, Ds = K((t, r) => {
|
|
1580
1576
|
const {
|
|
1581
|
-
name:
|
|
1577
|
+
name: a,
|
|
1582
1578
|
value: n,
|
|
1583
1579
|
size: o = "medium",
|
|
1584
1580
|
indeterminate: s = !1,
|
|
@@ -1612,16 +1608,16 @@ const br = 2, mr = (t) => {
|
|
|
1612
1608
|
}, z = (j) => {
|
|
1613
1609
|
v || j.preventDefault();
|
|
1614
1610
|
}, D = (j) => j.stopPropagation();
|
|
1615
|
-
return /* @__PURE__ */
|
|
1611
|
+
return /* @__PURE__ */ l.jsxs(
|
|
1616
1612
|
"label",
|
|
1617
1613
|
{
|
|
1618
1614
|
className: B,
|
|
1619
|
-
htmlFor:
|
|
1615
|
+
htmlFor: a,
|
|
1620
1616
|
style: g,
|
|
1621
1617
|
"data-testid": C,
|
|
1622
1618
|
"data-clickable-label": v,
|
|
1623
1619
|
children: [
|
|
1624
|
-
/* @__PURE__ */
|
|
1620
|
+
/* @__PURE__ */ l.jsx("div", { className: ge.checkboxWrapper, children: /* @__PURE__ */ l.jsxs(
|
|
1625
1621
|
"div",
|
|
1626
1622
|
{
|
|
1627
1623
|
tabIndex: w || 0,
|
|
@@ -1631,16 +1627,16 @@ const br = 2, mr = (t) => {
|
|
|
1631
1627
|
"aria-checked": R,
|
|
1632
1628
|
"aria-disabled": A,
|
|
1633
1629
|
"aria-invalid": O,
|
|
1634
|
-
"aria-describedby": _ ? `${
|
|
1630
|
+
"aria-describedby": _ ? `${a}-error` : void 0,
|
|
1635
1631
|
"data-testid": `${C}-label`,
|
|
1636
1632
|
children: [
|
|
1637
|
-
/* @__PURE__ */
|
|
1633
|
+
/* @__PURE__ */ l.jsx(
|
|
1638
1634
|
"input",
|
|
1639
1635
|
{
|
|
1640
|
-
ref:
|
|
1636
|
+
ref: r,
|
|
1641
1637
|
type: "checkbox",
|
|
1642
|
-
id:
|
|
1643
|
-
name:
|
|
1638
|
+
id: a,
|
|
1639
|
+
name: a,
|
|
1644
1640
|
checked: R,
|
|
1645
1641
|
disabled: A,
|
|
1646
1642
|
className: ge.input,
|
|
@@ -1648,14 +1644,14 @@ const br = 2, mr = (t) => {
|
|
|
1648
1644
|
onClick: D,
|
|
1649
1645
|
"aria-checked": R,
|
|
1650
1646
|
"aria-invalid": O,
|
|
1651
|
-
"aria-describedby": _ ? `${
|
|
1647
|
+
"aria-describedby": _ ? `${a}-error` : void 0,
|
|
1652
1648
|
"data-testid": `${C}-input`
|
|
1653
1649
|
}
|
|
1654
1650
|
),
|
|
1655
|
-
/* @__PURE__ */
|
|
1656
|
-
|
|
1651
|
+
/* @__PURE__ */ l.jsx(
|
|
1652
|
+
Sn,
|
|
1657
1653
|
{
|
|
1658
|
-
name:
|
|
1654
|
+
name: a,
|
|
1659
1655
|
size: o,
|
|
1660
1656
|
isChecked: R,
|
|
1661
1657
|
isDisabled: A,
|
|
@@ -1666,7 +1662,7 @@ const br = 2, mr = (t) => {
|
|
|
1666
1662
|
]
|
|
1667
1663
|
}
|
|
1668
1664
|
) }),
|
|
1669
|
-
b && /* @__PURE__ */
|
|
1665
|
+
b && /* @__PURE__ */ l.jsx(
|
|
1670
1666
|
"span",
|
|
1671
1667
|
{
|
|
1672
1668
|
"data-testid": `${C}-label-text`,
|
|
@@ -1679,34 +1675,34 @@ const br = 2, mr = (t) => {
|
|
|
1679
1675
|
]
|
|
1680
1676
|
}
|
|
1681
1677
|
);
|
|
1682
|
-
}),
|
|
1683
|
-
typography:
|
|
1684
|
-
disabled:
|
|
1685
|
-
primary:
|
|
1686
|
-
secondary:
|
|
1687
|
-
tertiary:
|
|
1688
|
-
accent:
|
|
1678
|
+
}), En = "_typography_zt7xg_1", Ln = "_disabled_zt7xg_8", Mn = "_primary_zt7xg_13", $n = "_secondary_zt7xg_18", In = "_tertiary_zt7xg_23", jn = "_accent_zt7xg_28", Rn = "_positive_zt7xg_38", kn = "_negative_zt7xg_48", Tn = "_warning_zt7xg_58", An = "_special_zt7xg_68", Nn = "_contrast_zt7xg_78", je = {
|
|
1679
|
+
typography: En,
|
|
1680
|
+
disabled: Ln,
|
|
1681
|
+
primary: Mn,
|
|
1682
|
+
secondary: $n,
|
|
1683
|
+
tertiary: In,
|
|
1684
|
+
accent: jn,
|
|
1689
1685
|
"accent-secondary": "_accent-secondary_zt7xg_33",
|
|
1690
|
-
positive:
|
|
1686
|
+
positive: Rn,
|
|
1691
1687
|
"positive-secondary": "_positive-secondary_zt7xg_43",
|
|
1692
|
-
negative:
|
|
1688
|
+
negative: kn,
|
|
1693
1689
|
"negative-secondary": "_negative-secondary_zt7xg_53",
|
|
1694
|
-
warning:
|
|
1690
|
+
warning: Tn,
|
|
1695
1691
|
"warning-secondary": "_warning-secondary_zt7xg_63",
|
|
1696
|
-
special:
|
|
1692
|
+
special: An,
|
|
1697
1693
|
"special-secondary": "_special-secondary_zt7xg_73",
|
|
1698
|
-
contrast:
|
|
1694
|
+
contrast: Nn,
|
|
1699
1695
|
"contrast-secondary": "_contrast-secondary_zt7xg_83"
|
|
1700
|
-
},
|
|
1696
|
+
}, Dn = {
|
|
1701
1697
|
1: "h1",
|
|
1702
1698
|
2: "h2",
|
|
1703
1699
|
3: "h3",
|
|
1704
1700
|
4: "h4",
|
|
1705
1701
|
5: "h5"
|
|
1706
1702
|
}, xt = (t) => {
|
|
1707
|
-
const
|
|
1703
|
+
const r = Et.forwardRef(
|
|
1708
1704
|
({
|
|
1709
|
-
size:
|
|
1705
|
+
size: a = 3,
|
|
1710
1706
|
children: n,
|
|
1711
1707
|
className: o,
|
|
1712
1708
|
"data-testid": s,
|
|
@@ -1716,23 +1712,23 @@ const br = 2, mr = (t) => {
|
|
|
1716
1712
|
typographyStyle: f = "primary",
|
|
1717
1713
|
...p
|
|
1718
1714
|
}, g) => {
|
|
1719
|
-
const h = c ||
|
|
1715
|
+
const h = c || Dn[a], b = ie(
|
|
1720
1716
|
je.typography,
|
|
1721
|
-
We[`typography-${t}-${
|
|
1717
|
+
We[`typography-${t}-${a}-${_}`],
|
|
1722
1718
|
je[f],
|
|
1723
1719
|
{
|
|
1724
1720
|
[je.disabled]: d
|
|
1725
1721
|
},
|
|
1726
1722
|
o
|
|
1727
1723
|
);
|
|
1728
|
-
return n ? /* @__PURE__ */
|
|
1724
|
+
return n ? /* @__PURE__ */ l.jsx(h, { ref: g, className: b, "data-testid": s, ...p, children: n }) : null;
|
|
1729
1725
|
}
|
|
1730
1726
|
);
|
|
1731
|
-
return
|
|
1727
|
+
return r.displayName = `Typography.${t === "title" ? "Title" : "Subtitle"}`, r;
|
|
1732
1728
|
}, Ct = (t) => {
|
|
1733
|
-
const
|
|
1729
|
+
const r = Et.forwardRef(
|
|
1734
1730
|
({
|
|
1735
|
-
size:
|
|
1731
|
+
size: a = 3,
|
|
1736
1732
|
children: n,
|
|
1737
1733
|
className: o,
|
|
1738
1734
|
"data-testid": s,
|
|
@@ -1744,14 +1740,14 @@ const br = 2, mr = (t) => {
|
|
|
1744
1740
|
}, g) => {
|
|
1745
1741
|
const h = c, b = ie(
|
|
1746
1742
|
je.typography,
|
|
1747
|
-
We[`typography-${t}-${
|
|
1743
|
+
We[`typography-${t}-${a}-${_}`],
|
|
1748
1744
|
je[f],
|
|
1749
1745
|
{
|
|
1750
1746
|
[je.disabled]: d
|
|
1751
1747
|
},
|
|
1752
1748
|
o
|
|
1753
1749
|
);
|
|
1754
|
-
return n ? /* @__PURE__ */
|
|
1750
|
+
return n ? /* @__PURE__ */ l.jsx(
|
|
1755
1751
|
h,
|
|
1756
1752
|
{
|
|
1757
1753
|
ref: g,
|
|
@@ -1763,56 +1759,56 @@ const br = 2, mr = (t) => {
|
|
|
1763
1759
|
) : null;
|
|
1764
1760
|
}
|
|
1765
1761
|
);
|
|
1766
|
-
return
|
|
1767
|
-
},
|
|
1762
|
+
return r.displayName = `Typography.${t.charAt(0).toUpperCase() + t.slice(1)}`, r;
|
|
1763
|
+
}, Os = {
|
|
1768
1764
|
Title: xt("title"),
|
|
1769
1765
|
Subtitle: xt("subtitle"),
|
|
1770
1766
|
Label: Ct("label"),
|
|
1771
1767
|
Paragraph: Ct("paragraph")
|
|
1772
|
-
},
|
|
1773
|
-
inputBase:
|
|
1774
|
-
wrapper:
|
|
1768
|
+
}, On = "_inputBase_1m6fe_85", Un = "_wrapper_1m6fe_95", Pn = "_gripHandle_1m6fe_169", Bn = "_error_1m6fe_230", Fn = "_tabFocused_1m6fe_237", zn = "_disabled_1m6fe_262", Wn = "_loading_1m6fe_269", Vn = "_label_1m6fe_279", Hn = "_small_1m6fe_292", Gn = "_large_1m6fe_299", Zn = "_leftSection_1m6fe_306", qn = "_rightSection_1m6fe_315", Yn = "_helper_1m6fe_351", Jn = "_floatingLabel_1m6fe_376", Kn = "_focused_1m6fe_434", Xn = "_filled_1m6fe_435", Qn = "_medium_1m6fe_469", es = "_characterLimit_1m6fe_510", ts = "_input_1m6fe_85", as = "_textarea_1m6fe_109", rs = "_truncate_1m6fe_637", ns = "_hint_1m6fe_719", M = {
|
|
1769
|
+
inputBase: On,
|
|
1770
|
+
wrapper: Un,
|
|
1775
1771
|
"textarea-wrapper": "_textarea-wrapper_1m6fe_109",
|
|
1776
|
-
gripHandle:
|
|
1777
|
-
error:
|
|
1778
|
-
tabFocused:
|
|
1779
|
-
disabled:
|
|
1780
|
-
loading:
|
|
1781
|
-
label:
|
|
1782
|
-
small:
|
|
1783
|
-
large:
|
|
1784
|
-
leftSection:
|
|
1785
|
-
rightSection:
|
|
1786
|
-
helper:
|
|
1787
|
-
floatingLabel:
|
|
1788
|
-
focused:
|
|
1789
|
-
filled:
|
|
1790
|
-
medium:
|
|
1791
|
-
characterLimit:
|
|
1792
|
-
input:
|
|
1793
|
-
textarea:
|
|
1772
|
+
gripHandle: Pn,
|
|
1773
|
+
error: Bn,
|
|
1774
|
+
tabFocused: Fn,
|
|
1775
|
+
disabled: zn,
|
|
1776
|
+
loading: Wn,
|
|
1777
|
+
label: Vn,
|
|
1778
|
+
small: Hn,
|
|
1779
|
+
large: Gn,
|
|
1780
|
+
leftSection: Zn,
|
|
1781
|
+
rightSection: qn,
|
|
1782
|
+
helper: Yn,
|
|
1783
|
+
floatingLabel: Jn,
|
|
1784
|
+
focused: Kn,
|
|
1785
|
+
filled: Xn,
|
|
1786
|
+
medium: Qn,
|
|
1787
|
+
characterLimit: es,
|
|
1788
|
+
input: ts,
|
|
1789
|
+
textarea: as,
|
|
1794
1790
|
"size-small": "_size-small_1m6fe_586",
|
|
1795
1791
|
"size-medium": "_size-medium_1m6fe_592",
|
|
1796
1792
|
"size-large": "_size-large_1m6fe_598",
|
|
1797
1793
|
"with-floating-label": "_with-floating-label_1m6fe_605",
|
|
1798
|
-
truncate:
|
|
1799
|
-
hint:
|
|
1794
|
+
truncate: rs,
|
|
1795
|
+
hint: ns,
|
|
1800
1796
|
"has-hint": "_has-hint_1m6fe_736"
|
|
1801
|
-
},
|
|
1797
|
+
}, ss = ({
|
|
1802
1798
|
width: t = 8,
|
|
1803
|
-
height:
|
|
1804
|
-
className:
|
|
1799
|
+
height: r = 8,
|
|
1800
|
+
className: a,
|
|
1805
1801
|
color: n = "#AABBCA"
|
|
1806
|
-
}) => /* @__PURE__ */
|
|
1802
|
+
}) => /* @__PURE__ */ l.jsx(
|
|
1807
1803
|
"svg",
|
|
1808
1804
|
{
|
|
1809
1805
|
width: t,
|
|
1810
|
-
height:
|
|
1806
|
+
height: r,
|
|
1811
1807
|
viewBox: "0 0 8 8",
|
|
1812
1808
|
fill: "none",
|
|
1813
1809
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1814
|
-
className:
|
|
1815
|
-
children: /* @__PURE__ */
|
|
1810
|
+
className: a,
|
|
1811
|
+
children: /* @__PURE__ */ l.jsx(
|
|
1816
1812
|
"path",
|
|
1817
1813
|
{
|
|
1818
1814
|
fillRule: "evenodd",
|
|
@@ -1822,32 +1818,32 @@ const br = 2, mr = (t) => {
|
|
|
1822
1818
|
}
|
|
1823
1819
|
)
|
|
1824
1820
|
}
|
|
1825
|
-
),
|
|
1826
|
-
const
|
|
1821
|
+
), os = (t, r) => {
|
|
1822
|
+
const a = ze(null), n = ze(null);
|
|
1827
1823
|
return Re(() => {
|
|
1828
|
-
const o =
|
|
1824
|
+
const o = r === "textarea" ? a.current : n.current;
|
|
1829
1825
|
o && o.value !== t && (o.value = t || "");
|
|
1830
|
-
}, [t,
|
|
1831
|
-
textareaRef:
|
|
1826
|
+
}, [t, r]), {
|
|
1827
|
+
textareaRef: a,
|
|
1832
1828
|
inputRef: n,
|
|
1833
|
-
currentRef:
|
|
1829
|
+
currentRef: r === "textarea" ? a : n
|
|
1834
1830
|
};
|
|
1835
|
-
},
|
|
1831
|
+
}, is = (t, r, a) => {
|
|
1836
1832
|
const n = () => {
|
|
1837
|
-
if (!
|
|
1838
|
-
const o =
|
|
1839
|
-
if (
|
|
1840
|
-
const s =
|
|
1841
|
-
|
|
1842
|
-
const c =
|
|
1833
|
+
if (!a.current || r !== "hug") return;
|
|
1834
|
+
const o = a.current.scrollTop;
|
|
1835
|
+
if (a.current.style.setProperty("height", "auto", "important"), !t) return;
|
|
1836
|
+
const s = a.current.scrollHeight + "px";
|
|
1837
|
+
a.current.style.setProperty("height", s, "important"), a.current.scrollTop = o;
|
|
1838
|
+
const c = a.current.closest(`.${M.wrapper}`);
|
|
1843
1839
|
c && (c.setAttribute("data-resize", "hug"), c.setAttribute("data-show-grip", "false"));
|
|
1844
1840
|
};
|
|
1845
|
-
return Re(n, [t,
|
|
1846
|
-
|
|
1841
|
+
return Re(n, [t, r]), Re(() => {
|
|
1842
|
+
r === "hug" && a.current && n();
|
|
1847
1843
|
}, []), { resizeTextArea: n };
|
|
1848
|
-
},
|
|
1844
|
+
}, ls = (t, r, a, n) => ({ handleGripMouseDown: Se(
|
|
1849
1845
|
(s) => {
|
|
1850
|
-
if (!t ||
|
|
1846
|
+
if (!t || r || a || !(n === "fixed" || !n)) return;
|
|
1851
1847
|
s.preventDefault(), s.stopPropagation();
|
|
1852
1848
|
const c = s.currentTarget.closest(`.${M.wrapper}`);
|
|
1853
1849
|
if (!c) return;
|
|
@@ -1859,12 +1855,12 @@ const br = 2, mr = (t) => {
|
|
|
1859
1855
|
};
|
|
1860
1856
|
document.addEventListener("mousemove", f), document.addEventListener("mouseup", p);
|
|
1861
1857
|
},
|
|
1862
|
-
[t,
|
|
1863
|
-
) }), wt = 30,
|
|
1858
|
+
[t, r, a, n]
|
|
1859
|
+
) }), wt = 30, cs = K(
|
|
1864
1860
|
({
|
|
1865
1861
|
component: t = "input",
|
|
1866
|
-
size:
|
|
1867
|
-
value:
|
|
1862
|
+
size: r = "medium",
|
|
1863
|
+
value: a = "",
|
|
1868
1864
|
placeholder: n,
|
|
1869
1865
|
disabled: o = !1,
|
|
1870
1866
|
loading: s = !1,
|
|
@@ -1883,14 +1879,14 @@ const br = 2, mr = (t) => {
|
|
|
1883
1879
|
resize: x,
|
|
1884
1880
|
...$
|
|
1885
1881
|
}, T) => {
|
|
1886
|
-
const { textareaRef: A, inputRef: O, currentRef: R } =
|
|
1887
|
-
if (
|
|
1888
|
-
return /* @__PURE__ */
|
|
1882
|
+
const { textareaRef: A, inputRef: O, currentRef: R } = os(a, t);
|
|
1883
|
+
if (is(a, x, A), sa(T, () => R.current, [R]), t === "textarea")
|
|
1884
|
+
return /* @__PURE__ */ l.jsx(
|
|
1889
1885
|
"textarea",
|
|
1890
1886
|
{
|
|
1891
1887
|
ref: A,
|
|
1892
1888
|
id: C,
|
|
1893
|
-
value:
|
|
1889
|
+
value: a,
|
|
1894
1890
|
placeholder: n,
|
|
1895
1891
|
disabled: o || s,
|
|
1896
1892
|
onFocus: c,
|
|
@@ -1900,7 +1896,7 @@ const br = 2, mr = (t) => {
|
|
|
1900
1896
|
maxLength: p,
|
|
1901
1897
|
className: ye(
|
|
1902
1898
|
M.textarea,
|
|
1903
|
-
M[`size-${
|
|
1899
|
+
M[`size-${r}`],
|
|
1904
1900
|
v && M["with-floating-label"],
|
|
1905
1901
|
g
|
|
1906
1902
|
),
|
|
@@ -1914,12 +1910,12 @@ const br = 2, mr = (t) => {
|
|
|
1914
1910
|
}
|
|
1915
1911
|
);
|
|
1916
1912
|
if (t === "input")
|
|
1917
|
-
return /* @__PURE__ */
|
|
1913
|
+
return /* @__PURE__ */ l.jsx(
|
|
1918
1914
|
"input",
|
|
1919
1915
|
{
|
|
1920
1916
|
ref: O,
|
|
1921
1917
|
id: C,
|
|
1922
|
-
value:
|
|
1918
|
+
value: a,
|
|
1923
1919
|
placeholder: n,
|
|
1924
1920
|
disabled: o || s,
|
|
1925
1921
|
onFocus: c,
|
|
@@ -1929,7 +1925,7 @@ const br = 2, mr = (t) => {
|
|
|
1929
1925
|
maxLength: p,
|
|
1930
1926
|
className: ye(
|
|
1931
1927
|
M.input,
|
|
1932
|
-
M[`size-${
|
|
1928
|
+
M[`size-${r}`],
|
|
1933
1929
|
v && M["with-floating-label"],
|
|
1934
1930
|
b && M.truncate,
|
|
1935
1931
|
g
|
|
@@ -1947,11 +1943,11 @@ const br = 2, mr = (t) => {
|
|
|
1947
1943
|
`[Input] Недопустимое значение prop 'component': "${t}". Допустимые значения: 'input', 'textarea'`
|
|
1948
1944
|
), null;
|
|
1949
1945
|
}
|
|
1950
|
-
),
|
|
1946
|
+
), Rt = K(
|
|
1951
1947
|
({
|
|
1952
1948
|
children: t,
|
|
1953
|
-
size:
|
|
1954
|
-
error:
|
|
1949
|
+
size: r = "medium",
|
|
1950
|
+
error: a = !1,
|
|
1955
1951
|
disabled: n = !1,
|
|
1956
1952
|
loading: o = !1,
|
|
1957
1953
|
className: s,
|
|
@@ -1980,21 +1976,21 @@ const br = 2, mr = (t) => {
|
|
|
1980
1976
|
showGrip: z = !1,
|
|
1981
1977
|
...D
|
|
1982
1978
|
}, j) => {
|
|
1983
|
-
const V =
|
|
1979
|
+
const V = Mt(), H = N || V, X = S && w && (R || C), G = w && w.length > wt ? w.substring(0, wt) + "..." : w, ee = ye(
|
|
1984
1980
|
M.wrapper,
|
|
1985
|
-
|
|
1981
|
+
a && M.error,
|
|
1986
1982
|
n && M.disabled,
|
|
1987
1983
|
o && M.loading,
|
|
1988
1984
|
X && M["has-hint"],
|
|
1989
1985
|
s
|
|
1990
1986
|
), te = ye(
|
|
1991
1987
|
M.floatingLabel,
|
|
1992
|
-
M[
|
|
1988
|
+
M[r],
|
|
1993
1989
|
R && M.filled,
|
|
1994
1990
|
O
|
|
1995
|
-
), { handleGripMouseDown: ae } =
|
|
1996
|
-
return /* @__PURE__ */
|
|
1997
|
-
/* @__PURE__ */
|
|
1991
|
+
), { handleGripMouseDown: ae } = ls(z, n, o, y);
|
|
1992
|
+
return /* @__PURE__ */ l.jsxs("div", { ref: j, className: M.inputBase, "data-testid": "input-base-wrapper", ...D, children: [
|
|
1993
|
+
/* @__PURE__ */ l.jsxs(
|
|
1998
1994
|
"div",
|
|
1999
1995
|
{
|
|
2000
1996
|
className: ee,
|
|
@@ -2003,9 +1999,9 @@ const br = 2, mr = (t) => {
|
|
|
2003
1999
|
"data-show-grip": z ? "true" : "false",
|
|
2004
2000
|
...c,
|
|
2005
2001
|
children: [
|
|
2006
|
-
x && /* @__PURE__ */
|
|
2007
|
-
$ && /* @__PURE__ */
|
|
2008
|
-
T && A && /* @__PURE__ */
|
|
2002
|
+
x && /* @__PURE__ */ l.jsx("label", { htmlFor: H, className: M.leftSection, style: f, children: x }),
|
|
2003
|
+
$ && /* @__PURE__ */ l.jsx("label", { htmlFor: H, className: M.rightSection, style: p, children: $ }),
|
|
2004
|
+
T && A && /* @__PURE__ */ l.jsx(
|
|
2009
2005
|
"label",
|
|
2010
2006
|
{
|
|
2011
2007
|
htmlFor: H,
|
|
@@ -2016,7 +2012,7 @@ const br = 2, mr = (t) => {
|
|
|
2016
2012
|
}
|
|
2017
2013
|
),
|
|
2018
2014
|
t,
|
|
2019
|
-
z && !b && (y === "fixed" || !y) && /* @__PURE__ */
|
|
2015
|
+
z && !b && (y === "fixed" || !y) && /* @__PURE__ */ l.jsx(
|
|
2020
2016
|
"div",
|
|
2021
2017
|
{
|
|
2022
2018
|
className: M.gripHandle,
|
|
@@ -2024,10 +2020,10 @@ const br = 2, mr = (t) => {
|
|
|
2024
2020
|
role: "button",
|
|
2025
2021
|
tabIndex: -1,
|
|
2026
2022
|
"aria-label": "Изменить размер",
|
|
2027
|
-
children: /* @__PURE__ */
|
|
2023
|
+
children: /* @__PURE__ */ l.jsx(ss, {})
|
|
2028
2024
|
}
|
|
2029
2025
|
),
|
|
2030
|
-
X && /* @__PURE__ */
|
|
2026
|
+
X && /* @__PURE__ */ l.jsx(
|
|
2031
2027
|
"div",
|
|
2032
2028
|
{
|
|
2033
2029
|
className: ye(M.hint, R && M.truncate),
|
|
@@ -2035,7 +2031,7 @@ const br = 2, mr = (t) => {
|
|
|
2035
2031
|
children: G
|
|
2036
2032
|
}
|
|
2037
2033
|
),
|
|
2038
|
-
b && v && /* @__PURE__ */
|
|
2034
|
+
b && v && /* @__PURE__ */ l.jsxs("div", { className: M.characterLimit, children: [
|
|
2039
2035
|
(F || "").length,
|
|
2040
2036
|
" из ",
|
|
2041
2037
|
v
|
|
@@ -2043,30 +2039,30 @@ const br = 2, mr = (t) => {
|
|
|
2043
2039
|
]
|
|
2044
2040
|
}
|
|
2045
2041
|
),
|
|
2046
|
-
B && /* @__PURE__ */
|
|
2042
|
+
B && /* @__PURE__ */ l.jsx(
|
|
2047
2043
|
"div",
|
|
2048
2044
|
{
|
|
2049
2045
|
className: ye(
|
|
2050
2046
|
M.helper,
|
|
2051
|
-
|
|
2047
|
+
a && M.error,
|
|
2052
2048
|
(n || o) && M.disabled
|
|
2053
2049
|
),
|
|
2054
2050
|
...h,
|
|
2055
|
-
id:
|
|
2051
|
+
id: a ? `${H}-error` : void 0,
|
|
2056
2052
|
children: B
|
|
2057
2053
|
}
|
|
2058
2054
|
)
|
|
2059
2055
|
] });
|
|
2060
2056
|
}
|
|
2061
2057
|
);
|
|
2062
|
-
|
|
2063
|
-
const St = Object.assign(
|
|
2064
|
-
Wrapper:
|
|
2065
|
-
}),
|
|
2058
|
+
Rt.displayName = "InputWrapperComponent";
|
|
2059
|
+
const St = Object.assign(cs, {
|
|
2060
|
+
Wrapper: Rt
|
|
2061
|
+
}), kt = K(
|
|
2066
2062
|
({
|
|
2067
2063
|
component: t = "input",
|
|
2068
|
-
size:
|
|
2069
|
-
className:
|
|
2064
|
+
size: r = "medium",
|
|
2065
|
+
className: a,
|
|
2070
2066
|
error: n = !1,
|
|
2071
2067
|
disabled: o = !1,
|
|
2072
2068
|
loading: s = !1,
|
|
@@ -2100,7 +2096,7 @@ const St = Object.assign(ds, {
|
|
|
2100
2096
|
showGrip: X = !1,
|
|
2101
2097
|
...G
|
|
2102
2098
|
}, ee) => {
|
|
2103
|
-
const te =
|
|
2099
|
+
const te = Mt(), ae = h || te, [me, re] = De(S), ve = S !== void 0 ? S : me, Ee = (ve || "").length > 0, ue = _ && (r === "large" || t === "textarea") && !p, le = Se(
|
|
2104
2100
|
(Y) => {
|
|
2105
2101
|
var Q;
|
|
2106
2102
|
o || s || (b == null || b(), (Q = y == null ? void 0 : y.onFocus) == null || Q.call(
|
|
@@ -2146,15 +2142,15 @@ const St = Object.assign(ds, {
|
|
|
2146
2142
|
);
|
|
2147
2143
|
return Re(() => {
|
|
2148
2144
|
re(S);
|
|
2149
|
-
}, [S]), /* @__PURE__ */
|
|
2145
|
+
}, [S]), /* @__PURE__ */ l.jsx(
|
|
2150
2146
|
St.Wrapper,
|
|
2151
2147
|
{
|
|
2152
2148
|
ref: ee,
|
|
2153
|
-
size:
|
|
2149
|
+
size: r,
|
|
2154
2150
|
error: n,
|
|
2155
2151
|
disabled: o || s,
|
|
2156
2152
|
loading: s,
|
|
2157
|
-
className: ie(
|
|
2153
|
+
className: ie(a, t === "textarea" && M["textarea-wrapper"]),
|
|
2158
2154
|
wrapperProps: C,
|
|
2159
2155
|
wrapperStyles: x,
|
|
2160
2156
|
floatingLabelStyles: $,
|
|
@@ -2179,11 +2175,11 @@ const St = Object.assign(ds, {
|
|
|
2179
2175
|
showGrip: X,
|
|
2180
2176
|
resize: H,
|
|
2181
2177
|
...G,
|
|
2182
|
-
children: /* @__PURE__ */
|
|
2178
|
+
children: /* @__PURE__ */ l.jsx(
|
|
2183
2179
|
St,
|
|
2184
2180
|
{
|
|
2185
2181
|
component: t,
|
|
2186
|
-
size:
|
|
2182
|
+
size: r,
|
|
2187
2183
|
value: ve,
|
|
2188
2184
|
placeholder: c,
|
|
2189
2185
|
disabled: o,
|
|
@@ -2207,10 +2203,10 @@ const St = Object.assign(ds, {
|
|
|
2207
2203
|
}
|
|
2208
2204
|
);
|
|
2209
2205
|
}
|
|
2210
|
-
),
|
|
2206
|
+
), Tt = ({
|
|
2211
2207
|
className: t = "",
|
|
2212
|
-
style:
|
|
2213
|
-
size:
|
|
2208
|
+
style: r,
|
|
2209
|
+
size: a = "md",
|
|
2214
2210
|
color: n = "currentColor",
|
|
2215
2211
|
onClick: o,
|
|
2216
2212
|
...s
|
|
@@ -2225,10 +2221,10 @@ const St = Object.assign(ds, {
|
|
|
2225
2221
|
sm: { width: "24px", height: "24px" },
|
|
2226
2222
|
md: { width: "32px", height: "32px" },
|
|
2227
2223
|
lg: { width: "40px", height: "40px" }
|
|
2228
|
-
}[
|
|
2229
|
-
...
|
|
2224
|
+
}[a],
|
|
2225
|
+
...r
|
|
2230
2226
|
};
|
|
2231
|
-
return /* @__PURE__ */
|
|
2227
|
+
return /* @__PURE__ */ l.jsx(
|
|
2232
2228
|
"svg",
|
|
2233
2229
|
{
|
|
2234
2230
|
className: t,
|
|
@@ -2238,7 +2234,7 @@ const St = Object.assign(ds, {
|
|
|
2238
2234
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2239
2235
|
onClick: o,
|
|
2240
2236
|
...s,
|
|
2241
|
-
children: /* @__PURE__ */
|
|
2237
|
+
children: /* @__PURE__ */ l.jsx(
|
|
2242
2238
|
"path",
|
|
2243
2239
|
{
|
|
2244
2240
|
d: "M12 4L4 12M4 4L12 12",
|
|
@@ -2254,10 +2250,10 @@ const St = Object.assign(ds, {
|
|
|
2254
2250
|
SMALL: "small",
|
|
2255
2251
|
MEDIUM: "medium",
|
|
2256
2252
|
LARGE: "large"
|
|
2257
|
-
},
|
|
2253
|
+
}, ds = (t, r, a, n) => {
|
|
2258
2254
|
switch (t) {
|
|
2259
2255
|
case q.LARGE:
|
|
2260
|
-
return
|
|
2256
|
+
return r && a ? "8px 16px 8px 16px" : "16px 16px 16px 16px";
|
|
2261
2257
|
case q.MEDIUM:
|
|
2262
2258
|
return n ? "12px 12px 12px 12px" : "12px 12px 12px 16px";
|
|
2263
2259
|
case q.SMALL:
|
|
@@ -2265,7 +2261,7 @@ const St = Object.assign(ds, {
|
|
|
2265
2261
|
default:
|
|
2266
2262
|
return "12px 16px 12px 16px";
|
|
2267
2263
|
}
|
|
2268
|
-
},
|
|
2264
|
+
}, us = (t) => {
|
|
2269
2265
|
switch (t) {
|
|
2270
2266
|
case q.LARGE:
|
|
2271
2267
|
return "56px";
|
|
@@ -2276,7 +2272,7 @@ const St = Object.assign(ds, {
|
|
|
2276
2272
|
default:
|
|
2277
2273
|
return "48px";
|
|
2278
2274
|
}
|
|
2279
|
-
},
|
|
2275
|
+
}, _s = (t) => {
|
|
2280
2276
|
switch (t) {
|
|
2281
2277
|
case q.SMALL:
|
|
2282
2278
|
return 8;
|
|
@@ -2288,65 +2284,65 @@ const St = Object.assign(ds, {
|
|
|
2288
2284
|
default:
|
|
2289
2285
|
return 12;
|
|
2290
2286
|
}
|
|
2291
|
-
},
|
|
2287
|
+
}, ps = (t, r, a) => ({
|
|
2292
2288
|
wrapperStyles: {
|
|
2293
2289
|
height: t,
|
|
2294
2290
|
minHeight: t,
|
|
2295
2291
|
maxHeight: t,
|
|
2296
2292
|
boxSizing: "border-box",
|
|
2297
|
-
padding:
|
|
2293
|
+
padding: r
|
|
2298
2294
|
},
|
|
2299
2295
|
floatingLabelStyles: {
|
|
2300
2296
|
left: "16px",
|
|
2301
2297
|
transformOrigin: "left top"
|
|
2302
2298
|
},
|
|
2303
2299
|
prefixStyles: {
|
|
2304
|
-
paddingRight: `${
|
|
2300
|
+
paddingRight: `${a}px`
|
|
2305
2301
|
},
|
|
2306
2302
|
suffixStyles: {
|
|
2307
|
-
right: `${
|
|
2303
|
+
right: `${a}px`
|
|
2308
2304
|
}
|
|
2309
|
-
}),
|
|
2305
|
+
}), fs = (t, r, a) => ({
|
|
2310
2306
|
wrapperStyles: {
|
|
2311
2307
|
minHeight: t,
|
|
2312
2308
|
maxHeight: t,
|
|
2313
2309
|
boxSizing: "border-box",
|
|
2314
|
-
padding:
|
|
2310
|
+
padding: r
|
|
2315
2311
|
},
|
|
2316
2312
|
floatingLabelStyles: {
|
|
2317
2313
|
left: "16px"
|
|
2318
2314
|
},
|
|
2319
2315
|
prefixStyles: {
|
|
2320
|
-
paddingRight: `${
|
|
2316
|
+
paddingRight: `${a}px`
|
|
2321
2317
|
},
|
|
2322
2318
|
suffixStyles: {
|
|
2323
|
-
right: `${
|
|
2319
|
+
right: `${a}px`
|
|
2324
2320
|
}
|
|
2325
|
-
}),
|
|
2321
|
+
}), gs = (t, r, a) => ({
|
|
2326
2322
|
wrapperStyles: {
|
|
2327
2323
|
minHeight: t,
|
|
2328
2324
|
maxHeight: t,
|
|
2329
2325
|
boxSizing: "border-box",
|
|
2330
|
-
padding:
|
|
2326
|
+
padding: r
|
|
2331
2327
|
},
|
|
2332
2328
|
floatingLabelStyles: {
|
|
2333
2329
|
left: "12px"
|
|
2334
2330
|
},
|
|
2335
2331
|
prefixStyles: {
|
|
2336
|
-
paddingRight: `${
|
|
2332
|
+
paddingRight: `${a}px`
|
|
2337
2333
|
},
|
|
2338
2334
|
suffixStyles: {
|
|
2339
|
-
right: `${
|
|
2335
|
+
right: `${a}px`
|
|
2340
2336
|
}
|
|
2341
|
-
}),
|
|
2342
|
-
const o =
|
|
2337
|
+
}), hs = (t, r, a, n) => {
|
|
2338
|
+
const o = us(t), s = ds(t, r, a, n), c = _s(t);
|
|
2343
2339
|
switch (t) {
|
|
2344
2340
|
case q.LARGE:
|
|
2345
|
-
return
|
|
2341
|
+
return ps(o, s, c);
|
|
2346
2342
|
case q.MEDIUM:
|
|
2347
|
-
return
|
|
2343
|
+
return fs(o, s, c);
|
|
2348
2344
|
case q.SMALL:
|
|
2349
|
-
return
|
|
2345
|
+
return gs(o, s, c);
|
|
2350
2346
|
default:
|
|
2351
2347
|
return {
|
|
2352
2348
|
wrapperStyles: {},
|
|
@@ -2355,11 +2351,11 @@ const St = Object.assign(ds, {
|
|
|
2355
2351
|
suffixStyles: {}
|
|
2356
2352
|
};
|
|
2357
2353
|
}
|
|
2358
|
-
},
|
|
2354
|
+
}, Us = K(
|
|
2359
2355
|
({
|
|
2360
2356
|
value: t = "",
|
|
2361
|
-
onChange:
|
|
2362
|
-
type:
|
|
2357
|
+
onChange: r,
|
|
2358
|
+
type: a = "text",
|
|
2363
2359
|
placeholder: n,
|
|
2364
2360
|
maxLength: o,
|
|
2365
2361
|
minLength: s,
|
|
@@ -2389,9 +2385,9 @@ const St = Object.assign(ds, {
|
|
|
2389
2385
|
...D
|
|
2390
2386
|
}, j) => {
|
|
2391
2387
|
const V = (t || "").length > 0, H = d === q.LARGE, X = !!v, G = H && x && !v, ee = S && V && !(g || h), te = () => {
|
|
2392
|
-
|
|
2393
|
-
}, ae = ee ? /* @__PURE__ */
|
|
2394
|
-
|
|
2388
|
+
r == null || r("");
|
|
2389
|
+
}, ae = ee ? /* @__PURE__ */ l.jsx(
|
|
2390
|
+
Tt,
|
|
2395
2391
|
{
|
|
2396
2392
|
size: d === q.SMALL ? "xs" : "sm",
|
|
2397
2393
|
color: "var(--icon-secondary)",
|
|
@@ -2400,14 +2396,14 @@ const St = Object.assign(ds, {
|
|
|
2400
2396
|
"data-testid": "x-icon"
|
|
2401
2397
|
}
|
|
2402
2398
|
) : w, me = {
|
|
2403
|
-
type:
|
|
2399
|
+
type: a,
|
|
2404
2400
|
minLength: s,
|
|
2405
2401
|
autoComplete: c,
|
|
2406
2402
|
autoFocus: _,
|
|
2407
2403
|
...f
|
|
2408
|
-
}, re =
|
|
2409
|
-
return /* @__PURE__ */
|
|
2410
|
-
|
|
2404
|
+
}, re = hs(d, G, V, X);
|
|
2405
|
+
return /* @__PURE__ */ l.jsx(
|
|
2406
|
+
kt,
|
|
2411
2407
|
{
|
|
2412
2408
|
size: d,
|
|
2413
2409
|
error: p,
|
|
@@ -2420,7 +2416,7 @@ const St = Object.assign(ds, {
|
|
|
2420
2416
|
showLabel: G,
|
|
2421
2417
|
onFocus: $,
|
|
2422
2418
|
onBlur: T,
|
|
2423
|
-
onChange:
|
|
2419
|
+
onChange: r,
|
|
2424
2420
|
value: t || "",
|
|
2425
2421
|
placeholder: n,
|
|
2426
2422
|
className: A,
|
|
@@ -2448,7 +2444,7 @@ const St = Object.assign(ds, {
|
|
|
2448
2444
|
}, Fe = {
|
|
2449
2445
|
SMALL: "12px",
|
|
2450
2446
|
MEDIUM: "16px"
|
|
2451
|
-
},
|
|
2447
|
+
}, bs = {
|
|
2452
2448
|
SMALL: "xs",
|
|
2453
2449
|
MEDIUM: "sm"
|
|
2454
2450
|
}, Be = {
|
|
@@ -2469,22 +2465,22 @@ const St = Object.assign(ds, {
|
|
|
2469
2465
|
SMALL: 48,
|
|
2470
2466
|
MEDIUM: 56,
|
|
2471
2467
|
LARGE: 112
|
|
2472
|
-
},
|
|
2468
|
+
}, ms = (t, r) => {
|
|
2473
2469
|
if (t === oe.SMALL)
|
|
2474
2470
|
return Ke.SMALL;
|
|
2475
|
-
if (
|
|
2476
|
-
return `${
|
|
2471
|
+
if (r)
|
|
2472
|
+
return `${r}px`;
|
|
2477
2473
|
switch (t) {
|
|
2478
2474
|
case oe.MEDIUM:
|
|
2479
2475
|
return Ke.MEDIUM;
|
|
2480
2476
|
default:
|
|
2481
2477
|
return Ke.MEDIUM;
|
|
2482
2478
|
}
|
|
2483
|
-
},
|
|
2479
|
+
}, ys = (t, r) => {
|
|
2484
2480
|
if (t === oe.SMALL)
|
|
2485
2481
|
return Ie.SMALL;
|
|
2486
|
-
if (
|
|
2487
|
-
switch (
|
|
2482
|
+
if (r)
|
|
2483
|
+
switch (r) {
|
|
2488
2484
|
case be.SMALL:
|
|
2489
2485
|
case be.MEDIUM:
|
|
2490
2486
|
return Ie.MEDIUM;
|
|
@@ -2499,15 +2495,15 @@ const St = Object.assign(ds, {
|
|
|
2499
2495
|
default:
|
|
2500
2496
|
return Ie.MEDIUM;
|
|
2501
2497
|
}
|
|
2502
|
-
},
|
|
2498
|
+
}, vs = (t, r, a) => {
|
|
2503
2499
|
if (t === oe.SMALL)
|
|
2504
2500
|
return fe.SMALL;
|
|
2505
|
-
if (
|
|
2506
|
-
switch (
|
|
2501
|
+
if (r)
|
|
2502
|
+
switch (r) {
|
|
2507
2503
|
case be.SMALL:
|
|
2508
2504
|
return fe.MEDIUM_WITH_PREFIX;
|
|
2509
2505
|
case be.MEDIUM:
|
|
2510
|
-
return
|
|
2506
|
+
return a ? fe.MEDIUM_FLOATING_LABEL : fe.MEDIUM;
|
|
2511
2507
|
case be.LARGE:
|
|
2512
2508
|
return fe.MEDIUM;
|
|
2513
2509
|
default:
|
|
@@ -2515,15 +2511,15 @@ const St = Object.assign(ds, {
|
|
|
2515
2511
|
}
|
|
2516
2512
|
switch (t) {
|
|
2517
2513
|
case oe.MEDIUM:
|
|
2518
|
-
return
|
|
2514
|
+
return a ? fe.MEDIUM_FLOATING_LABEL : fe.MEDIUM;
|
|
2519
2515
|
default:
|
|
2520
2516
|
return fe.MEDIUM;
|
|
2521
2517
|
}
|
|
2522
|
-
},
|
|
2518
|
+
}, xs = (t, r) => {
|
|
2523
2519
|
if (t === oe.SMALL)
|
|
2524
2520
|
return "small";
|
|
2525
|
-
if (
|
|
2526
|
-
switch (
|
|
2521
|
+
if (r)
|
|
2522
|
+
switch (r) {
|
|
2527
2523
|
case be.SMALL:
|
|
2528
2524
|
return "small";
|
|
2529
2525
|
case be.MEDIUM:
|
|
@@ -2534,39 +2530,39 @@ const St = Object.assign(ds, {
|
|
|
2534
2530
|
return "medium";
|
|
2535
2531
|
}
|
|
2536
2532
|
return t;
|
|
2537
|
-
},
|
|
2538
|
-
const o =
|
|
2533
|
+
}, Cs = (t) => bs[t.toUpperCase()], ws = (t) => Fe[t.toUpperCase()], Ss = (t, r, a, n) => {
|
|
2534
|
+
const o = ms(t, r), s = ys(t, r), c = vs(t, r, a);
|
|
2539
2535
|
return {
|
|
2540
2536
|
wrapperStyles: {
|
|
2541
2537
|
minHeight: o,
|
|
2542
2538
|
// Для fill resize устанавливаем height: 100%
|
|
2543
2539
|
...n === Be.FILL && { height: "100%" },
|
|
2544
2540
|
// Для fixed resize устанавливаем фиксированную высоту
|
|
2545
|
-
...n === Be.FIXED &&
|
|
2541
|
+
...n === Be.FIXED && r && { height: o },
|
|
2546
2542
|
boxSizing: "border-box",
|
|
2547
2543
|
padding: c
|
|
2548
2544
|
},
|
|
2549
2545
|
floatingLabelStyles: {
|
|
2550
2546
|
left: t === oe.SMALL ? Fe.SMALL : Fe.MEDIUM,
|
|
2551
2547
|
transformOrigin: "left top",
|
|
2552
|
-
top:
|
|
2548
|
+
top: r === 112 && a && t === oe.MEDIUM ? Fe.MEDIUM : void 0
|
|
2553
2549
|
},
|
|
2554
2550
|
suffixStyles: {
|
|
2555
|
-
right:
|
|
2551
|
+
right: ws(t)
|
|
2556
2552
|
},
|
|
2557
2553
|
textareaStyles: {
|
|
2558
2554
|
minHeight: s,
|
|
2559
2555
|
// Для fill resize flex: 1
|
|
2560
2556
|
...n === Be.FILL && { flex: 1, minHeight: 0 },
|
|
2561
2557
|
// Для fixed resize фиксированная высота
|
|
2562
|
-
...n === Be.FIXED &&
|
|
2558
|
+
...n === Be.FIXED && r && { height: s }
|
|
2563
2559
|
}
|
|
2564
2560
|
};
|
|
2565
|
-
},
|
|
2561
|
+
}, Ps = K(
|
|
2566
2562
|
({
|
|
2567
2563
|
value: t = "",
|
|
2568
|
-
onChange:
|
|
2569
|
-
placeholder:
|
|
2564
|
+
onChange: r,
|
|
2565
|
+
placeholder: a,
|
|
2570
2566
|
maxLength: n,
|
|
2571
2567
|
minLength: o,
|
|
2572
2568
|
autoFocus: s,
|
|
@@ -2593,26 +2589,26 @@ const St = Object.assign(ds, {
|
|
|
2593
2589
|
resize: F,
|
|
2594
2590
|
...y
|
|
2595
2591
|
}, z) => {
|
|
2596
|
-
const D = (t || "").length > 0, j = w && !!
|
|
2597
|
-
|
|
2598
|
-
}, X = V ? /* @__PURE__ */
|
|
2599
|
-
|
|
2592
|
+
const D = (t || "").length > 0, j = w && !!a && (c === oe.SMALL || N !== 48), V = b && D && !(f || p), H = () => {
|
|
2593
|
+
r == null || r("");
|
|
2594
|
+
}, X = V ? /* @__PURE__ */ l.jsx(
|
|
2595
|
+
Tt,
|
|
2600
2596
|
{
|
|
2601
|
-
size:
|
|
2597
|
+
size: Cs(c),
|
|
2602
2598
|
color: "var(--icon-secondary)",
|
|
2603
2599
|
onClick: H,
|
|
2604
2600
|
style: { cursor: "pointer" },
|
|
2605
2601
|
"data-testid": "x-icon"
|
|
2606
2602
|
}
|
|
2607
|
-
) : h, G =
|
|
2603
|
+
) : h, G = Ss(c, N, j && D, F), ee = xs(c, N), te = {
|
|
2608
2604
|
rows: $,
|
|
2609
2605
|
minLength: o,
|
|
2610
2606
|
autoFocus: s,
|
|
2611
2607
|
resize: F,
|
|
2612
2608
|
..._
|
|
2613
2609
|
};
|
|
2614
|
-
return /* @__PURE__ */
|
|
2615
|
-
|
|
2610
|
+
return /* @__PURE__ */ l.jsx(
|
|
2611
|
+
kt,
|
|
2616
2612
|
{
|
|
2617
2613
|
ref: z,
|
|
2618
2614
|
component: "textarea",
|
|
@@ -2626,9 +2622,9 @@ const St = Object.assign(ds, {
|
|
|
2626
2622
|
showLabel: j,
|
|
2627
2623
|
onFocus: S,
|
|
2628
2624
|
onBlur: C,
|
|
2629
|
-
onChange:
|
|
2625
|
+
onChange: r,
|
|
2630
2626
|
value: t || "",
|
|
2631
|
-
placeholder:
|
|
2627
|
+
placeholder: a,
|
|
2632
2628
|
className: x,
|
|
2633
2629
|
"data-floating-label": j,
|
|
2634
2630
|
wrapperStyles: G.wrapperStyles,
|
|
@@ -2647,27 +2643,27 @@ const St = Object.assign(ds, {
|
|
|
2647
2643
|
}
|
|
2648
2644
|
);
|
|
2649
2645
|
}
|
|
2650
|
-
),
|
|
2651
|
-
helper:
|
|
2646
|
+
), Es = "_helper_1vhgl_16", Xe = {
|
|
2647
|
+
helper: Es,
|
|
2652
2648
|
"helper--error": "_helper--error_1vhgl_27",
|
|
2653
2649
|
"helper--disabled": "_helper--disabled_1vhgl_32"
|
|
2654
|
-
},
|
|
2650
|
+
}, Bs = ({
|
|
2655
2651
|
title: t,
|
|
2656
|
-
error:
|
|
2657
|
-
className:
|
|
2652
|
+
error: r,
|
|
2653
|
+
className: a = "",
|
|
2658
2654
|
style: n,
|
|
2659
2655
|
disabled: o = !1,
|
|
2660
2656
|
"data-testid": s,
|
|
2661
2657
|
"aria-label": c,
|
|
2662
2658
|
"aria-describedby": _
|
|
2663
2659
|
}) => {
|
|
2664
|
-
const d = !!
|
|
2660
|
+
const d = !!r, f = ie(
|
|
2665
2661
|
Xe.helper,
|
|
2666
2662
|
d && Xe["helper--error"],
|
|
2667
2663
|
o && Xe["helper--disabled"],
|
|
2668
|
-
|
|
2669
|
-
), p = o ? t :
|
|
2670
|
-
return /* @__PURE__ */
|
|
2664
|
+
a
|
|
2665
|
+
), p = o ? t : r || t;
|
|
2666
|
+
return /* @__PURE__ */ l.jsx(
|
|
2671
2667
|
"div",
|
|
2672
2668
|
{
|
|
2673
2669
|
className: f,
|
|
@@ -2675,25 +2671,25 @@ const St = Object.assign(ds, {
|
|
|
2675
2671
|
"data-testid": s,
|
|
2676
2672
|
"aria-label": c,
|
|
2677
2673
|
"aria-describedby": _,
|
|
2678
|
-
children: /* @__PURE__ */
|
|
2674
|
+
children: /* @__PURE__ */ l.jsx("p", { children: p })
|
|
2679
2675
|
}
|
|
2680
2676
|
);
|
|
2681
2677
|
};
|
|
2682
2678
|
export {
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2679
|
+
Is as Avatar,
|
|
2680
|
+
js as Badge,
|
|
2681
|
+
$s as Button,
|
|
2682
|
+
Ds as Checkbox,
|
|
2683
|
+
Ts as ConfigProvider,
|
|
2684
|
+
Bs as Helper,
|
|
2685
|
+
Rs as Image,
|
|
2686
|
+
zr as Loader,
|
|
2687
|
+
Ns as Tag,
|
|
2688
|
+
Ps as TextArea,
|
|
2689
|
+
Us as TextInput,
|
|
2690
|
+
Os as Typography,
|
|
2691
|
+
Vr as enUS,
|
|
2692
|
+
As as ruRU,
|
|
2693
|
+
Hr as useConfig,
|
|
2694
|
+
ks as useLocale
|
|
2699
2695
|
};
|