@weni/unnnic-system 3.9.4 → 3.10.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 +14 -0
- package/dist/components/Card/MarketplaceCard.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts.map +1 -1
- package/dist/{es-8146fb1b.mjs → es-4b899f97.mjs} +1 -1
- package/dist/{index-724ed422.mjs → index-23489897.mjs} +7 -6
- package/dist/{pt-br-af294ec9.mjs → pt-br-5a914a63.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +3 -3
- package/package.json +1 -1
- package/src/assets/fonts/material-symbols-rounded.woff2 +0 -0
- package/src/components/Card/MarketplaceCard.vue +1 -0
- package/src/components/Collapse/Collapse.vue +1 -1
- package/src/components/Collapse/__tests__/__snapshots__/Collapse.spec.js.snap +1 -1
- package/src/components/Icon.vue +2 -10
- package/src/stories/Icon.stories.js +2 -0
- package/src/assets/fonts/Material Symbols Rounded Filled.woff2 +0 -0
- package/src/assets/fonts/Material Symbols Rounded.woff2 +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,20 @@ 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.10.0 (2025-11-24)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- **Icon Component**: Added filled attribute to rating component in MarketplaceCard.
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- **Refactor**: Replace old font files with a new material-symbols font.
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- **Collapse Component**: Update icon size in Collapse component from 'xs' to 'ant'.
|
|
21
|
+
|
|
8
22
|
# 3.9.4 (2025-11-21)
|
|
9
23
|
|
|
10
24
|
### Changed
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarketplaceCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/MarketplaceCard.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MarketplaceCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/MarketplaceCard.vue"],"names":[],"mappings":"AA+CA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../src/components/Icon.vue"],"names":[],"mappings":"AAwDA;
|
|
1
|
+
{"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../src/components/Icon.vue"],"names":[],"mappings":"AAwDA;AA4MA,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAMzD,YAAY,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,CAAC;;;;;;;;;;;;;;;;AA8LjD,wBAQG"}
|
|
@@ -2046,7 +2046,7 @@ const z8 = /* @__PURE__ */ Q(O8, [["render", q8]]), P8 = {
|
|
|
2046
2046
|
}, j(u.value), 35)) : S("", !0);
|
|
2047
2047
|
}
|
|
2048
2048
|
});
|
|
2049
|
-
const de = /* @__PURE__ */ Q(W8, [["__scopeId", "data-v-
|
|
2049
|
+
const de = /* @__PURE__ */ Q(W8, [["__scopeId", "data-v-b37abf73"]]);
|
|
2050
2050
|
function Jm(e) {
|
|
2051
2051
|
return typeof e != "string" ? "" : e.replace(/<\/?[a-zA-Z]+\b[^>]*>/g, "");
|
|
2052
2052
|
}
|
|
@@ -15347,7 +15347,8 @@ function xT(e, a, t, i, r, o) {
|
|
|
15347
15347
|
class: "unnnic-card-marketplace__content__rating__star",
|
|
15348
15348
|
scheme: "feedback-yellow",
|
|
15349
15349
|
icon: "rating-star-1",
|
|
15350
|
-
size: "ant"
|
|
15350
|
+
size: "ant",
|
|
15351
|
+
filled: ""
|
|
15351
15352
|
}),
|
|
15352
15353
|
b("div", vT, j(t.rating), 1),
|
|
15353
15354
|
b("div", AT, " (" + j(t.comments) + ") ", 1)
|
|
@@ -16559,7 +16560,7 @@ const tS = { class: "unnnic-collapse__body" }, aS = {
|
|
|
16559
16560
|
jt(j(e.title), 1),
|
|
16560
16561
|
ue(o.$slots, "header", {}, void 0, !0),
|
|
16561
16562
|
X(de, {
|
|
16562
|
-
size: "
|
|
16563
|
+
size: "ant",
|
|
16563
16564
|
icon: r.value ? "arrow-button-up-1" : "arrow-button-down-1",
|
|
16564
16565
|
scheme: r.value ? "neutral-dark" : "neutral-cloudy"
|
|
16565
16566
|
}, null, 8, ["icon", "scheme"])
|
|
@@ -16571,7 +16572,7 @@ const tS = { class: "unnnic-collapse__body" }, aS = {
|
|
|
16571
16572
|
])
|
|
16572
16573
|
], 2));
|
|
16573
16574
|
}
|
|
16574
|
-
}, Vc = /* @__PURE__ */ Q(aS, [["__scopeId", "data-v-
|
|
16575
|
+
}, Vc = /* @__PURE__ */ Q(aS, [["__scopeId", "data-v-4c30fa39"]]);
|
|
16575
16576
|
const iS = { class: "label" }, nS = {
|
|
16576
16577
|
__name: "Radio",
|
|
16577
16578
|
props: {
|
|
@@ -22898,8 +22899,8 @@ function Wz(e, a, t, i, r, o) {
|
|
|
22898
22899
|
});
|
|
22899
22900
|
}
|
|
22900
22901
|
const Vz = /* @__PURE__ */ Q(Gz, [["render", Wz], ["__scopeId", "data-v-9b793da0"]]);
|
|
22901
|
-
import("./es-
|
|
22902
|
-
import("./pt-br-
|
|
22902
|
+
import("./es-4b899f97.mjs");
|
|
22903
|
+
import("./pt-br-5a914a63.mjs");
|
|
22903
22904
|
const E0 = {
|
|
22904
22905
|
name: "ChatsContact",
|
|
22905
22906
|
components: {
|