cleek 2.6.7 → 2.6.9

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.
package/dist/cleek.es.js CHANGED
@@ -62808,14 +62808,14 @@ var ckNotify = {
62808
62808
  app.unmount();
62809
62809
  };
62810
62810
  },
62811
- notifySuccess(text2, title = "") {
62812
- this.notify({ text: text2, title, color: "success" });
62811
+ notifySuccess(text2, title = "", duration) {
62812
+ this.notify({ text: text2, title, color: "success", duration });
62813
62813
  },
62814
- notifyError(text2, title = "") {
62815
- this.notify({ text: text2, title, color: "danger" });
62814
+ notifyError(text2, title = "", duration) {
62815
+ this.notify({ text: text2, title, color: "danger", duration });
62816
62816
  },
62817
- notifyWarning(text2, title = "") {
62818
- this.notify({ text: text2, title, color: "warning" });
62817
+ notifyWarning(text2, title = "", duration) {
62818
+ this.notify({ text: text2, title, color: "warning", duration });
62819
62819
  }
62820
62820
  };
62821
62821
  var components = /* @__PURE__ */ Object.freeze({