bmi-next-brokers 1.2.6 → 1.2.9
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/Dialog.css +1 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/Search.css +1 -0
- package/dist/assets/Select.css +1 -1
- package/dist/components/Dialog/Dialog.d.ts +1 -0
- package/dist/components/Dialog/Dialog.js +84 -69
- 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/Search/Search.d.ts +25 -0
- package/dist/components/Search/Search.js +188 -0
- package/dist/components/Search/index.d.ts +1 -0
- package/dist/components/Search/index.js +4 -0
- package/dist/components/Select/Select.js +77 -77
- package/dist/components/modal/index.d.ts +2 -2
- package/dist/components/modal/index.js +95 -95
- package/dist/icons/components/index.d.ts +2 -2
- package/dist/icons/components/index.js +140 -140
- package/dist/main.d.ts +2 -0
- package/dist/main.js +30 -28
- 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/Dialog.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._dialogOverlay_a4yfu_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._dialog_a4yfu_1{background:var(--Content-Neutral-Inverted-Default, #F5F5F5);border:1px solid var(--Stroke-Neutral-Secondary, #CBD5E1);border-radius:12px;padding:2rem;max-width:400px;width:100%;box-shadow:0 10px 25px #0000001a;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}._iconContainer_a4yfu_30{display:flex;align-items:center;justify-content:center}._iconBackground_a4yfu_36{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1)}._state_success_a4yfu_46 ._iconBackground_a4yfu_36{background:var(--Fill-Positive-Inverted-Active, #65A30D)}._state_error_a4yfu_50 ._iconBackground_a4yfu_36{background:var(--Content-Negative-Default-Active, #dc2626)}._state_loading_a4yfu_54 ._iconBackground_a4yfu_36{background:transparent}._content_a4yfu_58{display:flex;flex-direction:column;gap:.5rem;text-align:center}._title_a4yfu_65{font-family:Poppins Regular;font-size:1.25rem;color:var(--Content-Brand-Default-Active, #2054A5);margin:0;line-height:1.3;transition:color .3s ease}._title_success_a4yfu_74{color:var(--Fill-Positive-Inverted-Active, #65A30D)}._title_error_a4yfu_78{color:var(--ui-red-700, #B91C1C)}._description_a4yfu_82{font-family:Poppins Regular;font-size:.875rem;color:var(--Content-Neutral-Secondary, #64748b);margin:0;line-height:1.4}._actions_a4yfu_90{display:flex;justify-content:center;width:100%}._dialogOverlay_a4yfu_1{animation:_overlayFadeIn_a4yfu_1 .3s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._dialog_a4yfu_1{animation:_dialogAppear_a4yfu_1 .4s cubic-bezier(.16,1,.3,1);transform-origin:center}._iconBackground_a4yfu_36{animation:_iconPulse_a4yfu_1 .6s cubic-bezier(.16,1,.3,1) .2s both}._content_a4yfu_58{animation:_contentSlideUp_a4yfu_1 .5s cubic-bezier(.16,1,.3,1) .1s both}._actions_a4yfu_90{animation:_actionsSlideUp_a4yfu_1 .5s cubic-bezier(.16,1,.3,1) .2s both}@keyframes _overlayFadeIn_a4yfu_1{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}@keyframes _dialogAppear_a4yfu_1{0%{opacity:0;transform:translateY(-20px) scale(.9);filter:blur(4px)}60%{opacity:1;transform:translateY(5px) scale(1.02);filter:blur(0px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0px)}}@keyframes _iconPulse_a4yfu_1{0%{opacity:0;transform:scale(.3) rotate(-10deg)}50%{opacity:1;transform:scale(1.1) rotate(5deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes _contentSlideUp_a4yfu_1{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes _actionsSlideUp_a4yfu_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._state_loading_a4yfu_54 ._iconBackground_a4yfu_36{animation:_spinnerPulse_a4yfu_1 2s ease-in-out infinite}@keyframes _spinnerPulse_a4yfu_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}._dialog_a4yfu_1:hover{transform:scale(1.005);transition:transform .2s ease}._iconBackground_a4yfu_36:hover{transform:scale(1.1) rotate(5deg);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}._state_loading_a4yfu_54 ._iconBackground_a4yfu_36:hover{transform:scale(1)}._dialog_a4yfu_1:focus{outline:2px solid var(--ui-blue-500, #3376BB);outline-offset:2px}._dialog_a4yfu_1:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion: reduce){._dialogOverlay_a4yfu_1,._dialog_a4yfu_1,._iconBackground_a4yfu_36,._content_a4yfu_58,._actions_a4yfu_90{animation:none!important}._iconBackground_a4yfu_36{transition:none!important}}._transitioning_a4yfu_243 ._iconBackground_a4yfu_36{animation:_stateTransition_a4yfu_1 .6s cubic-bezier(.4,0,.2,1)}._transitioning_a4yfu_243 ._content_a4yfu_58{animation:_contentFadeTransition_a4yfu_1 .5s cubic-bezier(.4,0,.2,1)}._transitioning_a4yfu_243 ._actions_a4yfu_90{animation:_actionsFadeIn_a4yfu_1 .4s cubic-bezier(.4,0,.2,1) .2s both}@keyframes _stateTransition_a4yfu_1{0%{transform:scale(1) rotate(0);opacity:1}30%{transform:scale(.8) rotate(180deg);opacity:.6}70%{transform:scale(1.15) rotate(360deg);opacity:.9}to{transform:scale(1) rotate(360deg);opacity:1}}@keyframes _contentFadeTransition_a4yfu_1{0%{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _actionsFadeIn_a4yfu_1{0%{opacity:0;transform:translateY(15px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._state_success_a4yfu_46 ._iconBackground_a4yfu_36{animation:_successBounce_a4yfu_1 .8s cubic-bezier(.68,-.55,.265,1.55) .1s both}._state_error_a4yfu_50 ._iconBackground_a4yfu_36{animation:_errorShake_a4yfu_1 .6s cubic-bezier(.36,.07,.19,.97) .1s both}@keyframes _successBounce_a4yfu_1{0%{transform:scale(.3);opacity:0}60%{transform:scale(1.1);opacity:1}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes _errorShake_a4yfu_1{0%{transform:scale(.3) rotateY(0);opacity:0;box-shadow:0 0 #dc262600}20%{transform:scale(.8) rotateY(180deg);opacity:.5;box-shadow:0 0 20px #dc26264d}40%{transform:scale(1.05) rotateY(360deg);opacity:.8;box-shadow:0 0 30px #dc262699}60%{transform:scale(.95) rotateY(380deg);opacity:1;box-shadow:0 0 25px #dc262666}80%{transform:scale(1.02) rotateY(360deg);box-shadow:0 0 15px #dc262633}to{transform:scale(1) rotateY(360deg);opacity:1;box-shadow:0 0 #dc262600}}
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._searchContainer_12k26_1{display:flex;flex-direction:column;gap:4px;cursor:pointer}._label_12k26_8{font-family:Poppins Regular;font-size:13px;color:var(--Content-Neutral-Default-Active, #000);font-weight:500;padding-left:4px}._label_large_12k26_16{font-size:15px;margin-bottom:6px}._label_disabled_12k26_21{color:var(--content-disabled-default, #cbd5e1)}._searchWrapper_12k26_25{position:relative;display:flex;align-items:center;width:100%}._search_12k26_1{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}._search_12k26_1:focus{box-shadow:0 0 0 3px var(--ui-blue-400, #7eaae6)}._search_12k26_1:active{border:1px solid var(--Stroke-Neutral-Primary, #94a3b8)}._search_12k26_1::placeholder{color:var(--Content-Neutral-Default-Default, #a3a3a3)}._search_12k26_1: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}._search_12k26_1:disabled::placeholder{color:var(--Content-Neutral-Disabled, #94a3b8)}._small_12k26_68{padding:8px 11px 8px 28px;font-size:12px}._medium_12k26_73{padding:8px 10px 8px 30px;font-size:14px}._large_12k26_78{padding:11px 12px 11px 32px;font-size:15px}._small_12k26_68:not(:placeholder-shown){padding:8px 32px 8px 28px}._medium_12k26_73:not(:placeholder-shown){padding:8px 36px 8px 30px}._large_12k26_78:not(:placeholder-shown){padding:11px 40px 11px 32px}._error_12k26_97{border:1px solid var(--Stroke-Negative-Active, #dc2626);background:var(--Fill-Negative-Default-Active, #fee2e2);color:var(--Content-Negative-Default-Active, #dc2626);animation:_errorShake_12k26_1 .4s ease-in-out}._error_12k26_97::placeholder{color:#d6837a}._error_12k26_97:active{border:1px solid var(--Stroke-Negative-Active, #dc2626)}._error_12k26_97:focus{box-shadow:0 0 0 3px var(--ui-red-400, #f87171)}._errorMessage_12k26_116{font-family:Poppins Medium;color:#e74c3c;margin-top:2px;margin-left:4px;animation:_errorMessageSlide_12k26_1 .3s ease-out;transform-origin:top}._errorMessage_small_12k26_125{font-size:10px}._errorMessage_medium_12k26_129{font-size:12px}._errorMessage_large_12k26_133{font-size:14px}._helperText_12k26_137{font-family:Poppins Regular;color:#acacac;margin-top:2px;margin-left:4px}._helperText_small_12k26_144,._helperText_medium_12k26_148{font-size:11px}._helperText_large_12k26_152{font-size:13px;margin-top:7px}._helperText_disabled_12k26_157{color:var(--content-disabled-default, #cbd5e1)}._icon_12k26_162{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_12k26_175{color:var(--Content-Neutral-Disabled, #94a3b8)}._clearButton_12k26_180{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}._clearButton_12k26_180:hover{background-color:var(--Fill-Neutral-Default-Hover, #f1f5f9);color:var(--Content-Neutral-Default-Active, #000)}._clearButton_12k26_180:focus{outline:none;box-shadow:0 0 0 2px var(--ui-blue-400, #7eaae6)}._clearButton_disabled_12k26_208{color:var(--Content-Neutral-Disabled, #94a3b8);cursor:not-allowed}._clearButton_disabled_12k26_208:hover{background:none}._clearButton_inverted_12k26_218{color:#fff}._clearButton_inverted_12k26_218:hover{background-color:#ffffff1a;color:#fff}._clearButton_inverted_12k26_218:focus{box-shadow:0 0 0 2px #ffffff4d}._clearButton_inverted_disabled_12k26_231{color:var(--content-disabled-default, #4f88d9);cursor:not-allowed}._clearButton_inverted_disabled_12k26_231:hover{background:none}._required_12k26_241{color:var(--Content-Negative-Default-Active, #dc2626);margin-left:2px}@keyframes _errorShake_12k26_1{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}@keyframes _errorMessageSlide_12k26_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_12k26_283{border:1px solid var(--Stroke-Neutral-Secondary, #c9e1f6);background-color:transparent!important;color:#fff!important}._inverted_12k26_283:focus{box-shadow:0 0 0 3px #ffffff4d!important}._inverted_12k26_283:active{border:1px solid white!important}._inverted_12k26_283::placeholder{color:#ffffffb3!important}._label_inverted_12k26_301{color:#fff!important}._helperText_inverted_12k26_305{color:var(--Content-Neutral-Default-Default, #fafafa)}._icon_inverted_12k26_309{color:#fff!important}._errorMessage_inverted_12k26_313{color:var(--Content-Negative-Default-Active, #f87171)!important}._inverted_12k26_283._error_12k26_97{border:1px solid var(--Stroke-Negative-Active, #ef4444)!important;color:var(--Content-Negative-Default-Active, #f87171)!important;background-color:transparent!important}._inverted_12k26_283._error_12k26_97::placeholder{color:var(--Content-Negative-Default-Active, #f87171)!important}._inverted_12k26_283._error_12k26_97:focus{border:1px solid transparent!important;box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inverted_12k26_283._error_12k26_97:active{border:1px solid transparent!important;box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inverted_12k26_283: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_12k26_283:disabled::placeholder{color:var(--content-disabled-default, #4f88d9)!important}._label_inverted_disabled_12k26_350{color:var(--Content-Neutral-Default-Active, #FFF)}._helperText_inverted_disabled_12k26_354{color:var(--Content-Neutral-Default-Default, #FAFAFA)}._icon_inverted_disabled_12k26_358{color:var(--content-disabled-default, #4f88d9)!important}._inverted_12k26_283:disabled:focus,._inverted_12k26_283:disabled:active{box-shadow:none!important}._inverted_12k26_283._error_12k26_97:disabled{border:1px solid var(--Stroke-Negative-Active, #ef4444)!important;color:var(--Content-Negative-Default-Active, #f87171)!important}._inverted_12k26_283._error_12k26_97:disabled:focus,._inverted_12k26_283._error_12k26_97:disabled:active{box-shadow:0 0 0 3px var(--ui-red-400, #f87171)!important}._inverted_12k26_283._error_12k26_97:disabled::placeholder{color:var(--Content-Negative-Default-Active, #f87171)!important}._required_inverted_12k26_382{color:var(--Content-Negative-Default-Active, #f87171)}._required_disabled_12k26_386{color:var(--content-disabled-default, #CBD5E1)}._required_inverted_disabled_12k26_390{color:var(--content-disabled-default, #4F88D9)}._dropdown_12k26_395{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid var(--Stroke-Neutral-Primary, #ddd);border-radius:12px;box-shadow:0 4px 12px #0000001a;max-height:240px;overflow-y:auto;z-index:1000;animation:_dropdownSlide_12k26_1 .2s ease-out}._dropdown_inverted_12k26_411{background:var(--Fill-Brand-Inverted-Active, #2054A5);border:1px solid var(--Stroke-Neutral-Secondary, #c9e1f6);box-shadow:0 4px 12px #0000004d}._option_12k26_418{display:flex;align-items:center;padding:10px 12px;cursor:pointer;transition:all .2s ease;color:var(--Content-Neutral-Default-Active, #000);font-family:Poppins Regular;font-size:14px;border-bottom:1px solid var(--Stroke-Neutral-Primary, #e5e7eb)}._option_12k26_418:first-child{border-radius:12px 12px 0 0}._option_12k26_418:last-child{border-radius:0 0 12px 12px;border-bottom:none}._option_12k26_418:hover,._option_highlighted_12k26_440{background:var(--Fill-Neutral-Default-Hover, #f1f5f9)}._option_inverted_12k26_444{color:#fff;border-bottom-color:#fff3}._option_inverted_12k26_444:hover,._option_inverted_12k26_444._option_highlighted_12k26_440{background:#ffffff1a}._option_inverted_12k26_444:last-child{border-bottom:none}._optionIcon_12k26_458{display:flex;align-items:center;justify-content:center;margin-right:8px;color:var(--Content-Neutral-Default, #475569)}._option_inverted_12k26_444 ._optionIcon_12k26_458{color:#fffc}._optionLabel_12k26_470{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes _dropdownSlide_12k26_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._dropdown_12k26_395::-webkit-scrollbar{width:6px}._dropdown_12k26_395::-webkit-scrollbar-track{background:transparent}._dropdown_12k26_395::-webkit-scrollbar-thumb{background:var(--Stroke-Neutral-Primary, #cbd5e1);border-radius:3px}._dropdown_12k26_395::-webkit-scrollbar-thumb:hover{background:var(--Stroke-Neutral-Primary, #94a3b8)}._dropdown_inverted_12k26_411::-webkit-scrollbar-thumb{background:#ffffff4d}._dropdown_inverted_12k26_411::-webkit-scrollbar-thumb:hover{background:#ffffff80}
|
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,68 +1,71 @@
|
|
|
1
|
-
import { jsx as n, jsxs as
|
|
2
|
-
import { useRef as g, useCallback as p, useEffect as
|
|
3
|
-
import { r as
|
|
4
|
-
import { Icon as
|
|
1
|
+
import { jsx as n, jsxs as m } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as g, useCallback as p, useEffect as F } from "react";
|
|
3
|
+
import { r as S } from "../../index-CGDUIzcq.js";
|
|
4
|
+
import { Icon as B } from "../../icons/Icon.js";
|
|
5
5
|
import { Spinner as w } from "../Spinner/Spinner.js";
|
|
6
|
-
import
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
6
|
+
import { Button as N } from "../Button/Button.js";
|
|
7
|
+
import '../../assets/Dialog.css';const T = "_dialogOverlay_a4yfu_1", P = "_dialog_a4yfu_1", D = "_iconContainer_a4yfu_30", U = "_iconBackground_a4yfu_36", j = "_state_success_a4yfu_46", A = "_state_error_a4yfu_50", L = "_state_loading_a4yfu_54", $ = "_content_a4yfu_58", K = "_title_a4yfu_65", R = "_title_success_a4yfu_74", q = "_title_error_a4yfu_78", z = "_description_a4yfu_82", O = "_actions_a4yfu_90", G = "_overlayFadeIn_a4yfu_1", H = "_dialogAppear_a4yfu_1", J = "_iconPulse_a4yfu_1", M = "_contentSlideUp_a4yfu_1", Q = "_actionsSlideUp_a4yfu_1", V = "_spinnerPulse_a4yfu_1", W = "_transitioning_a4yfu_243", X = "_stateTransition_a4yfu_1", Y = "_contentFadeTransition_a4yfu_1", Z = "_actionsFadeIn_a4yfu_1", ee = "_successBounce_a4yfu_1", te = "_errorShake_a4yfu_1", t = {
|
|
8
|
+
dialogOverlay: T,
|
|
9
|
+
dialog: P,
|
|
10
|
+
iconContainer: D,
|
|
11
|
+
iconBackground: U,
|
|
12
|
+
state_success: j,
|
|
13
|
+
state_error: A,
|
|
14
|
+
state_loading: L,
|
|
15
|
+
content: $,
|
|
16
|
+
title: K,
|
|
17
|
+
title_success: R,
|
|
18
|
+
title_error: q,
|
|
19
|
+
description: z,
|
|
20
|
+
actions: O,
|
|
21
|
+
overlayFadeIn: G,
|
|
22
|
+
dialogAppear: H,
|
|
23
|
+
iconPulse: J,
|
|
24
|
+
contentSlideUp: M,
|
|
25
|
+
actionsSlideUp: Q,
|
|
26
|
+
spinnerPulse: V,
|
|
27
|
+
transitioning: W,
|
|
28
|
+
stateTransition: X,
|
|
29
|
+
contentFadeTransition: Y,
|
|
30
|
+
actionsFadeIn: Z,
|
|
31
|
+
successBounce: ee,
|
|
32
|
+
errorShake: te
|
|
33
|
+
}, re = ({
|
|
34
|
+
state: s = "success",
|
|
33
35
|
title: h,
|
|
34
36
|
description: l,
|
|
35
|
-
isOpen:
|
|
36
|
-
onClose:
|
|
37
|
-
children:
|
|
38
|
-
className:
|
|
37
|
+
isOpen: u,
|
|
38
|
+
onClose: a,
|
|
39
|
+
children: y,
|
|
40
|
+
className: v,
|
|
41
|
+
closeButton: b = !0
|
|
39
42
|
}) => {
|
|
40
|
-
const
|
|
41
|
-
e.key === "Escape" &&
|
|
42
|
-
}, [
|
|
43
|
-
if (e.key !== "Tab" || !
|
|
44
|
-
const
|
|
43
|
+
const c = g(null), d = g(null), _ = p((e) => {
|
|
44
|
+
e.key === "Escape" && a && a();
|
|
45
|
+
}, [a]), f = p((e) => {
|
|
46
|
+
if (e.key !== "Tab" || !c.current) return;
|
|
47
|
+
const i = c.current.querySelectorAll(
|
|
45
48
|
'button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'
|
|
46
|
-
), o =
|
|
47
|
-
e.shiftKey ? document.activeElement === o && (
|
|
49
|
+
), o = i[0], r = i[i.length - 1];
|
|
50
|
+
e.shiftKey ? document.activeElement === o && (r == null || r.focus(), e.preventDefault()) : document.activeElement === r && (o == null || o.focus(), e.preventDefault());
|
|
48
51
|
}, []);
|
|
49
|
-
if (
|
|
50
|
-
var
|
|
51
|
-
const e = (
|
|
52
|
+
if (F(() => (u && (d.current = document.activeElement, document.body.style.overflow = "hidden", document.addEventListener("keydown", _), document.addEventListener("keydown", f), setTimeout(() => {
|
|
53
|
+
var i, o;
|
|
54
|
+
const e = (i = c.current) == null ? void 0 : i.querySelector(
|
|
52
55
|
'button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'
|
|
53
56
|
);
|
|
54
|
-
e ? e.focus() : (o =
|
|
57
|
+
e ? e.focus() : (o = c.current) == null || o.focus();
|
|
55
58
|
}, 100)), () => {
|
|
56
|
-
document.body.style.overflow = "", document.removeEventListener("keydown",
|
|
57
|
-
}), [
|
|
58
|
-
const
|
|
59
|
+
document.body.style.overflow = "", document.removeEventListener("keydown", _), document.removeEventListener("keydown", f), d.current && d.current.focus();
|
|
60
|
+
}), [u, _, f]), !u) return null;
|
|
61
|
+
const k = [
|
|
59
62
|
t.dialogOverlay,
|
|
60
|
-
|
|
61
|
-
].filter(Boolean).join(" "),
|
|
63
|
+
v
|
|
64
|
+
].filter(Boolean).join(" "), I = [
|
|
62
65
|
t.dialog,
|
|
63
|
-
t[`state_${
|
|
64
|
-
].filter(Boolean).join(" "),
|
|
65
|
-
switch (
|
|
66
|
+
t[`state_${s}`]
|
|
67
|
+
].filter(Boolean).join(" "), x = () => {
|
|
68
|
+
switch (s) {
|
|
66
69
|
case "success":
|
|
67
70
|
return "CheckIcon";
|
|
68
71
|
case "error":
|
|
@@ -70,27 +73,27 @@ import '../../assets/Dialog.css';const B = "_dialogOverlay_3m3sv_1", N = "_dialo
|
|
|
70
73
|
default:
|
|
71
74
|
return "CheckIcon";
|
|
72
75
|
}
|
|
73
|
-
},
|
|
76
|
+
}, C = () => s === "loading" ? /* @__PURE__ */ n("div", { style: {
|
|
74
77
|
margin: "19px 0"
|
|
75
78
|
}, children: /* @__PURE__ */ n(w, { size: 50, highlightColor: "#1D71DE", backgroundColor: "#E2E8F0", thickness: 5 }) }) : /* @__PURE__ */ n(
|
|
76
|
-
|
|
79
|
+
B,
|
|
77
80
|
{
|
|
78
|
-
name:
|
|
81
|
+
name: x(),
|
|
79
82
|
fill: "white",
|
|
80
83
|
height: 40,
|
|
81
84
|
width: 40
|
|
82
85
|
}
|
|
83
|
-
),
|
|
86
|
+
), E = /* @__PURE__ */ n(
|
|
84
87
|
"div",
|
|
85
88
|
{
|
|
86
|
-
className:
|
|
87
|
-
onClick:
|
|
89
|
+
className: k,
|
|
90
|
+
onClick: a,
|
|
88
91
|
role: "presentation",
|
|
89
|
-
children: /* @__PURE__ */
|
|
92
|
+
children: /* @__PURE__ */ m(
|
|
90
93
|
"div",
|
|
91
94
|
{
|
|
92
|
-
ref:
|
|
93
|
-
className:
|
|
95
|
+
ref: c,
|
|
96
|
+
className: I,
|
|
94
97
|
onClick: (e) => e.stopPropagation(),
|
|
95
98
|
role: "dialog",
|
|
96
99
|
"aria-modal": "true",
|
|
@@ -98,26 +101,38 @@ import '../../assets/Dialog.css';const B = "_dialogOverlay_3m3sv_1", N = "_dialo
|
|
|
98
101
|
"aria-describedby": l ? "dialog-description" : void 0,
|
|
99
102
|
tabIndex: -1,
|
|
100
103
|
children: [
|
|
101
|
-
/* @__PURE__ */ n("div", { className: t.iconContainer, "aria-hidden": "true", children: /* @__PURE__ */ n("div", { className: t.iconBackground, children:
|
|
102
|
-
/* @__PURE__ */
|
|
104
|
+
/* @__PURE__ */ n("div", { className: t.iconContainer, "aria-hidden": "true", children: /* @__PURE__ */ n("div", { className: t.iconBackground, children: C() }) }),
|
|
105
|
+
/* @__PURE__ */ m("div", { className: t.content, children: [
|
|
103
106
|
/* @__PURE__ */ n(
|
|
104
107
|
"h3",
|
|
105
108
|
{
|
|
106
109
|
id: "dialog-title",
|
|
107
|
-
className: `${t.title} ${t[`title_${
|
|
110
|
+
className: `${t.title} ${t[`title_${s}`]}`,
|
|
108
111
|
children: h
|
|
109
112
|
}
|
|
110
113
|
),
|
|
111
114
|
l && /* @__PURE__ */ n("p", { id: "dialog-description", className: t.description, children: l })
|
|
112
115
|
] }),
|
|
113
|
-
|
|
116
|
+
y && /* @__PURE__ */ n("div", { className: t.actions, children: y }),
|
|
117
|
+
b && /* @__PURE__ */ n(
|
|
118
|
+
N,
|
|
119
|
+
{
|
|
120
|
+
variant: "brand",
|
|
121
|
+
size: "medium",
|
|
122
|
+
onClick: () => {
|
|
123
|
+
a && a();
|
|
124
|
+
},
|
|
125
|
+
className: t.closeButton,
|
|
126
|
+
children: "Cerrar"
|
|
127
|
+
}
|
|
128
|
+
)
|
|
114
129
|
]
|
|
115
130
|
}
|
|
116
131
|
)
|
|
117
132
|
}
|
|
118
133
|
);
|
|
119
|
-
return
|
|
134
|
+
return S.createPortal(E, document.body);
|
|
120
135
|
};
|
|
121
136
|
export {
|
|
122
|
-
|
|
137
|
+
re as Dialog
|
|
123
138
|
};
|
|
@@ -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",
|