bmi-next-brokers 1.2.6 → 1.2.7
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/Input.module-7cfiMD0m.js +88 -0
- package/dist/assets/Input.css +1 -1
- package/dist/assets/Select.css +1 -1
- package/dist/components/Input/Checkbox/Checkbox.js +18 -18
- package/dist/components/Input/Input.js +1 -1
- package/dist/components/Input/RadioButton/RadioButton.js +36 -36
- package/dist/components/Select/Select.js +77 -77
- package/package.json +1 -1
- package/dist/Input.module-DuUfwXwW.js +0 -88
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import './assets/Input.css';const e = "_inputContainer_cfkv0_3", _ = "_inputContainer_medium_cfkv0_10", r = "_inputContainer_large_cfkv0_14", d = "_inputContainer_extraLarge_cfkv0_15", c = "_label_cfkv0_19", o = "_label_large_cfkv0_27", a = "_label_extraLarge_cfkv0_28", t = "_label_disabled_cfkv0_32", l = "_inputWrapper_cfkv0_36", i = "_input_cfkv0_3", n = "_medium_cfkv0_54", s = "_small_cfkv0_55", k = "_inputCheckbox_cfkv0_59", v = "_btc_cfkv0_79", h = "_inputCheckbox_checked_cfkv0_89", b = "_inputCheckbox_disabled_checked_cfkv0_95", g = "_error_cfkv0_103", f = "_error_checked_cfkv0_111", p = "_inverted_cfkv0_121", x = "_inputCheckbox_disabled_cfkv0_95", u = "_CheckboxRadio_placeholder_disabled_cfkv0_246", m = "_withIcon_cfkv0_259", C = "_large_cfkv0_273", P = "_extraLarge_cfkv0_279", T = "_dateInput_cfkv0_321", I = "_smallCheckbox_cfkv0_357", L = "_mediumCheckbox_cfkv0_362", M = "_largeCheckbox_cfkv0_367", w = "_extraLargeCheckbox_cfkv0_368", R = "_smallRadio_cfkv0_386", q = "_mediumRadio_cfkv0_391", S = "_largeRadio_cfkv0_396", W = "_extraLargeRadio_cfkv0_397", y = "_errorShake_cfkv0_1", j = "_errorMessage_cfkv0_436", z = "_errorMessageSlide_cfkv0_1", A = "_errorMessage_small_cfkv0_444", B = "_errorMessage_medium_cfkv0_448", D = "_errorMessage_large_cfkv0_452", E = "_errorMessage_extraLarge_cfkv0_453", F = "_helperText_cfkv0_457", G = "_helperText_small_cfkv0_464", H = "_helperText_medium_cfkv0_468", J = "_helperText_large_cfkv0_472", K = "_helperText_extraLarge_cfkv0_473", N = "_helperText_disabled_cfkv0_477", O = "_icon_cfkv0_482", Q = "_icon_disabled_cfkv0_495", U = "_passwordToggle_cfkv0_500", V = "_passwordToggle_disabled_cfkv0_528", X = "_passwordToggle_inverted_cfkv0_538", Y = "_passwordToggle_inverted_disabled_cfkv0_551", Z = "_dateIcon_cfkv0_561", $ = "_dateIcon_disabled_cfkv0_577", ee = "_dateIcon_inverted_cfkv0_582", _e = "_dateIcon_inverted_disabled_cfkv0_587", re = "_dateIcon_error_cfkv0_593", de = "_dateIcon_inverted_error_cfkv0_597", ce = "_required_cfkv0_602", oe = "_checkboxPlaceholder_cfkv0_609", ae = "_checkboxPlaceholder_disable_cfkv0_617", te = "_radioPlaceholder_cfkv0_635", le = "_radioPlaceholder_disabled_cfkv0_643", ie = "_radioPlaceholder_inverted_cfkv0_648", ne = "_radioPlaceholder_inverted_disabled_cfkv0_652", se = "_radioPlaceholder_inverted_checked_cfkv0_656", ke = "_inputCheckbox_inverted_checked_cfkv0_660", ve = "_radioPlaceholder_inverted_error_cfkv0_665", he = "_radioPlaceholder_error_cfkv0_669", be = "_radioPlaceholder_inverted_error_checked_cfkv0_673", ge = "_radioPlaceholder_error_checked_cfkv0_677", fe = "_radioPlaceholder_checked_cfkv0_681", pe = "_radioPlaceholder_disabled_checked_cfkv0_685", xe = "_required_inverted_cfkv0_871", ue = "_required_disabled_cfkv0_875", me = "_required_inverted_disabled_cfkv0_879", Ce = "_label_inverted_cfkv0_938", Pe = "_helperText_inverted_cfkv0_942", Te = "_icon_inverted_cfkv0_946", Ie = "_errorMessage_inverted_cfkv0_950", Le = "_label_inverted_disabled_cfkv0_987", Me = "_helperText_inverted_disabled_cfkv0_991", we = "_icon_inverted_disabled_cfkv0_995", Re = {
|
|
2
|
+
inputContainer: e,
|
|
3
|
+
inputContainer_medium: _,
|
|
4
|
+
inputContainer_large: r,
|
|
5
|
+
inputContainer_extraLarge: d,
|
|
6
|
+
label: c,
|
|
7
|
+
label_large: o,
|
|
8
|
+
label_extraLarge: a,
|
|
9
|
+
label_disabled: t,
|
|
10
|
+
inputWrapper: l,
|
|
11
|
+
input: i,
|
|
12
|
+
medium: n,
|
|
13
|
+
small: s,
|
|
14
|
+
inputCheckbox: k,
|
|
15
|
+
btc: v,
|
|
16
|
+
inputCheckbox_checked: h,
|
|
17
|
+
inputCheckbox_disabled_checked: b,
|
|
18
|
+
error: g,
|
|
19
|
+
error_checked: f,
|
|
20
|
+
inverted: p,
|
|
21
|
+
inputCheckbox_disabled: x,
|
|
22
|
+
CheckboxRadio_placeholder_disabled: u,
|
|
23
|
+
withIcon: m,
|
|
24
|
+
large: C,
|
|
25
|
+
extraLarge: P,
|
|
26
|
+
dateInput: T,
|
|
27
|
+
smallCheckbox: I,
|
|
28
|
+
mediumCheckbox: L,
|
|
29
|
+
largeCheckbox: M,
|
|
30
|
+
extraLargeCheckbox: w,
|
|
31
|
+
smallRadio: R,
|
|
32
|
+
mediumRadio: q,
|
|
33
|
+
largeRadio: S,
|
|
34
|
+
extraLargeRadio: W,
|
|
35
|
+
errorShake: y,
|
|
36
|
+
errorMessage: j,
|
|
37
|
+
errorMessageSlide: z,
|
|
38
|
+
errorMessage_small: A,
|
|
39
|
+
errorMessage_medium: B,
|
|
40
|
+
errorMessage_large: D,
|
|
41
|
+
errorMessage_extraLarge: E,
|
|
42
|
+
helperText: F,
|
|
43
|
+
helperText_small: G,
|
|
44
|
+
helperText_medium: H,
|
|
45
|
+
helperText_large: J,
|
|
46
|
+
helperText_extraLarge: K,
|
|
47
|
+
helperText_disabled: N,
|
|
48
|
+
icon: O,
|
|
49
|
+
icon_disabled: Q,
|
|
50
|
+
passwordToggle: U,
|
|
51
|
+
passwordToggle_disabled: V,
|
|
52
|
+
passwordToggle_inverted: X,
|
|
53
|
+
passwordToggle_inverted_disabled: Y,
|
|
54
|
+
dateIcon: Z,
|
|
55
|
+
dateIcon_disabled: $,
|
|
56
|
+
dateIcon_inverted: ee,
|
|
57
|
+
dateIcon_inverted_disabled: _e,
|
|
58
|
+
dateIcon_error: re,
|
|
59
|
+
dateIcon_inverted_error: de,
|
|
60
|
+
required: ce,
|
|
61
|
+
checkboxPlaceholder: oe,
|
|
62
|
+
checkboxPlaceholder_disable: ae,
|
|
63
|
+
radioPlaceholder: te,
|
|
64
|
+
radioPlaceholder_disabled: le,
|
|
65
|
+
radioPlaceholder_inverted: ie,
|
|
66
|
+
radioPlaceholder_inverted_disabled: ne,
|
|
67
|
+
radioPlaceholder_inverted_checked: se,
|
|
68
|
+
inputCheckbox_inverted_checked: ke,
|
|
69
|
+
radioPlaceholder_inverted_error: ve,
|
|
70
|
+
radioPlaceholder_error: he,
|
|
71
|
+
radioPlaceholder_inverted_error_checked: be,
|
|
72
|
+
radioPlaceholder_error_checked: ge,
|
|
73
|
+
radioPlaceholder_checked: fe,
|
|
74
|
+
radioPlaceholder_disabled_checked: pe,
|
|
75
|
+
required_inverted: xe,
|
|
76
|
+
required_disabled: ue,
|
|
77
|
+
required_inverted_disabled: me,
|
|
78
|
+
label_inverted: Ce,
|
|
79
|
+
helperText_inverted: Pe,
|
|
80
|
+
icon_inverted: Te,
|
|
81
|
+
errorMessage_inverted: Ie,
|
|
82
|
+
label_inverted_disabled: Le,
|
|
83
|
+
helperText_inverted_disabled: Me,
|
|
84
|
+
icon_inverted_disabled: we
|
|
85
|
+
};
|
|
86
|
+
export {
|
|
87
|
+
Re as s
|
|
88
|
+
};
|
package/dist/assets/Input.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._inputContainer_1g2fh_3{display:flex;flex-direction:column;cursor:pointer}._inputContainer_medium_1g2fh_10{gap:2px}._inputContainer_large_1g2fh_14,._inputContainer_extraLarge_1g2fh_15{gap:4px}._label_1g2fh_19{font-family:Poppins Regular;font-size:13px;color:var(--Content-Neutral-Default-Active, #000);font-weight:500;padding-left:4px}._label_large_1g2fh_27,._label_extraLarge_1g2fh_28{font-size:15px}._label_disabled_1g2fh_32{color:var(--content-disabled-default, #cbd5e1)}._inputWrapper_1g2fh_36{position:relative;display:flex;align-items:center;width:100%}._input_1g2fh_3{border:1px solid #ddd;border-radius:16px;font-family:Poppins Regular;font-weight:100;outline:none;transition:all .2s ease;width:100%;background-color:#fff}._input_1g2fh_3._medium_1g2fh_54,._input_1g2fh_3._small_1g2fh_55{border-radius:14px}._inputCheckbox_1g2fh_59{border:1px solid #ddd;border-radius:16px;font-family:Poppins Regular;font-weight:100;outline:none;transition:all .2s ease;background-color:#fff}._inputCheckbox_1g2fh_59:hover{border:1px solid var(--Stroke-Neutral-Primary, #94a3b8)}._inputCheckbox_1g2fh_59:active{box-shadow:0 0 0 3px var(--ui-blue-400, #7eaae6)}._inputCheckbox_1g2fh_59._btc_1g2fh_79:hover{border:1px solid var(--Stroke-Neutral-Primary, #94a3b8)}._inputCheckbox_1g2fh_59._btc_1g2fh_79:active{border:1px solid #45c2d6;box-shadow:3px 3px 0 0 var(--Complementarios-Turquesa-Compl-2-Turquesa, #45c2d6)}._inputCheckbox_checked_1g2fh_89{background:var(--Fill-Brand-Inverted-Active, #2054a5);border:1px solid var(--Fill-Brand-Inverted-Active, #2054a5);color:#fff}._inputCheckbox_disabled_checked_1g2fh_95{background:var(--Fill-Brand-Inverted-Innactive, #e0e9f8)!important;border:1px solid var(--Fill-Brand-Inverted-Innactive, #e0e9f8)!important;color:var(--Content-Brand-Inverted-Innactive, #a2bfec)!important}._inputCheckbox_1g2fh_59._error_1g2fh_103:hover{border:1px solid var(--Stroke-Negative-Active, #dc2626)}._inputCheckbox_1g2fh_59._error_1g2fh_103:active{box-shadow:3px 3px 0 0 var(--Fill-Negative-Inverted-Active, #dc2626)}._inputCheckbox_1g2fh_59._error_checked_1g2fh_111{background:#dc2626;color:#fef2f2}._inputCheckbox_1g2fh_59._error_1g2fh_103:active{box-shadow:0 0 0 3px var(--ui-red-400, #f87171)}._inputCheckbox_1g2fh_59._inverted_1g2fh_121{border:1px solid var(--Content-Neutral-Default-Active, #fff);background-color:transparent!important}._inputCheckbox_1g2fh_59._inverted_1g2fh_121:hover{border:1px solid var(--Stroke-Neutral-Primary, #e0e9f8)}._inputCheckbox_1g2fh_59._inverted_1g2fh_121:focus{box-shadow:0 0 0 3px var(--ui-blue-400, #7eaae6)!important}._inputCheckbox_1g2fh_59._inverted_1g2fh_121:active{border:1px solid #45c2d6!important}._inputCheckbox_checked_1g2fh_89._inverted_1g2fh_121{background:var(--Fill-Brand-Inverted-Active, #fff)!important;border:1px solid var(--Fill-Brand-Inverted-Active, #2054a5)!important;color:#fff!important}._inputCheckbox_1g2fh_59._inverted_1g2fh_121._error_1g2fh_103{border:1px solid var(--Stroke-Negative-Active, #ef4444)!important;color:var(--Content-Brand-Inverted-Active, #2054a5)!important;background-color:transparent!important}._inputCheckbox_1g2fh_59._inverted_1g2fh_121._error_1g2fh_103:hover{border:1px solid var(--Stroke-Negative-Active, #ef4444)!important}._inputCheckbox_1g2fh_59._inverted_1g2fh_121._error_1g2fh_103:focus{box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inputCheckbox_1g2fh_59._inverted_1g2fh_121._error_1g2fh_103:active{border:1px solid transparent!important;box-shadow:3px 3px 0 0 var(--ui-red-600, #dc2626)!important}._inputCheckbox_1g2fh_59._inverted_1g2fh_121._error_checked_1g2fh_111{background:var(--Fill-Negative-Inverted-Active, #e05c5c)!important;border:1px solid var(--Fill-Negative-Inverted-Active, #ef4444)!important;color:#fff!important}._inputCheckbox_disabled_1g2fh_95._inverted_1g2fh_121{border:1px solid var(--Stroke-Disabled-Default, #1b468a)!important;background-color:transparent!important;color:var(--content-disabled-default, #4f88d9)!important;cursor:not-allowed}._inputCheckbox_disabled_1g2fh_95._inverted_1g2fh_121:hover{border:1px solid var(--Stroke-Disabled-Default, #1b468a)!important;background-color:transparent!important}._inputCheckbox_disabled_1g2fh_95._inverted_1g2fh_121:focus,._inputCheckbox_disabled_1g2fh_95._inverted_1g2fh_121:active{box-shadow:none!important}._inputCheckbox_disabled_1g2fh_95._inverted_1g2fh_121._error_1g2fh_103{border:1px solid var(--Stroke-Negative-Active, #ef4444)!important;color:var(--Content-Negative-Default-Active, #f87171)!important}._inputCheckbox_disabled_1g2fh_95._inverted_1g2fh_121._error_1g2fh_103:focus,._inputCheckbox_disabled_1g2fh_95._inverted_1g2fh_121._error_1g2fh_103:active{box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inputCheckbox_disabled_1g2fh_95{border-radius:16px;font-family:Poppins Regular;font-weight:100;outline:none;transition:all .2s ease;border:1px solid var(--Stroke-Disabled-Default, #cbd5e1);background:var(--Fill-Disabled-Default, #f8fafc);color:#2054a5;cursor:not-allowed}._input_1g2fh_3:focus{box-shadow:0 0 0 3px var(--ui-blue-400, #7eaae6)}._input_1g2fh_3._btc_1g2fh_79:focus,._input_1g2fh_3._btc_1g2fh_79:active{border:1px solid var(--ui-cyan-400, #45c2d6);box-shadow:3px 3px 0 0 var(--Complementarios-Turquesa-Compl-2-Turquesa, #45c2d6)}._input_1g2fh_3:active,._input_1g2fh_3:hover{border:1px solid var(--Stroke-Neutral-Primary, #94a3b8)}._input_1g2fh_3::placeholder{color:var(--Content-Neutral-Default-Default, #a3a3a3)}._input_1g2fh_3:disabled{border-radius:16px;border:1px solid var(--Stroke-Disabled-Default, #cbd5e1);background:var(--Fill-Disabled-Default, #f8fafc);color:var(--content-disabled-default, #cbd5e1);cursor:not-allowed}._input_1g2fh_3:disabled::placeholder,._CheckboxRadio_placeholder_disabled_1g2fh_246{color:var(--Content-Neutral-Disabled, #94a3b8)}._CheckboxRadio_placeholder_disabled_1g2fh_246{margin-left:-10px}._small_1g2fh_55{height:30px;padding-inline:8px;font-size:12px}._small_1g2fh_55._withIcon_1g2fh_259{padding-inline:28px 11px}._medium_1g2fh_54{height:36px;padding-inline:8px;font-size:14px}._medium_1g2fh_54._withIcon_1g2fh_259{padding-inline:30px 11px}._large_1g2fh_273{height:42px;padding-inline:11px;font-size:15px}._extraLarge_1g2fh_279{height:48px;padding-inline:12px;font-size:16px}._large_1g2fh_273._withIcon_1g2fh_259{padding-inline:32px 11px}._extraLarge_1g2fh_279._withIcon_1g2fh_259{padding-inline:36px 11px}._small_1g2fh_55[type=password]{padding:8px 36px 8px 11px}._small_1g2fh_55[type=password]._withIcon_1g2fh_259{padding:11px 36px 11px 28px}._medium_1g2fh_54[type=password]{padding:8px 36px 8px 10px}._medium_1g2fh_54[type=password]._withIcon_1g2fh_259{padding:8px 36px 8px 30px}._large_1g2fh_273[type=password],._extraLarge_1g2fh_279[type=password]{padding:11px 40px 11px 12px}._large_1g2fh_273[type=password]._withIcon_1g2fh_259,._extraLarge_1g2fh_279[type=password]._withIcon_1g2fh_259{padding:11px 40px 11px 32px}._dateInput_1g2fh_321{position:relative}._dateInput_1g2fh_321::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:8px;width:20px;height:20px;cursor:pointer}._dateInput_1g2fh_321::-webkit-inner-spin-button{display:none}._dateInput_1g2fh_321::-webkit-clear-button{display:none}._small_1g2fh_55._dateInput_1g2fh_321{padding:8px 42px 8px 11px}._medium_1g2fh_54._dateInput_1g2fh_321{padding:8px 42px 8px 10px}._large_1g2fh_273._dateInput_1g2fh_321,._extraLarge_1g2fh_279._dateInput_1g2fh_321{padding:11px 42px 11px 12px}._smallCheckbox_1g2fh_357{height:30px;padding-inline:11px;font-size:12px}._mediumCheckbox_1g2fh_363{height:36px;padding-inline:10px;font-size:14px}._largeCheckbox_1g2fh_369,._extraLargeCheckbox_1g2fh_370{padding-inline:12px;font-size:15px}._largeCheckbox_1g2fh_369{height:42px}._extraLargeCheckbox_1g2fh_370{height:48px}._inputCheckbox_1g2fh_59._mediumCheckbox_1g2fh_363,._inputCheckbox_1g2fh_59._smallCheckbox_1g2fh_357{border-radius:14px}._smallRadio_1g2fh_389{padding-inline:11px;font-size:12px}._mediumRadio_1g2fh_394{padding-inline:10px;font-size:14px}._largeRadio_1g2fh_399,._extraLargeRadio_1g2fh_400{padding-inline:12px;font-size:15px}._error_1g2fh_103{border:1px solid var(--Stroke-Negative-Active, #dc2626);background:var(--Fill-Negative-Default-Active, #fee2e2);color:var(--Content-Negative-Default-Active, #dc2626);animation:_errorShake_1g2fh_1 .4s ease-in-out}._error_1g2fh_103:active,._error_1g2fh_103:hover{border:1px solid var(--Stroke-Negative-Active, #dc2626)}._error_1g2fh_103:focus{box-shadow:0 0 0 3px var(--ui-red-400, #f87171)}._error_1g2fh_103::placeholder{color:#dc2626}._error_1g2fh_103._btc_1g2fh_79:active,._error_1g2fh_103._btc_1g2fh_79:focus{border:1px solid #dc2626;box-shadow:3px 3px #dc2626}._errorMessage_1g2fh_432{font-family:Poppins Medium;color:#e74c3c;margin-left:4px;animation:_errorMessageSlide_1g2fh_1 .3s ease-out;transform-origin:top}._errorMessage_small_1g2fh_440{font-size:10px}._errorMessage_medium_1g2fh_444{font-size:12px}._errorMessage_large_1g2fh_448,._errorMessage_extraLarge_1g2fh_449{font-size:14px}._helperText_1g2fh_453{font-family:Poppins Regular;color:#acacac;margin-left:4px}._helperText_small_1g2fh_460,._helperText_medium_1g2fh_464{font-size:11px}._helperText_large_1g2fh_468,._helperText_extraLarge_1g2fh_469{font-size:13px}._helperText_disabled_1g2fh_473{color:var(--content-disabled-default, #cbd5e1)}._icon_1g2fh_478{position:absolute;left:8px;color:var(--Content-Neutral-Default, #475569);pointer-events:none;z-index:10;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}._icon_disabled_1g2fh_491{color:var(--Content-Neutral-Disabled, #94a3b8)}._passwordToggle_1g2fh_496{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--Content-Neutral-Default, #475569);padding:4px;border-radius:4px;transition:all .2s ease;z-index:10}._passwordToggle_1g2fh_496:hover{background-color:var(--Fill-Neutral-Default-Hover, #f1f5f9);color:var(--Content-Neutral-Default-Active, #000)}._passwordToggle_1g2fh_496:focus{outline:none;box-shadow:0 0 0 2px var(--ui-blue-400, #7eaae6)}._passwordToggle_disabled_1g2fh_524{color:var(--Content-Neutral-Disabled, #94a3b8);cursor:not-allowed}._passwordToggle_disabled_1g2fh_524:hover{background:none}._passwordToggle_inverted_1g2fh_534{color:#fff}._passwordToggle_inverted_1g2fh_534:hover{background-color:#ffffff1a;color:#fff}._passwordToggle_inverted_1g2fh_534:focus{box-shadow:0 0 0 2px #ffffff4d}._passwordToggle_inverted_disabled_1g2fh_547{color:var(--content-disabled-default, #4f88d9);cursor:not-allowed}._passwordToggle_inverted_disabled_1g2fh_547:hover{background:none}._dateIcon_1g2fh_557{position:absolute;right:8px;top:0;bottom:0;color:var(--Content-Neutral-Default, #475569);pointer-events:none;display:flex;align-items:center;justify-content:center;z-index:10;padding-left:8px;border-left:1px solid #ddd;width:32px}._dateIcon_disabled_1g2fh_573{color:var(--Content-Neutral-Disabled, #94a3b8);border-left-color:var(--Stroke-Disabled-Default, #cbd5e1)}._dateIcon_inverted_1g2fh_578{color:#fff;border-left-color:var(--Stroke-Neutral-Secondary, #c9e1f6)}._dateIcon_inverted_disabled_1g2fh_583{color:var(--content-disabled-default, #4f88d9);border-left-color:var(--Stroke-Disabled-Default, #1b468a)}._dateIcon_error_1g2fh_589{border-left-color:var(--Stroke-Negative-Active, #dc2626)!important}._dateIcon_inverted_error_1g2fh_593{border-left-color:var(--Stroke-Negative-Active, #ef4444)!important}._required_1g2fh_598{color:var(--Content-Negative-Default-Active, #dc2626);margin-left:2px}._checkboxPlaceholder_1g2fh_605{color:var(--Content-Neutral-Default-Active);font-family:Poppins Regular;font-weight:100;pointer-events:none;margin-left:-10px}._checkboxPlaceholder_disable_1g2fh_613{color:var(--Content-Neutral-Disabled, #94a3b8);cursor:not-allowed}._checkboxPlaceholder_1g2fh_605._small_1g2fh_55{font-size:12px}._checkboxPlaceholder_1g2fh_605._medium_1g2fh_54{font-size:14px}._checkboxPlaceholder_1g2fh_605._large_1g2fh_273{font-size:15px}._radioPlaceholder_1g2fh_631{color:var(--Content-Neutral-Default-Active, #000);font-family:Poppins Regular;font-weight:100;pointer-events:none;margin-left:-10px}._radioPlaceholder_disabled_1g2fh_639{color:var(--content-disabled-default, #cbd5e1);cursor:not-allowed}._radioPlaceholder_inverted_1g2fh_644{color:#fff}._radioPlaceholder_inverted_disabled_1g2fh_648{color:var(--content-disabled-default, #4f88d9)}._radioPlaceholder_inverted_checked_1g2fh_652{color:var(--Content-Brand-Inverted-Active, #2054a5)}._inputCheckbox_1g2fh_59._inverted_1g2fh_121._inputCheckbox_inverted_checked_1g2fh_656{background:#fff!important;color:var(--Content-Brand-Inverted-Active, #2054a5)}._radioPlaceholder_inverted_error_1g2fh_661{color:var(--Content-Negative-Default-Active, #fca5a5)}._radioPlaceholder_error_1g2fh_665{color:var(--Content-Negative-Default-Active, #dc2626)}._radioPlaceholder_inverted_error_checked_1g2fh_669{color:var(--Content-Negative-Inverted-Hover, #fef2f2)}._radioPlaceholder_error_checked_1g2fh_673,._radioPlaceholder_checked_1g2fh_677{color:var(--Content-Brand-Inverted-Active, #eef3fc)}._radioPlaceholder_disabled_checked_1g2fh_681{color:var(--Content-Brand-Inverted-Innactive, #a2bfec)}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;border:2px solid var(--Content-Neutral-Default-Active, #000);background-color:transparent;margin-right:8px;position:relative;cursor:pointer}input[type=radio]:checked{background-color:#fff;border:none}._error_1g2fh_103 input[type=radio]{border:2px solid var(--Stroke-Negative-Active, #dc2626)}._error_1g2fh_103 input[type=radio]:checked{background-color:#fff;border:2px solid white}._inverted_1g2fh_121 input[type=radio]{border:2px solid var(--Content-Neutral-Default-Active, #fff)!important;background-color:transparent!important}._inverted_1g2fh_121 input[type=radio]:checked{background-color:#fff!important;border:none!important}._inverted_1g2fh_121._error_1g2fh_103 input[type=radio]:checked{background-color:#fff!important;border:none!important}._inverted_1g2fh_121 input[type=radio]:disabled{border:2px solid var(--Content-Neutral-Default-Active, #fff)!important;background-color:transparent!important}._inverted_1g2fh_121 input[type=radio]:disabled:checked{background-color:var(--Fill-Brand-Inverted-Active, #fff)!important;border:none!important}._inputCheckbox_inverted_checked_1g2fh_656 input[type=radio]:checked{background-color:var(--Content-Brand-Inverted-Active, #2054a5)!important;border:none!important}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:2px;border:2px solid var(--Content-Neutral-Default-Active, #000);background-color:transparent;margin-right:8px;position:relative;cursor:pointer;flex-shrink:0}input[type=checkbox]:checked{background-color:#fff;border:none;position:relative}input[type=checkbox]:checked:after{content:"";position:absolute;left:3.5px;top:1px;width:4px;height:7px;border:solid #2054a5;border-width:0 2px 2px 0;transform:rotate(45deg)}._error_1g2fh_103 input[type=checkbox]{border:2px solid var(--Stroke-Negative-Active, #dc2626)}._error_1g2fh_103 input[type=checkbox]:checked{background-color:#fff;border:2px solid white;position:relative}._inverted_1g2fh_121 input[type=checkbox]{border:2px solid var(--Content-Neutral-Default-Active, #fff)!important;background-color:transparent!important}._inverted_1g2fh_121 input[type=checkbox]:checked{background-color:#fff!important;border:none!important;position:relative}._inverted_1g2fh_121._error_1g2fh_103 input[type=checkbox]:checked{background-color:#fff!important;border:none!important;position:relative}._inverted_1g2fh_121 input[type=checkbox]:disabled{border:2px solid var(--Content-Neutral-Default-Active, #fff)!important;background-color:transparent!important}._inverted_1g2fh_121 input[type=checkbox]:disabled:checked{background-color:var(--Fill-Brand-Inverted-Active, #fff)!important;border:none!important;position:relative}._inputCheckbox_inverted_checked_1g2fh_656 input[type=checkbox]:checked{background-color:var(--Content-Brand-Inverted-Active, #2054a5)!important;border:none!important;position:relative}._inputCheckbox_inverted_checked_1g2fh_656 input[type=checkbox]:checked:after,input[type=checkbox]:disabled:checked:after{border-color:#fff}._error_1g2fh_103 input[type=checkbox]:checked:after{border-color:var(--Content-Negative-Default-Active, #dc2626);left:2px;top:-1px}._inverted_1g2fh_121._error_1g2fh_103 input[type=checkbox]:checked:after{border-color:var(--Content-Negative-Default-Active, #dc2626);left:3px;top:1px}input[type=checkbox]:disabled{cursor:not-allowed;background-color:transparent;border-color:var(--content-disabled-default, #cbd5e1)}input[type=checkbox]:disabled:checked{background-color:var(--Content-Brand-Inverted-Innactive, #a2bfec);border:none;position:relative}input[type=radio]:disabled{cursor:not-allowed;background-color:transparent;border-color:var(--content-disabled-default, #cbd5e1)}input[type=radio]:disabled:checked{background-color:var(--Content-Brand-Inverted-Innactive, #a2bfec);border:none}._required_inverted_1g2fh_867{color:var(--Content-Negative-Default-Active, #f87171)}._required_disabled_1g2fh_871{color:var(--content-disabled-default, #cbd5e1)}._required_inverted_disabled_1g2fh_875{color:var(--content-disabled-default, #4f88d9)}@keyframes _errorShake_1g2fh_1{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}@keyframes _errorMessageSlide_1g2fh_1{0%{opacity:0;transform:translateY(-5px) scaleY(0)}50%{opacity:.8;transform:translateY(-2px) scaleY(.7)}to{opacity:1;transform:translateY(0) scaleY(1)}}._inverted_1g2fh_121{border:1px solid var(--Stroke-Neutral-Secondary, #c9e1f6);background-color:transparent!important;color:#fff!important}._inverted_1g2fh_121:focus{box-shadow:0 0 0 3px #ffffff4d!important}._inverted_1g2fh_121:active{border:1px solid white!important}._inverted_1g2fh_121::placeholder{color:#ffffffb3!important}._label_inverted_1g2fh_934{color:#fff!important}._helperText_inverted_1g2fh_938{color:var(--Content-Neutral-Default-Default, #fafafa)}._icon_inverted_1g2fh_942{color:#fff!important}._errorMessage_inverted_1g2fh_946{color:var(--Content-Negative-Default-Active, #f87171)!important}._inverted_1g2fh_121._error_1g2fh_103{border:1px solid var(--Stroke-Negative-Active, #ef4444)!important;color:var(--Content-Negative-Default-Active, #f87171)!important;background-color:transparent!important}._inverted_1g2fh_121._error_1g2fh_103::placeholder{color:var(--Content-Negative-Default-Active, #f87171)!important}._inverted_1g2fh_121._error_1g2fh_103:focus{border:1px solid transparent!important;box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inverted_1g2fh_121._error_1g2fh_103:active{border:1px solid transparent!important;box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inverted_1g2fh_121:disabled{border:1px solid var(--Stroke-Disabled-Default, #1b468a)!important;background-color:transparent!important;color:var(--content-disabled-default, #4f88d9)!important;cursor:not-allowed}._inverted_1g2fh_121:disabled::placeholder{color:var(--content-disabled-default, #4f88d9)!important}._label_inverted_disabled_1g2fh_983{color:var(--Content-Neutral-Default-Active, #fff)}._helperText_inverted_disabled_1g2fh_987{color:var(--Content-Neutral-Default-Default, #fafafa)}._icon_inverted_disabled_1g2fh_991{color:var(--content-disabled-default, #4f88d9)!important}._inverted_1g2fh_121:disabled:focus,._inverted_1g2fh_121:disabled:active{box-shadow:none!important}._inverted_1g2fh_121._error_1g2fh_103:disabled{border:1px solid var(--Stroke-Negative-Active, #ef4444)!important;color:var(--Content-Negative-Default-Active, #f87171)!important}._inverted_1g2fh_121._error_1g2fh_103:disabled:focus,._inverted_1g2fh_121._error_1g2fh_103:disabled:active{box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inverted_1g2fh_121._error_1g2fh_103:disabled::placeholder{color:var(--Content-Negative-Default-Active, #f87171)!important}
|
|
1
|
+
._inputContainer_cfkv0_3{display:flex;flex-direction:column;cursor:pointer}._inputContainer_medium_cfkv0_10{gap:2px}._inputContainer_large_cfkv0_14,._inputContainer_extraLarge_cfkv0_15{gap:4px}._label_cfkv0_19{font-family:Poppins Regular;font-size:13px;color:var(--Content-Neutral-Default-Active, #000);font-weight:500;padding-left:4px}._label_large_cfkv0_27,._label_extraLarge_cfkv0_28{font-size:15px}._label_disabled_cfkv0_32{color:var(--content-disabled-default, #cbd5e1)}._inputWrapper_cfkv0_36{position:relative;display:flex;align-items:center;width:100%}._input_cfkv0_3{border:1px solid #ddd;border-radius:16px;font-family:Poppins Regular;font-weight:100;outline:none;transition:all .2s ease;width:100%;background-color:#fff}._input_cfkv0_3._medium_cfkv0_54,._input_cfkv0_3._small_cfkv0_55{border-radius:14px}._inputCheckbox_cfkv0_59{border:1px solid #ddd;border-radius:16px;font-family:Poppins Regular;font-weight:100;outline:none;transition:all .2s ease;background-color:#fff}._inputCheckbox_cfkv0_59:hover{border:1px solid var(--Stroke-Neutral-Primary, #94a3b8)}._inputCheckbox_cfkv0_59:active{box-shadow:0 0 0 3px var(--ui-blue-400, #7eaae6)}._inputCheckbox_cfkv0_59._btc_cfkv0_79:hover{border:1px solid var(--Stroke-Neutral-Primary, #94a3b8)}._inputCheckbox_cfkv0_59._btc_cfkv0_79:active{border:1px solid #45c2d6;box-shadow:3px 3px 0 0 var(--Complementarios-Turquesa-Compl-2-Turquesa, #45c2d6)}._inputCheckbox_checked_cfkv0_89{background:var(--Fill-Brand-Inverted-Active, #2054a5);border:1px solid var(--Fill-Brand-Inverted-Active, #2054a5);color:#fff}._inputCheckbox_disabled_checked_cfkv0_95{background:var(--Fill-Brand-Inverted-Innactive, #e0e9f8)!important;border:1px solid var(--Fill-Brand-Inverted-Innactive, #e0e9f8)!important;color:var(--Content-Brand-Inverted-Innactive, #a2bfec)!important}._inputCheckbox_cfkv0_59._error_cfkv0_103:hover{border:1px solid var(--Stroke-Negative-Active, #dc2626)}._inputCheckbox_cfkv0_59._error_cfkv0_103:active{box-shadow:3px 3px 0 0 var(--Fill-Negative-Inverted-Active, #dc2626)}._inputCheckbox_cfkv0_59._error_checked_cfkv0_111{background:#dc2626;color:#fef2f2}._inputCheckbox_cfkv0_59._error_cfkv0_103:active{box-shadow:0 0 0 3px var(--ui-red-400, #f87171)}._inputCheckbox_cfkv0_59._inverted_cfkv0_121{border:1px solid var(--Content-Neutral-Default-Active, #fff);background-color:transparent!important}._inputCheckbox_cfkv0_59._inverted_cfkv0_121:hover{border:1px solid var(--Stroke-Neutral-Primary, #e0e9f8)}._inputCheckbox_cfkv0_59._inverted_cfkv0_121:focus{box-shadow:0 0 0 3px var(--ui-blue-400, #7eaae6)!important}._inputCheckbox_cfkv0_59._inverted_cfkv0_121:active{border:1px solid #45c2d6!important}._inputCheckbox_checked_cfkv0_89._inverted_cfkv0_121{background:var(--Fill-Brand-Inverted-Active, #fff)!important;border:1px solid var(--Fill-Brand-Inverted-Active, #2054a5)!important;color:#fff!important}._inputCheckbox_cfkv0_59._inverted_cfkv0_121._error_cfkv0_103{border:1px solid var(--Stroke-Negative-Active, #ef4444)!important;color:var(--Content-Brand-Inverted-Active, #2054a5)!important;background-color:transparent!important}._inputCheckbox_cfkv0_59._inverted_cfkv0_121._error_cfkv0_103:hover{border:1px solid var(--Stroke-Negative-Active, #ef4444)!important}._inputCheckbox_cfkv0_59._inverted_cfkv0_121._error_cfkv0_103:focus{box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inputCheckbox_cfkv0_59._inverted_cfkv0_121._error_cfkv0_103:active{border:1px solid transparent!important;box-shadow:3px 3px 0 0 var(--ui-red-600, #dc2626)!important}._inputCheckbox_cfkv0_59._inverted_cfkv0_121._error_checked_cfkv0_111{background:var(--Fill-Negative-Inverted-Active, #e05c5c)!important;border:1px solid var(--Fill-Negative-Inverted-Active, #ef4444)!important;color:#fff!important}._inputCheckbox_disabled_cfkv0_95._inverted_cfkv0_121{border:1px solid var(--Stroke-Disabled-Default, #1b468a)!important;background-color:transparent!important;color:var(--content-disabled-default, #4f88d9)!important;cursor:not-allowed}._inputCheckbox_disabled_cfkv0_95._inverted_cfkv0_121:hover{border:1px solid var(--Stroke-Disabled-Default, #1b468a)!important;background-color:transparent!important}._inputCheckbox_disabled_cfkv0_95._inverted_cfkv0_121:focus,._inputCheckbox_disabled_cfkv0_95._inverted_cfkv0_121:active{box-shadow:none!important}._inputCheckbox_disabled_cfkv0_95._inverted_cfkv0_121._error_cfkv0_103{border:1px solid var(--Stroke-Negative-Active, #ef4444)!important;color:var(--Content-Negative-Default-Active, #f87171)!important}._inputCheckbox_disabled_cfkv0_95._inverted_cfkv0_121._error_cfkv0_103:focus,._inputCheckbox_disabled_cfkv0_95._inverted_cfkv0_121._error_cfkv0_103:active{box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inputCheckbox_disabled_cfkv0_95{border-radius:16px;font-family:Poppins Regular;font-weight:100;outline:none;transition:all .2s ease;border:1px solid var(--Stroke-Disabled-Default, #cbd5e1);background:var(--Fill-Disabled-Default, #f8fafc);color:#2054a5;cursor:not-allowed}._input_cfkv0_3:focus{box-shadow:0 0 0 3px var(--ui-blue-400, #7eaae6)}._input_cfkv0_3._btc_cfkv0_79:focus,._input_cfkv0_3._btc_cfkv0_79:active{border:1px solid var(--ui-cyan-400, #45c2d6);box-shadow:3px 3px 0 0 var(--Complementarios-Turquesa-Compl-2-Turquesa, #45c2d6)}._input_cfkv0_3:active,._input_cfkv0_3:hover{border:1px solid var(--Stroke-Neutral-Primary, #94a3b8)}._input_cfkv0_3::placeholder{color:var(--Content-Neutral-Default-Default, #a3a3a3)}._input_cfkv0_3:disabled{border-radius:16px;border:1px solid var(--Stroke-Disabled-Default, #cbd5e1);background:var(--Fill-Disabled-Default, #f8fafc);color:var(--content-disabled-default, #cbd5e1);cursor:not-allowed}._input_cfkv0_3:disabled::placeholder,._CheckboxRadio_placeholder_disabled_cfkv0_246{color:var(--Content-Neutral-Disabled, #94a3b8)}._CheckboxRadio_placeholder_disabled_cfkv0_246{margin-left:-10px}._small_cfkv0_55{height:30px;padding-inline:8px;font-size:12px}._small_cfkv0_55._withIcon_cfkv0_259{padding-inline:28px 11px}._medium_cfkv0_54{height:36px;padding-inline:8px;font-size:14px}._medium_cfkv0_54._withIcon_cfkv0_259{padding-inline:30px 11px}._large_cfkv0_273{height:42px;padding-inline:11px;font-size:15px}._extraLarge_cfkv0_279{height:48px;padding-inline:12px;font-size:16px}._large_cfkv0_273._withIcon_cfkv0_259{padding-inline:32px 11px}._extraLarge_cfkv0_279._withIcon_cfkv0_259{padding-inline:36px 11px}._small_cfkv0_55[type=password]{padding:8px 36px 8px 11px}._small_cfkv0_55[type=password]._withIcon_cfkv0_259{padding:11px 36px 11px 28px}._medium_cfkv0_54[type=password]{padding:8px 36px 8px 10px}._medium_cfkv0_54[type=password]._withIcon_cfkv0_259{padding:8px 36px 8px 30px}._large_cfkv0_273[type=password],._extraLarge_cfkv0_279[type=password]{padding:11px 40px 11px 12px}._large_cfkv0_273[type=password]._withIcon_cfkv0_259,._extraLarge_cfkv0_279[type=password]._withIcon_cfkv0_259{padding:11px 40px 11px 32px}._dateInput_cfkv0_321{position:relative}._dateInput_cfkv0_321::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:8px;width:20px;height:20px;cursor:pointer}._dateInput_cfkv0_321::-webkit-inner-spin-button{display:none}._dateInput_cfkv0_321::-webkit-clear-button{display:none}._small_cfkv0_55._dateInput_cfkv0_321{padding:8px 42px 8px 11px}._medium_cfkv0_54._dateInput_cfkv0_321{padding:8px 42px 8px 10px}._large_cfkv0_273._dateInput_cfkv0_321,._extraLarge_cfkv0_279._dateInput_cfkv0_321{padding:11px 42px 11px 12px}._smallCheckbox_cfkv0_357{height:30px;padding-inline:11px}._mediumCheckbox_cfkv0_362{height:36px;padding-inline:10px}._largeCheckbox_cfkv0_367,._extraLargeCheckbox_cfkv0_368{padding-inline:12px}._largeCheckbox_cfkv0_367{height:42px}._extraLargeCheckbox_cfkv0_368{height:48px}._inputCheckbox_cfkv0_59._mediumCheckbox_cfkv0_362,._inputCheckbox_cfkv0_59._smallCheckbox_cfkv0_357{border-radius:14px}._smallRadio_cfkv0_386{padding-inline:11px;font-size:12px}._mediumRadio_cfkv0_391{padding-inline:10px;font-size:14px}._largeRadio_cfkv0_396,._extraLargeRadio_cfkv0_397{padding-inline:12px}._largeRadio_cfkv0_396{font-size:15px}._extraLargeRadio_cfkv0_397{font-size:16px}._error_cfkv0_103{border:1px solid var(--Stroke-Negative-Active, #dc2626);background:var(--Fill-Negative-Default-Active, #fee2e2);color:var(--Content-Negative-Default-Active, #dc2626);animation:_errorShake_cfkv0_1 .4s ease-in-out}._error_cfkv0_103:active,._error_cfkv0_103:hover{border:1px solid var(--Stroke-Negative-Active, #dc2626)}._error_cfkv0_103:focus{box-shadow:0 0 0 3px var(--ui-red-400, #f87171)}._error_cfkv0_103::placeholder{color:#dc2626}._error_cfkv0_103._btc_cfkv0_79:active,._error_cfkv0_103._btc_cfkv0_79:focus{border:1px solid #dc2626;box-shadow:3px 3px #dc2626}._errorMessage_cfkv0_436{font-family:Poppins Medium;color:#e74c3c;margin-left:4px;animation:_errorMessageSlide_cfkv0_1 .3s ease-out;transform-origin:top}._errorMessage_small_cfkv0_444{font-size:10px}._errorMessage_medium_cfkv0_448{font-size:12px}._errorMessage_large_cfkv0_452,._errorMessage_extraLarge_cfkv0_453{font-size:14px}._helperText_cfkv0_457{font-family:Poppins Regular;color:#acacac;margin-left:4px}._helperText_small_cfkv0_464,._helperText_medium_cfkv0_468{font-size:11px}._helperText_large_cfkv0_472,._helperText_extraLarge_cfkv0_473{font-size:13px}._helperText_disabled_cfkv0_477{color:var(--content-disabled-default, #cbd5e1)}._icon_cfkv0_482{position:absolute;left:8px;color:var(--Content-Neutral-Default, #475569);pointer-events:none;z-index:10;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}._icon_disabled_cfkv0_495{color:var(--Content-Neutral-Disabled, #94a3b8)}._passwordToggle_cfkv0_500{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--Content-Neutral-Default, #475569);padding:4px;border-radius:4px;transition:all .2s ease;z-index:10}._passwordToggle_cfkv0_500:hover{background-color:var(--Fill-Neutral-Default-Hover, #f1f5f9);color:var(--Content-Neutral-Default-Active, #000)}._passwordToggle_cfkv0_500:focus{outline:none;box-shadow:0 0 0 2px var(--ui-blue-400, #7eaae6)}._passwordToggle_disabled_cfkv0_528{color:var(--Content-Neutral-Disabled, #94a3b8);cursor:not-allowed}._passwordToggle_disabled_cfkv0_528:hover{background:none}._passwordToggle_inverted_cfkv0_538{color:#fff}._passwordToggle_inverted_cfkv0_538:hover{background-color:#ffffff1a;color:#fff}._passwordToggle_inverted_cfkv0_538:focus{box-shadow:0 0 0 2px #ffffff4d}._passwordToggle_inverted_disabled_cfkv0_551{color:var(--content-disabled-default, #4f88d9);cursor:not-allowed}._passwordToggle_inverted_disabled_cfkv0_551:hover{background:none}._dateIcon_cfkv0_561{position:absolute;right:8px;top:0;bottom:0;color:var(--Content-Neutral-Default, #475569);pointer-events:none;display:flex;align-items:center;justify-content:center;z-index:10;padding-left:8px;border-left:1px solid #ddd;width:32px}._dateIcon_disabled_cfkv0_577{color:var(--Content-Neutral-Disabled, #94a3b8);border-left-color:var(--Stroke-Disabled-Default, #cbd5e1)}._dateIcon_inverted_cfkv0_582{color:#fff;border-left-color:var(--Stroke-Neutral-Secondary, #c9e1f6)}._dateIcon_inverted_disabled_cfkv0_587{color:var(--content-disabled-default, #4f88d9);border-left-color:var(--Stroke-Disabled-Default, #1b468a)}._dateIcon_error_cfkv0_593{border-left-color:var(--Stroke-Negative-Active, #dc2626)!important}._dateIcon_inverted_error_cfkv0_597{border-left-color:var(--Stroke-Negative-Active, #ef4444)!important}._required_cfkv0_602{color:var(--Content-Negative-Default-Active, #dc2626);margin-left:2px}._checkboxPlaceholder_cfkv0_609{color:var(--Content-Neutral-Default-Active);font-family:Poppins Regular;font-weight:100;pointer-events:none;margin-left:-10px}._checkboxPlaceholder_disable_cfkv0_617{color:var(--Content-Neutral-Disabled, #94a3b8);cursor:not-allowed}._checkboxPlaceholder_cfkv0_609._small_cfkv0_55{font-size:12px}._checkboxPlaceholder_cfkv0_609._medium_cfkv0_54{font-size:14px}._checkboxPlaceholder_cfkv0_609._large_cfkv0_273{font-size:15px}._radioPlaceholder_cfkv0_635{color:var(--Content-Neutral-Default-Active, #000);font-family:Poppins Regular;font-weight:100;pointer-events:none;margin-left:-10px}._radioPlaceholder_disabled_cfkv0_643{color:var(--content-disabled-default, #cbd5e1);cursor:not-allowed}._radioPlaceholder_inverted_cfkv0_648{color:#fff}._radioPlaceholder_inverted_disabled_cfkv0_652{color:var(--content-disabled-default, #4f88d9)}._radioPlaceholder_inverted_checked_cfkv0_656{color:var(--Content-Brand-Inverted-Active, #2054a5)}._inputCheckbox_cfkv0_59._inverted_cfkv0_121._inputCheckbox_inverted_checked_cfkv0_660{background:#fff!important;color:var(--Content-Brand-Inverted-Active, #2054a5)}._radioPlaceholder_inverted_error_cfkv0_665{color:var(--Content-Negative-Default-Active, #fca5a5)}._radioPlaceholder_error_cfkv0_669{color:var(--Content-Negative-Default-Active, #dc2626)}._radioPlaceholder_inverted_error_checked_cfkv0_673{color:var(--Content-Negative-Inverted-Hover, #fef2f2)}._radioPlaceholder_error_checked_cfkv0_677,._radioPlaceholder_checked_cfkv0_681{color:var(--Content-Brand-Inverted-Active, #eef3fc)}._radioPlaceholder_disabled_checked_cfkv0_685{color:var(--Content-Brand-Inverted-Innactive, #a2bfec)}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;border:2px solid var(--Content-Neutral-Default-Active, #000);background-color:transparent;margin-right:8px;position:relative;cursor:pointer}input[type=radio]:checked{background-color:#fff;border:none}._error_cfkv0_103 input[type=radio]{border:2px solid var(--Stroke-Negative-Active, #dc2626)}._error_cfkv0_103 input[type=radio]:checked{background-color:#fff;border:2px solid white}._inverted_cfkv0_121 input[type=radio]{border:2px solid var(--Content-Neutral-Default-Active, #fff)!important;background-color:transparent!important}._inverted_cfkv0_121 input[type=radio]:checked{background-color:#fff!important;border:none!important}._inverted_cfkv0_121._error_cfkv0_103 input[type=radio]:checked{background-color:#fff!important;border:none!important}._inverted_cfkv0_121 input[type=radio]:disabled{border:2px solid var(--Content-Neutral-Default-Active, #fff)!important;background-color:transparent!important}._inverted_cfkv0_121 input[type=radio]:disabled:checked{background-color:var(--Fill-Brand-Inverted-Active, #fff)!important;border:none!important}._inputCheckbox_inverted_checked_cfkv0_660 input[type=radio]:checked{background-color:var(--Content-Brand-Inverted-Active, #2054a5)!important;border:none!important}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:2px;border:2px solid var(--Content-Neutral-Default-Active, #000);background-color:transparent;margin-right:8px;position:relative;cursor:pointer;flex-shrink:0}input[type=checkbox]:checked{background-color:#fff;border:none;position:relative}input[type=checkbox]:checked:after{content:"";position:absolute;left:3.5px;top:1px;width:4px;height:7px;border:solid #2054a5;border-width:0 2px 2px 0;transform:rotate(45deg)}._error_cfkv0_103 input[type=checkbox]{border:2px solid var(--Stroke-Negative-Active, #dc2626)}._error_cfkv0_103 input[type=checkbox]:checked{background-color:#fff;border:2px solid white;position:relative}._inverted_cfkv0_121 input[type=checkbox]{border:2px solid var(--Content-Neutral-Default-Active, #fff)!important;background-color:transparent!important}._inverted_cfkv0_121 input[type=checkbox]:checked{background-color:#fff!important;border:none!important;position:relative}._inverted_cfkv0_121._error_cfkv0_103 input[type=checkbox]:checked{background-color:#fff!important;border:none!important;position:relative}._inverted_cfkv0_121 input[type=checkbox]:disabled{border:2px solid var(--Content-Neutral-Default-Active, #fff)!important;background-color:transparent!important}._inverted_cfkv0_121 input[type=checkbox]:disabled:checked{background-color:var(--Fill-Brand-Inverted-Active, #fff)!important;border:none!important;position:relative}._inputCheckbox_inverted_checked_cfkv0_660 input[type=checkbox]:checked{background-color:var(--Content-Brand-Inverted-Active, #2054a5)!important;border:none!important;position:relative}._inputCheckbox_inverted_checked_cfkv0_660 input[type=checkbox]:checked:after,input[type=checkbox]:disabled:checked:after{border-color:#fff}._error_cfkv0_103 input[type=checkbox]:checked:after{border-color:var(--Content-Negative-Default-Active, #dc2626);left:2px;top:-1px}._inverted_cfkv0_121._error_cfkv0_103 input[type=checkbox]:checked:after{border-color:var(--Content-Negative-Default-Active, #dc2626);left:3px;top:1px}input[type=checkbox]:disabled{cursor:not-allowed;background-color:transparent;border-color:var(--content-disabled-default, #cbd5e1)}input[type=checkbox]:disabled:checked{background-color:var(--Content-Brand-Inverted-Innactive, #a2bfec);border:none;position:relative}input[type=radio]:disabled{cursor:not-allowed;background-color:transparent;border-color:var(--content-disabled-default, #cbd5e1)}input[type=radio]:disabled:checked{background-color:var(--Content-Brand-Inverted-Innactive, #a2bfec);border:none}._required_inverted_cfkv0_871{color:var(--Content-Negative-Default-Active, #f87171)}._required_disabled_cfkv0_875{color:var(--content-disabled-default, #cbd5e1)}._required_inverted_disabled_cfkv0_879{color:var(--content-disabled-default, #4f88d9)}@keyframes _errorShake_cfkv0_1{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}@keyframes _errorMessageSlide_cfkv0_1{0%{opacity:0;transform:translateY(-5px) scaleY(0)}50%{opacity:.8;transform:translateY(-2px) scaleY(.7)}to{opacity:1;transform:translateY(0) scaleY(1)}}._inverted_cfkv0_121{border:1px solid var(--Stroke-Neutral-Secondary, #c9e1f6);background-color:transparent!important;color:#fff!important}._inverted_cfkv0_121:focus{box-shadow:0 0 0 3px #ffffff4d!important}._inverted_cfkv0_121:active{border:1px solid white!important}._inverted_cfkv0_121::placeholder{color:#ffffffb3!important}._label_inverted_cfkv0_938{color:#fff!important}._helperText_inverted_cfkv0_942{color:var(--Content-Neutral-Default-Default, #fafafa)}._icon_inverted_cfkv0_946{color:#fff!important}._errorMessage_inverted_cfkv0_950{color:var(--Content-Negative-Default-Active, #f87171)!important}._inverted_cfkv0_121._error_cfkv0_103{border:1px solid var(--Stroke-Negative-Active, #ef4444)!important;color:var(--Content-Negative-Default-Active, #f87171)!important;background-color:transparent!important}._inverted_cfkv0_121._error_cfkv0_103::placeholder{color:var(--Content-Negative-Default-Active, #f87171)!important}._inverted_cfkv0_121._error_cfkv0_103:focus{border:1px solid transparent!important;box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inverted_cfkv0_121._error_cfkv0_103:active{border:1px solid transparent!important;box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inverted_cfkv0_121:disabled{border:1px solid var(--Stroke-Disabled-Default, #1b468a)!important;background-color:transparent!important;color:var(--content-disabled-default, #4f88d9)!important;cursor:not-allowed}._inverted_cfkv0_121:disabled::placeholder{color:var(--content-disabled-default, #4f88d9)!important}._label_inverted_disabled_cfkv0_987{color:var(--Content-Neutral-Default-Active, #fff)}._helperText_inverted_disabled_cfkv0_991{color:var(--Content-Neutral-Default-Default, #fafafa)}._icon_inverted_disabled_cfkv0_995{color:var(--content-disabled-default, #4f88d9)!important}._inverted_cfkv0_121:disabled:focus,._inverted_cfkv0_121:disabled:active{box-shadow:none!important}._inverted_cfkv0_121._error_cfkv0_103:disabled{border:1px solid var(--Stroke-Negative-Active, #ef4444)!important;color:var(--Content-Negative-Default-Active, #f87171)!important}._inverted_cfkv0_121._error_cfkv0_103:disabled:focus,._inverted_cfkv0_121._error_cfkv0_103:disabled:active{box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inverted_cfkv0_121._error_cfkv0_103:disabled::placeholder{color:var(--Content-Negative-Default-Active, #f87171)!important}
|
package/dist/assets/Select.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._selectContainer_1o6wc_3{display:flex;flex-direction:column}._selectContainer_medium_1o6wc_9{gap:2px}._selectContainer_large_1o6wc_13,._selectContainer_extraLarge_1o6wc_14{gap:4px}._label_1o6wc_18{font-family:Poppins Regular;font-size:13px;color:var(--Content-Neutral-Default-Active, #000);font-weight:500;padding-left:4px}._label_large_1o6wc_26,._label_extraLarge_1o6wc_27{font-size:15px}._label_disabled_1o6wc_31{color:var(--content-disabled-default, #cbd5e1)}._selectWrapper_1o6wc_35{position:relative;display:flex;align-items:center}._select_1o6wc_3{border:1px solid #ddd;font-family:Poppins Regular;font-weight:100;outline:none;border-radius:16px;transition:all .2s ease;width:100%;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding-right:12px}._select_1o6wc_3._medium_1o6wc_57,._select_1o6wc_3._small_1o6wc_58{border-radius:14px}._select_1o6wc_3:hover{border:1px solid var(--Stroke-Neutral-Primary, #94a3b8)}._select_1o6wc_3:focus{box-shadow:0 0 0 3px var(--ui-blue-400, #7eaae6)}._select_1o6wc_3:active{border:1px solid var(--Stroke-Neutral-Primary, #94a3b8);box-shadow:0 0 0 3px var(--ui-blue-400, #7eaae6)}._select_1o6wc_3._btc_1o6wc_76:active,._select_1o6wc_3._btc_1o6wc_76:focus{border:1px solid #45c2d6;box-shadow:3px 3px 0 0 var(--Complementarios-Turquesa-Compl-2-Turquesa, #45c2d6)}._select_1o6wc_3._open_1o6wc_87{border:1px solid #94a3b8}._select_1o6wc_3._disabled_1o6wc_91{border-radius:16px;border:1px solid var(--Stroke-Disabled-Default, #cbd5e1);background:var(--Fill-Disabled-Default, #f8fafc);color:var(--content-disabled-default, #cbd5e1);cursor:not-allowed}._select_1o6wc_3._disabled_1o6wc_91 ._placeholder_1o6wc_99{color:var(--content-disabled-default, #cbd5e1)}._selectValue_1o6wc_103{flex:1;text-align:left}._placeholder_1o6wc_99{color:var(--Content-Neutral-Default-Default, #a3a3a3)}._chevron_1o6wc_112{transition:transform .2s ease;color:var(--Content-Neutral-Default, #475569)}._chevronOpen_1o6wc_117{transform:rotate(180deg)}._small_1o6wc_58{height:30px;padding-inline:8px;font-size:12px}._medium_1o6wc_57{height:36px;padding-inline:10px;font-size:14px}._large_1o6wc_134{padding-inline:12px;height:42px;font-size:15px}._extraLarge_1o6wc_140{padding-inline:14px;height:48px;font-size:16px}._error_1o6wc_147{border:1px solid var(--Stroke-Negative-Active, #dc2626);background:var(--Fill-Neutral-Primary, #fff);color:var(--Content-Negative-Default-Active, #dc2626);animation:_errorShake_1o6wc_1 .4s ease-in-out}._error_1o6wc_147 ._placeholder_1o6wc_99{color:var(--Content-Negative-Default-Active, #dc2626)}._error_1o6wc_147:hover{border:1px solid var(--Stroke-Negative-Active, #dc2626)}._error_1o6wc_147:active{border:1px solid transparent;box-shadow:0 0 0 3px var(--ui-red-400, #f87171)}._error_1o6wc_147:focus{border:1px solid transparent;box-shadow:0 0 0 3px var(--ui-red-400, #f87171)}._error_1o6wc_147._btc_1o6wc_76::placeholder{color:#dc2626}._error_1o6wc_147._btc_1o6wc_76:active,._error_1o6wc_147._btc_1o6wc_76:focus{border:1px solid #dc2626;box-shadow:3px 3px #dc2626}._error_1o6wc_147._open_1o6wc_87{border:1px solid #dc2626}._errorMessage_1o6wc_187{font-family:Poppins Medium;color:#e74c3c;margin-left:4px;animation:_errorMessageSlide_1o6wc_1 .3s ease-out;transform-origin:top}._errorMessage_medium_1o6wc_195,._errorMessage_small_1o6wc_196{font-size:11px}._errorMessage_large_1o6wc_200,._errorMessage_extraLarge_1o6wc_201{font-size:13px}._errorMessage_inverted_1o6wc_205{color:var(--Content-Negative-Default-Active, #f87171)!important}._helperText_1o6wc_209{font-family:Poppins Regular;color:#acacac;margin-left:4px}._helperText_medium_1o6wc_215,._helperText_small_1o6wc_216{font-size:11px}._helperText_large_1o6wc_220,._helperText_extraLarge_1o6wc_221{font-size:13px}._helperText_disabled_1o6wc_225{color:var(--content-disabled-default, #cbd5e1)}._iconLabel_1o6wc_229{display:flex;justify-content:center;align-items:center;gap:6px}._icon_1o6wc_229{color:var(--Content-Neutral-Default, #475569);pointer-events:none;display:flex;align-items:center;justify-content:center}._icon_disabled_1o6wc_245{color:var(--Content-Neutral-Disabled, #94a3b8)}._required_1o6wc_250{color:var(--Content-Negative-Default-Active, #dc2626);margin-left:2px}._required_inverted_1o6wc_255{color:var(--Content-Negative-Default-Active, #f87171)}._required_disabled_1o6wc_259{color:var(--content-disabled-default, #cbd5e1)}._required_inverted_disabled_1o6wc_263{color:var(--content-disabled-default, #4f88d9)}._dropdown_1o6wc_268{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#fff;border:1px solid var(--Stroke-Neutral-Primary, #94a3b8);border-radius:16px;margin-top:10px;max-height:200px;overflow-y:auto}._option_1o6wc_282{padding:8px 12px;border-bottom:1px solid var(--Stroke-Neutral-Primary, #94a3b8);cursor:pointer;font-family:Poppins Regular;font-size:inherit;display:flex;align-items:center;gap:8px;transition:background-color .2s ease}._option_1o6wc_282:last-child{border-bottom:none}._dropdown_1o6wc_268 ._option_1o6wc_282{font-size:14px;padding:8px 12px}._small_1o6wc_58+._dropdown_1o6wc_268 ._option_1o6wc_282{font-size:12px;padding:8px 11px 8px 14px}._medium_1o6wc_57+._dropdown_1o6wc_268 ._option_1o6wc_282{font-size:14px;padding:8px 12px}._large_1o6wc_134+._dropdown_1o6wc_268 ._option_1o6wc_282{font-size:15px;padding:11px 12px}._extraLarge_1o6wc_140+._dropdown_1o6wc_268 ._option_1o6wc_282{font-size:16px;padding:11px 12px}._option_1o6wc_282:not(._optionSelected_1o6wc_326):hover{background-color:#f8f9fa}._option_1o6wc_282:first-child{border-top-left-radius:16px;border-top-right-radius:16px}._option_1o6wc_282:last-child{border-bottom-left-radius:16px;border-bottom-right-radius:16px}._optionSelected_1o6wc_326{background-color:var(--Fill-Brand-Inverted-Hover, #eef3fc);color:var(--Content-Brand-Inverted-Active, #2054a5)}._optionIcon_1o6wc_345{display:flex;align-items:center;justify-content:center}._inverted_1o6wc_352{border:1px solid var(--Stroke-Neutral-Secondary, #c9e1f6);background-color:transparent!important;color:#fff!important}._inverted_1o6wc_352:hover{border:1px solid white!important}._inverted_1o6wc_352 ._placeholder_1o6wc_99{color:#ffffffb3!important}._inverted_1o6wc_352 ._chevron_1o6wc_112,._label_inverted_1o6wc_370{color:#fff!important}._helperText_inverted_1o6wc_374{color:var(--Content-Neutral-Default-Default, #fafafa)}._icon_inverted_1o6wc_378{color:#fff!important}._dropdown_inverted_1o6wc_382{background:var(--Fill-Brand-Default-Active, #2054a5);border:1px solid var(--Stroke-Neutral-Primary, #e0e9f8)}._option_inverted_1o6wc_387{color:#fff!important;border-bottom-color:1px solid var(--Stroke-Neutral-Primary, #e0e9f8)}._option_inverted_1o6wc_387:hover{background-color:#ffffff1a!important}._option_inverted_1o6wc_387._optionSelected_1o6wc_326{background-color:#ffffff26!important;color:#fff!important}._inverted_1o6wc_352._error_1o6wc_147{border:1px solid var(--Stroke-Negative-Active, #ef4444)!important;color:var(--Content-Negative-Default-Active, #f87171)!important}._inverted_1o6wc_352._error_1o6wc_147 ._placeholder_1o6wc_99{color:var(--Content-Negative-Default-Active, #f87171)!important}._inverted_1o6wc_352._error_1o6wc_147:hover{border:1px solid var(--Stroke-Negative-Active, #ef4444)!important}._inverted_1o6wc_352._error_1o6wc_147:active{border:1px solid transparent!important;box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inverted_1o6wc_352._error_1o6wc_147:focus{border:1px solid transparent!important;box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inverted_1o6wc_352._error_1o6wc_147._open_1o6wc_87{border:1px solid transparent!important}@keyframes _errorShake_1o6wc_1{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}@keyframes _errorMessageSlide_1o6wc_1{0%{opacity:0;transform:translateY(-5px) scaleY(0)}50%{opacity:.8;transform:translateY(-2px) scaleY(.7)}to{opacity:1;transform:translateY(0) scaleY(1)}}._inverted_1o6wc_352._disabled_1o6wc_91{border:1px solid var(--Stroke-Disabled-Default, #1b468a)!important;background-color:transparent!important;color:var(--content-disabled-default, #4f88d9)!important;cursor:not-allowed}._inverted_1o6wc_352._disabled_1o6wc_91 ._placeholder_1o6wc_99{color:var(--content-disabled-default, #4f88d9)!important}._label_inverted_disabled_1o6wc_477{color:var(--Content-Neutral-Default-Active, #fff)}._helperText_inverted_disabled_1o6wc_481{color:var(--Content-Neutral-Default-Default, #fafafa)}._icon_inverted_disabled_1o6wc_485,._inverted_1o6wc_352._disabled_1o6wc_91 ._chevron_1o6wc_112{color:var(--content-disabled-default, #4f88d9)!important}._inverted_1o6wc_352._disabled_1o6wc_91:focus,._inverted_1o6wc_352._disabled_1o6wc_91:active,._inverted_1o6wc_352._disabled_1o6wc_91._open_1o6wc_87{box-shadow:none!important}._inverted_1o6wc_352._disabled_1o6wc_91._error_1o6wc_147{border:1px solid var(--Stroke-Negative-Active, #ef4444)!important;color:var(--Content-Negative-Default-Active, #f87171)!important}._inverted_1o6wc_352._disabled_1o6wc_91._error_1o6wc_147:focus,._inverted_1o6wc_352._disabled_1o6wc_91._error_1o6wc_147:active,._inverted_1o6wc_352._disabled_1o6wc_91._error_1o6wc_147._open_1o6wc_87{box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inverted_1o6wc_352._disabled_1o6wc_91._error_1o6wc_147 ._placeholder_1o6wc_99{color:var(--Content-Negative-Default-Active, #f87171)!important}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as t, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as P } from "react";
|
|
3
|
-
import { s as e } from "../../../Input.module-
|
|
4
|
-
const
|
|
3
|
+
import { s as e } from "../../../Input.module-7cfiMD0m.js";
|
|
4
|
+
const b = ({
|
|
5
5
|
size: o = "medium",
|
|
6
|
-
label:
|
|
6
|
+
label: c,
|
|
7
7
|
placeholder: p,
|
|
8
8
|
helperText: i,
|
|
9
9
|
required: m,
|
|
@@ -15,8 +15,8 @@ const T = ({
|
|
|
15
15
|
onClick: h,
|
|
16
16
|
...u
|
|
17
17
|
}) => {
|
|
18
|
-
const
|
|
19
|
-
!l &&
|
|
18
|
+
const s = P(null), x = (d) => {
|
|
19
|
+
!l && s.current && s.current.click(), h && h(d);
|
|
20
20
|
}, g = [
|
|
21
21
|
e.inputWrapper,
|
|
22
22
|
$ && e.btc,
|
|
@@ -39,20 +39,20 @@ const T = ({
|
|
|
39
39
|
a && !l ? e.helperText_inverted : "",
|
|
40
40
|
a && l ? e.helperText_inverted_disabled : ""
|
|
41
41
|
].filter(Boolean).join(" ");
|
|
42
|
-
return /* @__PURE__ */
|
|
42
|
+
return /* @__PURE__ */ t(
|
|
43
43
|
"div",
|
|
44
44
|
{
|
|
45
45
|
className: `${e.inputContainer} ${o === "medium" ? e.inputContainer_medium : o === "large" ? e.inputContainer_large : o === "extraLarge" ? e.inputContainer_extraLarge : ""}`,
|
|
46
46
|
children: [
|
|
47
|
-
|
|
47
|
+
c && /* @__PURE__ */ t(
|
|
48
48
|
"label",
|
|
49
49
|
{
|
|
50
50
|
className: `${e.label} ${o === "large" ? e.label_large : ""}
|
|
51
51
|
${o === "extraLarge" ? e.label_extraLarge : ""}
|
|
52
52
|
${l && !a ? e.label_disabled : ""} ${a && !l ? e.label_inverted : ""} ${a && l ? e.label_inverted_disabled : ""}`,
|
|
53
53
|
children: [
|
|
54
|
-
|
|
55
|
-
m && /* @__PURE__ */
|
|
54
|
+
c,
|
|
55
|
+
m && /* @__PURE__ */ n(
|
|
56
56
|
"span",
|
|
57
57
|
{
|
|
58
58
|
className: `${e.required} ${l && !a ? e.required_disabled : ""} ${a && !l ? e.required_inverted : ""} ${a && l ? e.required_inverted_disabled : ""}`,
|
|
@@ -62,7 +62,7 @@ const T = ({
|
|
|
62
62
|
]
|
|
63
63
|
}
|
|
64
64
|
),
|
|
65
|
-
/* @__PURE__ */
|
|
65
|
+
/* @__PURE__ */ t(
|
|
66
66
|
"div",
|
|
67
67
|
{
|
|
68
68
|
className: g,
|
|
@@ -73,10 +73,10 @@ const T = ({
|
|
|
73
73
|
},
|
|
74
74
|
onClick: x,
|
|
75
75
|
children: [
|
|
76
|
-
/* @__PURE__ */
|
|
76
|
+
/* @__PURE__ */ n(
|
|
77
77
|
"input",
|
|
78
78
|
{
|
|
79
|
-
ref:
|
|
79
|
+
ref: s,
|
|
80
80
|
type: "checkbox",
|
|
81
81
|
className: C,
|
|
82
82
|
disabled: l,
|
|
@@ -84,27 +84,27 @@ const T = ({
|
|
|
84
84
|
...u
|
|
85
85
|
}
|
|
86
86
|
),
|
|
87
|
-
p && /* @__PURE__ */
|
|
87
|
+
p && /* @__PURE__ */ n(
|
|
88
88
|
"span",
|
|
89
89
|
{
|
|
90
|
-
className: `${e.radioPlaceholder} ${o === "small" ? e.smallRadio : o === "large" ? e.largeRadio : e.mediumRadio} ${l && !a && !r ? e.radioPlaceholder_disabled : ""} ${l && !a && r ? e.radioPlaceholder_disabled_checked : ""} ${a && !l && !r ? e.radioPlaceholder_inverted : ""} ${a && l ? e.radioPlaceholder_inverted_disabled : ""} ${r && !_ && !l && !a ? e.radioPlaceholder_checked : ""} ${r && !_ && !l && a ? e.radioPlaceholder_inverted_checked : ""} ${_ && !r && !a ? e.radioPlaceholder_error : ""} ${_ && !r && a ? e.radioPlaceholder_inverted_error : ""} ${_ && r && !a ? e.radioPlaceholder_error_checked : ""} ${_ && r && a ? e.radioPlaceholder_inverted_error_checked : ""}`,
|
|
90
|
+
className: `${e.radioPlaceholder} ${o === "small" ? e.smallRadio : o === "large" ? e.largeRadio : o === "extraLarge" ? e.extraLargeRadio : e.mediumRadio} ${l && !a && !r ? e.radioPlaceholder_disabled : ""} ${l && !a && r ? e.radioPlaceholder_disabled_checked : ""} ${a && !l && !r ? e.radioPlaceholder_inverted : ""} ${a && l ? e.radioPlaceholder_inverted_disabled : ""} ${r && !_ && !l && !a ? e.radioPlaceholder_checked : ""} ${r && !_ && !l && a ? e.radioPlaceholder_inverted_checked : ""} ${_ && !r && !a ? e.radioPlaceholder_error : ""} ${_ && !r && a ? e.radioPlaceholder_inverted_error : ""} ${_ && r && !a ? e.radioPlaceholder_error_checked : ""} ${_ && r && a ? e.radioPlaceholder_inverted_error_checked : ""}`,
|
|
91
91
|
children: p
|
|
92
92
|
}
|
|
93
93
|
)
|
|
94
94
|
]
|
|
95
95
|
}
|
|
96
96
|
),
|
|
97
|
-
_ ? /* @__PURE__ */
|
|
97
|
+
_ ? /* @__PURE__ */ n(
|
|
98
98
|
"span",
|
|
99
99
|
{
|
|
100
100
|
className: `${e.errorMessage} ${e[`errorMessage_${o}`]} ${a ? e.errorMessage_inverted : ""}`,
|
|
101
101
|
children: _
|
|
102
102
|
}
|
|
103
|
-
) : i && /* @__PURE__ */
|
|
103
|
+
) : i && /* @__PURE__ */ n("span", { className: f, children: i })
|
|
104
104
|
]
|
|
105
105
|
}
|
|
106
106
|
);
|
|
107
107
|
};
|
|
108
108
|
export {
|
|
109
|
-
|
|
109
|
+
b as Checkbox
|
|
110
110
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as b, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { useState as N } from "react";
|
|
3
|
-
import { s as a } from "../../Input.module-
|
|
3
|
+
import { s as a } from "../../Input.module-7cfiMD0m.js";
|
|
4
4
|
import { Icon as $ } from "../../icons/Icon.js";
|
|
5
5
|
const M = ({
|
|
6
6
|
size: l = "medium",
|
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as s, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as P } from "react";
|
|
3
|
-
import { s as
|
|
4
|
-
const
|
|
3
|
+
import { s as a } from "../../../Input.module-7cfiMD0m.js";
|
|
4
|
+
const T = ({
|
|
5
5
|
size: o = "medium",
|
|
6
6
|
label: c,
|
|
7
7
|
placeholder: p,
|
|
8
8
|
helperText: i,
|
|
9
9
|
required: h,
|
|
10
10
|
error: _,
|
|
11
|
-
inverted:
|
|
11
|
+
inverted: e = !1,
|
|
12
12
|
disabled: l = !1,
|
|
13
13
|
checked: r = !1,
|
|
14
14
|
btc: u = !1,
|
|
15
15
|
onClick: m,
|
|
16
16
|
...$
|
|
17
17
|
}) => {
|
|
18
|
-
const
|
|
19
|
-
!l &&
|
|
18
|
+
const t = P(null), g = (d) => {
|
|
19
|
+
!l && t.current && t.current.click(), m && m(d);
|
|
20
20
|
}, x = [
|
|
21
|
-
|
|
22
|
-
u &&
|
|
23
|
-
l ?
|
|
24
|
-
o === "small" ?
|
|
25
|
-
_ ?
|
|
26
|
-
|
|
27
|
-
r && !_ && !l && !
|
|
28
|
-
r && !_ && !l &&
|
|
29
|
-
r && _ ?
|
|
30
|
-
r && l ?
|
|
21
|
+
a.inputWrapper,
|
|
22
|
+
u && a.btc,
|
|
23
|
+
l ? a.inputCheckbox_disabled : a.inputCheckbox,
|
|
24
|
+
o === "small" ? a.smallCheckbox : o === "large" ? a.largeCheckbox : o === "extraLarge" ? a.extraLargeCheckbox : a.mediumCheckbox,
|
|
25
|
+
_ ? a.error : "",
|
|
26
|
+
e ? a.inverted : "",
|
|
27
|
+
r && !_ && !l && !e ? a.inputCheckbox_checked : "",
|
|
28
|
+
r && !_ && !l && e ? a.inputCheckbox_inverted_checked : "",
|
|
29
|
+
r && _ ? a.error_checked : "",
|
|
30
|
+
r && l ? a.inputCheckbox_disabled_checked : ""
|
|
31
31
|
].filter(Boolean).join(" "), f = [
|
|
32
|
-
l && !
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
l && !e ? a.passwordToggle_disabled : "",
|
|
33
|
+
e && !l ? a.passwordToggle_inverted : "",
|
|
34
|
+
e && l ? a.passwordToggle_inverted_disabled : ""
|
|
35
35
|
].filter(Boolean).join(" "), C = [
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
l && !
|
|
39
|
-
|
|
40
|
-
|
|
36
|
+
a.helperText,
|
|
37
|
+
a[`helperText_${o}`],
|
|
38
|
+
l && !e ? a.helperText_disabled : "",
|
|
39
|
+
e && !l ? a.helperText_inverted : "",
|
|
40
|
+
e && l ? a.helperText_inverted_disabled : ""
|
|
41
41
|
].filter(Boolean).join(" ");
|
|
42
|
-
return /* @__PURE__ */
|
|
42
|
+
return /* @__PURE__ */ s(
|
|
43
43
|
"div",
|
|
44
44
|
{
|
|
45
|
-
className: `${
|
|
45
|
+
className: `${a.inputContainer} ${o === "medium" ? a.inputContainer_medium : o === "large" ? a.inputContainer_large : o === "extraLarge" ? a.inputContainer_extraLarge : ""}`,
|
|
46
46
|
children: [
|
|
47
|
-
c && /* @__PURE__ */
|
|
47
|
+
c && /* @__PURE__ */ s(
|
|
48
48
|
"label",
|
|
49
49
|
{
|
|
50
|
-
className: `${
|
|
51
|
-
${o === "extraLarge" ?
|
|
52
|
-
${l && !
|
|
50
|
+
className: `${a.label} ${o === "large" ? a.label_large : ""}
|
|
51
|
+
${o === "extraLarge" ? a.label_extraLarge : ""}
|
|
52
|
+
${l && !e ? a.label_disabled : ""} ${e && !l ? a.label_inverted : ""} ${e && l ? a.label_inverted_disabled : ""}`,
|
|
53
53
|
children: [
|
|
54
54
|
c,
|
|
55
55
|
h && /* @__PURE__ */ n(
|
|
56
56
|
"span",
|
|
57
57
|
{
|
|
58
|
-
className: `${
|
|
58
|
+
className: `${a.required} ${l && !e ? a.required_disabled : ""} ${e && !l ? a.required_inverted : ""} ${e && l ? a.required_inverted_disabled : ""}`,
|
|
59
59
|
children: "*"
|
|
60
60
|
}
|
|
61
61
|
)
|
|
62
62
|
]
|
|
63
63
|
}
|
|
64
64
|
),
|
|
65
|
-
/* @__PURE__ */
|
|
65
|
+
/* @__PURE__ */ s(
|
|
66
66
|
"div",
|
|
67
67
|
{
|
|
68
68
|
className: x,
|
|
@@ -76,7 +76,7 @@ const L = ({
|
|
|
76
76
|
/* @__PURE__ */ n(
|
|
77
77
|
"input",
|
|
78
78
|
{
|
|
79
|
-
ref:
|
|
79
|
+
ref: t,
|
|
80
80
|
type: "radio",
|
|
81
81
|
className: f,
|
|
82
82
|
disabled: l,
|
|
@@ -88,7 +88,7 @@ const L = ({
|
|
|
88
88
|
p && /* @__PURE__ */ n(
|
|
89
89
|
"span",
|
|
90
90
|
{
|
|
91
|
-
className: `${
|
|
91
|
+
className: `${a.radioPlaceholder} ${o === "small" ? a.smallRadio : o === "large" ? a.largeRadio : o === "extraLarge" ? a.extraLargeRadio : a.mediumRadio} ${l && !e && !r ? a.radioPlaceholder_disabled : ""} ${l && !e && r ? a.radioPlaceholder_disabled_checked : ""} ${e && !l && !r ? a.radioPlaceholder_inverted : ""} ${e && l ? a.radioPlaceholder_inverted_disabled : ""} ${r && !_ && !l && !e ? a.radioPlaceholder_checked : ""} ${r && !_ && !l && e ? a.radioPlaceholder_inverted_checked : ""} ${_ && !r && !e ? a.radioPlaceholder_error : ""} ${_ && !r && e ? a.radioPlaceholder_inverted_error : ""} ${_ && r && !e ? a.radioPlaceholder_error_checked : ""} ${_ && r && e ? a.radioPlaceholder_inverted_error_checked : ""}`,
|
|
92
92
|
children: p
|
|
93
93
|
}
|
|
94
94
|
)
|
|
@@ -98,7 +98,7 @@ const L = ({
|
|
|
98
98
|
_ ? /* @__PURE__ */ n(
|
|
99
99
|
"span",
|
|
100
100
|
{
|
|
101
|
-
className: `${
|
|
101
|
+
className: `${a.errorMessage} ${a[`errorMessage_${o}`]} ${e ? a.errorMessage_inverted : ""}`,
|
|
102
102
|
children: _
|
|
103
103
|
}
|
|
104
104
|
) : i && /* @__PURE__ */ n("span", { className: C, children: i })
|
|
@@ -107,5 +107,5 @@ const L = ({
|
|
|
107
107
|
);
|
|
108
108
|
};
|
|
109
109
|
export {
|
|
110
|
-
|
|
110
|
+
T as RadioButton
|
|
111
111
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as n, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as O, useRef as V, useEffect as W } from "react";
|
|
3
3
|
import { Icon as g } from "../../icons/Icon.js";
|
|
4
|
-
import '../../assets/Select.css';const j = "
|
|
4
|
+
import '../../assets/Select.css';const j = "_selectContainer_1o6wc_3", E = "_selectContainer_medium_1o6wc_9", R = "_selectContainer_large_1o6wc_13", y = "_selectContainer_extraLarge_1o6wc_14", A = "_label_1o6wc_18", B = "_label_large_1o6wc_26", D = "_label_extraLarge_1o6wc_27", F = "_label_disabled_1o6wc_31", G = "_selectWrapper_1o6wc_35", H = "_select_1o6wc_3", J = "_medium_1o6wc_57", K = "_small_1o6wc_58", P = "_btc_1o6wc_76", Q = "_open_1o6wc_87", U = "_disabled_1o6wc_91", X = "_placeholder_1o6wc_99", Y = "_selectValue_1o6wc_103", Z = "_chevron_1o6wc_112", z = "_chevronOpen_1o6wc_117", ee = "_large_1o6wc_134", re = "_extraLarge_1o6wc_140", _e = "_error_1o6wc_147", oe = "_errorShake_1o6wc_1", le = "_errorMessage_1o6wc_187", te = "_errorMessageSlide_1o6wc_1", ce = "_errorMessage_medium_1o6wc_195", ne = "_errorMessage_small_1o6wc_196", ae = "_errorMessage_large_1o6wc_200", se = "_errorMessage_extraLarge_1o6wc_201", ie = "_errorMessage_inverted_1o6wc_205", de = "_helperText_1o6wc_209", pe = "_helperText_medium_1o6wc_215", we = "_helperText_small_1o6wc_216", ge = "_helperText_large_1o6wc_220", me = "_helperText_extraLarge_1o6wc_221", he = "_helperText_disabled_1o6wc_225", be = "_iconLabel_1o6wc_229", ve = "_icon_1o6wc_229", ue = "_icon_disabled_1o6wc_245", xe = "_required_1o6wc_250", $e = "_required_inverted_1o6wc_255", Te = "_required_disabled_1o6wc_259", Le = "_required_inverted_disabled_1o6wc_263", Me = "_dropdown_1o6wc_268", fe = "_option_1o6wc_282", Ce = "_optionSelected_1o6wc_326", qe = "_optionIcon_1o6wc_345", Ne = "_inverted_1o6wc_352", Se = "_label_inverted_1o6wc_370", ke = "_helperText_inverted_1o6wc_374", Ie = "_icon_inverted_1o6wc_378", Oe = "_dropdown_inverted_1o6wc_382", Ve = "_option_inverted_1o6wc_387", We = "_label_inverted_disabled_1o6wc_477", je = "_helperText_inverted_disabled_1o6wc_481", Ee = "_icon_inverted_disabled_1o6wc_485", e = {
|
|
5
5
|
selectContainer: j,
|
|
6
6
|
selectContainer_medium: E,
|
|
7
7
|
selectContainer_large: R,
|
|
@@ -23,32 +23,32 @@ import '../../assets/Select.css';const j = "_selectContainer_1l7x6_3", E = "_sel
|
|
|
23
23
|
chevronOpen: z,
|
|
24
24
|
large: ee,
|
|
25
25
|
extraLarge: re,
|
|
26
|
-
error:
|
|
27
|
-
errorShake:
|
|
28
|
-
errorMessage:
|
|
29
|
-
errorMessageSlide:
|
|
30
|
-
errorMessage_medium:
|
|
31
|
-
errorMessage_small:
|
|
32
|
-
errorMessage_large:
|
|
33
|
-
errorMessage_extraLarge:
|
|
26
|
+
error: _e,
|
|
27
|
+
errorShake: oe,
|
|
28
|
+
errorMessage: le,
|
|
29
|
+
errorMessageSlide: te,
|
|
30
|
+
errorMessage_medium: ce,
|
|
31
|
+
errorMessage_small: ne,
|
|
32
|
+
errorMessage_large: ae,
|
|
33
|
+
errorMessage_extraLarge: se,
|
|
34
34
|
errorMessage_inverted: ie,
|
|
35
35
|
helperText: de,
|
|
36
|
-
helperText_medium:
|
|
37
|
-
helperText_small:
|
|
36
|
+
helperText_medium: pe,
|
|
37
|
+
helperText_small: we,
|
|
38
38
|
helperText_large: ge,
|
|
39
39
|
helperText_extraLarge: me,
|
|
40
40
|
helperText_disabled: he,
|
|
41
41
|
iconLabel: be,
|
|
42
42
|
icon: ve,
|
|
43
43
|
icon_disabled: ue,
|
|
44
|
-
required:
|
|
45
|
-
required_inverted:
|
|
46
|
-
required_disabled:
|
|
47
|
-
required_inverted_disabled:
|
|
48
|
-
dropdown:
|
|
49
|
-
option:
|
|
50
|
-
optionSelected:
|
|
51
|
-
optionIcon:
|
|
44
|
+
required: xe,
|
|
45
|
+
required_inverted: $e,
|
|
46
|
+
required_disabled: Te,
|
|
47
|
+
required_inverted_disabled: Le,
|
|
48
|
+
dropdown: Me,
|
|
49
|
+
option: fe,
|
|
50
|
+
optionSelected: Ce,
|
|
51
|
+
optionIcon: qe,
|
|
52
52
|
inverted: Ne,
|
|
53
53
|
label_inverted: Se,
|
|
54
54
|
helperText_inverted: ke,
|
|
@@ -59,134 +59,134 @@ import '../../assets/Select.css';const j = "_selectContainer_1l7x6_3", E = "_sel
|
|
|
59
59
|
helperText_inverted_disabled: je,
|
|
60
60
|
icon_inverted_disabled: Ee
|
|
61
61
|
}, Be = ({
|
|
62
|
-
size:
|
|
62
|
+
size: l = "medium",
|
|
63
63
|
label: m,
|
|
64
|
-
error:
|
|
64
|
+
error: a,
|
|
65
65
|
helperText: h,
|
|
66
66
|
icon: d,
|
|
67
|
-
className:
|
|
68
|
-
required:
|
|
69
|
-
placeholder:
|
|
67
|
+
className: $,
|
|
68
|
+
required: T,
|
|
69
|
+
placeholder: L = "Seleccionar...",
|
|
70
70
|
options: b = [],
|
|
71
71
|
value: v,
|
|
72
72
|
onChange: u,
|
|
73
|
-
disabled:
|
|
73
|
+
disabled: _ = !1,
|
|
74
74
|
inverted: r = !1,
|
|
75
|
-
dynamicIcon:
|
|
76
|
-
showPlaceholderIcon:
|
|
77
|
-
btc:
|
|
78
|
-
...
|
|
75
|
+
dynamicIcon: M = !1,
|
|
76
|
+
showPlaceholderIcon: f = !1,
|
|
77
|
+
btc: C = !1,
|
|
78
|
+
...q
|
|
79
79
|
}) => {
|
|
80
|
-
const [
|
|
80
|
+
const [s, p] = O(!1), w = V(null), c = b.find((o) => o.value === v);
|
|
81
81
|
W(() => {
|
|
82
|
-
const
|
|
83
|
-
|
|
82
|
+
const o = (I) => {
|
|
83
|
+
w.current && !w.current.contains(I.target) && p(!1);
|
|
84
84
|
};
|
|
85
|
-
return document.addEventListener("mousedown",
|
|
86
|
-
document.removeEventListener("mousedown",
|
|
85
|
+
return document.addEventListener("mousedown", o), () => {
|
|
86
|
+
document.removeEventListener("mousedown", o);
|
|
87
87
|
};
|
|
88
88
|
}, []);
|
|
89
89
|
const N = [
|
|
90
90
|
e.select,
|
|
91
|
-
|
|
92
|
-
e[
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
91
|
+
C && e.btc,
|
|
92
|
+
e[l],
|
|
93
|
+
a ? e.error : "",
|
|
94
|
+
_ ? e.disabled : "",
|
|
95
|
+
s ? e.open : "",
|
|
96
96
|
r ? e.inverted : "",
|
|
97
|
-
|
|
98
|
-
].filter(Boolean).join(" "), i =
|
|
99
|
-
|
|
100
|
-
}, k = (
|
|
101
|
-
u && u(
|
|
97
|
+
$
|
|
98
|
+
].filter(Boolean).join(" "), i = l === "small" ? 16 : l === "large" ? 20 : l === "extraLarge" ? 24 : 18, x = M && (c != null && c.icon) ? c.icon : d, S = () => {
|
|
99
|
+
_ || p(!s);
|
|
100
|
+
}, k = (o) => {
|
|
101
|
+
u && u(o), p(!1);
|
|
102
102
|
};
|
|
103
|
-
return /* @__PURE__ */
|
|
103
|
+
return /* @__PURE__ */ n(
|
|
104
104
|
"div",
|
|
105
105
|
{
|
|
106
|
-
className: `${e.selectContainer} ${
|
|
107
|
-
...
|
|
106
|
+
className: `${e.selectContainer} ${l === "medium" ? e.selectContainer_medium : l === "large" ? e.selectContainer_large : l === "extraLarge" ? e.selectContainer_extraLarge : ""}`,
|
|
107
|
+
...q,
|
|
108
108
|
children: [
|
|
109
|
-
m && /* @__PURE__ */
|
|
109
|
+
m && /* @__PURE__ */ n(
|
|
110
110
|
"label",
|
|
111
111
|
{
|
|
112
|
-
className: `${e.label} ${
|
|
112
|
+
className: `${e.label} ${l === "large" ? e.label_large : ""} ${l === "extraLarge" ? e.label_extraLarge : ""} ${_ && !r ? e.label_disabled : ""} ${r && !_ ? e.label_inverted : ""} ${r && _ ? e.label_inverted_disabled : ""}`,
|
|
113
113
|
children: [
|
|
114
114
|
m,
|
|
115
|
-
/* @__PURE__ */
|
|
115
|
+
/* @__PURE__ */ t(
|
|
116
116
|
"span",
|
|
117
117
|
{
|
|
118
|
-
className: `${e.required} ${
|
|
119
|
-
children:
|
|
118
|
+
className: `${e.required} ${_ && !r ? e.required_disabled : ""} ${r && !_ ? e.required_inverted : ""} ${r && _ ? e.required_inverted_disabled : ""}`,
|
|
119
|
+
children: T && "*"
|
|
120
120
|
}
|
|
121
121
|
)
|
|
122
122
|
]
|
|
123
123
|
}
|
|
124
124
|
),
|
|
125
|
-
/* @__PURE__ */
|
|
126
|
-
/* @__PURE__ */
|
|
127
|
-
/* @__PURE__ */
|
|
128
|
-
|
|
125
|
+
/* @__PURE__ */ n("div", { className: e.selectWrapper, ref: w, children: [
|
|
126
|
+
/* @__PURE__ */ n("div", { className: N, onClick: S, children: [
|
|
127
|
+
/* @__PURE__ */ n("div", { className: e.iconLabel, children: [
|
|
128
|
+
x && f && /* @__PURE__ */ t(
|
|
129
129
|
"div",
|
|
130
130
|
{
|
|
131
|
-
className: `${e.icon} ${
|
|
132
|
-
children: /* @__PURE__ */
|
|
131
|
+
className: `${e.icon} ${_ && !r ? e.icon_disabled : ""} ${r && !_ ? e.icon_inverted : ""} ${r && _ ? e.icon_inverted_disabled : ""}`,
|
|
132
|
+
children: /* @__PURE__ */ t(g, { name: x, width: i, height: i })
|
|
133
133
|
}
|
|
134
134
|
),
|
|
135
|
-
/* @__PURE__ */
|
|
135
|
+
/* @__PURE__ */ t(
|
|
136
136
|
"span",
|
|
137
137
|
{
|
|
138
|
-
className: `${e.selectValue} ${
|
|
139
|
-
children:
|
|
138
|
+
className: `${e.selectValue} ${c ? "" : e.placeholder}`,
|
|
139
|
+
children: c ? c.label : L
|
|
140
140
|
}
|
|
141
141
|
)
|
|
142
142
|
] }),
|
|
143
|
-
/* @__PURE__ */
|
|
143
|
+
/* @__PURE__ */ t(
|
|
144
144
|
g,
|
|
145
145
|
{
|
|
146
146
|
name: "ArrowDown",
|
|
147
147
|
width: 16,
|
|
148
148
|
height: 16,
|
|
149
|
-
className: `${e.chevron} ${
|
|
149
|
+
className: `${e.chevron} ${s ? e.chevronOpen : ""}`
|
|
150
150
|
}
|
|
151
151
|
)
|
|
152
152
|
] }),
|
|
153
|
-
|
|
153
|
+
s && !_ && /* @__PURE__ */ t(
|
|
154
154
|
"div",
|
|
155
155
|
{
|
|
156
156
|
className: `${e.dropdown} ${r ? e.dropdown_inverted : ""}`,
|
|
157
|
-
children: b.map((
|
|
157
|
+
children: b.map((o) => /* @__PURE__ */ n(
|
|
158
158
|
"div",
|
|
159
159
|
{
|
|
160
|
-
className: `${e.option} ${v ===
|
|
161
|
-
onClick: () => k(
|
|
160
|
+
className: `${e.option} ${v === o.value ? e.optionSelected : ""} ${r ? e.option_inverted : ""}`,
|
|
161
|
+
onClick: () => k(o.value),
|
|
162
162
|
children: [
|
|
163
|
-
(
|
|
163
|
+
(o.icon || d) && /* @__PURE__ */ t("div", { className: e.optionIcon, children: /* @__PURE__ */ t(
|
|
164
164
|
g,
|
|
165
165
|
{
|
|
166
|
-
name:
|
|
166
|
+
name: o.icon || d,
|
|
167
167
|
width: i,
|
|
168
168
|
height: i
|
|
169
169
|
}
|
|
170
170
|
) }),
|
|
171
|
-
|
|
171
|
+
o.label
|
|
172
172
|
]
|
|
173
173
|
},
|
|
174
|
-
|
|
174
|
+
o.value
|
|
175
175
|
))
|
|
176
176
|
}
|
|
177
177
|
)
|
|
178
178
|
] }),
|
|
179
|
-
|
|
179
|
+
a && /* @__PURE__ */ t(
|
|
180
180
|
"span",
|
|
181
181
|
{
|
|
182
|
-
className: `${e.errorMessage} ${e[`errorMessage_${
|
|
183
|
-
children:
|
|
182
|
+
className: `${e.errorMessage} ${e[`errorMessage_${l}`]} ${r ? e.errorMessage_inverted : ""}`,
|
|
183
|
+
children: a
|
|
184
184
|
}
|
|
185
185
|
),
|
|
186
|
-
h && !
|
|
186
|
+
h && !a && /* @__PURE__ */ t(
|
|
187
187
|
"span",
|
|
188
188
|
{
|
|
189
|
-
className: `${e.helperText} ${e[`helperText_${
|
|
189
|
+
className: `${e.helperText} ${e[`helperText_${l}`]} ${_ && !r ? e.helperText_disabled : ""} ${r && !_ ? e.helperText_inverted : ""} ${r && _ ? e.helperText_inverted_disabled : ""}`,
|
|
190
190
|
children: h
|
|
191
191
|
}
|
|
192
192
|
)
|
package/package.json
CHANGED
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import './assets/Input.css';const e = "_inputContainer_1g2fh_3", _ = "_inputContainer_medium_1g2fh_10", r = "_inputContainer_large_1g2fh_14", d = "_inputContainer_extraLarge_1g2fh_15", o = "_label_1g2fh_19", a = "_label_large_1g2fh_27", t = "_label_extraLarge_1g2fh_28", l = "_label_disabled_1g2fh_32", i = "_inputWrapper_1g2fh_36", c = "_input_1g2fh_3", n = "_medium_1g2fh_54", s = "_small_1g2fh_55", h = "_inputCheckbox_1g2fh_59", g = "_btc_1g2fh_79", b = "_inputCheckbox_checked_1g2fh_89", f = "_inputCheckbox_disabled_checked_1g2fh_95", p = "_error_1g2fh_103", x = "_error_checked_1g2fh_111", k = "_inverted_1g2fh_121", u = "_inputCheckbox_disabled_1g2fh_95", v = "_CheckboxRadio_placeholder_disabled_1g2fh_246", m = "_withIcon_1g2fh_259", C = "_large_1g2fh_273", P = "_extraLarge_1g2fh_279", T = "_dateInput_1g2fh_321", I = "_smallCheckbox_1g2fh_357", L = "_mediumCheckbox_1g2fh_363", M = "_largeCheckbox_1g2fh_369", w = "_extraLargeCheckbox_1g2fh_370", R = "_smallRadio_1g2fh_389", q = "_mediumRadio_1g2fh_394", S = "_largeRadio_1g2fh_399", W = "_extraLargeRadio_1g2fh_400", y = "_errorShake_1g2fh_1", j = "_errorMessage_1g2fh_432", z = "_errorMessageSlide_1g2fh_1", A = "_errorMessage_small_1g2fh_440", B = "_errorMessage_medium_1g2fh_444", D = "_errorMessage_large_1g2fh_448", E = "_errorMessage_extraLarge_1g2fh_449", F = "_helperText_1g2fh_453", G = "_helperText_small_1g2fh_460", H = "_helperText_medium_1g2fh_464", J = "_helperText_large_1g2fh_468", K = "_helperText_extraLarge_1g2fh_469", N = "_helperText_disabled_1g2fh_473", O = "_icon_1g2fh_478", Q = "_icon_disabled_1g2fh_491", U = "_passwordToggle_1g2fh_496", V = "_passwordToggle_disabled_1g2fh_524", X = "_passwordToggle_inverted_1g2fh_534", Y = "_passwordToggle_inverted_disabled_1g2fh_547", Z = "_dateIcon_1g2fh_557", $ = "_dateIcon_disabled_1g2fh_573", ee = "_dateIcon_inverted_1g2fh_578", _e = "_dateIcon_inverted_disabled_1g2fh_583", re = "_dateIcon_error_1g2fh_589", de = "_dateIcon_inverted_error_1g2fh_593", oe = "_required_1g2fh_598", ae = "_checkboxPlaceholder_1g2fh_605", te = "_checkboxPlaceholder_disable_1g2fh_613", le = "_radioPlaceholder_1g2fh_631", ie = "_radioPlaceholder_disabled_1g2fh_639", ce = "_radioPlaceholder_inverted_1g2fh_644", ne = "_radioPlaceholder_inverted_disabled_1g2fh_648", se = "_radioPlaceholder_inverted_checked_1g2fh_652", he = "_inputCheckbox_inverted_checked_1g2fh_656", ge = "_radioPlaceholder_inverted_error_1g2fh_661", be = "_radioPlaceholder_error_1g2fh_665", fe = "_radioPlaceholder_inverted_error_checked_1g2fh_669", pe = "_radioPlaceholder_error_checked_1g2fh_673", xe = "_radioPlaceholder_checked_1g2fh_677", ke = "_radioPlaceholder_disabled_checked_1g2fh_681", ue = "_required_inverted_1g2fh_867", ve = "_required_disabled_1g2fh_871", me = "_required_inverted_disabled_1g2fh_875", Ce = "_label_inverted_1g2fh_934", Pe = "_helperText_inverted_1g2fh_938", Te = "_icon_inverted_1g2fh_942", Ie = "_errorMessage_inverted_1g2fh_946", Le = "_label_inverted_disabled_1g2fh_983", Me = "_helperText_inverted_disabled_1g2fh_987", we = "_icon_inverted_disabled_1g2fh_991", Re = {
|
|
2
|
-
inputContainer: e,
|
|
3
|
-
inputContainer_medium: _,
|
|
4
|
-
inputContainer_large: r,
|
|
5
|
-
inputContainer_extraLarge: d,
|
|
6
|
-
label: o,
|
|
7
|
-
label_large: a,
|
|
8
|
-
label_extraLarge: t,
|
|
9
|
-
label_disabled: l,
|
|
10
|
-
inputWrapper: i,
|
|
11
|
-
input: c,
|
|
12
|
-
medium: n,
|
|
13
|
-
small: s,
|
|
14
|
-
inputCheckbox: h,
|
|
15
|
-
btc: g,
|
|
16
|
-
inputCheckbox_checked: b,
|
|
17
|
-
inputCheckbox_disabled_checked: f,
|
|
18
|
-
error: p,
|
|
19
|
-
error_checked: x,
|
|
20
|
-
inverted: k,
|
|
21
|
-
inputCheckbox_disabled: u,
|
|
22
|
-
CheckboxRadio_placeholder_disabled: v,
|
|
23
|
-
withIcon: m,
|
|
24
|
-
large: C,
|
|
25
|
-
extraLarge: P,
|
|
26
|
-
dateInput: T,
|
|
27
|
-
smallCheckbox: I,
|
|
28
|
-
mediumCheckbox: L,
|
|
29
|
-
largeCheckbox: M,
|
|
30
|
-
extraLargeCheckbox: w,
|
|
31
|
-
smallRadio: R,
|
|
32
|
-
mediumRadio: q,
|
|
33
|
-
largeRadio: S,
|
|
34
|
-
extraLargeRadio: W,
|
|
35
|
-
errorShake: y,
|
|
36
|
-
errorMessage: j,
|
|
37
|
-
errorMessageSlide: z,
|
|
38
|
-
errorMessage_small: A,
|
|
39
|
-
errorMessage_medium: B,
|
|
40
|
-
errorMessage_large: D,
|
|
41
|
-
errorMessage_extraLarge: E,
|
|
42
|
-
helperText: F,
|
|
43
|
-
helperText_small: G,
|
|
44
|
-
helperText_medium: H,
|
|
45
|
-
helperText_large: J,
|
|
46
|
-
helperText_extraLarge: K,
|
|
47
|
-
helperText_disabled: N,
|
|
48
|
-
icon: O,
|
|
49
|
-
icon_disabled: Q,
|
|
50
|
-
passwordToggle: U,
|
|
51
|
-
passwordToggle_disabled: V,
|
|
52
|
-
passwordToggle_inverted: X,
|
|
53
|
-
passwordToggle_inverted_disabled: Y,
|
|
54
|
-
dateIcon: Z,
|
|
55
|
-
dateIcon_disabled: $,
|
|
56
|
-
dateIcon_inverted: ee,
|
|
57
|
-
dateIcon_inverted_disabled: _e,
|
|
58
|
-
dateIcon_error: re,
|
|
59
|
-
dateIcon_inverted_error: de,
|
|
60
|
-
required: oe,
|
|
61
|
-
checkboxPlaceholder: ae,
|
|
62
|
-
checkboxPlaceholder_disable: te,
|
|
63
|
-
radioPlaceholder: le,
|
|
64
|
-
radioPlaceholder_disabled: ie,
|
|
65
|
-
radioPlaceholder_inverted: ce,
|
|
66
|
-
radioPlaceholder_inverted_disabled: ne,
|
|
67
|
-
radioPlaceholder_inverted_checked: se,
|
|
68
|
-
inputCheckbox_inverted_checked: he,
|
|
69
|
-
radioPlaceholder_inverted_error: ge,
|
|
70
|
-
radioPlaceholder_error: be,
|
|
71
|
-
radioPlaceholder_inverted_error_checked: fe,
|
|
72
|
-
radioPlaceholder_error_checked: pe,
|
|
73
|
-
radioPlaceholder_checked: xe,
|
|
74
|
-
radioPlaceholder_disabled_checked: ke,
|
|
75
|
-
required_inverted: ue,
|
|
76
|
-
required_disabled: ve,
|
|
77
|
-
required_inverted_disabled: me,
|
|
78
|
-
label_inverted: Ce,
|
|
79
|
-
helperText_inverted: Pe,
|
|
80
|
-
icon_inverted: Te,
|
|
81
|
-
errorMessage_inverted: Ie,
|
|
82
|
-
label_inverted_disabled: Le,
|
|
83
|
-
helperText_inverted_disabled: Me,
|
|
84
|
-
icon_inverted_disabled: we
|
|
85
|
-
};
|
|
86
|
-
export {
|
|
87
|
-
Re as s
|
|
88
|
-
};
|