@reportportal/ui-kit 0.0.1-alpha.14 → 0.0.1-alpha.16
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/{button-7fb84fde.js → button-bb309472.js} +21 -21
- package/dist/button.js +1 -1
- package/dist/dropdown-bbfa828e.js +213 -0
- package/dist/dropdown.js +1 -1
- package/dist/{index-0be12e80.js → index-2a2d261a.js} +26 -26
- package/dist/index.js +6 -6
- package/dist/modal.js +2 -2
- package/dist/{pagination-5449cd03.js → pagination-761d3427.js} +1 -1
- package/dist/pagination.js +2 -2
- package/dist/style.css +1 -1
- package/dist/toggle-9284387b.js +67 -0
- package/dist/toggle.js +1 -1
- package/package.json +1 -1
- package/dist/dropdown-c3ca9c1a.js +0 -212
- package/dist/toggle-707ecb74.js +0 -67
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsxs as p, jsx as h } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as l } from "react";
|
|
3
3
|
import { c as u } from "./bind-06a7ff84.js";
|
|
4
|
-
const w = "
|
|
4
|
+
const w = "_button_1szj1_1", x = "_primary_1szj1_19", f = "_disabled_1szj1_24", g = "_ghost_1szj1_36", y = "_danger_1szj1_54", N = "_text_1szj1_70", B = "_icon_1szj1_116", $ = {
|
|
5
5
|
button: w,
|
|
6
6
|
primary: x,
|
|
7
|
-
disabled:
|
|
8
|
-
ghost:
|
|
9
|
-
danger:
|
|
10
|
-
text:
|
|
11
|
-
"width-wide-content": "_width-wide-
|
|
12
|
-
"width-parent": "_width-
|
|
13
|
-
icon:
|
|
14
|
-
"icon-start": "_icon-
|
|
15
|
-
"icon-end": "_icon-
|
|
16
|
-
}, c = u.bind(
|
|
7
|
+
disabled: f,
|
|
8
|
+
ghost: g,
|
|
9
|
+
danger: y,
|
|
10
|
+
text: N,
|
|
11
|
+
"width-wide-content": "_width-wide-content_1szj1_106",
|
|
12
|
+
"width-parent": "_width-parent_1szj1_111",
|
|
13
|
+
icon: B,
|
|
14
|
+
"icon-start": "_icon-start_1szj1_122",
|
|
15
|
+
"icon-end": "_icon-end_1szj1_126"
|
|
16
|
+
}, c = u.bind($), q = l(
|
|
17
17
|
({
|
|
18
18
|
variant: t = "primary",
|
|
19
19
|
icon: e,
|
|
@@ -23,24 +23,24 @@ const w = "_button_1fbsg_1", x = "_primary_1fbsg_18", y = "_disabled_1fbsg_23",
|
|
|
23
23
|
children: i,
|
|
24
24
|
disabled: o = !1,
|
|
25
25
|
onClick: a,
|
|
26
|
-
title:
|
|
27
|
-
className:
|
|
28
|
-
...
|
|
29
|
-
},
|
|
30
|
-
const
|
|
26
|
+
title: d,
|
|
27
|
+
className: m,
|
|
28
|
+
...j
|
|
29
|
+
}, z) => {
|
|
30
|
+
const b = c("button", t, m, {
|
|
31
31
|
disabled: o,
|
|
32
32
|
[`width-${n}`]: n
|
|
33
33
|
}), _ = t === "text" && e;
|
|
34
34
|
return /* @__PURE__ */ p(
|
|
35
35
|
"button",
|
|
36
36
|
{
|
|
37
|
-
ref:
|
|
37
|
+
ref: z,
|
|
38
38
|
type: r,
|
|
39
39
|
disabled: o,
|
|
40
|
-
className:
|
|
40
|
+
className: b,
|
|
41
41
|
onClick: a,
|
|
42
|
-
title:
|
|
43
|
-
...
|
|
42
|
+
title: d,
|
|
43
|
+
...j,
|
|
44
44
|
children: [
|
|
45
45
|
_ && /* @__PURE__ */ h(
|
|
46
46
|
"i",
|
|
@@ -58,5 +58,5 @@ const w = "_button_1fbsg_1", x = "_primary_1fbsg_18", y = "_disabled_1fbsg_23",
|
|
|
58
58
|
}
|
|
59
59
|
);
|
|
60
60
|
export {
|
|
61
|
-
|
|
61
|
+
q as B
|
|
62
62
|
};
|
package/dist/button.js
CHANGED
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
import { jsx as r, jsxs as L } from "react/jsx-runtime";
|
|
2
|
+
import * as R from "react";
|
|
3
|
+
import { forwardRef as F, useState as Y, useRef as B } from "react";
|
|
4
|
+
import { c as A } from "./bind-06a7ff84.js";
|
|
5
|
+
import { useFloating as ee, offset as te, flip as ne } from "@floating-ui/react-dom";
|
|
6
|
+
import { useSelect as N } from "downshift";
|
|
7
|
+
import { Scrollbars as oe } from "rc-scrollbars";
|
|
8
|
+
import { u as se } from "./useOnClickOutside-c332f7d3.js";
|
|
9
|
+
import { K as h } from "./keyCodes-f63c0e11.js";
|
|
10
|
+
import { B as ae } from "./baseIconButton-7bc53dec.js";
|
|
11
|
+
const re = (t) => /* @__PURE__ */ R.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ R.createElement("path", { d: "M14.2174 5.82426C14.3736 5.66805 14.3736 5.41479 14.2174 5.25858L14.0759 5.11716C13.9197 4.96095 13.6665 4.96095 13.5103 5.11716L8.16726 10.4602L2.82426 5.11716C2.66805 4.96095 2.41479 4.96095 2.25858 5.11716L2.11716 5.25858C1.96095 5.41479 1.96095 5.66805 2.11716 5.82426L7.89176 11.5989C8.04797 11.7551 8.30124 11.7551 8.45745 11.5989L8.88171 11.1746L8.87436 11.1673L14.2174 5.82426Z", fill: "#A2AAB5" })), le = "_disabled_f4c9h_11", de = "_hidden_f4c9h_15", ce = "_selected_f4c9h_21", ie = "_hover_f4c9h_24", _e = {
|
|
12
|
+
"dropdown-option": "_dropdown-option_f4c9h_1",
|
|
13
|
+
disabled: le,
|
|
14
|
+
hidden: de,
|
|
15
|
+
selected: ce,
|
|
16
|
+
hover: ie,
|
|
17
|
+
"single-option": "_single-option_f4c9h_37",
|
|
18
|
+
"sub-option": "_sub-option_f4c9h_45"
|
|
19
|
+
}, P = A.bind(_e), he = F(
|
|
20
|
+
(t, n) => {
|
|
21
|
+
const {
|
|
22
|
+
option: { value: a, disabled: f, hidden: w, label: l, title: o, groupRef: y },
|
|
23
|
+
selected: E,
|
|
24
|
+
onChange: g,
|
|
25
|
+
render: p,
|
|
26
|
+
highlightHovered: b,
|
|
27
|
+
onMouseEnter: m
|
|
28
|
+
} = t, D = () => {
|
|
29
|
+
g && g(a);
|
|
30
|
+
};
|
|
31
|
+
return /* @__PURE__ */ r(
|
|
32
|
+
"div",
|
|
33
|
+
{
|
|
34
|
+
className: P("dropdown-option", {
|
|
35
|
+
selected: E,
|
|
36
|
+
disabled: f,
|
|
37
|
+
hidden: w,
|
|
38
|
+
hover: b
|
|
39
|
+
}),
|
|
40
|
+
title: o,
|
|
41
|
+
onClick: D,
|
|
42
|
+
ref: n,
|
|
43
|
+
onMouseEnter: m,
|
|
44
|
+
children: /* @__PURE__ */ r("div", { className: P("single-option", { "sub-option": !!y }), children: p ? p(t) : l })
|
|
45
|
+
}
|
|
46
|
+
);
|
|
47
|
+
}
|
|
48
|
+
), fe = [
|
|
49
|
+
h.ENTER_KEY_CODE,
|
|
50
|
+
h.SPACE_KEY_CODE,
|
|
51
|
+
h.ARROW_DOWN_KEY_CODE
|
|
52
|
+
], pe = [h.ESCAPE_KEY_CODE, h.TAB_KEY_CODE];
|
|
53
|
+
var _ = /* @__PURE__ */ ((t) => (t.ON_KEY_DOWN = "onKeyDown", t.ON_CLICK = "onClick", t))(_ || {});
|
|
54
|
+
const ge = (t, n) => t.map(({ value: a }) => a).indexOf(n), me = (t, n) => (t % n + n) % n, K = (t, n = 0, a = 1) => {
|
|
55
|
+
if (!t[n].disabled)
|
|
56
|
+
return n;
|
|
57
|
+
const f = t.length;
|
|
58
|
+
return K(
|
|
59
|
+
t,
|
|
60
|
+
me(n + a, f),
|
|
61
|
+
a
|
|
62
|
+
);
|
|
63
|
+
}, ue = (t, n) => K(t, n), Ce = (t, n) => K(t, n, -1), Oe = "_container_1o5y6_1", we = "_icon_1o5y6_7", ye = "_arrow_1o5y6_13", Ee = "_dropdown_1o5y6_19", be = "_disabled_1o5y6_36", De = "_value_1o5y6_43", Ne = "_error_1o5y6_46", Ke = "_touched_1o5y6_46", ve = "_opened_1o5y6_50", xe = "_placeholder_1o5y6_72", Ie = "_ghost_1o5y6_115", ke = {
|
|
64
|
+
container: Oe,
|
|
65
|
+
icon: we,
|
|
66
|
+
arrow: ye,
|
|
67
|
+
dropdown: Ee,
|
|
68
|
+
"transparent-background": "_transparent-background_1o5y6_33",
|
|
69
|
+
disabled: be,
|
|
70
|
+
value: De,
|
|
71
|
+
error: Ne,
|
|
72
|
+
touched: Ke,
|
|
73
|
+
opened: ve,
|
|
74
|
+
placeholder: xe,
|
|
75
|
+
"mobile-disabled": "_mobile-disabled_1o5y6_87",
|
|
76
|
+
"select-list": "_select-list_1o5y6_92",
|
|
77
|
+
"options-container": "_options-container_1o5y6_110",
|
|
78
|
+
ghost: Ie
|
|
79
|
+
}, c = A.bind(ke), $e = ({
|
|
80
|
+
value: t = "",
|
|
81
|
+
options: n = [],
|
|
82
|
+
disabled: a = !1,
|
|
83
|
+
error: f,
|
|
84
|
+
onChange: w,
|
|
85
|
+
onFocus: l,
|
|
86
|
+
onBlur: o,
|
|
87
|
+
mobileDisabled: y,
|
|
88
|
+
title: E,
|
|
89
|
+
touched: g = !1,
|
|
90
|
+
icon: p,
|
|
91
|
+
variant: b,
|
|
92
|
+
placeholder: m = "",
|
|
93
|
+
renderOption: D,
|
|
94
|
+
transparentBackground: T = !1,
|
|
95
|
+
className: W,
|
|
96
|
+
toggleButtonClassName: H
|
|
97
|
+
}) => {
|
|
98
|
+
const [d, i] = Y(!1), v = B(null), [M, u] = Y(null), { refs: x, floatingStyles: $ } = ee({
|
|
99
|
+
middleware: [
|
|
100
|
+
te(5),
|
|
101
|
+
ne({
|
|
102
|
+
fallbackPlacements: ["bottom", "top"]
|
|
103
|
+
})
|
|
104
|
+
]
|
|
105
|
+
});
|
|
106
|
+
se(v, () => {
|
|
107
|
+
d && (i(!1), o == null || o());
|
|
108
|
+
});
|
|
109
|
+
const I = (e) => {
|
|
110
|
+
e.disabled || (w(e.value), i((s) => !s));
|
|
111
|
+
}, j = () => n.find(({ value: e }) => e === t), k = ge(n, t), {
|
|
112
|
+
getToggleButtonProps: V,
|
|
113
|
+
getMenuProps: U,
|
|
114
|
+
getItemProps: Z,
|
|
115
|
+
setHighlightedIndex: C,
|
|
116
|
+
highlightedIndex: S,
|
|
117
|
+
selectedItem: O
|
|
118
|
+
} = N({
|
|
119
|
+
items: n,
|
|
120
|
+
itemToString: (e) => (e != null && e.label ? String(e.label) : m) || "",
|
|
121
|
+
selectedItem: j(),
|
|
122
|
+
isOpen: d,
|
|
123
|
+
circularNavigation: !0,
|
|
124
|
+
defaultHighlightedIndex: k,
|
|
125
|
+
onHighlightedIndexChange: (e) => {
|
|
126
|
+
switch (e.type) {
|
|
127
|
+
case N.stateChangeTypes.MenuKeyDownArrowUp:
|
|
128
|
+
return u(_.ON_KEY_DOWN), C(Ce(n, e.highlightedIndex)), e;
|
|
129
|
+
case N.stateChangeTypes.MenuKeyDownArrowDown:
|
|
130
|
+
return u(_.ON_KEY_DOWN), C(ue(n, e.highlightedIndex)), e;
|
|
131
|
+
default:
|
|
132
|
+
return e;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}), q = () => {
|
|
136
|
+
a || (i((e) => !e), d ? o == null || o() : l == null || l(), u(_.ON_CLICK));
|
|
137
|
+
}, z = () => {
|
|
138
|
+
if (!t && t !== !1 && t !== 0)
|
|
139
|
+
return m;
|
|
140
|
+
let e = t;
|
|
141
|
+
return n.forEach((s) => {
|
|
142
|
+
s.value === t && (e = s.label);
|
|
143
|
+
}), e;
|
|
144
|
+
}, G = (e) => {
|
|
145
|
+
const { keyCode: s } = e;
|
|
146
|
+
fe.includes(s) && !d && (e.preventDefault(), C(k), i(!0), l == null || l(), u(_.ON_KEY_DOWN));
|
|
147
|
+
}, J = (e) => {
|
|
148
|
+
const { keyCode: s } = e;
|
|
149
|
+
if (s === h.ENTER_KEY_CODE) {
|
|
150
|
+
const X = n[S];
|
|
151
|
+
I(X), i(!1), o == null || o();
|
|
152
|
+
return;
|
|
153
|
+
}
|
|
154
|
+
pe.includes(s) && (e.stopPropagation(), i(!1), o == null || o());
|
|
155
|
+
}, Q = () => /* @__PURE__ */ r("div", { className: c("options-container"), children: n.map((e, s) => /* @__PURE__ */ r(
|
|
156
|
+
he,
|
|
157
|
+
{
|
|
158
|
+
...Z({
|
|
159
|
+
item: e,
|
|
160
|
+
index: s
|
|
161
|
+
}),
|
|
162
|
+
selected: e.value === ((O == null ? void 0 : O.value) ?? O),
|
|
163
|
+
option: { title: e.label, ...e },
|
|
164
|
+
highlightHovered: S === s && M !== _.ON_CLICK,
|
|
165
|
+
render: D,
|
|
166
|
+
onChange: e.disabled ? null : () => I(e),
|
|
167
|
+
onMouseEnter: () => C(s)
|
|
168
|
+
},
|
|
169
|
+
e.value
|
|
170
|
+
)) });
|
|
171
|
+
return /* @__PURE__ */ L("div", { ref: v, className: c("container", W), title: E, children: [
|
|
172
|
+
/* @__PURE__ */ L(
|
|
173
|
+
"button",
|
|
174
|
+
{
|
|
175
|
+
disabled: a,
|
|
176
|
+
...V({
|
|
177
|
+
className: c("dropdown", b, H, {
|
|
178
|
+
"transparent-background": T,
|
|
179
|
+
opened: d,
|
|
180
|
+
disabled: a,
|
|
181
|
+
error: f,
|
|
182
|
+
touched: g,
|
|
183
|
+
"mobile-disabled": y
|
|
184
|
+
}),
|
|
185
|
+
onClick: q,
|
|
186
|
+
onKeyDown: G,
|
|
187
|
+
ref: x.setReference
|
|
188
|
+
}),
|
|
189
|
+
children: [
|
|
190
|
+
p && /* @__PURE__ */ r("span", { className: c("icon"), children: p }),
|
|
191
|
+
/* @__PURE__ */ r("span", { className: c("value", { placeholder: !t }), children: z() }),
|
|
192
|
+
/* @__PURE__ */ r(ae, { className: c("arrow"), tabIndex: -1, children: /* @__PURE__ */ r(re, {}) })
|
|
193
|
+
]
|
|
194
|
+
}
|
|
195
|
+
),
|
|
196
|
+
d && /* @__PURE__ */ r(
|
|
197
|
+
"div",
|
|
198
|
+
{
|
|
199
|
+
style: $,
|
|
200
|
+
className: c("select-list", { opened: d }),
|
|
201
|
+
...U({
|
|
202
|
+
onKeyDown: J,
|
|
203
|
+
ref: x.setFloating
|
|
204
|
+
}),
|
|
205
|
+
children: /* @__PURE__ */ r(oe, { autoHeight: !0, autoHeightMax: 216, hideTracksWhenNotNeeded: !0, children: Q() })
|
|
206
|
+
}
|
|
207
|
+
)
|
|
208
|
+
] });
|
|
209
|
+
};
|
|
210
|
+
export {
|
|
211
|
+
$e as D,
|
|
212
|
+
re as S
|
|
213
|
+
};
|
package/dist/dropdown.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as e, jsxs as d, Fragment as B } from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
2
|
+
import * as L from "react";
|
|
3
3
|
import { useState as f, useEffect as g, useRef as j } from "react";
|
|
4
4
|
import { Scrollbars as G } from "rc-scrollbars";
|
|
5
5
|
import { AnimatePresence as K, motion as P } from "framer-motion";
|
|
6
6
|
import { c as u } from "./bind-06a7ff84.js";
|
|
7
7
|
import { u as Y } from "./useOnClickOutside-c332f7d3.js";
|
|
8
8
|
import { K as F } from "./keyCodes-f63c0e11.js";
|
|
9
|
-
import { B as
|
|
9
|
+
import { B as b } from "./button-bb309472.js";
|
|
10
10
|
import { B as U } from "./baseIconButton-7bc53dec.js";
|
|
11
|
-
const X = (t) => /* @__PURE__ */
|
|
11
|
+
const X = (t) => /* @__PURE__ */ L.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ L.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.732179 15.2698C0.330639 14.8683 0.33064 14.2172 0.73218 13.8157L6.54858 7.99928L0.73218 2.18288C0.33064 1.78134 0.330639 1.13031 0.732179 0.728774C1.13372 0.327235 1.78474 0.327235 2.18628 0.728774L8.00269 6.54518L13.8191 0.728767C14.2206 0.327229 14.8717 0.327228 15.2732 0.728767C15.6747 1.13031 15.6747 1.78133 15.2732 2.18287L9.45679 7.99928L15.2732 13.8157C15.6747 14.2172 15.6747 14.8683 15.2732 15.2698C14.8717 15.6713 14.2206 15.6713 13.8191 15.2698L8.00269 9.45338L2.18628 15.2698C1.78474 15.6713 1.13372 15.6713 0.732179 15.2698Z", fill: "#A2AAB5" })), Z = () => {
|
|
12
12
|
const [t, s] = f({ width: 0, height: 0 });
|
|
13
13
|
return g(() => {
|
|
14
14
|
const n = () => {
|
|
@@ -37,7 +37,7 @@ const X = (t) => /* @__PURE__ */ M.createElement("svg", { width: 16, height: 16,
|
|
|
37
37
|
t && t,
|
|
38
38
|
/* @__PURE__ */ d("div", { className: m("buttons-block"), children: [
|
|
39
39
|
r && /* @__PURE__ */ e("div", { className: m("button-container"), children: /* @__PURE__ */ e(
|
|
40
|
-
|
|
40
|
+
b,
|
|
41
41
|
{
|
|
42
42
|
variant: "ghost",
|
|
43
43
|
adjustWidthOn: a === "small" ? "parent" : "content",
|
|
@@ -45,14 +45,14 @@ const X = (t) => /* @__PURE__ */ M.createElement("svg", { width: 16, height: 16,
|
|
|
45
45
|
...r
|
|
46
46
|
}
|
|
47
47
|
) }),
|
|
48
|
-
n && /* @__PURE__ */ e("div", { className: m("button-container"), children: /* @__PURE__ */ e(
|
|
48
|
+
n && /* @__PURE__ */ e("div", { className: m("button-container"), children: /* @__PURE__ */ e(b, { adjustWidthOn: a === "small" ? "parent" : "content", ...n }) })
|
|
49
49
|
] })
|
|
50
50
|
] }), ee = {
|
|
51
|
-
"modal-header": "_modal-
|
|
52
|
-
"width-description": "_width-
|
|
53
|
-
"modal-header-content": "_modal-header-
|
|
54
|
-
"modal-title": "_modal-
|
|
55
|
-
"close-modal-icon": "_close-modal-
|
|
51
|
+
"modal-header": "_modal-header_68lru_1",
|
|
52
|
+
"width-description": "_width-description_68lru_10",
|
|
53
|
+
"modal-header-content": "_modal-header-content_68lru_14",
|
|
54
|
+
"modal-title": "_modal-title_68lru_20",
|
|
55
|
+
"close-modal-icon": "_close-modal-icon_68lru_29"
|
|
56
56
|
}, _ = u.bind(ee), te = ({ title: t, onClose: s, withDescription: n = !1 }) => /* @__PURE__ */ d("div", { className: _("modal-header", { "width-description": n }), children: [
|
|
57
57
|
/* @__PURE__ */ e("div", { className: _("modal-header-content"), children: t && /* @__PURE__ */ e("span", { className: _("modal-title"), children: t }) }),
|
|
58
58
|
/* @__PURE__ */ e(U, { className: _("close-modal-icon"), onClick: s, children: /* @__PURE__ */ e(X, {}) })
|
|
@@ -66,7 +66,7 @@ const X = (t) => /* @__PURE__ */ M.createElement("svg", { width: 16, height: 16,
|
|
|
66
66
|
"size-default": "_size-default_sp7xo_53",
|
|
67
67
|
"size-small": "_size-small_sp7xo_65",
|
|
68
68
|
"size-large": "_size-large_sp7xo_77"
|
|
69
|
-
}, h = u.bind(se), ae = 0.9,
|
|
69
|
+
}, h = u.bind(se), ae = 0.9, le = 32 + 24, ie = 32 + 8, de = 36 + 16, ce = 32 * 2, xe = ({
|
|
70
70
|
title: t,
|
|
71
71
|
children: s,
|
|
72
72
|
footerNode: n,
|
|
@@ -81,28 +81,28 @@ const X = (t) => /* @__PURE__ */ M.createElement("svg", { width: 16, height: 16,
|
|
|
81
81
|
allowCloseOutside: D = !0,
|
|
82
82
|
scrollable: R = !1,
|
|
83
83
|
withoutFooter: v = !1,
|
|
84
|
-
CustomFooter:
|
|
85
|
-
description:
|
|
84
|
+
CustomFooter: H = null,
|
|
85
|
+
description: l = null
|
|
86
86
|
}) => {
|
|
87
|
-
const [S,
|
|
87
|
+
const [S, E] = f(!1), [T, I] = f(0), i = j(null), C = Z(), y = C.height, k = y * ae, p = (y - T) / 2, $ = () => {
|
|
88
88
|
let o = k - ce;
|
|
89
|
-
return v || (o = o - de),
|
|
89
|
+
return v || (o = o - de), l ? o = o - ie : o = o - le, o;
|
|
90
90
|
}, c = () => {
|
|
91
|
-
|
|
92
|
-
},
|
|
91
|
+
E(!1);
|
|
92
|
+
}, M = (o) => {
|
|
93
93
|
const { keyCode: W } = o;
|
|
94
94
|
W === F.ESCAPE_KEY_CODE && c();
|
|
95
95
|
};
|
|
96
96
|
return g(() => {
|
|
97
|
-
if (
|
|
98
|
-
const { clientHeight: o } =
|
|
97
|
+
if (i && i.current) {
|
|
98
|
+
const { clientHeight: o } = i.current;
|
|
99
99
|
I(o);
|
|
100
100
|
}
|
|
101
|
-
}, [s,
|
|
101
|
+
}, [s, C]), g(() => (E(!0), document.addEventListener("keydown", M, !1), () => document.removeEventListener("keydown", M, !1)), []), Y(i, D ? c : void 0), /* @__PURE__ */ e(K, { onExitComplete: O, children: S && /* @__PURE__ */ e("div", { className: h("modal", { [`overlay-${x}`]: x }), style: { zIndex: z }, children: /* @__PURE__ */ d(
|
|
102
102
|
P.div,
|
|
103
103
|
{
|
|
104
104
|
className: h("modal-window", { [`size-${w}`]: w }, N),
|
|
105
|
-
ref:
|
|
105
|
+
ref: i,
|
|
106
106
|
tabIndex: 0,
|
|
107
107
|
initial: { opacity: 0, marginTop: -p },
|
|
108
108
|
animate: { opacity: 1, marginTop: p },
|
|
@@ -110,18 +110,18 @@ const X = (t) => /* @__PURE__ */ M.createElement("svg", { width: 16, height: 16,
|
|
|
110
110
|
transition: { duration: 0.3 },
|
|
111
111
|
onAnimationStart: () => {
|
|
112
112
|
var o;
|
|
113
|
-
return (o =
|
|
113
|
+
return (o = i.current) == null ? void 0 : o.focus();
|
|
114
114
|
},
|
|
115
115
|
children: [
|
|
116
|
-
/* @__PURE__ */ e(te, { title: t, onClose: c, withDescription: !!
|
|
116
|
+
/* @__PURE__ */ e(te, { title: t, onClose: c, withDescription: !!l }),
|
|
117
117
|
R ? /* @__PURE__ */ d(G, { autoHeight: !0, autoHeightMax: $(), hideTracksWhenNotNeeded: !0, children: [
|
|
118
|
-
|
|
118
|
+
l && /* @__PURE__ */ e("span", { className: h("description"), children: l }),
|
|
119
119
|
/* @__PURE__ */ e(A, { children: s })
|
|
120
120
|
] }) : /* @__PURE__ */ d(B, { children: [
|
|
121
|
-
|
|
121
|
+
l && /* @__PURE__ */ e("span", { className: h("description"), children: l }),
|
|
122
122
|
/* @__PURE__ */ e(A, { children: s })
|
|
123
123
|
] }),
|
|
124
|
-
!v && (
|
|
124
|
+
!v && (H ? /* @__PURE__ */ e(H, { closeHandler: c }) : /* @__PURE__ */ e(
|
|
125
125
|
V,
|
|
126
126
|
{
|
|
127
127
|
size: w,
|
package/dist/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { B as A1 } from "./button-
|
|
1
|
+
import { B as A1 } from "./button-bb309472.js";
|
|
2
2
|
import { C as b1 } from "./checkbox-6777be17.js";
|
|
3
3
|
import { S as B1 } from "./systemMessage-1ced6079.js";
|
|
4
4
|
import { F as Z } from "./fieldText-d80b29ba.js";
|
|
5
5
|
import { S as E1 } from "./fieldText-d80b29ba.js";
|
|
6
6
|
import { T as S1 } from "./themeProvider-46c2be7b.js";
|
|
7
|
-
import { S as j1, M as I1 } from "./index-
|
|
8
|
-
import { D as I } from "./dropdown-
|
|
9
|
-
import { S as T1 } from "./dropdown-
|
|
10
|
-
import { T as P1 } from "./toggle-
|
|
7
|
+
import { S as j1, M as I1 } from "./index-2a2d261a.js";
|
|
8
|
+
import { D as I } from "./dropdown-bbfa828e.js";
|
|
9
|
+
import { S as T1 } from "./dropdown-bbfa828e.js";
|
|
10
|
+
import { T as P1 } from "./toggle-9284387b.js";
|
|
11
11
|
import { F as k1, a as Z1, S as D1 } from "./fieldNumber-46fe79b9.js";
|
|
12
12
|
import { B as U1 } from "./bubblesLoader-a7e709d4.js";
|
|
13
13
|
import { F as $1 } from "./fieldTextFlex-5bddf46a.js";
|
|
14
14
|
import { R as O1 } from "./radio-fd49a09c.js";
|
|
15
15
|
import { Tooltip as q1 } from "./tooltip.js";
|
|
16
16
|
import { Popover as J1 } from "./popover.js";
|
|
17
|
-
import { P as Q1, a as X1, S as ee } from "./pagination-
|
|
17
|
+
import { P as Q1, a as X1, S as ee } from "./pagination-761d3427.js";
|
|
18
18
|
import { S as oe, a as re, T as ne } from "./table-83e050dc.js";
|
|
19
19
|
import { jsxs as y, Fragment as D, jsx as n } from "react/jsx-runtime";
|
|
20
20
|
import V from "react-datepicker";
|
package/dist/modal.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as s, a as n, c as b, b as c } from "./index-
|
|
1
|
+
import { M as s, a as n, c as b, b as c } from "./index-2a2d261a.js";
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
3
|
import "react";
|
|
4
4
|
import "rc-scrollbars";
|
|
@@ -6,7 +6,7 @@ import "framer-motion";
|
|
|
6
6
|
import "./bind-06a7ff84.js";
|
|
7
7
|
import "./useOnClickOutside-c332f7d3.js";
|
|
8
8
|
import "./keyCodes-f63c0e11.js";
|
|
9
|
-
import "./button-
|
|
9
|
+
import "./button-bb309472.js";
|
|
10
10
|
import "./baseIconButton-7bc53dec.js";
|
|
11
11
|
export {
|
|
12
12
|
s as Modal,
|
|
@@ -3,7 +3,7 @@ import { c as m } from "./bind-06a7ff84.js";
|
|
|
3
3
|
import * as b from "react";
|
|
4
4
|
import { useState as x } from "react";
|
|
5
5
|
import { Popover as B } from "./popover.js";
|
|
6
|
-
import { B as $ } from "./button-
|
|
6
|
+
import { B as $ } from "./button-bb309472.js";
|
|
7
7
|
import { F as I } from "./fieldText-d80b29ba.js";
|
|
8
8
|
import { B as f } from "./baseIconButton-7bc53dec.js";
|
|
9
9
|
import { Tooltip as k } from "./tooltip.js";
|
package/dist/pagination.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { P as t } from "./pagination-
|
|
1
|
+
import { P as t } from "./pagination-761d3427.js";
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
3
|
import "./bind-06a7ff84.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "./popover.js";
|
|
6
6
|
import "@floating-ui/react";
|
|
7
|
-
import "./button-
|
|
7
|
+
import "./button-bb309472.js";
|
|
8
8
|
import "./fieldText-d80b29ba.js";
|
|
9
9
|
import "./baseIconButton-7bc53dec.js";
|
|
10
10
|
import "./tooltip.js";
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._system-message_fp9ws_1{min-height:85px;height:auto;width:100%;background:var(--rp-ui-base-bg-000);border-radius:8px;box-shadow:var(--rp-ui-base-shadow);display:flex;flex-direction:column;font-family:var(--rp-ui-base-font-family)}._system-message_fp9ws_1 ._stripes-info_fp9ws_12{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-info-line-100),var(--rp-ui-base-sm-info-line-100) 24px,var(--rp-ui-base-e-200) 24px,var(--rp-ui-base-e-200) 48px)}._system-message_fp9ws_1 ._stripes-warning_fp9ws_17{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-warning-line-100),var(--rp-ui-base-sm-warning-line-100) 24px,var(--rp-ui-base-sm-warning-line-200) 24px,var(--rp-ui-base-sm-warning-line-200) 48px)}._system-message_fp9ws_1 ._stripes-error_fp9ws_22{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-error-line-100),var(--rp-ui-base-sm-error-line-100) 24px,var(--rp-ui-base-sm-error-line-200) 24px,var(--rp-ui-base-sm-error-line-200) 48px)}._system-message_fp9ws_1 ._text-container_fp9ws_27{padding:12px 16px 16px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-info_fp9ws_30{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-e-400);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-warning_fp9ws_38{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-sm-warning);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-error_fp9ws_46{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-sm-error);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._children_fp9ws_54{text-indent:1px;color:var(--rp-ui-color-text);font-weight:700;font-size:13px;line-height:20px}._system-message_fp9ws_1 ._text-container_fp9ws_27 p{margin-top:4px;max-width:780px;color:var(--rp-ui-base-e-400);font-weight:400;font-size:12px;line-height:18px}._content-width_fp9ws_70{max-width:max-content}._toggle_p1gaq_1{position:relative;display:inline-flex;align-items:center;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black);cursor:pointer}._children-container_p1gaq_13{margin-left:40px}._children-container_p1gaq_13 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_p1gaq_13 a:focus,._children-container_p1gaq_13 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._slider_p1gaq_26{background-color:var(--rp-ui-base-e-300);cursor:pointer;position:absolute;transition:.4s;border-radius:10px;width:32px;height:20px}._slider_p1gaq_26:before{position:absolute;top:2px;left:2px;content:"";width:16px;height:16px;background-color:var(--rp-ui-base-bg-000);transition:.4s}._round_p1gaq_46:before{border-radius:50%}._input_p1gaq_50{position:absolute;opacity:0;top:0;left:0}._input_p1gaq_50:disabled+._slider_p1gaq_26{background-color:var(--rp-ui-base-e-200);cursor:default}._input_p1gaq_50:focus-visible{outline:none}._input_p1gaq_50:focus:not(._disabled_p1gaq_63):after,._input_p1gaq_50:focus-visible:not(._disabled_p1gaq_63)+._slider_p1gaq_26:after{top:50%;left:50%;content:"";position:absolute;width:100%;height:100%;border:2px solid var(--rp-ui-base-topaz-focused);border-radius:12px;transform:translate(-50%,-50%)}._input_p1gaq_50:checked+._slider_p1gaq_26{background-color:var(--rp-ui-base-topaz)}._input_p1gaq_50:checked+._slider_p1gaq_26:before{transform:translate(12px)}._input_p1gaq_50:hover+._slider_p1gaq_26{background-color:var(--rp-ui-base-e-400)}._input_p1gaq_50:checked:hover+._slider_p1gaq_26{background-color:var(--rp-ui-base-topaz-hover)}._input_p1gaq_50:checked:disabled+._slider_p1gaq_26{background-color:var(--rp-ui-base-topaz);cursor:default}._disabled_p1gaq_63{opacity:.3;cursor:default}._bubbles-loader_kn4ln_1{position:relative}._bubbles-loader_kn4ln_1._color-topaz_kn4ln_4 ._bubble_kn4ln_1{background-color:var(--rp-ui-base-dark-topaz-main)}._bubble_kn4ln_1{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--rp-ui-base-bg-000);transform:scale(.3);animation:_bubbles_kn4ln_1 2.5s infinite linear}._bubble_kn4ln_1:nth-child(1){left:0;animation-delay:.1s}._bubble_kn4ln_1:nth-child(2){left:7px;animation-delay:.3s}._bubble_kn4ln_1:nth-child(3){left:14px;animation-delay:.5s}._bubble_kn4ln_1:nth-child(4){left:21px;animation-delay:.7s}._bubble_kn4ln_1:nth-child(5){left:28px;animation-delay:.9s}._bubble_kn4ln_1:nth-child(6){left:35px;animation-delay:1.1s}._bubble_kn4ln_1:nth-child(7){left:42px;animation-delay:1.3s}@keyframes _bubbles_kn4ln_1{20%,60%{transform:scale(.5)}40%{transform:scale(1)}}._radio-button_1sze8_1{display:flex;align-items:center;height:100%;outline:none;cursor:pointer;padding-bottom:4px}._radio-button_1sze8_1._disabled_1sze8_9{cursor:default}._radio-button_1sze8_1._disabled_1sze8_9 ._children-container_1sze8_12{color:var(--rp-ui-base-e-300)}._radio-button_1sze8_1._disabled_1sze8_9 ._toggler_1sze8_15{opacity:.3}._radio-button_1sze8_1._disabled_1sze8_9 ._toggler_1sze8_15:after{background-color:transparent}._radio-button_1sze8_1._disabled_1sze8_9 ._toggler_1sze8_15._checked_1sze8_21:after{background-color:var(--rp-ui-base-topaz-pressed)}._radio-button_1sze8_1:focus-visible:not(._disabled_1sze8_9) ._toggler_1sze8_15{border:2px solid var(--rp-ui-color-primary-focused)}._input_1sze8_28{display:none}._toggler_1sze8_15{display:flex;width:16px;height:16px;min-width:16px;box-sizing:border-box;margin:auto 10px auto 0;border-radius:100%;border-width:1px;border-style:solid;line-height:18;border-color:var(--rp-ui-color-field-border-2)}._toggler_1sze8_15:after{width:8px;height:8px;content:"";display:block;border-radius:100%;margin:auto;background-color:var(--rp-ui-color-radio-cheked);opacity:0;transform:scale(.5);transition:transform .2s,opacity .2s}._toggler_1sze8_15:hover:not(._disabled_1sze8_9){border-color:var(--rp-ui-color-field-border-2-hover)}._toggler_1sze8_15:hover:not(._disabled_1sze8_9):after{background-color:var(--rp-ui-color-primary-hover)}._toggler_1sze8_15._checked_1sze8_21:after,._toggler_1sze8_15._disabled_1sze8_9:after{transform:scale(1);opacity:1}._children-container_1sze8_12{display:inline-block;overflow:hidden;max-width:100%;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;word-break:break-all;text-overflow:ellipsis;color:var(--rp-ui-color-text)}._children-container_1sze8_12 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_1sze8_12 a:focus,._children-container_1sze8_12 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._text-area_cxv68_1{font-size:13px;line-height:20px;width:100%;min-height:72px;padding:9px 12px 7px;outline:none;border:1px solid var(--rp-ui-base-e-200);border-radius:3px;box-sizing:border-box;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-almost-black);resize:vertical}._text-area_cxv68_1:hover{border-color:var(--rp-ui-base-e-300)}._text-area_cxv68_1:focus:not(._error_cxv68_19._touched_cxv68_19){border:1px solid var(--rp-ui-base-topaz-hover);box-shadow:0 0 0 1px var(--rp-ui-base-topaz-hover)}._text-area_cxv68_1._error_cxv68_19._touched_cxv68_19{border:1px solid var(--rp-ui-base-error)}._text-area_cxv68_1::placeholder{color:var(--rp-ui-base-e-300)}._label_cxv68_30{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:500;color:var(--rp-ui-base-almost-black);margin-bottom:4px}._additional-content_cxv68_39 ._error-text_cxv68_39{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-error)}._additional-content_cxv68_39 ._help-text_cxv68_47{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-e-300)}._disabled_cxv68_56{opacity:.3;pointer-events:none}._button_1fbsg_1{display:inline-flex;justify-content:center;align-items:center;height:36px;padding:7px 16px;margin:0;outline:none;border-radius:3px;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;cursor:pointer;box-sizing:border-box}._primary_1fbsg_18{border:1px solid var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);color:var(--rp-ui-base-bg-000)}._primary_1fbsg_18:hover:not(._disabled_1fbsg_23){border:1px solid var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover)}._primary_1fbsg_18:active:not(._disabled_1fbsg_23){border:1px solid var(--rp-ui-color-primary-pressed);background-color:var(--rp-ui-color-primary-pressed)}._primary_1fbsg_18:focus:not(._disabled_1fbsg_23,:active){border:2px solid var(--rp-ui-color-primary-focused)}._ghost_1fbsg_35{border:1px solid var(--rp-ui-color-primary);background-color:transparent;color:var(--rp-ui-color-primary-text)}._ghost_1fbsg_35:hover:not(._disabled_1fbsg_23){border:1px solid var(--rp-ui-base-dark-topaz-hover);color:var(--rp-ui-base-dark-topaz-hover)}._ghost_1fbsg_35:active:not(._disabled_1fbsg_23){border:1px solid var(--rp-ui-color-primary-pressed);color:var(--rp-ui-color-primary-pressed)}._ghost_1fbsg_35:focus:not(._disabled_1fbsg_23,:active){border:2px solid var(--rp-ui-color-primary-focused);color:var(--rp-ui-color-primary-focused)}._danger_1fbsg_53{border:1px solid var(--rp-ui-color-error);background-color:var(--rp-ui-color-error);color:var(--rp-ui-base-bg-000)}._danger_1fbsg_53:hover:not(._disabled_1fbsg_23){opacity:.9}._danger_1fbsg_53:active:not(._disabled_1fbsg_23){border:1px solid var(--rp-ui-color-error-pressed);background-color:var(--rp-ui-color-error-pressed)}._danger_1fbsg_53:focus:not(._disabled_1fbsg_23,:active){border:2px solid var(--rp-ui-color-error-focused)}._text_1fbsg_69{min-width:auto;height:auto;border:0;padding:0;background:none;line-height:22px;color:var(--rp-ui-color-primary-text)}._text_1fbsg_69:hover:not(._disabled_1fbsg_23){color:var(--rp-ui-color-primary-hover)}._text_1fbsg_69:hover:not(._disabled_1fbsg_23) svg *{fill:var(--rp-ui-color-primary-hover)}._text_1fbsg_69:active:not(._disabled_1fbsg_23){color:var(--rp-ui-color-primary-pressed)}._text_1fbsg_69:active:not(._disabled_1fbsg_23) svg *{fill:var(--rp-ui-color-primary-pressed)}._text_1fbsg_69:focus:not(._disabled_1fbsg_23,:active){color:var(--rp-ui-color-primary-focused)}._text_1fbsg_69:focus:not(._disabled_1fbsg_23,:active) svg *{fill:var(--rp-ui-color-primary-focused)}._text_1fbsg_69 svg *{fill:var(--rp-ui-color-primary-text)}._disabled_1fbsg_23{opacity:var(--rp-ui-opacity-default);cursor:default}._width-wide-content_1fbsg_105{padding:9px 47px 7px;margin:0}._width-parent_1fbsg_110{display:flex;width:100%}._icon_1fbsg_115{display:inline-block;width:16px;height:16px}._icon-start_1fbsg_121{margin:auto 8px auto 0}._icon-end_1fbsg_125{margin:auto 0 auto 8px;order:1}._checkbox_189ko_1{display:inline-flex;align-items:center;padding-left:24px;color:var(--rp-ui-color-text-2);font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px}._checkbox_189ko_1 ._disabled_189ko_11{opacity:var(--rp-ui-opacity-default);pointer-events:none}._input_189ko_16{position:absolute;opacity:0;top:0;left:0}._control_189ko_23{position:absolute;width:16px;height:16px;border:1px solid var(--rp-ui-color-field-border-2);border-radius:3px;margin-left:-24px;box-sizing:border-box;cursor:pointer}._input_189ko_16:checked+._control_189ko_23{border-color:var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_189ko_16:hover+._control_189ko_23{border-color:var(--rp-ui-color-field-hover-2)}._input_189ko_16:active:not(:disabled)+._control_189ko_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_189ko_16:checked:hover+._control_189ko_23{border-color:var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_189ko_16:checked:active:not(:disabled)+._control_189ko_23{border-color:var(--rp-ui-color-primary-focused);background-color:var(--rp-ui-color-primary-focused);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_189ko_16:disabled+._control_189ko_23{border-color:var(--rp-ui-color-disabled)}._input_189ko_16:checked:disabled+._control_189ko_23{border-color:var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E");opacity:var(--rp-ui-opacity-default);pointer-events:none}._input_189ko_16:focus+._control_189ko_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_189ko_16._partially-checked_189ko_76:not(:checked)+._control_189ko_23{border-color:var(--rp-ui-color-field-border);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked)+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border-2);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_189ko_16._partially-checked_189ko_76:not(:checked):hover+._control_189ko_23{border-color:var(--rp-ui-color-field-border-2-hover);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):hover+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-primary-hover);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_189ko_16._partially-checked_189ko_76:not(:checked):active:not(:disabled)+._control_189ko_23{border-color:var(--rp-ui-color-primary-focused);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):active:not(:disabled)+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border-2);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_189ko_16._partially-checked_189ko_76:not(:checked):disabled+._control_189ko_23{border-color:var(--rp-ui-color-field-borderd);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):disabled+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._children_189ko_149{cursor:pointer}._children_189ko_149 a{text-decoration:none;color:var(--rp-ui-color-primary)}._children_189ko_149 a:focus,._children_189ko_149 a:focus-visible{outline:none;color:var(--rp-ui-color-primary-focused);text-decoration:underline}._base-icon-button_p6ked_1{margin:0;padding:0;outline:none;background:transparent;border:none;cursor:pointer}._base-icon-button_p6ked_1 svg path{fill:var(--rp-ui-base-e-300)}._base-icon-button_p6ked_1._disabled_p6ked_12{opacity:40%;cursor:default}._base-icon-button_p6ked_1:hover:not(._disabled_p6ked_12) svg path{fill:var(--rp-ui-base-e-400)}._base-icon-button_p6ked_1:active:not(._disabled_p6ked_12) svg path{fill:var(--rp-ui-base-topaz-pressed)}._base-icon-button_p6ked_1:focus:not(._disabled_p6ked_12,:active) svg path{fill:var(--rp-ui-base-topaz-focused)}@font-face{font-family:Roboto;font-weight:400;font-display:swap;font-style:normal;src:local("Roboto Regular"),local("Roboto-Regular"),url(./fonts/Roboto/Roboto-Regular.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:500;font-display:swap;font-style:normal;src:local("Roboto Medium"),local("Roboto-Medium"),url(./fonts/Roboto/Roboto-Medium.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:700;font-display:swap;font-style:normal;src:local("Roboto-Bold"),local("Roboto-Bold"),url(./fonts/Roboto/Roboto-Bold.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:300;font-display:swap;font-style:normal;src:local("Open Sans Light"),local("OpenSans-Light"),url(./fonts/OpenSans/OpenSans-Light.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:400;font-display:swap;font-style:normal;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(./fonts/OpenSans/OpenSans-Regular.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:600;font-display:swap;font-style:normal;src:local("Open Sans Semibold"),local("OpenSans-Semibold"),url(./fonts/OpenSans/OpenSans-Semibold.ttf) format("truetype")}:root{--rp-ui-base-bg-000: #ffffff;--rp-ui-base-bg-100: #f7f7f8;--rp-ui-base-bg-200: #eceff4;--rp-ui-base-error: #dc5959;--rp-ui-base-error-hover: #f24a4a;--rp-ui-base-error-pressed: #c54141;--rp-ui-base-error-focused: #ffb1b1;--rp-ui-base-topaz: #00829b;--rp-ui-base-topaz-hover: #009dbb;--rp-ui-base-topaz-focused: #00b0d1;--rp-ui-base-topaz-pressed: #00758c;--rp-ui-base-almost-black: #3f3f3f;--rp-ui-base-e-100: #e3e7ec;--rp-ui-base-e-200: #c1c7d0;--rp-ui-base-e-300: #a2aab5;--rp-ui-base-e-400: #8d95a1;--rp-ui-base-dark-bg: #101010;--rp-ui-base-dark-bg-solid-98: #141414;--rp-ui-base-dark-error: #ff4040;--rp-ui-base-dark-error-text: #ff6666;--rp-ui-base-dark-log-error: #ff3222;--rp-ui-base-dark-log-fatal: #c2352b;--rp-ui-base-dark-topaz-main: #1a9cb0;--rp-ui-base-dark-topaz-hover: #1cb0c7;--rp-ui-base-dark-topaz-focused: #1dbdd6;--rp-ui-base-dark-topaz-pressed: #9ee7f2;--rp-ui-base-dark-topaz-text: #3abcd0;--rp-ui-base-dark-topaz-additional: #00505d;--rp-ui-base-dark-e-50: #e8e8e8;--rp-ui-base-dark-e-100: #cfcfcf;--rp-ui-base-dark-e-150: #8f8f8f;--rp-ui-base-dark-e-200: #626262;--rp-ui-base-dark-e-300: #383838;--rp-ui-base-dark-e-400: #262626;--rp-ui-base-dark-e-500: #222222;--rp-ui-base-sm-warning: #d78706;--rp-ui-base-sm-warning-line-100: #fceecb;--rp-ui-base-sm-warning-line-200: #fbe7b6;--rp-ui-base-sm-error: #db3549;--rp-ui-base-sm-error-line-100: #fccbcb;--rp-ui-base-sm-error-line-200: #ffc0bd;--rp-ui-base-sm-info-line-100: #ced3db;--rp-ui-base-defect-type-AB: #ffc208;--rp-ui-base-tag-value-text: #394db6;--rp-ui-base-tag-value-background: #ced8fc;--rp-ui-base-tag-key-text: #6f4599;--rp-ui-base-tag-key-background: #dac3e6;--rp-ui-base-system-issue-group: #3e7be6;--rp-ui-base-product-bug-group: #d32f2f;--rp-ui-base-automation-bug-group: #ffc208;--rp-ui-base-no-defect-bug-group: #76839b;--rp-ui-base-test-execution-status-passed: #3aa76d;--rp-ui-base-shadow: 0px 1px 3px rgba(55, 67, 98, .1);--rp-ui-base-shadow-hover: 0px 1px 3px rgba(55, 67, 98, .2);--rp-ui-base-shadow-secondary: 0 8px 40px rgba(0, 0, 0, .15);--rp-ui-base-almost-black-light: rgba(63, 63, 63, .75);--rp-ui-base-almost-black-slight-light: rgba(63, 63, 63, .95);--rp-ui-base-dark-bg-light: rgba(16, 16, 16, .15);--rp-ui-base-overlay: rgba(141, 149, 161, .35);--rp-ui-base-overlay-light-cyan: rgba(208, 240, 241, .7);--rp-ui-base-font-family: Roboto, Arial, Helvetica, sans-serif;--rp-ui-base-font-family-heading: OpenSans, Segoe UI, Tahoma, sans-serif;--rp-ui-color-bg: var(--rp-ui-base-bg-000);--rp-ui-color-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-bg-3: var(--rp-ui-base-bg-200);--rp-ui-color-primary: var(--rp-ui-base-topaz);--rp-ui-color-primary-hover: var(--rp-ui-base-topaz-hover);--rp-ui-color-primary-focused: var(--rp-ui-base-topaz-focused);--rp-ui-color-primary-pressed: var(--rp-ui-base-topaz-pressed);--rp-ui-color-primary-text: var(--rp-ui-base-topaz);--rp-ui-color-error: var(--rp-ui-base-error);--rp-ui-color-error-hover: var(--rp-ui-base-error-hover);--rp-ui-color-error-pressed: var(--rp-ui-base-error-pressed);--rp-ui-color-error-focused: var(--rp-ui-base-error-focused);--rp-ui-color-text: var(--rp-ui-base-almost-black);--rp-ui-color-text-2: var(--rp-ui-base-almost-black);--rp-ui-color-text-3: var(--rp-ui-base-almost-black);--rp-ui-color-field-bg: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-field-border: var(--rp-ui-base-e-200);--rp-ui-color-field-border-2: var(--rp-ui-base-e-300);--rp-ui-color-field-border-2-hover: var(--rp-ui-base-e-400);--rp-ui-color-field-hover: var(--rp-ui-base-e-300);--rp-ui-color-field-hover-2: var(--rp-ui-base-e-400);--rp-ui-color-field-opened: var(--rp-ui-base-topaz-pressed);--rp-ui-color-field-placeholder: var(--rp-ui-base-almost-black);--rp-ui-color-radio-cheked: var(--rp-ui-base-topaz-pressed);--rp-ui-color-disabled: var(--rp-ui-base-e-300);--rp-ui-opacity-default: 30%}.rp-ui-kit-theme-light{--rp-ui-color-bg: var(--rp-ui-base-bg-000);--rp-ui-color-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-bg-3: var(--rp-ui-base-bg-200);--rp-ui-color-primary: var(--rp-ui-base-topaz);--rp-ui-color-primary-hover: var(--rp-ui-base-topaz-hover);--rp-ui-color-primary-focused: var(--rp-ui-base-topaz-focused);--rp-ui-color-primary-pressed: var(--rp-ui-base-topaz-pressed);--rp-ui-color-primary-text: var(--rp-ui-base-topaz);--rp-ui-color-error: var(--rp-ui-base-error);--rp-ui-color-error-hover: var(--rp-ui-base-error-hover);--rp-ui-color-error-pressed: var(--rp-ui-base-error-pressed);--rp-ui-color-error-focused: var(--rp-ui-base-error-focused);--rp-ui-color-text: var(--rp-ui-base-almost-black);--rp-ui-color-text-2: var(--rp-ui-base-almost-black);--rp-ui-color-text-3: var(--rp-ui-base-almost-black);--rp-ui-color-field-bg: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-field-border: var(--rp-ui-base-e-200);--rp-ui-color-field-border-2: var(--rp-ui-base-e-300);--rp-ui-color-field-border-2-hover: var(--rp-ui-base-e-400);--rp-ui-color-field-hover: var(--rp-ui-base-e-300);--rp-ui-color-field-hover-2: var(--rp-ui-base-e-400);--rp-ui-color-field-opened: var(--rp-ui-base-topaz-pressed);--rp-ui-color-field-placeholder: var(--rp-ui-base-almost-black);--rp-ui-color-radio-cheked: var(--rp-ui-base-topaz-pressed);--rp-ui-color-disabled: var(--rp-ui-base-e-300);--rp-ui-opacity-default: 30%}.rp-ui-kit-theme-dark{--rp-ui-color-bg: var(--rp-ui-base-dark-bg);--rp-ui-color-bg-2: var(--rp-ui-base-dark-bg);--rp-ui-color-bg-3: var(--rp-ui-base-dark-bg-solid-98);--rp-ui-color-primary: var(--rp-ui-base-dark-topaz-main);--rp-ui-color-primary-hover: var(--rp-ui-base-dark-topaz-hover);--rp-ui-color-primary-focused: var(--rp-ui-base-dark-topaz-focused);--rp-ui-color-primary-pressed: var(--rp-ui-base-dark-topaz-pressed);--rp-ui-color-primary-text: var(--rp-ui-base-dark-topaz-text);--rp-ui-color-error: var(--rp-ui-base-dark-error);--rp-ui-color-error-hover: var(--rp-ui-base-error-hover);--rp-ui-color-error-pressed: var(--rp-ui-base-error-pressed);--rp-ui-color-error-focused: var(--rp-ui-base-error-focused);--rp-ui-color-text: var(--rp-ui-base-dark-e-50);--rp-ui-color-text-2: var(--rp-ui-base-dark-e-100);--rp-ui-color-text-3: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg: var(--rp-ui-base-dark-e-400);--rp-ui-color-field-bg-2: var(--rp-ui-base-dark-e-400);--rp-ui-color-field-border: var(--rp-ui-base-dark-e-400);--rp-ui-color-field-border-2: var(--rp-ui-base-dark-e-100);--rp-ui-color-field-border-2-hover: var(--rp-ui-base-dark-e-50);--rp-ui-color-field-hover: var(--rp-ui-base-e-200);--rp-ui-color-field-hover-2: var(--rp-ui-base-e-300);--rp-ui-color-field-opened: var(--rp-ui-base-e-200);--rp-ui-color-field-placeholder: var(--rp-ui-base-dark-e-200);--rp-ui-color-radio-cheked: var(--rp-ui-base-dark-topaz-main);--rp-ui-color-disabled: var(--rp-ui-base-dark-e-100);--rp-ui-opacity-default: 50%}._theme-provider_xipmx_1{height:100%;width:100%}._icon-container_18rqf_1,._icon-container-end_18rqf_1,._icon-container-start_18rqf_1{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:22px;height:22px}._icon-container-start_18rqf_1{margin-right:4px}._icon-container-end_18rqf_1{margin-left:4px}._label_18rqf_18{display:block;margin-bottom:4px;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;color:var(--rp-ui-color-text)}._label_18rqf_18 ._asterisk_18rqf_27{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);padding-left:4px}._label_18rqf_18._disabled_18rqf_33{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_18rqf_38{display:flex;align-items:center;height:36px;width:100%;padding:7px 12px;box-sizing:border-box;border:1px solid var(--rp-ui-base-e-200);border-radius:3px;background-color:var(--rp-ui-base-bg-000)}._field_18rqf_38:hover:not(._disabled_18rqf_33){border-color:var(--rp-ui-base-e-300)}._field_18rqf_38:focus-within:not(._error_18rqf_52._touched_18rqf_52){padding:6px 11px;border:2px solid var(--rp-ui-color-primary-focused)}._field_18rqf_38._error_18rqf_52._touched_18rqf_52{border-color:var(--rp-ui-base-error)}._field_18rqf_38._disabled_18rqf_33{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_18rqf_38._disabled_18rqf_33 ._placeholder_18rqf_63{color:var(--rp-ui-base-e-300)}._field_18rqf_38._default-width_18rqf_66{width:240px}._input-container_18rqf_70{position:relative;width:100%}._input_18rqf_70{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:400;width:100%;margin:2px 0 0;padding:0;border:none;background:transparent;overflow:hidden;text-overflow:ellipsis;color:var(--rp-ui-color-text)}._input_18rqf_70:focus{outline:none}._input_18rqf_70:disabled{color:var(--rp-ui-base-e-300)}._placeholder_18rqf_63{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-dark-e-300);position:absolute;top:2px;left:0;pointer-events:none}._placeholder_18rqf_63 ._asterisk_18rqf_27:after{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);right:-7px;content:"*";color:var(--rp-ui-base-error-focused)}._icon_18rqf_1,._clear-icon_18rqf_116{display:inline-block;width:16px;height:16px}._clear-icon_18rqf_116{background:none;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer}._clear-icon_18rqf_116._disabled_18rqf_33{pointer-events:none}._clear-icon_18rqf_116:hover svg{fill:var(--rp-ui-base-e-400)}._clear-icon_18rqf_116:hover svg>rect{fill:var(--rp-ui-base-e-400)}._clear-icon_18rqf_116:focus svg{fill:var(--rp-ui-color-primary-focused)}._clear-icon_18rqf_116:focus svg>rect{fill:var(--rp-ui-color-primary-focused)}._clear-icon_18rqf_116:active svg{fill:var(--rp-ui-color-primary-pressed)}._clear-icon_18rqf_116:active svg>rect{fill:var(--rp-ui-color-primary-pressed)}._additional-content_18rqf_152{margin-top:4px}._additional-content_18rqf_152._disabled_18rqf_33{pointer-events:none}._text_18rqf_159{font-size:11px;line-height:16px;font-family:var(--rp-ui-base-font-family);font-weight:400;display:block}._error-text_18rqf_167{color:var(--rp-ui-base-error)}._help-text_18rqf_171{color:var(--rp-ui-base-dark-e-300)}._field-number_3tc9r_1{position:relative;display:inline-flex;flex-direction:column}._field-number_3tc9r_1._disabled_3tc9r_6{opacity:.4}._label_3tc9r_10{display:block;margin-bottom:4px;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;text-indent:1px;color:var(--rp-ui-base-almost-black)}._sign_3tc9r_21{display:inline-flex;cursor:pointer}._input-container_3tc9r_26{display:inline-flex;align-items:center;padding:6px 8px;border:1px solid var(--rp-ui-base-e-200);box-sizing:border-box;border-radius:3px;background:var(--rp-ui-base-bg-000);-webkit-user-select:none;user-select:none}._input-container_3tc9r_26:focus-within:not(._error_3tc9r_36._touched_3tc9r_36){padding:5px 7px;border-width:2px;border-color:var(--rp-ui-base-topaz-focused)}._input-container_3tc9r_26:hover:not(._disabled_3tc9r_6):not(:focus-within):not(._error_3tc9r_36._touched_3tc9r_36),._input-container_3tc9r_26._filled_3tc9r_41:not(:focus-within){border-color:var(--rp-ui-base-e-300)}._input-container_3tc9r_26._error_3tc9r_36._touched_3tc9r_36{border-color:var(--rp-ui-base-error)}._input-field_3tc9r_48{display:flex;align-items:center;justify-content:center;height:20px;min-width:44px;margin:2px 4px 0;text-align:center;cursor:text}._input-field_3tc9r_48._disabled_3tc9r_6{cursor:default}._input_3tc9r_26{padding:0;margin:0;border:none;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}._input_3tc9r_26:focus{outline:none}._input_3tc9r_26:focus::placeholder{color:transparent}._input_3tc9r_26::placeholder{color:var(--rp-ui-base-e-200)}._input_3tc9r_26::-webkit-inner-spin-button,._input_3tc9r_26::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}*{box-sizing:border-box}._table_xqjqb_5{width:100%;max-width:1200px}._table-header_xqjqb_10{display:flex;width:100%;height:32px;align-items:center}._table-row_xqjqb_17{display:flex;width:100%;height:64px}._table-row_xqjqb_17 ._table-row-content_xqjqb_22{display:flex;align-items:center;height:100%;flex:1;box-shadow:var(--rp-ui-base-shadow-hover);background-color:var(--rp-ui-base-bg-000);border-radius:4px;max-width:100%}._table-row_xqjqb_17._size-small_xqjqb_32{height:44px}._table-row_xqjqb_17._size-large_xqjqb_35{height:80px}._table-body_xqjqb_39{display:flex;flex-direction:column;gap:4px;width:100%}._table-header-cell_xqjqb_46,._table-cell_xqjqb_46{font-family:var(--rp-ui-base-font-family);font-weight:400;padding:0 16px}._table-header-cell_xqjqb_46._action-menu-cell_xqjqb_51,._table-cell_xqjqb_46._action-menu-cell_xqjqb_51{width:48px;padding:0 16px;flex-shrink:0}._table-header-cell_xqjqb_46:not(._action-menu-cell_xqjqb_51),._table-cell_xqjqb_46:not(._action-menu-cell_xqjqb_51){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._table-header-cell_xqjqb_46._checkbox-cell_xqjqb_61,._table-cell_xqjqb_46._checkbox-cell_xqjqb_61{width:48px;display:flex;justify-content:center;height:100%;cursor:pointer;flex-shrink:0}._table-header-cell_xqjqb_46._checkbox-cell_xqjqb_61+._table-row-content_xqjqb_22,._table-cell_xqjqb_46._checkbox-cell_xqjqb_61+._table-row-content_xqjqb_22{max-width:calc(100% - 48px)}._table-header-cell_xqjqb_46._primary-cell_xqjqb_72,._table-cell_xqjqb_46._primary-cell_xqjqb_72{flex:1 1 320px;font-weight:500;text-align:left}._table-header-cell_xqjqb_46{font-size:11px;line-height:16px;color:var(--rp-ui-base-e-400);display:flex;align-items:center;text-align:left;background:none;border:none}._table-header-cell_xqjqb_46 ._label_xqjqb_88{display:flex;align-items:center}._table-header-cell_xqjqb_46._sortable-cell_xqjqb_92>._label_xqjqb_88{cursor:pointer}._table-header-cell_xqjqb_46._align-right_xqjqb_95{justify-content:flex-end}._table-header-cell_xqjqb_46._align-right_xqjqb_95 svg{margin-right:-16px}._table-header-cell_xqjqb_46._align-center_xqjqb_101{justify-content:center}._table-cell_xqjqb_46{font-size:13px;line-height:20px}._dropdown-option_nx3fh_1{display:inline-block;width:100%;padding:9px 12px 7px;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;box-sizing:border-box;cursor:pointer;color:var(--rp-ui-color-text-3)}._dropdown-option_nx3fh_1._disabled_nx3fh_13{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown-option_nx3fh_1._hidden_nx3fh_17{display:none}._dropdown-option_nx3fh_1:hover:not(:active){background:var(--rp-ui-color-bg-3)}._dropdown-option_nx3fh_1._selected_nx3fh_23{color:var(--rp-ui-color-primary-text)}._dropdown-option_nx3fh_1._hover_nx3fh_26:not(._disabled_nx3fh_13){padding:8px 11px 6px;background-color:var(--rp-ui-color-bg-3);border:1px solid var(--rp-ui-color-primary-focused)}._dropdown-option_nx3fh_1._hover_nx3fh_26:not(._disabled_nx3fh_13):hover{border:none;padding:9px 12px 7px}._dropdown-option_nx3fh_1._hover_nx3fh_26:not(._disabled_nx3fh_13):hover:hover:not(:active){background:var(--rp-ui-color-bg-3)}._single-option_nx3fh_39{display:flex;align-items:center;height:100%}._sub-option_nx3fh_45{padding-left:24px}._container_3wi7d_1{position:relative;display:inline-block;width:100%}._icon_3wi7d_7{width:16px;height:16px;margin-right:8px}._arrow_3wi7d_13{display:inline-flex;margin-left:12px;transition:transform .2s linear}._dropdown_3wi7d_19{display:flex;align-items:center;text-align:start;padding:9px 12px 7px;width:100%;height:36px;border:1px solid var(--rp-ui-color-field-border);border-radius:3px;background-color:var(--rp-ui-color-field-bg);box-sizing:border-box;transition:border-color .2s linear;cursor:pointer}._dropdown_3wi7d_19._transparent-background_3wi7d_33{background-color:transparent}._dropdown_3wi7d_19._disabled_3wi7d_36{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown_3wi7d_19._disabled_3wi7d_36 ._arrow_3wi7d_13 svg path{opacity:.4}._dropdown_3wi7d_19._disabled_3wi7d_36 ._value_3wi7d_43{color:var(--rp-ui-color-disabled)}._dropdown_3wi7d_19._error_3wi7d_46._touched_3wi7d_46{border-width:1px;border-color:var(--rp-ui-color-error)}._dropdown_3wi7d_19:hover:not(:active):not(:focus-visible):not(._opened_3wi7d_50):not(._error_3wi7d_46){border-color:var(--rp-ui-color-field-hover)}._dropdown_3wi7d_19:active,._dropdown_3wi7d_19:focus-visible{padding:7px 11px;border-width:2px;border-color:var(--rp-ui-color-primary-focused);outline:none}._dropdown_3wi7d_19:active ._arrow_3wi7d_13 svg path,._dropdown_3wi7d_19:focus-visible ._arrow_3wi7d_13 svg path{fill:var(--rp-ui-color-field-hover-2)}._dropdown_3wi7d_19._opened_3wi7d_50:not(:active):not(._error_3wi7d_46){border-width:1px;border-color:var(--rp-ui-color-primary-pressed)}._dropdown_3wi7d_19._opened_3wi7d_50:not(:active):not(._error_3wi7d_46) ._arrow_3wi7d_13 svg path{fill:var(--rp-ui-color-field-opened)}._dropdown_3wi7d_19._opened_3wi7d_50 ._arrow_3wi7d_13{transform:rotate(180deg)}._dropdown_3wi7d_19 ._placeholder_3wi7d_72{color:var(--rp-ui-color-field-placeholder)}._dropdown_3wi7d_19 ._value_3wi7d_43{flex-grow:1;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-color-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 767px){._dropdown_3wi7d_19 ._mobile-disabled_3wi7d_87{background-color:var(--rp-ui-color-field-bg-2)}}._select-list_3wi7d_92{position:absolute;top:100%;padding:8px 0;width:100%;min-height:10px;border-radius:3px;box-sizing:border-box;z-index:10;box-shadow:var(--rp-ui-base-shadow-secondary);background:var(--rp-ui-color-field-bg)}._select-list_3wi7d_92._opened_3wi7d_50:focus-visible{outline:none}._ghost_3wi7d_108{border-color:transparent;background:transparent}._ghost_3wi7d_108:hover:not(:active):not(:focus-visible):not(._opened_3wi7d_50):not(._error_3wi7d_46){border-color:transparent}._ghost_3wi7d_108._opened_3wi7d_50:not(:active):not(._error_3wi7d_46){border-color:transparent}._ghost_3wi7d_108._opened_3wi7d_50 ._value_3wi7d_43{color:var(--rp-ui-color-primary-pressed)}._header_a3cjx_1{display:flex;align-items:center;justify-content:space-between;background-color:var(--rp-ui-base-bg-000);padding-bottom:18px}._header_a3cjx_1 ._dropdowns-wrapper_a3cjx_8{display:flex;align-items:center;column-gap:8px}._header_a3cjx_1 ._button-prev_a3cjx_13,._header_a3cjx_1 ._button-next_a3cjx_14{all:unset;align-self:center;width:16px;height:16px}._header_a3cjx_1 ._button-prev_a3cjx_13 svg,._header_a3cjx_1 ._button-next_a3cjx_14 svg{width:16px;height:16px}._header_a3cjx_1 ._button-prev_a3cjx_13:hover:not(._disabled_a3cjx_25),._header_a3cjx_1 ._button-next_a3cjx_14:hover:not(._disabled_a3cjx_25){cursor:pointer}._header_a3cjx_1 ._button-prev_a3cjx_13:hover:not(._disabled_a3cjx_25) svg>path,._header_a3cjx_1 ._button-next_a3cjx_14:hover:not(._disabled_a3cjx_25) svg>path{fill:var(--rp-ui-base-e-400)}._header_a3cjx_1 ._button-prev_a3cjx_13._disabled_a3cjx_25,._header_a3cjx_1 ._button-next_a3cjx_14._disabled_a3cjx_25{opacity:.3;pointer-events:none}._header_a3cjx_1 ._button-next_a3cjx_14{transform:rotate(180deg)}._header_a3cjx_1 ._dropdown_a3cjx_8{width:auto}._header_a3cjx_1 ._dropdown_a3cjx_8._month-dropdown_a3cjx_44{width:117px}._header_a3cjx_1 ._dropdown_a3cjx_8 ._toggle-button_a3cjx_47>span{color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:700}._header_a3cjx_1 ._dropdown_a3cjx_8 ._toggle-button_a3cjx_47:hover>span{color:var(-rp-ui-base-topaz-hover)}.react-datepicker__aria-live{display:none}._calendar_1jr94_5{box-sizing:border-box;background-color:var(--rp-ui-base-bg-000);width:344px;padding:30px 32px 32px;border-radius:8px;box-shadow:0 8px 40px var(--rp-ui-base-dark-bg-light);border:none;margin-top:4px}._calendar_1jr94_5 .react-datepicker__month-container{width:100%;height:100%;float:none;display:flex;flex-direction:column;justify-content:center;align-items:center}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__header.react-datepicker__header--custom{width:100%;background-color:var(--rp-ui-base-bg-000);border-bottom:none;padding:0}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__header.react-datepicker__header--custom .react-datepicker__day-names{display:flex;height:40px;justify-content:space-between;font-family:var(--rp-ui-base-font-family);font-weight:700;font-size:13px;line-height:20px;color:var(--rp-ui-base-dark-e-500);vertical-align:middle}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__header.react-datepicker__header--custom .react-datepicker__day-names .react-datepicker__day-name{width:40px;text-align:center}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month{display:flex;flex-direction:column;width:100%;height:100%;row-gap:8px}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__week{height:32px;display:flex;align-items:center;justify-content:space-between;font-family:var(--rp-ui-base-font-family);color:var(--rp-ui-base-dark-e-500);font-size:13px;line-height:20px}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--range-end:first-child:before{display:none}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day{cursor:pointer}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--selecting-range-end,.react-datepicker__day--selecting-range-start,.react-datepicker__day--range-start,.react-datepicker__day--range-end){background-color:var(--rp-ui-base-bg-200);height:32px;line-height:32px;position:relative}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day.react-datepicker__day--selected{position:relative;border-radius:50%;background-color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:700;color:var(--rp-ui-base-bg-000)}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day--disabled{cursor:default}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day--disabled:hover{border:none!important;line-height:40px!important}._calendar_1jr94_5 ._current-date_1jr94_89,._calendar_1jr94_5 ._date_1jr94_90{width:40px;margin:0;box-sizing:border-box;height:40px;line-height:40px}._calendar_1jr94_5 ._current-date_1jr94_89:focus-visible,._calendar_1jr94_5 ._date_1jr94_90:focus-visible{outline:none}._calendar_1jr94_5 ._date_1jr94_90{background-color:transparent;border-radius:unset;color:inherit;text-align:center}._calendar_1jr94_5 ._current-date_1jr94_89,._calendar_1jr94_5 ._current-date_1jr94_89:hover{position:relative;z-index:3;font-family:var(--rp-ui-base-font-family);font-weight:700;border-radius:50%;border:1px solid var(--rp-ui-base-topaz);background-color:var(--rp-ui-base-topaz);line-height:38px;color:var(--rp-ui-base-bg-000)}._calendar_1jr94_5 ._date_1jr94_90:hover:not(._current-date_1jr94_89):not(._selected-range_1jr94_119):not(._end-date_1jr94_119){border-radius:50%;border:1px solid var(--rp-ui-base-topaz);background-color:transparent;line-height:38px;color:inherit}._calendar_1jr94_5 ._end-date_1jr94_119{position:relative;border-radius:50%;background-color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:700;color:var(--rp-ui-base-bg-000)}._calendar_1jr94_5 ._end-date_1jr94_119:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:10px solid var(--rp-ui-base-topaz);border-radius:50%;display:block;z-index:2;box-sizing:border-box}._calendar_1jr94_5 ._end-date_1jr94_119:before{position:absolute;content:"";height:32px;background-color:var(--rp-ui-base-bg-200);width:16px;left:-9px;z-index:1;top:4px}._calendar_1jr94_5 ._selected-range_1jr94_119{background-color:var(--rp-ui-base-bg-200);border-radius:8px;height:32px;line-height:32px;position:relative}._calendar_1jr94_5 ._selected-range_1jr94_119:hover{height:40px;line-height:40px;border-radius:50%;background:var(--rp-ui-base-bg-200)}._calendar_1jr94_5 ._selected-range_1jr94_119:hover:after{display:block}._calendar_1jr94_5 ._selected-range_1jr94_119:hover:not(:first-child):before{top:4px}._calendar_1jr94_5 ._selected-range_1jr94_119:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:1px solid var(--rp-ui-base-topaz);border-radius:50%;display:none;z-index:2;box-sizing:border-box}._calendar_1jr94_5 ._selected-range_1jr94_119:not(:first-child):before{position:absolute;content:"";height:32px;background-color:var(--rp-ui-base-bg-200);width:16px;top:0;left:-9px;z-index:1}._calendar_1jr94_5 ._disabled_1jr94_202{color:var(--rp-ui-base-e-400);background-color:transparent}._calendar_1jr94_5 ._disabled_1jr94_202:focus-visible{outline:none}._popper_1jr94_210{z-index:10}._input_1jr94_214{width:100%;min-width:138px}._item-counter_4g6do_1{display:inline-block;width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector_183l8_1{display:flex;flex-direction:column}._size-option_183l8_6{width:88px;padding:8px 0;outline:none;border:none;background:none;cursor:pointer;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;text-align:left;color:var(--rp-ui-base-almost-black)}._size-option_183l8_6:first-child{padding-top:0}._size-option_183l8_6:last-child{padding-bottom:0}._size-option_183l8_6:hover{color:var(--rp-ui-base-topaz-hover)}._size-option_183l8_6:active{color:var(--rp-ui-base-topaz-pressed)}._size-option_183l8_6._selected_183l8_32{color:var(--rp-ui-base-topaz)}._page-size-control_gnurh_1{display:flex;justify-content:flex-end;width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector-button_gnurh_10{margin-right:4px;font-weight:700;font-size:11px;line-height:16px}._page-selector_rtho4_1{display:flex;gap:8px}._field-wrapper_rtho4_6,._apply-button_rtho4_10{width:90px}._active-page_14j0y_1{display:inline-block;width:124px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}._page-selector_14j0y_10{text-align:left}._page-selector-button_14j0y_14{margin-left:4px;font-weight:700;font-size:11px;line-height:16px}._bar_dfnmf_1{width:260px;height:8px;margin:4px 0;border-radius:3px;background-color:var(--rp-ui-base-e-100)}._section-with-tooltip_dfnmf_9{display:inline-block;height:16px}._section-with-tooltip_dfnmf_9:hover ._section_dfnmf_9{background-color:var(--rp-ui-base-topaz-hover)}._section-with-tooltip_dfnmf_9:active ._section_dfnmf_9{background-color:var(--rp-ui-base-topaz-pressed)}._section-with-tooltip_dfnmf_9:first-child ._section_dfnmf_9{border-radius:3px 0 0 3px}._section-with-tooltip_dfnmf_9:last-child ._section_dfnmf_9{border-radius:0 3px 3px 0}._section_dfnmf_9{position:relative;top:4px;height:8px;background-color:transparent;margin:4px 0}._section_dfnmf_9._selected_dfnmf_33{background-color:var(--rp-ui-base-topaz)}._tooltip-wrapper_dfnmf_37{width:inherit;height:16px}._tooltip_dfnmf_37{font-family:var(--rp-ui-base-font-family);font-size:11px;line-height:16px;text-align:center}._tooltip_dfnmf_37 ._tooltip-text_dfnmf_48{font-weight:400;padding-bottom:8px}._tooltip_dfnmf_37 ._page-number_dfnmf_52{font-weight:700}._section-with-tooltip_dfnmf_9,._tooltip-wrapper_dfnmf_37{position:relative;top:-4px}._page-navigator_1p2t5_1{display:flex;gap:16px}._page-buttons_1p2t5_6{display:inline-flex;gap:16px}._page-button_1p2t5_6{display:inline-flex;justify-content:center;align-items:center;width:16px;height:16px}._page-button_1p2t5_6._next_1p2t5_18{transform:rotateY(180deg)}._page-controls_thyf8_1{display:flex;flex-direction:row;align-items:center;gap:24px}._total-pages_thyf8_8{display:inline-block;width:124px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}._pagination_uykxy_1{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:24px 0;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:11px;line-height:16px;color:var(--rp-ui-base-almost-black)}._modal-content_17fct_1{width:calc(100% - 34px);font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-color-text);white-space:pre-line;word-break:break-word;padding:0 0 16px}._buttons-block_1dgm4_1{white-space:nowrap}._button-container_1dgm4_5{display:inline-block;min-width:70px;margin-right:10px}._button-container_1dgm4_5:last-child{margin-right:0}._modal-footer_1dgm4_14{position:relative;display:flex;justify-content:flex-end;width:100%;margin-top:16px}._modal-footer_1dgm4_14._with-extra-node_1dgm4_21{justify-content:space-between}._size-small_1dgm4_25{flex-direction:column;align-items:stretch}._size-small_1dgm4_25 ._buttons-block_1dgm4_1{display:flex;flex-direction:column;align-items:stretch}._size-small_1dgm4_25 ._button-container_1dgm4_5{margin:0 0 10px}._size-small_1dgm4_25 ._button-container_1dgm4_5:last-child{margin-bottom:0}._modal-header_1rhdb_1{position:relative;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:20px;line-height:31px;color:var(--rp-ui-color-text);padding-bottom:24px}._modal-header_1rhdb_1._width-description_1rhdb_10{padding-bottom:8px}._modal-header-content_1rhdb_14{width:100%;padding-right:30px;box-sizing:border-box}._modal-title_1rhdb_20{flex-grow:1;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._close-modal-icon_1rhdb_28{position:absolute;top:6px;right:0;line-height:normal;cursor:pointer}._modal_sp7xo_1{position:absolute;top:0;left:0;display:block;width:100%;height:100%;text-align:center}._overlay-default_sp7xo_11{background-color:var(--rp-ui-base-overlay)}._overlay-light-cyan_sp7xo_15{background-color:var(--rp-ui-base-overlay-light-cyan)}._scrolling-content_sp7xo_19{position:fixed;width:100%;height:100%}._modal-window_sp7xo_25{position:absolute;left:50%;transform:translate(-50%);display:inline-block;margin-bottom:10px;padding:32px 40px;box-sizing:border-box;background-color:var(--rp-ui-base-bg-100);text-align:left;border-radius:16px;box-shadow:var(--rp-ui-base-shadow-secondary);opacity:1;outline:none;max-height:90%}._description_sp7xo_42{display:inline-block;width:100%;padding-bottom:24px;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black)}._size-default_sp7xo_53{width:480px}@media (max-width: 480px){._size-default_sp7xo_53{right:10px;left:10px;transform:none;width:auto}}._size-small_sp7xo_65{width:320px}@media (max-width: 320px){._size-small_sp7xo_65{right:10px;left:10px;transform:none;width:auto}}._size-large_sp7xo_77{width:720px}@media (max-width: 720px){._size-large_sp7xo_77{right:10px;left:10px;transform:none;width:auto}}._tooltip-wrapper_7bl3z_1{display:block;width:fit-content;height:fit-content;cursor:pointer}._tooltip_7bl3z_1{transition:opacity .3s ease;margin:4px}._tooltip_7bl3z_1[data-placement*=bottom]{padding-top:9px;z-index:2}._tooltip_7bl3z_1[data-placement*=top]{padding-bottom:9px}._tooltip_7bl3z_1[data-placement*=left]{padding-right:9px}._tooltip_7bl3z_1[data-placement*=right]{padding-left:9px}._tooltip-content_7bl3z_26{padding:16px;border-radius:8px;background-color:var(--rp-ui-base-almost-black-slight-light);font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:11px;line-height:16px;color:var(--rp-ui-base-bg-000);word-wrap:break-word;white-space:pre-wrap}._tooltip-arrow_7bl3z_39{position:absolute}._tooltip-arrow_7bl3z_39:before,._tooltip-arrow_7bl3z_39:after{content:"";margin:auto;display:block;width:0;height:0;border-style:solid}._tooltip-arrow_7bl3z_39:after{position:absolute}._tooltip-arrow_7bl3z_39[data-placement*=bottom]{top:0;width:18px;height:9px}._tooltip-arrow_7bl3z_39[data-placement*=bottom]:before,._tooltip-arrow_7bl3z_39[data-placement*=bottom]:after{border-width:0 9px 9px}._tooltip-arrow_7bl3z_39[data-placement*=bottom]:before{border-color:transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=bottom]:after{top:0;border-color:transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=top]{bottom:0;width:18px;height:9px}._tooltip-arrow_7bl3z_39[data-placement*=top]:before,._tooltip-arrow_7bl3z_39[data-placement*=top]:after{border-width:9px 9px 0}._tooltip-arrow_7bl3z_39[data-placement*=top]:before{border-color:var(--rp-ui-base-almost-black-light) transparent transparent}._tooltip-arrow_7bl3z_39[data-placement*=top]:after{bottom:0;border-color:var(--rp-ui-base-almost-black-light) transparent transparent}._tooltip-arrow_7bl3z_39[data-placement*=left]{right:0;width:9px;height:18px}._tooltip-arrow_7bl3z_39[data-placement*=left]:before,._tooltip-arrow_7bl3z_39[data-placement*=left]:after{border-width:9px 0 9px 9px}._tooltip-arrow_7bl3z_39[data-placement*=left]:before{border-color:transparent transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=left]:after{top:0;right:0;border-color:transparent transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=right]{left:0;width:9px;height:18px}._tooltip-arrow_7bl3z_39[data-placement*=right]:before,._tooltip-arrow_7bl3z_39[data-placement*=right]:after{border-width:9px 9px 9px 0}._tooltip-arrow_7bl3z_39[data-placement*=right]:before{border-color:transparent var(--rp-ui-base-almost-black-light) transparent transparent}._tooltip-arrow_7bl3z_39[data-placement*=right]:after{top:0;left:0;border-color:transparent var(--rp-ui-base-almost-black-light) transparent transparent}._popover-wrapper_16ogt_1{display:inline-block;width:fit-content;height:fit-content;cursor:pointer}._popover_16ogt_1{display:block;position:absolute;z-index:10;font-family:var(--rp-ui-base-font-family);font-size:11px;line-height:16px;background-color:var(--rp-ui-color-bg);border-radius:8px;box-shadow:var(--rp-ui-base-shadow-secondary);padding:16px;min-height:52px;min-width:120px;max-width:fit-content;box-sizing:border-box;outline:0;width:max-content;color:var(--rp-ui-color-text)}._title_16ogt_28{font-family:var(--rp-ui-base-font-family-heading);font-weight:700;font-size:13px;line-height:20px;margin-bottom:8px}
|
|
1
|
+
._system-message_fp9ws_1{min-height:85px;height:auto;width:100%;background:var(--rp-ui-base-bg-000);border-radius:8px;box-shadow:var(--rp-ui-base-shadow);display:flex;flex-direction:column;font-family:var(--rp-ui-base-font-family)}._system-message_fp9ws_1 ._stripes-info_fp9ws_12{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-info-line-100),var(--rp-ui-base-sm-info-line-100) 24px,var(--rp-ui-base-e-200) 24px,var(--rp-ui-base-e-200) 48px)}._system-message_fp9ws_1 ._stripes-warning_fp9ws_17{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-warning-line-100),var(--rp-ui-base-sm-warning-line-100) 24px,var(--rp-ui-base-sm-warning-line-200) 24px,var(--rp-ui-base-sm-warning-line-200) 48px)}._system-message_fp9ws_1 ._stripes-error_fp9ws_22{height:8px;border-radius:8px 8px 0 0;background-image:repeating-linear-gradient(45deg,var(--rp-ui-base-sm-error-line-100),var(--rp-ui-base-sm-error-line-100) 24px,var(--rp-ui-base-sm-error-line-200) 24px,var(--rp-ui-base-sm-error-line-200) 48px)}._system-message_fp9ws_1 ._text-container_fp9ws_27{padding:12px 16px 16px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-info_fp9ws_30{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-e-400);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-warning_fp9ws_38{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-sm-warning);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._message-header-error_fp9ws_46{font-size:15px;line-height:24px;font-weight:500;color:var(--rp-ui-base-sm-error);text-transform:capitalize;margin-bottom:8px}._system-message_fp9ws_1 ._text-container_fp9ws_27 ._children_fp9ws_54{text-indent:1px;color:var(--rp-ui-color-text);font-weight:700;font-size:13px;line-height:20px}._system-message_fp9ws_1 ._text-container_fp9ws_27 p{margin-top:4px;max-width:780px;color:var(--rp-ui-base-e-400);font-weight:400;font-size:12px;line-height:18px}._content-width_fp9ws_70{max-width:max-content}._toggle_9h25s_1{position:relative;display:inline-flex;align-items:center;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black);cursor:pointer;width:32px}._children-container_9h25s_14{margin-left:40px}._children-container_9h25s_14 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_9h25s_14 a:focus,._children-container_9h25s_14 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._slider_9h25s_27{background-color:var(--rp-ui-base-e-300);cursor:pointer;position:absolute;transition:.4s;border-radius:10px;width:32px;height:20px}._slider_9h25s_27:before{position:absolute;top:2px;left:2px;content:"";width:16px;height:16px;background-color:var(--rp-ui-base-bg-000);transition:.4s}._round_9h25s_47:before{border-radius:50%}._input_9h25s_51{position:absolute;opacity:0;top:0;left:0}._input_9h25s_51:disabled+._slider_9h25s_27{background-color:var(--rp-ui-base-e-200);cursor:default}._input_9h25s_51:focus-visible{outline:none}._input_9h25s_51:focus:not(._disabled_9h25s_64):after,._input_9h25s_51:focus-visible:not(._disabled_9h25s_64)+._slider_9h25s_27:after{top:50%;left:50%;content:"";position:absolute;width:100%;height:100%;border:2px solid var(--rp-ui-base-topaz-focused);border-radius:12px;transform:translate(-50%,-50%)}._input_9h25s_51:checked+._slider_9h25s_27{background-color:var(--rp-ui-base-topaz)}._input_9h25s_51:checked+._slider_9h25s_27:before{transform:translate(12px)}._input_9h25s_51:hover+._slider_9h25s_27{background-color:var(--rp-ui-base-e-400)}._input_9h25s_51:checked:hover+._slider_9h25s_27{background-color:var(--rp-ui-base-topaz-hover)}._input_9h25s_51:checked:disabled+._slider_9h25s_27{background-color:var(--rp-ui-base-topaz);cursor:default}._disabled_9h25s_64{opacity:.3;cursor:default}._bubbles-loader_kn4ln_1{position:relative}._bubbles-loader_kn4ln_1._color-topaz_kn4ln_4 ._bubble_kn4ln_1{background-color:var(--rp-ui-base-dark-topaz-main)}._bubble_kn4ln_1{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--rp-ui-base-bg-000);transform:scale(.3);animation:_bubbles_kn4ln_1 2.5s infinite linear}._bubble_kn4ln_1:nth-child(1){left:0;animation-delay:.1s}._bubble_kn4ln_1:nth-child(2){left:7px;animation-delay:.3s}._bubble_kn4ln_1:nth-child(3){left:14px;animation-delay:.5s}._bubble_kn4ln_1:nth-child(4){left:21px;animation-delay:.7s}._bubble_kn4ln_1:nth-child(5){left:28px;animation-delay:.9s}._bubble_kn4ln_1:nth-child(6){left:35px;animation-delay:1.1s}._bubble_kn4ln_1:nth-child(7){left:42px;animation-delay:1.3s}@keyframes _bubbles_kn4ln_1{20%,60%{transform:scale(.5)}40%{transform:scale(1)}}._radio-button_1sze8_1{display:flex;align-items:center;height:100%;outline:none;cursor:pointer;padding-bottom:4px}._radio-button_1sze8_1._disabled_1sze8_9{cursor:default}._radio-button_1sze8_1._disabled_1sze8_9 ._children-container_1sze8_12{color:var(--rp-ui-base-e-300)}._radio-button_1sze8_1._disabled_1sze8_9 ._toggler_1sze8_15{opacity:.3}._radio-button_1sze8_1._disabled_1sze8_9 ._toggler_1sze8_15:after{background-color:transparent}._radio-button_1sze8_1._disabled_1sze8_9 ._toggler_1sze8_15._checked_1sze8_21:after{background-color:var(--rp-ui-base-topaz-pressed)}._radio-button_1sze8_1:focus-visible:not(._disabled_1sze8_9) ._toggler_1sze8_15{border:2px solid var(--rp-ui-color-primary-focused)}._input_1sze8_28{display:none}._toggler_1sze8_15{display:flex;width:16px;height:16px;min-width:16px;box-sizing:border-box;margin:auto 10px auto 0;border-radius:100%;border-width:1px;border-style:solid;line-height:18;border-color:var(--rp-ui-color-field-border-2)}._toggler_1sze8_15:after{width:8px;height:8px;content:"";display:block;border-radius:100%;margin:auto;background-color:var(--rp-ui-color-radio-cheked);opacity:0;transform:scale(.5);transition:transform .2s,opacity .2s}._toggler_1sze8_15:hover:not(._disabled_1sze8_9){border-color:var(--rp-ui-color-field-border-2-hover)}._toggler_1sze8_15:hover:not(._disabled_1sze8_9):after{background-color:var(--rp-ui-color-primary-hover)}._toggler_1sze8_15._checked_1sze8_21:after,._toggler_1sze8_15._disabled_1sze8_9:after{transform:scale(1);opacity:1}._children-container_1sze8_12{display:inline-block;overflow:hidden;max-width:100%;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;word-break:break-all;text-overflow:ellipsis;color:var(--rp-ui-color-text)}._children-container_1sze8_12 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_1sze8_12 a:focus,._children-container_1sze8_12 a:focus-visible{outline:none;color:var(--rp-ui-base-topaz-focused);text-decoration:underline}._text-area_cxv68_1{font-size:13px;line-height:20px;width:100%;min-height:72px;padding:9px 12px 7px;outline:none;border:1px solid var(--rp-ui-base-e-200);border-radius:3px;box-sizing:border-box;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-almost-black);resize:vertical}._text-area_cxv68_1:hover{border-color:var(--rp-ui-base-e-300)}._text-area_cxv68_1:focus:not(._error_cxv68_19._touched_cxv68_19){border:1px solid var(--rp-ui-base-topaz-hover);box-shadow:0 0 0 1px var(--rp-ui-base-topaz-hover)}._text-area_cxv68_1._error_cxv68_19._touched_cxv68_19{border:1px solid var(--rp-ui-base-error)}._text-area_cxv68_1::placeholder{color:var(--rp-ui-base-e-300)}._label_cxv68_30{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:500;color:var(--rp-ui-base-almost-black);margin-bottom:4px}._additional-content_cxv68_39 ._error-text_cxv68_39{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-error)}._additional-content_cxv68_39 ._help-text_cxv68_47{font-size:11px;line-height:16px;display:block;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-e-300)}._disabled_cxv68_56{opacity:.3;pointer-events:none}._button_1szj1_1{display:inline-flex;justify-content:center;align-items:center;height:36px;min-width:120px;padding:7px 16px;margin:0;outline:none;border-radius:3px;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;cursor:pointer;box-sizing:border-box}._primary_1szj1_19{border:1px solid var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);color:var(--rp-ui-base-bg-000)}._primary_1szj1_19:hover:not(._disabled_1szj1_24){border:1px solid var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover)}._primary_1szj1_19:active:not(._disabled_1szj1_24){border:1px solid var(--rp-ui-color-primary-pressed);background-color:var(--rp-ui-color-primary-pressed)}._primary_1szj1_19:focus:not(._disabled_1szj1_24,:active){border:2px solid var(--rp-ui-color-primary-focused)}._ghost_1szj1_36{border:1px solid var(--rp-ui-color-primary);background-color:transparent;color:var(--rp-ui-color-primary-text)}._ghost_1szj1_36:hover:not(._disabled_1szj1_24){border:1px solid var(--rp-ui-base-dark-topaz-hover);color:var(--rp-ui-base-dark-topaz-hover)}._ghost_1szj1_36:active:not(._disabled_1szj1_24){border:1px solid var(--rp-ui-color-primary-pressed);color:var(--rp-ui-color-primary-pressed)}._ghost_1szj1_36:focus:not(._disabled_1szj1_24,:active){border:2px solid var(--rp-ui-color-primary-focused);color:var(--rp-ui-color-primary-focused)}._danger_1szj1_54{border:1px solid var(--rp-ui-color-error);background-color:var(--rp-ui-color-error);color:var(--rp-ui-base-bg-000)}._danger_1szj1_54:hover:not(._disabled_1szj1_24){opacity:.9}._danger_1szj1_54:active:not(._disabled_1szj1_24){border:1px solid var(--rp-ui-color-error-pressed);background-color:var(--rp-ui-color-error-pressed)}._danger_1szj1_54:focus:not(._disabled_1szj1_24,:active){border:2px solid var(--rp-ui-color-error-focused)}._text_1szj1_70{min-width:auto;height:auto;border:0;padding:0;background:none;line-height:22px;color:var(--rp-ui-color-primary-text)}._text_1szj1_70:hover:not(._disabled_1szj1_24){color:var(--rp-ui-color-primary-hover)}._text_1szj1_70:hover:not(._disabled_1szj1_24) svg *{fill:var(--rp-ui-color-primary-hover)}._text_1szj1_70:active:not(._disabled_1szj1_24){color:var(--rp-ui-color-primary-pressed)}._text_1szj1_70:active:not(._disabled_1szj1_24) svg *{fill:var(--rp-ui-color-primary-pressed)}._text_1szj1_70:focus:not(._disabled_1szj1_24,:active){color:var(--rp-ui-color-primary-focused)}._text_1szj1_70:focus:not(._disabled_1szj1_24,:active) svg *{fill:var(--rp-ui-color-primary-focused)}._text_1szj1_70 svg *{fill:var(--rp-ui-color-primary-text)}._disabled_1szj1_24{opacity:var(--rp-ui-opacity-default);cursor:default}._width-wide-content_1szj1_106{padding:9px 47px 7px;margin:0}._width-parent_1szj1_111{display:flex;width:100%}._icon_1szj1_116{display:inline-block;width:16px;height:16px}._icon-start_1szj1_122{margin:auto 8px auto 0}._icon-end_1szj1_126{margin:auto 0 auto 8px;order:1}._checkbox_189ko_1{display:inline-flex;align-items:center;padding-left:24px;color:var(--rp-ui-color-text-2);font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px}._checkbox_189ko_1 ._disabled_189ko_11{opacity:var(--rp-ui-opacity-default);pointer-events:none}._input_189ko_16{position:absolute;opacity:0;top:0;left:0}._control_189ko_23{position:absolute;width:16px;height:16px;border:1px solid var(--rp-ui-color-field-border-2);border-radius:3px;margin-left:-24px;box-sizing:border-box;cursor:pointer}._input_189ko_16:checked+._control_189ko_23{border-color:var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_189ko_16:hover+._control_189ko_23{border-color:var(--rp-ui-color-field-hover-2)}._input_189ko_16:active:not(:disabled)+._control_189ko_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_189ko_16:checked:hover+._control_189ko_23{border-color:var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_189ko_16:checked:active:not(:disabled)+._control_189ko_23{border-color:var(--rp-ui-color-primary-focused);background-color:var(--rp-ui-color-primary-focused);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E")}._input_189ko_16:disabled+._control_189ko_23{border-color:var(--rp-ui-color-disabled)}._input_189ko_16:checked:disabled+._control_189ko_23{border-color:var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.25L4.5 7.25L10.5 0.75' stroke='white' stroke-width='2'/%3E%3C/svg%3E");opacity:var(--rp-ui-opacity-default);pointer-events:none}._input_189ko_16:focus+._control_189ko_23{border:2px solid var(--rp-ui-color-primary-focused)}._input_189ko_16._partially-checked_189ko_76:not(:checked)+._control_189ko_23{border-color:var(--rp-ui-color-field-border);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked)+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border-2);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_189ko_16._partially-checked_189ko_76:not(:checked):hover+._control_189ko_23{border-color:var(--rp-ui-color-field-border-2-hover);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):hover+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-primary-hover);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_189ko_16._partially-checked_189ko_76:not(:checked):active:not(:disabled)+._control_189ko_23{border-color:var(--rp-ui-color-primary-focused);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):active:not(:disabled)+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border-2);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._input_189ko_16._partially-checked_189ko_76:not(:checked):disabled+._control_189ko_23{border-color:var(--rp-ui-color-field-borderd);background-repeat:no-repeat;background-position:center;position:relative}._input_189ko_16._partially-checked_189ko_76:not(:checked):disabled+._control_189ko_23:after{content:"";display:block;width:8px;height:2px;border-radius:1px;background-color:var(--rp-ui-color-field-border);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._children_189ko_149{cursor:pointer}._children_189ko_149 a{text-decoration:none;color:var(--rp-ui-color-primary)}._children_189ko_149 a:focus,._children_189ko_149 a:focus-visible{outline:none;color:var(--rp-ui-color-primary-focused);text-decoration:underline}._base-icon-button_p6ked_1{margin:0;padding:0;outline:none;background:transparent;border:none;cursor:pointer}._base-icon-button_p6ked_1 svg path{fill:var(--rp-ui-base-e-300)}._base-icon-button_p6ked_1._disabled_p6ked_12{opacity:40%;cursor:default}._base-icon-button_p6ked_1:hover:not(._disabled_p6ked_12) svg path{fill:var(--rp-ui-base-e-400)}._base-icon-button_p6ked_1:active:not(._disabled_p6ked_12) svg path{fill:var(--rp-ui-base-topaz-pressed)}._base-icon-button_p6ked_1:focus:not(._disabled_p6ked_12,:active) svg path{fill:var(--rp-ui-base-topaz-focused)}@font-face{font-family:Roboto;font-weight:400;font-display:swap;font-style:normal;src:local("Roboto Regular"),local("Roboto-Regular"),url(./fonts/Roboto/Roboto-Regular.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:500;font-display:swap;font-style:normal;src:local("Roboto Medium"),local("Roboto-Medium"),url(./fonts/Roboto/Roboto-Medium.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:700;font-display:swap;font-style:normal;src:local("Roboto-Bold"),local("Roboto-Bold"),url(./fonts/Roboto/Roboto-Bold.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:300;font-display:swap;font-style:normal;src:local("Open Sans Light"),local("OpenSans-Light"),url(./fonts/OpenSans/OpenSans-Light.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:400;font-display:swap;font-style:normal;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(./fonts/OpenSans/OpenSans-Regular.ttf) format("truetype")}@font-face{font-family:OpenSans;font-weight:600;font-display:swap;font-style:normal;src:local("Open Sans Semibold"),local("OpenSans-Semibold"),url(./fonts/OpenSans/OpenSans-Semibold.ttf) format("truetype")}:root{--rp-ui-base-bg-000: #ffffff;--rp-ui-base-bg-100: #f7f7f8;--rp-ui-base-bg-200: #eceff4;--rp-ui-base-error: #dc5959;--rp-ui-base-error-hover: #f24a4a;--rp-ui-base-error-pressed: #c54141;--rp-ui-base-error-focused: #ffb1b1;--rp-ui-base-topaz: #00829b;--rp-ui-base-topaz-hover: #009dbb;--rp-ui-base-topaz-focused: #00b0d1;--rp-ui-base-topaz-pressed: #00758c;--rp-ui-base-almost-black: #3f3f3f;--rp-ui-base-e-100: #e3e7ec;--rp-ui-base-e-200: #c1c7d0;--rp-ui-base-e-300: #a2aab5;--rp-ui-base-e-400: #8d95a1;--rp-ui-base-dark-bg: #101010;--rp-ui-base-dark-bg-solid-98: #141414;--rp-ui-base-dark-error: #ff4040;--rp-ui-base-dark-error-text: #ff6666;--rp-ui-base-dark-log-error: #ff3222;--rp-ui-base-dark-log-fatal: #c2352b;--rp-ui-base-dark-topaz-main: #1a9cb0;--rp-ui-base-dark-topaz-hover: #1cb0c7;--rp-ui-base-dark-topaz-focused: #1dbdd6;--rp-ui-base-dark-topaz-pressed: #9ee7f2;--rp-ui-base-dark-topaz-text: #3abcd0;--rp-ui-base-dark-topaz-additional: #00505d;--rp-ui-base-dark-e-50: #e8e8e8;--rp-ui-base-dark-e-100: #cfcfcf;--rp-ui-base-dark-e-150: #8f8f8f;--rp-ui-base-dark-e-200: #626262;--rp-ui-base-dark-e-300: #383838;--rp-ui-base-dark-e-400: #262626;--rp-ui-base-dark-e-500: #222222;--rp-ui-base-sm-warning: #d78706;--rp-ui-base-sm-warning-line-100: #fceecb;--rp-ui-base-sm-warning-line-200: #fbe7b6;--rp-ui-base-sm-error: #db3549;--rp-ui-base-sm-error-line-100: #fccbcb;--rp-ui-base-sm-error-line-200: #ffc0bd;--rp-ui-base-sm-info-line-100: #ced3db;--rp-ui-base-defect-type-AB: #ffc208;--rp-ui-base-tag-value-text: #394db6;--rp-ui-base-tag-value-background: #ced8fc;--rp-ui-base-tag-key-text: #6f4599;--rp-ui-base-tag-key-background: #dac3e6;--rp-ui-base-system-issue-group: #3e7be6;--rp-ui-base-product-bug-group: #d32f2f;--rp-ui-base-automation-bug-group: #ffc208;--rp-ui-base-no-defect-bug-group: #76839b;--rp-ui-base-test-execution-status-passed: #3aa76d;--rp-ui-base-shadow: 0px 1px 3px rgba(55, 67, 98, .1);--rp-ui-base-shadow-hover: 0px 1px 3px rgba(55, 67, 98, .2);--rp-ui-base-shadow-secondary: 0 8px 40px rgba(0, 0, 0, .15);--rp-ui-base-almost-black-light: rgba(63, 63, 63, .75);--rp-ui-base-almost-black-slight-light: rgba(63, 63, 63, .95);--rp-ui-base-dark-bg-light: rgba(16, 16, 16, .15);--rp-ui-base-overlay: rgba(141, 149, 161, .35);--rp-ui-base-overlay-light-cyan: rgba(208, 240, 241, .7);--rp-ui-base-font-family: Roboto, Arial, Helvetica, sans-serif;--rp-ui-base-font-family-heading: OpenSans, Segoe UI, Tahoma, sans-serif;--rp-ui-color-bg: var(--rp-ui-base-bg-000);--rp-ui-color-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-bg-3: var(--rp-ui-base-bg-200);--rp-ui-color-primary: var(--rp-ui-base-topaz);--rp-ui-color-primary-hover: var(--rp-ui-base-topaz-hover);--rp-ui-color-primary-focused: var(--rp-ui-base-topaz-focused);--rp-ui-color-primary-pressed: var(--rp-ui-base-topaz-pressed);--rp-ui-color-primary-text: var(--rp-ui-base-topaz);--rp-ui-color-error: var(--rp-ui-base-error);--rp-ui-color-error-hover: var(--rp-ui-base-error-hover);--rp-ui-color-error-pressed: var(--rp-ui-base-error-pressed);--rp-ui-color-error-focused: var(--rp-ui-base-error-focused);--rp-ui-color-text: var(--rp-ui-base-almost-black);--rp-ui-color-text-2: var(--rp-ui-base-almost-black);--rp-ui-color-text-3: var(--rp-ui-base-almost-black);--rp-ui-color-field-bg: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-field-border: var(--rp-ui-base-e-200);--rp-ui-color-field-border-2: var(--rp-ui-base-e-300);--rp-ui-color-field-border-2-hover: var(--rp-ui-base-e-400);--rp-ui-color-field-hover: var(--rp-ui-base-e-300);--rp-ui-color-field-hover-2: var(--rp-ui-base-e-400);--rp-ui-color-field-opened: var(--rp-ui-base-topaz-pressed);--rp-ui-color-field-placeholder: var(--rp-ui-base-almost-black);--rp-ui-color-radio-cheked: var(--rp-ui-base-topaz-pressed);--rp-ui-color-disabled: var(--rp-ui-base-e-300);--rp-ui-opacity-default: 30%}.rp-ui-kit-theme-light{--rp-ui-color-bg: var(--rp-ui-base-bg-000);--rp-ui-color-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-bg-3: var(--rp-ui-base-bg-200);--rp-ui-color-primary: var(--rp-ui-base-topaz);--rp-ui-color-primary-hover: var(--rp-ui-base-topaz-hover);--rp-ui-color-primary-focused: var(--rp-ui-base-topaz-focused);--rp-ui-color-primary-pressed: var(--rp-ui-base-topaz-pressed);--rp-ui-color-primary-text: var(--rp-ui-base-topaz);--rp-ui-color-error: var(--rp-ui-base-error);--rp-ui-color-error-hover: var(--rp-ui-base-error-hover);--rp-ui-color-error-pressed: var(--rp-ui-base-error-pressed);--rp-ui-color-error-focused: var(--rp-ui-base-error-focused);--rp-ui-color-text: var(--rp-ui-base-almost-black);--rp-ui-color-text-2: var(--rp-ui-base-almost-black);--rp-ui-color-text-3: var(--rp-ui-base-almost-black);--rp-ui-color-field-bg: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-2: var(--rp-ui-base-bg-100);--rp-ui-color-field-border: var(--rp-ui-base-e-200);--rp-ui-color-field-border-2: var(--rp-ui-base-e-300);--rp-ui-color-field-border-2-hover: var(--rp-ui-base-e-400);--rp-ui-color-field-hover: var(--rp-ui-base-e-300);--rp-ui-color-field-hover-2: var(--rp-ui-base-e-400);--rp-ui-color-field-opened: var(--rp-ui-base-topaz-pressed);--rp-ui-color-field-placeholder: var(--rp-ui-base-almost-black);--rp-ui-color-radio-cheked: var(--rp-ui-base-topaz-pressed);--rp-ui-color-disabled: var(--rp-ui-base-e-300);--rp-ui-opacity-default: 30%}.rp-ui-kit-theme-dark{--rp-ui-color-bg: var(--rp-ui-base-dark-bg);--rp-ui-color-bg-2: var(--rp-ui-base-dark-bg);--rp-ui-color-bg-3: var(--rp-ui-base-dark-bg-solid-98);--rp-ui-color-primary: var(--rp-ui-base-dark-topaz-main);--rp-ui-color-primary-hover: var(--rp-ui-base-dark-topaz-hover);--rp-ui-color-primary-focused: var(--rp-ui-base-dark-topaz-focused);--rp-ui-color-primary-pressed: var(--rp-ui-base-dark-topaz-pressed);--rp-ui-color-primary-text: var(--rp-ui-base-dark-topaz-text);--rp-ui-color-error: var(--rp-ui-base-dark-error);--rp-ui-color-error-hover: var(--rp-ui-base-error-hover);--rp-ui-color-error-pressed: var(--rp-ui-base-error-pressed);--rp-ui-color-error-focused: var(--rp-ui-base-error-focused);--rp-ui-color-text: var(--rp-ui-base-dark-e-50);--rp-ui-color-text-2: var(--rp-ui-base-dark-e-100);--rp-ui-color-text-3: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg: var(--rp-ui-base-dark-e-400);--rp-ui-color-field-bg-2: var(--rp-ui-base-dark-e-400);--rp-ui-color-field-border: var(--rp-ui-base-dark-e-400);--rp-ui-color-field-border-2: var(--rp-ui-base-dark-e-100);--rp-ui-color-field-border-2-hover: var(--rp-ui-base-dark-e-50);--rp-ui-color-field-hover: var(--rp-ui-base-e-200);--rp-ui-color-field-hover-2: var(--rp-ui-base-e-300);--rp-ui-color-field-opened: var(--rp-ui-base-e-200);--rp-ui-color-field-placeholder: var(--rp-ui-base-dark-e-200);--rp-ui-color-radio-cheked: var(--rp-ui-base-dark-topaz-main);--rp-ui-color-disabled: var(--rp-ui-base-dark-e-100);--rp-ui-opacity-default: 50%}._theme-provider_xipmx_1{height:100%;width:100%}._icon-container_18rqf_1,._icon-container-end_18rqf_1,._icon-container-start_18rqf_1{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:22px;height:22px}._icon-container-start_18rqf_1{margin-right:4px}._icon-container-end_18rqf_1{margin-left:4px}._label_18rqf_18{display:block;margin-bottom:4px;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;color:var(--rp-ui-color-text)}._label_18rqf_18 ._asterisk_18rqf_27{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);padding-left:4px}._label_18rqf_18._disabled_18rqf_33{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_18rqf_38{display:flex;align-items:center;height:36px;width:100%;padding:7px 12px;box-sizing:border-box;border:1px solid var(--rp-ui-base-e-200);border-radius:3px;background-color:var(--rp-ui-base-bg-000)}._field_18rqf_38:hover:not(._disabled_18rqf_33){border-color:var(--rp-ui-base-e-300)}._field_18rqf_38:focus-within:not(._error_18rqf_52._touched_18rqf_52){padding:6px 11px;border:2px solid var(--rp-ui-color-primary-focused)}._field_18rqf_38._error_18rqf_52._touched_18rqf_52{border-color:var(--rp-ui-base-error)}._field_18rqf_38._disabled_18rqf_33{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_18rqf_38._disabled_18rqf_33 ._placeholder_18rqf_63{color:var(--rp-ui-base-e-300)}._field_18rqf_38._default-width_18rqf_66{width:240px}._input-container_18rqf_70{position:relative;width:100%}._input_18rqf_70{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:400;width:100%;margin:2px 0 0;padding:0;border:none;background:transparent;overflow:hidden;text-overflow:ellipsis;color:var(--rp-ui-color-text)}._input_18rqf_70:focus{outline:none}._input_18rqf_70:disabled{color:var(--rp-ui-base-e-300)}._placeholder_18rqf_63{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-base-dark-e-300);position:absolute;top:2px;left:0;pointer-events:none}._placeholder_18rqf_63 ._asterisk_18rqf_27:after{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);right:-7px;content:"*";color:var(--rp-ui-base-error-focused)}._icon_18rqf_1,._clear-icon_18rqf_116{display:inline-block;width:16px;height:16px}._clear-icon_18rqf_116{background:none;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer}._clear-icon_18rqf_116._disabled_18rqf_33{pointer-events:none}._clear-icon_18rqf_116:hover svg{fill:var(--rp-ui-base-e-400)}._clear-icon_18rqf_116:hover svg>rect{fill:var(--rp-ui-base-e-400)}._clear-icon_18rqf_116:focus svg{fill:var(--rp-ui-color-primary-focused)}._clear-icon_18rqf_116:focus svg>rect{fill:var(--rp-ui-color-primary-focused)}._clear-icon_18rqf_116:active svg{fill:var(--rp-ui-color-primary-pressed)}._clear-icon_18rqf_116:active svg>rect{fill:var(--rp-ui-color-primary-pressed)}._additional-content_18rqf_152{margin-top:4px}._additional-content_18rqf_152._disabled_18rqf_33{pointer-events:none}._text_18rqf_159{font-size:11px;line-height:16px;font-family:var(--rp-ui-base-font-family);font-weight:400;display:block}._error-text_18rqf_167{color:var(--rp-ui-base-error)}._help-text_18rqf_171{color:var(--rp-ui-base-dark-e-300)}._field-number_3tc9r_1{position:relative;display:inline-flex;flex-direction:column}._field-number_3tc9r_1._disabled_3tc9r_6{opacity:.4}._label_3tc9r_10{display:block;margin-bottom:4px;font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:13px;line-height:20px;text-indent:1px;color:var(--rp-ui-base-almost-black)}._sign_3tc9r_21{display:inline-flex;cursor:pointer}._input-container_3tc9r_26{display:inline-flex;align-items:center;padding:6px 8px;border:1px solid var(--rp-ui-base-e-200);box-sizing:border-box;border-radius:3px;background:var(--rp-ui-base-bg-000);-webkit-user-select:none;user-select:none}._input-container_3tc9r_26:focus-within:not(._error_3tc9r_36._touched_3tc9r_36){padding:5px 7px;border-width:2px;border-color:var(--rp-ui-base-topaz-focused)}._input-container_3tc9r_26:hover:not(._disabled_3tc9r_6):not(:focus-within):not(._error_3tc9r_36._touched_3tc9r_36),._input-container_3tc9r_26._filled_3tc9r_41:not(:focus-within){border-color:var(--rp-ui-base-e-300)}._input-container_3tc9r_26._error_3tc9r_36._touched_3tc9r_36{border-color:var(--rp-ui-base-error)}._input-field_3tc9r_48{display:flex;align-items:center;justify-content:center;height:20px;min-width:44px;margin:2px 4px 0;text-align:center;cursor:text}._input-field_3tc9r_48._disabled_3tc9r_6{cursor:default}._input_3tc9r_26{padding:0;margin:0;border:none;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}._input_3tc9r_26:focus{outline:none}._input_3tc9r_26:focus::placeholder{color:transparent}._input_3tc9r_26::placeholder{color:var(--rp-ui-base-e-200)}._input_3tc9r_26::-webkit-inner-spin-button,._input_3tc9r_26::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}*{box-sizing:border-box}._table_xqjqb_5{width:100%;max-width:1200px}._table-header_xqjqb_10{display:flex;width:100%;height:32px;align-items:center}._table-row_xqjqb_17{display:flex;width:100%;height:64px}._table-row_xqjqb_17 ._table-row-content_xqjqb_22{display:flex;align-items:center;height:100%;flex:1;box-shadow:var(--rp-ui-base-shadow-hover);background-color:var(--rp-ui-base-bg-000);border-radius:4px;max-width:100%}._table-row_xqjqb_17._size-small_xqjqb_32{height:44px}._table-row_xqjqb_17._size-large_xqjqb_35{height:80px}._table-body_xqjqb_39{display:flex;flex-direction:column;gap:4px;width:100%}._table-header-cell_xqjqb_46,._table-cell_xqjqb_46{font-family:var(--rp-ui-base-font-family);font-weight:400;padding:0 16px}._table-header-cell_xqjqb_46._action-menu-cell_xqjqb_51,._table-cell_xqjqb_46._action-menu-cell_xqjqb_51{width:48px;padding:0 16px;flex-shrink:0}._table-header-cell_xqjqb_46:not(._action-menu-cell_xqjqb_51),._table-cell_xqjqb_46:not(._action-menu-cell_xqjqb_51){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._table-header-cell_xqjqb_46._checkbox-cell_xqjqb_61,._table-cell_xqjqb_46._checkbox-cell_xqjqb_61{width:48px;display:flex;justify-content:center;height:100%;cursor:pointer;flex-shrink:0}._table-header-cell_xqjqb_46._checkbox-cell_xqjqb_61+._table-row-content_xqjqb_22,._table-cell_xqjqb_46._checkbox-cell_xqjqb_61+._table-row-content_xqjqb_22{max-width:calc(100% - 48px)}._table-header-cell_xqjqb_46._primary-cell_xqjqb_72,._table-cell_xqjqb_46._primary-cell_xqjqb_72{flex:1 1 320px;font-weight:500;text-align:left}._table-header-cell_xqjqb_46{font-size:11px;line-height:16px;color:var(--rp-ui-base-e-400);display:flex;align-items:center;text-align:left;background:none;border:none}._table-header-cell_xqjqb_46 ._label_xqjqb_88{display:flex;align-items:center}._table-header-cell_xqjqb_46._sortable-cell_xqjqb_92>._label_xqjqb_88{cursor:pointer}._table-header-cell_xqjqb_46._align-right_xqjqb_95{justify-content:flex-end}._table-header-cell_xqjqb_46._align-right_xqjqb_95 svg{margin-right:-16px}._table-header-cell_xqjqb_46._align-center_xqjqb_101{justify-content:center}._table-cell_xqjqb_46{font-size:13px;line-height:20px}._dropdown-option_f4c9h_1{display:inline-block;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;box-sizing:border-box;cursor:pointer;color:var(--rp-ui-color-text-3)}._dropdown-option_f4c9h_1._disabled_f4c9h_11{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown-option_f4c9h_1._hidden_f4c9h_15{display:none}._dropdown-option_f4c9h_1:hover:not(:active){background:var(--rp-ui-color-bg-3)}._dropdown-option_f4c9h_1._selected_f4c9h_21{color:var(--rp-ui-color-primary-text)}._dropdown-option_f4c9h_1._hover_f4c9h_24:not(._disabled_f4c9h_11){padding:8px 11px 6px;background-color:var(--rp-ui-color-bg-3);border:1px solid var(--rp-ui-color-primary-focused)}._dropdown-option_f4c9h_1._hover_f4c9h_24:not(._disabled_f4c9h_11):hover{border:none;padding:9px 12px 7px}._dropdown-option_f4c9h_1._hover_f4c9h_24:not(._disabled_f4c9h_11):hover:hover:not(:active){background:var(--rp-ui-color-bg-3)}._single-option_f4c9h_37{height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:9px 12px 7px}._sub-option_f4c9h_45{padding-left:24px}._container_1o5y6_1{position:relative;display:inline-block;width:100%}._icon_1o5y6_7{width:16px;height:16px;margin-right:8px}._arrow_1o5y6_13{display:inline-flex;margin-left:12px;transition:transform .2s linear}._dropdown_1o5y6_19{display:flex;align-items:center;text-align:start;padding:9px 12px 7px;width:100%;height:36px;border:1px solid var(--rp-ui-color-field-border);border-radius:3px;background-color:var(--rp-ui-color-field-bg);box-sizing:border-box;transition:border-color .2s linear;cursor:pointer}._dropdown_1o5y6_19._transparent-background_1o5y6_33{background-color:transparent}._dropdown_1o5y6_19._disabled_1o5y6_36{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown_1o5y6_19._disabled_1o5y6_36 ._arrow_1o5y6_13 svg path{opacity:.4}._dropdown_1o5y6_19._disabled_1o5y6_36 ._value_1o5y6_43{color:var(--rp-ui-color-disabled)}._dropdown_1o5y6_19._error_1o5y6_46._touched_1o5y6_46{border-width:1px;border-color:var(--rp-ui-color-error)}._dropdown_1o5y6_19:hover:not(:active):not(:focus-visible):not(._opened_1o5y6_50):not(._error_1o5y6_46){border-color:var(--rp-ui-color-field-hover)}._dropdown_1o5y6_19:active,._dropdown_1o5y6_19:focus-visible{padding:7px 11px;border-width:2px;border-color:var(--rp-ui-color-primary-focused);outline:none}._dropdown_1o5y6_19:active ._arrow_1o5y6_13 svg path,._dropdown_1o5y6_19:focus-visible ._arrow_1o5y6_13 svg path{fill:var(--rp-ui-color-field-hover-2)}._dropdown_1o5y6_19._opened_1o5y6_50:not(:active):not(._error_1o5y6_46){border-width:1px;border-color:var(--rp-ui-color-primary-pressed)}._dropdown_1o5y6_19._opened_1o5y6_50:not(:active):not(._error_1o5y6_46) ._arrow_1o5y6_13 svg path{fill:var(--rp-ui-color-field-opened)}._dropdown_1o5y6_19._opened_1o5y6_50 ._arrow_1o5y6_13{transform:rotate(180deg)}._dropdown_1o5y6_19 ._placeholder_1o5y6_72{color:var(--rp-ui-color-field-placeholder)}._dropdown_1o5y6_19 ._value_1o5y6_43{flex-grow:1;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-color-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 767px){._dropdown_1o5y6_19 ._mobile-disabled_1o5y6_87{background-color:var(--rp-ui-color-field-bg-2)}}._select-list_1o5y6_92{position:absolute;top:100%;padding:8px 0;width:max-content;max-width:384px;min-width:240px;min-height:10px;border-radius:3px;box-sizing:border-box;z-index:10;box-shadow:var(--rp-ui-base-shadow-secondary);background:var(--rp-ui-color-field-bg)}._select-list_1o5y6_92._opened_1o5y6_50:focus-visible{outline:none}._options-container_1o5y6_110{display:flex;flex-direction:column}._ghost_1o5y6_115{border-color:transparent;background:transparent}._ghost_1o5y6_115:hover:not(:active):not(:focus-visible):not(._opened_1o5y6_50):not(._error_1o5y6_46){border-color:transparent}._ghost_1o5y6_115._opened_1o5y6_50:not(:active):not(._error_1o5y6_46){border-color:transparent}._ghost_1o5y6_115._opened_1o5y6_50 ._value_1o5y6_43{color:var(--rp-ui-color-primary-pressed)}._header_a3cjx_1{display:flex;align-items:center;justify-content:space-between;background-color:var(--rp-ui-base-bg-000);padding-bottom:18px}._header_a3cjx_1 ._dropdowns-wrapper_a3cjx_8{display:flex;align-items:center;column-gap:8px}._header_a3cjx_1 ._button-prev_a3cjx_13,._header_a3cjx_1 ._button-next_a3cjx_14{all:unset;align-self:center;width:16px;height:16px}._header_a3cjx_1 ._button-prev_a3cjx_13 svg,._header_a3cjx_1 ._button-next_a3cjx_14 svg{width:16px;height:16px}._header_a3cjx_1 ._button-prev_a3cjx_13:hover:not(._disabled_a3cjx_25),._header_a3cjx_1 ._button-next_a3cjx_14:hover:not(._disabled_a3cjx_25){cursor:pointer}._header_a3cjx_1 ._button-prev_a3cjx_13:hover:not(._disabled_a3cjx_25) svg>path,._header_a3cjx_1 ._button-next_a3cjx_14:hover:not(._disabled_a3cjx_25) svg>path{fill:var(--rp-ui-base-e-400)}._header_a3cjx_1 ._button-prev_a3cjx_13._disabled_a3cjx_25,._header_a3cjx_1 ._button-next_a3cjx_14._disabled_a3cjx_25{opacity:.3;pointer-events:none}._header_a3cjx_1 ._button-next_a3cjx_14{transform:rotate(180deg)}._header_a3cjx_1 ._dropdown_a3cjx_8{width:auto}._header_a3cjx_1 ._dropdown_a3cjx_8._month-dropdown_a3cjx_44{width:117px}._header_a3cjx_1 ._dropdown_a3cjx_8 ._toggle-button_a3cjx_47>span{color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:700}._header_a3cjx_1 ._dropdown_a3cjx_8 ._toggle-button_a3cjx_47:hover>span{color:var(-rp-ui-base-topaz-hover)}.react-datepicker__aria-live{display:none}._calendar_1jr94_5{box-sizing:border-box;background-color:var(--rp-ui-base-bg-000);width:344px;padding:30px 32px 32px;border-radius:8px;box-shadow:0 8px 40px var(--rp-ui-base-dark-bg-light);border:none;margin-top:4px}._calendar_1jr94_5 .react-datepicker__month-container{width:100%;height:100%;float:none;display:flex;flex-direction:column;justify-content:center;align-items:center}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__header.react-datepicker__header--custom{width:100%;background-color:var(--rp-ui-base-bg-000);border-bottom:none;padding:0}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__header.react-datepicker__header--custom .react-datepicker__day-names{display:flex;height:40px;justify-content:space-between;font-family:var(--rp-ui-base-font-family);font-weight:700;font-size:13px;line-height:20px;color:var(--rp-ui-base-dark-e-500);vertical-align:middle}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__header.react-datepicker__header--custom .react-datepicker__day-names .react-datepicker__day-name{width:40px;text-align:center}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month{display:flex;flex-direction:column;width:100%;height:100%;row-gap:8px}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__week{height:32px;display:flex;align-items:center;justify-content:space-between;font-family:var(--rp-ui-base-font-family);color:var(--rp-ui-base-dark-e-500);font-size:13px;line-height:20px}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--range-end:first-child:before{display:none}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day{cursor:pointer}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--selecting-range-end,.react-datepicker__day--selecting-range-start,.react-datepicker__day--range-start,.react-datepicker__day--range-end){background-color:var(--rp-ui-base-bg-200);height:32px;line-height:32px;position:relative}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day.react-datepicker__day--selected{position:relative;border-radius:50%;background-color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:700;color:var(--rp-ui-base-bg-000)}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day--disabled{cursor:default}._calendar_1jr94_5 .react-datepicker__month-container .react-datepicker__month .react-datepicker__day--disabled:hover{border:none!important;line-height:40px!important}._calendar_1jr94_5 ._current-date_1jr94_89,._calendar_1jr94_5 ._date_1jr94_90{width:40px;margin:0;box-sizing:border-box;height:40px;line-height:40px}._calendar_1jr94_5 ._current-date_1jr94_89:focus-visible,._calendar_1jr94_5 ._date_1jr94_90:focus-visible{outline:none}._calendar_1jr94_5 ._date_1jr94_90{background-color:transparent;border-radius:unset;color:inherit;text-align:center}._calendar_1jr94_5 ._current-date_1jr94_89,._calendar_1jr94_5 ._current-date_1jr94_89:hover{position:relative;z-index:3;font-family:var(--rp-ui-base-font-family);font-weight:700;border-radius:50%;border:1px solid var(--rp-ui-base-topaz);background-color:var(--rp-ui-base-topaz);line-height:38px;color:var(--rp-ui-base-bg-000)}._calendar_1jr94_5 ._date_1jr94_90:hover:not(._current-date_1jr94_89):not(._selected-range_1jr94_119):not(._end-date_1jr94_119){border-radius:50%;border:1px solid var(--rp-ui-base-topaz);background-color:transparent;line-height:38px;color:inherit}._calendar_1jr94_5 ._end-date_1jr94_119{position:relative;border-radius:50%;background-color:var(--rp-ui-base-topaz);font-family:var(--rp-ui-base-font-family);font-weight:700;color:var(--rp-ui-base-bg-000)}._calendar_1jr94_5 ._end-date_1jr94_119:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:10px solid var(--rp-ui-base-topaz);border-radius:50%;display:block;z-index:2;box-sizing:border-box}._calendar_1jr94_5 ._end-date_1jr94_119:before{position:absolute;content:"";height:32px;background-color:var(--rp-ui-base-bg-200);width:16px;left:-9px;z-index:1;top:4px}._calendar_1jr94_5 ._selected-range_1jr94_119{background-color:var(--rp-ui-base-bg-200);border-radius:8px;height:32px;line-height:32px;position:relative}._calendar_1jr94_5 ._selected-range_1jr94_119:hover{height:40px;line-height:40px;border-radius:50%;background:var(--rp-ui-base-bg-200)}._calendar_1jr94_5 ._selected-range_1jr94_119:hover:after{display:block}._calendar_1jr94_5 ._selected-range_1jr94_119:hover:not(:first-child):before{top:4px}._calendar_1jr94_5 ._selected-range_1jr94_119:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:1px solid var(--rp-ui-base-topaz);border-radius:50%;display:none;z-index:2;box-sizing:border-box}._calendar_1jr94_5 ._selected-range_1jr94_119:not(:first-child):before{position:absolute;content:"";height:32px;background-color:var(--rp-ui-base-bg-200);width:16px;top:0;left:-9px;z-index:1}._calendar_1jr94_5 ._disabled_1jr94_202{color:var(--rp-ui-base-e-400);background-color:transparent}._calendar_1jr94_5 ._disabled_1jr94_202:focus-visible{outline:none}._popper_1jr94_210{z-index:10}._input_1jr94_214{width:100%;min-width:138px}._item-counter_4g6do_1{display:inline-block;width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector_183l8_1{display:flex;flex-direction:column}._size-option_183l8_6{width:88px;padding:8px 0;outline:none;border:none;background:none;cursor:pointer;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;text-align:left;color:var(--rp-ui-base-almost-black)}._size-option_183l8_6:first-child{padding-top:0}._size-option_183l8_6:last-child{padding-bottom:0}._size-option_183l8_6:hover{color:var(--rp-ui-base-topaz-hover)}._size-option_183l8_6:active{color:var(--rp-ui-base-topaz-pressed)}._size-option_183l8_6._selected_183l8_32{color:var(--rp-ui-base-topaz)}._page-size-control_gnurh_1{display:flex;justify-content:flex-end;width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector-button_gnurh_10{margin-right:4px;font-weight:700;font-size:11px;line-height:16px}._page-selector_rtho4_1{display:flex;gap:8px}._field-wrapper_rtho4_6,._apply-button_rtho4_10{width:90px}._active-page_14j0y_1{display:inline-block;width:124px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}._page-selector_14j0y_10{text-align:left}._page-selector-button_14j0y_14{margin-left:4px;font-weight:700;font-size:11px;line-height:16px}._bar_dfnmf_1{width:260px;height:8px;margin:4px 0;border-radius:3px;background-color:var(--rp-ui-base-e-100)}._section-with-tooltip_dfnmf_9{display:inline-block;height:16px}._section-with-tooltip_dfnmf_9:hover ._section_dfnmf_9{background-color:var(--rp-ui-base-topaz-hover)}._section-with-tooltip_dfnmf_9:active ._section_dfnmf_9{background-color:var(--rp-ui-base-topaz-pressed)}._section-with-tooltip_dfnmf_9:first-child ._section_dfnmf_9{border-radius:3px 0 0 3px}._section-with-tooltip_dfnmf_9:last-child ._section_dfnmf_9{border-radius:0 3px 3px 0}._section_dfnmf_9{position:relative;top:4px;height:8px;background-color:transparent;margin:4px 0}._section_dfnmf_9._selected_dfnmf_33{background-color:var(--rp-ui-base-topaz)}._tooltip-wrapper_dfnmf_37{width:inherit;height:16px}._tooltip_dfnmf_37{font-family:var(--rp-ui-base-font-family);font-size:11px;line-height:16px;text-align:center}._tooltip_dfnmf_37 ._tooltip-text_dfnmf_48{font-weight:400;padding-bottom:8px}._tooltip_dfnmf_37 ._page-number_dfnmf_52{font-weight:700}._section-with-tooltip_dfnmf_9,._tooltip-wrapper_dfnmf_37{position:relative;top:-4px}._page-navigator_1p2t5_1{display:flex;gap:16px}._page-buttons_1p2t5_6{display:inline-flex;gap:16px}._page-button_1p2t5_6{display:inline-flex;justify-content:center;align-items:center;width:16px;height:16px}._page-button_1p2t5_6._next_1p2t5_18{transform:rotateY(180deg)}._page-controls_thyf8_1{display:flex;flex-direction:row;align-items:center;gap:24px}._total-pages_thyf8_8{display:inline-block;width:124px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}._pagination_uykxy_1{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:24px 0;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:11px;line-height:16px;color:var(--rp-ui-base-almost-black)}._modal-content_17fct_1{width:calc(100% - 34px);font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-color-text);white-space:pre-line;word-break:break-word;padding:0 0 16px}._buttons-block_1dgm4_1{white-space:nowrap}._button-container_1dgm4_5{display:inline-block;min-width:70px;margin-right:10px}._button-container_1dgm4_5:last-child{margin-right:0}._modal-footer_1dgm4_14{position:relative;display:flex;justify-content:flex-end;width:100%;margin-top:16px}._modal-footer_1dgm4_14._with-extra-node_1dgm4_21{justify-content:space-between}._size-small_1dgm4_25{flex-direction:column;align-items:stretch}._size-small_1dgm4_25 ._buttons-block_1dgm4_1{display:flex;flex-direction:column;align-items:stretch}._size-small_1dgm4_25 ._button-container_1dgm4_5{margin:0 0 10px}._size-small_1dgm4_25 ._button-container_1dgm4_5:last-child{margin-bottom:0}._modal-header_68lru_1{position:relative;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:20px;line-height:31px;color:var(--rp-ui-color-text);padding-bottom:24px}._modal-header_68lru_1._width-description_68lru_10{padding-bottom:8px}._modal-header-content_68lru_14{width:100%;padding-right:30px;box-sizing:border-box}._modal-title_68lru_20{font-family:var(--rp-ui-base-font-family-heading);flex-grow:1;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._close-modal-icon_68lru_29{position:absolute;top:6px;right:0;line-height:normal;cursor:pointer}._modal_sp7xo_1{position:absolute;top:0;left:0;display:block;width:100%;height:100%;text-align:center}._overlay-default_sp7xo_11{background-color:var(--rp-ui-base-overlay)}._overlay-light-cyan_sp7xo_15{background-color:var(--rp-ui-base-overlay-light-cyan)}._scrolling-content_sp7xo_19{position:fixed;width:100%;height:100%}._modal-window_sp7xo_25{position:absolute;left:50%;transform:translate(-50%);display:inline-block;margin-bottom:10px;padding:32px 40px;box-sizing:border-box;background-color:var(--rp-ui-base-bg-100);text-align:left;border-radius:16px;box-shadow:var(--rp-ui-base-shadow-secondary);opacity:1;outline:none;max-height:90%}._description_sp7xo_42{display:inline-block;width:100%;padding-bottom:24px;font-family:var(--rp-ui-base-font-family);font-weight:400;font-size:13px;line-height:20px;color:var(--rp-ui-base-almost-black)}._size-default_sp7xo_53{width:480px}@media (max-width: 480px){._size-default_sp7xo_53{right:10px;left:10px;transform:none;width:auto}}._size-small_sp7xo_65{width:320px}@media (max-width: 320px){._size-small_sp7xo_65{right:10px;left:10px;transform:none;width:auto}}._size-large_sp7xo_77{width:720px}@media (max-width: 720px){._size-large_sp7xo_77{right:10px;left:10px;transform:none;width:auto}}._tooltip-wrapper_7bl3z_1{display:block;width:fit-content;height:fit-content;cursor:pointer}._tooltip_7bl3z_1{transition:opacity .3s ease;margin:4px}._tooltip_7bl3z_1[data-placement*=bottom]{padding-top:9px;z-index:2}._tooltip_7bl3z_1[data-placement*=top]{padding-bottom:9px}._tooltip_7bl3z_1[data-placement*=left]{padding-right:9px}._tooltip_7bl3z_1[data-placement*=right]{padding-left:9px}._tooltip-content_7bl3z_26{padding:16px;border-radius:8px;background-color:var(--rp-ui-base-almost-black-slight-light);font-family:var(--rp-ui-base-font-family);font-weight:500;font-size:11px;line-height:16px;color:var(--rp-ui-base-bg-000);word-wrap:break-word;white-space:pre-wrap}._tooltip-arrow_7bl3z_39{position:absolute}._tooltip-arrow_7bl3z_39:before,._tooltip-arrow_7bl3z_39:after{content:"";margin:auto;display:block;width:0;height:0;border-style:solid}._tooltip-arrow_7bl3z_39:after{position:absolute}._tooltip-arrow_7bl3z_39[data-placement*=bottom]{top:0;width:18px;height:9px}._tooltip-arrow_7bl3z_39[data-placement*=bottom]:before,._tooltip-arrow_7bl3z_39[data-placement*=bottom]:after{border-width:0 9px 9px}._tooltip-arrow_7bl3z_39[data-placement*=bottom]:before{border-color:transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=bottom]:after{top:0;border-color:transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=top]{bottom:0;width:18px;height:9px}._tooltip-arrow_7bl3z_39[data-placement*=top]:before,._tooltip-arrow_7bl3z_39[data-placement*=top]:after{border-width:9px 9px 0}._tooltip-arrow_7bl3z_39[data-placement*=top]:before{border-color:var(--rp-ui-base-almost-black-light) transparent transparent}._tooltip-arrow_7bl3z_39[data-placement*=top]:after{bottom:0;border-color:var(--rp-ui-base-almost-black-light) transparent transparent}._tooltip-arrow_7bl3z_39[data-placement*=left]{right:0;width:9px;height:18px}._tooltip-arrow_7bl3z_39[data-placement*=left]:before,._tooltip-arrow_7bl3z_39[data-placement*=left]:after{border-width:9px 0 9px 9px}._tooltip-arrow_7bl3z_39[data-placement*=left]:before{border-color:transparent transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=left]:after{top:0;right:0;border-color:transparent transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_7bl3z_39[data-placement*=right]{left:0;width:9px;height:18px}._tooltip-arrow_7bl3z_39[data-placement*=right]:before,._tooltip-arrow_7bl3z_39[data-placement*=right]:after{border-width:9px 9px 9px 0}._tooltip-arrow_7bl3z_39[data-placement*=right]:before{border-color:transparent var(--rp-ui-base-almost-black-light) transparent transparent}._tooltip-arrow_7bl3z_39[data-placement*=right]:after{top:0;left:0;border-color:transparent var(--rp-ui-base-almost-black-light) transparent transparent}._popover-wrapper_16ogt_1{display:inline-block;width:fit-content;height:fit-content;cursor:pointer}._popover_16ogt_1{display:block;position:absolute;z-index:10;font-family:var(--rp-ui-base-font-family);font-size:11px;line-height:16px;background-color:var(--rp-ui-color-bg);border-radius:8px;box-shadow:var(--rp-ui-base-shadow-secondary);padding:16px;min-height:52px;min-width:120px;max-width:fit-content;box-sizing:border-box;outline:0;width:max-content;color:var(--rp-ui-color-text)}._title_16ogt_28{font-family:var(--rp-ui-base-font-family-heading);font-weight:700;font-size:13px;line-height:20px;margin-bottom:8px}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { c as f } from "./bind-06a7ff84.js";
|
|
3
|
+
import { useRef as b } from "react";
|
|
4
|
+
import { K as d } from "./keyCodes-f63c0e11.js";
|
|
5
|
+
const k = "_toggle_9h25s_1", x = "_slider_9h25s_27", y = "_round_9h25s_47", E = "_input_9h25s_51", D = "_disabled_9h25s_64", K = {
|
|
6
|
+
toggle: k,
|
|
7
|
+
"children-container": "_children-container_9h25s_14",
|
|
8
|
+
slider: x,
|
|
9
|
+
round: y,
|
|
10
|
+
input: E,
|
|
11
|
+
disabled: D
|
|
12
|
+
}, e = f.bind(K), j = ({
|
|
13
|
+
children: r,
|
|
14
|
+
value: c,
|
|
15
|
+
onChange: _,
|
|
16
|
+
className: u,
|
|
17
|
+
disabled: s = !1,
|
|
18
|
+
title: p,
|
|
19
|
+
...g
|
|
20
|
+
}) => {
|
|
21
|
+
const n = b(null), h = (o) => {
|
|
22
|
+
var i, a;
|
|
23
|
+
const { keyCode: l } = o;
|
|
24
|
+
if (l === d.SPACE_KEY_CODE) {
|
|
25
|
+
o.preventDefault(), (i = n.current) == null || i.click();
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
l === d.ENTER_KEY_CODE && (o.preventDefault(), (a = n.current) == null || a.click());
|
|
29
|
+
};
|
|
30
|
+
return /* @__PURE__ */ m(
|
|
31
|
+
"label",
|
|
32
|
+
{
|
|
33
|
+
id: "rp-ui-kit-toggle-label",
|
|
34
|
+
title: p,
|
|
35
|
+
className: e("toggle", u, { disabled: s }),
|
|
36
|
+
children: [
|
|
37
|
+
/* @__PURE__ */ t(
|
|
38
|
+
"input",
|
|
39
|
+
{
|
|
40
|
+
ref: n,
|
|
41
|
+
tabIndex: s ? -1 : 0,
|
|
42
|
+
onChange: _,
|
|
43
|
+
checked: c,
|
|
44
|
+
disabled: s,
|
|
45
|
+
onKeyDown: h,
|
|
46
|
+
className: e("input"),
|
|
47
|
+
type: "checkbox",
|
|
48
|
+
...g
|
|
49
|
+
}
|
|
50
|
+
),
|
|
51
|
+
/* @__PURE__ */ t(
|
|
52
|
+
"div",
|
|
53
|
+
{
|
|
54
|
+
"aria-labelledby": "rp-ui-kit-toggle-label",
|
|
55
|
+
role: "checkbox",
|
|
56
|
+
"aria-checked": c,
|
|
57
|
+
className: e("slider", "round")
|
|
58
|
+
}
|
|
59
|
+
),
|
|
60
|
+
r && /* @__PURE__ */ t("span", { className: e("children-container"), children: r })
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
);
|
|
64
|
+
};
|
|
65
|
+
export {
|
|
66
|
+
j as T
|
|
67
|
+
};
|
package/dist/toggle.js
CHANGED
package/package.json
CHANGED
|
@@ -1,212 +0,0 @@
|
|
|
1
|
-
import { jsx as a, jsxs as L } from "react/jsx-runtime";
|
|
2
|
-
import * as R from "react";
|
|
3
|
-
import { forwardRef as F, useState as Y, useRef as B } from "react";
|
|
4
|
-
import { c as A } from "./bind-06a7ff84.js";
|
|
5
|
-
import { useFloating as ee, offset as te, flip as ne } from "@floating-ui/react-dom";
|
|
6
|
-
import { useSelect as x } from "downshift";
|
|
7
|
-
import { Scrollbars as de } from "rc-scrollbars";
|
|
8
|
-
import { u as oe } from "./useOnClickOutside-c332f7d3.js";
|
|
9
|
-
import { K as f } from "./keyCodes-f63c0e11.js";
|
|
10
|
-
import { B as se } from "./baseIconButton-7bc53dec.js";
|
|
11
|
-
const ae = (t) => /* @__PURE__ */ R.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ R.createElement("path", { d: "M14.2174 5.82426C14.3736 5.66805 14.3736 5.41479 14.2174 5.25858L14.0759 5.11716C13.9197 4.96095 13.6665 4.96095 13.5103 5.11716L8.16726 10.4602L2.82426 5.11716C2.66805 4.96095 2.41479 4.96095 2.25858 5.11716L2.11716 5.25858C1.96095 5.41479 1.96095 5.66805 2.11716 5.82426L7.89176 11.5989C8.04797 11.7551 8.30124 11.7551 8.45745 11.5989L8.88171 11.1746L8.87436 11.1673L14.2174 5.82426Z", fill: "#A2AAB5" })), re = "_disabled_nx3fh_13", ie = "_hidden_nx3fh_17", le = "_selected_nx3fh_23", ce = "_hover_nx3fh_26", _e = {
|
|
12
|
-
"dropdown-option": "_dropdown-option_nx3fh_1",
|
|
13
|
-
disabled: re,
|
|
14
|
-
hidden: ie,
|
|
15
|
-
selected: le,
|
|
16
|
-
hover: ce,
|
|
17
|
-
"single-option": "_single-option_nx3fh_39",
|
|
18
|
-
"sub-option": "_sub-option_nx3fh_45"
|
|
19
|
-
}, P = A.bind(_e), he = F(
|
|
20
|
-
(t, n) => {
|
|
21
|
-
const {
|
|
22
|
-
option: { value: s, disabled: l, hidden: O, label: r, title: d, groupRef: E },
|
|
23
|
-
selected: D,
|
|
24
|
-
onChange: p,
|
|
25
|
-
render: g,
|
|
26
|
-
highlightHovered: b,
|
|
27
|
-
onMouseEnter: w
|
|
28
|
-
} = t, N = () => {
|
|
29
|
-
p && p(s);
|
|
30
|
-
};
|
|
31
|
-
return /* @__PURE__ */ a(
|
|
32
|
-
"div",
|
|
33
|
-
{
|
|
34
|
-
className: P("dropdown-option", {
|
|
35
|
-
selected: D,
|
|
36
|
-
disabled: l,
|
|
37
|
-
hidden: O,
|
|
38
|
-
hover: b
|
|
39
|
-
}),
|
|
40
|
-
title: l && d || void 0,
|
|
41
|
-
onClick: N,
|
|
42
|
-
ref: n,
|
|
43
|
-
onMouseEnter: w,
|
|
44
|
-
children: /* @__PURE__ */ a("div", { className: P("single-option", { "sub-option": !!E }), children: g ? g(t) : r })
|
|
45
|
-
}
|
|
46
|
-
);
|
|
47
|
-
}
|
|
48
|
-
), fe = [
|
|
49
|
-
f.ENTER_KEY_CODE,
|
|
50
|
-
f.SPACE_KEY_CODE,
|
|
51
|
-
f.ARROW_DOWN_KEY_CODE
|
|
52
|
-
], ge = [f.ESCAPE_KEY_CODE, f.TAB_KEY_CODE];
|
|
53
|
-
var h = /* @__PURE__ */ ((t) => (t.ON_KEY_DOWN = "onKeyDown", t.ON_CLICK = "onClick", t))(h || {});
|
|
54
|
-
const pe = (t, n) => t.map(({ value: s }) => s).indexOf(n), we = (t, n) => (t % n + n) % n, K = (t, n = 0, s = 1) => {
|
|
55
|
-
if (!t[n].disabled)
|
|
56
|
-
return n;
|
|
57
|
-
const l = t.length;
|
|
58
|
-
return K(
|
|
59
|
-
t,
|
|
60
|
-
we(n + s, l),
|
|
61
|
-
s
|
|
62
|
-
);
|
|
63
|
-
}, me = (t, n) => K(t, n), ue = (t, n) => K(t, n, -1), Ce = "_container_3wi7d_1", Oe = "_icon_3wi7d_7", Ee = "_arrow_3wi7d_13", De = "_dropdown_3wi7d_19", be = "_disabled_3wi7d_36", Ne = "_value_3wi7d_43", xe = "_error_3wi7d_46", Ke = "_touched_3wi7d_46", ve = "_opened_3wi7d_50", ye = "_placeholder_3wi7d_72", Ie = "_ghost_3wi7d_108", ke = {
|
|
64
|
-
container: Ce,
|
|
65
|
-
icon: Oe,
|
|
66
|
-
arrow: Ee,
|
|
67
|
-
dropdown: De,
|
|
68
|
-
"transparent-background": "_transparent-background_3wi7d_33",
|
|
69
|
-
disabled: be,
|
|
70
|
-
value: Ne,
|
|
71
|
-
error: xe,
|
|
72
|
-
touched: Ke,
|
|
73
|
-
opened: ve,
|
|
74
|
-
placeholder: ye,
|
|
75
|
-
"mobile-disabled": "_mobile-disabled_3wi7d_87",
|
|
76
|
-
"select-list": "_select-list_3wi7d_92",
|
|
77
|
-
ghost: Ie
|
|
78
|
-
}, _ = A.bind(ke), $e = ({
|
|
79
|
-
value: t = "",
|
|
80
|
-
options: n = [],
|
|
81
|
-
disabled: s = !1,
|
|
82
|
-
error: l,
|
|
83
|
-
onChange: O,
|
|
84
|
-
onFocus: r,
|
|
85
|
-
onBlur: d,
|
|
86
|
-
mobileDisabled: E,
|
|
87
|
-
title: D,
|
|
88
|
-
touched: p = !1,
|
|
89
|
-
icon: g,
|
|
90
|
-
variant: b,
|
|
91
|
-
placeholder: w = "",
|
|
92
|
-
renderOption: N,
|
|
93
|
-
transparentBackground: T = !1,
|
|
94
|
-
className: W,
|
|
95
|
-
toggleButtonClassName: H
|
|
96
|
-
}) => {
|
|
97
|
-
const [i, c] = Y(!1), v = B(null), [M, m] = Y(null), { refs: y, floatingStyles: $ } = ee({
|
|
98
|
-
middleware: [
|
|
99
|
-
te(5),
|
|
100
|
-
ne({
|
|
101
|
-
fallbackPlacements: ["bottom", "top"]
|
|
102
|
-
})
|
|
103
|
-
]
|
|
104
|
-
});
|
|
105
|
-
oe(v, () => {
|
|
106
|
-
i && (c(!1), d == null || d());
|
|
107
|
-
});
|
|
108
|
-
const I = (e) => {
|
|
109
|
-
e.disabled || (O(e.value), c((o) => !o));
|
|
110
|
-
}, j = () => n.find(({ value: e }) => e === t), k = pe(n, t), {
|
|
111
|
-
getToggleButtonProps: V,
|
|
112
|
-
getMenuProps: U,
|
|
113
|
-
getItemProps: Z,
|
|
114
|
-
setHighlightedIndex: u,
|
|
115
|
-
highlightedIndex: S,
|
|
116
|
-
selectedItem: C
|
|
117
|
-
} = x({
|
|
118
|
-
items: n,
|
|
119
|
-
itemToString: (e) => (e != null && e.label ? String(e.label) : w) || "",
|
|
120
|
-
selectedItem: j(),
|
|
121
|
-
isOpen: i,
|
|
122
|
-
circularNavigation: !0,
|
|
123
|
-
defaultHighlightedIndex: k,
|
|
124
|
-
onHighlightedIndexChange: (e) => {
|
|
125
|
-
switch (e.type) {
|
|
126
|
-
case x.stateChangeTypes.MenuKeyDownArrowUp:
|
|
127
|
-
return m(h.ON_KEY_DOWN), u(ue(n, e.highlightedIndex)), e;
|
|
128
|
-
case x.stateChangeTypes.MenuKeyDownArrowDown:
|
|
129
|
-
return m(h.ON_KEY_DOWN), u(me(n, e.highlightedIndex)), e;
|
|
130
|
-
default:
|
|
131
|
-
return e;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}), q = () => {
|
|
135
|
-
s || (c((e) => !e), i ? d == null || d() : r == null || r(), m(h.ON_CLICK));
|
|
136
|
-
}, z = () => {
|
|
137
|
-
if (!t && t !== !1 && t !== 0)
|
|
138
|
-
return w;
|
|
139
|
-
let e = t;
|
|
140
|
-
return n.forEach((o) => {
|
|
141
|
-
o.value === t && (e = o.label);
|
|
142
|
-
}), e;
|
|
143
|
-
}, G = (e) => {
|
|
144
|
-
const { keyCode: o } = e;
|
|
145
|
-
fe.includes(o) && !i && (e.preventDefault(), u(k), c(!0), r == null || r(), m(h.ON_KEY_DOWN));
|
|
146
|
-
}, J = (e) => {
|
|
147
|
-
const { keyCode: o } = e;
|
|
148
|
-
if (o === f.ENTER_KEY_CODE) {
|
|
149
|
-
const X = n[S];
|
|
150
|
-
I(X), c(!1), d == null || d();
|
|
151
|
-
return;
|
|
152
|
-
}
|
|
153
|
-
ge.includes(o) && (e.stopPropagation(), c(!1), d == null || d());
|
|
154
|
-
}, Q = () => n.map((e, o) => /* @__PURE__ */ a(
|
|
155
|
-
he,
|
|
156
|
-
{
|
|
157
|
-
...Z({
|
|
158
|
-
item: e,
|
|
159
|
-
index: o
|
|
160
|
-
}),
|
|
161
|
-
selected: e.value === ((C == null ? void 0 : C.value) ?? C),
|
|
162
|
-
option: e,
|
|
163
|
-
highlightHovered: S === o && M !== h.ON_CLICK,
|
|
164
|
-
render: N,
|
|
165
|
-
onChange: e.disabled ? null : () => I(e),
|
|
166
|
-
onMouseEnter: () => u(o)
|
|
167
|
-
},
|
|
168
|
-
e.value
|
|
169
|
-
));
|
|
170
|
-
return /* @__PURE__ */ L("div", { ref: v, className: _("container", W), title: D, children: [
|
|
171
|
-
/* @__PURE__ */ L(
|
|
172
|
-
"button",
|
|
173
|
-
{
|
|
174
|
-
disabled: s,
|
|
175
|
-
...V({
|
|
176
|
-
className: _("dropdown", b, H, {
|
|
177
|
-
"transparent-background": T,
|
|
178
|
-
opened: i,
|
|
179
|
-
disabled: s,
|
|
180
|
-
error: l,
|
|
181
|
-
touched: p,
|
|
182
|
-
"mobile-disabled": E
|
|
183
|
-
}),
|
|
184
|
-
onClick: q,
|
|
185
|
-
onKeyDown: G,
|
|
186
|
-
ref: y.setReference
|
|
187
|
-
}),
|
|
188
|
-
children: [
|
|
189
|
-
g && /* @__PURE__ */ a("span", { className: _("icon"), children: g }),
|
|
190
|
-
/* @__PURE__ */ a("span", { className: _("value", { placeholder: !t }), children: z() }),
|
|
191
|
-
/* @__PURE__ */ a(se, { className: _("arrow"), tabIndex: -1, children: /* @__PURE__ */ a(ae, {}) })
|
|
192
|
-
]
|
|
193
|
-
}
|
|
194
|
-
),
|
|
195
|
-
i && /* @__PURE__ */ a(
|
|
196
|
-
"div",
|
|
197
|
-
{
|
|
198
|
-
style: $,
|
|
199
|
-
className: _("select-list", { opened: i }),
|
|
200
|
-
...U({
|
|
201
|
-
onKeyDown: J,
|
|
202
|
-
ref: y.setFloating
|
|
203
|
-
}),
|
|
204
|
-
children: /* @__PURE__ */ a(de, { autoHeight: !0, autoHeightMax: 216, hideTracksWhenNotNeeded: !0, children: Q() })
|
|
205
|
-
}
|
|
206
|
-
)
|
|
207
|
-
] });
|
|
208
|
-
};
|
|
209
|
-
export {
|
|
210
|
-
$e as D,
|
|
211
|
-
ae as S
|
|
212
|
-
};
|
package/dist/toggle-707ecb74.js
DELETED
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { jsxs as f, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as b } from "./bind-06a7ff84.js";
|
|
3
|
-
import { useRef as k } from "react";
|
|
4
|
-
import { K as d } from "./keyCodes-f63c0e11.js";
|
|
5
|
-
const h = "_toggle_p1gaq_1", x = "_slider_p1gaq_26", y = "_round_p1gaq_46", E = "_input_p1gaq_50", q = "_disabled_p1gaq_63", D = {
|
|
6
|
-
toggle: h,
|
|
7
|
-
"children-container": "_children-container_p1gaq_13",
|
|
8
|
-
slider: x,
|
|
9
|
-
round: y,
|
|
10
|
-
input: E,
|
|
11
|
-
disabled: q
|
|
12
|
-
}, e = b.bind(D), T = ({
|
|
13
|
-
children: s,
|
|
14
|
-
value: c,
|
|
15
|
-
onChange: p,
|
|
16
|
-
className: _,
|
|
17
|
-
disabled: n = !1,
|
|
18
|
-
title: g,
|
|
19
|
-
...u
|
|
20
|
-
}) => {
|
|
21
|
-
const o = k(null), m = (t) => {
|
|
22
|
-
var a, i;
|
|
23
|
-
const { keyCode: l } = t;
|
|
24
|
-
if (l === d.SPACE_KEY_CODE) {
|
|
25
|
-
t.preventDefault(), (a = o.current) == null || a.click();
|
|
26
|
-
return;
|
|
27
|
-
}
|
|
28
|
-
l === d.ENTER_KEY_CODE && (t.preventDefault(), (i = o.current) == null || i.click());
|
|
29
|
-
};
|
|
30
|
-
return /* @__PURE__ */ f(
|
|
31
|
-
"label",
|
|
32
|
-
{
|
|
33
|
-
id: "rp-ui-kit-toggle-label",
|
|
34
|
-
title: g,
|
|
35
|
-
className: e("toggle", _, { disabled: n }),
|
|
36
|
-
children: [
|
|
37
|
-
/* @__PURE__ */ r(
|
|
38
|
-
"input",
|
|
39
|
-
{
|
|
40
|
-
ref: o,
|
|
41
|
-
tabIndex: n ? -1 : 0,
|
|
42
|
-
onChange: p,
|
|
43
|
-
checked: c,
|
|
44
|
-
disabled: n,
|
|
45
|
-
onKeyDown: m,
|
|
46
|
-
className: e("input"),
|
|
47
|
-
type: "checkbox",
|
|
48
|
-
...u
|
|
49
|
-
}
|
|
50
|
-
),
|
|
51
|
-
/* @__PURE__ */ r(
|
|
52
|
-
"div",
|
|
53
|
-
{
|
|
54
|
-
"aria-labelledby": "rp-ui-kit-toggle-label",
|
|
55
|
-
role: "checkbox",
|
|
56
|
-
"aria-checked": c,
|
|
57
|
-
className: e("slider", "round")
|
|
58
|
-
}
|
|
59
|
-
),
|
|
60
|
-
s && /* @__PURE__ */ r("span", { className: e("children-container"), children: s })
|
|
61
|
-
]
|
|
62
|
-
}
|
|
63
|
-
);
|
|
64
|
-
};
|
|
65
|
-
export {
|
|
66
|
-
T
|
|
67
|
-
};
|