@arthurzakharov/ui-kit 2.0.1 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/button-B5n1Rk4g.css +1 -0
- package/dist/components/bottom-bar/bottom-bar.component.js +1 -1
- package/dist/components/dialog-article/dialog-article.component.js +16 -16
- package/dist/controls/buttons/button/button.component.d.ts +3 -2
- package/dist/controls/buttons/button/button.component.js +65 -54
- package/dist/controls/interactives/dropdown/dropdown.component.js +18 -9
- package/package.json +1 -1
- package/dist/assets/button-Dev1TPny.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._Button_7nu7i_1{position:relative;box-sizing:border-box;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:border-color var(--rm-ui-amimation-speed-primary) var(--rm-ui-amimation-cubic-primary),background-color var(--rm-ui-amimation-speed-primary) var(--rm-ui-amimation-cubic-primary)}._Button_7nu7i_1:disabled{cursor:not-allowed;opacity:.33}._Button_7nu7i_1._SM_7nu7i_19{border-radius:var(--rm-ui-border-radius-sm);padding:var(--rm-ui-padding-xs) var(--rm-ui-padding-sm)}._Button_7nu7i_1._LG_7nu7i_24._Tertiary_7nu7i_24{padding:calc(var(--rm-ui-padding-xs) - 1px) calc(var(--rm-ui-padding-sm) - 1px)}._Button_7nu7i_1._SM_7nu7i_19 ._Text_7nu7i_28{font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small)}._Button_7nu7i_1._MD_7nu7i_34{border-radius:var(--rm-ui-border-radius-md);padding:var(--rm-ui-padding-sm) var(--rm-ui-padding-lg)}._Button_7nu7i_1._MD_7nu7i_34._Tertiary_7nu7i_24{padding:calc(var(--rm-ui-padding-sm) - 1px) calc(var(--rm-ui-padding-lg) - 1px)}._Button_7nu7i_1._LG_7nu7i_24{border-radius:var(--rm-ui-border-radius-md);padding:var(--rm-ui-padding-sm) var(--rm-ui-padding-lg)}._Button_7nu7i_1._LG_7nu7i_24._Tertiary_7nu7i_24{padding:calc(var(--rm-ui-padding-sm) - 1px) calc(var(--rm-ui-padding-lg) - 1px)}._Button_7nu7i_1._MD_7nu7i_34 ._Text_7nu7i_28{font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body)}._Button_7nu7i_1._LG_7nu7i_24 ._Text_7nu7i_28{font-size:var(--rm-ui-font-size-body-large);line-height:var(--rm-ui-line-height-body-large)}._Button_7nu7i_1._Primary_7nu7i_62{background-color:var(--rm-ui-next-btn-bg)}._Button_7nu7i_1._Primary_7nu7i_62:hover{background-color:var(--rm-ui-next-btn-bg-hover)}._Button_7nu7i_1._Primary_7nu7i_62 ._Text_7nu7i_28,._Button_7nu7i_1._Primary_7nu7i_62 ._Info_7nu7i_71{color:#fff}._Button_7nu7i_1._Secondary_7nu7i_75{border:1px solid transparent;background-color:transparent}._Button_7nu7i_1._Secondary_7nu7i_75:hover{border-color:var(--rm-ui-grey-400)}._Button_7nu7i_1._Secondary_7nu7i_75:hover ._Text_7nu7i_28{color:var(--rm-ui-grey-400);border-color:var(--rm-ui-grey-400)}._Button_7nu7i_1._Secondary_7nu7i_75 ._Text_7nu7i_28,._Button_7nu7i_1._Secondary_7nu7i_75 ._Info_7nu7i_71{color:var(--rm-ui-color-text-secondary)}._Button_7nu7i_1._Tertiary_7nu7i_24{border:1px solid var(--rm-ui-grey-300);background-color:transparent}._Button_7nu7i_1._Tertiary_7nu7i_24:hover{border-color:var(--rm-ui-grey-200)}._Button_7nu7i_1._Tertiary_7nu7i_24:hover ._Text_7nu7i_28{color:var(--rm-ui-grey-700)}._Button_7nu7i_1._Tertiary_7nu7i_24 ._Text_7nu7i_28,._Button_7nu7i_1._Tertiary_7nu7i_24 ._Info_7nu7i_71{color:var(--rm-ui-color-text-primary)}._Button_7nu7i_1:not(._Loading_7nu7i_111):not(:disabled):hover{cursor:pointer}._Button_7nu7i_1:focus{outline-color:var(--rm-ui-color-focus)}._Button_7nu7i_1._FullWidth_7nu7i_119{width:100%}._Content_7nu7i_123{display:flex;flex-direction:column}._Info_7nu7i_71{flex-basis:100%;font-weight:var(--rm-ui-font-weight-regular)}._Info_7nu7i_71._SM_7nu7i_19{font-size:var(--rm-ui-font-size-body-small);line-height:calc(var(--rm-ui-line-height-body-small) - 2px)}._Info_7nu7i_71._MD_7nu7i_34{font-size:var(--rm-ui-font-size-body);line-height:calc(var(--rm-ui-line-height-body) - 2px)}._Info_7nu7i_71._LG_7nu7i_24{font-size:var(--rm-ui-font-size-body-large);line-height:calc(var(--rm-ui-line-height-body-large) - 2px)}._Text_7nu7i_28{font-weight:var(--rm-ui-font-weight-medium);transition:color var(--rm-ui-amimation-speed-primary) var(--rm-ui-amimation-cubic-primary)}._Loader_7nu7i_153{position:absolute}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useRef as g, useState as
|
|
3
|
-
import { useWindowSize as
|
|
1
|
+
import { jsxs as a, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as g, useState as x } from "react";
|
|
3
|
+
import { useWindowSize as v, useResizeObserver as h } from "usehooks-ts";
|
|
4
4
|
import b from "clsx";
|
|
5
|
-
import { Button as
|
|
5
|
+
import { Button as s } from "../../controls/buttons/button/button.component.js";
|
|
6
6
|
import "../../controls/primitives/box/box.component.js";
|
|
7
7
|
import "../../utils/content/content.component.js";
|
|
8
8
|
import { baseProps as c } from "../../utils/functions/functions.util.js";
|
|
@@ -10,12 +10,12 @@ import "lucide-react";
|
|
|
10
10
|
import '../../assets/dialog-article-BdDXX1FV.css';const A = "_DialogArticle_vv4cw_1", B = "_Buttons_vv4cw_8", n = {
|
|
11
11
|
DialogArticle: A,
|
|
12
12
|
Buttons: B
|
|
13
|
-
},
|
|
14
|
-
const { children: m, cancel: t, confirm: e, ...i } = d, o = g(null), [u, f] =
|
|
15
|
-
return
|
|
13
|
+
}, N = (d) => {
|
|
14
|
+
const { children: m, cancel: t, confirm: e, ...i } = d, o = g(null), [u, f] = x(0), { width: p } = v();
|
|
15
|
+
return h({
|
|
16
16
|
ref: o,
|
|
17
17
|
onResize: (r) => f(p < 768 && r.height ? r.height : 0)
|
|
18
|
-
}), /* @__PURE__ */
|
|
18
|
+
}), /* @__PURE__ */ a(
|
|
19
19
|
"div",
|
|
20
20
|
{
|
|
21
21
|
"data-testid": c(i, "data-testid", "dialog-article"),
|
|
@@ -23,28 +23,28 @@ import '../../assets/dialog-article-BdDXX1FV.css';const A = "_DialogArticle_vv4c
|
|
|
23
23
|
style: { paddingBottom: u },
|
|
24
24
|
children: [
|
|
25
25
|
m,
|
|
26
|
-
(t || e) && /* @__PURE__ */
|
|
27
|
-
t && /* @__PURE__ */
|
|
28
|
-
|
|
26
|
+
(t || e) && /* @__PURE__ */ a("div", { "data-testid": "dialog-article-buttons", ref: o, className: n.Buttons, children: [
|
|
27
|
+
t && /* @__PURE__ */ l(
|
|
28
|
+
s,
|
|
29
29
|
{
|
|
30
30
|
"data-testid": "dialog-article-cancel",
|
|
31
31
|
blurAfterClick: !0,
|
|
32
32
|
preventDefault: !0,
|
|
33
33
|
text: t.text,
|
|
34
34
|
color: "tertiary",
|
|
35
|
-
|
|
35
|
+
textSize: "md",
|
|
36
36
|
onClick: t.fn
|
|
37
37
|
}
|
|
38
38
|
),
|
|
39
|
-
e && /* @__PURE__ */
|
|
40
|
-
|
|
39
|
+
e && /* @__PURE__ */ l(
|
|
40
|
+
s,
|
|
41
41
|
{
|
|
42
42
|
"data-testid": "dialog-article-confirm",
|
|
43
43
|
blurAfterClick: !0,
|
|
44
44
|
preventDefault: !0,
|
|
45
45
|
text: e.text,
|
|
46
46
|
color: "primary",
|
|
47
|
-
|
|
47
|
+
textSize: "md",
|
|
48
48
|
onClick: e.fn
|
|
49
49
|
}
|
|
50
50
|
)
|
|
@@ -54,5 +54,5 @@ import '../../assets/dialog-article-BdDXX1FV.css';const A = "_DialogArticle_vv4c
|
|
|
54
54
|
);
|
|
55
55
|
};
|
|
56
56
|
export {
|
|
57
|
-
|
|
57
|
+
N as DialogArticle
|
|
58
58
|
};
|
|
@@ -4,7 +4,8 @@ import { Base } from '../../../utils/types';
|
|
|
4
4
|
export interface ButtonProps extends Base {
|
|
5
5
|
text: string;
|
|
6
6
|
color?: ControlButtonColor;
|
|
7
|
-
|
|
7
|
+
textSize?: ControlButtonSize;
|
|
8
|
+
infoSize?: ControlButtonSize;
|
|
8
9
|
type?: ControlButtonType;
|
|
9
10
|
disabled?: boolean;
|
|
10
11
|
info?: ReactNode;
|
|
@@ -16,4 +17,4 @@ export interface ButtonProps extends Base {
|
|
|
16
17
|
onFocus?: () => void;
|
|
17
18
|
onBlur?: () => void;
|
|
18
19
|
}
|
|
19
|
-
export declare const Button: ({ text, color,
|
|
20
|
+
export declare const Button: ({ text, color, textSize, infoSize, type, disabled, info, fullWidth, loading, preventDefault, blurAfterClick, onClick, onFocus, onBlur, ...base }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,65 +1,66 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { FadeScale as
|
|
4
|
-
import { Loader as
|
|
5
|
-
import { Content as
|
|
6
|
-
import { withControl as
|
|
7
|
-
import '../../../assets/button-
|
|
8
|
-
Button:
|
|
9
|
-
SM:
|
|
10
|
-
LG:
|
|
11
|
-
Tertiary:
|
|
12
|
-
Text:
|
|
13
|
-
MD:
|
|
1
|
+
import { jsxs as i, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import c from "clsx";
|
|
3
|
+
import { FadeScale as x } from "../../../animations/fade-scale/fade-scale.component.js";
|
|
4
|
+
import { Loader as C } from "../../../components/loader/loader.component.js";
|
|
5
|
+
import { Content as T } from "../../../utils/content/content.component.js";
|
|
6
|
+
import { withControl as B, baseProps as _ } from "../../../utils/functions/functions.util.js";
|
|
7
|
+
import '../../../assets/button-B5n1Rk4g.css';const F = "_Button_7nu7i_1", N = "_SM_7nu7i_19", S = "_LG_7nu7i_24", b = "_Tertiary_7nu7i_24", D = "_Text_7nu7i_28", G = "_MD_7nu7i_34", P = "_Primary_7nu7i_62", I = "_Info_7nu7i_71", W = "_Secondary_7nu7i_75", g = "_Loading_7nu7i_111", w = "_FullWidth_7nu7i_119", $ = "_Content_7nu7i_123", j = "_Loader_7nu7i_153", t = {
|
|
8
|
+
Button: F,
|
|
9
|
+
SM: N,
|
|
10
|
+
LG: S,
|
|
11
|
+
Tertiary: b,
|
|
12
|
+
Text: D,
|
|
13
|
+
MD: G,
|
|
14
14
|
Primary: P,
|
|
15
|
-
Info:
|
|
16
|
-
Secondary:
|
|
17
|
-
Loading:
|
|
18
|
-
FullWidth:
|
|
19
|
-
Content:
|
|
20
|
-
Loader:
|
|
21
|
-
},
|
|
22
|
-
text:
|
|
23
|
-
color:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
15
|
+
Info: I,
|
|
16
|
+
Secondary: W,
|
|
17
|
+
Loading: g,
|
|
18
|
+
FullWidth: w,
|
|
19
|
+
Content: $,
|
|
20
|
+
Loader: j
|
|
21
|
+
}, J = ({
|
|
22
|
+
text: d,
|
|
23
|
+
color: n = "primary",
|
|
24
|
+
textSize: o = "md",
|
|
25
|
+
infoSize: e = "sm",
|
|
26
|
+
type: m = "button",
|
|
27
|
+
disabled: u = !1,
|
|
28
|
+
info: l = "",
|
|
29
|
+
fullWidth: y = !1,
|
|
30
|
+
loading: r = !1,
|
|
31
|
+
preventDefault: p = !1,
|
|
32
|
+
blurAfterClick: L = !1,
|
|
33
|
+
onClick: f = () => {
|
|
33
34
|
},
|
|
34
|
-
onFocus:
|
|
35
|
-
onBlur:
|
|
36
|
-
...
|
|
37
|
-
}) => /* @__PURE__ */
|
|
35
|
+
onFocus: h,
|
|
36
|
+
onBlur: M,
|
|
37
|
+
...s
|
|
38
|
+
}) => /* @__PURE__ */ i(
|
|
38
39
|
"button",
|
|
39
40
|
{
|
|
40
|
-
"data-testid":
|
|
41
|
-
type:
|
|
42
|
-
disabled:
|
|
43
|
-
className:
|
|
41
|
+
"data-testid": _(s, "data-testid", "button"),
|
|
42
|
+
type: m,
|
|
43
|
+
disabled: u || r,
|
|
44
|
+
className: c(t.Button, _(s, "className"), {
|
|
44
45
|
[t.SM]: o === "sm",
|
|
45
46
|
[t.MD]: o === "md",
|
|
46
47
|
[t.LG]: o === "lg",
|
|
47
|
-
[t.Primary]:
|
|
48
|
-
[t.Secondary]:
|
|
49
|
-
[t.Tertiary]:
|
|
50
|
-
[t.FullWidth]:
|
|
51
|
-
[t.Loading]:
|
|
48
|
+
[t.Primary]: n === "primary",
|
|
49
|
+
[t.Secondary]: n === "secondary",
|
|
50
|
+
[t.Tertiary]: n === "tertiary",
|
|
51
|
+
[t.FullWidth]: y,
|
|
52
|
+
[t.Loading]: r
|
|
52
53
|
}),
|
|
53
|
-
onClick:
|
|
54
|
-
onFocus: () =>
|
|
55
|
-
onBlur: () =>
|
|
54
|
+
onClick: B(f, { prevent: p, blur: L }),
|
|
55
|
+
onFocus: () => h?.(),
|
|
56
|
+
onBlur: () => M?.(),
|
|
56
57
|
children: [
|
|
57
|
-
|
|
58
|
-
|
|
58
|
+
r && /* @__PURE__ */ a(
|
|
59
|
+
C,
|
|
59
60
|
{
|
|
60
61
|
size: "xs",
|
|
61
62
|
color: (() => {
|
|
62
|
-
switch (
|
|
63
|
+
switch (n) {
|
|
63
64
|
case "primary":
|
|
64
65
|
return "white";
|
|
65
66
|
case "secondary":
|
|
@@ -71,13 +72,23 @@ import '../../../assets/button-Dev1TPny.css';const C = "_Button_17hg9_1", T = "_
|
|
|
71
72
|
className: t.Loader
|
|
72
73
|
}
|
|
73
74
|
),
|
|
74
|
-
/* @__PURE__ */
|
|
75
|
-
/* @__PURE__ */
|
|
76
|
-
/* @__PURE__ */
|
|
75
|
+
/* @__PURE__ */ i(x, { name: "content", keepMount: !0, condition: !r, className: t.Content, children: [
|
|
76
|
+
/* @__PURE__ */ a("span", { className: t.Text, children: d }),
|
|
77
|
+
/* @__PURE__ */ a(
|
|
78
|
+
T,
|
|
79
|
+
{
|
|
80
|
+
className: c(t.Info, {
|
|
81
|
+
[t.SM]: e === "sm",
|
|
82
|
+
[t.MD]: e === "md",
|
|
83
|
+
[t.LG]: e === "lg"
|
|
84
|
+
}),
|
|
85
|
+
children: l
|
|
86
|
+
}
|
|
87
|
+
)
|
|
77
88
|
] })
|
|
78
89
|
]
|
|
79
90
|
}
|
|
80
91
|
);
|
|
81
92
|
export {
|
|
82
|
-
|
|
93
|
+
J as Button
|
|
83
94
|
};
|
|
@@ -43,16 +43,16 @@ import '../../../assets/dropdown-DLhCAHEx.css';const Z = "_Dropdown_1kidn_1", ee
|
|
|
43
43
|
onOpen: A,
|
|
44
44
|
onClose: G,
|
|
45
45
|
// Base props
|
|
46
|
-
...
|
|
46
|
+
...S
|
|
47
47
|
}) => {
|
|
48
|
-
const
|
|
48
|
+
const b = u(null), _ = u(null), B = u(null), { value: l, setFalse: m, toggle: L } = M(!1), [C, O] = f(""), [n, $] = f({ width: 0, height: 0 }), [a, N] = f([]);
|
|
49
49
|
E({
|
|
50
50
|
ref: _,
|
|
51
51
|
onResize: (e) => $({ width: e.width || 0, height: e.height || 0 })
|
|
52
52
|
}), P(_, (e) => {
|
|
53
|
-
X(e,
|
|
53
|
+
X(e, b) || (c && h(a), m());
|
|
54
54
|
}), y(() => N(Array.isArray(d) ? d : []), [d]), y(() => {
|
|
55
|
-
l && n.width && n.height ? (
|
|
55
|
+
l && n.width && n.height ? (B.current?.focus(), A?.call(null, n.height, n.width)) : G?.call(null);
|
|
56
56
|
}, [l, n]);
|
|
57
57
|
const j = (e, t) => {
|
|
58
58
|
N((r) => r.some(({ value: p }) => p === e) ? r.filter(({ value: p }) => p !== e) : [...r, { value: e, label: t }]);
|
|
@@ -65,10 +65,10 @@ import '../../../assets/dropdown-DLhCAHEx.css';const Z = "_Dropdown_1kidn_1", ee
|
|
|
65
65
|
return /* @__PURE__ */ i(
|
|
66
66
|
"div",
|
|
67
67
|
{
|
|
68
|
-
"data-testid": H(
|
|
69
|
-
className: k(o.Dropdown, H(
|
|
68
|
+
"data-testid": H(S, "data-testid", "dropdown"),
|
|
69
|
+
className: k(o.Dropdown, H(S, "className")),
|
|
70
70
|
children: [
|
|
71
|
-
/* @__PURE__ */ s(R, { ref:
|
|
71
|
+
/* @__PURE__ */ s(R, { ref: b, onClick: L, children: /* @__PURE__ */ i("div", { className: o.Border, children: [
|
|
72
72
|
/* @__PURE__ */ i("div", { className: o.Content, children: [
|
|
73
73
|
/* @__PURE__ */ s(U, { text: z, position: "active" }),
|
|
74
74
|
/* @__PURE__ */ s(
|
|
@@ -88,7 +88,7 @@ import '../../../assets/dropdown-DLhCAHEx.css';const Z = "_Dropdown_1kidn_1", ee
|
|
|
88
88
|
/* @__PURE__ */ s(
|
|
89
89
|
"input",
|
|
90
90
|
{
|
|
91
|
-
ref:
|
|
91
|
+
ref: B,
|
|
92
92
|
value: C,
|
|
93
93
|
type: "text",
|
|
94
94
|
className: o.Input,
|
|
@@ -117,7 +117,16 @@ import '../../../assets/dropdown-DLhCAHEx.css';const Z = "_Dropdown_1kidn_1", ee
|
|
|
117
117
|
},
|
|
118
118
|
e + r
|
|
119
119
|
)) : /* @__PURE__ */ s("li", { className: k(o.Choice, o.ChoiceNoResult), children: /* @__PURE__ */ s(x, { text: V, size: "body", checked: !1 }) }) }),
|
|
120
|
-
c && /* @__PURE__ */ s("div", { className: o.Close, children: /* @__PURE__ */ s(
|
|
120
|
+
c && /* @__PURE__ */ s("div", { className: o.Close, children: /* @__PURE__ */ s(
|
|
121
|
+
J,
|
|
122
|
+
{
|
|
123
|
+
color: "primary",
|
|
124
|
+
textSize: "sm",
|
|
125
|
+
type: "button",
|
|
126
|
+
text: W,
|
|
127
|
+
onClick: () => F()
|
|
128
|
+
}
|
|
129
|
+
) })
|
|
121
130
|
] }) })
|
|
122
131
|
]
|
|
123
132
|
}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._Button_17hg9_1{position:relative;box-sizing:border-box;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:border-color var(--rm-ui-amimation-speed-primary) var(--rm-ui-amimation-cubic-primary),background-color var(--rm-ui-amimation-speed-primary) var(--rm-ui-amimation-cubic-primary)}._Button_17hg9_1:disabled{cursor:not-allowed;opacity:.33}._SM_17hg9_19{border-radius:var(--rm-ui-border-radius-sm);padding:var(--rm-ui-padding-xs) var(--rm-ui-padding-sm)}._LG_17hg9_24._Tertiary_17hg9_24{padding:calc(var(--rm-ui-padding-xs) - 1px) calc(var(--rm-ui-padding-sm) - 1px)}._SM_17hg9_19 ._Text_17hg9_28{font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small)}._MD_17hg9_34{border-radius:var(--rm-ui-border-radius-md);padding:var(--rm-ui-padding-sm) var(--rm-ui-padding-lg)}._MD_17hg9_34._Tertiary_17hg9_24{padding:calc(var(--rm-ui-padding-sm) - 1px) calc(var(--rm-ui-padding-lg) - 1px)}._LG_17hg9_24{border-radius:var(--rm-ui-border-radius-md);padding:var(--rm-ui-padding-sm) var(--rm-ui-padding-lg)}._LG_17hg9_24._Tertiary_17hg9_24{padding:calc(var(--rm-ui-padding-sm) - 1px) calc(var(--rm-ui-padding-lg) - 1px)}._MD_17hg9_34 ._Text_17hg9_28{font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body)}._LG_17hg9_24 ._Text_17hg9_28{font-size:var(--rm-ui-font-size-body-large);line-height:var(--rm-ui-line-height-body-large)}._Primary_17hg9_62{background-color:var(--rm-ui-next-btn-bg)}._Primary_17hg9_62:hover{background-color:var(--rm-ui-next-btn-bg-hover)}._Primary_17hg9_62 ._Text_17hg9_28,._Primary_17hg9_62 ._Info_17hg9_71{color:#fff}._Secondary_17hg9_75{border:1px solid transparent;background-color:transparent}._Secondary_17hg9_75:hover{border-color:var(--rm-ui-grey-400)}._Secondary_17hg9_75:hover ._Text_17hg9_28{color:var(--rm-ui-grey-400);border-color:var(--rm-ui-grey-400)}._Secondary_17hg9_75 ._Text_17hg9_28,._Secondary_17hg9_75 ._Info_17hg9_71{color:var(--rm-ui-color-text-secondary)}._Tertiary_17hg9_24{border:1px solid var(--rm-ui-grey-300);background-color:transparent}._Tertiary_17hg9_24:hover{border-color:var(--rm-ui-grey-200)}._Tertiary_17hg9_24:hover ._Text_17hg9_28{color:var(--rm-ui-grey-700)}._Tertiary_17hg9_24 ._Text_17hg9_28,._Tertiary_17hg9_24 ._Info_17hg9_71{color:var(--rm-ui-color-text-primary)}._Button_17hg9_1:not(._Loading_17hg9_111):not(:disabled):hover{cursor:pointer}._Button_17hg9_1:focus{outline-color:var(--rm-ui-color-focus)}._FullWidth_17hg9_119{width:100%}._Content_17hg9_123{display:flex;flex-direction:column}._Info_17hg9_71{flex-basis:100%;font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body-small);line-height:calc(var(--rm-ui-line-height-body-small) - 2px)}._Text_17hg9_28{font-weight:var(--rm-ui-font-weight-medium);transition:color var(--rm-ui-amimation-speed-primary) var(--rm-ui-amimation-cubic-primary)}._Loader_17hg9_140{position:absolute}
|