@appquality/unguess-design-system 3.1.86 → 3.1.87
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 +19 -0
- package/build/index.js +2968 -2524
- package/build/stories/chat/_types.d.ts +9 -1
- package/build/stories/chat/context/chatContext.d.ts +21 -2
- package/build/stories/chat/index.stories.d.ts +5 -1
- package/build/stories/chat/parts/ThumbnailContainer/DeleteThumbnailX.d.ts +5 -0
- package/build/stories/chat/parts/ThumbnailContainer/ImageThumbnail.d.ts +11 -0
- package/build/stories/chat/parts/ThumbnailContainer/VideoThumbnail.d.ts +11 -0
- package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +13 -0
- package/build/stories/chat/parts/comment.d.ts +11 -1
- package/build/stories/chat/parts/extensions.d.ts +1 -1
- package/package.json +6 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# v3.1.87 (Mon May 13 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- feat: chat media upload [#340](https://github.com/AppQuality/unguess-design-system/pull/340) ([@Kariamos](https://github.com/Kariamos) [@iacopolea](https://github.com/iacopolea) [@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
6
|
+
- fix: package version [#341](https://github.com/AppQuality/unguess-design-system/pull/341) ([@iacopolea](https://github.com/iacopolea))
|
|
7
|
+
- Chat attach media [#320](https://github.com/AppQuality/unguess-design-system/pull/320) ([@Kariamos](https://github.com/Kariamos) [@iacopolea](https://github.com/iacopolea) [@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
8
|
+
- Thumbnails container [#328](https://github.com/AppQuality/unguess-design-system/pull/328) ([@sinatragianpaolo](https://github.com/sinatragianpaolo) [@Kariamos](https://github.com/Kariamos))
|
|
9
|
+
- Spinner [#327](https://github.com/AppQuality/unguess-design-system/pull/327) ([@Kariamos](https://github.com/Kariamos) [@iacopolea](https://github.com/iacopolea) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
10
|
+
|
|
11
|
+
#### Authors: 4
|
|
12
|
+
|
|
13
|
+
- Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
14
|
+
- Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
|
|
15
|
+
- Marco ([@Kariamos](https://github.com/Kariamos))
|
|
16
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
1
20
|
# v3.1.82 (Mon May 13 2024)
|
|
2
21
|
|
|
3
22
|
#### 🐛 Bug Fix
|