@weni/unnnic-system 2.28.1-alpha.3 → 2.29.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 +7 -3
- package/dist/{es-74bcf47f.mjs → es-2ed714fa.mjs} +1 -1
- package/dist/{index-7518fbaf.mjs → index-791e16ae.mjs} +365 -413
- package/dist/{pt-br-124a0cb6.mjs → pt-br-008b86cf.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +17 -17
- package/package.json +2 -2
- package/src/components/ChatsContact/ChatsContact.vue +1 -71
- package/src/stories/ChatsContact.stories.js +0 -71
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.29.0 (2025-04-23)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- New CardProject component
|
|
13
|
+
|
|
8
14
|
## 2.28.0 (2025-04-04)
|
|
9
15
|
|
|
10
16
|
### Added
|
|
@@ -40,7 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
40
46
|
|
|
41
47
|
- InputDatePicker select dates logic improvements
|
|
42
48
|
|
|
43
|
-
|
|
44
49
|
## 2.24.0 (2025-02-27)
|
|
45
50
|
|
|
46
51
|
### Added
|
|
@@ -260,6 +265,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
260
265
|
- Added Drawer without overlay variation and its story.
|
|
261
266
|
|
|
262
267
|
### Fixed
|
|
268
|
+
|
|
263
269
|
- Fixed close icon of Drawer to be dynamic.
|
|
264
270
|
|
|
265
271
|
## 2.4.0 (2024-07-23)
|
|
@@ -373,5 +379,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
373
379
|
### Changed
|
|
374
380
|
|
|
375
381
|
- Node version of Dockerfile to `20.14.0`.
|
|
376
|
-
|
|
377
|
-
|