@cobre-npm/ds-v3 0.80.6 → 0.80.8
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/cobre-ds-v3-lib.es.js +6 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -3693,9 +3693,12 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
3693
3693
|
}, rg = { class: "d-flex align-items-center" }, og = ["title"], ig = {
|
|
3694
3694
|
key: 0,
|
|
3695
3695
|
class: "co-mb-4 co-input__optional-label"
|
|
3696
|
-
}, sg = { class: "d-flex align-items-center w-100 h-100" }, lg = { key: 0 }, ug = { class: "co-text-muted co-fs-12" }, cg = { class: "co-text-primary-50" }, dg = { key: 1 }, fg = { class: "
|
|
3696
|
+
}, sg = { class: "d-flex align-items-center w-100 h-100" }, lg = { key: 0 }, ug = { class: "co-text-muted co-fs-12" }, cg = { class: "co-text-primary-50" }, dg = { key: 1 }, fg = { class: "d-flex align-items-center" }, pg = {
|
|
3697
3697
|
key: 1,
|
|
3698
3698
|
class: "co-label co-label--sm mb-0"
|
|
3699
|
+
}, mg = {
|
|
3700
|
+
key: 2,
|
|
3701
|
+
class: "text-truncate"
|
|
3699
3702
|
}, hg = { class: "co-body co-body--sm co-fw-500 co-mb-12 d-flex flex-column align-items-center" }, vg = { class: "small w-50" }, gg = {
|
|
3700
3703
|
key: 0,
|
|
3701
3704
|
class: "cobre-loader cobre-loader--md mt-0"
|
|
@@ -3791,14 +3794,13 @@ const Xv = { class: "co-input" }, Kv = {
|
|
|
3791
3794
|
class: "co-me-8 bank-logo",
|
|
3792
3795
|
idLogo: o.codeBank
|
|
3793
3796
|
}, null, 8, ["idLogo"])) : x("", !0),
|
|
3794
|
-
$("
|
|
3795
|
-
$("div", pg, [
|
|
3797
|
+
$("div", fg, [
|
|
3796
3798
|
o.logo ? (p(), ge(_h, {
|
|
3797
3799
|
key: 0,
|
|
3798
3800
|
logo: o.logo,
|
|
3799
3801
|
class: "co-me-8"
|
|
3800
3802
|
}, null, 8, ["logo"])) : x("", !0),
|
|
3801
|
-
o.selectedOption ? (p(), w("p",
|
|
3803
|
+
o.selectedOption ? (p(), w("p", pg, ne(o == null ? void 0 : o.selectedOption), 1)) : (p(), w("span", mg, ne(o[O(e).label]), 1))
|
|
3802
3804
|
])
|
|
3803
3805
|
])
|
|
3804
3806
|
]),
|