snapflow-ui-kit 1.1.2 → 1.1.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.
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { jsxs as c, jsx as s, Fragment as
|
|
2
|
-
import
|
|
3
|
-
import { C as
|
|
4
|
-
import { forwardRef as
|
|
5
|
-
const
|
|
6
|
-
alert:
|
|
7
|
-
content:
|
|
8
|
-
error:
|
|
9
|
-
success:
|
|
10
|
-
closeButton:
|
|
11
|
-
message:
|
|
1
|
+
import { jsxs as c, jsx as s, Fragment as $ } from "react/jsx-runtime";
|
|
2
|
+
import k, { clsx as _ } from "clsx";
|
|
3
|
+
import { C as g } from "./CloseIcon-CwhvW02e.js";
|
|
4
|
+
import { forwardRef as j, useId as S } from "react";
|
|
5
|
+
const C = "_alert_5jfpm_1", B = "_content_5jfpm_15", E = "_error_5jfpm_22", I = "_success_5jfpm_28", T = "_closeButton_5jfpm_33", z = "_message_5jfpm_39", O = "_title_5jfpm_40", W = "_toastEnter_5jfpm_50", R = "_toastExit_5jfpm_54", d = {
|
|
6
|
+
alert: C,
|
|
7
|
+
content: B,
|
|
8
|
+
error: E,
|
|
9
|
+
success: I,
|
|
10
|
+
closeButton: T,
|
|
11
|
+
message: z,
|
|
12
12
|
title: O,
|
|
13
13
|
toastEnter: W,
|
|
14
14
|
"fade-in": "_fade-in_5jfpm_1",
|
|
15
15
|
toastExit: R,
|
|
16
16
|
"fade-out": "_fade-out_5jfpm_1"
|
|
17
|
-
},
|
|
17
|
+
}, gt = ({
|
|
18
18
|
variant: a = "error",
|
|
19
19
|
title: t,
|
|
20
20
|
message: n,
|
|
21
21
|
className: o,
|
|
22
22
|
onClose: e
|
|
23
|
-
}) => /* @__PURE__ */ c("div", { className:
|
|
23
|
+
}) => /* @__PURE__ */ c("div", { className: k(d.alert, d[a], o), role: "alert", children: [
|
|
24
24
|
/* @__PURE__ */ c("div", { className: d.content, children: [
|
|
25
25
|
t && /* @__PURE__ */ s("div", { className: d.title, children: t }),
|
|
26
26
|
/* @__PURE__ */ s("div", { className: d.message, children: n })
|
|
27
27
|
] }),
|
|
28
|
-
e && /* @__PURE__ */ s("button", { type: "button", className: d.closeButton, onClick: e, "aria-label": "Close alert", children: /* @__PURE__ */ s(
|
|
28
|
+
e && /* @__PURE__ */ s("button", { type: "button", className: d.closeButton, onClick: e, "aria-label": "Close alert", children: /* @__PURE__ */ s(g, {}) })
|
|
29
29
|
] }), A = "_button_dqki1_1", F = "_primary_dqki1_25", L = "_secondary_dqki1_48", w = "_outlined_dqki1_71", P = "_text_dqki1_97", D = "_icon_dqki1_117", x = {
|
|
30
30
|
button: A,
|
|
31
31
|
primary: F,
|
|
@@ -33,39 +33,39 @@ const S = "_alert_5jfpm_1", C = "_content_5jfpm_15", B = "_error_5jfpm_22", E =
|
|
|
33
33
|
outlined: w,
|
|
34
34
|
text: P,
|
|
35
35
|
icon: D
|
|
36
|
-
},
|
|
37
|
-
const { as: t = "button", className: n, variant: o = "primary", icon: e, ...l } = a, r = _(x.button, x[o], n), { children:
|
|
38
|
-
return /* @__PURE__ */ c(t, { className: r, ...
|
|
36
|
+
}, jt = (a) => {
|
|
37
|
+
const { as: t = "button", className: n, variant: o = "primary", icon: e, ...l } = a, r = _(x.button, x[o], n), { children: u, ...b } = l;
|
|
38
|
+
return /* @__PURE__ */ c(t, { className: r, ...b, children: [
|
|
39
39
|
e && /* @__PURE__ */ s("span", { className: x.icon, children: e }),
|
|
40
|
-
|
|
40
|
+
u
|
|
41
41
|
] });
|
|
42
42
|
}, G = "_card_1ah7i_1", H = {
|
|
43
43
|
card: G
|
|
44
|
-
},
|
|
44
|
+
}, St = ({ className: a, children: t, ...n }) => /* @__PURE__ */ s("div", { className: _(H.card, a), ...n, children: t }), J = "_checkbox_1q28z_1", K = "_input_1q28z_11", M = "_labelSpan_1q28z_16", Q = "_control_1q28z_23", m = {
|
|
45
45
|
checkbox: J,
|
|
46
46
|
input: K,
|
|
47
47
|
labelSpan: M,
|
|
48
48
|
control: Q
|
|
49
|
-
},
|
|
49
|
+
}, Ct = ({ children: a, className: t, checked: n, onChange: o, ...e }) => /* @__PURE__ */ c("label", { className: _(m.checkbox, t), children: [
|
|
50
50
|
/* @__PURE__ */ s("input", { type: "checkbox", className: m.input, checked: n, onChange: o, ...e }),
|
|
51
51
|
/* @__PURE__ */ s("span", { className: m.control }),
|
|
52
52
|
a && /* @__PURE__ */ s("span", { className: m.labelSpan, children: a })
|
|
53
|
-
] }), U = "
|
|
53
|
+
] }), U = "_typography_18u05_1", V = "_icon_18u05_8", X = "_large_18u05_14", Y = "_h1_18u05_20", Z = "_h2_18u05_26", tt = "_h3_18u05_32", et = "_small_18u05_68", at = "_link_18u05_80", y = {
|
|
54
54
|
typography: U,
|
|
55
55
|
icon: V,
|
|
56
56
|
large: X,
|
|
57
57
|
h1: Y,
|
|
58
58
|
h2: Z,
|
|
59
59
|
h3: tt,
|
|
60
|
-
"text-16": "_text-
|
|
61
|
-
"text-16-bold": "_text-16-
|
|
62
|
-
"text-14": "_text-
|
|
63
|
-
"text-14-bold": "_text-14-
|
|
64
|
-
"text-14-medium": "_text-14-
|
|
60
|
+
"text-16": "_text-16_18u05_38",
|
|
61
|
+
"text-16-bold": "_text-16-bold_18u05_44",
|
|
62
|
+
"text-14": "_text-14_18u05_50",
|
|
63
|
+
"text-14-bold": "_text-14-bold_18u05_56",
|
|
64
|
+
"text-14-medium": "_text-14-medium_18u05_62",
|
|
65
65
|
small: et,
|
|
66
|
-
"small-semibold": "_small-
|
|
66
|
+
"small-semibold": "_small-semibold_18u05_74",
|
|
67
67
|
link: at,
|
|
68
|
-
"small-link": "_small-
|
|
68
|
+
"small-link": "_small-link_18u05_89"
|
|
69
69
|
}, st = (a) => {
|
|
70
70
|
const { as: t = "span", children: n, className: o, icon: e, variant: l, ...r } = a;
|
|
71
71
|
return /* @__PURE__ */ c(t, { className: _(y.typography, y[l], o), ...r, children: [
|
|
@@ -76,7 +76,7 @@ const S = "_alert_5jfpm_1", C = "_content_5jfpm_15", B = "_error_5jfpm_22", E =
|
|
|
76
76
|
label: nt,
|
|
77
77
|
required: ot,
|
|
78
78
|
srOnly: rt
|
|
79
|
-
},
|
|
79
|
+
}, Bt = ({
|
|
80
80
|
text: a,
|
|
81
81
|
textVariant: t = "text-14-medium",
|
|
82
82
|
required: n = !1,
|
|
@@ -89,13 +89,13 @@ const S = "_alert_5jfpm_1", C = "_content_5jfpm_15", B = "_error_5jfpm_22", E =
|
|
|
89
89
|
{
|
|
90
90
|
as: "label",
|
|
91
91
|
variant: t,
|
|
92
|
-
className:
|
|
92
|
+
className: k(N.label, e),
|
|
93
93
|
htmlFor: l,
|
|
94
94
|
style: o ? { color: o } : void 0,
|
|
95
95
|
...r,
|
|
96
96
|
children: [
|
|
97
97
|
a,
|
|
98
|
-
n && /* @__PURE__ */ c(
|
|
98
|
+
n && /* @__PURE__ */ c($, { children: [
|
|
99
99
|
/* @__PURE__ */ s("span", { className: N.required, "aria-hidden": "true", children: "*" }),
|
|
100
100
|
/* @__PURE__ */ s("span", { className: N.srOnly, children: " (required)" })
|
|
101
101
|
] })
|
|
@@ -106,14 +106,14 @@ const S = "_alert_5jfpm_1", C = "_content_5jfpm_15", B = "_error_5jfpm_22", E =
|
|
|
106
106
|
input: lt,
|
|
107
107
|
labelSpan: _t,
|
|
108
108
|
control: it
|
|
109
|
-
},
|
|
109
|
+
}, Et = ({ children: a, className: t, checked: n, onChange: o, ...e }) => /* @__PURE__ */ c("label", { className: _(p.radio, t), children: [
|
|
110
110
|
/* @__PURE__ */ s("input", { type: "radio", className: p.input, checked: n, onChange: o, ...e }),
|
|
111
111
|
/* @__PURE__ */ s("span", { className: p.control }),
|
|
112
112
|
a && /* @__PURE__ */ s("span", { className: p.labelSpan, children: a })
|
|
113
113
|
] }), dt = "_tab_78cv0_1", mt = "_selected_78cv0_21", f = {
|
|
114
114
|
tab: dt,
|
|
115
115
|
selected: mt
|
|
116
|
-
},
|
|
116
|
+
}, It = (a) => {
|
|
117
117
|
const { children: t, selected: n = !1, className: o, disabled: e = !1, ...l } = a, r = _(f.tab, n && f.selected, e && f.disabled, o);
|
|
118
118
|
return /* @__PURE__ */ s(
|
|
119
119
|
"button",
|
|
@@ -129,17 +129,17 @@ const S = "_alert_5jfpm_1", C = "_content_5jfpm_15", B = "_error_5jfpm_22", E =
|
|
|
129
129
|
children: t
|
|
130
130
|
}
|
|
131
131
|
);
|
|
132
|
-
}, pt = "_textareaWrapper_ahoiy_1",
|
|
132
|
+
}, pt = "_textareaWrapper_ahoiy_1", ut = "_label_ahoiy_7", bt = "_disabled_ahoiy_14", ht = "_textarea_ahoiy_1", xt = "_errorState_ahoiy_46", yt = "_errorMessage_ahoiy_52", Nt = "_required_ahoiy_59", i = {
|
|
133
133
|
textareaWrapper: pt,
|
|
134
|
-
label:
|
|
135
|
-
disabled:
|
|
134
|
+
label: ut,
|
|
135
|
+
disabled: bt,
|
|
136
136
|
textarea: ht,
|
|
137
137
|
errorState: xt,
|
|
138
138
|
errorMessage: yt,
|
|
139
139
|
required: Nt
|
|
140
|
-
}, ft =
|
|
141
|
-
({ label: a, errorMessage: t, id: n, className: o, disabled: e, minHeight: l = 84, required: r, ...
|
|
142
|
-
const
|
|
140
|
+
}, ft = j(
|
|
141
|
+
({ label: a, errorMessage: t, id: n, className: o, disabled: e, minHeight: l = 84, required: r, ...u }, b) => {
|
|
142
|
+
const v = S(), h = n ?? v, q = t ? `${h}-error` : void 0;
|
|
143
143
|
return /* @__PURE__ */ c("div", { className: _(i.textareaWrapper, o), children: [
|
|
144
144
|
a && /* @__PURE__ */ c("label", { htmlFor: h, className: _(i.label, { [i.disabled]: e }), children: [
|
|
145
145
|
a,
|
|
@@ -148,7 +148,7 @@ const S = "_alert_5jfpm_1", C = "_content_5jfpm_15", B = "_error_5jfpm_22", E =
|
|
|
148
148
|
/* @__PURE__ */ s(
|
|
149
149
|
"textarea",
|
|
150
150
|
{
|
|
151
|
-
ref:
|
|
151
|
+
ref: b,
|
|
152
152
|
id: h,
|
|
153
153
|
className: _(i.textarea, { [i.errorState]: !!t }),
|
|
154
154
|
"aria-invalid": !!t,
|
|
@@ -156,7 +156,7 @@ const S = "_alert_5jfpm_1", C = "_content_5jfpm_15", B = "_error_5jfpm_22", E =
|
|
|
156
156
|
required: r,
|
|
157
157
|
disabled: e,
|
|
158
158
|
style: { minHeight: l },
|
|
159
|
-
...
|
|
159
|
+
...u
|
|
160
160
|
}
|
|
161
161
|
),
|
|
162
162
|
t && /* @__PURE__ */ s("span", { id: q, role: "alert", className: i.errorMessage, children: t })
|
|
@@ -165,15 +165,15 @@ const S = "_alert_5jfpm_1", C = "_content_5jfpm_15", B = "_error_5jfpm_22", E =
|
|
|
165
165
|
);
|
|
166
166
|
ft.displayName = "Textarea";
|
|
167
167
|
export {
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
168
|
+
gt as A,
|
|
169
|
+
jt as B,
|
|
170
|
+
St as C,
|
|
171
|
+
Bt as L,
|
|
172
|
+
Et as R,
|
|
173
|
+
It as T,
|
|
174
|
+
Ct as a,
|
|
175
175
|
ft as b,
|
|
176
176
|
st as c,
|
|
177
177
|
d as s
|
|
178
178
|
};
|
|
179
|
-
//# sourceMappingURL=Textarea-
|
|
179
|
+
//# sourceMappingURL=Textarea-CgezARIK.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Textarea-BwDvldVO.js","sources":["../src/components/Alert/Alert.tsx","../src/components/Button/Button.tsx","../src/components/Card/Card.tsx","../src/components/Checkbox/Checkbox.tsx","../src/components/Typography/Typography.tsx","../src/components/Label/Label.tsx","../src/components/Radio/Radio.tsx","../src/components/Tab/Tab.tsx","../src/components/Textarea/Textarea.tsx"],"sourcesContent":["import { FC } from 'react'\nimport clsx from 'clsx'\n\nimport s from './Alert.module.css'\nimport { CloseIcon } from '@/icons'\nimport type { AlertProps } from './Alert.types'\n\nexport const Alert: FC<AlertProps> = ({\n variant = 'error',\n title,\n message,\n className,\n onClose,\n}) => {\n return (\n <div className={clsx(s.alert, s[variant], className)} role=\"alert\">\n <div className={s.content}>\n {title && <div className={s.title}>{title}</div>}\n <div className={s.message}>{message}</div>\n </div>\n\n {onClose && (\n <button type=\"button\" className={s.closeButton} onClick={onClose} aria-label=\"Close alert\">\n <CloseIcon />\n </button>\n )}\n </div>\n )\n}\n","import { ElementType } from 'react'\n\nimport { clsx } from 'clsx'\n\nimport s from './Button.module.css'\nimport { ButtonProps } from './Button.types'\n\nexport const Button = <T extends ElementType = 'button'>(props: ButtonProps<T>) => {\n const { as: Component = 'button', className, variant = 'primary', icon, ...rest } = props\n const classes = clsx(s.button, s[variant], className)\n const { children, ...componentProps } = rest\n\n return (\n <Component className={classes} {...componentProps}>\n {icon && <span className={s.icon}>{icon}</span>}\n {children}\n </Component>\n )\n}\n","import { clsx } from 'clsx'\n\nimport s from './Card.module.css'\nimport { CardProps } from './Card.types'\n\nexport const Card = ({ className, children, ...rest }: CardProps) => {\n return (\n <div className={clsx(s.card, className)} {...rest}>\n {children}\n </div>\n )\n}\n","import { clsx } from 'clsx'\nimport s from './Checkbox.module.css'\nimport { CheckboxProps } from './Checkbox.types'\n\nexport const Checkbox = ({ children, className, checked, onChange, ...rest }: CheckboxProps) => {\n return (\n <label className={clsx(s.checkbox, className)}>\n <input type=\"checkbox\" className={s.input} checked={checked} onChange={onChange} {...rest} />\n\n <span className={s.control} />\n {children && <span className={s.labelSpan}>{children}</span>}\n </label>\n )\n}\n","import { ElementType } from 'react'\n\nimport { clsx } from 'clsx'\n\nimport s from './Typography.module.css'\nimport { TypographyProps } from './Typography.types'\n\nexport const Typography = <T extends ElementType = 'span'>(props: TypographyProps<T>) => {\n const { as: Component = 'span', children, className, icon, variant, ...rest } = props\n\n return (\n <Component className={clsx(s.typography, s[variant], className)} {...rest}>\n {icon && <span className={s.icon}>{icon}</span>}\n {children}\n </Component>\n )\n}\n","import clsx from 'clsx'\nimport { Typography } from '../Typography'\nimport s from './Label.module.css'\nimport { LabelProps } from './Label.types'\n\nexport const Label = ({\n text,\n textVariant = 'text-14-medium',\n required = false,\n color,\n className,\n htmlFor,\n ...rest\n}: LabelProps) => {\n return (\n <Typography\n as=\"label\"\n variant={textVariant}\n className={clsx(s.label, className)}\n htmlFor={htmlFor}\n style={color ? { color } : undefined}\n {...rest}\n >\n {text}\n {required && (\n <>\n <span className={s.required} aria-hidden=\"true\">\n *\n </span>\n <span className={s.srOnly}> (required)</span>\n </>\n )}\n </Typography>\n )\n}\n","import { clsx } from 'clsx'\nimport s from './Radio.module.css'\nimport { RadioProps } from './Radio.types'\n\nexport const Radio = ({ children, className, checked, onChange, ...rest }: RadioProps) => {\n return (\n <label className={clsx(s.radio, className)}>\n <input type=\"radio\" className={s.input} checked={checked} onChange={onChange} {...rest} />\n\n <span className={s.control} />\n {children && <span className={s.labelSpan}>{children}</span>}\n </label>\n )\n}\n","import { clsx } from 'clsx'\n\nimport s from './Tab.module.css'\nimport type { TabProps } from './Tab.types'\n\nexport const Tab = (props: TabProps) => {\n const { children, selected = false, className, disabled = false, ...rest } = props\n\n const tabClasses = clsx(s.tab, selected && s.selected, disabled && s.disabled, className)\n\n return (\n <button\n type=\"button\"\n role=\"tab\"\n className={tabClasses}\n disabled={disabled}\n tabIndex={disabled ? -1 : 0}\n aria-selected={selected}\n aria-disabled={disabled}\n {...rest}\n >\n {children}\n </button>\n )\n}\n","'use client'\n\nimport { forwardRef, useId } from 'react'\nimport { clsx } from 'clsx'\n\nimport s from './Textarea.module.css'\nimport type { TextareaProps } from './Textarea.types'\n\nexport const Textarea = forwardRef<HTMLTextAreaElement, TextareaProps>(\n ({ label, errorMessage, id, className, disabled, minHeight = 84, required, ...rest }, ref) => {\n const generatedId = useId()\n const textareaId = id ?? generatedId\n const errorId = errorMessage ? `${textareaId}-error` : undefined\n\n return (\n <div className={clsx(s.textareaWrapper, className)}>\n {label && (\n <label htmlFor={textareaId} className={clsx(s.label, { [s.disabled]: disabled })}>\n {label}\n {required && <sup className={s.required}> *</sup>}\n </label>\n )}\n\n <textarea\n ref={ref}\n id={textareaId}\n className={clsx(s.textarea, { [s.errorState]: !!errorMessage })}\n aria-invalid={!!errorMessage}\n aria-describedby={errorId}\n required={required}\n disabled={disabled}\n style={{ minHeight }}\n {...rest}\n />\n\n {errorMessage && (\n <span id={errorId} role=\"alert\" className={s.errorMessage}>\n {errorMessage}\n </span>\n )}\n </div>\n )\n },\n)\n\nTextarea.displayName = 'Textarea'\n"],"names":["Alert","variant","title","message","className","onClose","jsxs","clsx","s","jsx","CloseIcon","Button","props","Component","icon","rest","classes","children","componentProps","Card","Checkbox","checked","onChange","Typography","Label","text","textVariant","required","color","htmlFor","Fragment","Radio","Tab","selected","disabled","tabClasses","Textarea","forwardRef","label","errorMessage","id","minHeight","ref","generatedId","useId","textareaId","errorId"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"Textarea-CgezARIK.js","sources":["../src/components/Alert/Alert.tsx","../src/components/Button/Button.tsx","../src/components/Card/Card.tsx","../src/components/Checkbox/Checkbox.tsx","../src/components/Typography/Typography.tsx","../src/components/Label/Label.tsx","../src/components/Radio/Radio.tsx","../src/components/Tab/Tab.tsx","../src/components/Textarea/Textarea.tsx"],"sourcesContent":["import { FC } from 'react'\nimport clsx from 'clsx'\n\nimport s from './Alert.module.css'\nimport { CloseIcon } from '@/icons'\nimport type { AlertProps } from './Alert.types'\n\nexport const Alert: FC<AlertProps> = ({\n variant = 'error',\n title,\n message,\n className,\n onClose,\n}) => {\n return (\n <div className={clsx(s.alert, s[variant], className)} role=\"alert\">\n <div className={s.content}>\n {title && <div className={s.title}>{title}</div>}\n <div className={s.message}>{message}</div>\n </div>\n\n {onClose && (\n <button type=\"button\" className={s.closeButton} onClick={onClose} aria-label=\"Close alert\">\n <CloseIcon />\n </button>\n )}\n </div>\n )\n}\n","import { ElementType } from 'react'\n\nimport { clsx } from 'clsx'\n\nimport s from './Button.module.css'\nimport { ButtonProps } from './Button.types'\n\nexport const Button = <T extends ElementType = 'button'>(props: ButtonProps<T>) => {\n const { as: Component = 'button', className, variant = 'primary', icon, ...rest } = props\n const classes = clsx(s.button, s[variant], className)\n const { children, ...componentProps } = rest\n\n return (\n <Component className={classes} {...componentProps}>\n {icon && <span className={s.icon}>{icon}</span>}\n {children}\n </Component>\n )\n}\n","import { clsx } from 'clsx'\n\nimport s from './Card.module.css'\nimport { CardProps } from './Card.types'\n\nexport const Card = ({ className, children, ...rest }: CardProps) => {\n return (\n <div className={clsx(s.card, className)} {...rest}>\n {children}\n </div>\n )\n}\n","import { clsx } from 'clsx'\nimport s from './Checkbox.module.css'\nimport { CheckboxProps } from './Checkbox.types'\n\nexport const Checkbox = ({ children, className, checked, onChange, ...rest }: CheckboxProps) => {\n return (\n <label className={clsx(s.checkbox, className)}>\n <input type=\"checkbox\" className={s.input} checked={checked} onChange={onChange} {...rest} />\n\n <span className={s.control} />\n {children && <span className={s.labelSpan}>{children}</span>}\n </label>\n )\n}\n","import { ElementType } from 'react'\n\nimport { clsx } from 'clsx'\n\nimport s from './Typography.module.css'\nimport { TypographyProps } from './Typography.types'\n\nexport const Typography = <T extends ElementType = 'span'>(props: TypographyProps<T>) => {\n const { as: Component = 'span', children, className, icon, variant, ...rest } = props\n\n return (\n <Component className={clsx(s.typography, s[variant], className)} {...rest}>\n {icon && <span className={s.icon}>{icon}</span>}\n {children}\n </Component>\n )\n}\n","import clsx from 'clsx'\nimport { Typography } from '../Typography'\nimport s from './Label.module.css'\nimport { LabelProps } from './Label.types'\n\nexport const Label = ({\n text,\n textVariant = 'text-14-medium',\n required = false,\n color,\n className,\n htmlFor,\n ...rest\n}: LabelProps) => {\n return (\n <Typography\n as=\"label\"\n variant={textVariant}\n className={clsx(s.label, className)}\n htmlFor={htmlFor}\n style={color ? { color } : undefined}\n {...rest}\n >\n {text}\n {required && (\n <>\n <span className={s.required} aria-hidden=\"true\">\n *\n </span>\n <span className={s.srOnly}> (required)</span>\n </>\n )}\n </Typography>\n )\n}\n","import { clsx } from 'clsx'\nimport s from './Radio.module.css'\nimport { RadioProps } from './Radio.types'\n\nexport const Radio = ({ children, className, checked, onChange, ...rest }: RadioProps) => {\n return (\n <label className={clsx(s.radio, className)}>\n <input type=\"radio\" className={s.input} checked={checked} onChange={onChange} {...rest} />\n\n <span className={s.control} />\n {children && <span className={s.labelSpan}>{children}</span>}\n </label>\n )\n}\n","import { clsx } from 'clsx'\n\nimport s from './Tab.module.css'\nimport type { TabProps } from './Tab.types'\n\nexport const Tab = (props: TabProps) => {\n const { children, selected = false, className, disabled = false, ...rest } = props\n\n const tabClasses = clsx(s.tab, selected && s.selected, disabled && s.disabled, className)\n\n return (\n <button\n type=\"button\"\n role=\"tab\"\n className={tabClasses}\n disabled={disabled}\n tabIndex={disabled ? -1 : 0}\n aria-selected={selected}\n aria-disabled={disabled}\n {...rest}\n >\n {children}\n </button>\n )\n}\n","'use client'\n\nimport { forwardRef, useId } from 'react'\nimport { clsx } from 'clsx'\n\nimport s from './Textarea.module.css'\nimport type { TextareaProps } from './Textarea.types'\n\nexport const Textarea = forwardRef<HTMLTextAreaElement, TextareaProps>(\n ({ label, errorMessage, id, className, disabled, minHeight = 84, required, ...rest }, ref) => {\n const generatedId = useId()\n const textareaId = id ?? generatedId\n const errorId = errorMessage ? `${textareaId}-error` : undefined\n\n return (\n <div className={clsx(s.textareaWrapper, className)}>\n {label && (\n <label htmlFor={textareaId} className={clsx(s.label, { [s.disabled]: disabled })}>\n {label}\n {required && <sup className={s.required}> *</sup>}\n </label>\n )}\n\n <textarea\n ref={ref}\n id={textareaId}\n className={clsx(s.textarea, { [s.errorState]: !!errorMessage })}\n aria-invalid={!!errorMessage}\n aria-describedby={errorId}\n required={required}\n disabled={disabled}\n style={{ minHeight }}\n {...rest}\n />\n\n {errorMessage && (\n <span id={errorId} role=\"alert\" className={s.errorMessage}>\n {errorMessage}\n </span>\n )}\n </div>\n )\n },\n)\n\nTextarea.displayName = 'Textarea'\n"],"names":["Alert","variant","title","message","className","onClose","jsxs","clsx","s","jsx","CloseIcon","Button","props","Component","icon","rest","classes","children","componentProps","Card","Checkbox","checked","onChange","Typography","Label","text","textVariant","required","color","htmlFor","Fragment","Radio","Tab","selected","disabled","tabClasses","Textarea","forwardRef","label","errorMessage","id","minHeight","ref","generatedId","useId","textareaId","errorId"],"mappings":"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"}
|
package/dist/index.client.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import $, { clsx as v } from "clsx";
|
|
3
|
-
import { clsx as
|
|
3
|
+
import { clsx as Vt } from "clsx";
|
|
4
4
|
import J from "simplebar-react";
|
|
5
|
-
import { default as
|
|
6
|
-
import { A as
|
|
7
|
-
import { B as
|
|
5
|
+
import { default as Wt } from "simplebar-react";
|
|
6
|
+
import { A as W, s as T, c as F } from "./Textarea-CgezARIK.js";
|
|
7
|
+
import { B as Ht, C as Kt, a as Yt, L as zt, R as Jt, T as Qt, b as Ut } from "./Textarea-CgezARIK.js";
|
|
8
8
|
import { jsxs as m, jsx as a } from "react/jsx-runtime";
|
|
9
|
-
import { forwardRef as Q, useId as
|
|
10
|
-
import { DayPicker as
|
|
9
|
+
import { forwardRef as Q, useId as q, useState as M, useEffect as k, useMemo as A, useRef as j } from "react";
|
|
10
|
+
import { DayPicker as V } from "react-day-picker";
|
|
11
11
|
import { parse as x, isValid as B, format as R } from "date-fns";
|
|
12
12
|
import { E as U, a as X, A as Z, C as ee } from "./ArrowDownIcon-DL5pXuXm.js";
|
|
13
|
-
import { C as
|
|
13
|
+
import { C as H } from "./CloseIcon-CwhvW02e.js";
|
|
14
14
|
import { createPortal as te } from "react-dom";
|
|
15
15
|
import { FocusTrap as ne } from "focus-trap-react";
|
|
16
16
|
import { toast as L } from "react-hot-toast";
|
|
@@ -39,10 +39,10 @@ const oe = "_wrapper_1i0po_1", re = "_label_1i0po_7", ae = "_disabled_1i0po_14",
|
|
|
39
39
|
type: l = "text",
|
|
40
40
|
className: d,
|
|
41
41
|
required: f,
|
|
42
|
-
id:
|
|
42
|
+
id: b,
|
|
43
43
|
...h
|
|
44
44
|
}, y) => {
|
|
45
|
-
const w =
|
|
45
|
+
const w = q(), p = b ?? w, N = t ? `${p}-error` : void 0, E = !!t, D = l === "password" && s, [C, S] = M(!1);
|
|
46
46
|
return /* @__PURE__ */ m("div", { className: v(_.wrapper, d), children: [
|
|
47
47
|
e && /* @__PURE__ */ m("label", { htmlFor: p, className: v(_.label, { [_.disabled]: c }), children: [
|
|
48
48
|
e,
|
|
@@ -52,7 +52,7 @@ const oe = "_wrapper_1i0po_1", re = "_label_1i0po_7", ae = "_disabled_1i0po_14",
|
|
|
52
52
|
"div",
|
|
53
53
|
{
|
|
54
54
|
className: v(_.inputContainer, {
|
|
55
|
-
[_.error]:
|
|
55
|
+
[_.error]: E,
|
|
56
56
|
[_.disabled]: c,
|
|
57
57
|
[_.withStartIcon]: !!o,
|
|
58
58
|
[_.withEndIcon]: !!n || D
|
|
@@ -69,7 +69,7 @@ const oe = "_wrapper_1i0po_1", re = "_label_1i0po_7", ae = "_disabled_1i0po_14",
|
|
|
69
69
|
autoComplete: l === "password" ? "current-password" : "off",
|
|
70
70
|
required: f,
|
|
71
71
|
disabled: c,
|
|
72
|
-
"aria-invalid":
|
|
72
|
+
"aria-invalid": E,
|
|
73
73
|
"aria-describedby": N,
|
|
74
74
|
...h
|
|
75
75
|
}
|
|
@@ -79,7 +79,7 @@ const oe = "_wrapper_1i0po_1", re = "_label_1i0po_7", ae = "_disabled_1i0po_14",
|
|
|
79
79
|
{
|
|
80
80
|
type: "button",
|
|
81
81
|
className: _.endIcon,
|
|
82
|
-
onClick: () => S((
|
|
82
|
+
onClick: () => S((g) => !g),
|
|
83
83
|
"aria-label": C ? "Hide password" : "Show password",
|
|
84
84
|
disabled: c,
|
|
85
85
|
tabIndex: -1,
|
|
@@ -100,14 +100,14 @@ const oe = "_wrapper_1i0po_1", re = "_label_1i0po_7", ae = "_disabled_1i0po_14",
|
|
|
100
100
|
]
|
|
101
101
|
}
|
|
102
102
|
),
|
|
103
|
-
|
|
103
|
+
E && /* @__PURE__ */ a("span", { id: N, className: _.errorMessage, role: "alert", children: t })
|
|
104
104
|
] });
|
|
105
105
|
}
|
|
106
106
|
);
|
|
107
107
|
fe.displayName = "Input";
|
|
108
108
|
const Lt = (e) => {
|
|
109
109
|
L.custom((t) => /* @__PURE__ */ a(
|
|
110
|
-
|
|
110
|
+
W,
|
|
111
111
|
{
|
|
112
112
|
variant: "success",
|
|
113
113
|
message: e,
|
|
@@ -117,7 +117,7 @@ const Lt = (e) => {
|
|
|
117
117
|
));
|
|
118
118
|
}, Mt = (e, t = "Error!") => {
|
|
119
119
|
L.custom((o) => /* @__PURE__ */ a(
|
|
120
|
-
|
|
120
|
+
W,
|
|
121
121
|
{
|
|
122
122
|
variant: "error",
|
|
123
123
|
title: t,
|
|
@@ -126,19 +126,19 @@ const Lt = (e) => {
|
|
|
126
126
|
onClose: () => L.dismiss(o.id)
|
|
127
127
|
}
|
|
128
128
|
));
|
|
129
|
-
}, we = "_wrapper_l023w_1", he = "_inputContainer_l023w_5", ye = "_label_l023w_11",
|
|
129
|
+
}, we = "_wrapper_l023w_1", he = "_inputContainer_l023w_5", ye = "_label_l023w_11", ge = "_inputWrapper_l023w_15", be = "_trigger_l023w_22", ve = "_icon_l023w_38", Ce = "_placeholder_l023w_45", Ne = "_clearButton_l023w_49", De = "_clearIcon_l023w_89", Ie = "_disabledLabel_l023w_101", ke = "_error_l023w_123", Ee = "_calendar_l023w_141", Se = "_open_l023w_160", xe = "_monthsCaption_l023w_166", Be = "_navButtonPrevious_l023w_172", Re = "_navButtonNext_l023w_173", Oe = "_navIcon_l023w_193", Pe = "_monthGrid_l023w_199", Te = "_dropdowns_l023w_205", Le = "_weekday_l023w_209", Me = "_day_l023w_220", $e = "_dayButton_l023w_227", Ae = "_dayOutside_l023w_254", je = "_dayToday_l023w_258", Fe = "_daySelected_l023w_263", Ve = "_dayRangeStart_l023w_264", Ge = "_dayRangeEnd_l023w_265", We = "_dayRangeMiddle_l023w_266", r = {
|
|
130
130
|
wrapper: we,
|
|
131
131
|
inputContainer: he,
|
|
132
132
|
label: ye,
|
|
133
|
-
inputWrapper:
|
|
134
|
-
trigger:
|
|
133
|
+
inputWrapper: ge,
|
|
134
|
+
trigger: be,
|
|
135
135
|
icon: ve,
|
|
136
136
|
placeholder: Ce,
|
|
137
137
|
clearButton: Ne,
|
|
138
138
|
clearIcon: De,
|
|
139
139
|
disabledLabel: Ie,
|
|
140
|
-
error:
|
|
141
|
-
calendar:
|
|
140
|
+
error: ke,
|
|
141
|
+
calendar: Ee,
|
|
142
142
|
open: Se,
|
|
143
143
|
monthsCaption: xe,
|
|
144
144
|
navButtonPrevious: Be,
|
|
@@ -151,16 +151,16 @@ const Lt = (e) => {
|
|
|
151
151
|
dayButton: $e,
|
|
152
152
|
dayOutside: Ae,
|
|
153
153
|
dayToday: je,
|
|
154
|
-
daySelected:
|
|
155
|
-
dayRangeStart:
|
|
156
|
-
dayRangeEnd:
|
|
157
|
-
dayRangeMiddle:
|
|
158
|
-
},
|
|
154
|
+
daySelected: Fe,
|
|
155
|
+
dayRangeStart: Ve,
|
|
156
|
+
dayRangeEnd: Ge,
|
|
157
|
+
dayRangeMiddle: We
|
|
158
|
+
}, qe = ({
|
|
159
159
|
ref: e,
|
|
160
160
|
isOpen: t,
|
|
161
161
|
onDismiss: o
|
|
162
162
|
}) => {
|
|
163
|
-
|
|
163
|
+
k(() => {
|
|
164
164
|
if (!t) return;
|
|
165
165
|
const n = (s) => {
|
|
166
166
|
e.current && !e.current.contains(s.target) && o();
|
|
@@ -171,11 +171,11 @@ const Lt = (e) => {
|
|
|
171
171
|
document.removeEventListener("mousedown", n), document.removeEventListener("touchstart", n), document.removeEventListener("keydown", i);
|
|
172
172
|
};
|
|
173
173
|
}, [t, o, e]);
|
|
174
|
-
}, O = "dd.MM.yyyy",
|
|
174
|
+
}, O = "dd.MM.yyyy", He = (e) => {
|
|
175
175
|
if (!e) return;
|
|
176
176
|
const t = x(e, O, /* @__PURE__ */ new Date());
|
|
177
177
|
return B(t) ? t : void 0;
|
|
178
|
-
},
|
|
178
|
+
}, Ke = (e) => {
|
|
179
179
|
if (!e) return;
|
|
180
180
|
const t = " - ", o = e.indexOf(t);
|
|
181
181
|
if (o === -1) {
|
|
@@ -187,14 +187,14 @@ const Lt = (e) => {
|
|
|
187
187
|
const s = x(n, O, /* @__PURE__ */ new Date()), c = x(i, O, /* @__PURE__ */ new Date());
|
|
188
188
|
if (B(s) && B(c))
|
|
189
189
|
return { from: s, to: c };
|
|
190
|
-
},
|
|
190
|
+
}, K = (e, t) => {
|
|
191
191
|
if (e)
|
|
192
|
-
return t === "single" ?
|
|
193
|
-
},
|
|
192
|
+
return t === "single" ? He(e) : Ke(e);
|
|
193
|
+
}, Ye = (e, t) => {
|
|
194
194
|
const [o, n] = M(/* @__PURE__ */ new Date());
|
|
195
195
|
return {
|
|
196
196
|
month: A(() => {
|
|
197
|
-
const c =
|
|
197
|
+
const c = K(e, t);
|
|
198
198
|
if (!c) return o;
|
|
199
199
|
if (t === "single" && c instanceof Date)
|
|
200
200
|
return c;
|
|
@@ -211,8 +211,8 @@ const Lt = (e) => {
|
|
|
211
211
|
n(c);
|
|
212
212
|
}
|
|
213
213
|
};
|
|
214
|
-
},
|
|
215
|
-
container:
|
|
214
|
+
}, ze = "_container_15bt3_1", Je = "_label_15bt3_7", Qe = "_select_15bt3_14", Ue = "_trigger_15bt3_19", Xe = "_triggerOpen_15bt3_46", Ze = "_placeholder_15bt3_67", et = "_selectedContent_15bt3_71", tt = "_optionIcon_15bt3_81", nt = "_arrow_15bt3_87", ot = "_open_15bt3_98", rt = "_dropdown_15bt3_102", at = "_option_15bt3_81", st = "_selected_15bt3_71", u = {
|
|
215
|
+
container: ze,
|
|
216
216
|
label: Je,
|
|
217
217
|
select: Qe,
|
|
218
218
|
trigger: Ue,
|
|
@@ -226,21 +226,21 @@ const Lt = (e) => {
|
|
|
226
226
|
option: at,
|
|
227
227
|
selected: st
|
|
228
228
|
}, ct = (e) => {
|
|
229
|
-
const { className: t, disabled: o = !1, label: n, onChange: i, options: s, placeholder: c, value: l } = e, [d, f] = M(!1),
|
|
229
|
+
const { className: t, disabled: o = !1, label: n, onChange: i, options: s, placeholder: c, value: l } = e, [d, f] = M(!1), b = j(null), h = s.find((p) => p.value === l), y = () => {
|
|
230
230
|
o || f(!d);
|
|
231
231
|
}, w = (p) => {
|
|
232
232
|
i?.(p), f(!1);
|
|
233
233
|
};
|
|
234
|
-
return
|
|
234
|
+
return k(() => {
|
|
235
235
|
const p = (N) => {
|
|
236
|
-
|
|
236
|
+
b.current && !b.current.contains(N.target) && f(!1);
|
|
237
237
|
};
|
|
238
238
|
return d && document.addEventListener("mousedown", p), () => {
|
|
239
239
|
document.removeEventListener("mousedown", p);
|
|
240
240
|
};
|
|
241
241
|
}, [d]), /* @__PURE__ */ m("div", { className: v(u.container, t), children: [
|
|
242
242
|
n && /* @__PURE__ */ a("label", { className: u.label, children: n }),
|
|
243
|
-
/* @__PURE__ */ m("div", { className: u.select, ref:
|
|
243
|
+
/* @__PURE__ */ m("div", { className: u.select, ref: b, children: [
|
|
244
244
|
/* @__PURE__ */ m(
|
|
245
245
|
"button",
|
|
246
246
|
{
|
|
@@ -276,7 +276,7 @@ const Lt = (e) => {
|
|
|
276
276
|
)) })
|
|
277
277
|
] })
|
|
278
278
|
] });
|
|
279
|
-
},
|
|
279
|
+
}, Y = (e) => {
|
|
280
280
|
const t = (n) => {
|
|
281
281
|
if (e.onChange) {
|
|
282
282
|
const i = {
|
|
@@ -300,7 +300,7 @@ const Lt = (e) => {
|
|
|
300
300
|
}
|
|
301
301
|
);
|
|
302
302
|
};
|
|
303
|
-
|
|
303
|
+
Y.displayName = "DatePickerDropdown";
|
|
304
304
|
const it = {
|
|
305
305
|
month_caption: r.monthsCaption,
|
|
306
306
|
button_previous: r.navButtonPrevious,
|
|
@@ -324,7 +324,7 @@ const it = {
|
|
|
324
324
|
range_end: r.dayRangeEnd,
|
|
325
325
|
today: r.dayToday
|
|
326
326
|
}, lt = {
|
|
327
|
-
Dropdown:
|
|
327
|
+
Dropdown: Y
|
|
328
328
|
}, dt = {
|
|
329
329
|
weekStartsOn: 1,
|
|
330
330
|
showOutsideDays: !0,
|
|
@@ -339,7 +339,7 @@ const it = {
|
|
|
339
339
|
root: $(r.calendar, e && r.open),
|
|
340
340
|
...it
|
|
341
341
|
}
|
|
342
|
-
}), P = "dd.MM.yyyy", ut = (e) => e ? R(e, P) : "", mt = (e) => !e || !e.from ? "" : e.to && e.from.getTime() !== e.to.getTime() ? `${R(e.from, P)} - ${R(e.to, P)}` : R(e.from, P),
|
|
342
|
+
}), P = "dd.MM.yyyy", ut = (e) => e ? R(e, P) : "", mt = (e) => !e || !e.from ? "" : e.to && e.from.getTime() !== e.to.getTime() ? `${R(e.from, P)} - ${R(e.to, P)}` : R(e.from, P), G = (e, t) => e ? t === "single" && e instanceof Date ? ut(e) : t === "range" && typeof e == "object" && "from" in e ? mt(e) : "" : "", ft = ({
|
|
343
343
|
value: e,
|
|
344
344
|
mode: t,
|
|
345
345
|
onChange: o,
|
|
@@ -351,13 +351,13 @@ const it = {
|
|
|
351
351
|
return;
|
|
352
352
|
}
|
|
353
353
|
if (t === "single") {
|
|
354
|
-
e instanceof Date && (n(e), o(
|
|
354
|
+
e instanceof Date && (n(e), o(G(e, "single")), i(!1));
|
|
355
355
|
return;
|
|
356
356
|
}
|
|
357
357
|
if (t === "range" && typeof e == "object" && "from" in e) {
|
|
358
358
|
const s = e;
|
|
359
359
|
s.from ? n(s.from) : s.to && n(s.to);
|
|
360
|
-
const c =
|
|
360
|
+
const c = G(s, "range");
|
|
361
361
|
o(c), s.from && s.to && s.from.getTime() !== s.to.getTime() && i(!1);
|
|
362
362
|
}
|
|
363
363
|
}, wt = (e, t, o) => {
|
|
@@ -381,38 +381,38 @@ const it = {
|
|
|
381
381
|
placeholder: c,
|
|
382
382
|
...l
|
|
383
383
|
}) => {
|
|
384
|
-
const [d, f] = M(!1),
|
|
385
|
-
|
|
384
|
+
const [d, f] = M(!1), b = j(null), { month: h, setMonth: y } = Ye(t, e), w = A(() => K(t, e), [t, e]);
|
|
385
|
+
k(() => {
|
|
386
386
|
wt(w, e, y);
|
|
387
|
-
}, [w, e, y]),
|
|
387
|
+
}, [w, e, y]), qe({ ref: b, isOpen: d, onDismiss: () => {
|
|
388
388
|
f(!1);
|
|
389
389
|
} });
|
|
390
|
-
const N = (
|
|
391
|
-
|
|
392
|
-
},
|
|
393
|
-
n || f((
|
|
394
|
-
}, D = (
|
|
395
|
-
const
|
|
396
|
-
o(
|
|
397
|
-
}, C = (
|
|
390
|
+
const N = (g) => {
|
|
391
|
+
g.stopPropagation(), C(void 0);
|
|
392
|
+
}, E = () => {
|
|
393
|
+
n || f((g) => !g);
|
|
394
|
+
}, D = (g) => {
|
|
395
|
+
const z = g.currentTarget.value;
|
|
396
|
+
o(z);
|
|
397
|
+
}, C = (g) => {
|
|
398
398
|
ft({
|
|
399
|
-
value:
|
|
399
|
+
value: g,
|
|
400
400
|
mode: e,
|
|
401
401
|
onChange: o,
|
|
402
402
|
setMonth: y,
|
|
403
403
|
setIsOpen: f
|
|
404
404
|
});
|
|
405
405
|
}, S = A(() => _t(d), [d]);
|
|
406
|
-
return /* @__PURE__ */ m("div", { ref:
|
|
406
|
+
return /* @__PURE__ */ m("div", { ref: b, className: r.wrapper, children: [
|
|
407
407
|
/* @__PURE__ */ m("div", { className: r.inputContainer, children: [
|
|
408
|
-
i && /* @__PURE__ */ a("span", { className: n ? r.disabledLabel : r.label, children: /* @__PURE__ */ a(
|
|
408
|
+
i && /* @__PURE__ */ a("span", { className: n ? r.disabledLabel : r.label, children: /* @__PURE__ */ a(F, { variant: "text-14", children: i }) }),
|
|
409
409
|
/* @__PURE__ */ m("div", { className: r.inputWrapper, children: [
|
|
410
410
|
/* @__PURE__ */ a(
|
|
411
411
|
"input",
|
|
412
412
|
{
|
|
413
413
|
type: "text",
|
|
414
414
|
className: $(r.trigger, s && r.error),
|
|
415
|
-
onClick:
|
|
415
|
+
onClick: E,
|
|
416
416
|
value: t,
|
|
417
417
|
onChange: D,
|
|
418
418
|
placeholder: c,
|
|
@@ -431,15 +431,15 @@ const it = {
|
|
|
431
431
|
className: r.clearButton,
|
|
432
432
|
onClick: N,
|
|
433
433
|
"aria-label": "Clear date",
|
|
434
|
-
children: /* @__PURE__ */ a(
|
|
434
|
+
children: /* @__PURE__ */ a(H, { className: r.clearIcon })
|
|
435
435
|
}
|
|
436
436
|
),
|
|
437
437
|
/* @__PURE__ */ a(ee, { className: $(r.icon, !t && r.placeholder) })
|
|
438
438
|
] }),
|
|
439
|
-
s && /* @__PURE__ */ a(
|
|
439
|
+
s && /* @__PURE__ */ a(F, { variant: "small", className: r.error, children: s })
|
|
440
440
|
] }),
|
|
441
441
|
e === "single" ? /* @__PURE__ */ a(
|
|
442
|
-
|
|
442
|
+
V,
|
|
443
443
|
{
|
|
444
444
|
...S,
|
|
445
445
|
month: h,
|
|
@@ -449,7 +449,7 @@ const it = {
|
|
|
449
449
|
onSelect: C
|
|
450
450
|
}
|
|
451
451
|
) : /* @__PURE__ */ a(
|
|
452
|
-
|
|
452
|
+
V,
|
|
453
453
|
{
|
|
454
454
|
...S,
|
|
455
455
|
month: h,
|
|
@@ -460,23 +460,23 @@ const it = {
|
|
|
460
460
|
}
|
|
461
461
|
)
|
|
462
462
|
] });
|
|
463
|
-
}, ht = "
|
|
463
|
+
}, ht = "_overlay_17k3a_1", yt = "_modal_17k3a_15", gt = "_header_17k3a_29", bt = "_title_17k3a_39", vt = "_close_17k3a_52", Ct = "_body_17k3a_79", I = {
|
|
464
464
|
overlay: ht,
|
|
465
465
|
modal: yt,
|
|
466
|
-
header:
|
|
467
|
-
title:
|
|
466
|
+
header: gt,
|
|
467
|
+
title: bt,
|
|
468
468
|
close: vt,
|
|
469
469
|
body: Ct
|
|
470
470
|
}, At = ({ open: e, onClose: t, title: o, children: n, className: i }) => {
|
|
471
|
-
const s =
|
|
472
|
-
if (
|
|
471
|
+
const s = q(), c = j(t);
|
|
472
|
+
if (k(() => {
|
|
473
473
|
c.current = t;
|
|
474
|
-
}, [t]),
|
|
474
|
+
}, [t]), k(() => {
|
|
475
475
|
if (e)
|
|
476
476
|
return document.body.style.overflow = "hidden", () => {
|
|
477
477
|
document.body.style.overflow = "";
|
|
478
478
|
};
|
|
479
|
-
}, [e]),
|
|
479
|
+
}, [e]), k(() => {
|
|
480
480
|
if (!e) return;
|
|
481
481
|
const d = (f) => {
|
|
482
482
|
f.key === "Escape" && c.current();
|
|
@@ -513,7 +513,7 @@ const it = {
|
|
|
513
513
|
className: I.close,
|
|
514
514
|
"aria-label": "Close modal",
|
|
515
515
|
onClick: () => c.current(),
|
|
516
|
-
children: /* @__PURE__ */ a(
|
|
516
|
+
children: /* @__PURE__ */ a(H, {})
|
|
517
517
|
}
|
|
518
518
|
)
|
|
519
519
|
] }),
|
|
@@ -527,21 +527,21 @@ const it = {
|
|
|
527
527
|
);
|
|
528
528
|
};
|
|
529
529
|
export {
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
530
|
+
W as Alert,
|
|
531
|
+
Ht as Button,
|
|
532
|
+
Kt as Card,
|
|
533
|
+
Yt as Checkbox,
|
|
534
534
|
$t as DatePicker,
|
|
535
535
|
fe as Input,
|
|
536
|
-
|
|
536
|
+
zt as Label,
|
|
537
537
|
At as Modal,
|
|
538
538
|
Jt as Radio,
|
|
539
539
|
ct as Select,
|
|
540
|
-
|
|
540
|
+
Wt as SimpleBar,
|
|
541
541
|
Qt as Tab,
|
|
542
542
|
Ut as Textarea,
|
|
543
|
-
|
|
544
|
-
|
|
543
|
+
F as Typography,
|
|
544
|
+
Vt as clsx,
|
|
545
545
|
Mt as toastError,
|
|
546
546
|
Lt as toastSuccess
|
|
547
547
|
};
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";._alert_5jfpm_1{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;width:100%;max-width:387px;padding:12px 24px;border-radius:2px;color:var(--color-light-100)}._content_5jfpm_15{display:flex;gap:5px;align-items:center}._error_5jfpm_22{border:1px solid var(--color-danger-500);background-color:var(--color-danger-900)}._success_5jfpm_28{border:1px solid var(--color-success-500);background-color:var(--color-success-900)}._closeButton_5jfpm_33{cursor:pointer;border:none;background:transparent}._message_5jfpm_39,._title_5jfpm_40{font-size:16px;font-weight:400;line-height:150%}._title_5jfpm_40{font-weight:700}._toastEnter_5jfpm_50{animation:_fade-in_5jfpm_1 .2s ease-out}._toastExit_5jfpm_54{animation:_fade-out_5jfpm_1 .2s ease-in forwards}@keyframes _fade-in_5jfpm_1{0%{opacity:0}to{opacity:1}}@keyframes _fade-out_5jfpm_1{0%{opacity:1}to{opacity:0}}._button_dqki1_1{all:unset;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:6px 24px;border-radius:2px;font-weight:600;line-height:150%;transition:color .12s ease-out,background-color .18s cubic-bezier(.2,0,0,1)}._button_dqki1_1:disabled{cursor:not-allowed}._primary_dqki1_25{color:var(--color-light-100);background-color:var(--color-accent-500)}._primary_dqki1_25:active{color:var(--color-light-500);background-color:var(--color-accent-700)}._primary_dqki1_25:focus-visible{outline:2px solid var(--color-accent-700)}._primary_dqki1_25:disabled{color:var(--color-light-900);background-color:var(--color-accent-900)}._primary_dqki1_25:hover:not(:active,:focus-visible,:disabled){background-color:var(--color-accent-100)}._secondary_dqki1_48{color:var(--color-light-100);background-color:var(--color-dark-300)}._secondary_dqki1_48:active{color:var(--color-light-500);background-color:var(--color-dark-400)}._secondary_dqki1_48:focus-visible{outline:2px solid var(--color-accent-300)}._secondary_dqki1_48:disabled{color:var(--color-light-900);background-color:var(--color-dark-500)}._secondary_dqki1_48:hover:not(:active,:focus-visible,:disabled){background-color:var(--color-dark-100)}._outlined_dqki1_71{border:1px solid var(--color-accent-500);color:var(--color-accent-500);background-color:transparent}._outlined_dqki1_71:active{border-color:var(--color-accent-700);color:var(--color-accent-700)}._outlined_dqki1_71:focus-visible{border:2px solid var(--color-accent-700);color:var(--color-accent-700)}._outlined_dqki1_71:disabled{border-color:var(--color-accent-900);color:var(--color-accent-900)}._outlined_dqki1_71:hover:not(:active,:focus-visible,:disabled){border-color:var(--color-accent-100);color:var(--color-accent-100)}._text_dqki1_97{color:var(--color-accent-500)}._text_dqki1_97:active{color:var(--color-accent-700)}._text_dqki1_97:focus-visible{outline:2px solid var(--color-accent-700)}._text_dqki1_97:disabled{color:var(--color-accent-900)}._text_dqki1_97:hover:not(:active,:focus-visible,:disabled){color:var(--color-accent-100)}._icon_dqki1_117{display:inline-flex;align-items:center;margin-right:10px}._card_1ah7i_1{padding:16px;border:1px solid var(--color-dark-100);border-radius:2px;background-color:var(--color-dark-500)}._checkbox_1q28z_1{cursor:pointer;position:relative;display:inline-flex;gap:10px;align-items:center}._input_1q28z_11{position:absolute;opacity:0}._labelSpan_1q28z_16{font-size:14px;font-weight:400;line-height:171%;color:var(--color-light-100)}._control_1q28z_23{position:relative;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid var(--color-light-500);border-radius:4px}._input_1q28z_11:checked+._control_1q28z_23{background-color:var(--color-light-100)}._control_1q28z_23:before{content:"";position:absolute;z-index:-1;width:36px;height:36px;border-radius:50%;background-color:transparent;transition:background-color .15s ease}._control_1q28z_23:hover:before{background-color:var(--color-dark-100)}._input_1q28z_11:focus-visible+._control_1q28z_23:before{background-color:var(--color-dark-100)}._checkbox_1q28z_1:active ._control_1q28z_23:before{background-color:var(--color-dark-100)}._control_1q28z_23:after{content:"";position:absolute;top:50%;left:50%;transform-origin:left bottom;transform:translate(calc(-50% + 4px),-40%) rotate(-45deg);width:10px;height:6px;border-bottom:2px solid transparent;border-left:2px solid transparent}._input_1q28z_11:checked+._control_1q28z_23:after{border-color:var(--color-dark-900)}._input_1q28z_11:disabled+._control_1q28z_23{border-color:var(--color-dark-100)}._input_1q28z_11:disabled+._control_1q28z_23:before{background-color:transparent}._input_1q28z_11:disabled~._labelSpan_1q28z_16,._input_1q28z_11:disabled+._control_1q28z_23{cursor:not-allowed}._input_1q28z_11:disabled:checked+._control_1q28z_23{background-color:var(--color-dark-100)}._input_1q28z_11:disabled:checked+._control_1q28z_23:after{border-color:var(--color-light-700)}._input_1q28z_11:disabled~._labelSpan_1q28z_16{color:var(--color-light-900)}._checkbox_1q28z_1:has(._input_1q28z_11:disabled){cursor:not-allowed}._typography_11tbz_1{display:inline-flex;align-items:center;margin:0;color:var(--color-dark-900)}._icon_11tbz_8{display:inline-flex;align-items:center;margin-right:8px}._large_11tbz_14{font-size:26px;font-weight:600;line-height:138%}._h1_11tbz_20{font-size:20px;font-weight:700;line-height:180%}._h2_11tbz_26{font-size:18px;font-weight:700;line-height:133%}._h3_11tbz_32{font-size:16px;font-weight:600;line-height:150%}._text-16_11tbz_38{font-size:16px;font-weight:400;line-height:150%}._text-16-bold_11tbz_44{font-size:16px;font-weight:700;line-height:150%}._text-14_11tbz_50{font-size:14px;font-weight:400;line-height:171%}._text-14-bold_11tbz_56{font-size:14px;font-weight:700;line-height:171%}._text-14-medium_11tbz_62{font-size:14px;font-weight:500;line-height:171%}._small_11tbz_68{font-size:12px;font-weight:400;line-height:133%}._small-semibold_11tbz_74{font-size:12px;font-weight:600;line-height:133%}._link_11tbz_80{font-size:14px;font-weight:400;line-height:171%;color:var(--color-accent-500);text-decoration:underline;text-decoration-skip-ink:none}._small-link_11tbz_89{font-size:12px;font-weight:400;line-height:133%;color:var(--color-accent-500);text-decoration:underline;text-decoration-skip-ink:none}._label_ndvr9_1{margin-bottom:4px}._required_ndvr9_5{margin-left:4px;color:var(--color-danger-500)}._srOnly_ndvr9_10{position:absolute;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap}._radio_10hqy_1{cursor:pointer;position:relative;display:inline-flex;gap:10px;align-items:center}._input_10hqy_12{position:absolute;opacity:0}._labelSpan_10hqy_18{font-size:14px;font-weight:400;line-height:171%;color:var(--color-light-100)}._control_10hqy_26{position:relative;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid var(--color-light-100);border-radius:50%}._control_10hqy_26:before{content:"";position:absolute;z-index:-1;width:36px;height:36px;border-radius:50%;background-color:transparent;transition:background-color .2s ease}._control_10hqy_26:hover:before{background-color:var(--color-dark-300)}._input_10hqy_12:focus-visible+._control_10hqy_26:before{background-color:var(--color-dark-500)}._radio_10hqy_1:active ._control_10hqy_26:before{background-color:var(--color-dark-100)}._control_10hqy_26:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background-color:transparent}._input_10hqy_12:checked+._control_10hqy_26:after{background-color:var(--color-light-100)}._input_10hqy_12:disabled+._control_10hqy_26{border-color:var(--color-dark-100)}._input_10hqy_12:disabled+._control_10hqy_26:before{background-color:transparent}._input_10hqy_12:disabled:checked+._control_10hqy_26:after{background-color:var(--color-dark-100)}._input_10hqy_12:disabled~._labelSpan_10hqy_18{color:var(--color-light-900)}._input_10hqy_12:disabled~._labelSpan_10hqy_18,._input_10hqy_12:disabled+._control_10hqy_26,._input_10hqy_12:disabled~._control_10hqy_26{cursor:not-allowed}._radio_10hqy_1:has(._input_10hqy_12:disabled){cursor:not-allowed}._tab_78cv0_1{all:unset;cursor:pointer;width:100%;padding:6px 23px 4px;border-bottom:2px solid var(--color-dark-100);border-radius:0;font-size:16px;font-weight:600;line-height:150%;color:var(--color-dark-100);text-align:center;transition-duration:.2s;transition-property:background-color,color,border-color}._selected_78cv0_21{border-bottom-color:var(--color-accent-500);color:var(--color-accent-500)}._tab_78cv0_1:disabled{cursor:not-allowed;border-bottom-color:var(--color-dark-300);color:var(--color-dark-300)}._selected_78cv0_21:disabled{border-bottom-color:var(--color-accent-900);color:var(--color-accent-900)}._tab_78cv0_1:focus-visible{border-radius:2px;outline:2px solid var(--color-accent-700)}._tab_78cv0_1:active:not(:disabled){background-color:color-mix(in srgb,var(--color-accent-100) 15%,transparent)}._tab_78cv0_1:hover:not(:active,:focus-visible,:disabled){background-color:color-mix(in srgb,var(--color-accent-900) 15%,transparent)}._textareaWrapper_ahoiy_1{display:flex;flex-direction:column;width:100%}._label_ahoiy_7{font-size:14px;font-weight:400;line-height:171%;color:var(--color-light-900)}._label_ahoiy_7._disabled_ahoiy_14{color:var(--color-dark-100)}._textarea_ahoiy_1{resize:none;box-sizing:border-box;width:100%;padding:10px 14px;border:1px solid var(--color-dark-100);border-radius:2px;font-size:16px;font-weight:400;line-height:150%;color:var(--color-light-900);background-color:transparent;outline:none}._textarea_ahoiy_1:disabled{cursor:not-allowed;color:var(--color-dark-100)}._textarea_ahoiy_1:focus-visible{border:1px solid var(--color-light-100);color:var(--color-light-100)}._errorState_ahoiy_46,._errorState_ahoiy_46:focus-visible{border:1px solid var(--color-danger-500);color:var(--color-light-100)}._errorMessage_ahoiy_52{font-size:16px;font-weight:400;line-height:171%;color:var(--color-danger-500)}._required_ahoiy_59{color:var(--color-danger-500)}html{line-height:1.15;text-size-adjust:100%}body{margin:0;padding:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{overflow:visible;box-sizing:content-box;height:0}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{appearance:auto}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{display:table;box-sizing:border-box;max-width:100%;padding:0;color:inherit;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{font:inherit;appearance:auto}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--color-accent-100: #73a5ff;--color-accent-300: #4c8dff;--color-accent-500: #397df6;--color-accent-700: #2f68cc;--color-accent-900: #234e99;--color-success-100: #80ffbf;--color-success-300: #22e584;--color-success-500: #14cc70;--color-success-700: #0f9954;--color-success-900: #0a6638;--color-danger-100: #ff8099;--color-danger-300: #f23d61;--color-danger-500: #cc1439;--color-danger-700: #990f2b;--color-danger-900: #660a1d;--color-warning-100: #ffd073;--color-warning-300: #e5ac39;--color-warning-500: #d99000;--color-warning-700: #960;--color-warning-900: #640;--color-dark-100: #4c4c4c;--color-dark-300: #333;--color-dark-400: #212121;--color-dark-500: #171717;--color-dark-700: #0d0d0d;--color-dark-900: #000;--color-light-100: #fff;--color-light-300: #f7fbff;--color-light-500: #edf3fa;--color-light-700: #d5dae0;--color-light-900: #8d9094}html{box-sizing:border-box;font-size:100%}*,*:before,*:after{box-sizing:border-box}body{font-family:Inter,sans-serif;font-size:16px}input,button,select,textarea,optgroup,option{font-weight:inherit;font-style:inherit;color:inherit}[data-simplebar] .simplebar-track.simplebar-vertical{width:14px;background:transparent}[data-simplebar] .simplebar-scrollbar:before{left:50%;transform:translate(-50%);width:4px;border-radius:3px;background:var(--color-dark-900)}[data-simplebar] .simplebar-scrollbar:hover:before{background:var(--color-light-900)}[data-simplebar] .simplebar-scrollbar.simplebar-visible:before{opacity:1}._wrapper_1i0po_1{display:flex;flex-direction:column;width:100%}._label_1i0po_7{font-size:14px;font-weight:400;line-height:171%;color:var(--color-light-900)}._label_1i0po_7._disabled_1i0po_14{color:var(--color-dark-100)}._inputContainer_1i0po_18{position:relative;display:flex;align-items:center;border:1px solid var(--color-dark-100);border-radius:2px;background-color:transparent}._input_1i0po_18{all:unset;box-sizing:border-box;width:100%;padding:10px 14px;font-size:16px;font-weight:400;line-height:150%;color:var(--color-light-900)}._inputContainer_1i0po_18:has(:focus-visible) ._input_1i0po_18{color:var(--color-light-100)}._inputContainer_1i0po_18:has(:focus-visible){border-color:var(--color-light-100)}._inputContainer_1i0po_18._error_1i0po_51{border-color:var(--color-danger-500)}._inputContainer_1i0po_18._disabled_1i0po_14{border:1px solid var(--color-dark-100)}._inputContainer_1i0po_18._disabled_1i0po_14 ._input_1i0po_18{cursor:not-allowed;color:var(--color-dark-100)}._inputContainer_1i0po_18._withStartIcon_1i0po_64 ._input_1i0po_18{padding-left:40px}._inputContainer_1i0po_18._withEndIcon_1i0po_68 ._input_1i0po_18{padding-right:40px}._startIcon_1i0po_72,._endIcon_1i0po_73{position:absolute;display:flex;align-items:center;justify-content:center}._startIcon_1i0po_72{left:11px;color:var(--color-light-900)}._inputContainer_1i0po_18:focus-within ._startIcon_1i0po_72{color:var(--color-light-100)}._inputContainer_1i0po_18._disabled_1i0po_14 ._startIcon_1i0po_72{color:var(--color-dark-100)}._endIcon_1i0po_73{cursor:pointer;right:11px;padding:0;border:none;color:var(--color-light-100);background:none}._endIcon_1i0po_73:disabled{cursor:not-allowed;color:var(--color-dark-100)}._inputContainer_1i0po_18:focus-within ._endIcon_1i0po_73{color:var(--color-light-100)}._errorMessage_1i0po_115{font-size:14px;font-weight:400;line-height:171%;color:var(--color-danger-500)}._required_1i0po_122{color:var(--color-danger-500)}._wrapper_l023w_1{position:relative}._inputContainer_l023w_5{display:flex;flex-direction:column;min-width:255px}._label_l023w_11 span{color:var(--color-light-900)}._inputWrapper_l023w_15{cursor:pointer;position:relative;display:flex;align-items:center}._trigger_l023w_22{all:unset;width:100%;padding:6px 12px;border:1px solid var(--color-dark-100);border-radius:2px;font-size:16px;font-weight:400;line-height:150%;color:var(--color-light-100);background:var(--color-dark-500)}._icon_l023w_38{pointer-events:none;position:absolute;right:12px;color:var(--color-light-100)}._icon_l023w_38._placeholder_l023w_45{color:var(--color-light-900)}._clearButton_l023w_49{all:unset;cursor:pointer;position:absolute;right:40px;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:2px;pointer-events:none;opacity:0;transition:background-color .2s ease,opacity .2s ease}._clearButton_l023w_49:hover{background-color:var(--color-dark-300)}._clearButton_l023w_49:focus-visible{outline:2px solid var(--color-accent-700);outline-offset:2px;pointer-events:auto;opacity:1}._inputWrapper_l023w_15:hover ._clearButton_l023w_49{pointer-events:auto;opacity:1}._clearIcon_l023w_89{pointer-events:none;width:16px;height:16px;color:var(--color-light-100)}._trigger_l023w_22:disabled{border-color:var(--color-dark-100);color:var(--color-dark-100)}._disabledLabel_l023w_101 span{color:var(--color-dark-100)}._trigger_l023w_22:focus-visible:not(:disabled){outline:2px solid var(--color-accent-700)}._inputWrapper_l023w_15:has(._trigger_l023w_22:disabled) ._icon_l023w_38,._inputWrapper_l023w_15:has(._trigger_l023w_22:disabled) ._trigger_l023w_22::placeholder{color:var(--color-dark-100)}._inputWrapper_l023w_15:has(._trigger_l023w_22:disabled) ._icon_l023w_38,._inputWrapper_l023w_15:has(._trigger_l023w_22:disabled) ._trigger_l023w_22{cursor:not-allowed}._inputWrapper_l023w_15:has(._trigger_l023w_22:focus-visible) ._icon_l023w_38{color:var(--color-light-100)}._error_l023w_123{color:var(--color-danger-500)}._trigger_l023w_22._error_l023w_123{border-color:var(--color-danger-500)}._inputWrapper_l023w_15:has(._trigger_l023w_22._error_l023w_123) ._icon_l023w_38,._inputWrapper_l023w_15:has(._trigger_l023w_22._error_l023w_123) ._trigger_l023w_22::placeholder{color:var(--color-danger-500)}._inputWrapper_l023w_15:has(._trigger_l023w_22:hover:not(:disabled,._error_l023w_123)) ._icon_l023w_38,._inputWrapper_l023w_15:has(._trigger_l023w_22:hover:not(:disabled,._error_l023w_123)){color:var(--color-light-100)}._calendar_l023w_141{pointer-events:none;position:absolute;z-index:1000;top:calc(100% + 8px);left:0;transform:translateY(-8px);padding:16px 24px;border:1px solid var(--color-dark-100);border-radius:2px;opacity:0;background:var(--color-dark-500);transition:all .2s ease}._calendar_l023w_141._open_l023w_160{pointer-events:auto;transform:translateY(0);opacity:1}._monthsCaption_l023w_166{display:flex;align-items:center;justify-content:center}._navButtonPrevious_l023w_172,._navButtonNext_l023w_173{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;position:absolute;background-color:var(--color-dark-100)}._navButtonPrevious_l023w_172{left:24px}._navButtonNext_l023w_173{right:24px}._navIcon_l023w_193{width:20px;height:20px;fill:var(--color-light-100)}._monthGrid_l023w_199{table-layout:fixed;border-spacing:0 10px;width:100%}._dropdowns_l023w_205{width:150px}._weekday_l023w_209{width:36px;padding:6px;font-size:16px;font-weight:400;line-height:150%;color:var(--color-light-900);text-align:center}._day_l023w_220{width:36px;height:36px;padding:0;text-align:center}._dayButton_l023w_227{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:16px;font-weight:400;line-height:150%;text-align:center}._dayButton_l023w_227:hover{border-radius:50%;background-color:var(--color-accent-700)}._day_l023w_220 ._dayButton_l023w_227{color:var(--color-light-100)}._dayOutside_l023w_254 ._dayButton_l023w_227{color:var(--color-light-900)}._dayToday_l023w_258 ._dayButton_l023w_227{font-weight:700;color:var(--color-accent-500)}._daySelected_l023w_263 ._dayButton_l023w_227:hover,._dayRangeStart_l023w_264 ._dayButton_l023w_227:hover,._dayRangeEnd_l023w_265 ._dayButton_l023w_227:hover,._dayRangeMiddle_l023w_266 ._dayButton_l023w_227:hover{border-radius:inherit;background-color:inherit}._monthGrid_l023w_199 tr ._day_l023w_220:nth-child(6) ._dayButton_l023w_227,._monthGrid_l023w_199 tr ._day_l023w_220:nth-child(7) ._dayButton_l023w_227{color:var(--color-danger-300)}._dayRangeStart_l023w_264{border-radius:50% 0 0 50%}._dayRangeStart_l023w_264._dayRangeEnd_l023w_265{border-radius:50%}._dayRangeEnd_l023w_265{border-radius:0 50% 50% 0}._dayRangeStart_l023w_264,._dayRangeEnd_l023w_265,._dayRangeMiddle_l023w_266,._daySelected_l023w_263{background-color:var(--color-accent-900)}._daySelected_l023w_263:not(._dayRangeStart_l023w_264,._dayRangeEnd_l023w_265,._dayRangeMiddle_l023w_266){border-radius:50%}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;inset:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;inset:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{inset:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{inset:0 auto 0 0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}._container_15bt3_1{display:flex;flex-direction:column;width:100%}._label_15bt3_7{font-size:14px;font-weight:400;line-height:171%;color:var(--color-light-900)}._select_15bt3_14{position:relative;width:100%}._trigger_15bt3_19{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;width:100%;height:36px;padding:8px 12px;border:1px solid var(--color-light-900);border-radius:2px;font-size:16px;line-height:150%;color:var(--color-light-100);background-color:transparent;transition:color .2s,background-color .2s}._triggerOpen_15bt3_46{border-color:var(--color-light-100);border-radius:2px 2px 0 0;background-color:var(--color-dark-300)}._trigger_15bt3_19:disabled{cursor:not-allowed;border-color:var(--color-dark-100);color:var(--color-dark-100)}._trigger_15bt3_19:focus-visible{padding:7px 11px;border:2px solid var(--color-accent-500)}._trigger_15bt3_19:hover:not(:disabled,._triggerOpen_15bt3_46){color:var(--color-light-900)}._placeholder_15bt3_67{color:var(--color-light-900)}._selectedContent_15bt3_71{overflow:hidden;display:flex;gap:8px;align-items:center;text-overflow:ellipsis;white-space:nowrap}._optionIcon_15bt3_81{display:inline-flex;flex-shrink:0;align-items:center}._arrow_15bt3_87{display:inline-flex;margin-left:24px;color:var(--color-light-100);transition:transform .4s}._trigger_15bt3_19:disabled ._arrow_15bt3_87{color:var(--color-dark-100)}._arrow_15bt3_87._open_15bt3_98{transform:rotate(180deg)}._dropdown_15bt3_102{position:absolute;z-index:1000;top:100%;left:0;box-sizing:border-box;width:100%;border:1px solid var(--color-light-100);border-top:none;border-radius:0 0 2px 2px;background-color:var(--color-dark-300);box-shadow:0 4px 8px #0003}._dropdown_15bt3_102 .simplebar-scrollbar:before{background:var(--color-light-900)}._option_15bt3_81{all:unset;cursor:pointer;display:flex;gap:8px;align-items:center;box-sizing:border-box;width:100%;padding:7px 12px;font-size:16px;font-weight:400;line-height:150%;color:var(--color-light-100)}._option_15bt3_81:hover{color:var(--color-accent-500);background-color:var(--color-dark-100);transition:color .12s ease-out,background-color .16s cubic-bezier(.2,0,0,1)}._option_15bt3_81._selected_15bt3_71{color:var(--color-accent-500)}._option_15bt3_81:focus-visible{background-color:var(--color-dark-100);outline:2px solid var(--color-accent-500);outline-offset:-2px}._overlay_1botz_1{position:fixed;z-index:1000;inset:0;display:flex;align-items:center;justify-content:center;background-color:#0009;animation:_fade-in_1botz_1 .2s ease}._modal_1botz_15{display:flex;flex-direction:column;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);border:1px solid var(--color-dark-100);border-radius:2px;background-color:var(--color-dark-300);animation:_modal-fade-in_1botz_1 .2s ease}._header_1botz_29{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;padding:16px;border-bottom:1px solid var(--color-dark-100)}._title_1botz_39{flex:1;min-width:0;margin:0;font-size:20px;font-weight:700;line-height:36px;color:var(--color-light-100);overflow-wrap:anywhere}._close_1botz_52{cursor:pointer;display:flex;flex-shrink:0;align-items:center;justify-content:center;padding:0;border:none;color:var(--color-light-100);background:none;transition:transform .15s ease,color .15s ease}._close_1botz_52:hover,._close_1botz_52:focus-visible{transform:scale(1.1);color:var(--color-light-900);outline:none}._body_1botz_79{overflow:auto;padding:16px}@keyframes _modal-fade-in_1botz_1{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _fade-in_1botz_1{0%{opacity:0}to{opacity:1}}
|
|
1
|
+
@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";._alert_5jfpm_1{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;width:100%;max-width:387px;padding:12px 24px;border-radius:2px;color:var(--color-light-100)}._content_5jfpm_15{display:flex;gap:5px;align-items:center}._error_5jfpm_22{border:1px solid var(--color-danger-500);background-color:var(--color-danger-900)}._success_5jfpm_28{border:1px solid var(--color-success-500);background-color:var(--color-success-900)}._closeButton_5jfpm_33{cursor:pointer;border:none;background:transparent}._message_5jfpm_39,._title_5jfpm_40{font-size:16px;font-weight:400;line-height:150%}._title_5jfpm_40{font-weight:700}._toastEnter_5jfpm_50{animation:_fade-in_5jfpm_1 .2s ease-out}._toastExit_5jfpm_54{animation:_fade-out_5jfpm_1 .2s ease-in forwards}@keyframes _fade-in_5jfpm_1{0%{opacity:0}to{opacity:1}}@keyframes _fade-out_5jfpm_1{0%{opacity:1}to{opacity:0}}._button_dqki1_1{all:unset;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:6px 24px;border-radius:2px;font-weight:600;line-height:150%;transition:color .12s ease-out,background-color .18s cubic-bezier(.2,0,0,1)}._button_dqki1_1:disabled{cursor:not-allowed}._primary_dqki1_25{color:var(--color-light-100);background-color:var(--color-accent-500)}._primary_dqki1_25:active{color:var(--color-light-500);background-color:var(--color-accent-700)}._primary_dqki1_25:focus-visible{outline:2px solid var(--color-accent-700)}._primary_dqki1_25:disabled{color:var(--color-light-900);background-color:var(--color-accent-900)}._primary_dqki1_25:hover:not(:active,:focus-visible,:disabled){background-color:var(--color-accent-100)}._secondary_dqki1_48{color:var(--color-light-100);background-color:var(--color-dark-300)}._secondary_dqki1_48:active{color:var(--color-light-500);background-color:var(--color-dark-400)}._secondary_dqki1_48:focus-visible{outline:2px solid var(--color-accent-300)}._secondary_dqki1_48:disabled{color:var(--color-light-900);background-color:var(--color-dark-500)}._secondary_dqki1_48:hover:not(:active,:focus-visible,:disabled){background-color:var(--color-dark-100)}._outlined_dqki1_71{border:1px solid var(--color-accent-500);color:var(--color-accent-500);background-color:transparent}._outlined_dqki1_71:active{border-color:var(--color-accent-700);color:var(--color-accent-700)}._outlined_dqki1_71:focus-visible{border:2px solid var(--color-accent-700);color:var(--color-accent-700)}._outlined_dqki1_71:disabled{border-color:var(--color-accent-900);color:var(--color-accent-900)}._outlined_dqki1_71:hover:not(:active,:focus-visible,:disabled){border-color:var(--color-accent-100);color:var(--color-accent-100)}._text_dqki1_97{color:var(--color-accent-500)}._text_dqki1_97:active{color:var(--color-accent-700)}._text_dqki1_97:focus-visible{outline:2px solid var(--color-accent-700)}._text_dqki1_97:disabled{color:var(--color-accent-900)}._text_dqki1_97:hover:not(:active,:focus-visible,:disabled){color:var(--color-accent-100)}._icon_dqki1_117{display:inline-flex;align-items:center;margin-right:10px}._card_1ah7i_1{padding:16px;border:1px solid var(--color-dark-100);border-radius:2px;background-color:var(--color-dark-500)}._checkbox_1q28z_1{cursor:pointer;position:relative;display:inline-flex;gap:10px;align-items:center}._input_1q28z_11{position:absolute;opacity:0}._labelSpan_1q28z_16{font-size:14px;font-weight:400;line-height:171%;color:var(--color-light-100)}._control_1q28z_23{position:relative;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid var(--color-light-500);border-radius:4px}._input_1q28z_11:checked+._control_1q28z_23{background-color:var(--color-light-100)}._control_1q28z_23:before{content:"";position:absolute;z-index:-1;width:36px;height:36px;border-radius:50%;background-color:transparent;transition:background-color .15s ease}._control_1q28z_23:hover:before{background-color:var(--color-dark-100)}._input_1q28z_11:focus-visible+._control_1q28z_23:before{background-color:var(--color-dark-100)}._checkbox_1q28z_1:active ._control_1q28z_23:before{background-color:var(--color-dark-100)}._control_1q28z_23:after{content:"";position:absolute;top:50%;left:50%;transform-origin:left bottom;transform:translate(calc(-50% + 4px),-40%) rotate(-45deg);width:10px;height:6px;border-bottom:2px solid transparent;border-left:2px solid transparent}._input_1q28z_11:checked+._control_1q28z_23:after{border-color:var(--color-dark-900)}._input_1q28z_11:disabled+._control_1q28z_23{border-color:var(--color-dark-100)}._input_1q28z_11:disabled+._control_1q28z_23:before{background-color:transparent}._input_1q28z_11:disabled~._labelSpan_1q28z_16,._input_1q28z_11:disabled+._control_1q28z_23{cursor:not-allowed}._input_1q28z_11:disabled:checked+._control_1q28z_23{background-color:var(--color-dark-100)}._input_1q28z_11:disabled:checked+._control_1q28z_23:after{border-color:var(--color-light-700)}._input_1q28z_11:disabled~._labelSpan_1q28z_16{color:var(--color-light-900)}._checkbox_1q28z_1:has(._input_1q28z_11:disabled){cursor:not-allowed}._typography_18u05_1{display:inline-flex;align-items:center;margin:0;color:var(--color-light-100)}._icon_18u05_8{display:inline-flex;align-items:center;margin-right:8px}._large_18u05_14{font-size:26px;font-weight:600;line-height:138%}._h1_18u05_20{font-size:20px;font-weight:700;line-height:180%}._h2_18u05_26{font-size:18px;font-weight:700;line-height:133%}._h3_18u05_32{font-size:16px;font-weight:600;line-height:150%}._text-16_18u05_38{font-size:16px;font-weight:400;line-height:150%}._text-16-bold_18u05_44{font-size:16px;font-weight:700;line-height:150%}._text-14_18u05_50{font-size:14px;font-weight:400;line-height:171%}._text-14-bold_18u05_56{font-size:14px;font-weight:700;line-height:171%}._text-14-medium_18u05_62{font-size:14px;font-weight:500;line-height:171%}._small_18u05_68{font-size:12px;font-weight:400;line-height:133%}._small-semibold_18u05_74{font-size:12px;font-weight:600;line-height:133%}._link_18u05_80{font-size:14px;font-weight:400;line-height:171%;color:var(--color-accent-500);text-decoration:underline;text-decoration-skip-ink:none}._small-link_18u05_89{font-size:12px;font-weight:400;line-height:133%;color:var(--color-accent-500);text-decoration:underline;text-decoration-skip-ink:none}._label_ndvr9_1{margin-bottom:4px}._required_ndvr9_5{margin-left:4px;color:var(--color-danger-500)}._srOnly_ndvr9_10{position:absolute;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap}._radio_10hqy_1{cursor:pointer;position:relative;display:inline-flex;gap:10px;align-items:center}._input_10hqy_12{position:absolute;opacity:0}._labelSpan_10hqy_18{font-size:14px;font-weight:400;line-height:171%;color:var(--color-light-100)}._control_10hqy_26{position:relative;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid var(--color-light-100);border-radius:50%}._control_10hqy_26:before{content:"";position:absolute;z-index:-1;width:36px;height:36px;border-radius:50%;background-color:transparent;transition:background-color .2s ease}._control_10hqy_26:hover:before{background-color:var(--color-dark-300)}._input_10hqy_12:focus-visible+._control_10hqy_26:before{background-color:var(--color-dark-500)}._radio_10hqy_1:active ._control_10hqy_26:before{background-color:var(--color-dark-100)}._control_10hqy_26:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background-color:transparent}._input_10hqy_12:checked+._control_10hqy_26:after{background-color:var(--color-light-100)}._input_10hqy_12:disabled+._control_10hqy_26{border-color:var(--color-dark-100)}._input_10hqy_12:disabled+._control_10hqy_26:before{background-color:transparent}._input_10hqy_12:disabled:checked+._control_10hqy_26:after{background-color:var(--color-dark-100)}._input_10hqy_12:disabled~._labelSpan_10hqy_18{color:var(--color-light-900)}._input_10hqy_12:disabled~._labelSpan_10hqy_18,._input_10hqy_12:disabled+._control_10hqy_26,._input_10hqy_12:disabled~._control_10hqy_26{cursor:not-allowed}._radio_10hqy_1:has(._input_10hqy_12:disabled){cursor:not-allowed}._tab_78cv0_1{all:unset;cursor:pointer;width:100%;padding:6px 23px 4px;border-bottom:2px solid var(--color-dark-100);border-radius:0;font-size:16px;font-weight:600;line-height:150%;color:var(--color-dark-100);text-align:center;transition-duration:.2s;transition-property:background-color,color,border-color}._selected_78cv0_21{border-bottom-color:var(--color-accent-500);color:var(--color-accent-500)}._tab_78cv0_1:disabled{cursor:not-allowed;border-bottom-color:var(--color-dark-300);color:var(--color-dark-300)}._selected_78cv0_21:disabled{border-bottom-color:var(--color-accent-900);color:var(--color-accent-900)}._tab_78cv0_1:focus-visible{border-radius:2px;outline:2px solid var(--color-accent-700)}._tab_78cv0_1:active:not(:disabled){background-color:color-mix(in srgb,var(--color-accent-100) 15%,transparent)}._tab_78cv0_1:hover:not(:active,:focus-visible,:disabled){background-color:color-mix(in srgb,var(--color-accent-900) 15%,transparent)}._textareaWrapper_ahoiy_1{display:flex;flex-direction:column;width:100%}._label_ahoiy_7{font-size:14px;font-weight:400;line-height:171%;color:var(--color-light-900)}._label_ahoiy_7._disabled_ahoiy_14{color:var(--color-dark-100)}._textarea_ahoiy_1{resize:none;box-sizing:border-box;width:100%;padding:10px 14px;border:1px solid var(--color-dark-100);border-radius:2px;font-size:16px;font-weight:400;line-height:150%;color:var(--color-light-900);background-color:transparent;outline:none}._textarea_ahoiy_1:disabled{cursor:not-allowed;color:var(--color-dark-100)}._textarea_ahoiy_1:focus-visible{border:1px solid var(--color-light-100);color:var(--color-light-100)}._errorState_ahoiy_46,._errorState_ahoiy_46:focus-visible{border:1px solid var(--color-danger-500);color:var(--color-light-100)}._errorMessage_ahoiy_52{font-size:16px;font-weight:400;line-height:171%;color:var(--color-danger-500)}._required_ahoiy_59{color:var(--color-danger-500)}html{line-height:1.15;text-size-adjust:100%}body{margin:0;padding:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{overflow:visible;box-sizing:content-box;height:0}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{appearance:auto}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{display:table;box-sizing:border-box;max-width:100%;padding:0;color:inherit;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{font:inherit;appearance:auto}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--color-accent-100: #73a5ff;--color-accent-300: #4c8dff;--color-accent-500: #397df6;--color-accent-700: #2f68cc;--color-accent-900: #234e99;--color-success-100: #80ffbf;--color-success-300: #22e584;--color-success-500: #14cc70;--color-success-700: #0f9954;--color-success-900: #0a6638;--color-danger-100: #ff8099;--color-danger-300: #f23d61;--color-danger-500: #cc1439;--color-danger-700: #990f2b;--color-danger-900: #660a1d;--color-warning-100: #ffd073;--color-warning-300: #e5ac39;--color-warning-500: #d99000;--color-warning-700: #960;--color-warning-900: #640;--color-dark-100: #4c4c4c;--color-dark-300: #333;--color-dark-400: #212121;--color-dark-500: #171717;--color-dark-700: #0d0d0d;--color-dark-900: #000;--color-light-100: #fff;--color-light-300: #f7fbff;--color-light-500: #edf3fa;--color-light-700: #d5dae0;--color-light-900: #8d9094}html{box-sizing:border-box;font-size:100%}*,*:before,*:after{box-sizing:border-box}body{font-family:Inter,sans-serif;font-size:16px}input,button,select,textarea,optgroup,option{font-weight:inherit;font-style:inherit;color:inherit}[data-simplebar] .simplebar-track.simplebar-vertical{width:14px;background:transparent}[data-simplebar] .simplebar-scrollbar:before{left:50%;transform:translate(-50%);width:4px;border-radius:3px;background:var(--color-dark-900)}[data-simplebar] .simplebar-scrollbar:hover:before{background:var(--color-light-900)}[data-simplebar] .simplebar-scrollbar.simplebar-visible:before{opacity:1}._wrapper_1i0po_1{display:flex;flex-direction:column;width:100%}._label_1i0po_7{font-size:14px;font-weight:400;line-height:171%;color:var(--color-light-900)}._label_1i0po_7._disabled_1i0po_14{color:var(--color-dark-100)}._inputContainer_1i0po_18{position:relative;display:flex;align-items:center;border:1px solid var(--color-dark-100);border-radius:2px;background-color:transparent}._input_1i0po_18{all:unset;box-sizing:border-box;width:100%;padding:10px 14px;font-size:16px;font-weight:400;line-height:150%;color:var(--color-light-900)}._inputContainer_1i0po_18:has(:focus-visible) ._input_1i0po_18{color:var(--color-light-100)}._inputContainer_1i0po_18:has(:focus-visible){border-color:var(--color-light-100)}._inputContainer_1i0po_18._error_1i0po_51{border-color:var(--color-danger-500)}._inputContainer_1i0po_18._disabled_1i0po_14{border:1px solid var(--color-dark-100)}._inputContainer_1i0po_18._disabled_1i0po_14 ._input_1i0po_18{cursor:not-allowed;color:var(--color-dark-100)}._inputContainer_1i0po_18._withStartIcon_1i0po_64 ._input_1i0po_18{padding-left:40px}._inputContainer_1i0po_18._withEndIcon_1i0po_68 ._input_1i0po_18{padding-right:40px}._startIcon_1i0po_72,._endIcon_1i0po_73{position:absolute;display:flex;align-items:center;justify-content:center}._startIcon_1i0po_72{left:11px;color:var(--color-light-900)}._inputContainer_1i0po_18:focus-within ._startIcon_1i0po_72{color:var(--color-light-100)}._inputContainer_1i0po_18._disabled_1i0po_14 ._startIcon_1i0po_72{color:var(--color-dark-100)}._endIcon_1i0po_73{cursor:pointer;right:11px;padding:0;border:none;color:var(--color-light-100);background:none}._endIcon_1i0po_73:disabled{cursor:not-allowed;color:var(--color-dark-100)}._inputContainer_1i0po_18:focus-within ._endIcon_1i0po_73{color:var(--color-light-100)}._errorMessage_1i0po_115{font-size:14px;font-weight:400;line-height:171%;color:var(--color-danger-500)}._required_1i0po_122{color:var(--color-danger-500)}._wrapper_l023w_1{position:relative}._inputContainer_l023w_5{display:flex;flex-direction:column;min-width:255px}._label_l023w_11 span{color:var(--color-light-900)}._inputWrapper_l023w_15{cursor:pointer;position:relative;display:flex;align-items:center}._trigger_l023w_22{all:unset;width:100%;padding:6px 12px;border:1px solid var(--color-dark-100);border-radius:2px;font-size:16px;font-weight:400;line-height:150%;color:var(--color-light-100);background:var(--color-dark-500)}._icon_l023w_38{pointer-events:none;position:absolute;right:12px;color:var(--color-light-100)}._icon_l023w_38._placeholder_l023w_45{color:var(--color-light-900)}._clearButton_l023w_49{all:unset;cursor:pointer;position:absolute;right:40px;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:2px;pointer-events:none;opacity:0;transition:background-color .2s ease,opacity .2s ease}._clearButton_l023w_49:hover{background-color:var(--color-dark-300)}._clearButton_l023w_49:focus-visible{outline:2px solid var(--color-accent-700);outline-offset:2px;pointer-events:auto;opacity:1}._inputWrapper_l023w_15:hover ._clearButton_l023w_49{pointer-events:auto;opacity:1}._clearIcon_l023w_89{pointer-events:none;width:16px;height:16px;color:var(--color-light-100)}._trigger_l023w_22:disabled{border-color:var(--color-dark-100);color:var(--color-dark-100)}._disabledLabel_l023w_101 span{color:var(--color-dark-100)}._trigger_l023w_22:focus-visible:not(:disabled){outline:2px solid var(--color-accent-700)}._inputWrapper_l023w_15:has(._trigger_l023w_22:disabled) ._icon_l023w_38,._inputWrapper_l023w_15:has(._trigger_l023w_22:disabled) ._trigger_l023w_22::placeholder{color:var(--color-dark-100)}._inputWrapper_l023w_15:has(._trigger_l023w_22:disabled) ._icon_l023w_38,._inputWrapper_l023w_15:has(._trigger_l023w_22:disabled) ._trigger_l023w_22{cursor:not-allowed}._inputWrapper_l023w_15:has(._trigger_l023w_22:focus-visible) ._icon_l023w_38{color:var(--color-light-100)}._error_l023w_123{color:var(--color-danger-500)}._trigger_l023w_22._error_l023w_123{border-color:var(--color-danger-500)}._inputWrapper_l023w_15:has(._trigger_l023w_22._error_l023w_123) ._icon_l023w_38,._inputWrapper_l023w_15:has(._trigger_l023w_22._error_l023w_123) ._trigger_l023w_22::placeholder{color:var(--color-danger-500)}._inputWrapper_l023w_15:has(._trigger_l023w_22:hover:not(:disabled,._error_l023w_123)) ._icon_l023w_38,._inputWrapper_l023w_15:has(._trigger_l023w_22:hover:not(:disabled,._error_l023w_123)){color:var(--color-light-100)}._calendar_l023w_141{pointer-events:none;position:absolute;z-index:1000;top:calc(100% + 8px);left:0;transform:translateY(-8px);padding:16px 24px;border:1px solid var(--color-dark-100);border-radius:2px;opacity:0;background:var(--color-dark-500);transition:all .2s ease}._calendar_l023w_141._open_l023w_160{pointer-events:auto;transform:translateY(0);opacity:1}._monthsCaption_l023w_166{display:flex;align-items:center;justify-content:center}._navButtonPrevious_l023w_172,._navButtonNext_l023w_173{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;position:absolute;background-color:var(--color-dark-100)}._navButtonPrevious_l023w_172{left:24px}._navButtonNext_l023w_173{right:24px}._navIcon_l023w_193{width:20px;height:20px;fill:var(--color-light-100)}._monthGrid_l023w_199{table-layout:fixed;border-spacing:0 10px;width:100%}._dropdowns_l023w_205{width:150px}._weekday_l023w_209{width:36px;padding:6px;font-size:16px;font-weight:400;line-height:150%;color:var(--color-light-900);text-align:center}._day_l023w_220{width:36px;height:36px;padding:0;text-align:center}._dayButton_l023w_227{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:16px;font-weight:400;line-height:150%;text-align:center}._dayButton_l023w_227:hover{border-radius:50%;background-color:var(--color-accent-700)}._day_l023w_220 ._dayButton_l023w_227{color:var(--color-light-100)}._dayOutside_l023w_254 ._dayButton_l023w_227{color:var(--color-light-900)}._dayToday_l023w_258 ._dayButton_l023w_227{font-weight:700;color:var(--color-accent-500)}._daySelected_l023w_263 ._dayButton_l023w_227:hover,._dayRangeStart_l023w_264 ._dayButton_l023w_227:hover,._dayRangeEnd_l023w_265 ._dayButton_l023w_227:hover,._dayRangeMiddle_l023w_266 ._dayButton_l023w_227:hover{border-radius:inherit;background-color:inherit}._monthGrid_l023w_199 tr ._day_l023w_220:nth-child(6) ._dayButton_l023w_227,._monthGrid_l023w_199 tr ._day_l023w_220:nth-child(7) ._dayButton_l023w_227{color:var(--color-danger-300)}._dayRangeStart_l023w_264{border-radius:50% 0 0 50%}._dayRangeStart_l023w_264._dayRangeEnd_l023w_265{border-radius:50%}._dayRangeEnd_l023w_265{border-radius:0 50% 50% 0}._dayRangeStart_l023w_264,._dayRangeEnd_l023w_265,._dayRangeMiddle_l023w_266,._daySelected_l023w_263{background-color:var(--color-accent-900)}._daySelected_l023w_263:not(._dayRangeStart_l023w_264,._dayRangeEnd_l023w_265,._dayRangeMiddle_l023w_266){border-radius:50%}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;inset:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;inset:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{inset:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{inset:0 auto 0 0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}._container_15bt3_1{display:flex;flex-direction:column;width:100%}._label_15bt3_7{font-size:14px;font-weight:400;line-height:171%;color:var(--color-light-900)}._select_15bt3_14{position:relative;width:100%}._trigger_15bt3_19{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;width:100%;height:36px;padding:8px 12px;border:1px solid var(--color-light-900);border-radius:2px;font-size:16px;line-height:150%;color:var(--color-light-100);background-color:transparent;transition:color .2s,background-color .2s}._triggerOpen_15bt3_46{border-color:var(--color-light-100);border-radius:2px 2px 0 0;background-color:var(--color-dark-300)}._trigger_15bt3_19:disabled{cursor:not-allowed;border-color:var(--color-dark-100);color:var(--color-dark-100)}._trigger_15bt3_19:focus-visible{padding:7px 11px;border:2px solid var(--color-accent-500)}._trigger_15bt3_19:hover:not(:disabled,._triggerOpen_15bt3_46){color:var(--color-light-900)}._placeholder_15bt3_67{color:var(--color-light-900)}._selectedContent_15bt3_71{overflow:hidden;display:flex;gap:8px;align-items:center;text-overflow:ellipsis;white-space:nowrap}._optionIcon_15bt3_81{display:inline-flex;flex-shrink:0;align-items:center}._arrow_15bt3_87{display:inline-flex;margin-left:24px;color:var(--color-light-100);transition:transform .4s}._trigger_15bt3_19:disabled ._arrow_15bt3_87{color:var(--color-dark-100)}._arrow_15bt3_87._open_15bt3_98{transform:rotate(180deg)}._dropdown_15bt3_102{position:absolute;z-index:1000;top:100%;left:0;box-sizing:border-box;width:100%;border:1px solid var(--color-light-100);border-top:none;border-radius:0 0 2px 2px;background-color:var(--color-dark-300);box-shadow:0 4px 8px #0003}._dropdown_15bt3_102 .simplebar-scrollbar:before{background:var(--color-light-900)}._option_15bt3_81{all:unset;cursor:pointer;display:flex;gap:8px;align-items:center;box-sizing:border-box;width:100%;padding:7px 12px;font-size:16px;font-weight:400;line-height:150%;color:var(--color-light-100)}._option_15bt3_81:hover{color:var(--color-accent-500);background-color:var(--color-dark-100);transition:color .12s ease-out,background-color .16s cubic-bezier(.2,0,0,1)}._option_15bt3_81._selected_15bt3_71{color:var(--color-accent-500)}._option_15bt3_81:focus-visible{background-color:var(--color-dark-100);outline:2px solid var(--color-accent-500);outline-offset:-2px}._overlay_17k3a_1{position:fixed;z-index:1000;inset:0;display:flex;align-items:center;justify-content:center;background-color:#0009;animation:_fade-in_17k3a_1 .2s ease}._modal_17k3a_15{display:flex;flex-direction:column;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);border:1px solid var(--color-dark-100);border-radius:2px;background-color:var(--color-dark-300);animation:_modal-fade-in_17k3a_1 .2s ease}._header_17k3a_29{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:12px 24px 11px;border-bottom:1px solid var(--color-dark-100)}._title_17k3a_39{flex:1;min-width:0;margin:0;font-size:20px;font-weight:700;line-height:36px;color:var(--color-light-100);overflow-wrap:anywhere}._close_17k3a_52{cursor:pointer;display:flex;flex-shrink:0;align-items:center;justify-content:center;padding:0;border:none;color:var(--color-light-100);background:none;transition:transform .15s ease,color .15s ease}._close_17k3a_52:hover,._close_17k3a_52:focus-visible{transform:scale(1.1);color:var(--color-light-900);outline:none}._body_17k3a_79{overflow:auto;padding:24px}@keyframes _modal-fade-in_17k3a_1{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _fade-in_17k3a_1{0%{opacity:0}to{opacity:1}}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as o, B as r, C as e, a as t, L as x, R as b, T as p, b as T, c } from "./Textarea-
|
|
1
|
+
import { A as o, B as r, C as e, a as t, L as x, R as b, T as p, b as T, c } from "./Textarea-CgezARIK.js";
|
|
2
2
|
import { clsx as C } from "clsx";
|
|
3
3
|
export {
|
|
4
4
|
o as Alert,
|
package/dist/index.server.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as o, B as r, C as e, a as t, L as x, R as b, T as p, b as T, c } from "./Textarea-
|
|
1
|
+
import { A as o, B as r, C as e, a as t, L as x, R as b, T as p, b as T, c } from "./Textarea-CgezARIK.js";
|
|
2
2
|
import { clsx as C } from "clsx";
|
|
3
3
|
export {
|
|
4
4
|
o as Alert,
|