@weni/unnnic-system 3.9.4-alpha.1 → 3.9.4-alpha.3
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/components/Card/MarketplaceCard.vue.d.ts.map +1 -1
- package/dist/{es-bfc9af6f.mjs → es-19ecf40d.mjs} +1 -1
- package/dist/{index-bd13c177.mjs → index-aa8ed1d9.mjs} +6 -5
- package/dist/{pt-br-ed63ecfe.mjs → pt-br-a5e94e11.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/assets/scss/radii.scss +1 -1
- package/src/assets/tokens/radii.json +1 -1
- 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/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.9.4 (2025-11-21)
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- **Border Radius Tokens**: Updated `$unnnic-radius-full` token from percentage-based to fixed pixel value. Changed from `100%` to `1000px` for more consistent circular shapes.
|
|
13
|
+
|
|
8
14
|
# 3.9.3 (2025-11-18)
|
|
9
15
|
|
|
10
16
|
### Added
|
|
@@ -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;"}
|
|
@@ -15449,7 +15449,8 @@ function PT(e, a, t, i, r, o) {
|
|
|
15449
15449
|
class: "unnnic-card-marketplace__content__rating__star",
|
|
15450
15450
|
scheme: "feedback-yellow",
|
|
15451
15451
|
icon: "rating-star-1",
|
|
15452
|
-
size: "ant"
|
|
15452
|
+
size: "ant",
|
|
15453
|
+
filled: ""
|
|
15453
15454
|
}),
|
|
15454
15455
|
p("div", qT, j(t.rating), 1),
|
|
15455
15456
|
p("div", zT, " (" + j(t.comments) + ") ", 1)
|
|
@@ -16916,7 +16917,7 @@ const oS = { class: "unnnic-collapse__body" }, sS = {
|
|
|
16916
16917
|
jt(j(e.title), 1),
|
|
16917
16918
|
ue(o.$slots, "header", {}, void 0, !0),
|
|
16918
16919
|
X(_e, {
|
|
16919
|
-
size: "
|
|
16920
|
+
size: "ant",
|
|
16920
16921
|
icon: r.value ? "arrow-button-up-1" : "arrow-button-down-1",
|
|
16921
16922
|
scheme: r.value ? "neutral-dark" : "neutral-cloudy"
|
|
16922
16923
|
}, null, 8, ["icon", "scheme"])
|
|
@@ -16928,7 +16929,7 @@ const oS = { class: "unnnic-collapse__body" }, sS = {
|
|
|
16928
16929
|
])
|
|
16929
16930
|
], 2));
|
|
16930
16931
|
}
|
|
16931
|
-
}, i0 = /* @__PURE__ */ Q(sS, [["__scopeId", "data-v-
|
|
16932
|
+
}, i0 = /* @__PURE__ */ Q(sS, [["__scopeId", "data-v-4c30fa39"]]);
|
|
16932
16933
|
const uS = { class: "unnnic-radio" }, lS = ["disabled", "checked", "name"], dS = {
|
|
16933
16934
|
key: 0,
|
|
16934
16935
|
class: "unnnic-radio__helper"
|
|
@@ -23416,8 +23417,8 @@ function tP(e, a, t, i, r, o) {
|
|
|
23416
23417
|
});
|
|
23417
23418
|
}
|
|
23418
23419
|
const aP = /* @__PURE__ */ Q(eP, [["render", tP], ["__scopeId", "data-v-9b793da0"]]);
|
|
23419
|
-
import("./es-
|
|
23420
|
-
import("./pt-br-
|
|
23420
|
+
import("./es-19ecf40d.mjs");
|
|
23421
|
+
import("./pt-br-a5e94e11.mjs");
|
|
23421
23422
|
const L0 = {
|
|
23422
23423
|
name: "ChatsContact",
|
|
23423
23424
|
components: {
|