@vincisys/eyeson 0.1.3 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Button/Button.d.ts +33 -1
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Calendar/Calendar.d.ts +42 -0
- package/dist/components/Calendar/Calendar.d.ts.map +1 -0
- package/dist/components/Card/Card.d.ts +67 -0
- package/dist/components/Card/Card.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +9 -0
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/ComboBox/Combobox.d.ts +1 -1
- package/dist/components/ComboBox/Combobox.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.d.ts +94 -0
- package/dist/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/components/Dialog/Dialog.d.ts +146 -0
- package/dist/components/Dialog/Dialog.d.ts.map +1 -0
- package/dist/components/Empty/Empty.d.ts +75 -0
- package/dist/components/Empty/Empty.d.ts.map +1 -0
- package/dist/components/IconButton/IconButton.d.ts +19 -0
- package/dist/components/IconButton/IconButton.d.ts.map +1 -0
- package/dist/components/Input/Input.d.ts +4 -2
- package/dist/components/Input/Input.d.ts.map +1 -1
- package/dist/components/Select/Select.d.ts +48 -0
- package/dist/components/Select/Select.d.ts.map +1 -0
- package/dist/components/Table/Table.d.ts +144 -0
- package/dist/components/Table/Table.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.d.ts +95 -0
- package/dist/components/Tabs/Tabs.d.ts.map +1 -0
- package/dist/components/Text/Text.d.ts +119 -0
- package/dist/components/Text/Text.d.ts.map +1 -0
- package/dist/index.d.ts +31 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3089 -0
- package/dist/lib/field-styles.d.ts +19 -0
- package/dist/lib/field-styles.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/styles/eyes-binding.css +71 -0
- package/dist/styles/eyes-standalone.css +2 -0
- package/dist/styles/eyes.css +1 -0
- package/dist/styles/theme-eyes.css +48 -0
- package/dist/utils/resolve-variant.d.ts +2 -0
- package/dist/utils/resolve-variant.d.ts.map +1 -0
- package/package.json +72 -87
- package/styles.css +1 -1
- package/README.md +0 -27
- package/dist/Button.d.ts +0 -5
- package/dist/Button.d.ts.map +0 -1
- package/dist/Button.js +0 -120
- package/dist/Combobox.d.ts +0 -3
- package/dist/Combobox.d.ts.map +0 -1
- package/dist/Combobox.js +0 -142
- package/dist/Input.d.ts +0 -3
- package/dist/Input.d.ts.map +0 -1
- package/dist/Input.js +0 -158
- package/dist/styles.css +0 -90
package/dist/Combobox.js
DELETED
|
@@ -1,142 +0,0 @@
|
|
|
1
|
-
import e from "clsx";
|
|
2
|
-
import { Check as t, ChevronDown as n, X as r } from "lucide-react";
|
|
3
|
-
import { jsx as i, jsxs as a } from "react/jsx-runtime";
|
|
4
|
-
import { useId as o } from "react";
|
|
5
|
-
import { Combobox as s } from "@base-ui/react/combobox";
|
|
6
|
-
var c = {
|
|
7
|
-
Root: "_Root_sh6iy_1",
|
|
8
|
-
LabelRow: "_LabelRow_sh6iy_13",
|
|
9
|
-
LabelText: "_LabelText_sh6iy_20",
|
|
10
|
-
VisuallyHidden: "_VisuallyHidden_sh6iy_29",
|
|
11
|
-
Required: "_Required_sh6iy_41",
|
|
12
|
-
InputGroup: "_InputGroup_sh6iy_45",
|
|
13
|
-
FloatingLabel: "_FloatingLabel_sh6iy_58",
|
|
14
|
-
Input: "_Input_sh6iy_45",
|
|
15
|
-
IconButton: "_IconButton_sh6iy_89",
|
|
16
|
-
Actions: "_Actions_sh6iy_159",
|
|
17
|
-
Icon: "_Icon_sh6iy_89",
|
|
18
|
-
Positioner: "_Positioner_sh6iy_205",
|
|
19
|
-
Popup: "_Popup_sh6iy_210",
|
|
20
|
-
Empty: "_Empty_sh6iy_223",
|
|
21
|
-
List: "_List_sh6iy_230",
|
|
22
|
-
Item: "_Item_sh6iy_239",
|
|
23
|
-
ItemIndicator: "_ItemIndicator_sh6iy_270",
|
|
24
|
-
ItemText: "_ItemText_sh6iy_280",
|
|
25
|
-
SupportingText: "_SupportingText_sh6iy_286"
|
|
26
|
-
}, l = s.Root;
|
|
27
|
-
function u({ label: u = "Label", floatingLabel: d = !0, items: f, placeholder: p = "Selecione uma opção", disabled: m = !1, required: h = !1, fluid: g = !1, state: _ = "default", size: v = "md", supportingText: y = "", errorMessage: b = "Selecione uma opção válida", emptyMessage: x = "Nenhum resultado.", readOnly: S = !0, id: C, name: w, value: T, defaultValue: E, onValueChange: D, getItemLabel: O, getItemValue: k, renderItem: A, className: j, inputProps: M }) {
|
|
28
|
-
let N = o(), P = C ?? N, F = _ === "invalid", I = F || !!y, L = (e) => O ? O(e) : e.label ?? "", R = (e) => k ? k(e) : e.value ?? L(e), z = (e) => {
|
|
29
|
-
D?.(e);
|
|
30
|
-
}, B = O ? (e) => O(e) : void 0, V = k ? (e) => k(e) : void 0;
|
|
31
|
-
return /* @__PURE__ */ a("div", {
|
|
32
|
-
className: e(c.Root, j),
|
|
33
|
-
"data-fluid": g || void 0,
|
|
34
|
-
children: [
|
|
35
|
-
/* @__PURE__ */ i("div", {
|
|
36
|
-
className: c.LabelRow,
|
|
37
|
-
children: /* @__PURE__ */ a("label", {
|
|
38
|
-
className: e(c.LabelText, d && c.VisuallyHidden),
|
|
39
|
-
htmlFor: P,
|
|
40
|
-
children: [/* @__PURE__ */ i("span", { children: u }), h && /* @__PURE__ */ i("span", {
|
|
41
|
-
className: c.Required,
|
|
42
|
-
children: "*"
|
|
43
|
-
})]
|
|
44
|
-
})
|
|
45
|
-
}),
|
|
46
|
-
/* @__PURE__ */ a(l, {
|
|
47
|
-
items: f,
|
|
48
|
-
name: w,
|
|
49
|
-
disabled: m,
|
|
50
|
-
required: h,
|
|
51
|
-
onValueChange: D ? z : void 0,
|
|
52
|
-
...T === void 0 ? E === void 0 ? {} : { defaultValue: E } : { value: T },
|
|
53
|
-
itemToStringLabel: B,
|
|
54
|
-
itemToStringValue: V,
|
|
55
|
-
children: [/* @__PURE__ */ a(s.InputGroup, {
|
|
56
|
-
className: c.InputGroup,
|
|
57
|
-
"data-state": _,
|
|
58
|
-
"data-size": v,
|
|
59
|
-
"data-disabled": m || void 0,
|
|
60
|
-
children: [
|
|
61
|
-
d && /* @__PURE__ */ a("span", {
|
|
62
|
-
className: c.FloatingLabel,
|
|
63
|
-
children: [/* @__PURE__ */ i("span", { children: u }), h && /* @__PURE__ */ i("span", {
|
|
64
|
-
className: c.Required,
|
|
65
|
-
"aria-hidden": "true",
|
|
66
|
-
children: "*"
|
|
67
|
-
})]
|
|
68
|
-
}),
|
|
69
|
-
/* @__PURE__ */ i(s.Input, {
|
|
70
|
-
...M,
|
|
71
|
-
id: P,
|
|
72
|
-
className: c.Input,
|
|
73
|
-
placeholder: p,
|
|
74
|
-
disabled: m,
|
|
75
|
-
readOnly: S,
|
|
76
|
-
required: h,
|
|
77
|
-
"aria-invalid": F || void 0,
|
|
78
|
-
"aria-describedby": I ? `${P}-desc` : void 0
|
|
79
|
-
}),
|
|
80
|
-
/* @__PURE__ */ a("div", {
|
|
81
|
-
className: c.Actions,
|
|
82
|
-
children: [/* @__PURE__ */ i(s.Clear, {
|
|
83
|
-
className: c.IconButton,
|
|
84
|
-
"aria-label": "Limpar seleção",
|
|
85
|
-
"data-disabled": m || void 0,
|
|
86
|
-
children: /* @__PURE__ */ i(r, {
|
|
87
|
-
className: c.Icon,
|
|
88
|
-
strokeWidth: 2,
|
|
89
|
-
"aria-hidden": !0
|
|
90
|
-
})
|
|
91
|
-
}), /* @__PURE__ */ i(s.Trigger, {
|
|
92
|
-
className: c.IconButton,
|
|
93
|
-
"aria-label": "Abrir lista",
|
|
94
|
-
"data-disabled": m || void 0,
|
|
95
|
-
children: /* @__PURE__ */ i(n, {
|
|
96
|
-
className: c.Icon,
|
|
97
|
-
strokeWidth: 2,
|
|
98
|
-
"aria-hidden": !0
|
|
99
|
-
})
|
|
100
|
-
})]
|
|
101
|
-
})
|
|
102
|
-
]
|
|
103
|
-
}), /* @__PURE__ */ i(s.Portal, { children: /* @__PURE__ */ i(s.Positioner, {
|
|
104
|
-
className: c.Positioner,
|
|
105
|
-
sideOffset: 4,
|
|
106
|
-
children: /* @__PURE__ */ a(s.Popup, {
|
|
107
|
-
className: c.Popup,
|
|
108
|
-
children: [/* @__PURE__ */ i(s.Empty, { children: /* @__PURE__ */ i("div", {
|
|
109
|
-
className: c.Empty,
|
|
110
|
-
children: x
|
|
111
|
-
}) }), /* @__PURE__ */ i(s.List, {
|
|
112
|
-
className: c.List,
|
|
113
|
-
children: (e) => /* @__PURE__ */ a(s.Item, {
|
|
114
|
-
value: e,
|
|
115
|
-
className: c.Item,
|
|
116
|
-
children: [/* @__PURE__ */ i(s.ItemIndicator, {
|
|
117
|
-
className: c.ItemIndicator,
|
|
118
|
-
children: /* @__PURE__ */ i(t, {
|
|
119
|
-
size: 14,
|
|
120
|
-
strokeWidth: 2.5,
|
|
121
|
-
"aria-hidden": !0
|
|
122
|
-
})
|
|
123
|
-
}), A ? A(e) : /* @__PURE__ */ i("span", {
|
|
124
|
-
className: c.ItemText,
|
|
125
|
-
children: L(e)
|
|
126
|
-
})]
|
|
127
|
-
}, R(e))
|
|
128
|
-
})]
|
|
129
|
-
})
|
|
130
|
-
}) })]
|
|
131
|
-
}),
|
|
132
|
-
I && /* @__PURE__ */ i("div", {
|
|
133
|
-
id: `${P}-desc`,
|
|
134
|
-
className: c.SupportingText,
|
|
135
|
-
"data-state": F ? "invalid" : void 0,
|
|
136
|
-
children: F ? b : y
|
|
137
|
-
})
|
|
138
|
-
]
|
|
139
|
-
});
|
|
140
|
-
}
|
|
141
|
-
//#endregion
|
|
142
|
-
export { u as default };
|
package/dist/Input.d.ts
DELETED
package/dist/Input.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../src/Input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AACnD,YAAY,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC"}
|
package/dist/Input.js
DELETED
|
@@ -1,158 +0,0 @@
|
|
|
1
|
-
import e from "clsx";
|
|
2
|
-
import { Info as t, Loader2 as n } from "lucide-react";
|
|
3
|
-
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
4
|
-
import { Input as a } from "@base-ui/react/input";
|
|
5
|
-
import { useId as o, useState as s } from "react";
|
|
6
|
-
//#region node_modules/brazilian-values/dist/brazilian-values.mjs
|
|
7
|
-
var c = /\D/g, l = function(e) {
|
|
8
|
-
return e.replace(c, "");
|
|
9
|
-
}, ee = function(e) {
|
|
10
|
-
return l(e).replace(/(\d{5})(\d{1,3})/, "$1-$2");
|
|
11
|
-
}, u = function(e) {
|
|
12
|
-
return l(e).replace(/(\d{2})(\d)/, "$1.$2").replace(/(\d{3})(\d)/, "$1.$2").replace(/(\d{3})(\d)/, "$1/$2").replace(/(\d{4})(\d{1,2})$/, "$1-$2");
|
|
13
|
-
}, d = function(e) {
|
|
14
|
-
return l(e).replace(/(\d{3})(\d)/, "$1.$2").replace(/(\d{3})(\d)/, "$1.$2").replace(/(\d{3})(\d{1,2})$/, "$1-$2");
|
|
15
|
-
}, f = function(e) {
|
|
16
|
-
return (e.match(/\d/g)?.length ?? 0) <= 11;
|
|
17
|
-
}, p = function(e) {
|
|
18
|
-
return f(e) ? d(e) : u(e);
|
|
19
|
-
}, te = function(e) {
|
|
20
|
-
return l(e).replace(/(\d{1,2})/, "($1").replace(/(\(\d{2})(\d{1,4})/, "$1) $2").replace(/( \d{4})(\d{1,4})/, "$1-$2").replace(/( \d{4})(?:-)(\d{1})(\d{4})/, "$1$2-$3");
|
|
21
|
-
}, m = {
|
|
22
|
-
Root: "_Root_1ixm6_1",
|
|
23
|
-
LabelRow: "_LabelRow_1ixm6_13",
|
|
24
|
-
LabelLeft: "_LabelLeft_1ixm6_20",
|
|
25
|
-
LabelText: "_LabelText_1ixm6_27",
|
|
26
|
-
VisuallyHidden: "_VisuallyHidden_1ixm6_36",
|
|
27
|
-
Required: "_Required_1ixm6_48",
|
|
28
|
-
SupportLink: "_SupportLink_1ixm6_52",
|
|
29
|
-
TooltipButton: "_TooltipButton_1ixm6_66",
|
|
30
|
-
Control: "_Control_1ixm6_83",
|
|
31
|
-
Adornment: "_Adornment_1ixm6_95",
|
|
32
|
-
SpinnerWrap: "_SpinnerWrap_1ixm6_102",
|
|
33
|
-
Spinner: "_Spinner_1ixm6_102",
|
|
34
|
-
"input-spin": "_input-spin_1ixm6_1",
|
|
35
|
-
Input: "_Input_1ixm6_156",
|
|
36
|
-
FloatingLabel: "_FloatingLabel_1ixm6_176",
|
|
37
|
-
SupportingText: "_SupportingText_1ixm6_203"
|
|
38
|
-
};
|
|
39
|
-
//#endregion
|
|
40
|
-
//#region src/components/Input/Input.tsx
|
|
41
|
-
function h({ className: c, label: l = "Label", texto: f, disabled: h = !1, state: g = "default", inputType: _ = "text", required: v = !1, placeholder: y = "Digite algo...", errorMessage: b = "Campo obrigatório", fluid: x = !1, format: S, tooltip: C = null, linkText: w = null, linkUrl: T = null, supportLink: ne = null, supportLinkUrl: re = null, supportingText: E = "", lazy: D = !1, floatingLabel: O = !0, disableAutocomplete: k = !1, isLoading: A = !1, loadingIconPosition: j = "end", defaultValue: M, value: N, id: P, name: F, onBlur: I, onFocus: L, onKeyDown: R, onClick: z, onChange: B, ...V }) {
|
|
42
|
-
let H = o(), U = P ?? H, [W, G] = s(() => M?.toString() ?? ""), K = N !== void 0, q = (K ? N : W)?.toString() ?? "", J = ne ?? w, Y = re ?? T, ie = (e) => {
|
|
43
|
-
switch (S) {
|
|
44
|
-
case "cep": return ee(e);
|
|
45
|
-
case "cpf": return d(e);
|
|
46
|
-
case "cnpj": return u(e);
|
|
47
|
-
case "cpfOrCnpj": return p(e);
|
|
48
|
-
case "phone": return te(e);
|
|
49
|
-
default: return e;
|
|
50
|
-
}
|
|
51
|
-
}, X = (e, t) => {
|
|
52
|
-
let n = ie(e);
|
|
53
|
-
K || G(n), B?.(n, t);
|
|
54
|
-
}, Z = g === "invalid", Q = h || A, $ = A ? /* @__PURE__ */ r("span", {
|
|
55
|
-
className: e(m.Adornment, m.SpinnerWrap),
|
|
56
|
-
"data-position": j,
|
|
57
|
-
"aria-hidden": !0,
|
|
58
|
-
children: /* @__PURE__ */ r(n, {
|
|
59
|
-
className: m.Spinner,
|
|
60
|
-
size: 16
|
|
61
|
-
})
|
|
62
|
-
}) : null;
|
|
63
|
-
return /* @__PURE__ */ i("div", {
|
|
64
|
-
className: e(m.Root, c),
|
|
65
|
-
"data-fluid": x || void 0,
|
|
66
|
-
children: [
|
|
67
|
-
/* @__PURE__ */ i("div", {
|
|
68
|
-
className: m.LabelRow,
|
|
69
|
-
children: [/* @__PURE__ */ i("div", {
|
|
70
|
-
className: m.LabelLeft,
|
|
71
|
-
children: [/* @__PURE__ */ i("label", {
|
|
72
|
-
className: e(m.LabelText, O && m.VisuallyHidden),
|
|
73
|
-
htmlFor: U,
|
|
74
|
-
children: [/* @__PURE__ */ r("span", { children: l }), v && /* @__PURE__ */ r("span", {
|
|
75
|
-
className: m.Required,
|
|
76
|
-
children: "*"
|
|
77
|
-
})]
|
|
78
|
-
}), C && /* @__PURE__ */ r("button", {
|
|
79
|
-
type: "button",
|
|
80
|
-
className: m.TooltipButton,
|
|
81
|
-
"aria-label": C,
|
|
82
|
-
title: C,
|
|
83
|
-
disabled: Q,
|
|
84
|
-
children: /* @__PURE__ */ r(t, {
|
|
85
|
-
size: 16,
|
|
86
|
-
"aria-hidden": !0
|
|
87
|
-
})
|
|
88
|
-
})]
|
|
89
|
-
}), J && Y && /* @__PURE__ */ r("a", {
|
|
90
|
-
className: m.SupportLink,
|
|
91
|
-
href: Y,
|
|
92
|
-
"aria-disabled": Q || void 0,
|
|
93
|
-
tabIndex: Q ? -1 : 0,
|
|
94
|
-
onClick: (e) => {
|
|
95
|
-
Q && e.preventDefault();
|
|
96
|
-
},
|
|
97
|
-
children: J
|
|
98
|
-
})]
|
|
99
|
-
}),
|
|
100
|
-
/* @__PURE__ */ i("div", {
|
|
101
|
-
className: m.Control,
|
|
102
|
-
"data-disabled": Q || void 0,
|
|
103
|
-
"data-state": g,
|
|
104
|
-
"data-floating": O || void 0,
|
|
105
|
-
"data-has-value": q ? !0 : void 0,
|
|
106
|
-
children: [
|
|
107
|
-
O && /* @__PURE__ */ i("span", {
|
|
108
|
-
className: m.FloatingLabel,
|
|
109
|
-
children: [/* @__PURE__ */ r("span", { children: l }), v && /* @__PURE__ */ r("span", {
|
|
110
|
-
className: m.Required,
|
|
111
|
-
"aria-hidden": "true",
|
|
112
|
-
children: "*"
|
|
113
|
-
})]
|
|
114
|
-
}),
|
|
115
|
-
j === "start" && $,
|
|
116
|
-
/* @__PURE__ */ r(a, {
|
|
117
|
-
...V,
|
|
118
|
-
id: U,
|
|
119
|
-
name: F,
|
|
120
|
-
className: m.Input,
|
|
121
|
-
disabled: Q,
|
|
122
|
-
type: _,
|
|
123
|
-
required: v,
|
|
124
|
-
placeholder: y,
|
|
125
|
-
autoComplete: k ? "off" : V.autoComplete,
|
|
126
|
-
"aria-invalid": Z || void 0,
|
|
127
|
-
"aria-describedby": Z ? `${U}-desc` : void 0,
|
|
128
|
-
"aria-busy": A || void 0,
|
|
129
|
-
value: K ? N : void 0,
|
|
130
|
-
defaultValue: K ? void 0 : M,
|
|
131
|
-
onClick: z,
|
|
132
|
-
onKeyDown: R,
|
|
133
|
-
onFocus: L,
|
|
134
|
-
onBlur: (e) => {
|
|
135
|
-
I?.(e), D && X(e.currentTarget.value, e);
|
|
136
|
-
},
|
|
137
|
-
onChange: (e) => {
|
|
138
|
-
D || X(e.currentTarget.value, e);
|
|
139
|
-
}
|
|
140
|
-
}),
|
|
141
|
-
j === "end" && $
|
|
142
|
-
]
|
|
143
|
-
}),
|
|
144
|
-
f && /* @__PURE__ */ r("div", {
|
|
145
|
-
className: m.SupportingText,
|
|
146
|
-
children: f
|
|
147
|
-
}),
|
|
148
|
-
(Z || E) && /* @__PURE__ */ r("div", {
|
|
149
|
-
id: `${U}-desc`,
|
|
150
|
-
className: m.SupportingText,
|
|
151
|
-
"data-state": Z ? "invalid" : g,
|
|
152
|
-
children: Z ? b : E
|
|
153
|
-
})
|
|
154
|
-
]
|
|
155
|
-
});
|
|
156
|
-
}
|
|
157
|
-
//#endregion
|
|
158
|
-
export { h as default };
|
package/dist/styles.css
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: 'GT Walsheim Pro';
|
|
3
|
-
src: url('/fonts/GTWalsheimPro-Thin.ttf') format('truetype');
|
|
4
|
-
font-weight: 100;
|
|
5
|
-
font-style: normal;
|
|
6
|
-
font-display: swap;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@font-face {
|
|
10
|
-
font-family: 'GT Walsheim Pro';
|
|
11
|
-
src: url('/fonts/GTWalsheimPro-Light.ttf') format('truetype');
|
|
12
|
-
font-weight: 300;
|
|
13
|
-
font-style: normal;
|
|
14
|
-
font-display: swap;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
@font-face {
|
|
18
|
-
font-family: 'GT Walsheim Pro';
|
|
19
|
-
src: url('/fonts/GTWalsheimPro-Regular.ttf') format('truetype');
|
|
20
|
-
font-weight: 400;
|
|
21
|
-
font-style: normal;
|
|
22
|
-
font-display: swap;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
@font-face {
|
|
26
|
-
font-family: 'GT Walsheim Pro';
|
|
27
|
-
src: url('/fonts/GTWalsheimPro-Medium.ttf') format('truetype');
|
|
28
|
-
font-weight: 500;
|
|
29
|
-
font-style: normal;
|
|
30
|
-
font-display: swap;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@font-face {
|
|
34
|
-
font-family: 'GT Walsheim Pro';
|
|
35
|
-
src: url('/fonts/GTWalsheimPro-Bold.ttf') format('truetype');
|
|
36
|
-
font-weight: 700;
|
|
37
|
-
font-style: normal;
|
|
38
|
-
font-display: swap;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
html {
|
|
42
|
-
font-family: 'GT Walsheim Pro', system-ui, sans-serif;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
:root {
|
|
46
|
-
--eds-border-radius-button: 4px;
|
|
47
|
-
--eds-border-radius-lil: 6px;
|
|
48
|
-
--eds-border-radius-extra-small: 8px;
|
|
49
|
-
--eds-border-radius-small: 12px;
|
|
50
|
-
--eds-border-radius-medium: 16px;
|
|
51
|
-
--eds-border-radius-large: 20px;
|
|
52
|
-
--eds-border-radius-extra-large: 24px;
|
|
53
|
-
--eds-border-radius-circle: 50%;
|
|
54
|
-
|
|
55
|
-
--eds-color-blue-background: #9ec1d4;
|
|
56
|
-
--eds-color-blue-dark: #013652;
|
|
57
|
-
--eds-color-blue-main: #0074ae;
|
|
58
|
-
--eds-color-blue-middle: #4f90b2;
|
|
59
|
-
|
|
60
|
-
--eds-color-green-background: #c3e5b1;
|
|
61
|
-
--eds-color-green-dark: #21480d;
|
|
62
|
-
--eds-color-green-main: #60cb27;
|
|
63
|
-
--eds-color-green-middle: #8cc96b;
|
|
64
|
-
|
|
65
|
-
--eds-color-neutral-background: #f5f5f5;
|
|
66
|
-
--eds-color-neutral-disabled: #b5b5b5;
|
|
67
|
-
--eds-color-neutral-elements: #6d6863;
|
|
68
|
-
--eds-color-neutral-main: #181818;
|
|
69
|
-
|
|
70
|
-
--eds-color-orange-background: #ffd4b5;
|
|
71
|
-
--eds-color-orange-dark: #7f4418;
|
|
72
|
-
--eds-color-orange-main: #f58220;
|
|
73
|
-
--eds-color-orange-middle: #fab07a;
|
|
74
|
-
|
|
75
|
-
--eds-color-red-background: #ffb7ae;
|
|
76
|
-
--eds-color-red-dark: #ffb7ae;
|
|
77
|
-
--eds-color-red-main: #f5432c;
|
|
78
|
-
--eds-color-red-middle: #ff7f6e;
|
|
79
|
-
|
|
80
|
-
--eds-color-grey-disabled: var(--eds-color-neutral-disabled);
|
|
81
|
-
|
|
82
|
-
--eds-color-outline-border: hsl(240 5.9% 90%);
|
|
83
|
-
--eds-color-outline-text: hsl(240 10% 3.9%);
|
|
84
|
-
--eds-color-outline-hover-bg: hsl(240 4.8% 95.9%);
|
|
85
|
-
--eds-color-outline-hover-text: hsl(240 10% 3.9%);
|
|
86
|
-
--eds-color-outline-focus-ring: hsl(240 5% 64.9% / 0.45);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
._Button_nx0ay_1{--eds-btn-accent:var(--eds-color-blue-main);box-sizing:border-box;color:inherit;-webkit-user-select:none;user-select:none;cursor:pointer;background-color:#0000;border:0 solid #0000;justify-content:center;align-items:center;margin:0;font-family:inherit;font-weight:700;display:inline-flex}._color-blue-background_nx0ay_20{--eds-btn-accent:var(--eds-color-blue-background);--eds-btn-solid-fg:#fff}._color-blue-dark_nx0ay_25{--eds-btn-accent:var(--eds-color-blue-dark)}._color-blue-main_nx0ay_29{--eds-btn-accent:var(--eds-color-blue-main)}._color-blue-middle_nx0ay_33{--eds-btn-accent:var(--eds-color-blue-middle)}._color-green-background_nx0ay_37{--eds-btn-accent:var(--eds-color-green-background);--eds-btn-solid-fg:#fff}._color-green-dark_nx0ay_42{--eds-btn-accent:var(--eds-color-green-dark)}._color-green-main_nx0ay_46{--eds-btn-accent:var(--eds-color-green-main);--eds-btn-solid-fg:#fff}._color-green-middle_nx0ay_51{--eds-btn-accent:var(--eds-color-green-middle);--eds-btn-solid-fg:#fff}._color-neutral-background_nx0ay_56{--eds-btn-accent:var(--eds-color-neutral-background);--eds-btn-solid-fg:#fff}._color-neutral-disabled_nx0ay_61{--eds-btn-accent:var(--eds-color-neutral-disabled);--eds-btn-solid-fg:#fff}._color-neutral-elements_nx0ay_66{--eds-btn-accent:var(--eds-color-neutral-elements)}._color-neutral-main_nx0ay_70{--eds-btn-accent:var(--eds-color-neutral-main)}._color-orange-background_nx0ay_74{--eds-btn-accent:var(--eds-color-orange-background);--eds-btn-solid-fg:#fff}._color-orange-dark_nx0ay_79{--eds-btn-accent:var(--eds-color-orange-dark)}._color-orange-main_nx0ay_83{--eds-btn-accent:var(--eds-color-orange-main)}._color-orange-middle_nx0ay_87{--eds-btn-accent:var(--eds-color-orange-middle);--eds-btn-solid-fg:#fff}._color-red-background_nx0ay_92{--eds-btn-accent:var(--eds-color-red-background);--eds-btn-solid-fg:#fff}._color-red-dark_nx0ay_97{--eds-btn-accent:var(--eds-color-red-dark);--eds-btn-solid-fg:#fff}._color-red-main_nx0ay_102{--eds-btn-accent:var(--eds-color-red-main)}._color-red-middle_nx0ay_106{--eds-btn-accent:var(--eds-color-red-middle);--eds-btn-solid-fg:#fff}._sizeSm_nx0ay_111{border-radius:var(--eds-border-radius-lil,6px);gap:.375rem;min-height:32px;padding:0 1rem;font-size:.875rem;line-height:1.25rem}._sizeSm_nx0ay_111 ._IconWrap_nx0ay_120{width:1.125rem;height:1.125rem}._sizeMd_nx0ay_125{border-radius:var(--eds-border-radius-extra-small,8px);gap:.5rem;min-height:40px;padding:0 1.5rem;font-size:1rem;line-height:1.5rem}._sizeMd_nx0ay_125 ._IconWrap_nx0ay_120{width:1.375rem;height:1.375rem}._sizeLg_nx0ay_139{border-radius:var(--eds-border-radius-extra-small,8px);gap:.875rem;min-height:48px;padding:0 2rem;font-size:1.25rem;line-height:1.75rem}._sizeLg_nx0ay_139 ._IconWrap_nx0ay_120{width:1.75rem;height:1.75rem}._block_nx0ay_153{width:100%}._variantSolid_nx0ay_157{background-color:var(--eds-btn-accent);color:var(--eds-btn-solid-fg,#fff)}@media (hover:hover){._variantSolid_nx0ay_157:hover:not([data-disabled]){background-color:color-mix(in srgb, var(--eds-btn-accent) 78%, black)}}._variantSolid_nx0ay_157:active:not([data-disabled]){filter:brightness(.92)}._variantSolid_nx0ay_157:focus-visible{outline:2px solid var(--eds-btn-accent);outline-offset:2px}._variantSolid_nx0ay_157[data-disabled]:not([data-loading]){background-color:var(--eds-color-neutral-disabled);color:#fff;cursor:not-allowed}._variantSolid_nx0ay_157[data-loading][data-disabled]{background-color:var(--eds-btn-accent);color:var(--eds-btn-solid-fg,#fff);cursor:wait;filter:none}._variantOutline_nx0ay_190{border-width:1px;border-color:color-mix(in srgb, var(--eds-btn-accent) 42%, var(--eds-color-outline-border));color:var(--eds-btn-accent);background-color:#0000}@media (hover:hover){._variantOutline_nx0ay_190:hover:not([data-disabled]){border-color:color-mix(in srgb, var(--eds-btn-accent) 58%, var(--eds-color-outline-border));background-color:color-mix(in srgb, var(--eds-btn-accent) 10%, transparent);color:color-mix(in srgb, var(--eds-btn-accent) 88%, black)}}._variantOutline_nx0ay_190:active:not([data-disabled]){filter:brightness(.98)}._variantOutline_nx0ay_190:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--eds-btn-accent) 38%, transparent);outline:none}._variantOutline_nx0ay_190[data-disabled]:not([data-loading]){border-color:var(--eds-color-outline-border);color:var(--eds-color-grey-disabled);cursor:not-allowed;opacity:.5;background-color:#0000}._variantOutline_nx0ay_190[data-loading][data-disabled]{border-color:color-mix(in srgb, var(--eds-btn-accent) 42%, var(--eds-color-outline-border));color:var(--eds-btn-accent);cursor:wait;filter:none;opacity:1;background-color:#0000}._variantGhost_nx0ay_248{color:var(--eds-btn-accent);background-color:#0000}@media (hover:hover){._variantGhost_nx0ay_248:hover:not([data-disabled]){color:color-mix(in srgb, var(--eds-btn-accent) 78%, black)}}._variantGhost_nx0ay_248:active:not([data-disabled]){filter:brightness(.95)}._variantGhost_nx0ay_248:focus-visible{outline:2px solid var(--eds-btn-accent);outline-offset:2px}._variantGhost_nx0ay_248[data-disabled]:not([data-loading]){color:var(--eds-color-grey-disabled);cursor:not-allowed}._variantGhost_nx0ay_248[data-loading][data-disabled]{color:var(--eds-btn-accent);cursor:wait;filter:none}._variantLink_nx0ay_279{min-height:unset;color:var(--eds-btn-accent);text-decoration:underline;-webkit-text-decoration-color:var(--eds-btn-accent);text-decoration-color:var(--eds-btn-accent);text-underline-offset:.15em;background:0 0;padding:.125rem 0}._sizeSm_nx0ay_111._variantLink_nx0ay_279{gap:.375rem;font-size:.875rem;line-height:1.25rem}._sizeMd_nx0ay_125._variantLink_nx0ay_279{gap:.5rem;font-size:1rem;line-height:1.5rem}._sizeLg_nx0ay_139._variantLink_nx0ay_279{gap:.5rem;font-size:1.25rem;line-height:1.75rem}@media (hover:hover){._variantLink_nx0ay_279:hover:not([data-disabled]){color:color-mix(in srgb, var(--eds-btn-accent) 78%, black);-webkit-text-decoration-color:color-mix(in srgb, var(--eds-btn-accent) 78%, black);text-decoration-color:color-mix(in srgb, var(--eds-btn-accent) 78%, black)}}._variantLink_nx0ay_279:focus-visible{outline:2px solid var(--eds-btn-accent);outline-offset:2px}._variantLink_nx0ay_279[data-disabled]:not([data-loading]){color:var(--eds-color-grey-disabled);-webkit-text-decoration-color:var(--eds-color-grey-disabled);text-decoration-color:var(--eds-color-grey-disabled);cursor:not-allowed}._variantLink_nx0ay_279[data-loading][data-disabled]{color:var(--eds-btn-accent);-webkit-text-decoration-color:var(--eds-btn-accent);text-decoration-color:var(--eds-btn-accent);cursor:wait}._IconWrap_nx0ay_120{flex-shrink:0;justify-content:center;align-items:center;display:flex}._Icon_nx0ay_120{width:100%;height:100%;display:block}._Spinner_nx0ay_348{animation:.7s linear infinite _button-spin_nx0ay_1}@keyframes _button-spin_nx0ay_1{to{transform:rotate(360deg)}}._Root_sh6iy_1{box-sizing:border-box;flex-direction:column;gap:.375rem;width:214px;display:inline-flex}._Root_sh6iy_1[data-fluid]{width:100%}._LabelRow_sh6iy_13{justify-content:space-between;align-items:center;gap:.75rem;display:flex}._LabelText_sh6iy_20{color:var(--eds-color-neutral-main);align-items:baseline;gap:.25rem;font-size:.875rem;line-height:1.25rem;display:inline-flex}._VisuallyHidden_sh6iy_29{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._Required_sh6iy_41{color:var(--eds-color-red-main)}._InputGroup_sh6iy_45{border:1px solid var(--eds-color-outline-border);border-radius:var(--eds-border-radius-extra-small,8px);background-color:#fff;align-items:center;gap:.25rem;width:100%;height:36px;padding:0 .5rem 0 .75rem;display:inline-flex;position:relative}._FloatingLabel_sh6iy_58{color:var(--eds-color-neutral-elements);pointer-events:none;background:#fff;padding:0 .25rem;font-size:.875rem;line-height:1.25rem;position:absolute;top:0;left:.75rem;transform:translateY(-50%)}._InputGroup_sh6iy_45[data-size=sm]{height:32px}._InputGroup_sh6iy_45[data-size=lg]{height:44px}._InputGroup_sh6iy_45[data-size=sm] ._Input_sh6iy_45{font-size:.875rem;line-height:1.25rem}._InputGroup_sh6iy_45[data-size=lg] ._Input_sh6iy_45{font-size:1rem;line-height:1.5rem}._InputGroup_sh6iy_45[data-size=sm] ._IconButton_sh6iy_89{width:24px;height:24px}._InputGroup_sh6iy_45[data-size=lg] ._IconButton_sh6iy_89{width:32px;height:32px}._InputGroup_sh6iy_45[data-state=invalid]{border-color:color-mix(in srgb, var(--eds-color-red-main) 55%, var(--eds-color-outline-border))}._InputGroup_sh6iy_45[data-state=valid]{border-color:color-mix(in srgb, var(--eds-color-green-main) 55%, var(--eds-color-outline-border))}._InputGroup_sh6iy_45:focus-within{border-color:color-mix(in srgb, var(--eds-color-neutral-elements) 35%, var(--eds-color-outline-border));box-shadow:0 0 0 3px var(--eds-color-outline-focus-ring)}._InputGroup_sh6iy_45[data-disabled]{background-color:var(--eds-color-neutral-background);border-color:var(--eds-color-outline-border);opacity:.7;cursor:not-allowed}._Input_sh6iy_45{box-sizing:border-box;min-width:0;font:inherit;color:var(--eds-color-neutral-main);background:0 0;border:0;outline:0;flex:1;margin:0;padding:0;font-size:1rem;line-height:1.5rem}._Input_sh6iy_45::placeholder{color:var(--eds-color-neutral-elements);opacity:1}._Input_sh6iy_45:disabled{cursor:not-allowed}._Input_sh6iy_45[readonly]:not(:disabled){cursor:pointer}._Actions_sh6iy_159{flex-shrink:0;align-items:center;gap:.125rem;display:inline-flex}._IconButton_sh6iy_89{all:unset;box-sizing:border-box;width:28px;height:28px;color:var(--eds-color-neutral-elements);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}._IconButton_sh6iy_89:hover:not([data-disabled]){color:var(--eds-color-neutral-main);background:color-mix(in srgb, var(--eds-color-neutral-elements) 8%, transparent)}._IconButton_sh6iy_89:focus-visible{outline:2px solid var(--eds-color-blue-main);outline-offset:2px}._IconButton_sh6iy_89[data-disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}._Icon_sh6iy_89{flex-shrink:0;width:16px;height:16px}._Positioner_sh6iy_205{z-index:50;outline:0}._Popup_sh6iy_210{box-sizing:border-box;min-width:var(--anchor-width);border:1px solid var(--eds-color-outline-border);border-radius:var(--eds-border-radius-extra-small,8px);background-color:#fff;max-height:280px;padding:.25rem 0;overflow:visible;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000f}._Empty_sh6iy_223{color:var(--eds-color-neutral-elements);padding:.625rem .75rem;font-size:.875rem;line-height:1.25rem}._List_sh6iy_230{box-sizing:border-box;overscroll-behavior:contain;outline:0;max-height:240px;padding:.125rem;overflow-y:auto}._Item_sh6iy_239{box-sizing:border-box;width:100%;font:inherit;color:var(--eds-color-neutral-main);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .625rem;font-size:.875rem;line-height:1.25rem;display:flex}._Item_sh6iy_239[data-highlighted]{background:color-mix(in srgb, var(--eds-color-neutral-elements) 10%, transparent)}._Item_sh6iy_239[data-disabled]{opacity:.5;cursor:not-allowed}._ItemIndicator_sh6iy_270{width:1rem;height:1rem;color:var(--eds-color-blue-main);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}._ItemText_sh6iy_280{flex:1;min-width:0;display:block}._SupportingText_sh6iy_286{color:var(--eds-color-neutral-elements);font-size:.75rem;line-height:1rem}._SupportingText_sh6iy_286[data-state=invalid]{color:var(--eds-color-red-main)}._Root_1ixm6_1{box-sizing:border-box;flex-direction:column;gap:.375rem;width:214px;display:inline-flex}._Root_1ixm6_1[data-fluid]{width:100%}._LabelRow_1ixm6_13{justify-content:space-between;align-items:center;gap:.75rem;display:flex}._LabelLeft_1ixm6_20{align-items:center;gap:.5rem;min-width:0;display:inline-flex}._LabelText_1ixm6_27{color:var(--eds-color-neutral-main);align-items:baseline;gap:.25rem;font-size:.875rem;line-height:1.25rem;display:inline-flex}._VisuallyHidden_1ixm6_36{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._Required_1ixm6_48{color:var(--eds-color-red-main)}._SupportLink_1ixm6_52{color:var(--eds-color-blue-main);text-underline-offset:.15em;white-space:nowrap;font-size:.875rem;line-height:1.25rem;text-decoration:underline}._SupportLink_1ixm6_52[aria-disabled=true]{opacity:.6;pointer-events:none}._TooltipButton_1ixm6_66{all:unset;width:28px;height:28px;color:var(--eds-color-neutral-elements);cursor:help;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}._TooltipButton_1ixm6_66:focus-visible{outline:2px solid var(--eds-color-blue-main);outline-offset:2px}._Control_1ixm6_83{border:1px solid var(--eds-color-outline-border);border-radius:var(--eds-border-radius-extra-small,8px);background-color:#fff;align-items:center;width:100%;height:36px;padding:0 .75rem;display:inline-flex;position:relative}._Adornment_1ixm6_95{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}._SpinnerWrap_1ixm6_102{color:var(--eds-color-blue-main)}._Spinner_1ixm6_102{animation:.7s linear infinite _input-spin_1ixm6_1}@keyframes _input-spin_1ixm6_1{to{transform:rotate(360deg)}}._Control_1ixm6_83[data-state=invalid]{border-color:color-mix(in srgb, var(--eds-color-red-main) 55%, var(--eds-color-outline-border))}._Control_1ixm6_83[data-state=valid]{border-color:color-mix(in srgb, var(--eds-color-green-main) 55%, var(--eds-color-outline-border))}._Control_1ixm6_83[data-state=loading]{border-color:color-mix(in srgb, var(--eds-color-blue-main) 45%, var(--eds-color-outline-border))}._Control_1ixm6_83:focus-within{border-color:color-mix(in srgb, var(--eds-color-neutral-elements) 35%, var(--eds-color-outline-border));box-shadow:0 0 0 3px var(--eds-color-outline-focus-ring)}._Control_1ixm6_83[data-disabled]{background-color:var(--eds-color-neutral-background);border-color:var(--eds-color-outline-border);opacity:.7;cursor:not-allowed}._Input_1ixm6_156{box-sizing:border-box;min-width:0;font:inherit;color:var(--eds-color-neutral-main);background:0 0;border:0;outline:0;flex:1;margin:0;padding:0;font-size:1rem;line-height:1.5rem}._Input_1ixm6_156::placeholder{color:var(--eds-color-neutral-elements);opacity:1}._FloatingLabel_1ixm6_176{color:var(--eds-color-neutral-elements);pointer-events:none;background:#fff;padding:0 .25rem;font-size:.875rem;line-height:1.25rem;position:absolute;top:0;left:.5rem;transform:translateY(-50%)}._Control_1ixm6_83[data-floating=true] ._Input_1ixm6_156::placeholder{opacity:1}._Control_1ixm6_83[data-floating=true][data-has-value] ._FloatingLabel_1ixm6_176,._Control_1ixm6_83[data-floating=true]:focus-within ._FloatingLabel_1ixm6_176{top:0;transform:translateY(-50%)}._SupportingText_1ixm6_203{color:var(--eds-color-neutral-elements);font-size:.75rem;line-height:1rem}._SupportingText_1ixm6_203[data-state=invalid]{color:var(--eds-color-red-main)}
|
|
90
|
-
/*$vite$:1*/
|