@milaboratories/uikit 2.2.27 → 2.2.28
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 +1 -1
- package/dist/pl-uikit.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/assets/base-btn.scss +5 -2
- package/src/components/PlNotificationAlert/PlNotificationAlert.vue +1 -1
package/CHANGELOG.md
CHANGED
package/dist/pl-uikit.js
CHANGED
|
@@ -8003,7 +8003,7 @@ const _c = {
|
|
|
8003
8003
|
}, null, 8, ["modelValue", "extensions", "title", "close-on-outside-click"])
|
|
8004
8004
|
], 64));
|
|
8005
8005
|
}
|
|
8006
|
-
}), Cc = { class: "pl-notification-alert__wrapper d-flex" }, Vc = { class: "pl-notification-alert__content flex-grow-1" }, Sc = {
|
|
8006
|
+
}), Cc = { class: "pl-notification-alert__wrapper d-flex text-s" }, Vc = { class: "pl-notification-alert__content flex-grow-1" }, Sc = {
|
|
8007
8007
|
key: 0,
|
|
8008
8008
|
class: "pl-notification-alert__close"
|
|
8009
8009
|
}, Tc = {
|