skillgrid 0.0.21-dev-39768-inputs.1152485 → 0.0.21-dev-31775-segmented-control-component.1157511
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/components/InputBase/Input.type.d.ts +0 -4
- package/dist/components/InputBase/InputBase.type.d.ts +3 -7
- package/dist/components/SegmentedControl/SegmentedControl.d.ts +5 -0
- package/dist/components/SegmentedControl/SegmentedControl.type.d.ts +38 -0
- package/dist/components/SegmentedControl/index.d.ts +2 -0
- package/dist/components/TextArea/TextArea.type.d.ts +2 -6
- package/dist/components/TextInput/TextInput.type.d.ts +2 -6
- package/dist/index.cjs.js +11 -11
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +1253 -1181
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import './index.css';function
|
|
1
|
+
import * as jt from "react";
|
|
2
|
+
import Rt, { forwardRef as X, useState as Me, useRef as ze, useEffect as ve, useCallback as Ee, Fragment as tt, createContext as sa, useContext as oa, useLayoutEffect as ia, useImperativeHandle as la, useId as at } from "react";
|
|
3
|
+
import ye, { clsx as K } from "clsx";
|
|
4
|
+
import './index.css';function ca(t) {
|
|
5
5
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
6
6
|
}
|
|
7
|
-
var
|
|
7
|
+
var Fe = { exports: {} }, De = {};
|
|
8
8
|
/**
|
|
9
9
|
* @license React
|
|
10
10
|
* react-jsx-runtime.production.min.js
|
|
@@ -14,21 +14,21 @@ var Oe = { exports: {} }, Re = {};
|
|
|
14
14
|
* This source code is licensed under the MIT license found in the
|
|
15
15
|
* LICENSE file in the root directory of this source tree.
|
|
16
16
|
*/
|
|
17
|
-
var
|
|
18
|
-
function
|
|
19
|
-
if (
|
|
20
|
-
|
|
21
|
-
var t =
|
|
17
|
+
var mt;
|
|
18
|
+
function da() {
|
|
19
|
+
if (mt) return De;
|
|
20
|
+
mt = 1;
|
|
21
|
+
var t = Rt, r = Symbol.for("react.element"), a = Symbol.for("react.fragment"), n = Object.prototype.hasOwnProperty, i = 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
|
-
var p, g = {},
|
|
24
|
-
f !== void 0 && (
|
|
23
|
+
var p, g = {}, h = null, b = null;
|
|
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: r, type: _, key:
|
|
27
|
+
return { $$typeof: r, type: _, key: h, ref: b, props: g, _owner: i.current };
|
|
28
28
|
}
|
|
29
|
-
return
|
|
29
|
+
return De.Fragment = a, De.jsx = c, De.jsxs = c, De;
|
|
30
30
|
}
|
|
31
|
-
var
|
|
31
|
+
var Oe = {};
|
|
32
32
|
/**
|
|
33
33
|
* @license React
|
|
34
34
|
* react-jsx-runtime.development.js
|
|
@@ -38,57 +38,57 @@ var ke = {};
|
|
|
38
38
|
* This source code is licensed under the MIT license found in the
|
|
39
39
|
* LICENSE file in the root directory of this source tree.
|
|
40
40
|
*/
|
|
41
|
-
var
|
|
42
|
-
function
|
|
43
|
-
return
|
|
44
|
-
var t =
|
|
45
|
-
function
|
|
41
|
+
var yt;
|
|
42
|
+
function ua() {
|
|
43
|
+
return yt || (yt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
44
|
+
var t = Rt, r = Symbol.for("react.element"), a = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), i = 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"), m = Symbol.iterator, w = "@@iterator";
|
|
45
|
+
function E(e) {
|
|
46
46
|
if (e === null || typeof e != "object")
|
|
47
47
|
return null;
|
|
48
|
-
var l =
|
|
48
|
+
var l = m && e[m] || e[w];
|
|
49
49
|
return typeof l == "function" ? l : null;
|
|
50
50
|
}
|
|
51
|
-
var
|
|
52
|
-
function
|
|
51
|
+
var C = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
52
|
+
function v(e) {
|
|
53
53
|
{
|
|
54
|
-
for (var l = arguments.length, u = new Array(l > 1 ? l - 1 : 0),
|
|
55
|
-
u[
|
|
56
|
-
|
|
54
|
+
for (var l = arguments.length, u = new Array(l > 1 ? l - 1 : 0), y = 1; y < l; y++)
|
|
55
|
+
u[y - 1] = arguments[y];
|
|
56
|
+
S("error", e, u);
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
function
|
|
59
|
+
function S(e, l, u) {
|
|
60
60
|
{
|
|
61
|
-
var
|
|
62
|
-
|
|
63
|
-
var
|
|
64
|
-
return String(
|
|
61
|
+
var y = C.ReactDebugCurrentFrame, j = y.getStackAddendum();
|
|
62
|
+
j !== "" && (l += "%s", u = u.concat([j]));
|
|
63
|
+
var A = u.map(function($) {
|
|
64
|
+
return String($);
|
|
65
65
|
});
|
|
66
|
-
|
|
66
|
+
A.unshift("Warning: " + l), Function.prototype.apply.call(console[e], console, A);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
|
-
var
|
|
70
|
-
|
|
71
|
-
function
|
|
72
|
-
return !!(typeof e == "string" || typeof e == "function" || e === n || e === s ||
|
|
69
|
+
var M = !1, T = !1, N = !1, k = !1, P = !1, D;
|
|
70
|
+
D = Symbol.for("react.module.reference");
|
|
71
|
+
function B(e) {
|
|
72
|
+
return !!(typeof e == "string" || typeof e == "function" || e === n || e === s || P || e === i || e === f || e === p || k || e === b || M || T || N || typeof e == "object" && e !== null && (e.$$typeof === h || e.$$typeof === g || e.$$typeof === c || e.$$typeof === _ || e.$$typeof === d || // This needs to include all possible module reference object
|
|
73
73
|
// types supported by any Flight configuration anywhere since
|
|
74
74
|
// we don't know which Flight build this will end up being used
|
|
75
75
|
// with.
|
|
76
|
-
e.$$typeof ===
|
|
76
|
+
e.$$typeof === D || e.getModuleId !== void 0));
|
|
77
77
|
}
|
|
78
|
-
function
|
|
79
|
-
var
|
|
80
|
-
if (
|
|
81
|
-
return
|
|
82
|
-
var
|
|
83
|
-
return
|
|
78
|
+
function x(e, l, u) {
|
|
79
|
+
var y = e.displayName;
|
|
80
|
+
if (y)
|
|
81
|
+
return y;
|
|
82
|
+
var j = l.displayName || l.name || "";
|
|
83
|
+
return j !== "" ? u + "(" + j + ")" : u;
|
|
84
84
|
}
|
|
85
|
-
function
|
|
85
|
+
function F(e) {
|
|
86
86
|
return e.displayName || "Context";
|
|
87
87
|
}
|
|
88
|
-
function
|
|
88
|
+
function O(e) {
|
|
89
89
|
if (e == null)
|
|
90
90
|
return null;
|
|
91
|
-
if (typeof e.tag == "number" &&
|
|
91
|
+
if (typeof e.tag == "number" && v("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
92
92
|
return e.displayName || e.name || null;
|
|
93
93
|
if (typeof e == "string")
|
|
94
94
|
return e;
|
|
@@ -110,19 +110,19 @@ function ca() {
|
|
|
110
110
|
switch (e.$$typeof) {
|
|
111
111
|
case _:
|
|
112
112
|
var l = e;
|
|
113
|
-
return
|
|
113
|
+
return F(l) + ".Consumer";
|
|
114
114
|
case c:
|
|
115
115
|
var u = e;
|
|
116
|
-
return
|
|
116
|
+
return F(u._context) + ".Provider";
|
|
117
117
|
case d:
|
|
118
|
-
return
|
|
118
|
+
return x(e, e.render, "ForwardRef");
|
|
119
119
|
case g:
|
|
120
|
-
var
|
|
121
|
-
return
|
|
122
|
-
case
|
|
123
|
-
var
|
|
120
|
+
var y = e.displayName || null;
|
|
121
|
+
return y !== null ? y : O(e.type) || "Memo";
|
|
122
|
+
case h: {
|
|
123
|
+
var j = e, A = j._payload, $ = j._init;
|
|
124
124
|
try {
|
|
125
|
-
return
|
|
125
|
+
return O($(A));
|
|
126
126
|
} catch {
|
|
127
127
|
return null;
|
|
128
128
|
}
|
|
@@ -130,18 +130,18 @@ function ca() {
|
|
|
130
130
|
}
|
|
131
131
|
return null;
|
|
132
132
|
}
|
|
133
|
-
var
|
|
134
|
-
function
|
|
133
|
+
var R = Object.assign, W = 0, H, Q, G, te, ae, re, me;
|
|
134
|
+
function ne() {
|
|
135
135
|
}
|
|
136
|
-
|
|
136
|
+
ne.__reactDisabledLog = !0;
|
|
137
137
|
function xe() {
|
|
138
138
|
{
|
|
139
|
-
if (
|
|
140
|
-
|
|
139
|
+
if (W === 0) {
|
|
140
|
+
H = console.log, Q = console.info, G = console.warn, te = console.error, ae = console.group, re = console.groupCollapsed, me = console.groupEnd;
|
|
141
141
|
var e = {
|
|
142
142
|
configurable: !0,
|
|
143
143
|
enumerable: !0,
|
|
144
|
-
value:
|
|
144
|
+
value: ne,
|
|
145
145
|
writable: !0
|
|
146
146
|
};
|
|
147
147
|
Object.defineProperties(console, {
|
|
@@ -154,250 +154,250 @@ function ca() {
|
|
|
154
154
|
groupEnd: e
|
|
155
155
|
});
|
|
156
156
|
}
|
|
157
|
-
|
|
157
|
+
W++;
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
function
|
|
160
|
+
function $e() {
|
|
161
161
|
{
|
|
162
|
-
if (
|
|
162
|
+
if (W--, W === 0) {
|
|
163
163
|
var e = {
|
|
164
164
|
configurable: !0,
|
|
165
165
|
enumerable: !0,
|
|
166
166
|
writable: !0
|
|
167
167
|
};
|
|
168
168
|
Object.defineProperties(console, {
|
|
169
|
-
log:
|
|
170
|
-
value:
|
|
169
|
+
log: R({}, e, {
|
|
170
|
+
value: H
|
|
171
171
|
}),
|
|
172
|
-
info:
|
|
173
|
-
value:
|
|
172
|
+
info: R({}, e, {
|
|
173
|
+
value: Q
|
|
174
174
|
}),
|
|
175
|
-
warn:
|
|
176
|
-
value:
|
|
175
|
+
warn: R({}, e, {
|
|
176
|
+
value: G
|
|
177
177
|
}),
|
|
178
|
-
error:
|
|
179
|
-
value:
|
|
178
|
+
error: R({}, e, {
|
|
179
|
+
value: te
|
|
180
180
|
}),
|
|
181
|
-
group:
|
|
182
|
-
value:
|
|
181
|
+
group: R({}, e, {
|
|
182
|
+
value: ae
|
|
183
183
|
}),
|
|
184
|
-
groupCollapsed:
|
|
184
|
+
groupCollapsed: R({}, e, {
|
|
185
185
|
value: re
|
|
186
186
|
}),
|
|
187
|
-
groupEnd:
|
|
188
|
-
value:
|
|
187
|
+
groupEnd: R({}, e, {
|
|
188
|
+
value: me
|
|
189
189
|
})
|
|
190
190
|
});
|
|
191
191
|
}
|
|
192
|
-
|
|
192
|
+
W < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
|
-
var
|
|
196
|
-
function
|
|
195
|
+
var Ie = C.ReactCurrentDispatcher, ue;
|
|
196
|
+
function le(e, l, u) {
|
|
197
197
|
{
|
|
198
|
-
if (
|
|
198
|
+
if (ue === void 0)
|
|
199
199
|
try {
|
|
200
200
|
throw Error();
|
|
201
|
-
} catch (
|
|
202
|
-
var
|
|
203
|
-
|
|
201
|
+
} catch (j) {
|
|
202
|
+
var y = j.stack.trim().match(/\n( *(at )?)/);
|
|
203
|
+
ue = y && y[1] || "";
|
|
204
204
|
}
|
|
205
205
|
return `
|
|
206
|
-
` +
|
|
206
|
+
` + ue + e;
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
var
|
|
209
|
+
var _e = !1, ce;
|
|
210
210
|
{
|
|
211
211
|
var Ce = typeof WeakMap == "function" ? WeakMap : Map;
|
|
212
|
-
|
|
212
|
+
ce = new Ce();
|
|
213
213
|
}
|
|
214
|
-
function
|
|
215
|
-
if (!e ||
|
|
214
|
+
function Y(e, l) {
|
|
215
|
+
if (!e || _e)
|
|
216
216
|
return "";
|
|
217
217
|
{
|
|
218
|
-
var u =
|
|
218
|
+
var u = ce.get(e);
|
|
219
219
|
if (u !== void 0)
|
|
220
220
|
return u;
|
|
221
221
|
}
|
|
222
|
-
var
|
|
223
|
-
|
|
224
|
-
var
|
|
222
|
+
var y;
|
|
223
|
+
_e = !0;
|
|
224
|
+
var j = Error.prepareStackTrace;
|
|
225
225
|
Error.prepareStackTrace = void 0;
|
|
226
|
-
var
|
|
227
|
-
|
|
226
|
+
var A;
|
|
227
|
+
A = Ie.current, Ie.current = null, xe();
|
|
228
228
|
try {
|
|
229
229
|
if (l) {
|
|
230
|
-
var
|
|
230
|
+
var $ = function() {
|
|
231
231
|
throw Error();
|
|
232
232
|
};
|
|
233
|
-
if (Object.defineProperty(
|
|
233
|
+
if (Object.defineProperty($.prototype, "props", {
|
|
234
234
|
set: function() {
|
|
235
235
|
throw Error();
|
|
236
236
|
}
|
|
237
237
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
238
238
|
try {
|
|
239
|
-
Reflect.construct(
|
|
240
|
-
} catch (
|
|
241
|
-
|
|
239
|
+
Reflect.construct($, []);
|
|
240
|
+
} catch (J) {
|
|
241
|
+
y = J;
|
|
242
242
|
}
|
|
243
|
-
Reflect.construct(e, [],
|
|
243
|
+
Reflect.construct(e, [], $);
|
|
244
244
|
} else {
|
|
245
245
|
try {
|
|
246
|
-
|
|
247
|
-
} catch (
|
|
248
|
-
|
|
246
|
+
$.call();
|
|
247
|
+
} catch (J) {
|
|
248
|
+
y = J;
|
|
249
249
|
}
|
|
250
|
-
e.call(
|
|
250
|
+
e.call($.prototype);
|
|
251
251
|
}
|
|
252
252
|
} else {
|
|
253
253
|
try {
|
|
254
254
|
throw Error();
|
|
255
|
-
} catch (
|
|
256
|
-
|
|
255
|
+
} catch (J) {
|
|
256
|
+
y = J;
|
|
257
257
|
}
|
|
258
258
|
e();
|
|
259
259
|
}
|
|
260
|
-
} catch (
|
|
261
|
-
if (
|
|
262
|
-
for (var
|
|
263
|
-
`),
|
|
264
|
-
`),
|
|
265
|
-
|
|
266
|
-
for (;
|
|
267
|
-
if (
|
|
268
|
-
if (
|
|
260
|
+
} catch (J) {
|
|
261
|
+
if (J && y && typeof J.stack == "string") {
|
|
262
|
+
for (var L = J.stack.split(`
|
|
263
|
+
`), Z = y.stack.split(`
|
|
264
|
+
`), U = L.length - 1, V = Z.length - 1; U >= 1 && V >= 0 && L[U] !== Z[V]; )
|
|
265
|
+
V--;
|
|
266
|
+
for (; U >= 1 && V >= 0; U--, V--)
|
|
267
|
+
if (L[U] !== Z[V]) {
|
|
268
|
+
if (U !== 1 || V !== 1)
|
|
269
269
|
do
|
|
270
|
-
if (
|
|
270
|
+
if (U--, V--, V < 0 || L[U] !== Z[V]) {
|
|
271
271
|
var se = `
|
|
272
|
-
` +
|
|
273
|
-
return e.displayName && se.includes("<anonymous>") && (se = se.replace("<anonymous>", e.displayName)), typeof e == "function" &&
|
|
272
|
+
` + L[U].replace(" at new ", " at ");
|
|
273
|
+
return e.displayName && se.includes("<anonymous>") && (se = se.replace("<anonymous>", e.displayName)), typeof e == "function" && ce.set(e, se), se;
|
|
274
274
|
}
|
|
275
|
-
while (
|
|
275
|
+
while (U >= 1 && V >= 0);
|
|
276
276
|
break;
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
279
|
} finally {
|
|
280
|
-
|
|
280
|
+
_e = !1, Ie.current = A, $e(), Error.prepareStackTrace = j;
|
|
281
281
|
}
|
|
282
|
-
var
|
|
283
|
-
return typeof e == "function" &&
|
|
282
|
+
var Re = e ? e.displayName || e.name : "", Se = Re ? le(Re) : "";
|
|
283
|
+
return typeof e == "function" && ce.set(e, Se), Se;
|
|
284
284
|
}
|
|
285
|
-
function
|
|
286
|
-
return
|
|
285
|
+
function ee(e, l, u) {
|
|
286
|
+
return Y(e, !1);
|
|
287
287
|
}
|
|
288
|
-
function
|
|
288
|
+
function de(e) {
|
|
289
289
|
var l = e.prototype;
|
|
290
290
|
return !!(l && l.isReactComponent);
|
|
291
291
|
}
|
|
292
|
-
function
|
|
292
|
+
function Pe(e, l, u) {
|
|
293
293
|
if (e == null)
|
|
294
294
|
return "";
|
|
295
295
|
if (typeof e == "function")
|
|
296
|
-
return
|
|
296
|
+
return Y(e, de(e));
|
|
297
297
|
if (typeof e == "string")
|
|
298
|
-
return
|
|
298
|
+
return le(e);
|
|
299
299
|
switch (e) {
|
|
300
300
|
case f:
|
|
301
|
-
return
|
|
301
|
+
return le("Suspense");
|
|
302
302
|
case p:
|
|
303
|
-
return
|
|
303
|
+
return le("SuspenseList");
|
|
304
304
|
}
|
|
305
305
|
if (typeof e == "object")
|
|
306
306
|
switch (e.$$typeof) {
|
|
307
307
|
case d:
|
|
308
|
-
return
|
|
308
|
+
return ee(e.render);
|
|
309
309
|
case g:
|
|
310
|
-
return
|
|
311
|
-
case
|
|
312
|
-
var
|
|
310
|
+
return Pe(e.type, l, u);
|
|
311
|
+
case h: {
|
|
312
|
+
var y = e, j = y._payload, A = y._init;
|
|
313
313
|
try {
|
|
314
|
-
return
|
|
314
|
+
return Pe(A(j), l, u);
|
|
315
315
|
} catch {
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
319
|
return "";
|
|
320
320
|
}
|
|
321
|
-
var
|
|
322
|
-
function
|
|
321
|
+
var Ne = Object.prototype.hasOwnProperty, nt = {}, st = C.ReactDebugCurrentFrame;
|
|
322
|
+
function Be(e) {
|
|
323
323
|
if (e) {
|
|
324
|
-
var l = e._owner, u =
|
|
325
|
-
|
|
324
|
+
var l = e._owner, u = Pe(e.type, e._source, l ? l.type : null);
|
|
325
|
+
st.setExtraStackFrame(u);
|
|
326
326
|
} else
|
|
327
|
-
|
|
327
|
+
st.setExtraStackFrame(null);
|
|
328
328
|
}
|
|
329
|
-
function
|
|
329
|
+
function Ot(e, l, u, y, j) {
|
|
330
330
|
{
|
|
331
|
-
var
|
|
332
|
-
for (var
|
|
333
|
-
if (
|
|
334
|
-
var
|
|
331
|
+
var A = Function.call.bind(Ne);
|
|
332
|
+
for (var $ in e)
|
|
333
|
+
if (A(e, $)) {
|
|
334
|
+
var L = void 0;
|
|
335
335
|
try {
|
|
336
|
-
if (typeof e[
|
|
337
|
-
var
|
|
338
|
-
throw
|
|
336
|
+
if (typeof e[$] != "function") {
|
|
337
|
+
var Z = Error((y || "React class") + ": " + u + " type `" + $ + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[$] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
338
|
+
throw Z.name = "Invariant Violation", Z;
|
|
339
339
|
}
|
|
340
|
-
|
|
341
|
-
} catch (
|
|
342
|
-
|
|
340
|
+
L = e[$](l, $, y, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
341
|
+
} catch (U) {
|
|
342
|
+
L = U;
|
|
343
343
|
}
|
|
344
|
-
|
|
344
|
+
L && !(L instanceof Error) && (Be(j), v("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", y || "React class", u, $, typeof L), Be(null)), L instanceof Error && !(L.message in nt) && (nt[L.message] = !0, Be(j), v("Failed %s type: %s", u, L.message), Be(null));
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
|
-
var
|
|
349
|
-
function
|
|
350
|
-
return
|
|
348
|
+
var Ut = Array.isArray;
|
|
349
|
+
function He(e) {
|
|
350
|
+
return Ut(e);
|
|
351
351
|
}
|
|
352
|
-
function
|
|
352
|
+
function zt(e) {
|
|
353
353
|
{
|
|
354
354
|
var l = typeof Symbol == "function" && Symbol.toStringTag, u = l && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
355
355
|
return u;
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
function
|
|
358
|
+
function Pt(e) {
|
|
359
359
|
try {
|
|
360
|
-
return
|
|
360
|
+
return ot(e), !1;
|
|
361
361
|
} catch {
|
|
362
362
|
return !0;
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
|
-
function
|
|
365
|
+
function ot(e) {
|
|
366
366
|
return "" + e;
|
|
367
367
|
}
|
|
368
|
-
function
|
|
369
|
-
if (
|
|
370
|
-
return
|
|
368
|
+
function it(e) {
|
|
369
|
+
if (Pt(e))
|
|
370
|
+
return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", zt(e)), ot(e);
|
|
371
371
|
}
|
|
372
|
-
var
|
|
372
|
+
var lt = C.ReactCurrentOwner, Bt = {
|
|
373
373
|
key: !0,
|
|
374
374
|
ref: !0,
|
|
375
375
|
__self: !0,
|
|
376
376
|
__source: !0
|
|
377
|
-
},
|
|
378
|
-
function
|
|
379
|
-
if (
|
|
377
|
+
}, ct, dt;
|
|
378
|
+
function Ft(e) {
|
|
379
|
+
if (Ne.call(e, "ref")) {
|
|
380
380
|
var l = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
381
381
|
if (l && l.isReactWarning)
|
|
382
382
|
return !1;
|
|
383
383
|
}
|
|
384
384
|
return e.ref !== void 0;
|
|
385
385
|
}
|
|
386
|
-
function
|
|
387
|
-
if (
|
|
386
|
+
function Vt(e) {
|
|
387
|
+
if (Ne.call(e, "key")) {
|
|
388
388
|
var l = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
389
389
|
if (l && l.isReactWarning)
|
|
390
390
|
return !1;
|
|
391
391
|
}
|
|
392
392
|
return e.key !== void 0;
|
|
393
393
|
}
|
|
394
|
-
function
|
|
395
|
-
typeof e.ref == "string" &&
|
|
394
|
+
function Wt(e, l) {
|
|
395
|
+
typeof e.ref == "string" && lt.current;
|
|
396
396
|
}
|
|
397
|
-
function
|
|
397
|
+
function Ht(e, l) {
|
|
398
398
|
{
|
|
399
399
|
var u = function() {
|
|
400
|
-
|
|
400
|
+
ct || (ct = !0, v("%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)", l));
|
|
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 Gt(e, l) {
|
|
409
409
|
{
|
|
410
410
|
var u = function() {
|
|
411
|
-
|
|
411
|
+
dt || (dt = !0, v("%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)", l));
|
|
412
412
|
};
|
|
413
413
|
u.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
414
414
|
get: u,
|
|
@@ -416,70 +416,70 @@ function ca() {
|
|
|
416
416
|
});
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
|
-
var
|
|
420
|
-
var
|
|
419
|
+
var Zt = function(e, l, u, y, j, A, $) {
|
|
420
|
+
var L = {
|
|
421
421
|
// This tag allows us to uniquely identify this as a React Element
|
|
422
422
|
$$typeof: r,
|
|
423
423
|
// Built-in properties that belong on the element
|
|
424
424
|
type: e,
|
|
425
425
|
key: l,
|
|
426
426
|
ref: u,
|
|
427
|
-
props:
|
|
427
|
+
props: $,
|
|
428
428
|
// Record the component responsible for creating this element.
|
|
429
|
-
_owner:
|
|
429
|
+
_owner: A
|
|
430
430
|
};
|
|
431
|
-
return
|
|
431
|
+
return L._store = {}, Object.defineProperty(L._store, "validated", {
|
|
432
432
|
configurable: !1,
|
|
433
433
|
enumerable: !1,
|
|
434
434
|
writable: !0,
|
|
435
435
|
value: !1
|
|
436
|
-
}), Object.defineProperty(
|
|
436
|
+
}), Object.defineProperty(L, "_self", {
|
|
437
437
|
configurable: !1,
|
|
438
438
|
enumerable: !1,
|
|
439
439
|
writable: !1,
|
|
440
|
-
value:
|
|
441
|
-
}), Object.defineProperty(
|
|
440
|
+
value: y
|
|
441
|
+
}), Object.defineProperty(L, "_source", {
|
|
442
442
|
configurable: !1,
|
|
443
443
|
enumerable: !1,
|
|
444
444
|
writable: !1,
|
|
445
|
-
value:
|
|
446
|
-
}), Object.freeze && (Object.freeze(
|
|
445
|
+
value: j
|
|
446
|
+
}), Object.freeze && (Object.freeze(L.props), Object.freeze(L)), L;
|
|
447
447
|
};
|
|
448
|
-
function
|
|
448
|
+
function qt(e, l, u, y, j) {
|
|
449
449
|
{
|
|
450
|
-
var
|
|
451
|
-
u !== void 0 && (
|
|
452
|
-
for (
|
|
453
|
-
|
|
450
|
+
var A, $ = {}, L = null, Z = null;
|
|
451
|
+
u !== void 0 && (it(u), L = "" + u), Vt(l) && (it(l.key), L = "" + l.key), Ft(l) && (Z = l.ref, Wt(l, j));
|
|
452
|
+
for (A in l)
|
|
453
|
+
Ne.call(l, A) && !Bt.hasOwnProperty(A) && ($[A] = l[A]);
|
|
454
454
|
if (e && e.defaultProps) {
|
|
455
|
-
var
|
|
456
|
-
for (
|
|
457
|
-
|
|
455
|
+
var U = e.defaultProps;
|
|
456
|
+
for (A in U)
|
|
457
|
+
$[A] === void 0 && ($[A] = U[A]);
|
|
458
458
|
}
|
|
459
|
-
if (
|
|
460
|
-
var
|
|
461
|
-
|
|
459
|
+
if (L || Z) {
|
|
460
|
+
var V = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
461
|
+
L && Ht($, V), Z && Gt($, V);
|
|
462
462
|
}
|
|
463
|
-
return
|
|
463
|
+
return Zt(e, L, Z, j, y, lt.current, $);
|
|
464
464
|
}
|
|
465
465
|
}
|
|
466
|
-
var
|
|
467
|
-
function
|
|
466
|
+
var Ge = C.ReactCurrentOwner, ut = C.ReactDebugCurrentFrame;
|
|
467
|
+
function je(e) {
|
|
468
468
|
if (e) {
|
|
469
|
-
var l = e._owner, u =
|
|
470
|
-
|
|
469
|
+
var l = e._owner, u = Pe(e.type, e._source, l ? l.type : null);
|
|
470
|
+
ut.setExtraStackFrame(u);
|
|
471
471
|
} else
|
|
472
|
-
|
|
472
|
+
ut.setExtraStackFrame(null);
|
|
473
473
|
}
|
|
474
|
-
var
|
|
475
|
-
|
|
476
|
-
function
|
|
474
|
+
var Ze;
|
|
475
|
+
Ze = !1;
|
|
476
|
+
function qe(e) {
|
|
477
477
|
return typeof e == "object" && e !== null && e.$$typeof === r;
|
|
478
478
|
}
|
|
479
|
-
function
|
|
479
|
+
function _t() {
|
|
480
480
|
{
|
|
481
|
-
if (
|
|
482
|
-
var e =
|
|
481
|
+
if (Ge.current) {
|
|
482
|
+
var e = O(Ge.current.type);
|
|
483
483
|
if (e)
|
|
484
484
|
return `
|
|
485
485
|
|
|
@@ -488,13 +488,13 @@ Check the render method of \`` + e + "`.";
|
|
|
488
488
|
return "";
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
|
-
function
|
|
491
|
+
function Yt(e) {
|
|
492
492
|
return "";
|
|
493
493
|
}
|
|
494
|
-
var
|
|
495
|
-
function
|
|
494
|
+
var pt = {};
|
|
495
|
+
function Jt(e) {
|
|
496
496
|
{
|
|
497
|
-
var l =
|
|
497
|
+
var l = _t();
|
|
498
498
|
if (!l) {
|
|
499
499
|
var u = typeof e == "string" ? e : e.displayName || e.name;
|
|
500
500
|
u && (l = `
|
|
@@ -504,39 +504,39 @@ Check the top-level render call using <` + u + ">.");
|
|
|
504
504
|
return l;
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
|
-
function
|
|
507
|
+
function ft(e, l) {
|
|
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 =
|
|
513
|
-
if (
|
|
512
|
+
var u = Jt(l);
|
|
513
|
+
if (pt[u])
|
|
514
514
|
return;
|
|
515
|
-
|
|
516
|
-
var
|
|
517
|
-
e && e._owner && e._owner !==
|
|
515
|
+
pt[u] = !0;
|
|
516
|
+
var y = "";
|
|
517
|
+
e && e._owner && e._owner !== Ge.current && (y = " It was passed a child from " + O(e._owner.type) + "."), je(e), v('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, y), je(null);
|
|
518
518
|
}
|
|
519
519
|
}
|
|
520
|
-
function
|
|
520
|
+
function gt(e, l) {
|
|
521
521
|
{
|
|
522
522
|
if (typeof e != "object")
|
|
523
523
|
return;
|
|
524
|
-
if (
|
|
524
|
+
if (He(e))
|
|
525
525
|
for (var u = 0; u < e.length; u++) {
|
|
526
|
-
var
|
|
527
|
-
|
|
526
|
+
var y = e[u];
|
|
527
|
+
qe(y) && ft(y, l);
|
|
528
528
|
}
|
|
529
|
-
else if (
|
|
529
|
+
else if (qe(e))
|
|
530
530
|
e._store && (e._store.validated = !0);
|
|
531
531
|
else if (e) {
|
|
532
|
-
var
|
|
533
|
-
if (typeof
|
|
534
|
-
for (var
|
|
535
|
-
|
|
532
|
+
var j = E(e);
|
|
533
|
+
if (typeof j == "function" && j !== e.entries)
|
|
534
|
+
for (var A = j.call(e), $; !($ = A.next()).done; )
|
|
535
|
+
qe($.value) && ft($.value, l);
|
|
536
536
|
}
|
|
537
537
|
}
|
|
538
538
|
}
|
|
539
|
-
function
|
|
539
|
+
function Kt(e) {
|
|
540
540
|
{
|
|
541
541
|
var l = e.type;
|
|
542
542
|
if (l == null || typeof l == "string")
|
|
@@ -551,124 +551,124 @@ Check the top-level render call using <` + u + ">.");
|
|
|
551
551
|
else
|
|
552
552
|
return;
|
|
553
553
|
if (u) {
|
|
554
|
-
var
|
|
555
|
-
|
|
556
|
-
} else if (l.PropTypes !== void 0 && !
|
|
557
|
-
|
|
558
|
-
var
|
|
559
|
-
|
|
554
|
+
var y = O(l);
|
|
555
|
+
Ot(u, e.props, "prop", y, e);
|
|
556
|
+
} else if (l.PropTypes !== void 0 && !Ze) {
|
|
557
|
+
Ze = !0;
|
|
558
|
+
var j = O(l);
|
|
559
|
+
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", j || "Unknown");
|
|
560
560
|
}
|
|
561
|
-
typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved &&
|
|
561
|
+
typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
562
562
|
}
|
|
563
563
|
}
|
|
564
|
-
function
|
|
564
|
+
function Xt(e) {
|
|
565
565
|
{
|
|
566
566
|
for (var l = Object.keys(e.props), u = 0; u < l.length; u++) {
|
|
567
|
-
var
|
|
568
|
-
if (
|
|
569
|
-
|
|
567
|
+
var y = l[u];
|
|
568
|
+
if (y !== "children" && y !== "key") {
|
|
569
|
+
je(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", y), je(null);
|
|
570
570
|
break;
|
|
571
571
|
}
|
|
572
572
|
}
|
|
573
|
-
e.ref !== null && (
|
|
573
|
+
e.ref !== null && (je(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), je(null));
|
|
574
574
|
}
|
|
575
575
|
}
|
|
576
|
-
var
|
|
577
|
-
function
|
|
576
|
+
var ht = {};
|
|
577
|
+
function bt(e, l, u, y, j, A) {
|
|
578
578
|
{
|
|
579
|
-
var
|
|
580
|
-
if (
|
|
581
|
-
var
|
|
582
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (
|
|
583
|
-
var
|
|
584
|
-
|
|
585
|
-
var
|
|
586
|
-
e === null ?
|
|
579
|
+
var $ = B(e);
|
|
580
|
+
if (!$) {
|
|
581
|
+
var L = "";
|
|
582
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (L += " 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 = Yt();
|
|
584
|
+
Z ? L += Z : L += _t();
|
|
585
|
+
var U;
|
|
586
|
+
e === null ? U = "null" : He(e) ? U = "array" : e !== void 0 && e.$$typeof === r ? (U = "<" + (O(e.type) || "Unknown") + " />", L = " Did you accidentally export a JSX literal instead of a component?") : U = typeof e, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", U, L);
|
|
587
587
|
}
|
|
588
|
-
var
|
|
589
|
-
if (
|
|
590
|
-
return
|
|
591
|
-
if (
|
|
588
|
+
var V = qt(e, l, u, j, A);
|
|
589
|
+
if (V == null)
|
|
590
|
+
return V;
|
|
591
|
+
if ($) {
|
|
592
592
|
var se = l.children;
|
|
593
593
|
if (se !== void 0)
|
|
594
|
-
if (
|
|
595
|
-
if (
|
|
596
|
-
for (var
|
|
597
|
-
|
|
594
|
+
if (y)
|
|
595
|
+
if (He(se)) {
|
|
596
|
+
for (var Re = 0; Re < se.length; Re++)
|
|
597
|
+
gt(se[Re], e);
|
|
598
598
|
Object.freeze && Object.freeze(se);
|
|
599
599
|
} else
|
|
600
|
-
|
|
600
|
+
v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
601
601
|
else
|
|
602
|
-
|
|
602
|
+
gt(se, e);
|
|
603
603
|
}
|
|
604
|
-
if (
|
|
605
|
-
var
|
|
606
|
-
return
|
|
607
|
-
}),
|
|
608
|
-
if (!
|
|
609
|
-
var
|
|
610
|
-
|
|
604
|
+
if (Ne.call(l, "key")) {
|
|
605
|
+
var Se = O(e), J = Object.keys(l).filter(function(na) {
|
|
606
|
+
return na !== "key";
|
|
607
|
+
}), Ye = J.length > 0 ? "{key: someKey, " + J.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
608
|
+
if (!ht[Se + Ye]) {
|
|
609
|
+
var ra = J.length > 0 ? "{" + J.join(": ..., ") + ": ...}" : "{}";
|
|
610
|
+
v(`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} />`,
|
|
615
|
+
<%s key={someKey} {...props} />`, Ye, Se, ra, Se), ht[Se + Ye] = !0;
|
|
616
616
|
}
|
|
617
617
|
}
|
|
618
|
-
return e === n ?
|
|
618
|
+
return e === n ? Xt(V) : Kt(V), V;
|
|
619
619
|
}
|
|
620
620
|
}
|
|
621
|
-
function
|
|
622
|
-
return
|
|
621
|
+
function Qt(e, l, u) {
|
|
622
|
+
return bt(e, l, u, !0);
|
|
623
623
|
}
|
|
624
|
-
function
|
|
625
|
-
return
|
|
624
|
+
function ea(e, l, u) {
|
|
625
|
+
return bt(e, l, u, !1);
|
|
626
626
|
}
|
|
627
|
-
var
|
|
628
|
-
|
|
629
|
-
}()),
|
|
627
|
+
var ta = ea, aa = Qt;
|
|
628
|
+
Oe.Fragment = n, Oe.jsx = ta, Oe.jsxs = aa;
|
|
629
|
+
}()), Oe;
|
|
630
630
|
}
|
|
631
|
-
var
|
|
632
|
-
function
|
|
633
|
-
return
|
|
631
|
+
var vt;
|
|
632
|
+
function _a() {
|
|
633
|
+
return vt || (vt = 1, process.env.NODE_ENV === "production" ? Fe.exports = da() : Fe.exports = ua()), Fe.exports;
|
|
634
634
|
}
|
|
635
|
-
var o =
|
|
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:
|
|
671
|
-
},
|
|
635
|
+
var o = _a();
|
|
636
|
+
const pa = (t) => t.as === "a", fa = (t) => t.as === void 0 || t.as === "button", ga = "_button_1abee_213", ha = "_disabled_1abee_237", ba = "_loading_1abee_237", ma = "_neutral_1abee_259", ya = "_accent_1abee_263", va = "_positive_1abee_267", xa = "_negative_1abee_271", Ca = "_contrast_1abee_275", Sa = "_special_1abee_279", wa = "_primary_1abee_284", Ea = "_secondary_1abee_285", La = "_tertiary_1abee_286", Ma = "_label_1abee_321", $a = "_rightGroup_1abee_333", Ia = "_iconOnly_1abee_349", ja = "_large_1abee_357", Ra = "_medium_1abee_361", ka = "_small_1abee_365", Ta = "_spaceBetween_1abee_370", Aa = "_stretched_1abee_384", Na = "_icon_1abee_349", Da = "_badge_1abee_705", Oa = "_badgeMedium_1abee_721", Ua = "_circular_1abee_738", za = "_badgeSmall_1abee_743", Pa = "_badgeExtraSmall_1abee_765", Ba = "_withSubcaption_1abee_784", Fa = "_subcaption_1abee_797", Va = "_loader_1abee_804", Wa = "_spin_1abee_1", Ha = "_l_1abee_237", Ga = "_m_1abee_361", Za = "_s_1abee_279", qa = "_xs_1abee_869", z = {
|
|
637
|
+
button: ga,
|
|
638
|
+
disabled: ha,
|
|
639
|
+
loading: ba,
|
|
640
|
+
neutral: ma,
|
|
641
|
+
accent: ya,
|
|
642
|
+
positive: va,
|
|
643
|
+
negative: xa,
|
|
644
|
+
contrast: Ca,
|
|
645
|
+
special: Sa,
|
|
646
|
+
primary: wa,
|
|
647
|
+
secondary: Ea,
|
|
648
|
+
tertiary: La,
|
|
649
|
+
label: Ma,
|
|
650
|
+
rightGroup: $a,
|
|
651
|
+
iconOnly: Ia,
|
|
652
|
+
large: ja,
|
|
653
|
+
medium: Ra,
|
|
654
|
+
small: ka,
|
|
655
|
+
spaceBetween: Ta,
|
|
656
|
+
stretched: Aa,
|
|
657
|
+
icon: Na,
|
|
658
|
+
badge: Da,
|
|
659
|
+
badgeMedium: Oa,
|
|
660
|
+
circular: Ua,
|
|
661
|
+
badgeSmall: za,
|
|
662
|
+
badgeExtraSmall: Pa,
|
|
663
|
+
withSubcaption: Ba,
|
|
664
|
+
subcaption: Fa,
|
|
665
|
+
loader: Va,
|
|
666
|
+
spin: Wa,
|
|
667
|
+
l: Ha,
|
|
668
|
+
m: Ga,
|
|
669
|
+
s: Za,
|
|
670
|
+
xs: qa
|
|
671
|
+
}, xt = ({
|
|
672
672
|
isLoading: t,
|
|
673
673
|
showBadge: r,
|
|
674
674
|
badgeValue: a,
|
|
@@ -681,33 +681,33 @@ 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__ */ o.jsx("span", { className:
|
|
685
|
-
const p = n === "extra-small", g = parseInt(String(a), 10),
|
|
684
|
+
return /* @__PURE__ */ o.jsx("span", { className: z.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
686
|
return /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
|
|
687
687
|
r && (a || p) && /* @__PURE__ */ o.jsx(
|
|
688
688
|
"span",
|
|
689
689
|
{
|
|
690
690
|
"data-testid": "button-badge",
|
|
691
|
-
className:
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
{ [
|
|
691
|
+
className: K(
|
|
692
|
+
z.badge,
|
|
693
|
+
z[`badge${p ? "ExtraSmall" : n === "medium" ? "Medium" : "Small"}`],
|
|
694
|
+
{ [z.circular]: h && !p }
|
|
695
695
|
),
|
|
696
696
|
children: !p && a
|
|
697
697
|
}
|
|
698
698
|
),
|
|
699
699
|
_ && f !== "s" && f !== "xs" ? /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
|
|
700
|
-
/* @__PURE__ */ o.jsx("span", { "data-testid": "button-label", className:
|
|
701
|
-
/* @__PURE__ */ o.jsx("span", { "data-testid": "button-subcaption", className:
|
|
700
|
+
/* @__PURE__ */ o.jsx("span", { "data-testid": "button-label", className: z.label, children: s }),
|
|
701
|
+
/* @__PURE__ */ o.jsx("span", { "data-testid": "button-subcaption", className: z.subcaption, children: d })
|
|
702
702
|
] }) : s ? /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
|
|
703
|
-
/* @__PURE__ */ o.jsx("span", { "data-testid": "button-label", className:
|
|
704
|
-
/* @__PURE__ */ o.jsxs("div", { "data-testid": "button-right-group", className:
|
|
705
|
-
i && /* @__PURE__ */ o.jsx("span", { "data-testid": "button-icon", className:
|
|
706
|
-
c && /* @__PURE__ */ o.jsx("span", { "data-testid": "button-postfix", className:
|
|
703
|
+
/* @__PURE__ */ o.jsx("span", { "data-testid": "button-label", className: z.label, children: s }),
|
|
704
|
+
/* @__PURE__ */ o.jsxs("div", { "data-testid": "button-right-group", className: z.rightGroup, children: [
|
|
705
|
+
i && /* @__PURE__ */ o.jsx("span", { "data-testid": "button-icon", className: z.icon, children: i }),
|
|
706
|
+
c && /* @__PURE__ */ o.jsx("span", { "data-testid": "button-postfix", className: z.postfix, children: c })
|
|
707
707
|
] })
|
|
708
|
-
] }) : /* @__PURE__ */ o.jsx("span", { "data-testid": "button-icon", className:
|
|
708
|
+
] }) : /* @__PURE__ */ o.jsx("span", { "data-testid": "button-icon", className: z.icon, children: i })
|
|
709
709
|
] });
|
|
710
|
-
},
|
|
710
|
+
}, Ps = X((t, r) => {
|
|
711
711
|
const {
|
|
712
712
|
mode: a = "primary",
|
|
713
713
|
size: n = "m",
|
|
@@ -719,136 +719,136 @@ const ua = (t) => t.as === "a", _a = (t) => t.as === void 0 || t.as === "button"
|
|
|
719
719
|
badgeValue: f,
|
|
720
720
|
showSubcaption: p = !1,
|
|
721
721
|
subcaption: g,
|
|
722
|
-
stretched:
|
|
723
|
-
spaceBetween:
|
|
724
|
-
icon:
|
|
725
|
-
postfix:
|
|
726
|
-
className:
|
|
727
|
-
children:
|
|
728
|
-
} = t,
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
722
|
+
stretched: h = !1,
|
|
723
|
+
spaceBetween: b = !1,
|
|
724
|
+
icon: m,
|
|
725
|
+
postfix: w,
|
|
726
|
+
className: E,
|
|
727
|
+
children: C
|
|
728
|
+
} = t, v = c, S = s, M = !v && !S, T = !!m && !C, N = K(
|
|
729
|
+
z.button,
|
|
730
|
+
z[n],
|
|
731
|
+
z[a],
|
|
732
|
+
z[i],
|
|
733
733
|
{
|
|
734
|
-
[
|
|
735
|
-
[
|
|
736
|
-
[
|
|
737
|
-
[
|
|
738
|
-
[
|
|
739
|
-
[
|
|
734
|
+
[z.disabled]: v,
|
|
735
|
+
[z.loading]: S,
|
|
736
|
+
[z.stretched]: h,
|
|
737
|
+
[z.spaceBetween]: b && h,
|
|
738
|
+
[z.withSubcaption]: p && g && n !== "s" && n !== "xs",
|
|
739
|
+
[z.iconOnly]: T
|
|
740
740
|
},
|
|
741
|
-
|
|
742
|
-
),
|
|
743
|
-
isLoading:
|
|
741
|
+
E
|
|
742
|
+
), k = {
|
|
743
|
+
isLoading: S,
|
|
744
744
|
showBadge: _,
|
|
745
745
|
badgeValue: f,
|
|
746
746
|
badgeSize: d,
|
|
747
|
-
icon:
|
|
748
|
-
children:
|
|
749
|
-
postfix:
|
|
747
|
+
icon: m,
|
|
748
|
+
children: C,
|
|
749
|
+
postfix: w,
|
|
750
750
|
showSubcaption: p,
|
|
751
751
|
subcaption: g,
|
|
752
752
|
size: n
|
|
753
753
|
};
|
|
754
|
-
if (
|
|
754
|
+
if (pa(t)) {
|
|
755
755
|
const {
|
|
756
|
-
href:
|
|
757
|
-
onClick:
|
|
758
|
-
mode:
|
|
759
|
-
size:
|
|
760
|
-
buttonStyle:
|
|
761
|
-
loading:
|
|
762
|
-
disabled:
|
|
763
|
-
showBadge:
|
|
764
|
-
badgeSize:
|
|
765
|
-
badgeValue:
|
|
766
|
-
showSubcaption:
|
|
767
|
-
subcaption:
|
|
768
|
-
stretched:
|
|
756
|
+
href: P,
|
|
757
|
+
onClick: D,
|
|
758
|
+
mode: B,
|
|
759
|
+
size: x,
|
|
760
|
+
buttonStyle: F,
|
|
761
|
+
loading: O,
|
|
762
|
+
disabled: R,
|
|
763
|
+
showBadge: W,
|
|
764
|
+
badgeSize: H,
|
|
765
|
+
badgeValue: Q,
|
|
766
|
+
showSubcaption: G,
|
|
767
|
+
subcaption: te,
|
|
768
|
+
stretched: ae,
|
|
769
769
|
spaceBetween: re,
|
|
770
|
-
icon:
|
|
771
|
-
postfix:
|
|
770
|
+
icon: me,
|
|
771
|
+
postfix: ne,
|
|
772
772
|
className: xe,
|
|
773
|
-
tabIndex:
|
|
774
|
-
children:
|
|
775
|
-
"data-testid":
|
|
776
|
-
style:
|
|
777
|
-
...
|
|
778
|
-
} = t,
|
|
779
|
-
|
|
773
|
+
tabIndex: $e,
|
|
774
|
+
children: Ie,
|
|
775
|
+
"data-testid": ue,
|
|
776
|
+
style: le,
|
|
777
|
+
..._e
|
|
778
|
+
} = t, ce = (Ce) => {
|
|
779
|
+
M && D && D(Ce);
|
|
780
780
|
};
|
|
781
781
|
return /* @__PURE__ */ o.jsx(
|
|
782
782
|
"a",
|
|
783
783
|
{
|
|
784
784
|
ref: r,
|
|
785
|
-
className:
|
|
786
|
-
href:
|
|
785
|
+
className: N,
|
|
786
|
+
href: M ? P : void 0,
|
|
787
787
|
tabIndex: t.tabIndex,
|
|
788
|
-
onClick:
|
|
789
|
-
"data-testid":
|
|
790
|
-
"aria-disabled":
|
|
791
|
-
style:
|
|
792
|
-
...
|
|
793
|
-
children: /* @__PURE__ */ o.jsx(
|
|
788
|
+
onClick: ce,
|
|
789
|
+
"data-testid": ue,
|
|
790
|
+
"aria-disabled": v || S,
|
|
791
|
+
style: le,
|
|
792
|
+
..._e,
|
|
793
|
+
children: /* @__PURE__ */ o.jsx(xt, { ...k })
|
|
794
794
|
}
|
|
795
795
|
);
|
|
796
796
|
}
|
|
797
|
-
if (
|
|
797
|
+
if (fa(t)) {
|
|
798
798
|
const {
|
|
799
|
-
type:
|
|
800
|
-
onClick:
|
|
801
|
-
mode:
|
|
802
|
-
size:
|
|
803
|
-
buttonStyle:
|
|
804
|
-
loading:
|
|
805
|
-
disabled:
|
|
806
|
-
showBadge:
|
|
807
|
-
badgeSize:
|
|
808
|
-
badgeValue:
|
|
809
|
-
showSubcaption:
|
|
810
|
-
subcaption:
|
|
811
|
-
stretched:
|
|
799
|
+
type: P = "button",
|
|
800
|
+
onClick: D,
|
|
801
|
+
mode: B,
|
|
802
|
+
size: x,
|
|
803
|
+
buttonStyle: F,
|
|
804
|
+
loading: O,
|
|
805
|
+
disabled: R,
|
|
806
|
+
showBadge: W,
|
|
807
|
+
badgeSize: H,
|
|
808
|
+
badgeValue: Q,
|
|
809
|
+
showSubcaption: G,
|
|
810
|
+
subcaption: te,
|
|
811
|
+
stretched: ae,
|
|
812
812
|
spaceBetween: re,
|
|
813
|
-
icon:
|
|
814
|
-
postfix:
|
|
813
|
+
icon: me,
|
|
814
|
+
postfix: ne,
|
|
815
815
|
className: xe,
|
|
816
|
-
tabIndex:
|
|
817
|
-
children:
|
|
818
|
-
"data-testid":
|
|
819
|
-
style:
|
|
820
|
-
...
|
|
821
|
-
} = t,
|
|
822
|
-
|
|
816
|
+
tabIndex: $e,
|
|
817
|
+
children: Ie,
|
|
818
|
+
"data-testid": ue,
|
|
819
|
+
style: le,
|
|
820
|
+
..._e
|
|
821
|
+
} = t, ce = (Ce) => {
|
|
822
|
+
M && D && D(Ce);
|
|
823
823
|
};
|
|
824
824
|
return /* @__PURE__ */ o.jsx(
|
|
825
825
|
"button",
|
|
826
826
|
{
|
|
827
827
|
ref: r,
|
|
828
|
-
type:
|
|
829
|
-
className:
|
|
830
|
-
disabled:
|
|
828
|
+
type: P,
|
|
829
|
+
className: N,
|
|
830
|
+
disabled: v,
|
|
831
831
|
tabIndex: t.tabIndex,
|
|
832
|
-
onClick:
|
|
833
|
-
"data-testid":
|
|
834
|
-
"aria-disabled":
|
|
835
|
-
style:
|
|
836
|
-
...
|
|
837
|
-
children: /* @__PURE__ */ o.jsx(
|
|
832
|
+
onClick: ce,
|
|
833
|
+
"data-testid": ue,
|
|
834
|
+
"aria-disabled": v || S,
|
|
835
|
+
style: le,
|
|
836
|
+
..._e,
|
|
837
|
+
children: /* @__PURE__ */ o.jsx(xt, { ...k })
|
|
838
838
|
}
|
|
839
839
|
);
|
|
840
840
|
}
|
|
841
841
|
return null;
|
|
842
842
|
});
|
|
843
|
-
var
|
|
843
|
+
var Je = { exports: {} };
|
|
844
844
|
/*!
|
|
845
845
|
Copyright (c) 2018 Jed Watson.
|
|
846
846
|
Licensed under the MIT License (MIT), see
|
|
847
847
|
http://jedwatson.github.io/classnames
|
|
848
848
|
*/
|
|
849
|
-
var
|
|
850
|
-
function
|
|
851
|
-
return
|
|
849
|
+
var Ct;
|
|
850
|
+
function Ya() {
|
|
851
|
+
return Ct || (Ct = 1, function(t) {
|
|
852
852
|
(function() {
|
|
853
853
|
var r = {}.hasOwnProperty;
|
|
854
854
|
function a() {
|
|
@@ -877,16 +877,16 @@ function Za() {
|
|
|
877
877
|
}
|
|
878
878
|
t.exports ? (a.default = a, t.exports = a) : window.classNames = a;
|
|
879
879
|
})();
|
|
880
|
-
}(
|
|
880
|
+
}(Je)), Je.exports;
|
|
881
881
|
}
|
|
882
|
-
var
|
|
883
|
-
const
|
|
884
|
-
avatar:
|
|
885
|
-
clickable:
|
|
886
|
-
icon:
|
|
887
|
-
disabled:
|
|
888
|
-
image:
|
|
889
|
-
name:
|
|
882
|
+
var Ja = Ya();
|
|
883
|
+
const he = /* @__PURE__ */ ca(Ja), Ka = "_avatar_1ob17_4", Xa = "_clickable_1ob17_23", Qa = "_icon_1ob17_40", er = "_disabled_1ob17_45", tr = "_image_1ob17_51", ar = "_name_1ob17_51", rr = "_circle_1ob17_160", nr = "_square_1ob17_164", oe = {
|
|
884
|
+
avatar: Ka,
|
|
885
|
+
clickable: Xa,
|
|
886
|
+
icon: Qa,
|
|
887
|
+
disabled: er,
|
|
888
|
+
image: tr,
|
|
889
|
+
name: ar,
|
|
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 be = /* @__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: rr,
|
|
899
|
+
square: nr,
|
|
900
900
|
"variant-filled": "_variant-filled_1ob17_185",
|
|
901
901
|
"color-brand": "_color-brand_1ob17_190",
|
|
902
902
|
"color-red": "_color-red_1ob17_194",
|
|
@@ -910,11 +910,11 @@ const be = /* @__PURE__ */ ia(qa), Ya = "_avatar_1ob17_4", Ja = "_clickable_1ob1
|
|
|
910
910
|
"color-contrast": "_color-contrast_1ob17_226",
|
|
911
911
|
"variant-light": "_variant-light_1ob17_232",
|
|
912
912
|
"variant-outline": "_variant-outline_1ob17_304"
|
|
913
|
-
},
|
|
914
|
-
function
|
|
915
|
-
return t <
|
|
913
|
+
}, St = 99;
|
|
914
|
+
function sr(t) {
|
|
915
|
+
return t < St ? `+${t}` : `${St}+`;
|
|
916
916
|
}
|
|
917
|
-
function
|
|
917
|
+
function rt(t) {
|
|
918
918
|
const r = typeof t == "string" ? t : JSON.stringify(t);
|
|
919
919
|
let a = 5381;
|
|
920
920
|
for (let n = 0; n < r.length; n++) {
|
|
@@ -923,7 +923,7 @@ function It(t) {
|
|
|
923
923
|
}
|
|
924
924
|
return a >>> 0;
|
|
925
925
|
}
|
|
926
|
-
const
|
|
926
|
+
const or = [
|
|
927
927
|
"red",
|
|
928
928
|
"orange",
|
|
929
929
|
"yellow",
|
|
@@ -932,24 +932,24 @@ const nr = [
|
|
|
932
932
|
"lightblue",
|
|
933
933
|
"purple"
|
|
934
934
|
];
|
|
935
|
-
function
|
|
936
|
-
const a =
|
|
935
|
+
function ir(t, r = or) {
|
|
936
|
+
const a = rt(t), n = Math.abs(a) % r.length;
|
|
937
937
|
return r[n];
|
|
938
938
|
}
|
|
939
|
-
const
|
|
940
|
-
function
|
|
939
|
+
const wt = 2;
|
|
940
|
+
function lr(t) {
|
|
941
941
|
const r = t.split(" ");
|
|
942
|
-
return r.length === 1 ? t.slice(0,
|
|
942
|
+
return r.length === 1 ? t.slice(0, wt).toUpperCase() : r.map((a) => a[0]).slice(0, wt).join("").toUpperCase();
|
|
943
943
|
}
|
|
944
|
-
function
|
|
944
|
+
function cr(t, r) {
|
|
945
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
|
-
},
|
|
947
|
+
const dr = "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", ur = "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", _r = "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", pr = "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", fr = {
|
|
948
|
+
male: dr,
|
|
949
|
+
female: ur,
|
|
950
|
+
org: pr,
|
|
951
|
+
neutral: _r
|
|
952
|
+
}, et = X((t, r) => {
|
|
953
953
|
const {
|
|
954
954
|
style: a,
|
|
955
955
|
size: n = 40,
|
|
@@ -961,41 +961,41 @@ const lr = "data:image/svg+xml,%3csvg%20opacity='0.9'%20preserveAspectRatio='xMi
|
|
|
961
961
|
name: f = "",
|
|
962
962
|
imgSrc: p,
|
|
963
963
|
imgAlt: g = "",
|
|
964
|
-
icon:
|
|
965
|
-
imgProps:
|
|
966
|
-
colorScheme:
|
|
967
|
-
"data-testid":
|
|
968
|
-
...
|
|
969
|
-
} = t, { onClick:
|
|
964
|
+
icon: h,
|
|
965
|
+
imgProps: b,
|
|
966
|
+
colorScheme: m,
|
|
967
|
+
"data-testid": w,
|
|
968
|
+
...E
|
|
969
|
+
} = t, { onClick: C, onPointerDown: v } = E, M = !s && !i && (!!C || !!v), [T, N] = Me(!p), k = p && !T ? "image" : h ? "icon" : f ? "name" : "placeholder", P = k === "name" ? m || ir(f) : m || "gray", D = he(
|
|
970
970
|
oe.avatar,
|
|
971
971
|
oe[c],
|
|
972
972
|
oe[`size-${n}`],
|
|
973
973
|
oe[`variant-${_}`],
|
|
974
|
-
oe[`color-${
|
|
974
|
+
oe[`color-${P}`],
|
|
975
975
|
{
|
|
976
976
|
[oe.disabled]: s,
|
|
977
977
|
[oe.loading]: i,
|
|
978
|
-
[oe.clickable]:
|
|
978
|
+
[oe.clickable]: M
|
|
979
979
|
}
|
|
980
|
-
),
|
|
981
|
-
icon: () => /* @__PURE__ */ o.jsx("span", { "data-testid": "avatar-icon", title: g, role: "img", className:
|
|
980
|
+
), B = {
|
|
981
|
+
icon: () => /* @__PURE__ */ o.jsx("span", { "data-testid": "avatar-icon", title: g, role: "img", className: he(oe.icon), children: h == null ? void 0 : h({}) }),
|
|
982
982
|
name: () => /* @__PURE__ */ o.jsx(
|
|
983
983
|
"span",
|
|
984
984
|
{
|
|
985
985
|
role: "textbox",
|
|
986
986
|
"data-testid": "avatar-name",
|
|
987
|
-
className:
|
|
987
|
+
className: he(oe.name),
|
|
988
988
|
title: g,
|
|
989
|
-
children:
|
|
989
|
+
children: lr(f)
|
|
990
990
|
}
|
|
991
991
|
),
|
|
992
992
|
placeholder: () => /* @__PURE__ */ o.jsx(
|
|
993
993
|
"img",
|
|
994
994
|
{
|
|
995
|
-
...
|
|
995
|
+
...b,
|
|
996
996
|
"data-testid": "avatar-placeholder",
|
|
997
997
|
className: oe.image,
|
|
998
|
-
src:
|
|
998
|
+
src: fr[d],
|
|
999
999
|
alt: g
|
|
1000
1000
|
}
|
|
1001
1001
|
),
|
|
@@ -1003,37 +1003,37 @@ const lr = "data:image/svg+xml,%3csvg%20opacity='0.9'%20preserveAspectRatio='xMi
|
|
|
1003
1003
|
"img",
|
|
1004
1004
|
{
|
|
1005
1005
|
"data-testid": "avatar-image",
|
|
1006
|
-
...
|
|
1006
|
+
...b,
|
|
1007
1007
|
className: oe.image,
|
|
1008
1008
|
src: p,
|
|
1009
1009
|
alt: g,
|
|
1010
|
-
onLoad: () =>
|
|
1011
|
-
onError: (
|
|
1012
|
-
var
|
|
1013
|
-
|
|
1010
|
+
onLoad: () => N(!1),
|
|
1011
|
+
onError: (F) => {
|
|
1012
|
+
var O;
|
|
1013
|
+
N(!0), (O = b == null ? void 0 : b.onError) == null || O.call(b, F);
|
|
1014
1014
|
}
|
|
1015
1015
|
}
|
|
1016
1016
|
)
|
|
1017
|
-
},
|
|
1018
|
-
|
|
1017
|
+
}, x = (F) => {
|
|
1018
|
+
M && (C == null || C(F));
|
|
1019
1019
|
};
|
|
1020
1020
|
return /* @__PURE__ */ o.jsx(
|
|
1021
1021
|
"div",
|
|
1022
1022
|
{
|
|
1023
1023
|
ref: r,
|
|
1024
|
-
onClick:
|
|
1025
|
-
className:
|
|
1024
|
+
onClick: x,
|
|
1025
|
+
className: D,
|
|
1026
1026
|
style: a,
|
|
1027
|
-
"data-testid":
|
|
1027
|
+
"data-testid": w,
|
|
1028
1028
|
"aria-disabled": s || i,
|
|
1029
|
-
children:
|
|
1029
|
+
children: B[k](null)
|
|
1030
1030
|
}
|
|
1031
1031
|
);
|
|
1032
|
-
}),
|
|
1033
|
-
avatarGroup:
|
|
1032
|
+
}), gr = "_avatarGroup_157g4_1", hr = {
|
|
1033
|
+
avatarGroup: gr
|
|
1034
1034
|
};
|
|
1035
|
-
let
|
|
1036
|
-
function
|
|
1035
|
+
let br = (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 mr(t, r, a, n, i, s, c) {
|
|
1037
1037
|
const _ = Math.min(i, s) / 2, d = Math.min(c, _), f = ["M0,0", `H${t}`, `V${r}`, "H0", "V0", "Z"].join(" "), p = [
|
|
1038
1038
|
`M${a + d},${n}`,
|
|
1039
1039
|
`L${a + i - d},${n}`,
|
|
@@ -1052,7 +1052,7 @@ function hr(t, r, a, n, i, s, c) {
|
|
|
1052
1052
|
].join(" ");
|
|
1053
1053
|
return `${f} ${p}`;
|
|
1054
1054
|
}
|
|
1055
|
-
const
|
|
1055
|
+
const yr = 2, vr = (t) => {
|
|
1056
1056
|
const {
|
|
1057
1057
|
avatars: r = [],
|
|
1058
1058
|
overflowCount: a = 0,
|
|
@@ -1060,7 +1060,7 @@ const br = 2, mr = (t) => {
|
|
|
1060
1060
|
overlap: i = 0.3,
|
|
1061
1061
|
shape: s = "circle",
|
|
1062
1062
|
overflowOnClick: c
|
|
1063
|
-
} = t, _ = n * i, d = -_ +
|
|
1063
|
+
} = t, _ = n * i, d = -_ + yr, f = cr(n, s), g = ze(br()).current.toString(), h = he(hr.avatarGroup), b = mr(
|
|
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 r.length === 0 ? null : /* @__PURE__ */ o.jsxs("div", { className:
|
|
1075
|
-
r.map((
|
|
1076
|
-
const
|
|
1074
|
+
return r.length === 0 ? null : /* @__PURE__ */ o.jsxs("div", { className: h, children: [
|
|
1075
|
+
r.map((m, w, E) => {
|
|
1076
|
+
const C = w + 1 >= E.length;
|
|
1077
1077
|
return /* @__PURE__ */ o.jsx(
|
|
1078
1078
|
"div",
|
|
1079
1079
|
{
|
|
1080
1080
|
style: {
|
|
1081
1081
|
// Для последнего видимого аватара без overflowCount не применяем обрезку
|
|
1082
|
-
clipPath:
|
|
1082
|
+
clipPath: C && !a ? void 0 : `url(#${g})`,
|
|
1083
1083
|
marginRight: d
|
|
1084
1084
|
},
|
|
1085
|
-
children: /* @__PURE__ */ o.jsx(
|
|
1085
|
+
children: /* @__PURE__ */ o.jsx(et, { size: n, shape: s, ...m })
|
|
1086
1086
|
},
|
|
1087
|
-
|
|
1087
|
+
rt(m) + w
|
|
1088
1088
|
);
|
|
1089
1089
|
}),
|
|
1090
1090
|
a > 0 && /* @__PURE__ */ o.jsx("div", { style: { marginRight: d }, children: /* @__PURE__ */ o.jsx(
|
|
1091
|
-
|
|
1091
|
+
et,
|
|
1092
1092
|
{
|
|
1093
1093
|
size: n,
|
|
1094
1094
|
shape: s,
|
|
1095
1095
|
onClick: c,
|
|
1096
|
-
icon: () =>
|
|
1096
|
+
icon: () => sr(a),
|
|
1097
1097
|
colorScheme: "gray"
|
|
1098
1098
|
}
|
|
1099
1099
|
) }),
|
|
1100
|
-
/* @__PURE__ */ o.jsx("svg", { width: "0", height: "0", children: /* @__PURE__ */ o.jsx("clipPath", { id: `${g}`, children: /* @__PURE__ */ o.jsx("path", { clipPathUnits: "objectBoundingBox", d:
|
|
1100
|
+
/* @__PURE__ */ o.jsx("svg", { width: "0", height: "0", children: /* @__PURE__ */ o.jsx("clipPath", { id: `${g}`, children: /* @__PURE__ */ o.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
|
+
}, Bs = Object.assign(et, {
|
|
1103
|
+
Group: vr
|
|
1104
|
+
}), xr = "_wrapper_1ncab_5", Cr = "_badge__container_1ncab_6", Sr = "_badge__content_1ncab_7", wr = "_interactive_1ncab_20", Er = "_disabled_1ncab_21", Lr = "_icon_1ncab_22", pe = {
|
|
1105
|
+
wrapper: xr,
|
|
1106
|
+
badge__container: Cr,
|
|
1107
|
+
badge__content: Sr,
|
|
1108
|
+
interactive: wr,
|
|
1109
|
+
disabled: Er,
|
|
1110
|
+
icon: Lr,
|
|
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,24 +1139,24 @@ 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
|
+
}, Mr = (t) => t === "rgba(0, 0, 0, 0)" || t === "transparent" || t.startsWith("rgba") && t.endsWith(", 0)"), $r = (t) => {
|
|
1143
1143
|
if (!t) return null;
|
|
1144
1144
|
let r = t;
|
|
1145
1145
|
for (; r; ) {
|
|
1146
1146
|
const n = window.getComputedStyle(r).backgroundColor;
|
|
1147
|
-
if (!
|
|
1147
|
+
if (!Mr(n)) return n;
|
|
1148
1148
|
r = r.parentElement;
|
|
1149
1149
|
}
|
|
1150
1150
|
return null;
|
|
1151
|
-
},
|
|
1152
|
-
const t =
|
|
1153
|
-
return
|
|
1151
|
+
}, Ir = () => {
|
|
1152
|
+
const t = ze(null), [r, a] = Me(null);
|
|
1153
|
+
return ve(() => {
|
|
1154
1154
|
if (t.current) {
|
|
1155
|
-
const n =
|
|
1155
|
+
const n = $r(t.current);
|
|
1156
1156
|
a(n);
|
|
1157
1157
|
}
|
|
1158
1158
|
}, []), { ref: t, bgColor: r };
|
|
1159
|
-
},
|
|
1159
|
+
}, Fs = X((t, r) => {
|
|
1160
1160
|
const {
|
|
1161
1161
|
icon: a,
|
|
1162
1162
|
children: n,
|
|
@@ -1168,73 +1168,73 @@ const br = 2, mr = (t) => {
|
|
|
1168
1168
|
positionOffset: f = { x: 0, y: 0 },
|
|
1169
1169
|
cutoutBackground: p,
|
|
1170
1170
|
isDisabled: g,
|
|
1171
|
-
className:
|
|
1172
|
-
"data-testid":
|
|
1173
|
-
...
|
|
1174
|
-
} = t, { onClick:
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1171
|
+
className: h,
|
|
1172
|
+
"data-testid": b = "badge",
|
|
1173
|
+
...m
|
|
1174
|
+
} = t, { onClick: w, onPointerDown: E } = m, { ref: C, bgColor: v } = Ir(), S = p || v, T = !g && (!!w || !!E), N = he(pe.badge__container, pe[`position-${d}`]), k = he(
|
|
1175
|
+
h,
|
|
1176
|
+
pe.badge__content,
|
|
1177
|
+
pe[`color-${c}`],
|
|
1178
|
+
pe[`variant-${i}`],
|
|
1179
1179
|
{
|
|
1180
|
-
[
|
|
1181
|
-
[
|
|
1182
|
-
[
|
|
1180
|
+
[pe.icon]: !!a,
|
|
1181
|
+
[pe.interactive]: T,
|
|
1182
|
+
[pe.disabled]: g
|
|
1183
1183
|
}
|
|
1184
|
-
),
|
|
1184
|
+
), P = {
|
|
1185
1185
|
"--badge-height": `${_}px`,
|
|
1186
1186
|
"--badge-offset-x": `${f.x}px`,
|
|
1187
1187
|
"--badge-offset-y": `${f.y}px`,
|
|
1188
|
-
|
|
1188
|
+
...S && { "--badge-cutout-bg": S },
|
|
1189
1189
|
...i === "transparent" && { "--badge-cutout-bg": "transparent" }
|
|
1190
|
-
},
|
|
1191
|
-
|
|
1190
|
+
}, D = (a == null ? void 0 : a({})) || s, B = (x) => {
|
|
1191
|
+
T && (w == null || w(x));
|
|
1192
1192
|
};
|
|
1193
|
-
return /* @__PURE__ */ o.jsxs("div", { className:
|
|
1193
|
+
return /* @__PURE__ */ o.jsxs("div", { className: pe.wrapper, ref: C, "data-testid": b + "-wrapper", children: [
|
|
1194
1194
|
n,
|
|
1195
1195
|
/* @__PURE__ */ o.jsx(
|
|
1196
1196
|
"span",
|
|
1197
1197
|
{
|
|
1198
|
-
className:
|
|
1199
|
-
style:
|
|
1200
|
-
"data-testid":
|
|
1198
|
+
className: N,
|
|
1199
|
+
style: P,
|
|
1200
|
+
"data-testid": b + "-container",
|
|
1201
1201
|
children: /* @__PURE__ */ o.jsx(
|
|
1202
1202
|
"span",
|
|
1203
1203
|
{
|
|
1204
|
-
...
|
|
1205
|
-
onClick:
|
|
1206
|
-
className:
|
|
1207
|
-
"data-testid":
|
|
1204
|
+
...m,
|
|
1205
|
+
onClick: B,
|
|
1206
|
+
className: k,
|
|
1207
|
+
"data-testid": b + "-content",
|
|
1208
1208
|
ref: r,
|
|
1209
1209
|
"aria-disabled": g,
|
|
1210
|
-
children:
|
|
1210
|
+
children: D
|
|
1211
1211
|
}
|
|
1212
1212
|
)
|
|
1213
1213
|
}
|
|
1214
1214
|
)
|
|
1215
1215
|
] });
|
|
1216
|
-
}),
|
|
1217
|
-
container:
|
|
1218
|
-
image:
|
|
1219
|
-
loading:
|
|
1220
|
-
},
|
|
1221
|
-
loader:
|
|
1222
|
-
spin:
|
|
1223
|
-
accent:
|
|
1224
|
-
neutral:
|
|
1225
|
-
positive:
|
|
1226
|
-
negative:
|
|
1227
|
-
gray:
|
|
1228
|
-
special:
|
|
1229
|
-
contrast:
|
|
1230
|
-
container:
|
|
1231
|
-
overlay:
|
|
1216
|
+
}), jr = "_container_op5yl_7", Rr = "_image_op5yl_22", kr = "_loading_op5yl_34", Ke = {
|
|
1217
|
+
container: jr,
|
|
1218
|
+
image: Rr,
|
|
1219
|
+
loading: kr
|
|
1220
|
+
}, Tr = "_loader_isv17_1", Ar = "_spin_isv17_1", Nr = "_accent_isv17_19", Dr = "_neutral_isv17_23", Or = "_positive_isv17_27", Ur = "_negative_isv17_31", zr = "_gray_isv17_35", Pr = "_special_isv17_39", Br = "_contrast_isv17_43", Fr = "_container_isv17_47", Vr = "_overlay_isv17_57", Ue = {
|
|
1221
|
+
loader: Tr,
|
|
1222
|
+
spin: Ar,
|
|
1223
|
+
accent: Nr,
|
|
1224
|
+
neutral: Dr,
|
|
1225
|
+
positive: Or,
|
|
1226
|
+
negative: Ur,
|
|
1227
|
+
gray: zr,
|
|
1228
|
+
special: Pr,
|
|
1229
|
+
contrast: Br,
|
|
1230
|
+
container: Fr,
|
|
1231
|
+
overlay: Vr,
|
|
1232
1232
|
"size-16": "_size-16_isv17_72",
|
|
1233
1233
|
"size-24": "_size-24_isv17_76",
|
|
1234
1234
|
"size-48": "_size-48_isv17_80",
|
|
1235
1235
|
"size-64": "_size-64_isv17_84",
|
|
1236
1236
|
"size-96": "_size-96_isv17_88"
|
|
1237
|
-
},
|
|
1237
|
+
}, kt = X(
|
|
1238
1238
|
({
|
|
1239
1239
|
size: t = 24,
|
|
1240
1240
|
variant: r = "accent",
|
|
@@ -1243,10 +1243,10 @@ const br = 2, mr = (t) => {
|
|
|
1243
1243
|
style: i,
|
|
1244
1244
|
...s
|
|
1245
1245
|
}, c) => {
|
|
1246
|
-
const _ =
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1246
|
+
const _ = he(
|
|
1247
|
+
Ue.loader,
|
|
1248
|
+
Ue[r],
|
|
1249
|
+
Ue[`size-${t}`],
|
|
1250
1250
|
a
|
|
1251
1251
|
);
|
|
1252
1252
|
return /* @__PURE__ */ o.jsx(
|
|
@@ -1272,7 +1272,7 @@ const br = 2, mr = (t) => {
|
|
|
1272
1272
|
}
|
|
1273
1273
|
);
|
|
1274
1274
|
}
|
|
1275
|
-
),
|
|
1275
|
+
), Wr = X((t, r) => {
|
|
1276
1276
|
const {
|
|
1277
1277
|
loading: a = !1,
|
|
1278
1278
|
size: n = 24,
|
|
@@ -1282,18 +1282,18 @@ const br = 2, mr = (t) => {
|
|
|
1282
1282
|
style: _,
|
|
1283
1283
|
"data-testid": d,
|
|
1284
1284
|
...f
|
|
1285
|
-
} = t, p =
|
|
1285
|
+
} = t, p = he(Ue.container, c);
|
|
1286
1286
|
return /* @__PURE__ */ o.jsxs("div", { ref: r, className: p, style: _, "data-testid": d, ...f, children: [
|
|
1287
1287
|
s,
|
|
1288
|
-
a && /* @__PURE__ */ o.jsx("div", { className:
|
|
1288
|
+
a && /* @__PURE__ */ o.jsx("div", { className: Ue.overlay, children: /* @__PURE__ */ o.jsx(kt, { size: n, variant: i, "data-testid": `${d}-spinner` }) })
|
|
1289
1289
|
] });
|
|
1290
|
-
}),
|
|
1291
|
-
|
|
1290
|
+
}), Hr = X((t, r) => t.children ? /* @__PURE__ */ o.jsx(
|
|
1291
|
+
Wr,
|
|
1292
1292
|
{
|
|
1293
1293
|
ref: r,
|
|
1294
1294
|
...t
|
|
1295
1295
|
}
|
|
1296
|
-
) : /* @__PURE__ */ o.jsx(
|
|
1296
|
+
) : /* @__PURE__ */ o.jsx(kt, { ref: r, ...t })), Gr = ({ width: t = 48, height: r = 48, className: a, "data-testid": n }) => /* @__PURE__ */ o.jsx(
|
|
1297
1297
|
"svg",
|
|
1298
1298
|
{
|
|
1299
1299
|
width: t,
|
|
@@ -1314,7 +1314,7 @@ const br = 2, mr = (t) => {
|
|
|
1314
1314
|
}
|
|
1315
1315
|
)
|
|
1316
1316
|
}
|
|
1317
|
-
),
|
|
1317
|
+
), Vs = X((t, r) => {
|
|
1318
1318
|
const {
|
|
1319
1319
|
alt: a = "",
|
|
1320
1320
|
loading: n = "lazy",
|
|
@@ -1325,37 +1325,37 @@ const br = 2, mr = (t) => {
|
|
|
1325
1325
|
onError: d,
|
|
1326
1326
|
onLoad: f,
|
|
1327
1327
|
...p
|
|
1328
|
-
} = t, [g,
|
|
1329
|
-
|
|
1328
|
+
} = t, [g, h] = Me("loading"), b = g === "error", m = (s || g === "loading") && !b, w = g === "loaded" && !s, E = he(
|
|
1329
|
+
Ke.image,
|
|
1330
1330
|
{
|
|
1331
|
-
[
|
|
1331
|
+
[Ke.loading]: m
|
|
1332
1332
|
},
|
|
1333
1333
|
c
|
|
1334
|
-
),
|
|
1335
|
-
(
|
|
1336
|
-
|
|
1334
|
+
), C = Ee(
|
|
1335
|
+
(M) => {
|
|
1336
|
+
h("loaded"), f == null || f(M);
|
|
1337
1337
|
},
|
|
1338
1338
|
[f]
|
|
1339
|
-
),
|
|
1340
|
-
(
|
|
1341
|
-
|
|
1339
|
+
), v = Ee(
|
|
1340
|
+
(M) => {
|
|
1341
|
+
h("error"), d == null || d(M);
|
|
1342
1342
|
},
|
|
1343
1343
|
[d]
|
|
1344
|
-
),
|
|
1345
|
-
loader: /* @__PURE__ */ o.jsxs(
|
|
1346
|
-
/* @__PURE__ */ o.jsx(
|
|
1344
|
+
), S = {
|
|
1345
|
+
loader: /* @__PURE__ */ o.jsxs(tt, { children: [
|
|
1346
|
+
/* @__PURE__ */ o.jsx(Hr, { size: 48, variant: "special", "data-testid": `${_}-loader` }),
|
|
1347
1347
|
/* @__PURE__ */ o.jsx(
|
|
1348
1348
|
"img",
|
|
1349
1349
|
{
|
|
1350
1350
|
alt: a,
|
|
1351
1351
|
src: i,
|
|
1352
|
-
onLoad:
|
|
1353
|
-
onError:
|
|
1352
|
+
onLoad: C,
|
|
1353
|
+
onError: v,
|
|
1354
1354
|
style: { display: "none" }
|
|
1355
1355
|
}
|
|
1356
1356
|
)
|
|
1357
1357
|
] }),
|
|
1358
|
-
error: /* @__PURE__ */ o.jsx(
|
|
1358
|
+
error: /* @__PURE__ */ o.jsx(Gr, { "data-testid": `${_}-fallback` }),
|
|
1359
1359
|
image: /* @__PURE__ */ o.jsx(
|
|
1360
1360
|
"img",
|
|
1361
1361
|
{
|
|
@@ -1364,70 +1364,70 @@ const br = 2, mr = (t) => {
|
|
|
1364
1364
|
"data-testid": _,
|
|
1365
1365
|
loading: n,
|
|
1366
1366
|
src: i,
|
|
1367
|
-
className:
|
|
1367
|
+
className: E
|
|
1368
1368
|
}
|
|
1369
1369
|
)
|
|
1370
1370
|
};
|
|
1371
|
-
return
|
|
1371
|
+
return ve(() => {
|
|
1372
1372
|
if (!i) {
|
|
1373
|
-
|
|
1373
|
+
h("error");
|
|
1374
1374
|
return;
|
|
1375
1375
|
}
|
|
1376
|
-
|
|
1377
|
-
}, [i]), /* @__PURE__ */ o.jsxs("div", { className:
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1376
|
+
h("loading");
|
|
1377
|
+
}, [i]), /* @__PURE__ */ o.jsxs("div", { className: Ke.container, "data-testid": `${_}-container`, ...p, children: [
|
|
1378
|
+
m && S.loader,
|
|
1379
|
+
b && S.error,
|
|
1380
|
+
w && S.image
|
|
1381
1381
|
] });
|
|
1382
|
-
}),
|
|
1383
|
-
locale:
|
|
1384
|
-
}),
|
|
1385
|
-
const t =
|
|
1382
|
+
}), Zr = {}, Tt = sa({
|
|
1383
|
+
locale: Zr
|
|
1384
|
+
}), qr = () => {
|
|
1385
|
+
const t = oa(Tt);
|
|
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
|
+
}, Ws = () => {
|
|
1390
|
+
const { locale: t } = qr();
|
|
1391
1391
|
return t;
|
|
1392
|
-
},
|
|
1392
|
+
}, Yr = {}, Jr = {}, Kr = {}, Hs = ({
|
|
1393
1393
|
locale: t = {},
|
|
1394
1394
|
theme: r,
|
|
1395
1395
|
children: a,
|
|
1396
1396
|
className: n
|
|
1397
|
-
}) => (
|
|
1397
|
+
}) => (ia(() => {
|
|
1398
1398
|
if (r) {
|
|
1399
1399
|
const i = document.documentElement;
|
|
1400
1400
|
Object.entries(r).forEach(([s, c]) => {
|
|
1401
1401
|
i.style.setProperty(s, c);
|
|
1402
1402
|
});
|
|
1403
1403
|
}
|
|
1404
|
-
}, [r]), /* @__PURE__ */ o.jsxs(
|
|
1404
|
+
}, [r]), /* @__PURE__ */ o.jsxs(tt, { children: [
|
|
1405
1405
|
/* @__PURE__ */ o.jsx(
|
|
1406
1406
|
"div",
|
|
1407
1407
|
{
|
|
1408
1408
|
"data-testid": "ConfigProvider-component",
|
|
1409
|
-
className:
|
|
1409
|
+
className: K(Yr, Jr, Kr, n)
|
|
1410
1410
|
}
|
|
1411
1411
|
),
|
|
1412
|
-
/* @__PURE__ */ o.jsx(
|
|
1413
|
-
] })),
|
|
1414
|
-
tag:
|
|
1415
|
-
label:
|
|
1416
|
-
iconWrapper:
|
|
1417
|
-
medium:
|
|
1418
|
-
large:
|
|
1419
|
-
disabled:
|
|
1420
|
-
neutral:
|
|
1421
|
-
positive:
|
|
1422
|
-
negative:
|
|
1423
|
-
warning:
|
|
1424
|
-
vivid:
|
|
1425
|
-
special:
|
|
1426
|
-
accent:
|
|
1427
|
-
blue:
|
|
1428
|
-
lovely:
|
|
1429
|
-
dreamy:
|
|
1430
|
-
},
|
|
1412
|
+
/* @__PURE__ */ o.jsx(Tt.Provider, { value: { locale: t }, children: a })
|
|
1413
|
+
] })), Gs = {}, Xr = "_tag_1llsi_1", Qr = "_label_1llsi_16", en = "_iconWrapper_1llsi_20", tn = "_medium_1llsi_27", an = "_large_1llsi_33", rn = "_disabled_1llsi_43", nn = "_neutral_1llsi_47", sn = "_positive_1llsi_53", on = "_negative_1llsi_59", ln = "_warning_1llsi_65", cn = "_vivid_1llsi_71", dn = "_special_1llsi_77", un = "_accent_1llsi_84", _n = "_blue_1llsi_90", pn = "_lovely_1llsi_96", fn = "_dreamy_1llsi_102", we = {
|
|
1414
|
+
tag: Xr,
|
|
1415
|
+
label: Qr,
|
|
1416
|
+
iconWrapper: en,
|
|
1417
|
+
medium: tn,
|
|
1418
|
+
large: an,
|
|
1419
|
+
disabled: rn,
|
|
1420
|
+
neutral: nn,
|
|
1421
|
+
positive: sn,
|
|
1422
|
+
negative: on,
|
|
1423
|
+
warning: ln,
|
|
1424
|
+
vivid: cn,
|
|
1425
|
+
special: dn,
|
|
1426
|
+
accent: un,
|
|
1427
|
+
blue: _n,
|
|
1428
|
+
lovely: pn,
|
|
1429
|
+
dreamy: fn
|
|
1430
|
+
}, Le = {
|
|
1431
1431
|
"typography-title-1-semibold": "_typography-title-1-semibold_1lyxn_1",
|
|
1432
1432
|
"typography-title-2-semibold": "_typography-title-2-semibold_1lyxn_10",
|
|
1433
1433
|
"typography-title-3-semibold": "_typography-title-3-semibold_1lyxn_19",
|
|
@@ -1451,7 +1451,7 @@ const br = 2, mr = (t) => {
|
|
|
1451
1451
|
"typography-paragraph-2-regular": "_typography-paragraph-2-regular_1lyxn_176",
|
|
1452
1452
|
"typography-paragraph-3-regular": "_typography-paragraph-3-regular_1lyxn_185",
|
|
1453
1453
|
"typography-paragraph-4-regular": "_typography-paragraph-4-regular_1lyxn_194"
|
|
1454
|
-
},
|
|
1454
|
+
}, Zs = X((t, r) => {
|
|
1455
1455
|
const {
|
|
1456
1456
|
className: a,
|
|
1457
1457
|
children: n,
|
|
@@ -1463,42 +1463,42 @@ const br = 2, mr = (t) => {
|
|
|
1463
1463
|
slotEnd: f,
|
|
1464
1464
|
slotStartWrapperProps: p = {},
|
|
1465
1465
|
slotEndWrapperProps: g = {},
|
|
1466
|
-
"data-testid":
|
|
1467
|
-
} = t, { className:
|
|
1466
|
+
"data-testid": h
|
|
1467
|
+
} = t, { className: b, ...m } = p, { className: w, ...E } = g;
|
|
1468
1468
|
return /* @__PURE__ */ o.jsxs(
|
|
1469
1469
|
"div",
|
|
1470
1470
|
{
|
|
1471
|
-
className:
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1471
|
+
className: K(
|
|
1472
|
+
we.tag,
|
|
1473
|
+
we[s],
|
|
1474
|
+
we[i],
|
|
1475
1475
|
{
|
|
1476
|
-
[
|
|
1477
|
-
[
|
|
1478
|
-
[
|
|
1476
|
+
[we.disabled]: c,
|
|
1477
|
+
[Le["typography-label-3-regular"]]: s === "medium",
|
|
1478
|
+
[Le["typography-subtitle-1-semibold"]]: s === "large"
|
|
1479
1479
|
},
|
|
1480
1480
|
a
|
|
1481
1481
|
),
|
|
1482
|
-
"data-testid":
|
|
1482
|
+
"data-testid": h || "tag-component",
|
|
1483
1483
|
ref: r,
|
|
1484
1484
|
children: [
|
|
1485
|
-
d && /* @__PURE__ */ o.jsx("span", { className:
|
|
1486
|
-
_ && /* @__PURE__ */ o.jsx("span", { className:
|
|
1487
|
-
f && /* @__PURE__ */ o.jsx("span", { className:
|
|
1485
|
+
d && /* @__PURE__ */ o.jsx("span", { className: K([we.iconWrapper, b]), ...m, children: d }),
|
|
1486
|
+
_ && /* @__PURE__ */ o.jsx("span", { className: K([we.label]), children: n }),
|
|
1487
|
+
f && /* @__PURE__ */ o.jsx("span", { className: K([we.iconWrapper, w]), ...E, children: f })
|
|
1488
1488
|
]
|
|
1489
1489
|
}
|
|
1490
1490
|
);
|
|
1491
|
-
}),
|
|
1492
|
-
checkbox:
|
|
1493
|
-
input:
|
|
1494
|
-
icon:
|
|
1495
|
-
container:
|
|
1496
|
-
error:
|
|
1497
|
-
checkboxWrapper:
|
|
1498
|
-
medium:
|
|
1499
|
-
large:
|
|
1500
|
-
label:
|
|
1501
|
-
},
|
|
1491
|
+
}), gn = "_checkbox_qo5f5_43", hn = "_input_qo5f5_59", bn = "_icon_qo5f5_67", mn = "_container_qo5f5_84", yn = "_error_qo5f5_135", vn = "_checkboxWrapper_qo5f5_147", xn = "_medium_qo5f5_201", Cn = "_large_qo5f5_206", Sn = "_label_qo5f5_247", ge = {
|
|
1492
|
+
checkbox: gn,
|
|
1493
|
+
input: hn,
|
|
1494
|
+
icon: bn,
|
|
1495
|
+
container: mn,
|
|
1496
|
+
error: yn,
|
|
1497
|
+
checkboxWrapper: vn,
|
|
1498
|
+
medium: xn,
|
|
1499
|
+
large: Cn,
|
|
1500
|
+
label: Sn
|
|
1501
|
+
}, wn = ({
|
|
1502
1502
|
width: t = 12,
|
|
1503
1503
|
height: r = 9,
|
|
1504
1504
|
className: a = "",
|
|
@@ -1524,7 +1524,7 @@ const br = 2, mr = (t) => {
|
|
|
1524
1524
|
}
|
|
1525
1525
|
)
|
|
1526
1526
|
}
|
|
1527
|
-
),
|
|
1527
|
+
), En = ({
|
|
1528
1528
|
width: t = 12,
|
|
1529
1529
|
height: r = 2,
|
|
1530
1530
|
className: a = "",
|
|
@@ -1550,29 +1550,29 @@ const br = 2, mr = (t) => {
|
|
|
1550
1550
|
}
|
|
1551
1551
|
)
|
|
1552
1552
|
}
|
|
1553
|
-
),
|
|
1553
|
+
), Ln = {
|
|
1554
1554
|
medium: { width: 10.83, height: 7.5 },
|
|
1555
1555
|
large: { width: 13, height: 9 }
|
|
1556
|
-
},
|
|
1556
|
+
}, Mn = ({
|
|
1557
1557
|
size: t,
|
|
1558
1558
|
isChecked: r,
|
|
1559
1559
|
isDisabled: a,
|
|
1560
1560
|
indeterminate: n,
|
|
1561
1561
|
dataTestId: i
|
|
1562
1562
|
}) => {
|
|
1563
|
-
const { width: s, height: c } =
|
|
1563
|
+
const { width: s, height: c } = Ln[t];
|
|
1564
1564
|
return /* @__PURE__ */ o.jsx(
|
|
1565
1565
|
"div",
|
|
1566
1566
|
{
|
|
1567
|
-
className:
|
|
1567
|
+
className: ge.icon,
|
|
1568
1568
|
"data-testid": `${i}-icon`,
|
|
1569
1569
|
"data-checked": r,
|
|
1570
1570
|
"data-disabled": a,
|
|
1571
1571
|
"data-indeterminate": n,
|
|
1572
|
-
children: n ? /* @__PURE__ */ o.jsx(
|
|
1572
|
+
children: n ? /* @__PURE__ */ o.jsx(En, { width: s, height: c }) : /* @__PURE__ */ o.jsx(wn, { width: s, height: c })
|
|
1573
1573
|
}
|
|
1574
1574
|
);
|
|
1575
|
-
},
|
|
1575
|
+
}, qs = X((t, r) => {
|
|
1576
1576
|
const {
|
|
1577
1577
|
name: a,
|
|
1578
1578
|
value: n,
|
|
@@ -1584,51 +1584,51 @@ const br = 2, mr = (t) => {
|
|
|
1584
1584
|
containerClassName: f,
|
|
1585
1585
|
className: p,
|
|
1586
1586
|
containerStyle: g,
|
|
1587
|
-
style:
|
|
1588
|
-
children:
|
|
1589
|
-
clickableLabel:
|
|
1590
|
-
tabIndex:
|
|
1591
|
-
onChange:
|
|
1592
|
-
"data-testid":
|
|
1593
|
-
} = t, [
|
|
1594
|
-
|
|
1595
|
-
|
|
1587
|
+
style: h,
|
|
1588
|
+
children: b,
|
|
1589
|
+
clickableLabel: m = !0,
|
|
1590
|
+
tabIndex: w,
|
|
1591
|
+
onChange: E,
|
|
1592
|
+
"data-testid": C = "checkbox"
|
|
1593
|
+
} = t, [v, S] = Me(!1), M = n ?? v, T = d || c, N = !!_, k = M || s, P = ye(ge.container, ge[i], f), D = ye(
|
|
1594
|
+
ge.checkbox,
|
|
1595
|
+
ge[i],
|
|
1596
1596
|
{
|
|
1597
|
-
[
|
|
1597
|
+
[ge.error]: N
|
|
1598
1598
|
},
|
|
1599
1599
|
p
|
|
1600
|
-
),
|
|
1601
|
-
|
|
1602
|
-
},
|
|
1603
|
-
if (
|
|
1604
|
-
|
|
1605
|
-
const
|
|
1606
|
-
|
|
1600
|
+
), B = (R) => {
|
|
1601
|
+
T || (S(R.target.checked), E == null || E(R.target.checked, R));
|
|
1602
|
+
}, x = (R) => {
|
|
1603
|
+
if (R.key === "Enter" && !T) {
|
|
1604
|
+
R.preventDefault();
|
|
1605
|
+
const W = !k;
|
|
1606
|
+
S(W), E == null || E(W);
|
|
1607
1607
|
}
|
|
1608
|
-
},
|
|
1609
|
-
|
|
1610
|
-
},
|
|
1608
|
+
}, F = (R) => {
|
|
1609
|
+
m || R.preventDefault();
|
|
1610
|
+
}, O = (R) => R.stopPropagation();
|
|
1611
1611
|
return /* @__PURE__ */ o.jsxs(
|
|
1612
1612
|
"label",
|
|
1613
1613
|
{
|
|
1614
|
-
className:
|
|
1614
|
+
className: P,
|
|
1615
1615
|
htmlFor: a,
|
|
1616
1616
|
style: g,
|
|
1617
|
-
"data-testid":
|
|
1618
|
-
"data-clickable-label":
|
|
1617
|
+
"data-testid": C,
|
|
1618
|
+
"data-clickable-label": m,
|
|
1619
1619
|
children: [
|
|
1620
|
-
/* @__PURE__ */ o.jsx("div", { className:
|
|
1620
|
+
/* @__PURE__ */ o.jsx("div", { className: ge.checkboxWrapper, children: /* @__PURE__ */ o.jsxs(
|
|
1621
1621
|
"div",
|
|
1622
1622
|
{
|
|
1623
|
-
tabIndex:
|
|
1624
|
-
className:
|
|
1625
|
-
style:
|
|
1626
|
-
onKeyDown:
|
|
1627
|
-
"aria-checked":
|
|
1628
|
-
"aria-disabled":
|
|
1629
|
-
"aria-invalid":
|
|
1623
|
+
tabIndex: w || 0,
|
|
1624
|
+
className: D,
|
|
1625
|
+
style: h,
|
|
1626
|
+
onKeyDown: x,
|
|
1627
|
+
"aria-checked": k,
|
|
1628
|
+
"aria-disabled": T,
|
|
1629
|
+
"aria-invalid": N,
|
|
1630
1630
|
"aria-describedby": _ ? `${a}-error` : void 0,
|
|
1631
|
-
"data-testid": `${
|
|
1631
|
+
"data-testid": `${C}-label`,
|
|
1632
1632
|
children: [
|
|
1633
1633
|
/* @__PURE__ */ o.jsx(
|
|
1634
1634
|
"input",
|
|
@@ -1637,70 +1637,70 @@ const br = 2, mr = (t) => {
|
|
|
1637
1637
|
type: "checkbox",
|
|
1638
1638
|
id: a,
|
|
1639
1639
|
name: a,
|
|
1640
|
-
checked:
|
|
1641
|
-
disabled:
|
|
1642
|
-
className:
|
|
1643
|
-
onChange:
|
|
1644
|
-
onClick:
|
|
1645
|
-
"aria-checked":
|
|
1646
|
-
"aria-invalid":
|
|
1640
|
+
checked: k,
|
|
1641
|
+
disabled: T,
|
|
1642
|
+
className: ge.input,
|
|
1643
|
+
onChange: B,
|
|
1644
|
+
onClick: O,
|
|
1645
|
+
"aria-checked": k,
|
|
1646
|
+
"aria-invalid": N,
|
|
1647
1647
|
"aria-describedby": _ ? `${a}-error` : void 0,
|
|
1648
|
-
"data-testid": `${
|
|
1648
|
+
"data-testid": `${C}-input`
|
|
1649
1649
|
}
|
|
1650
1650
|
),
|
|
1651
1651
|
/* @__PURE__ */ o.jsx(
|
|
1652
|
-
|
|
1652
|
+
Mn,
|
|
1653
1653
|
{
|
|
1654
1654
|
name: a,
|
|
1655
1655
|
size: i,
|
|
1656
|
-
isChecked:
|
|
1657
|
-
isDisabled:
|
|
1656
|
+
isChecked: k,
|
|
1657
|
+
isDisabled: T,
|
|
1658
1658
|
indeterminate: s,
|
|
1659
|
-
dataTestId:
|
|
1659
|
+
dataTestId: C
|
|
1660
1660
|
}
|
|
1661
1661
|
)
|
|
1662
1662
|
]
|
|
1663
1663
|
}
|
|
1664
1664
|
) }),
|
|
1665
|
-
|
|
1665
|
+
b && /* @__PURE__ */ o.jsx(
|
|
1666
1666
|
"span",
|
|
1667
1667
|
{
|
|
1668
|
-
"data-testid": `${
|
|
1669
|
-
"data-clickable-label":
|
|
1670
|
-
className:
|
|
1671
|
-
onClick:
|
|
1672
|
-
children:
|
|
1668
|
+
"data-testid": `${C}-label-text`,
|
|
1669
|
+
"data-clickable-label": m,
|
|
1670
|
+
className: ge.label,
|
|
1671
|
+
onClick: F,
|
|
1672
|
+
children: b
|
|
1673
1673
|
}
|
|
1674
1674
|
)
|
|
1675
1675
|
]
|
|
1676
1676
|
}
|
|
1677
1677
|
);
|
|
1678
|
-
}),
|
|
1679
|
-
typography:
|
|
1680
|
-
disabled:
|
|
1681
|
-
primary:
|
|
1682
|
-
secondary:
|
|
1683
|
-
tertiary:
|
|
1684
|
-
accent:
|
|
1678
|
+
}), $n = "_typography_zt7xg_1", In = "_disabled_zt7xg_8", jn = "_primary_zt7xg_13", Rn = "_secondary_zt7xg_18", kn = "_tertiary_zt7xg_23", Tn = "_accent_zt7xg_28", An = "_positive_zt7xg_38", Nn = "_negative_zt7xg_48", Dn = "_warning_zt7xg_58", On = "_special_zt7xg_68", Un = "_contrast_zt7xg_78", Ae = {
|
|
1679
|
+
typography: $n,
|
|
1680
|
+
disabled: In,
|
|
1681
|
+
primary: jn,
|
|
1682
|
+
secondary: Rn,
|
|
1683
|
+
tertiary: kn,
|
|
1684
|
+
accent: Tn,
|
|
1685
1685
|
"accent-secondary": "_accent-secondary_zt7xg_33",
|
|
1686
|
-
positive:
|
|
1686
|
+
positive: An,
|
|
1687
1687
|
"positive-secondary": "_positive-secondary_zt7xg_43",
|
|
1688
|
-
negative:
|
|
1688
|
+
negative: Nn,
|
|
1689
1689
|
"negative-secondary": "_negative-secondary_zt7xg_53",
|
|
1690
|
-
warning:
|
|
1690
|
+
warning: Dn,
|
|
1691
1691
|
"warning-secondary": "_warning-secondary_zt7xg_63",
|
|
1692
|
-
special:
|
|
1692
|
+
special: On,
|
|
1693
1693
|
"special-secondary": "_special-secondary_zt7xg_73",
|
|
1694
|
-
contrast:
|
|
1694
|
+
contrast: Un,
|
|
1695
1695
|
"contrast-secondary": "_contrast-secondary_zt7xg_83"
|
|
1696
|
-
},
|
|
1696
|
+
}, zn = {
|
|
1697
1697
|
1: "h1",
|
|
1698
1698
|
2: "h2",
|
|
1699
1699
|
3: "h3",
|
|
1700
1700
|
4: "h4",
|
|
1701
1701
|
5: "h5"
|
|
1702
|
-
},
|
|
1703
|
-
const r =
|
|
1702
|
+
}, Et = (t) => {
|
|
1703
|
+
const r = jt.forwardRef(
|
|
1704
1704
|
({
|
|
1705
1705
|
size: a = 3,
|
|
1706
1706
|
children: n,
|
|
@@ -1712,21 +1712,21 @@ const br = 2, mr = (t) => {
|
|
|
1712
1712
|
typographyStyle: f = "primary",
|
|
1713
1713
|
...p
|
|
1714
1714
|
}, g) => {
|
|
1715
|
-
const
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1715
|
+
const h = c || zn[a], b = K(
|
|
1716
|
+
Ae.typography,
|
|
1717
|
+
Le[`typography-${t}-${a}-${_}`],
|
|
1718
|
+
Ae[f],
|
|
1719
1719
|
{
|
|
1720
|
-
[
|
|
1720
|
+
[Ae.disabled]: d
|
|
1721
1721
|
},
|
|
1722
1722
|
i
|
|
1723
1723
|
);
|
|
1724
|
-
return n ? /* @__PURE__ */ o.jsx(
|
|
1724
|
+
return n ? /* @__PURE__ */ o.jsx(h, { ref: g, className: b, "data-testid": s, ...p, children: n }) : null;
|
|
1725
1725
|
}
|
|
1726
1726
|
);
|
|
1727
1727
|
return r.displayName = `Typography.${t === "title" ? "Title" : "Subtitle"}`, r;
|
|
1728
|
-
},
|
|
1729
|
-
const r =
|
|
1728
|
+
}, Lt = (t) => {
|
|
1729
|
+
const r = jt.forwardRef(
|
|
1730
1730
|
({
|
|
1731
1731
|
size: a = 3,
|
|
1732
1732
|
children: n,
|
|
@@ -1738,20 +1738,20 @@ const br = 2, mr = (t) => {
|
|
|
1738
1738
|
typographyStyle: f = "primary",
|
|
1739
1739
|
...p
|
|
1740
1740
|
}, g) => {
|
|
1741
|
-
const
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1741
|
+
const h = c, b = K(
|
|
1742
|
+
Ae.typography,
|
|
1743
|
+
Le[`typography-${t}-${a}-${_}`],
|
|
1744
|
+
Ae[f],
|
|
1745
1745
|
{
|
|
1746
|
-
[
|
|
1746
|
+
[Ae.disabled]: d
|
|
1747
1747
|
},
|
|
1748
1748
|
i
|
|
1749
1749
|
);
|
|
1750
1750
|
return n ? /* @__PURE__ */ o.jsx(
|
|
1751
|
-
|
|
1751
|
+
h,
|
|
1752
1752
|
{
|
|
1753
1753
|
ref: g,
|
|
1754
|
-
className:
|
|
1754
|
+
className: b,
|
|
1755
1755
|
"data-testid": s,
|
|
1756
1756
|
...p,
|
|
1757
1757
|
children: n
|
|
@@ -1760,43 +1760,41 @@ const br = 2, mr = (t) => {
|
|
|
1760
1760
|
}
|
|
1761
1761
|
);
|
|
1762
1762
|
return r.displayName = `Typography.${t.charAt(0).toUpperCase() + t.slice(1)}`, r;
|
|
1763
|
-
},
|
|
1764
|
-
Title:
|
|
1765
|
-
Subtitle:
|
|
1766
|
-
Label:
|
|
1767
|
-
Paragraph:
|
|
1768
|
-
},
|
|
1769
|
-
inputBase:
|
|
1770
|
-
wrapper:
|
|
1771
|
-
"textarea-wrapper": "_textarea-
|
|
1772
|
-
gripHandle:
|
|
1773
|
-
error:
|
|
1774
|
-
tabFocused:
|
|
1775
|
-
disabled:
|
|
1776
|
-
loading:
|
|
1777
|
-
label:
|
|
1778
|
-
small:
|
|
1779
|
-
large:
|
|
1780
|
-
leftSection:
|
|
1781
|
-
rightSection:
|
|
1782
|
-
helper:
|
|
1783
|
-
floatingLabel:
|
|
1784
|
-
focused:
|
|
1785
|
-
filled:
|
|
1786
|
-
medium:
|
|
1787
|
-
characterLimit:
|
|
1788
|
-
input:
|
|
1789
|
-
textarea:
|
|
1790
|
-
"size-small": "_size-
|
|
1791
|
-
"size-medium": "_size-
|
|
1792
|
-
"size-large": "_size-
|
|
1793
|
-
"with-floating-label": "_with-floating-
|
|
1794
|
-
truncate:
|
|
1795
|
-
hint:
|
|
1796
|
-
"has-hint": "_has-
|
|
1797
|
-
|
|
1798
|
-
"has-limit": "_has-limit_2vlla_748"
|
|
1799
|
-
}, os = ({
|
|
1763
|
+
}, Ys = {
|
|
1764
|
+
Title: Et("title"),
|
|
1765
|
+
Subtitle: Et("subtitle"),
|
|
1766
|
+
Label: Lt("label"),
|
|
1767
|
+
Paragraph: Lt("paragraph")
|
|
1768
|
+
}, Pn = "_inputBase_1m6fe_85", Bn = "_wrapper_1m6fe_95", Fn = "_gripHandle_1m6fe_169", Vn = "_error_1m6fe_230", Wn = "_tabFocused_1m6fe_237", Hn = "_disabled_1m6fe_262", Gn = "_loading_1m6fe_269", Zn = "_label_1m6fe_279", qn = "_small_1m6fe_292", Yn = "_large_1m6fe_299", Jn = "_leftSection_1m6fe_306", Kn = "_rightSection_1m6fe_315", Xn = "_helper_1m6fe_351", Qn = "_floatingLabel_1m6fe_376", es = "_focused_1m6fe_434", ts = "_filled_1m6fe_435", as = "_medium_1m6fe_469", rs = "_characterLimit_1m6fe_510", ns = "_input_1m6fe_85", ss = "_textarea_1m6fe_109", os = "_truncate_1m6fe_637", is = "_hint_1m6fe_719", I = {
|
|
1769
|
+
inputBase: Pn,
|
|
1770
|
+
wrapper: Bn,
|
|
1771
|
+
"textarea-wrapper": "_textarea-wrapper_1m6fe_109",
|
|
1772
|
+
gripHandle: Fn,
|
|
1773
|
+
error: Vn,
|
|
1774
|
+
tabFocused: Wn,
|
|
1775
|
+
disabled: Hn,
|
|
1776
|
+
loading: Gn,
|
|
1777
|
+
label: Zn,
|
|
1778
|
+
small: qn,
|
|
1779
|
+
large: Yn,
|
|
1780
|
+
leftSection: Jn,
|
|
1781
|
+
rightSection: Kn,
|
|
1782
|
+
helper: Xn,
|
|
1783
|
+
floatingLabel: Qn,
|
|
1784
|
+
focused: es,
|
|
1785
|
+
filled: ts,
|
|
1786
|
+
medium: as,
|
|
1787
|
+
characterLimit: rs,
|
|
1788
|
+
input: ns,
|
|
1789
|
+
textarea: ss,
|
|
1790
|
+
"size-small": "_size-small_1m6fe_586",
|
|
1791
|
+
"size-medium": "_size-medium_1m6fe_592",
|
|
1792
|
+
"size-large": "_size-large_1m6fe_598",
|
|
1793
|
+
"with-floating-label": "_with-floating-label_1m6fe_605",
|
|
1794
|
+
truncate: os,
|
|
1795
|
+
hint: is,
|
|
1796
|
+
"has-hint": "_has-hint_1m6fe_736"
|
|
1797
|
+
}, ls = ({
|
|
1800
1798
|
width: t = 8,
|
|
1801
1799
|
height: r = 8,
|
|
1802
1800
|
className: a,
|
|
@@ -1820,9 +1818,9 @@ const br = 2, mr = (t) => {
|
|
|
1820
1818
|
}
|
|
1821
1819
|
)
|
|
1822
1820
|
}
|
|
1823
|
-
),
|
|
1824
|
-
const a =
|
|
1825
|
-
return
|
|
1821
|
+
), cs = (t, r) => {
|
|
1822
|
+
const a = ze(null), n = ze(null);
|
|
1823
|
+
return ve(() => {
|
|
1826
1824
|
const i = r === "textarea" ? a.current : n.current;
|
|
1827
1825
|
i && i.value !== t && (i.value = t || "");
|
|
1828
1826
|
}, [t, r]), {
|
|
@@ -1830,35 +1828,35 @@ const br = 2, mr = (t) => {
|
|
|
1830
1828
|
inputRef: n,
|
|
1831
1829
|
currentRef: r === "textarea" ? a : n
|
|
1832
1830
|
};
|
|
1833
|
-
},
|
|
1831
|
+
}, ds = (t, r, a) => {
|
|
1834
1832
|
const n = () => {
|
|
1835
1833
|
if (!a.current || r !== "hug") return;
|
|
1836
1834
|
const i = a.current.scrollTop;
|
|
1837
1835
|
if (a.current.style.setProperty("height", "auto", "important"), !t) return;
|
|
1838
1836
|
const s = a.current.scrollHeight + "px";
|
|
1839
1837
|
a.current.style.setProperty("height", s, "important"), a.current.scrollTop = i;
|
|
1840
|
-
const c = a.current.closest(`.${
|
|
1838
|
+
const c = a.current.closest(`.${I.wrapper}`);
|
|
1841
1839
|
c && (c.setAttribute("data-resize", "hug"), c.setAttribute("data-show-grip", "false"));
|
|
1842
1840
|
};
|
|
1843
|
-
return
|
|
1841
|
+
return ve(n, [t, r]), ve(() => {
|
|
1844
1842
|
r === "hug" && a.current && n();
|
|
1845
1843
|
}, []), { resizeTextArea: n };
|
|
1846
|
-
},
|
|
1844
|
+
}, us = (t, r, a, n) => ({ handleGripMouseDown: Ee(
|
|
1847
1845
|
(s) => {
|
|
1848
1846
|
if (!t || r || a || !(n === "fixed" || !n)) return;
|
|
1849
1847
|
s.preventDefault(), s.stopPropagation();
|
|
1850
|
-
const c = s.currentTarget.closest(`.${
|
|
1848
|
+
const c = s.currentTarget.closest(`.${I.wrapper}`);
|
|
1851
1849
|
if (!c) return;
|
|
1852
1850
|
const _ = s.clientY, d = c.clientHeight, f = (g) => {
|
|
1853
|
-
const
|
|
1854
|
-
c.style.height = `${
|
|
1851
|
+
const h = g.clientY - _, b = Math.min(100, d), m = Math.max(b, d + h);
|
|
1852
|
+
c.style.height = `${m}px`;
|
|
1855
1853
|
}, p = () => {
|
|
1856
1854
|
document.removeEventListener("mousemove", f), document.removeEventListener("mouseup", p);
|
|
1857
1855
|
};
|
|
1858
1856
|
document.addEventListener("mousemove", f), document.addEventListener("mouseup", p);
|
|
1859
1857
|
},
|
|
1860
1858
|
[t, r, a, n]
|
|
1861
|
-
) }),
|
|
1859
|
+
) }), Mt = 30, _s = X(
|
|
1862
1860
|
({
|
|
1863
1861
|
component: t = "input",
|
|
1864
1862
|
size: r = "medium",
|
|
@@ -1869,48 +1867,46 @@ const br = 2, mr = (t) => {
|
|
|
1869
1867
|
onFocus: c,
|
|
1870
1868
|
onBlur: _,
|
|
1871
1869
|
onChange: d,
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
className: b,
|
|
1870
|
+
onKeyUp: f,
|
|
1871
|
+
maxLength: p,
|
|
1872
|
+
className: g,
|
|
1876
1873
|
style: h,
|
|
1877
|
-
truncate:
|
|
1878
|
-
shouldShowFloatingLabelClass:
|
|
1879
|
-
"aria-invalid":
|
|
1880
|
-
"aria-errormessage":
|
|
1881
|
-
id:
|
|
1882
|
-
resize:
|
|
1883
|
-
...
|
|
1884
|
-
},
|
|
1885
|
-
const { textareaRef: T, inputRef: N, currentRef:
|
|
1886
|
-
if (
|
|
1874
|
+
truncate: b = !1,
|
|
1875
|
+
shouldShowFloatingLabelClass: m = !1,
|
|
1876
|
+
"aria-invalid": w,
|
|
1877
|
+
"aria-errormessage": E,
|
|
1878
|
+
id: C,
|
|
1879
|
+
resize: v,
|
|
1880
|
+
...S
|
|
1881
|
+
}, M) => {
|
|
1882
|
+
const { textareaRef: T, inputRef: N, currentRef: k } = cs(a, t);
|
|
1883
|
+
if (ds(a, v, T), la(M, () => k.current, [k]), t === "textarea")
|
|
1887
1884
|
return /* @__PURE__ */ o.jsx(
|
|
1888
1885
|
"textarea",
|
|
1889
1886
|
{
|
|
1890
1887
|
ref: T,
|
|
1891
|
-
id:
|
|
1888
|
+
id: C,
|
|
1892
1889
|
value: a,
|
|
1893
1890
|
placeholder: n,
|
|
1894
1891
|
disabled: i || s,
|
|
1895
1892
|
onFocus: c,
|
|
1896
1893
|
onBlur: _,
|
|
1897
1894
|
onChange: d,
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
b
|
|
1895
|
+
onKeyUp: f,
|
|
1896
|
+
maxLength: p,
|
|
1897
|
+
className: ye(
|
|
1898
|
+
I.textarea,
|
|
1899
|
+
I[`size-${r}`],
|
|
1900
|
+
m && I["with-floating-label"],
|
|
1901
|
+
g
|
|
1906
1902
|
),
|
|
1907
1903
|
style: h,
|
|
1908
|
-
"aria-invalid":
|
|
1909
|
-
"aria-errormessage":
|
|
1910
|
-
"aria-describedby":
|
|
1904
|
+
"aria-invalid": w,
|
|
1905
|
+
"aria-errormessage": E,
|
|
1906
|
+
"aria-describedby": E ? `${C}-error` : void 0,
|
|
1911
1907
|
tabIndex: 0,
|
|
1912
|
-
"data-resize":
|
|
1913
|
-
...
|
|
1908
|
+
"data-resize": v,
|
|
1909
|
+
...S
|
|
1914
1910
|
}
|
|
1915
1911
|
);
|
|
1916
1912
|
if (t === "input")
|
|
@@ -1918,29 +1914,28 @@ const br = 2, mr = (t) => {
|
|
|
1918
1914
|
"input",
|
|
1919
1915
|
{
|
|
1920
1916
|
ref: N,
|
|
1921
|
-
id:
|
|
1917
|
+
id: C,
|
|
1922
1918
|
value: a,
|
|
1923
1919
|
placeholder: n,
|
|
1924
1920
|
disabled: i || s,
|
|
1925
1921
|
onFocus: c,
|
|
1926
1922
|
onBlur: _,
|
|
1927
1923
|
onChange: d,
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
b
|
|
1924
|
+
onKeyUp: f,
|
|
1925
|
+
maxLength: p,
|
|
1926
|
+
className: ye(
|
|
1927
|
+
I.input,
|
|
1928
|
+
I[`size-${r}`],
|
|
1929
|
+
m && I["with-floating-label"],
|
|
1930
|
+
b && I.truncate,
|
|
1931
|
+
g
|
|
1937
1932
|
),
|
|
1938
1933
|
style: h,
|
|
1939
|
-
"aria-invalid":
|
|
1940
|
-
"aria-errormessage":
|
|
1941
|
-
"aria-describedby":
|
|
1934
|
+
"aria-invalid": w,
|
|
1935
|
+
"aria-errormessage": E,
|
|
1936
|
+
"aria-describedby": E ? `${C}-error` : void 0,
|
|
1942
1937
|
tabIndex: 0,
|
|
1943
|
-
...
|
|
1938
|
+
...S
|
|
1944
1939
|
}
|
|
1945
1940
|
);
|
|
1946
1941
|
if (t !== "input" && t !== "textarea")
|
|
@@ -1948,7 +1943,7 @@ const br = 2, mr = (t) => {
|
|
|
1948
1943
|
`[Input] Недопустимое значение prop 'component': "${String(t)}". Допустимые значения: 'input', 'textarea'`
|
|
1949
1944
|
), null;
|
|
1950
1945
|
}
|
|
1951
|
-
),
|
|
1946
|
+
), At = X(
|
|
1952
1947
|
({
|
|
1953
1948
|
children: t,
|
|
1954
1949
|
size: r = "medium",
|
|
@@ -1962,120 +1957,108 @@ const br = 2, mr = (t) => {
|
|
|
1962
1957
|
prefixStyles: f,
|
|
1963
1958
|
suffixStyles: p,
|
|
1964
1959
|
labelProps: g,
|
|
1965
|
-
helperProps:
|
|
1966
|
-
showLimit:
|
|
1967
|
-
maxLength:
|
|
1968
|
-
hint:
|
|
1969
|
-
showHint:
|
|
1970
|
-
showHintOnEmpty:
|
|
1971
|
-
prefix:
|
|
1972
|
-
suffix:
|
|
1973
|
-
|
|
1974
|
-
placeholder: A,
|
|
1960
|
+
helperProps: h,
|
|
1961
|
+
showLimit: b = !1,
|
|
1962
|
+
maxLength: m,
|
|
1963
|
+
hint: w,
|
|
1964
|
+
showHint: E = !1,
|
|
1965
|
+
showHintOnEmpty: C = !1,
|
|
1966
|
+
prefix: v,
|
|
1967
|
+
suffix: S,
|
|
1968
|
+
placeholder: M,
|
|
1975
1969
|
showLabel: T = !0,
|
|
1976
1970
|
labelClassName: N,
|
|
1977
|
-
hasValue:
|
|
1978
|
-
helper:
|
|
1979
|
-
id:
|
|
1980
|
-
value:
|
|
1981
|
-
resize:
|
|
1982
|
-
showGrip:
|
|
1983
|
-
...
|
|
1984
|
-
},
|
|
1985
|
-
const
|
|
1986
|
-
|
|
1987
|
-
a &&
|
|
1988
|
-
n &&
|
|
1989
|
-
i &&
|
|
1990
|
-
|
|
1991
|
-
$ && L["has-suffix"],
|
|
1992
|
-
h && L["has-limit"],
|
|
1971
|
+
hasValue: k = !1,
|
|
1972
|
+
helper: P,
|
|
1973
|
+
id: D,
|
|
1974
|
+
value: B = "",
|
|
1975
|
+
resize: x,
|
|
1976
|
+
showGrip: F = !1,
|
|
1977
|
+
...O
|
|
1978
|
+
}, R) => {
|
|
1979
|
+
const W = at(), H = D || W, Q = E && w && (k || C), G = w && w.length > Mt ? w.substring(0, Mt) + "..." : w, te = ye(
|
|
1980
|
+
I.wrapper,
|
|
1981
|
+
a && I.error,
|
|
1982
|
+
n && I.disabled,
|
|
1983
|
+
i && I.loading,
|
|
1984
|
+
Q && I["has-hint"],
|
|
1993
1985
|
s
|
|
1994
|
-
),
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1986
|
+
), ae = ye(
|
|
1987
|
+
I.floatingLabel,
|
|
1988
|
+
I[r],
|
|
1989
|
+
k && I.filled,
|
|
1998
1990
|
N
|
|
1999
|
-
), { handleGripMouseDown:
|
|
2000
|
-
return /* @__PURE__ */ o.jsxs("div", { ref:
|
|
1991
|
+
), { handleGripMouseDown: re } = us(F, n, i, x);
|
|
1992
|
+
return /* @__PURE__ */ o.jsxs("div", { ref: R, className: I.inputBase, "data-testid": "input-base-wrapper", ...O, children: [
|
|
2001
1993
|
/* @__PURE__ */ o.jsxs(
|
|
2002
1994
|
"div",
|
|
2003
1995
|
{
|
|
2004
|
-
className:
|
|
1996
|
+
className: te,
|
|
2005
1997
|
style: _,
|
|
2006
|
-
"data-resize":
|
|
2007
|
-
"data-show-grip":
|
|
1998
|
+
"data-resize": x,
|
|
1999
|
+
"data-show-grip": F ? "true" : "false",
|
|
2008
2000
|
...c,
|
|
2009
2001
|
children: [
|
|
2010
|
-
|
|
2011
|
-
|
|
2002
|
+
v && /* @__PURE__ */ o.jsx("label", { htmlFor: H, className: I.leftSection, style: f, children: v }),
|
|
2003
|
+
S && /* @__PURE__ */ o.jsx("label", { htmlFor: H, className: I.rightSection, style: p, children: S }),
|
|
2004
|
+
M && T && /* @__PURE__ */ o.jsx(
|
|
2012
2005
|
"label",
|
|
2013
2006
|
{
|
|
2014
|
-
htmlFor:
|
|
2015
|
-
className:
|
|
2016
|
-
style: p,
|
|
2017
|
-
onClick: k,
|
|
2018
|
-
children: $
|
|
2019
|
-
}
|
|
2020
|
-
),
|
|
2021
|
-
A && T && /* @__PURE__ */ o.jsx(
|
|
2022
|
-
"label",
|
|
2023
|
-
{
|
|
2024
|
-
htmlFor: q,
|
|
2025
|
-
className: re,
|
|
2007
|
+
htmlFor: H,
|
|
2008
|
+
className: ae,
|
|
2026
2009
|
style: d,
|
|
2027
2010
|
...g,
|
|
2028
|
-
children:
|
|
2011
|
+
children: M
|
|
2029
2012
|
}
|
|
2030
2013
|
),
|
|
2031
2014
|
t,
|
|
2032
|
-
|
|
2015
|
+
F && !b && (x === "fixed" || !x) && /* @__PURE__ */ o.jsx(
|
|
2033
2016
|
"div",
|
|
2034
2017
|
{
|
|
2035
|
-
className:
|
|
2036
|
-
onMouseDown:
|
|
2018
|
+
className: I.gripHandle,
|
|
2019
|
+
onMouseDown: re,
|
|
2037
2020
|
role: "button",
|
|
2038
2021
|
tabIndex: -1,
|
|
2039
2022
|
"aria-label": "Изменить размер",
|
|
2040
|
-
children: /* @__PURE__ */ o.jsx(
|
|
2023
|
+
children: /* @__PURE__ */ o.jsx(ls, {})
|
|
2041
2024
|
}
|
|
2042
2025
|
),
|
|
2043
|
-
|
|
2026
|
+
Q && /* @__PURE__ */ o.jsx(
|
|
2044
2027
|
"div",
|
|
2045
2028
|
{
|
|
2046
|
-
className:
|
|
2029
|
+
className: ye(I.hint, k && I.truncate),
|
|
2047
2030
|
"data-disabled": n || i,
|
|
2048
|
-
children:
|
|
2031
|
+
children: G
|
|
2049
2032
|
}
|
|
2050
2033
|
),
|
|
2051
|
-
|
|
2052
|
-
(
|
|
2034
|
+
b && m && /* @__PURE__ */ o.jsxs("div", { className: I.characterLimit, children: [
|
|
2035
|
+
(B || "").length,
|
|
2053
2036
|
" из ",
|
|
2054
|
-
|
|
2037
|
+
m
|
|
2055
2038
|
] })
|
|
2056
2039
|
]
|
|
2057
2040
|
}
|
|
2058
2041
|
),
|
|
2059
|
-
|
|
2042
|
+
P && /* @__PURE__ */ o.jsx(
|
|
2060
2043
|
"div",
|
|
2061
2044
|
{
|
|
2062
|
-
className:
|
|
2063
|
-
|
|
2064
|
-
a &&
|
|
2065
|
-
(n || i) &&
|
|
2045
|
+
className: ye(
|
|
2046
|
+
I.helper,
|
|
2047
|
+
a && I.error,
|
|
2048
|
+
(n || i) && I.disabled
|
|
2066
2049
|
),
|
|
2067
|
-
...
|
|
2068
|
-
id: a ? `${
|
|
2069
|
-
children:
|
|
2050
|
+
...h,
|
|
2051
|
+
id: a ? `${H}-error` : void 0,
|
|
2052
|
+
children: P
|
|
2070
2053
|
}
|
|
2071
2054
|
)
|
|
2072
2055
|
] });
|
|
2073
2056
|
}
|
|
2074
2057
|
);
|
|
2075
|
-
|
|
2076
|
-
const
|
|
2077
|
-
Wrapper:
|
|
2078
|
-
}),
|
|
2058
|
+
At.displayName = "InputWrapperComponent";
|
|
2059
|
+
const $t = Object.assign(_s, {
|
|
2060
|
+
Wrapper: At
|
|
2061
|
+
}), Nt = X(
|
|
2079
2062
|
({
|
|
2080
2063
|
component: t = "input",
|
|
2081
2064
|
size: r = "medium",
|
|
@@ -2089,142 +2072,138 @@ const St = Object.assign(ds, {
|
|
|
2089
2072
|
helper: f,
|
|
2090
2073
|
prefix: p,
|
|
2091
2074
|
suffix: g,
|
|
2092
|
-
id:
|
|
2093
|
-
onFocus:
|
|
2094
|
-
onBlur:
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
y,
|
|
2123
|
-
H
|
|
2075
|
+
id: h,
|
|
2076
|
+
onFocus: b,
|
|
2077
|
+
onBlur: m,
|
|
2078
|
+
onChange: w,
|
|
2079
|
+
value: E = "",
|
|
2080
|
+
wrapperProps: C,
|
|
2081
|
+
wrapperStyles: v,
|
|
2082
|
+
floatingLabelStyles: S,
|
|
2083
|
+
prefixStyles: M,
|
|
2084
|
+
suffixStyles: T,
|
|
2085
|
+
textareaStyles: N,
|
|
2086
|
+
labelProps: k,
|
|
2087
|
+
helperProps: P,
|
|
2088
|
+
showLimit: D = !1,
|
|
2089
|
+
maxLength: B,
|
|
2090
|
+
inputProps: x,
|
|
2091
|
+
hint: F,
|
|
2092
|
+
showHint: O = !1,
|
|
2093
|
+
showHintOnEmpty: R = !1,
|
|
2094
|
+
truncate: W = !1,
|
|
2095
|
+
resize: H,
|
|
2096
|
+
showGrip: Q = !1,
|
|
2097
|
+
...G
|
|
2098
|
+
}, te) => {
|
|
2099
|
+
const ae = at(), re = h || ae, [me, ne] = Me(E), xe = E !== void 0 ? E : me, $e = (xe || "").length > 0, ue = _ && (r === "large" || t === "textarea") && !p, le = Ee(
|
|
2100
|
+
(Y) => {
|
|
2101
|
+
var ee;
|
|
2102
|
+
i || s || (b == null || b(), (ee = x == null ? void 0 : x.onFocus) == null || ee.call(
|
|
2103
|
+
x,
|
|
2104
|
+
Y
|
|
2124
2105
|
));
|
|
2125
2106
|
},
|
|
2126
|
-
[
|
|
2127
|
-
),
|
|
2128
|
-
(
|
|
2129
|
-
var
|
|
2130
|
-
if (
|
|
2131
|
-
const de =
|
|
2132
|
-
de && de.classList.add(
|
|
2107
|
+
[b, x, i, s]
|
|
2108
|
+
), _e = Ee(
|
|
2109
|
+
(Y) => {
|
|
2110
|
+
var ee;
|
|
2111
|
+
if (Y.key === "Tab") {
|
|
2112
|
+
const de = Y.target.closest(`.${I.wrapper}`);
|
|
2113
|
+
de && de.classList.add(I.tabFocused);
|
|
2133
2114
|
}
|
|
2134
|
-
(
|
|
2135
|
-
|
|
2136
|
-
|
|
2115
|
+
(ee = x == null ? void 0 : x.onKeyUp) == null || ee.call(
|
|
2116
|
+
x,
|
|
2117
|
+
Y
|
|
2137
2118
|
);
|
|
2138
2119
|
},
|
|
2139
|
-
[
|
|
2140
|
-
),
|
|
2141
|
-
(
|
|
2120
|
+
[x]
|
|
2121
|
+
), ce = Ee(
|
|
2122
|
+
(Y) => {
|
|
2142
2123
|
var de;
|
|
2143
|
-
const
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2124
|
+
const ee = Y.target.closest(`.${I.wrapper}`);
|
|
2125
|
+
ee && ee.classList.remove(I.tabFocused), m == null || m(), (de = x == null ? void 0 : x.onBlur) == null || de.call(
|
|
2126
|
+
x,
|
|
2127
|
+
Y
|
|
2147
2128
|
);
|
|
2148
2129
|
},
|
|
2149
|
-
[
|
|
2150
|
-
),
|
|
2151
|
-
(
|
|
2130
|
+
[m, x]
|
|
2131
|
+
), Ce = Ee(
|
|
2132
|
+
(Y) => {
|
|
2152
2133
|
var de;
|
|
2153
2134
|
if (i || s) return;
|
|
2154
|
-
const
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2135
|
+
const ee = Y.target.value;
|
|
2136
|
+
ne(ee), w == null || w(ee), (de = x == null ? void 0 : x.onChange) == null || de.call(
|
|
2137
|
+
x,
|
|
2138
|
+
Y
|
|
2158
2139
|
);
|
|
2159
2140
|
},
|
|
2160
|
-
[
|
|
2141
|
+
[w, x, i, s]
|
|
2161
2142
|
);
|
|
2162
|
-
return
|
|
2163
|
-
|
|
2164
|
-
}, [
|
|
2165
|
-
|
|
2143
|
+
return ve(() => {
|
|
2144
|
+
ne(E);
|
|
2145
|
+
}, [E]), /* @__PURE__ */ o.jsx(
|
|
2146
|
+
$t.Wrapper,
|
|
2166
2147
|
{
|
|
2167
|
-
ref:
|
|
2148
|
+
ref: te,
|
|
2168
2149
|
size: r,
|
|
2169
2150
|
error: n,
|
|
2170
2151
|
disabled: i || s,
|
|
2171
2152
|
loading: s,
|
|
2172
|
-
className:
|
|
2173
|
-
wrapperProps:
|
|
2174
|
-
wrapperStyles:
|
|
2175
|
-
floatingLabelStyles:
|
|
2176
|
-
prefixStyles:
|
|
2177
|
-
suffixStyles:
|
|
2178
|
-
labelProps:
|
|
2179
|
-
helperProps:
|
|
2180
|
-
showLimit:
|
|
2181
|
-
maxLength:
|
|
2182
|
-
hint:
|
|
2183
|
-
showHint:
|
|
2184
|
-
showHintOnEmpty:
|
|
2153
|
+
className: K(a, t === "textarea" && I["textarea-wrapper"]),
|
|
2154
|
+
wrapperProps: C,
|
|
2155
|
+
wrapperStyles: v,
|
|
2156
|
+
floatingLabelStyles: S,
|
|
2157
|
+
prefixStyles: M,
|
|
2158
|
+
suffixStyles: T,
|
|
2159
|
+
labelProps: k,
|
|
2160
|
+
helperProps: P,
|
|
2161
|
+
showLimit: D,
|
|
2162
|
+
maxLength: B,
|
|
2163
|
+
hint: F,
|
|
2164
|
+
showHint: O,
|
|
2165
|
+
showHintOnEmpty: R,
|
|
2185
2166
|
prefix: p,
|
|
2186
2167
|
suffix: g,
|
|
2187
|
-
onSuffixClick: M,
|
|
2188
2168
|
placeholder: c,
|
|
2189
2169
|
showLabel: _,
|
|
2190
2170
|
labelClassName: d,
|
|
2191
|
-
hasValue:
|
|
2171
|
+
hasValue: $e,
|
|
2192
2172
|
helper: f,
|
|
2193
|
-
id:
|
|
2194
|
-
value:
|
|
2195
|
-
showGrip:
|
|
2196
|
-
resize:
|
|
2197
|
-
...
|
|
2173
|
+
id: re,
|
|
2174
|
+
value: xe,
|
|
2175
|
+
showGrip: Q,
|
|
2176
|
+
resize: H,
|
|
2177
|
+
...G,
|
|
2198
2178
|
children: /* @__PURE__ */ o.jsx(
|
|
2199
|
-
|
|
2179
|
+
$t,
|
|
2200
2180
|
{
|
|
2201
2181
|
component: t,
|
|
2202
2182
|
size: r,
|
|
2203
|
-
value:
|
|
2183
|
+
value: xe,
|
|
2204
2184
|
placeholder: c,
|
|
2205
2185
|
disabled: i,
|
|
2206
2186
|
loading: s,
|
|
2207
|
-
onFocus:
|
|
2208
|
-
onBlur:
|
|
2209
|
-
onChange:
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
style: t === "textarea" ? D : void 0,
|
|
2187
|
+
onFocus: le,
|
|
2188
|
+
onBlur: ce,
|
|
2189
|
+
onChange: Ce,
|
|
2190
|
+
onKeyUp: _e,
|
|
2191
|
+
maxLength: B,
|
|
2192
|
+
truncate: W,
|
|
2193
|
+
"data-empty": !$e,
|
|
2194
|
+
shouldShowFloatingLabelClass: ue,
|
|
2195
|
+
style: t === "textarea" ? N : void 0,
|
|
2217
2196
|
"aria-invalid": !!n,
|
|
2218
|
-
"aria-errormessage": n ? `${
|
|
2219
|
-
id:
|
|
2220
|
-
resize:
|
|
2221
|
-
...
|
|
2197
|
+
"aria-errormessage": n ? `${re}-error` : void 0,
|
|
2198
|
+
id: re,
|
|
2199
|
+
resize: H,
|
|
2200
|
+
...x
|
|
2222
2201
|
}
|
|
2223
2202
|
)
|
|
2224
2203
|
}
|
|
2225
2204
|
);
|
|
2226
2205
|
}
|
|
2227
|
-
),
|
|
2206
|
+
), Dt = ({
|
|
2228
2207
|
className: t = "",
|
|
2229
2208
|
style: r,
|
|
2230
2209
|
size: a = "md",
|
|
@@ -2267,45 +2246,45 @@ const St = Object.assign(ds, {
|
|
|
2267
2246
|
)
|
|
2268
2247
|
}
|
|
2269
2248
|
);
|
|
2270
|
-
},
|
|
2249
|
+
}, q = {
|
|
2271
2250
|
SMALL: "small",
|
|
2272
2251
|
MEDIUM: "medium",
|
|
2273
2252
|
LARGE: "large"
|
|
2274
|
-
},
|
|
2253
|
+
}, ps = (t, r, a, n) => {
|
|
2275
2254
|
switch (t) {
|
|
2276
|
-
case
|
|
2255
|
+
case q.LARGE:
|
|
2277
2256
|
return r && a ? "8px 16px 8px 16px" : "16px 16px 16px 16px";
|
|
2278
|
-
case
|
|
2257
|
+
case q.MEDIUM:
|
|
2279
2258
|
return n ? "12px 12px 12px 12px" : "12px 12px 12px 16px";
|
|
2280
|
-
case
|
|
2259
|
+
case q.SMALL:
|
|
2281
2260
|
return "10px 12px 10px 12px";
|
|
2282
2261
|
default:
|
|
2283
2262
|
return "12px 16px 12px 16px";
|
|
2284
2263
|
}
|
|
2285
|
-
},
|
|
2264
|
+
}, fs = (t) => {
|
|
2286
2265
|
switch (t) {
|
|
2287
|
-
case
|
|
2266
|
+
case q.LARGE:
|
|
2288
2267
|
return "56px";
|
|
2289
|
-
case
|
|
2268
|
+
case q.MEDIUM:
|
|
2290
2269
|
return "48px";
|
|
2291
|
-
case
|
|
2270
|
+
case q.SMALL:
|
|
2292
2271
|
return "40px";
|
|
2293
2272
|
default:
|
|
2294
2273
|
return "48px";
|
|
2295
2274
|
}
|
|
2296
|
-
},
|
|
2275
|
+
}, gs = (t) => {
|
|
2297
2276
|
switch (t) {
|
|
2298
|
-
case
|
|
2277
|
+
case q.SMALL:
|
|
2299
2278
|
return 8;
|
|
2300
2279
|
// 8px для small
|
|
2301
|
-
case
|
|
2302
|
-
case
|
|
2280
|
+
case q.MEDIUM:
|
|
2281
|
+
case q.LARGE:
|
|
2303
2282
|
return 12;
|
|
2304
2283
|
// 12px для medium и large
|
|
2305
2284
|
default:
|
|
2306
2285
|
return 12;
|
|
2307
2286
|
}
|
|
2308
|
-
},
|
|
2287
|
+
}, hs = (t, r, a) => ({
|
|
2309
2288
|
wrapperStyles: {
|
|
2310
2289
|
height: t,
|
|
2311
2290
|
minHeight: t,
|
|
@@ -2323,7 +2302,7 @@ const St = Object.assign(ds, {
|
|
|
2323
2302
|
suffixStyles: {
|
|
2324
2303
|
right: `${a}px`
|
|
2325
2304
|
}
|
|
2326
|
-
}),
|
|
2305
|
+
}), bs = (t, r, a) => ({
|
|
2327
2306
|
wrapperStyles: {
|
|
2328
2307
|
minHeight: t,
|
|
2329
2308
|
maxHeight: t,
|
|
@@ -2339,7 +2318,7 @@ const St = Object.assign(ds, {
|
|
|
2339
2318
|
suffixStyles: {
|
|
2340
2319
|
right: `${a}px`
|
|
2341
2320
|
}
|
|
2342
|
-
}),
|
|
2321
|
+
}), ms = (t, r, a) => ({
|
|
2343
2322
|
wrapperStyles: {
|
|
2344
2323
|
minHeight: t,
|
|
2345
2324
|
maxHeight: t,
|
|
@@ -2355,15 +2334,15 @@ const St = Object.assign(ds, {
|
|
|
2355
2334
|
suffixStyles: {
|
|
2356
2335
|
right: `${a}px`
|
|
2357
2336
|
}
|
|
2358
|
-
}),
|
|
2359
|
-
const i =
|
|
2337
|
+
}), ys = (t, r, a, n) => {
|
|
2338
|
+
const i = fs(t), s = ps(t, r, a, n), c = gs(t);
|
|
2360
2339
|
switch (t) {
|
|
2361
|
-
case
|
|
2362
|
-
return fs(i, s, c);
|
|
2363
|
-
case K.MEDIUM:
|
|
2364
|
-
return gs(i, s, c);
|
|
2365
|
-
case K.SMALL:
|
|
2340
|
+
case q.LARGE:
|
|
2366
2341
|
return hs(i, s, c);
|
|
2342
|
+
case q.MEDIUM:
|
|
2343
|
+
return bs(i, s, c);
|
|
2344
|
+
case q.SMALL:
|
|
2345
|
+
return ms(i, s, c);
|
|
2367
2346
|
default:
|
|
2368
2347
|
return {
|
|
2369
2348
|
wrapperStyles: {},
|
|
@@ -2372,7 +2351,7 @@ const St = Object.assign(ds, {
|
|
|
2372
2351
|
suffixStyles: {}
|
|
2373
2352
|
};
|
|
2374
2353
|
}
|
|
2375
|
-
},
|
|
2354
|
+
}, Js = X(
|
|
2376
2355
|
({
|
|
2377
2356
|
value: t = "",
|
|
2378
2357
|
onChange: r,
|
|
@@ -2382,207 +2361,204 @@ const St = Object.assign(ds, {
|
|
|
2382
2361
|
minLength: s,
|
|
2383
2362
|
autoComplete: c,
|
|
2384
2363
|
autoFocus: _,
|
|
2385
|
-
size: d =
|
|
2364
|
+
size: d = q.MEDIUM,
|
|
2386
2365
|
inputProps: f,
|
|
2387
2366
|
error: p,
|
|
2388
2367
|
disabled: g,
|
|
2389
|
-
loading:
|
|
2390
|
-
helper:
|
|
2391
|
-
prefix:
|
|
2392
|
-
suffix:
|
|
2393
|
-
clearable:
|
|
2394
|
-
id:
|
|
2395
|
-
showLabel:
|
|
2396
|
-
onFocus:
|
|
2397
|
-
onBlur:
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
}, ue = re ? /* @__PURE__ */ o.jsx(
|
|
2413
|
-
At,
|
|
2368
|
+
loading: h,
|
|
2369
|
+
helper: b,
|
|
2370
|
+
prefix: m,
|
|
2371
|
+
suffix: w,
|
|
2372
|
+
clearable: E = !1,
|
|
2373
|
+
id: C,
|
|
2374
|
+
showLabel: v = !0,
|
|
2375
|
+
onFocus: S,
|
|
2376
|
+
onBlur: M,
|
|
2377
|
+
className: T,
|
|
2378
|
+
truncate: N = !0,
|
|
2379
|
+
hint: k,
|
|
2380
|
+
showHint: P = !1,
|
|
2381
|
+
showHintOnEmpty: D = !1,
|
|
2382
|
+
wrapperProps: B,
|
|
2383
|
+
labelProps: x,
|
|
2384
|
+
helperProps: F,
|
|
2385
|
+
...O
|
|
2386
|
+
}, R) => {
|
|
2387
|
+
const W = (t || "").length > 0, H = d === q.LARGE, Q = !!m, G = H && v && !m, te = E && W && !(g || h), ae = () => {
|
|
2388
|
+
r == null || r("");
|
|
2389
|
+
}, re = te ? /* @__PURE__ */ o.jsx(
|
|
2390
|
+
Dt,
|
|
2414
2391
|
{
|
|
2415
|
-
size: d ===
|
|
2392
|
+
size: d === q.SMALL ? "xs" : "sm",
|
|
2416
2393
|
color: "var(--icon-secondary)",
|
|
2417
|
-
onClick:
|
|
2394
|
+
onClick: ae,
|
|
2418
2395
|
style: { cursor: "pointer" },
|
|
2419
2396
|
"data-testid": "x-icon"
|
|
2420
2397
|
}
|
|
2421
|
-
) :
|
|
2398
|
+
) : w, me = {
|
|
2422
2399
|
type: a,
|
|
2423
2400
|
minLength: s,
|
|
2424
2401
|
autoComplete: c,
|
|
2425
2402
|
autoFocus: _,
|
|
2426
2403
|
...f
|
|
2427
|
-
},
|
|
2404
|
+
}, ne = ys(d, G, W, Q);
|
|
2428
2405
|
return /* @__PURE__ */ o.jsx(
|
|
2429
|
-
|
|
2406
|
+
Nt,
|
|
2430
2407
|
{
|
|
2431
2408
|
size: d,
|
|
2432
2409
|
error: p,
|
|
2433
|
-
disabled: g ||
|
|
2434
|
-
loading:
|
|
2435
|
-
helper:
|
|
2436
|
-
prefix:
|
|
2437
|
-
suffix:
|
|
2438
|
-
id:
|
|
2439
|
-
showLabel:
|
|
2440
|
-
onFocus:
|
|
2441
|
-
onBlur:
|
|
2442
|
-
onSuffixClick: A,
|
|
2410
|
+
disabled: g || h,
|
|
2411
|
+
loading: h,
|
|
2412
|
+
helper: b,
|
|
2413
|
+
prefix: m,
|
|
2414
|
+
suffix: re,
|
|
2415
|
+
id: C,
|
|
2416
|
+
showLabel: G,
|
|
2417
|
+
onFocus: S,
|
|
2418
|
+
onBlur: M,
|
|
2443
2419
|
onChange: r,
|
|
2444
|
-
value: t,
|
|
2420
|
+
value: t || "",
|
|
2445
2421
|
placeholder: n,
|
|
2446
|
-
className:
|
|
2447
|
-
wrapperStyles:
|
|
2448
|
-
floatingLabelStyles:
|
|
2449
|
-
prefixStyles:
|
|
2450
|
-
suffixStyles:
|
|
2451
|
-
wrapperProps:
|
|
2452
|
-
labelProps:
|
|
2453
|
-
helperProps:
|
|
2422
|
+
className: T,
|
|
2423
|
+
wrapperStyles: ne.wrapperStyles,
|
|
2424
|
+
floatingLabelStyles: ne.floatingLabelStyles,
|
|
2425
|
+
prefixStyles: ne.prefixStyles,
|
|
2426
|
+
suffixStyles: ne.suffixStyles,
|
|
2427
|
+
wrapperProps: B,
|
|
2428
|
+
labelProps: x,
|
|
2429
|
+
helperProps: F,
|
|
2454
2430
|
showLimit: !1,
|
|
2455
2431
|
maxLength: i,
|
|
2456
|
-
inputProps:
|
|
2457
|
-
hint:
|
|
2458
|
-
showHint:
|
|
2459
|
-
showHintOnEmpty:
|
|
2460
|
-
truncate:
|
|
2461
|
-
...
|
|
2432
|
+
inputProps: me,
|
|
2433
|
+
hint: k,
|
|
2434
|
+
showHint: P,
|
|
2435
|
+
showHintOnEmpty: D,
|
|
2436
|
+
truncate: N,
|
|
2437
|
+
...O
|
|
2462
2438
|
}
|
|
2463
2439
|
);
|
|
2464
2440
|
}
|
|
2465
2441
|
), ie = {
|
|
2466
2442
|
SMALL: "small",
|
|
2467
2443
|
MEDIUM: "medium"
|
|
2468
|
-
},
|
|
2444
|
+
}, We = {
|
|
2469
2445
|
SMALL: "12px",
|
|
2470
2446
|
MEDIUM: "16px"
|
|
2471
|
-
},
|
|
2447
|
+
}, vs = {
|
|
2472
2448
|
SMALL: "xs",
|
|
2473
2449
|
MEDIUM: "sm"
|
|
2474
|
-
},
|
|
2450
|
+
}, Ve = {
|
|
2475
2451
|
FILL: "fill",
|
|
2476
2452
|
FIXED: "fixed"
|
|
2477
|
-
},
|
|
2453
|
+
}, Xe = {
|
|
2478
2454
|
SMALL: "112px",
|
|
2479
2455
|
MEDIUM: "56px"
|
|
2480
|
-
},
|
|
2456
|
+
}, ke = {
|
|
2481
2457
|
SMALL: "48px",
|
|
2482
2458
|
MEDIUM: "22px"
|
|
2483
|
-
},
|
|
2459
|
+
}, fe = {
|
|
2484
2460
|
SMALL: "12px 12px 12px 12px",
|
|
2485
2461
|
MEDIUM: "16px 16px 16px 16px",
|
|
2486
2462
|
MEDIUM_WITH_PREFIX: "12px 16px 12px 16px",
|
|
2487
2463
|
MEDIUM_FLOATING_LABEL: "8px 16px 8px 16px"
|
|
2488
|
-
},
|
|
2464
|
+
}, be = {
|
|
2489
2465
|
SMALL: 48,
|
|
2490
2466
|
MEDIUM: 56,
|
|
2491
2467
|
LARGE: 112
|
|
2492
|
-
},
|
|
2468
|
+
}, xs = (t, r) => {
|
|
2493
2469
|
if (t === ie.SMALL)
|
|
2494
|
-
return
|
|
2470
|
+
return Xe.SMALL;
|
|
2495
2471
|
if (r)
|
|
2496
2472
|
return `${r}px`;
|
|
2497
2473
|
switch (t) {
|
|
2498
2474
|
case ie.MEDIUM:
|
|
2499
|
-
return
|
|
2475
|
+
return Xe.MEDIUM;
|
|
2500
2476
|
default:
|
|
2501
|
-
return
|
|
2477
|
+
return Xe.MEDIUM;
|
|
2502
2478
|
}
|
|
2503
|
-
},
|
|
2479
|
+
}, Cs = (t, r) => {
|
|
2504
2480
|
if (t === ie.SMALL)
|
|
2505
|
-
return
|
|
2481
|
+
return ke.SMALL;
|
|
2506
2482
|
if (r)
|
|
2507
2483
|
switch (r) {
|
|
2508
|
-
case
|
|
2509
|
-
case
|
|
2510
|
-
return
|
|
2511
|
-
case
|
|
2512
|
-
return
|
|
2484
|
+
case be.SMALL:
|
|
2485
|
+
case be.MEDIUM:
|
|
2486
|
+
return ke.MEDIUM;
|
|
2487
|
+
case be.LARGE:
|
|
2488
|
+
return ke.SMALL;
|
|
2513
2489
|
default:
|
|
2514
|
-
return
|
|
2490
|
+
return ke.MEDIUM;
|
|
2515
2491
|
}
|
|
2516
2492
|
switch (t) {
|
|
2517
2493
|
case ie.MEDIUM:
|
|
2518
|
-
return
|
|
2494
|
+
return ke.MEDIUM;
|
|
2519
2495
|
default:
|
|
2520
|
-
return
|
|
2496
|
+
return ke.MEDIUM;
|
|
2521
2497
|
}
|
|
2522
|
-
},
|
|
2498
|
+
}, Ss = (t, r, a) => {
|
|
2523
2499
|
if (t === ie.SMALL)
|
|
2524
|
-
return
|
|
2500
|
+
return fe.SMALL;
|
|
2525
2501
|
if (r)
|
|
2526
2502
|
switch (r) {
|
|
2527
|
-
case
|
|
2528
|
-
return
|
|
2529
|
-
case
|
|
2530
|
-
return a ?
|
|
2531
|
-
case
|
|
2532
|
-
return
|
|
2503
|
+
case be.SMALL:
|
|
2504
|
+
return fe.MEDIUM_WITH_PREFIX;
|
|
2505
|
+
case be.MEDIUM:
|
|
2506
|
+
return a ? fe.MEDIUM_FLOATING_LABEL : fe.MEDIUM;
|
|
2507
|
+
case be.LARGE:
|
|
2508
|
+
return fe.MEDIUM;
|
|
2533
2509
|
default:
|
|
2534
|
-
return
|
|
2510
|
+
return fe.MEDIUM;
|
|
2535
2511
|
}
|
|
2536
2512
|
switch (t) {
|
|
2537
2513
|
case ie.MEDIUM:
|
|
2538
|
-
return a ?
|
|
2514
|
+
return a ? fe.MEDIUM_FLOATING_LABEL : fe.MEDIUM;
|
|
2539
2515
|
default:
|
|
2540
|
-
return
|
|
2516
|
+
return fe.MEDIUM;
|
|
2541
2517
|
}
|
|
2542
|
-
},
|
|
2518
|
+
}, ws = (t, r) => {
|
|
2543
2519
|
if (t === ie.SMALL)
|
|
2544
2520
|
return "small";
|
|
2545
2521
|
if (r)
|
|
2546
2522
|
switch (r) {
|
|
2547
|
-
case
|
|
2523
|
+
case be.SMALL:
|
|
2548
2524
|
return "small";
|
|
2549
|
-
case
|
|
2525
|
+
case be.MEDIUM:
|
|
2550
2526
|
return "medium";
|
|
2551
|
-
case
|
|
2527
|
+
case be.LARGE:
|
|
2552
2528
|
return "medium";
|
|
2553
2529
|
default:
|
|
2554
2530
|
return "medium";
|
|
2555
2531
|
}
|
|
2556
2532
|
return t;
|
|
2557
|
-
},
|
|
2558
|
-
const i =
|
|
2533
|
+
}, Es = (t) => vs[t.toUpperCase()], Ls = (t) => We[t.toUpperCase()], Ms = (t, r, a, n) => {
|
|
2534
|
+
const i = xs(t, r), s = Cs(t, r), c = Ss(t, r, a);
|
|
2559
2535
|
return {
|
|
2560
2536
|
wrapperStyles: {
|
|
2561
2537
|
minHeight: i,
|
|
2562
2538
|
// Для fill resize устанавливаем height: 100%
|
|
2563
|
-
...n ===
|
|
2539
|
+
...n === Ve.FILL && { height: "100%" },
|
|
2564
2540
|
// Для fixed resize устанавливаем фиксированную высоту
|
|
2565
|
-
...n ===
|
|
2541
|
+
...n === Ve.FIXED && r && { height: i },
|
|
2566
2542
|
boxSizing: "border-box",
|
|
2567
2543
|
padding: c
|
|
2568
2544
|
},
|
|
2569
2545
|
floatingLabelStyles: {
|
|
2570
|
-
left: t === ie.SMALL ?
|
|
2546
|
+
left: t === ie.SMALL ? We.SMALL : We.MEDIUM,
|
|
2571
2547
|
transformOrigin: "left top",
|
|
2572
|
-
top: r === 112 && a && t === ie.MEDIUM ?
|
|
2548
|
+
top: r === 112 && a && t === ie.MEDIUM ? We.MEDIUM : void 0
|
|
2573
2549
|
},
|
|
2574
2550
|
suffixStyles: {
|
|
2575
|
-
right:
|
|
2551
|
+
right: Ls(t)
|
|
2576
2552
|
},
|
|
2577
2553
|
textareaStyles: {
|
|
2578
2554
|
minHeight: s,
|
|
2579
2555
|
// Для fill resize flex: 1
|
|
2580
|
-
...n ===
|
|
2556
|
+
...n === Ve.FILL && { flex: 1, minHeight: 0 },
|
|
2581
2557
|
// Для fixed resize фиксированная высота
|
|
2582
|
-
...n ===
|
|
2558
|
+
...n === Ve.FIXED && r && { height: s }
|
|
2583
2559
|
}
|
|
2584
2560
|
};
|
|
2585
|
-
},
|
|
2561
|
+
}, Ks = X(
|
|
2586
2562
|
({
|
|
2587
2563
|
value: t = "",
|
|
2588
2564
|
onChange: r,
|
|
@@ -2596,85 +2572,82 @@ const St = Object.assign(ds, {
|
|
|
2596
2572
|
disabled: f,
|
|
2597
2573
|
loading: p,
|
|
2598
2574
|
helper: g,
|
|
2599
|
-
suffix:
|
|
2600
|
-
clearable:
|
|
2601
|
-
id:
|
|
2602
|
-
showLabel:
|
|
2603
|
-
onFocus:
|
|
2604
|
-
onBlur:
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
}, ae = q ? /* @__PURE__ */ o.jsx(
|
|
2621
|
-
At,
|
|
2575
|
+
suffix: h,
|
|
2576
|
+
clearable: b = !1,
|
|
2577
|
+
id: m,
|
|
2578
|
+
showLabel: w = !0,
|
|
2579
|
+
onFocus: E,
|
|
2580
|
+
onBlur: C,
|
|
2581
|
+
className: v,
|
|
2582
|
+
rows: S = 1,
|
|
2583
|
+
showLimit: M = !1,
|
|
2584
|
+
wrapperProps: T,
|
|
2585
|
+
labelProps: N,
|
|
2586
|
+
helperProps: k,
|
|
2587
|
+
showGrip: P,
|
|
2588
|
+
minHeight: D,
|
|
2589
|
+
resize: B,
|
|
2590
|
+
...x
|
|
2591
|
+
}, F) => {
|
|
2592
|
+
const O = (t || "").length > 0, R = w && !!a && (c === ie.SMALL || D !== 48), W = b && O && !(f || p), H = () => {
|
|
2593
|
+
r == null || r("");
|
|
2594
|
+
}, Q = W ? /* @__PURE__ */ o.jsx(
|
|
2595
|
+
Dt,
|
|
2622
2596
|
{
|
|
2623
|
-
size:
|
|
2597
|
+
size: Es(c),
|
|
2624
2598
|
color: "var(--icon-secondary)",
|
|
2625
|
-
onClick:
|
|
2599
|
+
onClick: H,
|
|
2626
2600
|
style: { cursor: "pointer" },
|
|
2627
2601
|
"data-testid": "x-icon"
|
|
2628
2602
|
}
|
|
2629
|
-
) :
|
|
2630
|
-
rows:
|
|
2603
|
+
) : h, G = Ms(c, D, R && O, B), te = ws(c, D), ae = {
|
|
2604
|
+
rows: S,
|
|
2631
2605
|
minLength: i,
|
|
2632
2606
|
autoFocus: s,
|
|
2633
|
-
resize:
|
|
2607
|
+
resize: B,
|
|
2634
2608
|
..._
|
|
2635
2609
|
};
|
|
2636
2610
|
return /* @__PURE__ */ o.jsx(
|
|
2637
|
-
|
|
2611
|
+
Nt,
|
|
2638
2612
|
{
|
|
2639
|
-
ref:
|
|
2613
|
+
ref: F,
|
|
2640
2614
|
component: "textarea",
|
|
2641
|
-
size:
|
|
2615
|
+
size: te,
|
|
2642
2616
|
error: d,
|
|
2643
2617
|
disabled: f || p,
|
|
2644
2618
|
loading: p,
|
|
2645
2619
|
helper: g,
|
|
2646
|
-
suffix:
|
|
2647
|
-
id:
|
|
2648
|
-
showLabel:
|
|
2649
|
-
onFocus:
|
|
2650
|
-
onBlur:
|
|
2651
|
-
onKeyDown: $,
|
|
2620
|
+
suffix: Q,
|
|
2621
|
+
id: m,
|
|
2622
|
+
showLabel: R,
|
|
2623
|
+
onFocus: E,
|
|
2624
|
+
onBlur: C,
|
|
2652
2625
|
onChange: r,
|
|
2653
2626
|
value: t || "",
|
|
2654
2627
|
placeholder: a,
|
|
2655
|
-
className:
|
|
2656
|
-
"data-floating-label":
|
|
2657
|
-
wrapperStyles:
|
|
2658
|
-
floatingLabelStyles:
|
|
2659
|
-
suffixStyles:
|
|
2660
|
-
textareaStyles:
|
|
2661
|
-
wrapperProps:
|
|
2662
|
-
labelProps:
|
|
2663
|
-
helperProps:
|
|
2664
|
-
showLimit:
|
|
2628
|
+
className: v,
|
|
2629
|
+
"data-floating-label": R,
|
|
2630
|
+
wrapperStyles: G.wrapperStyles,
|
|
2631
|
+
floatingLabelStyles: G.floatingLabelStyles,
|
|
2632
|
+
suffixStyles: G.suffixStyles,
|
|
2633
|
+
textareaStyles: G.textareaStyles,
|
|
2634
|
+
wrapperProps: T,
|
|
2635
|
+
labelProps: N,
|
|
2636
|
+
helperProps: k,
|
|
2637
|
+
showLimit: M && (D === 112 || c === ie.SMALL),
|
|
2665
2638
|
maxLength: n,
|
|
2666
|
-
inputProps:
|
|
2667
|
-
resize:
|
|
2668
|
-
showGrip:
|
|
2669
|
-
...
|
|
2639
|
+
inputProps: ae,
|
|
2640
|
+
resize: B,
|
|
2641
|
+
showGrip: P,
|
|
2642
|
+
...x
|
|
2670
2643
|
}
|
|
2671
2644
|
);
|
|
2672
2645
|
}
|
|
2673
|
-
),
|
|
2674
|
-
helper:
|
|
2646
|
+
), $s = "_helper_1vhgl_16", Qe = {
|
|
2647
|
+
helper: $s,
|
|
2675
2648
|
"helper--error": "_helper--error_1vhgl_27",
|
|
2676
2649
|
"helper--disabled": "_helper--disabled_1vhgl_32"
|
|
2677
|
-
},
|
|
2650
|
+
}, Xs = ({
|
|
2678
2651
|
title: t,
|
|
2679
2652
|
error: r,
|
|
2680
2653
|
className: a = "",
|
|
@@ -2684,10 +2657,10 @@ const St = Object.assign(ds, {
|
|
|
2684
2657
|
"aria-label": c,
|
|
2685
2658
|
"aria-describedby": _
|
|
2686
2659
|
}) => {
|
|
2687
|
-
const d = !!r, f =
|
|
2688
|
-
|
|
2689
|
-
d &&
|
|
2690
|
-
i &&
|
|
2660
|
+
const d = !!r, f = K(
|
|
2661
|
+
Qe.helper,
|
|
2662
|
+
d && Qe["helper--error"],
|
|
2663
|
+
i && Qe["helper--disabled"],
|
|
2691
2664
|
a
|
|
2692
2665
|
), p = i ? t : r || t;
|
|
2693
2666
|
return /* @__PURE__ */ o.jsx(
|
|
@@ -2701,22 +2674,121 @@ const St = Object.assign(ds, {
|
|
|
2701
2674
|
children: /* @__PURE__ */ o.jsx("p", { children: p })
|
|
2702
2675
|
}
|
|
2703
2676
|
);
|
|
2677
|
+
}, Is = "_segmentedControl_1yvz7_5", js = "_segment_1yvz7_5", Rs = "_activeSegmentIndicator_1yvz7_51", ks = "_stretched_1yvz7_82", Ts = "_s_1yvz7_5", As = "_icon_1yvz7_90", Ns = "_label_1yvz7_94", Ds = "_m_1yvz7_98", Os = "_l_1yvz7_94", Te = {
|
|
2678
|
+
segmentedControl: Is,
|
|
2679
|
+
segment: js,
|
|
2680
|
+
activeSegmentIndicator: Rs,
|
|
2681
|
+
stretched: ks,
|
|
2682
|
+
s: Ts,
|
|
2683
|
+
icon: As,
|
|
2684
|
+
label: Ns,
|
|
2685
|
+
m: Ds,
|
|
2686
|
+
l: Os
|
|
2687
|
+
}, It = {
|
|
2688
|
+
s: Le["typography-label-3-regular"],
|
|
2689
|
+
m: Le["typography-label-2-regular"],
|
|
2690
|
+
l: Le["typography-label-2-regular"]
|
|
2691
|
+
}, Qs = (t) => {
|
|
2692
|
+
var v;
|
|
2693
|
+
const {
|
|
2694
|
+
className: r,
|
|
2695
|
+
defaultValue: a,
|
|
2696
|
+
value: n,
|
|
2697
|
+
size: i = "m",
|
|
2698
|
+
segments: s,
|
|
2699
|
+
stretched: c,
|
|
2700
|
+
mode: _ = "label",
|
|
2701
|
+
onChange: d
|
|
2702
|
+
} = t, f = at(), [p, g] = Me(a || s[0].value), [h, b] = Me({ width: 0, left: 0 }), m = ze(null);
|
|
2703
|
+
ve(() => {
|
|
2704
|
+
n && g(n);
|
|
2705
|
+
}, [n]), ve(() => {
|
|
2706
|
+
w();
|
|
2707
|
+
}, [p, s, i, c, _]);
|
|
2708
|
+
const w = () => {
|
|
2709
|
+
if (!(m != null && m.current)) return;
|
|
2710
|
+
const S = m.current.querySelector(
|
|
2711
|
+
'[data-is-active-segment="true"]'
|
|
2712
|
+
);
|
|
2713
|
+
S && b({
|
|
2714
|
+
width: S.offsetWidth,
|
|
2715
|
+
left: S.offsetLeft
|
|
2716
|
+
});
|
|
2717
|
+
}, E = (v = s.find((S) => S.value === p)) == null ? void 0 : v.label, C = (S) => {
|
|
2718
|
+
g(S), d == null || d(S);
|
|
2719
|
+
};
|
|
2720
|
+
return (s == null ? void 0 : s.length) === 0 ? null : /* @__PURE__ */ o.jsxs(
|
|
2721
|
+
"div",
|
|
2722
|
+
{
|
|
2723
|
+
className: K(
|
|
2724
|
+
Te.segmentedControl,
|
|
2725
|
+
Te[i],
|
|
2726
|
+
Te[_],
|
|
2727
|
+
{
|
|
2728
|
+
[Te.stretched]: c
|
|
2729
|
+
},
|
|
2730
|
+
r
|
|
2731
|
+
),
|
|
2732
|
+
"data-testid": "segmented-control-container",
|
|
2733
|
+
ref: m,
|
|
2734
|
+
children: [
|
|
2735
|
+
s == null ? void 0 : s.map(({ label: S, value: M }, T) => {
|
|
2736
|
+
const N = () => C(M);
|
|
2737
|
+
return /* @__PURE__ */ o.jsxs(tt, { children: [
|
|
2738
|
+
/* @__PURE__ */ o.jsx(
|
|
2739
|
+
"input",
|
|
2740
|
+
{
|
|
2741
|
+
id: f + JSON.stringify(M),
|
|
2742
|
+
value: JSON.stringify(M),
|
|
2743
|
+
type: "radio",
|
|
2744
|
+
checked: p === M,
|
|
2745
|
+
onClick: N
|
|
2746
|
+
}
|
|
2747
|
+
),
|
|
2748
|
+
/* @__PURE__ */ o.jsx(
|
|
2749
|
+
"label",
|
|
2750
|
+
{
|
|
2751
|
+
"data-is-active-segment": p === M,
|
|
2752
|
+
className: K(Te.segment, It[i]),
|
|
2753
|
+
htmlFor: f + JSON.stringify(M),
|
|
2754
|
+
"data-testid": "segmented-control-segment",
|
|
2755
|
+
children: S
|
|
2756
|
+
}
|
|
2757
|
+
)
|
|
2758
|
+
] }, rt(JSON.stringify(M)) + T);
|
|
2759
|
+
}),
|
|
2760
|
+
/* @__PURE__ */ o.jsx(
|
|
2761
|
+
"div",
|
|
2762
|
+
{
|
|
2763
|
+
className: K(Te.activeSegmentIndicator, It[i]),
|
|
2764
|
+
"data-testid": "segmented-control-active-segment",
|
|
2765
|
+
style: {
|
|
2766
|
+
width: h.width,
|
|
2767
|
+
left: h.left
|
|
2768
|
+
},
|
|
2769
|
+
children: E
|
|
2770
|
+
}
|
|
2771
|
+
)
|
|
2772
|
+
]
|
|
2773
|
+
}
|
|
2774
|
+
);
|
|
2704
2775
|
};
|
|
2705
2776
|
export {
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2777
|
+
Bs as Avatar,
|
|
2778
|
+
Fs as Badge,
|
|
2779
|
+
Ps as Button,
|
|
2780
|
+
qs as Checkbox,
|
|
2781
|
+
Hs as ConfigProvider,
|
|
2782
|
+
Xs as Helper,
|
|
2783
|
+
Vs as Image,
|
|
2784
|
+
Hr as Loader,
|
|
2785
|
+
Qs as SegmentedControl,
|
|
2786
|
+
Zs as Tag,
|
|
2787
|
+
Ks as TextArea,
|
|
2788
|
+
Js as TextInput,
|
|
2789
|
+
Ys as Typography,
|
|
2790
|
+
Zr as enUS,
|
|
2791
|
+
Gs as ruRU,
|
|
2792
|
+
qr as useConfig,
|
|
2793
|
+
Ws as useLocale
|
|
2722
2794
|
};
|