@milaboratories/uikit 2.2.68 → 2.2.69
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/CHANGELOG.md +6 -0
- package/dist/pl-uikit.js +2 -2
- package/dist/pl-uikit.js.map +1 -1
- package/dist/pl-uikit.umd.cjs +2 -2
- package/dist/pl-uikit.umd.cjs.map +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/components/PlNotificationAlert/PlNotificationAlert.vue +1 -1
package/CHANGELOG.md
CHANGED
package/dist/pl-uikit.js
CHANGED
|
@@ -7373,7 +7373,7 @@ const Up = de.object({
|
|
|
7373
7373
|
label: de.string()
|
|
7374
7374
|
});
|
|
7375
7375
|
de.array(Up);
|
|
7376
|
-
const qp = "1.29.
|
|
7376
|
+
const qp = "1.29.16";
|
|
7377
7377
|
function it() {
|
|
7378
7378
|
return Zp({ sdkVersion: qp });
|
|
7379
7379
|
}
|
|
@@ -8754,7 +8754,7 @@ const uh = ["title", "onClick"], dh = {
|
|
|
8754
8754
|
o.closable ? (f(), h("div", Eh, [
|
|
8755
8755
|
Q(w(Bs), {
|
|
8756
8756
|
icon: "close",
|
|
8757
|
-
onClick: r
|
|
8757
|
+
onClick: se(r, ["stop"])
|
|
8758
8758
|
})
|
|
8759
8759
|
])) : A("", !0)
|
|
8760
8760
|
]),
|