amelia-booking-ui 0.0.450 → 0.0.451

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.
@@ -38889,26 +38889,23 @@ const Ol = () => {
38889
38889
  r.valueOnClear && !w && (c.value = r.valueOnClear);
38890
38890
  }, m = () => {
38891
38891
  Se(() => {
38892
- if (s.value) {
38893
- const y = globalThis.document?.querySelectorAll(".am-input-color__color-picker-popper") || [];
38894
- console.log(y), y.forEach((b) => {
38895
- const $ = b.querySelector(".el-input");
38896
- $ && !$.classList.contains("am-input") && ($.classList.add("am-input"), $.classList.add("am-input__size__d"), $.classList.add("am-width-100"), $.classList.remove("el-input--small")), b.querySelectorAll(".el-button").forEach((_, x) => {
38897
- _.className = "", x === 0 ? (_.classList.add(
38898
- "am-button-action",
38899
- "am-button-action__priority__secondary",
38900
- "am-button-action__type__fill",
38901
- "am-button-action__size__d"
38902
- ), _.textContent = n("red_clear")) : x === 1 && (_.classList.add(
38903
- "am-button-action",
38904
- "am-button-action__priority__primary",
38905
- "am-button-action__type__fill",
38906
- "am-button-action__size__d",
38907
- "am-ml-12"
38908
- ), _.textContent = n("save"));
38909
- });
38892
+ s.value && (globalThis.document?.querySelectorAll(".am-input-color__color-picker-popper") || []).forEach((b) => {
38893
+ const $ = b.querySelector(".el-input");
38894
+ $ && !$.classList.contains("am-input") && ($.classList.add("am-input"), $.classList.add("am-input__size__d"), $.classList.add("am-width-100"), $.classList.remove("el-input--small")), b.querySelectorAll(".el-button").forEach((_, x) => {
38895
+ _.className = "", x === 0 ? (_.classList.add(
38896
+ "am-button-action",
38897
+ "am-button-action__priority__secondary",
38898
+ "am-button-action__type__fill",
38899
+ "am-button-action__size__d"
38900
+ ), _.textContent = n("red_clear")) : x === 1 && (_.classList.add(
38901
+ "am-button-action",
38902
+ "am-button-action__priority__primary",
38903
+ "am-button-action__type__fill",
38904
+ "am-button-action__size__d",
38905
+ "am-ml-12"
38906
+ ), _.textContent = n("save"));
38910
38907
  });
38911
- }
38908
+ });
38912
38909
  });
38913
38910
  };
38914
38911
  return (w, y) => {
@@ -56524,7 +56521,6 @@ const DFe = K1.create({
56524
56521
  return l.length ? l.join("; ") : null;
56525
56522
  },
56526
56523
  renderHTML: (t) => {
56527
- console.log(t);
56528
56524
  const e = [];
56529
56525
  return t.style && e.push(t.style), e.length ? { style: e.join("; ") } : {};
56530
56526
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amelia-booking-ui",
3
- "version": "0.0.450",
3
+ "version": "0.0.451",
4
4
  "description": "A Vue 3 component library for Amelia Booking Plugin.",
5
5
  "type": "module",
6
6
  "repository": {