@arthurzakharov/ui-kit 1.6.2 → 1.6.4
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-text-D-i7Ce3y.css +1 -0
- package/dist/assets/checkbox-BVxmXTx8.css +1 -0
- package/dist/assets/user-panel-DC4NxXIi.css +1 -0
- package/dist/components/user-panel/user-panel.component.js +14 -13
- package/dist/controls/buttons/button-text/button-text.component.js +46 -46
- package/dist/controls/interactives/checkbox/checkbox.component.js +33 -33
- package/package.json +1 -1
- package/dist/assets/button-text-BKSERdhL.css +0 -1
- package/dist/assets/checkbox-BzL5bg8o.css +0 -1
- package/dist/assets/user-panel-DbR0J2Ct.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ButtonText_lje93_1{display:inline-flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:var(--rm-ui-padding-xs);border-radius:var(--rm-ui-border-radius-sm)}._TextPrimary_lje93_10{color:var(--rm-ui-color-text-primary)}._TextSecondary_lje93_14{color:var(--rm-ui-color-text-secondary)}._AccentPrimary_lje93_18{color:var(--rm-ui-color-accent-primary)}._AccentSecondary_lje93_22{color:var(--rm-ui-color-accent-secondary)}._ThemePrimary_lje93_26{color:var(--rm-ui-color-theme-primary)}._ThemeSecondary_lje93_30{color:var(--rm-ui-color-theme-secondary)}._Left_lje93_34{flex-direction:row}._Right_lje93_38{flex-direction:row-reverse}._Icon_lje93_42{stroke-width:1.5}._SM_lje93_46 ._Icon_lje93_42{width:20px;height:20px}._MD_lje93_51 ._Icon_lje93_42{width:24px;height:24px}._LG_lje93_56 ._Icon_lje93_42{width:26px;height:26px}._SM_lje93_46 ._Content_lje93_61{font-size:var(--rm-ui-font-size-body-small);line-height:calc(var(--rm-ui-line-height-body-small) - var(--rm-ui-padding-xxs) * 2)}._MD_lje93_51 ._Content_lje93_61{font-size:var(--rm-ui-font-size-body);line-height:calc(var(--rm-ui-line-height-body) - var(--rm-ui-padding-xxs) * 2)}._LG_lje93_56 ._Content_lje93_61{font-size:var(--rm-ui-font-size-hl4);line-height:calc(var(--rm-ui-line-height-hl4) - var(--rm-ui-padding-xxs) * 2)}._Content_lje93_61{text-decoration:none}._Light_lje93_80{font-weight:var(--rm-ui-font-weight-light)}._Regular_lje93_84{font-weight:var(--rm-ui-font-weight-regular)}._Medium_lje93_88{font-weight:var(--rm-ui-font-weight-medium)}._Bold_lje93_92{font-weight:var(--rm-ui-font-weight-bold)}._Underlined_lje93_96{text-decoration:underline}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._Checkbox_1ueio_1{display:flex;flex-direction:column}._Label_1ueio_6{position:relative;display:inline-flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:var(--rm-ui-padding-xs)}._Label_1ueio_6:hover{cursor:pointer}._Choice_1ueio_19{position:relative;left:0;top:3px}._Content_1ueio_25{font-weight:var(--rm-ui-font-weight-regular);color:var(--rm-ui-color-text-primary)}._Content_1ueio_25 button,._Content_1ueio_25 span[role=button]{color:var(--rm-ui-color-link);outline-offset:2px;display:inline;margin:0;padding:0;border:0;background:none;font:inherit;line-height:inherit;color:inherit;text-decoration:underline;vertical-align:baseline;cursor:pointer}._Content_1ueio_25 button:hover,._Content_1ueio_25 span[role=button]:hover{cursor:pointer;text-decoration:underline}._Content_1ueio_25 button:focus-visible,._Content_1ueio_25 span[role=button]:focus-visible{outline-color:var(--rm-ui-color-focus)}._Body_1ueio_58{font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body)}._BodySmall_1ueio_63{font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small)}._ErrorMessage_1ueio_68{padding-top:var(--rm-ui-padding-xxs)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._UserPanel_etir2_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:var(--rm-ui-padding-xs);font-weight:var(--rm-ui-font-weight-light);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-secondary)}._Head_etir2_13{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;font-weight:var(--rm-ui-font-weight-medium);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-primary)}._Info_etir2_25{display:inline-flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;justify-content:flex-start}
|
|
@@ -1,29 +1,30 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { Pencil as d } from "lucide-react";
|
|
3
3
|
import p from "clsx";
|
|
4
4
|
import "react";
|
|
5
|
-
import { baseProps as
|
|
5
|
+
import { baseProps as o } from "../../utils/functions/functions.util.js";
|
|
6
6
|
import "usehooks-ts";
|
|
7
7
|
import "../../controls/primitives/box/box.component.js";
|
|
8
8
|
import { ButtonText as f } from "../../controls/buttons/button-text/button-text.component.js";
|
|
9
|
-
import '../../assets/user-panel-
|
|
9
|
+
import '../../assets/user-panel-DC4NxXIi.css';const _ = "_UserPanel_etir2_1", u = "_Head_etir2_13", P = "_Info_etir2_25", t = {
|
|
10
|
+
UserPanel: _,
|
|
10
11
|
Head: u,
|
|
11
|
-
Info:
|
|
12
|
-
},
|
|
12
|
+
Info: P
|
|
13
|
+
}, b = ({ title: s, button: a, data: n, onClick: l, ...r }) => /* @__PURE__ */ i(
|
|
13
14
|
"div",
|
|
14
15
|
{
|
|
15
|
-
"data-testid":
|
|
16
|
-
className: p(
|
|
16
|
+
"data-testid": o(r, "data-testid", "user-panel"),
|
|
17
|
+
className: p(t.UserPanel, o(r, "className")),
|
|
17
18
|
children: [
|
|
18
|
-
/* @__PURE__ */
|
|
19
|
-
/* @__PURE__ */
|
|
20
|
-
/* @__PURE__ */
|
|
19
|
+
/* @__PURE__ */ i("div", { className: t.Head, children: [
|
|
20
|
+
/* @__PURE__ */ e("span", { "data-testid": "user-panel-title", children: s }),
|
|
21
|
+
/* @__PURE__ */ e(
|
|
21
22
|
f,
|
|
22
23
|
{
|
|
23
24
|
text: a,
|
|
24
25
|
preventDefault: !0,
|
|
25
26
|
blurAfterClick: !0,
|
|
26
|
-
icon: /* @__PURE__ */
|
|
27
|
+
icon: /* @__PURE__ */ e(d, {}),
|
|
27
28
|
iconPosition: "right",
|
|
28
29
|
size: "md",
|
|
29
30
|
color: "text-primary",
|
|
@@ -31,10 +32,10 @@ import '../../assets/user-panel-DbR0J2Ct.css';const u = "_Head_svj2j_13", x = "_
|
|
|
31
32
|
}
|
|
32
33
|
)
|
|
33
34
|
] }),
|
|
34
|
-
/* @__PURE__ */
|
|
35
|
+
/* @__PURE__ */ e("ul", { className: t.Info, children: n.map((c, m) => /* @__PURE__ */ e("li", { children: c }, m)) })
|
|
35
36
|
]
|
|
36
37
|
}
|
|
37
38
|
);
|
|
38
39
|
export {
|
|
39
|
-
|
|
40
|
+
b as UserPanel
|
|
40
41
|
};
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import { jsxs as S, jsx as _ } from "react/jsx-runtime";
|
|
2
2
|
import a from "clsx";
|
|
3
|
-
import { withControl as f, baseProps as
|
|
3
|
+
import { withControl as f, baseProps as l } from "../../../utils/functions/functions.util.js";
|
|
4
4
|
import { Svg as g } from "../../../utils/svg/svg.component.js";
|
|
5
|
-
import '../../../assets/button-text-
|
|
6
|
-
ButtonText:
|
|
7
|
-
TextPrimary:
|
|
8
|
-
TextSecondary:
|
|
9
|
-
AccentPrimary:
|
|
10
|
-
AccentSecondary:
|
|
11
|
-
ThemePrimary:
|
|
12
|
-
ThemeSecondary:
|
|
13
|
-
Left:
|
|
14
|
-
Right:
|
|
15
|
-
Icon:
|
|
16
|
-
SM:
|
|
17
|
-
MD:
|
|
18
|
-
LG:
|
|
19
|
-
Content:
|
|
5
|
+
import '../../../assets/button-text-D-i7Ce3y.css';const p = "_ButtonText_lje93_1", L = "_TextPrimary_lje93_10", M = "_TextSecondary_lje93_14", P = "_AccentPrimary_lje93_18", B = "_AccentSecondary_lje93_22", A = "_ThemePrimary_lje93_26", R = "_ThemeSecondary_lje93_30", C = "_Left_lje93_34", b = "_Right_lje93_38", D = "_Icon_lje93_42", G = "_SM_lje93_46", I = "_MD_lje93_51", N = "_LG_lje93_56", U = "_Content_lje93_61", v = "_Light_lje93_80", k = "_Regular_lje93_84", F = "_Medium_lje93_88", $ = "_Bold_lje93_92", q = "_Underlined_lje93_96", e = {
|
|
6
|
+
ButtonText: p,
|
|
7
|
+
TextPrimary: L,
|
|
8
|
+
TextSecondary: M,
|
|
9
|
+
AccentPrimary: P,
|
|
10
|
+
AccentSecondary: B,
|
|
11
|
+
ThemePrimary: A,
|
|
12
|
+
ThemeSecondary: R,
|
|
13
|
+
Left: C,
|
|
14
|
+
Right: b,
|
|
15
|
+
Icon: D,
|
|
16
|
+
SM: G,
|
|
17
|
+
MD: I,
|
|
18
|
+
LG: N,
|
|
19
|
+
Content: U,
|
|
20
20
|
Light: v,
|
|
21
21
|
Regular: k,
|
|
22
22
|
Medium: F,
|
|
23
23
|
Bold: $,
|
|
24
24
|
Underlined: q
|
|
25
25
|
}, O = ({
|
|
26
|
-
text:
|
|
26
|
+
text: m,
|
|
27
27
|
size: r = "md",
|
|
28
|
-
color:
|
|
28
|
+
color: t = "text-primary",
|
|
29
29
|
weight: n = "medium",
|
|
30
|
-
type:
|
|
31
|
-
icon:
|
|
30
|
+
type: s = "button",
|
|
31
|
+
icon: d = null,
|
|
32
32
|
iconPosition: c = "left",
|
|
33
|
-
underlined:
|
|
33
|
+
underlined: i = !1,
|
|
34
34
|
disabled: y = !1,
|
|
35
|
-
preventDefault:
|
|
36
|
-
blurAfterClick:
|
|
35
|
+
preventDefault: u = !1,
|
|
36
|
+
blurAfterClick: j = !1,
|
|
37
37
|
onClick: x = () => {
|
|
38
38
|
},
|
|
39
39
|
onFocus: T = () => {
|
|
@@ -45,38 +45,38 @@ import '../../../assets/button-text-BKSERdhL.css';const L = "_ButtonText_14p1n_1
|
|
|
45
45
|
}) => /* @__PURE__ */ S(
|
|
46
46
|
"button",
|
|
47
47
|
{
|
|
48
|
-
"data-testid":
|
|
49
|
-
type:
|
|
48
|
+
"data-testid": l(o, "data-testid", "button-text"),
|
|
49
|
+
type: s,
|
|
50
50
|
disabled: y,
|
|
51
|
-
className: a(
|
|
52
|
-
[
|
|
53
|
-
[
|
|
54
|
-
[
|
|
55
|
-
[
|
|
56
|
-
[
|
|
57
|
-
[
|
|
58
|
-
[
|
|
59
|
-
[
|
|
60
|
-
[
|
|
61
|
-
[
|
|
62
|
-
[
|
|
51
|
+
className: a(e.ButtonText, l(o, "className"), {
|
|
52
|
+
[e.Left]: c === "left",
|
|
53
|
+
[e.Right]: c === "right",
|
|
54
|
+
[e.SM]: r === "sm",
|
|
55
|
+
[e.MD]: r === "md",
|
|
56
|
+
[e.LG]: r === "lg",
|
|
57
|
+
[e.TextPrimary]: t === "text-primary",
|
|
58
|
+
[e.TextSecondary]: t === "text-secondary",
|
|
59
|
+
[e.AccentPrimary]: t === "accent-primary",
|
|
60
|
+
[e.AccentSecondary]: t === "accent-secondary",
|
|
61
|
+
[e.ThemePrimary]: t === "theme-primary",
|
|
62
|
+
[e.ThemeSecondary]: t === "theme-secondary"
|
|
63
63
|
}),
|
|
64
|
-
onClick: f(x, { prevent:
|
|
64
|
+
onClick: f(x, { prevent: u, blur: j }),
|
|
65
65
|
onFocus: () => T(),
|
|
66
66
|
onBlur: () => h(),
|
|
67
67
|
children: [
|
|
68
|
-
/* @__PURE__ */ _(g, { icon:
|
|
68
|
+
/* @__PURE__ */ _(g, { icon: d, className: e.Icon }),
|
|
69
69
|
/* @__PURE__ */ _(
|
|
70
70
|
"span",
|
|
71
71
|
{
|
|
72
|
-
className: a(
|
|
73
|
-
[
|
|
74
|
-
[
|
|
75
|
-
[
|
|
76
|
-
[
|
|
77
|
-
[
|
|
72
|
+
className: a(e.Content, {
|
|
73
|
+
[e.Light]: n === "light",
|
|
74
|
+
[e.Regular]: n === "regular",
|
|
75
|
+
[e.Medium]: n === "medium",
|
|
76
|
+
[e.Bold]: n === "bold",
|
|
77
|
+
[e.Underlined]: i
|
|
78
78
|
}),
|
|
79
|
-
children:
|
|
79
|
+
children: m
|
|
80
80
|
}
|
|
81
81
|
)
|
|
82
82
|
]
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as p, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as M } from "react";
|
|
3
3
|
import { useHover as N } from "usehooks-ts";
|
|
4
|
-
import
|
|
4
|
+
import _ from "clsx";
|
|
5
5
|
import { FadeSlide as S } from "../../../animations/fade-slide/fade-slide.component.js";
|
|
6
6
|
import "../../primitives/box/box.component.js";
|
|
7
|
-
import { baseProps as
|
|
7
|
+
import { baseProps as C } from "../../../utils/functions/functions.util.js";
|
|
8
8
|
import { Choice as v } from "../../primitives/choice/choice.component.js";
|
|
9
9
|
import { ErrorMessage as F } from "../../primitives/error-message/error-message.component.js";
|
|
10
10
|
import { HiddenInput as L } from "../../primitives/hidden-input/hidden-input.component.js";
|
|
11
11
|
import "lucide-react";
|
|
12
12
|
import { useControlInteraction as $ } from "../../utils/hooks/use-control-interaction/use-control-interaction.hook.js";
|
|
13
13
|
import { Converter as j } from "../../../utils/converter/converter.util.js";
|
|
14
|
-
import '../../../assets/checkbox-
|
|
14
|
+
import '../../../assets/checkbox-BVxmXTx8.css';const H = "_Checkbox_1ueio_1", I = "_Label_1ueio_6", P = "_Choice_1ueio_19", D = "_Content_1ueio_25", R = "_Body_1ueio_58", T = "_BodySmall_1ueio_63", q = "_ErrorMessage_1ueio_68", o = {
|
|
15
15
|
Checkbox: H,
|
|
16
16
|
Label: I,
|
|
17
17
|
Choice: P,
|
|
@@ -24,38 +24,38 @@ import '../../../assets/checkbox-BzL5bg8o.css';const H = "_Checkbox_19a0f_1", I
|
|
|
24
24
|
id: t,
|
|
25
25
|
value: r = !1,
|
|
26
26
|
disabled: s = !1,
|
|
27
|
-
state:
|
|
28
|
-
onChange:
|
|
29
|
-
onFocus:
|
|
30
|
-
onBlur:
|
|
27
|
+
state: n = "idle",
|
|
28
|
+
onChange: f,
|
|
29
|
+
onFocus: u,
|
|
30
|
+
onBlur: b,
|
|
31
31
|
// Checkbox props
|
|
32
|
-
iconSize:
|
|
33
|
-
textSize:
|
|
34
|
-
message:
|
|
32
|
+
iconSize: x = "md",
|
|
33
|
+
textSize: a = "body-small",
|
|
34
|
+
message: i = "",
|
|
35
35
|
// PropsWithChildren
|
|
36
|
-
children:
|
|
36
|
+
children: y,
|
|
37
37
|
// Base props
|
|
38
|
-
...
|
|
38
|
+
...l
|
|
39
39
|
}) => {
|
|
40
|
-
const
|
|
40
|
+
const m = M(null), k = N(m), { focused: d, emitChange: h, handleFocus: B, handleBlur: g } = $({
|
|
41
41
|
id: t,
|
|
42
42
|
disabled: s,
|
|
43
|
-
onChange:
|
|
44
|
-
onFocus:
|
|
45
|
-
onBlur:
|
|
43
|
+
onChange: f,
|
|
44
|
+
onFocus: u,
|
|
45
|
+
onBlur: b
|
|
46
46
|
});
|
|
47
|
-
return /* @__PURE__ */
|
|
48
|
-
/* @__PURE__ */
|
|
47
|
+
return /* @__PURE__ */ p("div", { "data-testid": C(l, "data-testid", "checkbox"), className: _(o.Checkbox, C(l, "className")), children: [
|
|
48
|
+
/* @__PURE__ */ p(
|
|
49
49
|
"label",
|
|
50
50
|
{
|
|
51
51
|
"data-testid": "checkbox-label",
|
|
52
|
-
ref:
|
|
52
|
+
ref: m,
|
|
53
53
|
htmlFor: t,
|
|
54
54
|
className: o.Label,
|
|
55
|
-
onClick: (
|
|
56
|
-
d || (
|
|
55
|
+
onClick: (c) => {
|
|
56
|
+
d || (c.preventDefault(), h(!r, "mouse"));
|
|
57
57
|
},
|
|
58
|
-
onFocus:
|
|
58
|
+
onFocus: B,
|
|
59
59
|
onBlur: g,
|
|
60
60
|
children: [
|
|
61
61
|
/* @__PURE__ */ e(
|
|
@@ -67,8 +67,8 @@ import '../../../assets/checkbox-BzL5bg8o.css';const H = "_Checkbox_19a0f_1", I
|
|
|
67
67
|
value: j.Boolean.ToBooleanString(r),
|
|
68
68
|
checked: r,
|
|
69
69
|
disabled: s,
|
|
70
|
-
onChange: (
|
|
71
|
-
|
|
70
|
+
onChange: (c, E) => {
|
|
71
|
+
c.stopPropagation(), h(!r, E);
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
),
|
|
@@ -76,28 +76,28 @@ import '../../../assets/checkbox-BzL5bg8o.css';const H = "_Checkbox_19a0f_1", I
|
|
|
76
76
|
v,
|
|
77
77
|
{
|
|
78
78
|
type: "checkbox",
|
|
79
|
-
size:
|
|
80
|
-
state:
|
|
79
|
+
size: x,
|
|
80
|
+
state: n,
|
|
81
81
|
checked: r,
|
|
82
82
|
focused: d,
|
|
83
|
-
hovered:
|
|
83
|
+
hovered: k,
|
|
84
84
|
disabled: s
|
|
85
85
|
}
|
|
86
86
|
) }),
|
|
87
87
|
/* @__PURE__ */ e(
|
|
88
88
|
"div",
|
|
89
89
|
{
|
|
90
|
-
className:
|
|
91
|
-
[o.Body]:
|
|
92
|
-
[o.BodySmall]:
|
|
90
|
+
className: _(o.Content, {
|
|
91
|
+
[o.Body]: a === "body",
|
|
92
|
+
[o.BodySmall]: a === "body-small"
|
|
93
93
|
}),
|
|
94
|
-
children:
|
|
94
|
+
children: y
|
|
95
95
|
}
|
|
96
96
|
)
|
|
97
97
|
]
|
|
98
98
|
}
|
|
99
99
|
),
|
|
100
|
-
/* @__PURE__ */ e(S, { name: "text-message", condition:
|
|
100
|
+
/* @__PURE__ */ e(S, { name: "text-message", condition: n === "error" && !!i, children: /* @__PURE__ */ e(F, { text: i, className: o.ErrorMessage }) })
|
|
101
101
|
] });
|
|
102
102
|
};
|
|
103
103
|
export {
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._ButtonText_14p1n_1{display:inline-flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:var(--rm-ui-padding-xs);border-radius:var(--rm-ui-border-radius-sm);padding:var(--rm-ui-padding-xxs)}._TextPrimary_14p1n_11{color:var(--rm-ui-color-text-primary)}._TextSecondary_14p1n_15{color:var(--rm-ui-color-text-secondary)}._AccentPrimary_14p1n_19{color:var(--rm-ui-color-accent-primary)}._AccentSecondary_14p1n_23{color:var(--rm-ui-color-accent-secondary)}._ThemePrimary_14p1n_27{color:var(--rm-ui-color-theme-primary)}._ThemeSecondary_14p1n_31{color:var(--rm-ui-color-theme-secondary)}._Left_14p1n_35{flex-direction:row}._Right_14p1n_39{flex-direction:row-reverse}._Icon_14p1n_43{stroke-width:1.5}._SM_14p1n_47 ._Icon_14p1n_43{width:20px;height:20px}._MD_14p1n_52 ._Icon_14p1n_43{width:22px;height:22px}._LG_14p1n_57 ._Icon_14p1n_43{width:24px;height:24px}._SM_14p1n_47 ._Content_14p1n_62{font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small)}._MD_14p1n_52 ._Content_14p1n_62{font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body)}._LG_14p1n_57 ._Content_14p1n_62{font-size:var(--rm-ui-font-size-hl4);line-height:var(--rm-ui-line-height-hl4)}._Content_14p1n_62{text-decoration:none}._Light_14p1n_81{font-weight:var(--rm-ui-font-weight-light)}._Regular_14p1n_85{font-weight:var(--rm-ui-font-weight-regular)}._Medium_14p1n_89{font-weight:var(--rm-ui-font-weight-medium)}._Bold_14p1n_93{font-weight:var(--rm-ui-font-weight-bold)}._Underlined_14p1n_97{text-decoration:underline}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._Checkbox_19a0f_1{display:flex;flex-direction:column}._Label_19a0f_6{position:relative;display:inline-flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:var(--rm-ui-padding-xs)}._Label_19a0f_6:hover{cursor:pointer}._Choice_19a0f_19{position:relative;left:0;top:3px}._Content_19a0f_25{font-weight:var(--rm-ui-font-weight-regular);color:var(--rm-ui-color-text-primary)}._Content_19a0f_25 button{color:var(--rm-ui-color-link);outline-offset:2px}._Content_19a0f_25 button:hover{cursor:pointer;text-decoration:underline}._Content_19a0f_25 button:focus-visible{outline-color:var(--rm-ui-color-focus)}._Body_19a0f_44{font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body)}._BodySmall_19a0f_49{font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small)}._ErrorMessage_19a0f_54{padding-top:var(--rm-ui-padding-xxs)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._User_svj2j_1{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:var(--rm-ui-padding-sm);font-weight:var(--rm-ui-font-weight-light);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-secondary)}._Head_svj2j_13{margin-bottom:var(--rm-ui-padding-xs);display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;font-weight:var(--rm-ui-font-weight-medium);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-primary)}._Info_svj2j_26{display:inline-flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;justify-content:flex-start}
|