@weni/unnnic-system 2.28.1-alpha.1 → 2.28.1-alpha.2
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-725cb1d6.mjs → es-df8d5e57.mjs} +1 -1
- package/dist/{index-6ddd5cb0.mjs → index-78336393.mjs} +7 -7
- package/dist/{pt-br-eb2026af.mjs → pt-br-1930d8cf.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/CardProject/CardProject.vue +4 -4
|
@@ -17715,13 +17715,13 @@ const jQ = {
|
|
|
17715
17715
|
},
|
|
17716
17716
|
colorStatus() {
|
|
17717
17717
|
return {
|
|
17718
|
-
|
|
17719
|
-
|
|
17720
|
-
|
|
17718
|
+
ACTIVE: "aux-green-900",
|
|
17719
|
+
INACTIVE: "neutral-cloudy",
|
|
17720
|
+
IN_TEST: "aux-orange-500"
|
|
17721
17721
|
}[this.status] || "";
|
|
17722
17722
|
},
|
|
17723
17723
|
statusOptions() {
|
|
17724
|
-
return ["
|
|
17724
|
+
return ["ACTIVE", "INACTIVE", "IN_TEST"].filter(
|
|
17725
17725
|
(e) => e !== this.status
|
|
17726
17726
|
);
|
|
17727
17727
|
}
|
|
@@ -17815,7 +17815,7 @@ function YQ(e, i, n, a, r, o) {
|
|
|
17815
17815
|
])
|
|
17816
17816
|
], 34);
|
|
17817
17817
|
}
|
|
17818
|
-
const ZQ = /* @__PURE__ */ k(jQ, [["render", YQ], ["__scopeId", "data-v-
|
|
17818
|
+
const ZQ = /* @__PURE__ */ k(jQ, [["render", YQ], ["__scopeId", "data-v-b13e4f2f"]]);
|
|
17819
17819
|
const WQ = {
|
|
17820
17820
|
components: {
|
|
17821
17821
|
UnnnicAvatarIcon: m2,
|
|
@@ -22825,8 +22825,8 @@ function Dee(e, i, n, a, r, o) {
|
|
|
22825
22825
|
});
|
|
22826
22826
|
}
|
|
22827
22827
|
const Aee = /* @__PURE__ */ k(Mee, [["render", Dee], ["__scopeId", "data-v-9b793da0"]]);
|
|
22828
|
-
import("./es-
|
|
22829
|
-
import("./pt-br-
|
|
22828
|
+
import("./es-df8d5e57.mjs");
|
|
22829
|
+
import("./pt-br-1930d8cf.mjs");
|
|
22830
22830
|
const To = {
|
|
22831
22831
|
name: "ChatsContact",
|
|
22832
22832
|
components: {
|