@codbex/harmonia 0.3.0 → 0.3.1

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.
@@ -24088,6 +24088,7 @@ function timepicker_default(Alpine) {
24088
24088
  okButton.addEventListener("click", timepicker._timepicker.close);
24089
24089
  footer.appendChild(okButton);
24090
24090
  el.appendChild(footer);
24091
+ Alpine2.initTree(footer);
24091
24092
  let selectedHour;
24092
24093
  let selectedMinute;
24093
24094
  let selectedSecond;
@@ -24241,7 +24242,7 @@ function timepicker_default(Alpine) {
24241
24242
  periodList.children[p].removeEventListener("click", setPeriod);
24242
24243
  }
24243
24244
  });
24244
- }).before("h-button");
24245
+ });
24245
24246
  }
24246
24247
 
24247
24248
  // src/components/toolbar.js