@weni/unnnic-system 3.22.0 → 3.23.0
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/{es-4f975580.mjs → es-f147f063.mjs} +1 -1
- package/dist/{index-8b8f73f4.mjs → index-e16076fc.mjs} +9 -7
- package/dist/{pt-br-ac5252d4.mjs → pt-br-d2de71ec.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +1 -1
- package/package.json +1 -1
- package/src/components/ModalDialog/ModalDialog.vue +4 -2
- package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +83 -0
- package/src/stories/ModalDialog.stories.js +90 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
# 3.23.0 (2026-02-10)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- **ModalDialog**: Added `title` named slot to allow custom title content (e.g., buttons, tags, icons, or any Vue component). The existing `title` prop continues to work as a fallback when no slot is provided.
|
|
13
|
+
|
|
8
14
|
# 3.22.0 (2026-02-10)
|
|
9
15
|
|
|
10
16
|
### Added
|
|
@@ -31947,8 +31947,8 @@ function aQ(e, a, t, i, n, o) {
|
|
|
31947
31947
|
});
|
|
31948
31948
|
}
|
|
31949
31949
|
const iQ = /* @__PURE__ */ Q(tQ, [["render", aQ], ["__scopeId", "data-v-9b793da0"]]);
|
|
31950
|
-
import("./es-
|
|
31951
|
-
import("./pt-br-
|
|
31950
|
+
import("./es-f147f063.mjs");
|
|
31951
|
+
import("./pt-br-d2de71ec.mjs");
|
|
31952
31952
|
const G0 = {
|
|
31953
31953
|
name: "ChatsContact",
|
|
31954
31954
|
components: {
|
|
@@ -101093,7 +101093,7 @@ function YK(e, a, t, i, n, o) {
|
|
|
101093
101093
|
e.$slots.leftSidebar ? (g(), b("section", RK, [
|
|
101094
101094
|
Z(e.$slots, "leftSidebar", {}, void 0, !0)
|
|
101095
101095
|
])) : z("", !0),
|
|
101096
|
-
t.title ? (g(), U(l, {
|
|
101096
|
+
t.title || e.$slots.title ? (g(), U(l, {
|
|
101097
101097
|
key: 1,
|
|
101098
101098
|
closeButton: t.showCloseIcon,
|
|
101099
101099
|
type: t.type
|
|
@@ -101101,12 +101101,14 @@ function YK(e, a, t, i, n, o) {
|
|
|
101101
101101
|
default: K(() => [
|
|
101102
101102
|
W(u, null, {
|
|
101103
101103
|
default: K(() => [
|
|
101104
|
-
|
|
101104
|
+
Z(e.$slots, "title", {}, () => [
|
|
101105
|
+
Mt(L(t.title), 1)
|
|
101106
|
+
], !0)
|
|
101105
101107
|
]),
|
|
101106
|
-
_:
|
|
101108
|
+
_: 3
|
|
101107
101109
|
})
|
|
101108
101110
|
]),
|
|
101109
|
-
_:
|
|
101111
|
+
_: 3
|
|
101110
101112
|
}, 8, ["closeButton", "type"])) : z("", !0),
|
|
101111
101113
|
y("section", UK, [
|
|
101112
101114
|
Z(e.$slots, "default", {}, void 0, !0)
|
|
@@ -101148,7 +101150,7 @@ function YK(e, a, t, i, n, o) {
|
|
|
101148
101150
|
_: 3
|
|
101149
101151
|
}, 8, ["open"]);
|
|
101150
101152
|
}
|
|
101151
|
-
const _d = /* @__PURE__ */ Q(PK, [["render", YK], ["__scopeId", "data-v-
|
|
101153
|
+
const _d = /* @__PURE__ */ Q(PK, [["render", YK], ["__scopeId", "data-v-7663c849"]]);
|
|
101152
101154
|
const HK = {
|
|
101153
101155
|
name: "TourMask",
|
|
101154
101156
|
props: {
|