@weni/unnnic-system 2.21.0 → 2.21.1
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-d170d9d6.mjs → es-69377c92.mjs} +1 -1
- package/dist/{index-b2205c7b.mjs → index-ae183aeb.mjs} +9 -8
- package/dist/{pt-br-d5b1fdbd.mjs → pt-br-07338607.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/Disclaimer/Disclaimer.vue +2 -3
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
|
+
## 2.21.1 (2025-02-11)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Added HTML support to Disclaimer component
|
|
13
|
+
|
|
8
14
|
## 2.21.0 (2025-01-30)
|
|
9
15
|
|
|
10
16
|
### Added
|
|
@@ -22595,8 +22595,8 @@ function pee(e, i, n, s, r, o) {
|
|
|
22595
22595
|
});
|
|
22596
22596
|
}
|
|
22597
22597
|
const yee = /* @__PURE__ */ k(mee, [["render", pee], ["__scopeId", "data-v-b39e0e9f"]]);
|
|
22598
|
-
import("./es-
|
|
22599
|
-
import("./pt-br-
|
|
22598
|
+
import("./es-69377c92.mjs");
|
|
22599
|
+
import("./pt-br-07338607.mjs");
|
|
22600
22600
|
const Lo = {
|
|
22601
22601
|
name: "ChatsContact",
|
|
22602
22602
|
components: {
|
|
@@ -73418,10 +73418,7 @@ const eie = {
|
|
|
73418
73418
|
}
|
|
73419
73419
|
}
|
|
73420
73420
|
}
|
|
73421
|
-
}, nie = { class: "unnnic-disclaimer" }, iie =
|
|
73422
|
-
class: "unnnic-disclaimer__text",
|
|
73423
|
-
"data-testid": "disclaimer-text"
|
|
73424
|
-
};
|
|
73421
|
+
}, nie = { class: "unnnic-disclaimer" }, iie = ["innerHTML"];
|
|
73425
73422
|
function tie(e, i, n, s, r, o) {
|
|
73426
73423
|
const l = F("UnnnicIcon");
|
|
73427
73424
|
return u(), p("section", nie, [
|
|
@@ -73432,10 +73429,14 @@ function tie(e, i, n, s, r, o) {
|
|
|
73432
73429
|
scheme: n.iconColor,
|
|
73433
73430
|
"data-testid": "disclaimer-icon"
|
|
73434
73431
|
}, null, 8, ["icon", "scheme"]),
|
|
73435
|
-
h("p",
|
|
73432
|
+
h("p", {
|
|
73433
|
+
class: "unnnic-disclaimer__text",
|
|
73434
|
+
"data-testid": "disclaimer-text",
|
|
73435
|
+
innerHTML: n.text
|
|
73436
|
+
}, null, 8, iie)
|
|
73436
73437
|
]);
|
|
73437
73438
|
}
|
|
73438
|
-
const aie = /* @__PURE__ */ k(eie, [["render", tie], ["__scopeId", "data-v-
|
|
73439
|
+
const aie = /* @__PURE__ */ k(eie, [["render", tie], ["__scopeId", "data-v-70f1b784"]]);
|
|
73439
73440
|
const sie = {
|
|
73440
73441
|
name: "UnnnicDrawer",
|
|
73441
73442
|
components: {
|