@weni/unnnic-system 2.30.2-alpha.0 → 2.31.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 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.31.0 (2025-04-29)
9
+
10
+ ### Added
11
+
12
+ - Add project info to ChatsContact component
13
+
8
14
  ## 2.30.1 (2025-04-28)
9
15
 
10
16
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weni/unnnic-system",
3
- "version": "2.30.2-alpha.0",
3
+ "version": "2.31.0",
4
4
  "type": "commonjs",
5
5
  "files": [
6
6
  "dist",
@@ -87,4 +87,4 @@
87
87
  "vitest": "^1.6.0",
88
88
  "vue-eslint-parser": "^9.4.2"
89
89
  }
90
- }
90
+ }
@@ -4,7 +4,10 @@ exports[`UnnnicChatsContact > should match snapshot 1`] = `
4
4
  "<div data-v-8ce6efd5="" class="chats-contact" tabindex="0" style="position: relative; overflow: hidden;">
5
5
  <section data-v-c735998e="" data-v-8ce6efd5="" class="user-avatar user-avatar--xl"><span data-v-c735998e="">C</span></section>
6
6
  <div data-v-8ce6efd5="" class="chats-contact__infos">
7
- <h1 data-v-8ce6efd5="" class="chats-contact__infos__title ellipsis" title="Contact Name">Contact Name</h1>
7
+ <section data-v-8ce6efd5="" class="chats-contact__infos__title-container">
8
+ <h1 data-v-8ce6efd5="" class="chats-contact__infos__title ellipsis" title="Contact Name">Contact Name</h1>
9
+ <!--v-if-->
10
+ </section>
8
11
  <div data-v-8ce6efd5="" class="chats-contact__infos__additional-information">
9
12
  <!--v-if-->
10
13
  </div>