@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 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
@@ -1,4 +1,4 @@
1
- import { h as n } from "./index-b2205c7b.mjs";
1
+ import { h as n } from "./index-ae183aeb.mjs";
2
2
  import "vue";
3
3
  //! moment.js locale configuration
4
4
  //! locale : Spanish [es]
@@ -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-d170d9d6.mjs");
22599
- import("./pt-br-d5b1fdbd.mjs");
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", iie, T(n.text), 1)
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-f3ab01e3"]]);
73439
+ const aie = /* @__PURE__ */ k(eie, [["render", tie], ["__scopeId", "data-v-70f1b784"]]);
73439
73440
  const sie = {
73440
73441
  name: "UnnnicDrawer",
73441
73442
  components: {
@@ -1,4 +1,4 @@
1
- import { h as e } from "./index-b2205c7b.mjs";
1
+ import { h as e } from "./index-ae183aeb.mjs";
2
2
  import "vue";
3
3
  //! moment.js locale configuration
4
4
  //! locale : Portuguese (Brazil) [pt-br]