cleek 2.4.0 → 2.4.3
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 +1 -1
- package/dist/cleek.umd.js +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -23525,8 +23525,8 @@ var ckNotify = {
|
|
|
23525
23525
|
instance.color = color;
|
|
23526
23526
|
console.log("duration", duration);
|
|
23527
23527
|
setTimeout(() => {
|
|
23528
|
-
instance.$el.remove();
|
|
23529
23528
|
console.log("cierro");
|
|
23529
|
+
instance.$el.remove();
|
|
23530
23530
|
}, duration);
|
|
23531
23531
|
},
|
|
23532
23532
|
notifySuccess(text2 = "", title = "\xC9xito") {
|