@weni/unnnic-system 3.25.5-alpha.2 → 3.25.5-alpha.4
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/{es-DZ_FnVji.mjs → es-CYVZGS_O.mjs} +1 -1
- package/dist/{index-Dms_aGcB.mjs → index-ChPRbjw0.mjs} +9 -7
- package/dist/{pt-br-CKFqBtpf.mjs → pt-br-Bq10JjGL.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/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
- package/src/components/ChatsContact/ChatsContact.vue +11 -9
- package/src/components/ChatsContact/__tests__/__snapshots__/ChatsContact.spec.js.snap +1 -1
- package/src/components/ChatsMessage/ChatsMessage.vue +4 -5
- package/src/components/Chip/__tests__/Chip.spec.js +3 -3
- package/src/components/EmojiPicker/__tests__/EmojiPicker.spec.js +1 -1
- package/src/components/Toast/__tests__/Toast.spec.js +5 -5
|
@@ -31571,8 +31571,8 @@ function fV(e, a, t, i, n, o) {
|
|
|
31571
31571
|
});
|
|
31572
31572
|
}
|
|
31573
31573
|
const _V = /* @__PURE__ */ V(cV, [["render", fV], ["__scopeId", "data-v-6e72cfbd"]]);
|
|
31574
|
-
import("./es-
|
|
31575
|
-
import("./pt-br-
|
|
31574
|
+
import("./es-CYVZGS_O.mjs");
|
|
31575
|
+
import("./pt-br-Bq10JjGL.mjs");
|
|
31576
31576
|
const Qf = {
|
|
31577
31577
|
name: "ChatsContact",
|
|
31578
31578
|
components: {
|
|
@@ -31650,7 +31650,7 @@ const Qf = {
|
|
|
31650
31650
|
},
|
|
31651
31651
|
schemePin: {
|
|
31652
31652
|
type: String,
|
|
31653
|
-
default: "
|
|
31653
|
+
default: "fg-emphasized"
|
|
31654
31654
|
},
|
|
31655
31655
|
pendingResponse: {
|
|
31656
31656
|
type: Boolean,
|
|
@@ -31773,8 +31773,8 @@ const Qf = {
|
|
|
31773
31773
|
}
|
|
31774
31774
|
}, I2 = () => {
|
|
31775
31775
|
ar((e) => ({
|
|
31776
|
-
"
|
|
31777
|
-
"
|
|
31776
|
+
"702adb86": e.messageInfoAlign,
|
|
31777
|
+
"283a5bff": e.messageInfoMarginTop
|
|
31778
31778
|
}));
|
|
31779
31779
|
}, T2 = Qf.setup;
|
|
31780
31780
|
Qf.setup = T2 ? (e, a) => (I2(), T2(e, a)) : I2;
|
|
@@ -31826,7 +31826,9 @@ function AV(e, a, t, i, n, o) {
|
|
|
31826
31826
|
key: 1,
|
|
31827
31827
|
username: t.title,
|
|
31828
31828
|
photoUrl: t.userPhoto,
|
|
31829
|
-
active: n.isHovered || t.selected
|
|
31829
|
+
active: n.isHovered || t.selected,
|
|
31830
|
+
scheme: "bg-muted",
|
|
31831
|
+
textColor: "fg-emphasized"
|
|
31830
31832
|
}, null, 8, ["username", "photoUrl", "active"]))
|
|
31831
31833
|
], !0),
|
|
31832
31834
|
y("div", gV, [
|
|
@@ -31915,7 +31917,7 @@ function AV(e, a, t, i, n, o) {
|
|
|
31915
31917
|
}, null, 512)
|
|
31916
31918
|
], 34);
|
|
31917
31919
|
}
|
|
31918
|
-
const Xf = /* @__PURE__ */ V(Qf, [["render", AV], ["__scopeId", "data-v-
|
|
31920
|
+
const Xf = /* @__PURE__ */ V(Qf, [["render", AV], ["__scopeId", "data-v-419ea670"]]), CV = {
|
|
31919
31921
|
name: "UnnnicChatsDashboardTagLive",
|
|
31920
31922
|
components: {
|
|
31921
31923
|
UnnnicIcon: De
|