comand-component-library 4.1.11 → 4.1.12

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.
@@ -5964,7 +5964,7 @@ const r0 = /* @__PURE__ */ N(Qb, [["render", i0]]), s0 = {
5964
5964
  }, a0 = ["title"], l0 = { key: 1 }, c0 = ["title"];
5965
5965
  function u0(e, t, n, o, i, r) {
5966
5966
  return d(), h(O, null, [
5967
- n.icon.iconClass && n.icon.position === "left" || n.icon.position === "top" ? (d(), h("span", {
5967
+ n.icon.iconClass && n.icon.position === "left" || n.icon.position === "top" || !n.icon.position ? (d(), h("span", {
5968
5968
  key: 0,
5969
5969
  class: T(n.icon.iconClass),
5970
5970
  title: n.icon.tooltip
@@ -7612,7 +7612,7 @@ const VP = /* @__PURE__ */ N(Pw, [["render", Dw]]), Nw = {
7612
7612
  },
7613
7613
  methods: {
7614
7614
  boxIsOpen(e) {
7615
- return console.log("boxOpen", this.openBoxes.includes(e)), console.log("cookieId", e), this.openBoxes.includes(e);
7615
+ return this.openBoxes.includes(e);
7616
7616
  },
7617
7617
  toggleBoxBody(e) {
7618
7618
  const t = this.openBoxes.indexOf(e);