@reportportal/ui-kit 0.0.1-alpha.27 → 0.0.1-alpha.29

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.
@@ -0,0 +1,62 @@
1
+ import { jsxs as p, jsx as b } from "react/jsx-runtime";
2
+ import { forwardRef as h } from "react";
3
+ import { c as l } from "./bind-06a7ff84.js";
4
+ const u = "_button_5qews_1", x = "_primary_5qews_19", f = "_disabled_5qews_24", g = "_ghost_5qews_39", y = "_danger_5qews_60", N = "_text_5qews_80", B = "_icon_5qews_126", $ = {
5
+ button: u,
6
+ primary: x,
7
+ disabled: f,
8
+ ghost: g,
9
+ danger: y,
10
+ text: N,
11
+ "width-wide-content": "_width-wide-content_5qews_116",
12
+ "width-parent": "_width-parent_5qews_121",
13
+ icon: B,
14
+ "icon-start": "_icon-start_5qews_132",
15
+ "icon-end": "_icon-end_5qews_136"
16
+ }, e = l.bind($), v = h(
17
+ ({
18
+ variant: _ = "primary",
19
+ icon: t,
20
+ iconPlace: s = "start",
21
+ adjustWidthOn: n = "content",
22
+ type: r = "button",
23
+ children: c,
24
+ disabled: o = !1,
25
+ onClick: i,
26
+ title: a,
27
+ className: w,
28
+ ...d
29
+ }, m) => {
30
+ const q = e("button", _, w, {
31
+ disabled: o,
32
+ [`width-${n}`]: n
33
+ });
34
+ return /* @__PURE__ */ p(
35
+ "button",
36
+ {
37
+ ref: m,
38
+ type: r,
39
+ disabled: o,
40
+ className: q,
41
+ onClick: i,
42
+ title: a,
43
+ ...d,
44
+ children: [
45
+ t && /* @__PURE__ */ b(
46
+ "i",
47
+ {
48
+ className: e("icon", {
49
+ [`icon-${s}`]: s
50
+ }),
51
+ children: t
52
+ }
53
+ ),
54
+ c
55
+ ]
56
+ }
57
+ );
58
+ }
59
+ );
60
+ export {
61
+ v as B
62
+ };
package/dist/button.js CHANGED
@@ -1,4 +1,4 @@
1
- import { B as o } from "./button-087f2ed4.js";
1
+ import { B as o } from "./button-33c88abf.js";
2
2
  import "react/jsx-runtime";
3
3
  import "react";
4
4
  import "./bind-06a7ff84.js";
@@ -1,5 +1,5 @@
1
1
  import { FC, ReactNode } from 'react';
2
- import { Placement } from '@floating-ui/react-dom';
2
+ import { Placement } from '@floating-ui/react';
3
3
  interface TooltipProps {
4
4
  content: ReactNode;
5
5
  children: ReactNode;
@@ -7,8 +7,12 @@ interface TooltipProps {
7
7
  contentClassName?: string;
8
8
  dynamicWidth?: boolean;
9
9
  width?: number;
10
+ minWidth?: number;
10
11
  placement?: Placement;
11
12
  dataAutomationId?: string;
13
+ arrowColor?: string;
14
+ safeZone?: number;
15
+ zIndex?: number;
12
16
  }
13
17
  export declare const Tooltip: FC<TooltipProps>;
14
18
  export {};
@@ -0,0 +1,127 @@
1
+ import { jsxs as w, jsx as l } from "react/jsx-runtime";
2
+ import * as u from "react";
3
+ import { useRef as A, useMemo as B } from "react";
4
+ import { c as T } from "./bind-06a7ff84.js";
5
+ import { K as e } from "./keyCodes-f63c0e11.js";
6
+ import { B as O } from "./baseIconButton-b6adc843.js";
7
+ const W = (n) => /* @__PURE__ */ u.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "#C1C7D0", xmlns: "http://www.w3.org/2000/svg", ...n }, /* @__PURE__ */ u.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00117 2.62046C7.63142 2.6189 7.33294 2.91738 7.3345 3.28712L7.35159 7.35159L3.28712 7.3345C2.91738 7.33295 2.6189 7.63142 2.62045 8.00117C2.62201 8.37091 2.92301 8.67191 3.29275 8.67346L7.35722 8.69056L7.37391 12.6599C7.37547 13.0296 7.67647 13.3306 8.04621 13.3322C8.41596 13.3337 8.71443 13.0352 8.71288 12.6655L8.69619 8.69619L12.6655 8.71288C13.0352 8.71444 13.3337 8.41596 13.3322 8.04621C13.3306 7.67647 13.0296 7.37547 12.6599 7.37392L8.69056 7.35722L8.67346 3.29275C8.67191 2.92301 8.37091 2.62201 8.00117 2.62046Z" })), v = (n) => /* @__PURE__ */ u.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "#C1C7D0", xmlns: "http://www.w3.org/2000/svg", ...n }, /* @__PURE__ */ u.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.31082 7.31081C2.94108 7.30926 2.6426 7.60773 2.64415 7.97748C2.64571 8.34722 2.9467 8.64822 3.31645 8.64977L12.6892 8.68919C13.0589 8.69074 13.3574 8.39227 13.3559 8.02252C13.3543 7.65278 13.0533 7.35178 12.6836 7.35023L3.31082 7.31081Z" })), y = 5, f = 16, S = [
8
+ e.TAB_KEY_CODE,
9
+ e.BACKSPACE_KEY_CODE,
10
+ e.ARROW_LEFT_KEY_CODE,
11
+ e.ARROW_UP_KEY_CODE,
12
+ e.ARROW_RIGHT_KEY_CODE,
13
+ e.ARROW_DOWN_KEY_CODE,
14
+ e.DELETE_KEY_CODE,
15
+ e.NUM_LOCK_0_KEY_CODE,
16
+ e.NUM_LOCK_1_KEY_CODE,
17
+ e.NUM_LOCK_2_KEY_CODE,
18
+ e.NUM_LOCK_3_KEY_CODE,
19
+ e.NUM_LOCK_4_KEY_CODE,
20
+ e.NUM_LOCK_5_KEY_CODE,
21
+ e.NUM_LOCK_6_KEY_CODE,
22
+ e.NUM_LOCK_7_KEY_CODE,
23
+ e.NUM_LOCK_8_KEY_CODE,
24
+ e.NUM_LOCK_9_KEY_CODE
25
+ ], I = "_disabled_wswgu_6", b = "_label_wswgu_10", k = "_sign_wswgu_21", F = "_error_wswgu_36", H = "_touched_wswgu_36", V = "_filled_wswgu_44", P = "_input_wswgu_26", j = {
26
+ "field-number": "_field-number_wswgu_1",
27
+ disabled: I,
28
+ label: b,
29
+ sign: k,
30
+ "input-container": "_input-container_wswgu_26",
31
+ error: F,
32
+ touched: H,
33
+ filled: V,
34
+ "input-field": "_input-field_wswgu_51",
35
+ input: P
36
+ }, i = T.bind(j), z = ({
37
+ value: n = "",
38
+ placeholder: h = "0",
39
+ disabled: s = !1,
40
+ onChange: o,
41
+ onFocus: d,
42
+ onBlur: G,
43
+ label: K,
44
+ postfix: c = "",
45
+ min: r = 0,
46
+ max: E = Number.MAX_SAFE_INTEGER,
47
+ title: D,
48
+ error: p,
49
+ touched: g = !1,
50
+ ...m
51
+ }) => {
52
+ const C = A(null), L = (_) => {
53
+ let t = _.target.value.replace(/^0(?=\d+|^\d)/g, "");
54
+ if (t === "") {
55
+ o("");
56
+ return;
57
+ }
58
+ t = +t, t >= r && t <= E && o(t);
59
+ }, N = (_) => {
60
+ const { keyCode: t } = _;
61
+ S.includes(t) || (t < e.NUMBER_START_KEY_CODE || t > e.NUMBER_END_KEY_CODE || _.shiftKey) && _.preventDefault();
62
+ }, R = () => {
63
+ const _ = +n - 1;
64
+ _ >= r && _ <= E && o(_);
65
+ }, Y = () => {
66
+ const _ = +n + 1;
67
+ _ >= r && _ <= E && o(_);
68
+ }, a = h + c, M = B(() => {
69
+ let _ = (String(n) || a).length;
70
+ return c && !n && (_ += 1), _ > f ? `${f}ch` : `${_ || y}ch`;
71
+ }, [a, c, n]), U = () => {
72
+ C && C.current && C.current.focus(), d && d();
73
+ };
74
+ return /* @__PURE__ */ w("div", { className: i("field-number", { disabled: s }), children: [
75
+ K && /* @__PURE__ */ l("span", { className: i("label"), children: K }),
76
+ /* @__PURE__ */ w(
77
+ "div",
78
+ {
79
+ className: i("input-container", {
80
+ filled: !!n || n === 0,
81
+ error: p,
82
+ disabled: s,
83
+ touched: g
84
+ }),
85
+ title: D,
86
+ children: [
87
+ /* @__PURE__ */ l(
88
+ O,
89
+ {
90
+ className: i("sign", "minus"),
91
+ disabled: s,
92
+ onClick: R,
93
+ children: /* @__PURE__ */ l(v, {})
94
+ }
95
+ ),
96
+ /* @__PURE__ */ w("span", { className: i("input-field", { disabled: s }), onClick: U, children: [
97
+ /* @__PURE__ */ l(
98
+ "input",
99
+ {
100
+ ref: C,
101
+ className: i("input"),
102
+ type: "number",
103
+ value: n,
104
+ placeholder: a,
105
+ disabled: s,
106
+ min: r,
107
+ max: E,
108
+ onKeyDown: s ? void 0 : N,
109
+ onChange: s ? void 0 : L,
110
+ onFocus: s ? void 0 : d,
111
+ style: { width: M },
112
+ ...m
113
+ }
114
+ ),
115
+ !!c && (n === 0 || !!n) && /* @__PURE__ */ l("span", { children: c.slice(0, 1) })
116
+ ] }),
117
+ /* @__PURE__ */ l(O, { className: i("sign", "plus"), disabled: s, onClick: Y, children: /* @__PURE__ */ l(W, {}) })
118
+ ]
119
+ }
120
+ )
121
+ ] });
122
+ };
123
+ export {
124
+ z as F,
125
+ W as S,
126
+ v as a
127
+ };
@@ -1,4 +1,4 @@
1
- import { F as m } from "./fieldNumber-d20f48d6.js";
1
+ import { F as m } from "./fieldNumber-1f286b40.js";
2
2
  import "react/jsx-runtime";
3
3
  import "react";
4
4
  import "./bind-06a7ff84.js";
@@ -1,9 +1,9 @@
1
- import { jsx as e, jsxs as c, Fragment as C } from "react/jsx-runtime";
2
- import * as p from "react";
1
+ import { jsx as e, jsxs as c, Fragment as L } from "react/jsx-runtime";
2
+ import * as w from "react";
3
3
  import { forwardRef as K, useRef as O, useState as P } from "react";
4
- import { c as v } from "./bind-06a7ff84.js";
4
+ import { c as C } from "./bind-06a7ff84.js";
5
5
  import "./baseIconButton-b6adc843.js";
6
- const Q = (t) => /* @__PURE__ */ p.createElement("svg", { width: 17, height: 17, viewBox: "0 0 17 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ p.createElement("rect", { width: 16.2089, height: 16.1568, rx: 8.07842, fill: "#A2AAB5" }), /* @__PURE__ */ p.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.14768 5.14645C4.95077 5.34171 4.95077 5.65829 5.14768 5.85355L7.49578 8.18198L5.35655 10.3033C5.15963 10.4986 5.15963 10.8151 5.35655 11.0104C5.55346 11.2057 5.87271 11.2057 6.06962 11.0104L8.20886 8.88909L10.1392 10.8033C10.3361 10.9986 10.6554 10.9986 10.8523 10.8033C11.0492 10.608 11.0492 10.2915 10.8523 10.0962L8.92193 8.18198L11.0612 6.06065C11.2581 5.86539 11.2581 5.54881 11.0612 5.35355C10.8643 5.15828 10.545 5.15828 10.3481 5.35355L8.20886 7.47487L5.86076 5.14645C5.66385 4.95118 5.34459 4.95118 5.14768 5.14645Z", fill: "white" })), T = "_collapsed_kgu2d_13", U = "_label_kgu2d_21", V = "_asterisk_kgu2d_30", W = "_disabled_kgu2d_36", X = "_field_kgu2d_41", Y = "_placeholder_kgu2d_62", I = "_error_kgu2d_69", nn = "_touched_kgu2d_69", en = "_input_kgu2d_84", tn = "_icon_kgu2d_1", sn = "_text_kgu2d_177", cn = {
6
+ const Q = (t) => /* @__PURE__ */ w.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ w.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 8C1 4.14001 4.14001 1 8 1C11.86 1 15 4.14001 15 8C15 11.8595 11.86 15 8 15C4.14001 15 1 11.8595 1 8ZM5 5.54545L5.54545 5L8 7.45455L10.4545 5L11 5.54545L8.54545 8L11 10.4545L10.4545 11L8 8.54545L5.54545 11L5 10.4545L7.45455 8L5 5.54545Z", fill: "#A2AAB5" })), T = "_collapsed_kgu2d_13", U = "_label_kgu2d_21", V = "_asterisk_kgu2d_30", W = "_disabled_kgu2d_36", X = "_field_kgu2d_41", Y = "_placeholder_kgu2d_62", I = "_error_kgu2d_69", nn = "_touched_kgu2d_69", en = "_input_kgu2d_84", tn = "_icon_kgu2d_1", sn = "_text_kgu2d_177", cn = {
7
7
  "icon-container": "_icon-container_kgu2d_1",
8
8
  "icon-container-end": "_icon-container-end_kgu2d_1",
9
9
  "icon-container-start": "_icon-container-start_kgu2d_1",
@@ -29,25 +29,25 @@ const Q = (t) => /* @__PURE__ */ p.createElement("svg", { width: 17, height: 17,
29
29
  spinner: an,
30
30
  spin: on,
31
31
  "color-topaz": "_color-topaz_qn4ih_20"
32
- }, L = v.bind(ln), rn = ({ color: t = "topaz", className: o }) => /* @__PURE__ */ e("div", { className: L("spin-loader", o), children: /* @__PURE__ */ e("div", { className: L("spinner", { [`color-${t}`]: t }) }) }), n = v.bind(cn), hn = K(
32
+ }, v = C.bind(ln), rn = ({ color: t = "topaz", className: o }) => /* @__PURE__ */ e("div", { className: v("spin-loader", o), children: /* @__PURE__ */ e("div", { className: v("spinner", { [`color-${t}`]: t }) }) }), n = C.bind(cn), hn = K(
33
33
  ({
34
34
  value: t = "",
35
35
  className: o,
36
36
  error: i,
37
- placeholder: u,
37
+ placeholder: p,
38
38
  disabled: a = !1,
39
39
  onChange: F,
40
- touched: h = !1,
40
+ touched: u = !1,
41
41
  title: R,
42
42
  label: l,
43
43
  helpText: r,
44
44
  defaultWidth: b = !0,
45
- startIcon: f,
46
- endIcon: m,
47
- clearable: E = !1,
48
- onClear: g,
49
- isRequired: k = !1,
50
- hasDoubleMessage: B = !1,
45
+ startIcon: h,
46
+ endIcon: f,
47
+ clearable: B = !1,
48
+ onClear: m,
49
+ isRequired: g = !1,
50
+ hasDoubleMessage: E = !1,
51
51
  type: S = "text",
52
52
  displayError: q = !0,
53
53
  collapsible: y = !1,
@@ -58,32 +58,32 @@ const Q = (t) => /* @__PURE__ */ p.createElement("svg", { width: 17, height: 17,
58
58
  },
59
59
  ...j
60
60
  }, H) => {
61
- const M = O(null), d = H || M, [Z, x] = P(!1), D = (s) => {
62
- x(!0), A(s);
61
+ const M = O(null), d = H || M, [Z, k] = P(!1), D = (s) => {
62
+ k(!0), A(s);
63
63
  }, G = (s) => {
64
- x(!1), $(s);
64
+ k(!1), $(s);
65
65
  }, J = () => {
66
66
  var s;
67
- g && (g(t), (s = d.current) == null || s.focus());
68
- }, N = q && i && h, w = /* @__PURE__ */ e("span", { className: n("text", "help-text"), children: r });
69
- return /* @__PURE__ */ c(C, { children: [
67
+ m && (m(t), (s = d.current) == null || s.focus());
68
+ }, x = q && i && u, N = /* @__PURE__ */ e("span", { className: n("text", "help-text"), children: r });
69
+ return /* @__PURE__ */ c(L, { children: [
70
70
  l && /* @__PURE__ */ c("span", { className: n("label", { disabled: a }), children: [
71
71
  l,
72
- k && /* @__PURE__ */ e("span", { className: n("asterisk"), children: "*" })
72
+ g && /* @__PURE__ */ e("span", { className: n("asterisk"), children: "*" })
73
73
  ] }),
74
74
  /* @__PURE__ */ c(
75
75
  "div",
76
76
  {
77
77
  className: n("field", o, {
78
78
  error: i,
79
- touched: h,
79
+ touched: u,
80
80
  disabled: a,
81
81
  "default-width": b,
82
82
  collapsed: y && !Z && !t
83
83
  }),
84
84
  title: R,
85
85
  children: [
86
- z ? /* @__PURE__ */ e(rn, {}) : f && /* @__PURE__ */ e(
86
+ z ? /* @__PURE__ */ e(rn, {}) : h && /* @__PURE__ */ e(
87
87
  "span",
88
88
  {
89
89
  className: n("icon-container-start"),
@@ -91,7 +91,7 @@ const Q = (t) => /* @__PURE__ */ p.createElement("svg", { width: 17, height: 17,
91
91
  var _;
92
92
  (_ = d.current) == null || _.focus();
93
93
  },
94
- children: /* @__PURE__ */ e("span", { className: n("icon"), children: f })
94
+ children: /* @__PURE__ */ e("span", { className: n("icon"), children: h })
95
95
  }
96
96
  ),
97
97
  /* @__PURE__ */ c("span", { className: n("input-container"), children: [
@@ -109,20 +109,20 @@ const Q = (t) => /* @__PURE__ */ p.createElement("svg", { width: 17, height: 17,
109
109
  ...j
110
110
  }
111
111
  ),
112
- u && !t && /* @__PURE__ */ c("span", { className: n("placeholder"), children: [
113
- u,
114
- k && !l && /* @__PURE__ */ e("span", { className: n("asterisk") })
112
+ p && !t && /* @__PURE__ */ c("span", { className: n("placeholder"), children: [
113
+ p,
114
+ g && !l && /* @__PURE__ */ e("span", { className: n("asterisk") })
115
115
  ] })
116
116
  ] }),
117
- m && /* @__PURE__ */ e("span", { className: n("icon-container-end"), children: /* @__PURE__ */ e("span", { className: n("icon"), children: m }) }),
118
- E && t.length > 0 && /* @__PURE__ */ e("span", { className: n("icon-container-end"), children: /* @__PURE__ */ e("button", { type: "button", className: n("clear-icon", { disabled: a }), onClick: J, children: /* @__PURE__ */ e(Q, {}) }) })
117
+ f && /* @__PURE__ */ e("span", { className: n("icon-container-end"), children: /* @__PURE__ */ e("span", { className: n("icon"), children: f }) }),
118
+ B && t.length > 0 && /* @__PURE__ */ e("span", { className: n("icon-container-end"), children: /* @__PURE__ */ e("button", { type: "button", className: n("clear-icon", { disabled: a }), onClick: J, children: /* @__PURE__ */ e(Q, {}) }) })
119
119
  ]
120
120
  }
121
121
  ),
122
- (N || r) && /* @__PURE__ */ e("div", { className: n("additional-content", { disabled: a }), children: N ? /* @__PURE__ */ c(C, { children: [
122
+ (x || r) && /* @__PURE__ */ e("div", { className: n("additional-content", { disabled: a }), children: x ? /* @__PURE__ */ c(L, { children: [
123
123
  /* @__PURE__ */ e("span", { className: n("text", "error-text"), children: i }),
124
- B && w
125
- ] }) : r && w })
124
+ E && N
125
+ ] }) : r && N })
126
126
  ] });
127
127
  }
128
128
  );
package/dist/fieldText.js CHANGED
@@ -1,4 +1,4 @@
1
- import { F as o } from "./fieldText-421722af.js";
1
+ import { F as o } from "./fieldText-4a8efb66.js";
2
2
  import "react/jsx-runtime";
3
3
  import "react";
4
4
  import "./bind-06a7ff84.js";
@@ -6,7 +6,7 @@ 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 q } from "./useOnClickOutside-c332f7d3.js";
8
8
  import { K as Y } from "./keyCodes-f63c0e11.js";
9
- import { B as L } from "./button-087f2ed4.js";
9
+ import { B as L } from "./button-33c88abf.js";
10
10
  import { B as F } from "./baseIconButton-b6adc843.js";
11
11
  const U = (t) => /* @__PURE__ */ M.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ M.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" })), X = () => {
12
12
  const [t, n] = g({ width: 0, height: 0 });
package/dist/index.js CHANGED
@@ -1,20 +1,20 @@
1
- import { B as v1 } from "./button-087f2ed4.js";
1
+ import { B as v1 } from "./button-33c88abf.js";
2
2
  import { C as L1 } from "./checkbox-6777be17.js";
3
3
  import { S as M1 } from "./systemMessage-1ced6079.js";
4
- import { F as Z } from "./fieldText-421722af.js";
5
- import { a as S1, S as y1 } from "./fieldText-421722af.js";
4
+ import { F as Z } from "./fieldText-4a8efb66.js";
5
+ import { a as S1, S as y1 } from "./fieldText-4a8efb66.js";
6
6
  import { T as N1 } from "./themeProvider-46c2be7b.js";
7
- import { S as F1, M as R1 } from "./index-700bc62a.js";
7
+ import { S as F1, M as R1 } from "./index-54e3bfc2.js";
8
8
  import { D as j } from "./dropdown-c21b0d67.js";
9
9
  import { S as P1 } from "./dropdown-c21b0d67.js";
10
10
  import { T as k1 } from "./toggle-9284387b.js";
11
- import { F as D1, a as V1, S as U1 } from "./fieldNumber-d20f48d6.js";
11
+ import { F as D1, a as V1, S as U1 } from "./fieldNumber-1f286b40.js";
12
12
  import { B as $1 } from "./bubblesLoader-a7e709d4.js";
13
13
  import { F as O1 } from "./fieldTextFlex-5bddf46a.js";
14
14
  import { R as q1 } from "./radio-c5fae439.js";
15
15
  import { Tooltip as J1 } from "./tooltip.js";
16
16
  import { Popover as Q1 } from "./popover.js";
17
- import { P as ee, a as te, S as oe } from "./pagination-5b3846ba.js";
17
+ import { P as ee, a as te, S as oe } from "./pagination-2aad2cb9.js";
18
18
  import { S as ne, a as ae, T as le } from "./table-7fdc18e0.js";
19
19
  import { jsxs as S, 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-700bc62a.js";
1
+ import { M as s, a as n, c as b, b as c } from "./index-54e3bfc2.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-087f2ed4.js";
9
+ import "./button-33c88abf.js";
10
10
  import "./baseIconButton-b6adc843.js";
11
11
  export {
12
12
  s as Modal,
@@ -3,13 +3,13 @@ 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-087f2ed4.js";
7
- import { F as I } from "./fieldText-421722af.js";
6
+ import { B as w } from "./button-33c88abf.js";
7
+ import { F as I } from "./fieldText-4a8efb66.js";
8
8
  import { B as f } from "./baseIconButton-b6adc843.js";
9
- import { Tooltip as k } from "./tooltip.js";
10
- const y = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "#A2AAB5", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ b.createElement("path", { d: "M12 13L4 8L12 3L12 13Z" })), T = (e) => /* @__PURE__ */ b.createElement("svg", { width: 13, height: 12, viewBox: "0 0 13 12", fill: "#A2AAB5", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ b.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12L2 12L2 2.38498e-08L1.90798e-07 0L0 12ZM13 1L5 6L13 11L13 1Z" })), E = {
9
+ import { Tooltip as E } from "./tooltip.js";
10
+ const y = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "#A2AAB5", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ b.createElement("path", { d: "M12 13L4 8L12 3L12 13Z" })), T = (e) => /* @__PURE__ */ b.createElement("svg", { width: 13, height: 12, viewBox: "0 0 13 12", fill: "#A2AAB5", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ b.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12L2 12L2 2.38498e-08L1.90798e-07 0L0 12ZM13 1L5 6L13 11L13 1Z" })), k = {
11
11
  "item-counter": "_item-counter_4g6do_1"
12
- }, M = m.bind(E), P = ({
12
+ }, M = m.bind(k), P = ({
13
13
  activePage: e,
14
14
  pageSize: n,
15
15
  totalItems: s,
@@ -21,11 +21,11 @@ const y = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
21
21
  `${i + 1} - ${a < s ? a : s}`,
22
22
  ` ${r} ${s} ${c}`
23
23
  ] });
24
- }, j = "_selected_183l8_32", R = {
24
+ }, R = "_selected_183l8_32", V = {
25
25
  "size-selector": "_size-selector_183l8_1",
26
26
  "size-option": "_size-option_183l8_6",
27
- selected: j
28
- }, C = m.bind(R), V = ({
27
+ selected: R
28
+ }, C = m.bind(V), W = ({
29
29
  currentSize: e,
30
30
  options: n,
31
31
  onClickOption: s
@@ -39,10 +39,10 @@ const y = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
39
39
  children: r
40
40
  },
41
41
  r
42
- )) }), W = {
43
- "page-size-control": "_page-size-control_gnurh_1",
44
- "size-selector-button": "_size-selector-button_gnurh_10"
45
- }, S = m.bind(W), D = ({
42
+ )) }), D = {
43
+ "page-size-control": "_page-size-control_1y4na_1",
44
+ "size-selector-button": "_size-selector-button_1y4na_10"
45
+ }, S = m.bind(D), F = ({
46
46
  size: e,
47
47
  sizeOptions: n,
48
48
  perPageText: s,
@@ -55,28 +55,28 @@ const y = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
55
55
  /* @__PURE__ */ t(
56
56
  B,
57
57
  {
58
- content: /* @__PURE__ */ t(V, { options: n, onClickOption: i, currentSize: e }),
58
+ content: /* @__PURE__ */ t(W, { options: n, onClickOption: i, currentSize: e }),
59
59
  placement: "top",
60
60
  isOpened: c,
61
61
  setIsOpened: a,
62
- children: /* @__PURE__ */ t($, { className: S("size-selector-button"), variant: "text", children: e })
62
+ children: /* @__PURE__ */ t(w, { className: S("size-selector-button"), variant: "text", children: e })
63
63
  }
64
64
  ),
65
65
  ` ${s}`
66
66
  ] });
67
- }, F = {
67
+ }, Z = {
68
68
  "page-selector": "_page-selector_rtho4_1",
69
69
  "field-wrapper": "_field-wrapper_rtho4_6",
70
70
  "apply-button": "_apply-button_rtho4_10"
71
- }, N = m.bind(F), Z = ({
71
+ }, N = m.bind(Z), j = ({
72
72
  totalPages: e,
73
73
  pageText: n,
74
74
  goActionText: s,
75
75
  selectPage: r
76
76
  }) => {
77
- const [c, a] = x(""), [i, o] = x(!0), p = (h) => {
78
- const u = h.target.value.replace(/\D/g, ""), w = Number(u), O = w > 0 && w <= e;
79
- o(O), a(u);
77
+ const [c, a] = x(""), [i, o] = x(!0), p = (u) => {
78
+ const h = u.target.value.replace(/\D/g, ""), $ = Number(h), O = $ > 0 && $ <= e;
79
+ o(O), a(h);
80
80
  }, l = () => {
81
81
  r(Number(c));
82
82
  };
@@ -93,12 +93,12 @@ const y = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
93
93
  displayError: !1
94
94
  }
95
95
  ) }),
96
- /* @__PURE__ */ t($, { onClick: l, disabled: !c || !i, className: N("apply-button"), children: s })
96
+ /* @__PURE__ */ t(w, { onClick: l, disabled: !c || !i, className: N("apply-button"), children: s })
97
97
  ] });
98
98
  }, G = {
99
- "active-page": "_active-page_14j0y_1",
100
- "page-selector": "_page-selector_14j0y_10",
101
- "page-selector-button": "_page-selector-button_14j0y_14"
99
+ "active-page": "_active-page_rmw5h_1",
100
+ "page-selector": "_page-selector_rmw5h_10",
101
+ "page-selector-button": "_page-selector-button_rmw5h_14"
102
102
  }, v = m.bind(G), H = ({
103
103
  activePage: e,
104
104
  totalPages: n,
@@ -116,7 +116,7 @@ const y = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
116
116
  B,
117
117
  {
118
118
  content: /* @__PURE__ */ t(
119
- Z,
119
+ j,
120
120
  {
121
121
  pageText: s,
122
122
  goActionText: c,
@@ -129,7 +129,7 @@ const y = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
129
129
  isOpened: i,
130
130
  setIsOpened: o,
131
131
  className: v("page-selector"),
132
- children: /* @__PURE__ */ t($, { className: v("page-selector-button"), variant: "text", children: e })
132
+ children: /* @__PURE__ */ t(w, { className: v("page-selector-button"), variant: "text", children: e })
133
133
  }
134
134
  )
135
135
  ] });
@@ -156,16 +156,16 @@ const y = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
156
156
  });
157
157
  const p = Array.from({ length: a }, () => ({ pages: { from: void 0, to: void 0 } }));
158
158
  return o.forEach((l) => {
159
- const h = Math.ceil(l.end / i) - 1, u = p[h].pages;
160
- u.from || (u.from = l.pageNumber), u.to = l.pageNumber;
161
- }), /* @__PURE__ */ t("div", { className: g("bar"), children: p.map((l, h) => /* @__PURE__ */ t(
159
+ const u = Math.ceil(l.end / i) - 1, h = p[u].pages;
160
+ h.from || (h.from = l.pageNumber), h.to = l.pageNumber;
161
+ }), /* @__PURE__ */ t("div", { className: g("bar"), children: p.map((l, u) => /* @__PURE__ */ t(
162
162
  "div",
163
163
  {
164
164
  className: g("section-with-tooltip"),
165
165
  style: { width: i },
166
166
  onClick: () => l.pages.from && s(l.pages.from),
167
167
  children: /* @__PURE__ */ t(
168
- k,
168
+ E,
169
169
  {
170
170
  content: /* @__PURE__ */ d("div", { className: g("tooltip"), children: [
171
171
  /* @__PURE__ */ t("div", { className: g("tooltip-text"), children: r.goTo }),
@@ -184,7 +184,7 @@ const y = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
184
184
  }
185
185
  )
186
186
  },
187
- h
187
+ u
188
188
  )) });
189
189
  }, Y = "_next_1p2t5_18", ee = {
190
190
  "page-navigator": "_page-navigator_1p2t5_1",
@@ -290,9 +290,9 @@ const y = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
290
290
  `${s.of} `,
291
291
  r
292
292
  ] })
293
- ] }), ne = "_pagination_uykxy_1", re = {
293
+ ] }), ne = "_pagination_wi26a_1", re = {
294
294
  pagination: ne
295
- }, le = m.bind(re), ue = ({
295
+ }, le = m.bind(re), he = ({
296
296
  activePage: e,
297
297
  totalPages: n,
298
298
  pageSize: s,
@@ -329,7 +329,7 @@ const y = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
329
329
  }
330
330
  ),
331
331
  /* @__PURE__ */ t(
332
- D,
332
+ F,
333
333
  {
334
334
  size: s,
335
335
  sizeOptions: c,
@@ -340,7 +340,7 @@ const y = (e) => /* @__PURE__ */ b.createElement("svg", { width: 16, height: 16,
340
340
  ] });
341
341
  };
342
342
  export {
343
- ue as P,
343
+ he as P,
344
344
  y as S,
345
345
  T as a
346
346
  };
@@ -1,14 +1,13 @@
1
- import { P as t } from "./pagination-5b3846ba.js";
1
+ import { P as t } from "./pagination-2aad2cb9.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-087f2ed4.js";
8
- import "./fieldText-421722af.js";
7
+ import "./button-33c88abf.js";
8
+ import "./fieldText-4a8efb66.js";
9
9
  import "./baseIconButton-b6adc843.js";
10
10
  import "./tooltip.js";
11
- import "@floating-ui/react-dom";
12
11
  export {
13
12
  t as Pagination,
14
13
  t as default
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_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_9d3ij_1{display:flex;align-items:center;height:100%;outline:none;cursor:pointer;padding-bottom:4px}._radio-button_9d3ij_1._disabled_9d3ij_9{cursor:default}._radio-button_9d3ij_1._disabled_9d3ij_9 ._children-container_9d3ij_12{color:var(--rp-ui-base-e-300)}._radio-button_9d3ij_1._disabled_9d3ij_9 ._toggler_9d3ij_15{opacity:.3}._radio-button_9d3ij_1._disabled_9d3ij_9 ._toggler_9d3ij_15:after{background-color:transparent}._radio-button_9d3ij_1._disabled_9d3ij_9 ._toggler_9d3ij_15._checked_9d3ij_21:after{background-color:var(--rp-ui-base-topaz-pressed)}._radio-button_9d3ij_1:focus-visible:not(._disabled_9d3ij_9) ._toggler_9d3ij_15{border:2px solid var(--rp-ui-color-primary-focused)}._input_9d3ij_28{display:none}._toggler_9d3ij_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_9d3ij_15:after{width:8px;height:8px;content:"";display:block;border-radius:100%;margin:auto;background-color:var(--rp-ui-color-radio-checked);opacity:0;transform:scale(.5);transition:transform .2s,opacity .2s}._toggler_9d3ij_15:hover:not(._disabled_9d3ij_9){border-color:var(--rp-ui-color-field-border-2-hover)}._toggler_9d3ij_15:hover:not(._disabled_9d3ij_9):after{background-color:var(--rp-ui-color-primary-hover)}._toggler_9d3ij_15._checked_9d3ij_21:after,._toggler_9d3ij_15._disabled_9d3ij_9:after{transform:scale(1);opacity:1}._children-container_9d3ij_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_9d3ij_12 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_9d3ij_12 a:focus,._children-container_9d3ij_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_15twe_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_15twe_19{border:1px solid var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);color:var(--rp-ui-base-bg-000)}._primary_15twe_19:hover:not(._disabled_15twe_24){border:1px solid var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover)}._primary_15twe_19:active:not(._disabled_15twe_24){border:1px solid var(--rp-ui-color-primary-pressed);background-color:var(--rp-ui-color-primary-pressed)}._primary_15twe_19:focus:not(._disabled_15twe_24,:active){border:2px solid var(--rp-ui-color-primary-focused)}._primary_15twe_19 svg *{fill:var(--rp-ui-base-bg-000)}._ghost_15twe_39{border:1px solid var(--rp-ui-color-primary);background-color:transparent;color:var(--rp-ui-color-primary-text)}._ghost_15twe_39:hover:not(._disabled_15twe_24){border:1px solid var(--rp-ui-base-dark-topaz-hover);color:var(--rp-ui-base-dark-topaz-hover)}._ghost_15twe_39:active:not(._disabled_15twe_24){border:1px solid var(--rp-ui-color-primary-pressed);color:var(--rp-ui-color-primary-pressed)}._ghost_15twe_39:focus:not(._disabled_15twe_24,:active){border:2px solid var(--rp-ui-color-primary-focused);color:var(--rp-ui-color-primary-focused)}._ghost_15twe_39 svg *{fill:var(--rp-ui-color-primary-text)}._danger_15twe_60{border:1px solid var(--rp-ui-color-error);background-color:var(--rp-ui-color-error);color:var(--rp-ui-base-bg-000)}._danger_15twe_60:hover:not(._disabled_15twe_24){opacity:.9}._danger_15twe_60:active:not(._disabled_15twe_24){border:1px solid var(--rp-ui-color-error-pressed);background-color:var(--rp-ui-color-error-pressed)}._danger_15twe_60:focus:not(._disabled_15twe_24,:active){border:2px solid var(--rp-ui-color-error-focused)}._danger_15twe_60 svg *{fill:var(--rp-ui-base-bg-000)}._text_15twe_79{min-width:auto;height:auto;border:0;padding:0;background:none;line-height:22px;color:var(--rp-ui-color-primary-text)}._text_15twe_79:hover:not(._disabled_15twe_24){color:var(--rp-ui-color-primary-hover)}._text_15twe_79:hover:not(._disabled_15twe_24) svg *{fill:var(--rp-ui-color-primary-hover)}._text_15twe_79:active:not(._disabled_15twe_24){color:var(--rp-ui-color-primary-pressed)}._text_15twe_79:active:not(._disabled_15twe_24) svg *{fill:var(--rp-ui-color-primary-pressed)}._text_15twe_79:focus:not(._disabled_15twe_24,:active){color:var(--rp-ui-color-primary-focused)}._text_15twe_79:focus:not(._disabled_15twe_24,:active) svg *{fill:var(--rp-ui-color-primary-focused)}._text_15twe_79 svg *{fill:var(--rp-ui-color-primary-text)}._disabled_15twe_24{opacity:var(--rp-ui-opacity-default);cursor:default}._width-wide-content_15twe_115{padding:9px 47px 7px;margin:0}._width-parent_15twe_120{display:flex;width:100%}._icon_15twe_125{display:inline-block;width:16px;height:16px}._icon-start_15twe_131{margin:auto 8px auto 0}._icon-end_15twe_135{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_1q88n_1{margin:0;padding:0;outline:none;background:transparent;border:none;cursor:pointer}._base-icon-button_1q88n_1 svg path{fill:var(--rp-ui-base-e-300)}._base-icon-button_1q88n_1._disabled_1q88n_12{opacity:40%;cursor:default}._base-icon-button_1q88n_1:hover:not(._disabled_1q88n_12) svg path{fill:var(--rp-ui-base-e-400)}._base-icon-button_1q88n_1:active:not(._disabled_1q88n_12) svg path{fill:var(--rp-ui-base-topaz-pressed)}._base-icon-button_1q88n_1:focus-visible:not(._disabled_1q88n_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-450: #282828;--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-bg-3: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-3-hover: var(--rp-ui-base-bg-000);--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-border-3: var(--rp-ui-base-e-200);--rp-ui-color-field-border-3-hover: var(--rp-ui-base-e-300);--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-field-placeholder-3: var(--rp-ui-base-e-300);--rp-ui-color-radio-checked: 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-bg-3: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-3-hover: var(--rp-ui-base-bg-000);--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-border-3: var(--rp-ui-base-e-200);--rp-ui-color-field-border-3-hover: var(--rp-ui-base-e-300);--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-field-placeholder-3: var(--rp-ui-base-e-300);--rp-ui-color-radio-checked: 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-e-500);--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-bg-3: var(--rp-ui-base-dark-e-450);--rp-ui-color-field-bg-3-hover: var(--rp-ui-base-dark-e-500);--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-border-3: var(--rp-ui-base-dark-e-450);--rp-ui-color-field-border-3-hover: var(--rp-ui-base-dark-e-500);--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-field-placeholder-3: var(--rp-ui-base-dark-e-200);--rp-ui-color-radio-checked: 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%}._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}._icon-container_kgu2d_1,._icon-container-end_kgu2d_1,._icon-container-start_kgu2d_1{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:22px;height:22px}._icon-container-start_kgu2d_1{margin-right:4px}._collapsed_kgu2d_13 ._icon-container-start_kgu2d_1{cursor:pointer}._icon-container-end_kgu2d_1{margin-left:4px}._label_kgu2d_21{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_kgu2d_21 ._asterisk_kgu2d_30{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);padding-left:4px}._label_kgu2d_21._disabled_kgu2d_36{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_kgu2d_41{display:flex;align-items:center;height:36px;width:100%;padding:7px 12px;box-sizing:border-box;border:1px solid var(--rp-ui-color-field-border-3);border-radius:3px;background-color:var(--rp-ui-color-field-bg-3);transition:width .2s,padding .2s,border .1s}._field_kgu2d_41._default-width_kgu2d_53{width:240px}._field_kgu2d_41._collapsed_kgu2d_13{width:22px;border-width:0;overflow:hidden;padding:0}._field_kgu2d_41._collapsed_kgu2d_13 ._placeholder_kgu2d_62{display:none}._field_kgu2d_41:hover:not(._disabled_kgu2d_36){border-color:var(--rp-ui-color-field-border-3-hover);background-color:var(--rp-ui-color-field-bg-3-hover)}._field_kgu2d_41:focus-within:not(._error_kgu2d_69._touched_kgu2d_69){padding:6px 11px;border:2px solid var(--rp-ui-color-primary-focused)}._field_kgu2d_41._error_kgu2d_69._touched_kgu2d_69{border-color:var(--rp-ui-base-error)}._field_kgu2d_41._disabled_kgu2d_36{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_kgu2d_41._disabled_kgu2d_36 ._placeholder_kgu2d_62{color:var(--rp-ui-base-e-300)}._input-container_kgu2d_84{position:relative;width:100%}._input_kgu2d_84{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-3)}._input_kgu2d_84:focus{outline:none}._input_kgu2d_84:disabled{color:var(--rp-ui-base-e-300)}._placeholder_kgu2d_62{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-color-field-placeholder-3);position:absolute;top:2px;left:0;pointer-events:none;white-space:nowrap}._placeholder_kgu2d_62 ._asterisk_kgu2d_30:after{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);right:-7px;content:"*";color:var(--rp-ui-base-error-focused)}._icon_kgu2d_1,._clear-icon_kgu2d_131{display:inline-block;width:16px;height:16px}._clear-icon_kgu2d_131{background:none;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer}._clear-icon_kgu2d_131 svg>path{fill:var(--rp-ui-color-bg-2)}._clear-icon_kgu2d_131._disabled_kgu2d_36{pointer-events:none}._clear-icon_kgu2d_131:hover svg{fill:var(--rp-ui-base-e-400)}._clear-icon_kgu2d_131:hover svg>rect{fill:var(--rp-ui-base-e-400)}._clear-icon_kgu2d_131:focus svg{fill:var(--rp-ui-color-primary-focused)}._clear-icon_kgu2d_131:focus svg>rect{fill:var(--rp-ui-color-primary-focused)}._clear-icon_kgu2d_131:active svg{fill:var(--rp-ui-color-primary-pressed)}._clear-icon_kgu2d_131:active svg>rect{fill:var(--rp-ui-color-primary-pressed)}._additional-content_kgu2d_170{margin-top:4px}._additional-content_kgu2d_170._disabled_kgu2d_36{pointer-events:none}._text_kgu2d_177{font-size:11px;line-height:16px;font-family:var(--rp-ui-base-font-family);font-weight:400;display:block}._error-text_kgu2d_185{color:var(--rp-ui-base-error)}._help-text_kgu2d_189{color:var(--rp-ui-base-dark-e-300)}._spin-loader_qn4ih_1{width:16px;height:16px;margin:3px 7px 3px 3px;flex-shrink:0}._spinner_qn4ih_8{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;flex-shrink:0;position:relative;mask:radial-gradient(circle,transparent 55%,var(--rp-ui-color-primary) 0%);animation:_spin_qn4ih_1 1s infinite linear}._spinner_qn4ih_8._color-topaz_qn4ih_20{background:conic-gradient(transparent 0%,var(--rp-ui-color-primary))}@keyframes _spin_qn4ih_1{to{transform:rotate(1turn)}}._table_kha9s_1{width:100%;max-width:1200px}._table_kha9s_1 *{box-sizing:border-box}._table-header_kha9s_9{display:flex;width:100%;height:32px;align-items:center}._table-row_kha9s_16{display:flex;width:100%;height:64px}._table-row_kha9s_16 ._table-row-content_kha9s_21{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_kha9s_16._size-small_kha9s_31{height:44px}._table-row_kha9s_16._size-large_kha9s_34{height:80px}._table-body_kha9s_38{display:flex;flex-direction:column;gap:4px;width:100%}._table-header-cell_kha9s_45,._table-cell_kha9s_45{font-family:var(--rp-ui-base-font-family);font-weight:400;padding:0 16px}._table-header-cell_kha9s_45._action-menu-cell_kha9s_50,._table-cell_kha9s_45._action-menu-cell_kha9s_50{width:48px;padding:0 16px;flex-shrink:0}._table-header-cell_kha9s_45:not(._action-menu-cell_kha9s_50),._table-cell_kha9s_45:not(._action-menu-cell_kha9s_50){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._table-header-cell_kha9s_45._checkbox-cell_kha9s_60,._table-cell_kha9s_45._checkbox-cell_kha9s_60{width:48px;display:flex;justify-content:center;height:100%;cursor:pointer;flex-shrink:0}._table-header-cell_kha9s_45._checkbox-cell_kha9s_60+._table-row-content_kha9s_21,._table-cell_kha9s_45._checkbox-cell_kha9s_60+._table-row-content_kha9s_21{max-width:calc(100% - 48px)}._table-header-cell_kha9s_45._primary-cell_kha9s_71,._table-cell_kha9s_45._primary-cell_kha9s_71{flex:1 1 320px;font-weight:500;text-align:left}._table-header-cell_kha9s_45{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_kha9s_45 ._label_kha9s_87{display:flex;align-items:center}._table-header-cell_kha9s_45._sortable-cell_kha9s_91>._label_kha9s_87{cursor:pointer}._table-header-cell_kha9s_45._align-right_kha9s_94{justify-content:flex-end}._table-header-cell_kha9s_45._align-right_kha9s_94 svg{margin-right:-16px}._table-header-cell_kha9s_45._align-center_kha9s_100{justify-content:center}._table-cell_kha9s_45{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_vh03o_1{position:relative;display:inline-block;width:100%}._icon_vh03o_7{width:16px;height:16px;margin-right:8px}._arrow_vh03o_13{display:inline-flex;margin-left:12px;transition:transform .2s linear}._dropdown_vh03o_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_vh03o_19._transparent-background_vh03o_33{background-color:transparent}._dropdown_vh03o_19._disabled_vh03o_36{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown_vh03o_19._disabled_vh03o_36 ._arrow_vh03o_13 svg path{opacity:.4}._dropdown_vh03o_19._disabled_vh03o_36 ._value_vh03o_43{color:var(--rp-ui-color-disabled)}._dropdown_vh03o_19._error_vh03o_46._touched_vh03o_46{border-width:1px;border-color:var(--rp-ui-color-error)}._dropdown_vh03o_19:hover:not(:active):not(:focus-visible):not(._opened_vh03o_50):not(._error_vh03o_46){border-color:var(--rp-ui-color-field-hover)}._dropdown_vh03o_19:active,._dropdown_vh03o_19:focus-visible{padding:7px 11px;border-width:2px;border-color:var(--rp-ui-color-primary-focused);outline:none}._dropdown_vh03o_19:active ._arrow_vh03o_13 svg path,._dropdown_vh03o_19:focus-visible ._arrow_vh03o_13 svg path{fill:var(--rp-ui-color-field-hover-2)}._dropdown_vh03o_19._opened_vh03o_50:not(:active):not(._error_vh03o_46){border-width:1px;border-color:var(--rp-ui-color-primary-pressed)}._dropdown_vh03o_19._opened_vh03o_50:not(:active):not(._error_vh03o_46) ._arrow_vh03o_13 svg path{fill:var(--rp-ui-color-field-opened)}._dropdown_vh03o_19._opened_vh03o_50 ._arrow_vh03o_13{transform:rotate(180deg)}._dropdown_vh03o_19 ._placeholder_vh03o_72{color:var(--rp-ui-color-field-placeholder)}._dropdown_vh03o_19 ._value_vh03o_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_vh03o_19 ._mobile-disabled_vh03o_87{background-color:var(--rp-ui-color-field-bg-2)}}._select-list_vh03o_92{position:absolute;top:100%;padding:8px 0;width:max-content;max-width:100%;min-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_vh03o_92._opened_vh03o_50:focus-visible{outline:none}._select-list_vh03o_92._limited-width_vh03o_109{max-width:384px}._options-container_vh03o_113{display:flex;flex-direction:column}._ghost_vh03o_118{border-color:transparent;background:transparent}._ghost_vh03o_118:hover:not(:active):not(:focus-visible):not(._opened_vh03o_50):not(._error_vh03o_46){border-color:transparent}._ghost_vh03o_118._opened_vh03o_50:not(:active):not(._error_vh03o_46){border-color:transparent}._ghost_vh03o_118._opened_vh03o_50 ._value_vh03o_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_qziry_1{width:100%;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}._modal-content_qziry_1._scrollable_qziry_12{width:calc(100% - 34px)}._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_f3ckb_1{position:absolute;top:0;left:0;display:block;width:100%;height:100%;text-align:center;overflow:hidden}._overlay-default_f3ckb_12{background-color:var(--rp-ui-base-overlay)}._overlay-light-cyan_f3ckb_16{background-color:var(--rp-ui-base-overlay-light-cyan)}._scrolling-content_f3ckb_20{position:fixed;width:100%;height:100%}._modal-window_f3ckb_26{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_f3ckb_43{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)}._description_f3ckb_43._scrollable_f3ckb_53{width:calc(100% - 34px)}._size-default_f3ckb_57{width:480px}@media (max-width: 480px){._size-default_f3ckb_57{right:10px;left:10px;transform:none;width:auto}}._size-small_f3ckb_69{width:320px}@media (max-width: 320px){._size-small_f3ckb_69{right:10px;left:10px;transform:none;width:auto}}._size-large_f3ckb_81{width:720px}@media (max-width: 720px){._size-large_f3ckb_81{right:10px;left:10px;transform:none;width:auto}}._tooltip-wrapper_15goq_1{display:block;width:100%;height:fit-content;cursor:pointer}._tooltip_15goq_1{transition:opacity .3s ease;margin:4px}._tooltip_15goq_1[data-placement*=bottom]{padding-top:9px;z-index:2}._tooltip_15goq_1[data-placement*=top]{padding-bottom:9px}._tooltip_15goq_1[data-placement*=left]{padding-right:9px}._tooltip_15goq_1[data-placement*=right]{padding-left:9px}._tooltip-content_15goq_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_15goq_39{position:absolute}._tooltip-arrow_15goq_39:before,._tooltip-arrow_15goq_39:after{content:"";margin:auto;display:block;width:0;height:0;border-style:solid}._tooltip-arrow_15goq_39:after{position:absolute}._tooltip-arrow_15goq_39[data-placement*=bottom]{top:0;width:18px;height:9px}._tooltip-arrow_15goq_39[data-placement*=bottom]:before,._tooltip-arrow_15goq_39[data-placement*=bottom]:after{border-width:0 9px 9px}._tooltip-arrow_15goq_39[data-placement*=bottom]:before{border-color:transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_15goq_39[data-placement*=bottom]:after{top:0;border-color:transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_15goq_39[data-placement*=top]{bottom:0;width:18px;height:9px}._tooltip-arrow_15goq_39[data-placement*=top]:before,._tooltip-arrow_15goq_39[data-placement*=top]:after{border-width:9px 9px 0}._tooltip-arrow_15goq_39[data-placement*=top]:before{border-color:var(--rp-ui-base-almost-black-light) transparent transparent}._tooltip-arrow_15goq_39[data-placement*=top]:after{bottom:0;border-color:var(--rp-ui-base-almost-black-light) transparent transparent}._tooltip-arrow_15goq_39[data-placement*=left]{right:0;width:9px;height:18px}._tooltip-arrow_15goq_39[data-placement*=left]:before,._tooltip-arrow_15goq_39[data-placement*=left]:after{border-width:9px 0 9px 9px}._tooltip-arrow_15goq_39[data-placement*=left]:before{border-color:transparent transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_15goq_39[data-placement*=left]:after{top:0;right:0;border-color:transparent transparent transparent var(--rp-ui-base-almost-black-light)}._tooltip-arrow_15goq_39[data-placement*=right]{left:0;width:9px;height:18px}._tooltip-arrow_15goq_39[data-placement*=right]:before,._tooltip-arrow_15goq_39[data-placement*=right]:after{border-width:9px 9px 9px 0}._tooltip-arrow_15goq_39[data-placement*=right]:before{border-color:transparent var(--rp-ui-base-almost-black-light) transparent transparent}._tooltip-arrow_15goq_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_9d3ij_1{display:flex;align-items:center;height:100%;outline:none;cursor:pointer;padding-bottom:4px}._radio-button_9d3ij_1._disabled_9d3ij_9{cursor:default}._radio-button_9d3ij_1._disabled_9d3ij_9 ._children-container_9d3ij_12{color:var(--rp-ui-base-e-300)}._radio-button_9d3ij_1._disabled_9d3ij_9 ._toggler_9d3ij_15{opacity:.3}._radio-button_9d3ij_1._disabled_9d3ij_9 ._toggler_9d3ij_15:after{background-color:transparent}._radio-button_9d3ij_1._disabled_9d3ij_9 ._toggler_9d3ij_15._checked_9d3ij_21:after{background-color:var(--rp-ui-base-topaz-pressed)}._radio-button_9d3ij_1:focus-visible:not(._disabled_9d3ij_9) ._toggler_9d3ij_15{border:2px solid var(--rp-ui-color-primary-focused)}._input_9d3ij_28{display:none}._toggler_9d3ij_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_9d3ij_15:after{width:8px;height:8px;content:"";display:block;border-radius:100%;margin:auto;background-color:var(--rp-ui-color-radio-checked);opacity:0;transform:scale(.5);transition:transform .2s,opacity .2s}._toggler_9d3ij_15:hover:not(._disabled_9d3ij_9){border-color:var(--rp-ui-color-field-border-2-hover)}._toggler_9d3ij_15:hover:not(._disabled_9d3ij_9):after{background-color:var(--rp-ui-color-primary-hover)}._toggler_9d3ij_15._checked_9d3ij_21:after,._toggler_9d3ij_15._disabled_9d3ij_9:after{transform:scale(1);opacity:1}._children-container_9d3ij_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_9d3ij_12 a{text-decoration:none;color:var(--rp-ui-base-topaz)}._children-container_9d3ij_12 a:focus,._children-container_9d3ij_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_5qews_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_5qews_19{border:1px solid var(--rp-ui-color-primary);background-color:var(--rp-ui-color-primary);color:var(--rp-ui-base-bg-000)}._primary_5qews_19:hover:not(._disabled_5qews_24){border:1px solid var(--rp-ui-color-primary-hover);background-color:var(--rp-ui-color-primary-hover)}._primary_5qews_19:active:not(._disabled_5qews_24){border:1px solid var(--rp-ui-color-primary-pressed);background-color:var(--rp-ui-color-primary-pressed)}._primary_5qews_19:focus:not(._disabled_5qews_24,:active){border:2px solid var(--rp-ui-color-primary-focused)}._primary_5qews_19 svg *{fill:var(--rp-ui-base-bg-000)}._ghost_5qews_39{border:1px solid var(--rp-ui-color-primary);background-color:transparent;color:var(--rp-ui-color-primary-text)}._ghost_5qews_39:hover:not(._disabled_5qews_24){border:1px solid var(--rp-ui-base-dark-topaz-hover);color:var(--rp-ui-base-dark-topaz-hover)}._ghost_5qews_39:active:not(._disabled_5qews_24){border:1px solid var(--rp-ui-color-primary-pressed);color:var(--rp-ui-color-primary-pressed)}._ghost_5qews_39:focus:not(._disabled_5qews_24,:active){border:2px solid var(--rp-ui-color-primary-focused);color:var(--rp-ui-color-primary-focused)}._ghost_5qews_39 svg *{fill:var(--rp-ui-color-primary-text)}._danger_5qews_60{border:1px solid var(--rp-ui-color-error);background-color:var(--rp-ui-color-error);color:var(--rp-ui-base-bg-000)}._danger_5qews_60:hover:not(._disabled_5qews_24){opacity:.9;background-color:var(--rp-ui-color-error-hover)}._danger_5qews_60:active:not(._disabled_5qews_24){border:1px solid var(--rp-ui-color-error-pressed);background-color:var(--rp-ui-color-error-pressed)}._danger_5qews_60:focus:not(._disabled_5qews_24,:active){border:2px solid var(--rp-ui-color-error-focused)}._danger_5qews_60 svg *{fill:var(--rp-ui-base-bg-000)}._text_5qews_80{min-width:auto;height:auto;border:0;padding:0;background:none;line-height:22px;color:var(--rp-ui-color-primary-text)}._text_5qews_80:hover:not(._disabled_5qews_24){color:var(--rp-ui-color-primary-hover)}._text_5qews_80:hover:not(._disabled_5qews_24) svg *{fill:var(--rp-ui-color-primary-hover)}._text_5qews_80:active:not(._disabled_5qews_24){color:var(--rp-ui-color-primary-pressed)}._text_5qews_80:active:not(._disabled_5qews_24) svg *{fill:var(--rp-ui-color-primary-pressed)}._text_5qews_80:focus:not(._disabled_5qews_24,:active){color:var(--rp-ui-color-primary-focused)}._text_5qews_80:focus:not(._disabled_5qews_24,:active) svg *{fill:var(--rp-ui-color-primary-focused)}._text_5qews_80 svg *{fill:var(--rp-ui-color-primary-text)}._disabled_5qews_24{opacity:var(--rp-ui-opacity-default);cursor:default}._width-wide-content_5qews_116{padding:9px 47px 7px;margin:0}._width-parent_5qews_121{display:flex;width:100%}._icon_5qews_126{display:inline-block;width:16px;height:16px}._icon-start_5qews_132{margin:auto 8px auto 0}._icon-end_5qews_136{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_1q88n_1{margin:0;padding:0;outline:none;background:transparent;border:none;cursor:pointer}._base-icon-button_1q88n_1 svg path{fill:var(--rp-ui-base-e-300)}._base-icon-button_1q88n_1._disabled_1q88n_12{opacity:40%;cursor:default}._base-icon-button_1q88n_1:hover:not(._disabled_1q88n_12) svg path{fill:var(--rp-ui-base-e-400)}._base-icon-button_1q88n_1:active:not(._disabled_1q88n_12) svg path{fill:var(--rp-ui-base-topaz-pressed)}._base-icon-button_1q88n_1:focus-visible:not(._disabled_1q88n_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: #00b0d1;--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-450: #282828;--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-tooltip-bg: rgba(34, 34, 34, .91);--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-bg-3: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-3-hover: var(--rp-ui-base-bg-000);--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-border-3: var(--rp-ui-base-e-200);--rp-ui-color-field-border-3-hover: var(--rp-ui-base-e-300);--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-field-placeholder-3: var(--rp-ui-base-e-300);--rp-ui-color-radio-checked: 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-bg-3: var(--rp-ui-base-bg-000);--rp-ui-color-field-bg-3-hover: var(--rp-ui-base-bg-000);--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-border-3: var(--rp-ui-base-e-200);--rp-ui-color-field-border-3-hover: var(--rp-ui-base-e-300);--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-field-placeholder-3: var(--rp-ui-base-e-300);--rp-ui-color-radio-checked: 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-e-500);--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-bg-3: var(--rp-ui-base-dark-e-450);--rp-ui-color-field-bg-3-hover: var(--rp-ui-base-dark-e-500);--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-border-3: var(--rp-ui-base-dark-e-450);--rp-ui-color-field-border-3-hover: var(--rp-ui-base-dark-e-500);--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-field-placeholder-3: var(--rp-ui-base-dark-e-200);--rp-ui-color-radio-checked: 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%}._field-number_wswgu_1{position:relative;display:inline-flex;flex-direction:column}._field-number_wswgu_1._disabled_wswgu_6{opacity:.4}._label_wswgu_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_wswgu_21{display:inline-flex;cursor:pointer}._input-container_wswgu_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_wswgu_26:focus-within:not(._error_wswgu_36._touched_wswgu_36){padding:5px 7px;border-width:2px;border-color:var(--rp-ui-base-topaz-focused)}._input-container_wswgu_26:hover:not(._disabled_wswgu_6):not(:focus-within):not(._error_wswgu_36._touched_wswgu_36){border-color:var(--rp-ui-base-e-300)}._input-container_wswgu_26._filled_wswgu_44:not(:focus-within){border-color:var(--rp-ui-base-e-200)}._input-container_wswgu_26._error_wswgu_36._touched_wswgu_36{border-color:var(--rp-ui-base-error)}._input-field_wswgu_51{display:flex;align-items:center;justify-content:center;height:20px;min-width:44px;margin:2px 4px 0;text-align:center;cursor:text}._input-field_wswgu_51._disabled_wswgu_6{cursor:default}._input_wswgu_26{padding:0;margin:0;border:none;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;color:var(--rp-ui-base-almost-black)}._input_wswgu_26:focus{outline:none}._input_wswgu_26:focus::placeholder{color:transparent}._input_wswgu_26::placeholder{color:var(--rp-ui-base-e-200)}._input_wswgu_26::-webkit-inner-spin-button,._input_wswgu_26::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}._icon-container_kgu2d_1,._icon-container-end_kgu2d_1,._icon-container-start_kgu2d_1{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:22px;height:22px}._icon-container-start_kgu2d_1{margin-right:4px}._collapsed_kgu2d_13 ._icon-container-start_kgu2d_1{cursor:pointer}._icon-container-end_kgu2d_1{margin-left:4px}._label_kgu2d_21{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_kgu2d_21 ._asterisk_kgu2d_30{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);padding-left:4px}._label_kgu2d_21._disabled_kgu2d_36{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_kgu2d_41{display:flex;align-items:center;height:36px;width:100%;padding:7px 12px;box-sizing:border-box;border:1px solid var(--rp-ui-color-field-border-3);border-radius:3px;background-color:var(--rp-ui-color-field-bg-3);transition:width .2s,padding .2s,border .1s}._field_kgu2d_41._default-width_kgu2d_53{width:240px}._field_kgu2d_41._collapsed_kgu2d_13{width:22px;border-width:0;overflow:hidden;padding:0}._field_kgu2d_41._collapsed_kgu2d_13 ._placeholder_kgu2d_62{display:none}._field_kgu2d_41:hover:not(._disabled_kgu2d_36){border-color:var(--rp-ui-color-field-border-3-hover);background-color:var(--rp-ui-color-field-bg-3-hover)}._field_kgu2d_41:focus-within:not(._error_kgu2d_69._touched_kgu2d_69){padding:6px 11px;border:2px solid var(--rp-ui-color-primary-focused)}._field_kgu2d_41._error_kgu2d_69._touched_kgu2d_69{border-color:var(--rp-ui-base-error)}._field_kgu2d_41._disabled_kgu2d_36{pointer-events:none;background-color:var(--rp-ui-base-bg-100)}._field_kgu2d_41._disabled_kgu2d_36 ._placeholder_kgu2d_62{color:var(--rp-ui-base-e-300)}._input-container_kgu2d_84{position:relative;width:100%}._input_kgu2d_84{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-3)}._input_kgu2d_84:focus{outline:none}._input_kgu2d_84:disabled{color:var(--rp-ui-base-e-300)}._placeholder_kgu2d_62{font-size:13px;line-height:20px;font-family:var(--rp-ui-base-font-family);font-weight:400;color:var(--rp-ui-color-field-placeholder-3);position:absolute;top:2px;left:0;pointer-events:none;white-space:nowrap}._placeholder_kgu2d_62 ._asterisk_kgu2d_30:after{position:absolute;top:-3px;color:var(--rp-ui-base-e-300);right:-7px;content:"*";color:var(--rp-ui-base-error-focused)}._icon_kgu2d_1,._clear-icon_kgu2d_131{display:inline-block;width:16px;height:16px}._clear-icon_kgu2d_131{background:none;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer}._clear-icon_kgu2d_131 svg>path{fill:var(--rp-ui-color-bg-2)}._clear-icon_kgu2d_131._disabled_kgu2d_36{pointer-events:none}._clear-icon_kgu2d_131:hover svg{fill:var(--rp-ui-base-e-400)}._clear-icon_kgu2d_131:hover svg>rect{fill:var(--rp-ui-base-e-400)}._clear-icon_kgu2d_131:focus svg{fill:var(--rp-ui-color-primary-focused)}._clear-icon_kgu2d_131:focus svg>rect{fill:var(--rp-ui-color-primary-focused)}._clear-icon_kgu2d_131:active svg{fill:var(--rp-ui-color-primary-pressed)}._clear-icon_kgu2d_131:active svg>rect{fill:var(--rp-ui-color-primary-pressed)}._additional-content_kgu2d_170{margin-top:4px}._additional-content_kgu2d_170._disabled_kgu2d_36{pointer-events:none}._text_kgu2d_177{font-size:11px;line-height:16px;font-family:var(--rp-ui-base-font-family);font-weight:400;display:block}._error-text_kgu2d_185{color:var(--rp-ui-base-error)}._help-text_kgu2d_189{color:var(--rp-ui-base-dark-e-300)}._spin-loader_qn4ih_1{width:16px;height:16px;margin:3px 7px 3px 3px;flex-shrink:0}._spinner_qn4ih_8{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;flex-shrink:0;position:relative;mask:radial-gradient(circle,transparent 55%,var(--rp-ui-color-primary) 0%);animation:_spin_qn4ih_1 1s infinite linear}._spinner_qn4ih_8._color-topaz_qn4ih_20{background:conic-gradient(transparent 0%,var(--rp-ui-color-primary))}@keyframes _spin_qn4ih_1{to{transform:rotate(1turn)}}._table_kha9s_1{width:100%;max-width:1200px}._table_kha9s_1 *{box-sizing:border-box}._table-header_kha9s_9{display:flex;width:100%;height:32px;align-items:center}._table-row_kha9s_16{display:flex;width:100%;height:64px}._table-row_kha9s_16 ._table-row-content_kha9s_21{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_kha9s_16._size-small_kha9s_31{height:44px}._table-row_kha9s_16._size-large_kha9s_34{height:80px}._table-body_kha9s_38{display:flex;flex-direction:column;gap:4px;width:100%}._table-header-cell_kha9s_45,._table-cell_kha9s_45{font-family:var(--rp-ui-base-font-family);font-weight:400;padding:0 16px}._table-header-cell_kha9s_45._action-menu-cell_kha9s_50,._table-cell_kha9s_45._action-menu-cell_kha9s_50{width:48px;padding:0 16px;flex-shrink:0}._table-header-cell_kha9s_45:not(._action-menu-cell_kha9s_50),._table-cell_kha9s_45:not(._action-menu-cell_kha9s_50){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._table-header-cell_kha9s_45._checkbox-cell_kha9s_60,._table-cell_kha9s_45._checkbox-cell_kha9s_60{width:48px;display:flex;justify-content:center;height:100%;cursor:pointer;flex-shrink:0}._table-header-cell_kha9s_45._checkbox-cell_kha9s_60+._table-row-content_kha9s_21,._table-cell_kha9s_45._checkbox-cell_kha9s_60+._table-row-content_kha9s_21{max-width:calc(100% - 48px)}._table-header-cell_kha9s_45._primary-cell_kha9s_71,._table-cell_kha9s_45._primary-cell_kha9s_71{flex:1 1 320px;font-weight:500;text-align:left}._table-header-cell_kha9s_45{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_kha9s_45 ._label_kha9s_87{display:flex;align-items:center}._table-header-cell_kha9s_45._sortable-cell_kha9s_91>._label_kha9s_87{cursor:pointer}._table-header-cell_kha9s_45._align-right_kha9s_94{justify-content:flex-end}._table-header-cell_kha9s_45._align-right_kha9s_94 svg{margin-right:-16px}._table-header-cell_kha9s_45._align-center_kha9s_100{justify-content:center}._table-cell_kha9s_45{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_vh03o_1{position:relative;display:inline-block;width:100%}._icon_vh03o_7{width:16px;height:16px;margin-right:8px}._arrow_vh03o_13{display:inline-flex;margin-left:12px;transition:transform .2s linear}._dropdown_vh03o_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_vh03o_19._transparent-background_vh03o_33{background-color:transparent}._dropdown_vh03o_19._disabled_vh03o_36{pointer-events:none;background-color:var(--rp-ui-color-field-bg-2)}._dropdown_vh03o_19._disabled_vh03o_36 ._arrow_vh03o_13 svg path{opacity:.4}._dropdown_vh03o_19._disabled_vh03o_36 ._value_vh03o_43{color:var(--rp-ui-color-disabled)}._dropdown_vh03o_19._error_vh03o_46._touched_vh03o_46{border-width:1px;border-color:var(--rp-ui-color-error)}._dropdown_vh03o_19:hover:not(:active):not(:focus-visible):not(._opened_vh03o_50):not(._error_vh03o_46){border-color:var(--rp-ui-color-field-hover)}._dropdown_vh03o_19:active,._dropdown_vh03o_19:focus-visible{padding:7px 11px;border-width:2px;border-color:var(--rp-ui-color-primary-focused);outline:none}._dropdown_vh03o_19:active ._arrow_vh03o_13 svg path,._dropdown_vh03o_19:focus-visible ._arrow_vh03o_13 svg path{fill:var(--rp-ui-color-field-hover-2)}._dropdown_vh03o_19._opened_vh03o_50:not(:active):not(._error_vh03o_46){border-width:1px;border-color:var(--rp-ui-color-primary-pressed)}._dropdown_vh03o_19._opened_vh03o_50:not(:active):not(._error_vh03o_46) ._arrow_vh03o_13 svg path{fill:var(--rp-ui-color-field-opened)}._dropdown_vh03o_19._opened_vh03o_50 ._arrow_vh03o_13{transform:rotate(180deg)}._dropdown_vh03o_19 ._placeholder_vh03o_72{color:var(--rp-ui-color-field-placeholder)}._dropdown_vh03o_19 ._value_vh03o_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_vh03o_19 ._mobile-disabled_vh03o_87{background-color:var(--rp-ui-color-field-bg-2)}}._select-list_vh03o_92{position:absolute;top:100%;padding:8px 0;width:max-content;max-width:100%;min-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_vh03o_92._opened_vh03o_50:focus-visible{outline:none}._select-list_vh03o_92._limited-width_vh03o_109{max-width:384px}._options-container_vh03o_113{display:flex;flex-direction:column}._ghost_vh03o_118{border-color:transparent;background:transparent}._ghost_vh03o_118:hover:not(:active):not(:focus-visible):not(._opened_vh03o_50):not(._error_vh03o_46){border-color:transparent}._ghost_vh03o_118._opened_vh03o_50:not(:active):not(._error_vh03o_46){border-color:transparent}._ghost_vh03o_118._opened_vh03o_50 ._value_vh03o_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_1y4na_1{display:flex;justify-content:flex-end;width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._size-selector-button_1y4na_10{margin-right:4px;font-weight:700}._page-selector_rtho4_1{display:flex;gap:8px}._field-wrapper_rtho4_6,._apply-button_rtho4_10{width:90px}._active-page_rmw5h_1{display:inline-block;width:124px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}._page-selector_rmw5h_10{text-align:left}._page-selector-button_rmw5h_14{margin-left:4px;font-weight:700}._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_wi26a_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:13px;line-height:20px;color:var(--rp-ui-base-almost-black)}._modal-content_qziry_1{width:100%;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}._modal-content_qziry_1._scrollable_qziry_12{width:calc(100% - 34px)}._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_f3ckb_1{position:absolute;top:0;left:0;display:block;width:100%;height:100%;text-align:center;overflow:hidden}._overlay-default_f3ckb_12{background-color:var(--rp-ui-base-overlay)}._overlay-light-cyan_f3ckb_16{background-color:var(--rp-ui-base-overlay-light-cyan)}._scrolling-content_f3ckb_20{position:fixed;width:100%;height:100%}._modal-window_f3ckb_26{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_f3ckb_43{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)}._description_f3ckb_43._scrollable_f3ckb_53{width:calc(100% - 34px)}._size-default_f3ckb_57{width:480px}@media (max-width: 480px){._size-default_f3ckb_57{right:10px;left:10px;transform:none;width:auto}}._size-small_f3ckb_69{width:320px}@media (max-width: 320px){._size-small_f3ckb_69{right:10px;left:10px;transform:none;width:auto}}._size-large_f3ckb_81{width:720px}@media (max-width: 720px){._size-large_f3ckb_81{right:10px;left:10px;transform:none;width:auto}}._tooltip-wrapper_18ppz_16{display:block;width:100%;height:fit-content;cursor:pointer}._tooltip-content_18ppz_23{font-size:11px;line-height:16px;padding:16px;border-radius:8px;background-color:var(--rp-ui-base-tooltip-bg);font-family:var(--rp-ui-base-font-family);font-weight:500;color:var(--rp-ui-base-bg-000);word-wrap:break-word;white-space:pre-wrap;box-sizing:border-box;width:100%}._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}
package/dist/tooltip.js CHANGED
@@ -1,71 +1,94 @@
1
- import { jsxs as y, Fragment as E, jsx as n } from "react/jsx-runtime";
2
- import { useState as N, useRef as O } from "react";
3
- import { c as S } from "./bind-06a7ff84.js";
4
- import { useFloating as W, flip as b } from "@floating-ui/react-dom";
5
- const q = "_tooltip_15goq_1", v = {
6
- "tooltip-wrapper": "_tooltip-wrapper_15goq_1",
7
- tooltip: q,
8
- "tooltip-content": "_tooltip-content_15goq_26",
9
- "tooltip-arrow": "_tooltip-arrow_15goq_39"
10
- }, i = S.bind(v), F = 300, M = 100, I = ({
11
- content: c,
12
- wrapperClassName: a,
13
- contentClassName: p,
14
- dynamicWidth: d,
15
- width: m,
16
- placement: u = "bottom",
17
- dataAutomationId: f,
18
- children: _
1
+ import { jsxs as c, Fragment as F, jsx as o } from "react/jsx-runtime";
2
+ import { useState as L, useRef as a } from "react";
3
+ import { c as M } from "./bind-06a7ff84.js";
4
+ import { useFloating as O, offset as R, flip as v, arrow as D, autoUpdate as H, FloatingArrow as G } from "@floating-ui/react";
5
+ const j = {
6
+ "tooltip-wrapper": "_tooltip-wrapper_18ppz_16",
7
+ "tooltip-content": "_tooltip-content_18ppz_23"
8
+ }, p = M.bind(j), k = 300, z = 100, P = 16, d = 8, $ = ["top", "right", "bottom", "left"], B = ({
9
+ content: m,
10
+ wrapperClassName: f,
11
+ contentClassName: u,
12
+ dynamicWidth: h,
13
+ width: w,
14
+ minWidth: x = 120,
15
+ safeZone: T = 4,
16
+ zIndex: _ = 9,
17
+ placement: E = "bottom",
18
+ arrowColor: g = "rgba(34, 34, 34, 0.91)",
19
+ dataAutomationId: A,
20
+ children: b
19
21
  }) => {
20
- const [h, s] = N(!1), t = O(), { refs: l, floatingStyles: g } = W({
21
- placement: u,
22
- strategy: "fixed",
22
+ const [n, s] = L(!1), i = a(null), t = a(), { refs: l, floatingStyles: I, context: N } = O({
23
+ open: n,
24
+ placement: E,
23
25
  middleware: [
24
- b({
25
- fallbackPlacements: ["bottom", "top", "right", "left"]
26
+ R({
27
+ mainAxis: T + d
28
+ }),
29
+ v({
30
+ fallbackAxisSideDirection: "start",
31
+ fallbackPlacements: $
32
+ }),
33
+ D({
34
+ element: i
26
35
  })
27
- ]
28
- }), o = d ? null : { width: `${m}px` }, w = document.documentElement.clientWidth, x = o || w - M, r = () => {
36
+ ],
37
+ whileElementsMounted: H
38
+ }), e = h ? null : { width: `${w}px` }, S = document.documentElement.clientWidth, W = e || S - z, r = () => {
29
39
  t.current && clearTimeout(t.current), s(!1);
30
- }, T = () => {
31
- t.current = setTimeout(() => s(!0), F);
40
+ }, y = () => {
41
+ t.current = setTimeout(() => s(!0), k);
32
42
  };
33
- return /* @__PURE__ */ y(E, { children: [
34
- /* @__PURE__ */ n(
43
+ return /* @__PURE__ */ c(F, { children: [
44
+ /* @__PURE__ */ o(
35
45
  "div",
36
46
  {
37
- ref: (e) => l.setReference(e),
38
- className: i("tooltip-wrapper", a),
47
+ ref: l.setReference,
48
+ className: p("tooltip-wrapper", f),
39
49
  onMouseDown: r,
40
- onMouseEnter: T,
50
+ onMouseEnter: y,
41
51
  onMouseLeave: r,
42
- children: _
52
+ children: b
43
53
  }
44
54
  ),
45
- h && /* @__PURE__ */ n(
55
+ n && /* @__PURE__ */ c(
46
56
  "div",
47
57
  {
48
- className: i("tooltip"),
49
- ref: (e) => l.setFloating(e),
58
+ ref: l.setFloating,
50
59
  style: {
51
- ...g,
52
- ...o
60
+ ...I,
61
+ ...e,
62
+ minWidth: x,
63
+ zIndex: _
53
64
  },
54
- "data-automation-id": f,
55
- children: /* @__PURE__ */ n(
56
- "div",
57
- {
58
- className: i("tooltip-content", p),
59
- style: {
60
- maxWidth: `${x}px`
61
- },
62
- children: c
63
- }
64
- )
65
+ "data-automation-id": A,
66
+ children: [
67
+ /* @__PURE__ */ o(
68
+ G,
69
+ {
70
+ ref: i,
71
+ context: N,
72
+ width: P,
73
+ height: d,
74
+ fill: g
75
+ }
76
+ ),
77
+ /* @__PURE__ */ o(
78
+ "div",
79
+ {
80
+ className: p("tooltip-content", u),
81
+ style: {
82
+ maxWidth: `${W}px`
83
+ },
84
+ children: m
85
+ }
86
+ )
87
+ ]
65
88
  }
66
89
  )
67
90
  ] });
68
91
  };
69
92
  export {
70
- I as Tooltip
93
+ B as Tooltip
71
94
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reportportal/ui-kit",
3
- "version": "0.0.1-alpha.27",
3
+ "version": "0.0.1-alpha.29",
4
4
  "description": "The UI-kit library for ReportPortal Design System.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,62 +0,0 @@
1
- import { jsxs as b, jsx as h } from "react/jsx-runtime";
2
- import { forwardRef as l } from "react";
3
- import { c as u } from "./bind-06a7ff84.js";
4
- const x = "_button_15twe_1", f = "_primary_15twe_19", g = "_disabled_15twe_24", y = "_ghost_15twe_39", N = "_danger_15twe_60", B = "_text_15twe_79", $ = "_icon_15twe_125", j = {
5
- button: x,
6
- primary: f,
7
- disabled: g,
8
- ghost: y,
9
- danger: N,
10
- text: B,
11
- "width-wide-content": "_width-wide-content_15twe_115",
12
- "width-parent": "_width-parent_15twe_120",
13
- icon: $,
14
- "icon-start": "_icon-start_15twe_131",
15
- "icon-end": "_icon-end_15twe_135"
16
- }, s = u.bind(j), v = l(
17
- ({
18
- variant: _ = "primary",
19
- icon: t,
20
- iconPlace: n = "start",
21
- adjustWidthOn: o = "content",
22
- type: r = "button",
23
- children: c,
24
- disabled: e = !1,
25
- onClick: i,
26
- title: a,
27
- className: w,
28
- ...d
29
- }, m) => {
30
- const p = s("button", _, w, {
31
- disabled: e,
32
- [`width-${o}`]: o
33
- });
34
- return /* @__PURE__ */ b(
35
- "button",
36
- {
37
- ref: m,
38
- type: r,
39
- disabled: e,
40
- className: p,
41
- onClick: i,
42
- title: a,
43
- ...d,
44
- children: [
45
- t && /* @__PURE__ */ h(
46
- "i",
47
- {
48
- className: s("icon", {
49
- [`icon-${n}`]: n
50
- }),
51
- children: t
52
- }
53
- ),
54
- c
55
- ]
56
- }
57
- );
58
- }
59
- );
60
- export {
61
- v as B
62
- };
@@ -1,127 +0,0 @@
1
- import { jsxs as K, jsx as l } from "react/jsx-runtime";
2
- import * as d from "react";
3
- import { useRef as A, useMemo as B } from "react";
4
- import { c as T } from "./bind-06a7ff84.js";
5
- import { K as e } from "./keyCodes-f63c0e11.js";
6
- import { B as f } from "./baseIconButton-b6adc843.js";
7
- const W = (t) => /* @__PURE__ */ d.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "#C1C7D0", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00117 2.62046C7.63142 2.6189 7.33294 2.91738 7.3345 3.28712L7.35159 7.35159L3.28712 7.3345C2.91738 7.33295 2.6189 7.63142 2.62045 8.00117C2.62201 8.37091 2.92301 8.67191 3.29275 8.67346L7.35722 8.69056L7.37391 12.6599C7.37547 13.0296 7.67647 13.3306 8.04621 13.3322C8.41596 13.3337 8.71443 13.0352 8.71288 12.6655L8.69619 8.69619L12.6655 8.71288C13.0352 8.71444 13.3337 8.41596 13.3322 8.04621C13.3306 7.67647 13.0296 7.37547 12.6599 7.37392L8.69056 7.35722L8.67346 3.29275C8.67191 2.92301 8.37091 2.62201 8.00117 2.62046Z" })), v = (t) => /* @__PURE__ */ d.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "#C1C7D0", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ d.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.31082 7.31081C2.94108 7.30926 2.6426 7.60773 2.64415 7.97748C2.64571 8.34722 2.9467 8.64822 3.31645 8.64977L12.6892 8.68919C13.0589 8.69074 13.3574 8.39227 13.3559 8.02252C13.3543 7.65278 13.0533 7.35178 12.6836 7.35023L3.31082 7.31081Z" })), y = 5, h = 16, S = [
8
- e.TAB_KEY_CODE,
9
- e.BACKSPACE_KEY_CODE,
10
- e.ARROW_LEFT_KEY_CODE,
11
- e.ARROW_UP_KEY_CODE,
12
- e.ARROW_RIGHT_KEY_CODE,
13
- e.ARROW_DOWN_KEY_CODE,
14
- e.DELETE_KEY_CODE,
15
- e.NUM_LOCK_0_KEY_CODE,
16
- e.NUM_LOCK_1_KEY_CODE,
17
- e.NUM_LOCK_2_KEY_CODE,
18
- e.NUM_LOCK_3_KEY_CODE,
19
- e.NUM_LOCK_4_KEY_CODE,
20
- e.NUM_LOCK_5_KEY_CODE,
21
- e.NUM_LOCK_6_KEY_CODE,
22
- e.NUM_LOCK_7_KEY_CODE,
23
- e.NUM_LOCK_8_KEY_CODE,
24
- e.NUM_LOCK_9_KEY_CODE
25
- ], I = "_disabled_3tc9r_6", b = "_label_3tc9r_10", k = "_sign_3tc9r_21", F = "_error_3tc9r_36", H = "_touched_3tc9r_36", V = "_filled_3tc9r_41", P = "_input_3tc9r_26", j = {
26
- "field-number": "_field-number_3tc9r_1",
27
- disabled: I,
28
- label: b,
29
- sign: k,
30
- "input-container": "_input-container_3tc9r_26",
31
- error: F,
32
- touched: H,
33
- filled: V,
34
- "input-field": "_input-field_3tc9r_48",
35
- input: P
36
- }, r = T.bind(j), z = ({
37
- value: t = "",
38
- placeholder: D = "0",
39
- disabled: c = !1,
40
- onChange: i,
41
- onFocus: a,
42
- onBlur: G,
43
- label: O,
44
- postfix: s = "",
45
- min: o = 0,
46
- max: E = Number.MAX_SAFE_INTEGER,
47
- title: p,
48
- error: m,
49
- touched: L = !1,
50
- ...N
51
- }) => {
52
- const C = A(null), R = (_) => {
53
- let n = _.target.value.replace(/^0(?=\d+|^\d)/g, "");
54
- if (n === "") {
55
- i("");
56
- return;
57
- }
58
- n = +n, n >= o && n <= E && i(n);
59
- }, Y = (_) => {
60
- const { keyCode: n } = _;
61
- S.includes(n) || (n < e.NUMBER_START_KEY_CODE || n > e.NUMBER_END_KEY_CODE || _.shiftKey) && _.preventDefault();
62
- }, w = () => {
63
- const _ = +t - 1;
64
- _ >= o && _ <= E && i(_);
65
- }, g = () => {
66
- const _ = +t + 1;
67
- _ >= o && _ <= E && i(_);
68
- }, u = D + s, M = B(() => {
69
- let _ = (String(t) || u).length;
70
- return s && !t && (_ += 1), _ > h ? `${h}ch` : `${_ || y}ch`;
71
- }, [u, s, t]), U = () => {
72
- C && C.current && C.current.focus(), a && a();
73
- };
74
- return /* @__PURE__ */ K("div", { className: r("field-number", { disabled: c }), children: [
75
- O && /* @__PURE__ */ l("span", { className: r("label"), children: O }),
76
- /* @__PURE__ */ K(
77
- "div",
78
- {
79
- className: r("input-container", {
80
- filled: !!t || t === 0,
81
- error: m,
82
- disabled: c,
83
- touched: L
84
- }),
85
- title: p,
86
- children: [
87
- /* @__PURE__ */ l(
88
- f,
89
- {
90
- className: r("sign", "minus"),
91
- disabled: c,
92
- onClick: w,
93
- children: /* @__PURE__ */ l(v, {})
94
- }
95
- ),
96
- /* @__PURE__ */ K("span", { className: r("input-field", { disabled: c }), onClick: U, children: [
97
- /* @__PURE__ */ l(
98
- "input",
99
- {
100
- ref: C,
101
- className: r("input"),
102
- type: "number",
103
- value: t,
104
- placeholder: u,
105
- disabled: c,
106
- min: o,
107
- max: E,
108
- onKeyDown: c ? void 0 : Y,
109
- onChange: c ? void 0 : R,
110
- onFocus: c ? void 0 : a,
111
- style: { width: M },
112
- ...N
113
- }
114
- ),
115
- !!s && (t === 0 || !!t) && /* @__PURE__ */ l("span", { children: s.slice(0, 1) })
116
- ] }),
117
- /* @__PURE__ */ l(f, { className: r("sign", "plus"), disabled: c, onClick: g, children: /* @__PURE__ */ l(W, {}) })
118
- ]
119
- }
120
- )
121
- ] });
122
- };
123
- export {
124
- z as F,
125
- W as S,
126
- v as a
127
- };