@cobre-npm/ds-v3 0.49.0 → 0.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2191,7 +2191,7 @@ const f_ = ["title", "data-bs-original-title"], h_ = /* @__PURE__ */ De({
2191
2191
  ]) : (_(), D("img", {
2192
2192
  key: 1,
2193
2193
  src: `${Xd}${`${o.idLogo}`.toUpperCase()}.svg`,
2194
- class: ne(`logo--${o.size}`),
2194
+ class: ne(o.size === "auto" ? `logo--${o.size}` : ""),
2195
2195
  alt: "logo",
2196
2196
  onError: r
2197
2197
  }, null, 42, g_))
@@ -2201,7 +2201,7 @@ const f_ = ["title", "data-bs-original-title"], h_ = /* @__PURE__ */ De({
2201
2201
  ]);
2202
2202
  };
2203
2203
  }
2204
- }), Qo = /* @__PURE__ */ st(__, [["__scopeId", "data-v-2f1ec3f0"]]), y_ = De({
2204
+ }), Qo = /* @__PURE__ */ st(__, [["__scopeId", "data-v-288e4253"]]), y_ = De({
2205
2205
  props: {
2206
2206
  theme: {
2207
2207
  type: String,
@@ -5701,14 +5701,15 @@ const Hw = (t) => (rn("data-v-8a74ae3b"), t = t(), on(), t), jw = { class: "co-i
5701
5701
  __name: "CobreLogoField",
5702
5702
  props: {
5703
5703
  label: {},
5704
- idLogo: { default: "UNKNOWN" }
5704
+ idLogo: { default: "UNKNOWN" },
5705
+ size: { default: "sm" }
5705
5706
  },
5706
5707
  setup(t) {
5707
5708
  return (e, n) => (_(), D("div", I1, [
5708
5709
  Fe(Qo, {
5709
5710
  idLogo: e.idLogo,
5710
- size: "sm"
5711
- }, null, 8, ["idLogo"]),
5711
+ size: e.size
5712
+ }, null, 8, ["idLogo", "size"]),
5712
5713
  M("p", L1, fe(e.label), 1),
5713
5714
  le(e.$slots, "end")
5714
5715
  ]));