amelia-booking-ui 0.0.504 → 0.0.505

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.
@@ -60884,7 +60884,7 @@ const BLe = { render: TLe }, oVe = /* @__PURE__ */ j({
60884
60884
  const $ = document.createElement("span");
60885
60885
  $.className = "el-tag__content";
60886
60886
  const M = document.createElement("span");
60887
- M.className = "el-select__tags-text", M.innerText = l.defaultTag, $.appendChild(M), b.appendChild($), y.appendChild(b), m.insertBefore(y, g), w.classList.add("has-value"), g && (g.style.width = "0", g.style.minWidth = "0", g.style.flex = "0 0 auto"), i();
60887
+ M.className = "el-select__tags-text", M.innerText = l.defaultTag, $.appendChild(M), b.appendChild($), y.appendChild(b), m.insertBefore(y, g), w.classList.add("has-value"), i();
60888
60888
  }
60889
60889
  a.value && a.value.length > 0 && m.querySelector(".am-multi-select-default-tag") !== null && (m.querySelector(".am-multi-select-default-tag").remove(), g && (g.style.width = "", g.style.minWidth = "", g.style.flex = ""));
60890
60890
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amelia-booking-ui",
3
- "version": "0.0.504",
3
+ "version": "0.0.505",
4
4
  "description": "A Vue 3 component library for Amelia Booking Plugin.",
5
5
  "type": "module",
6
6
  "repository": {