@appquality/unguess-design-system 3.1.99-beta-attachments → 3.1.99

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.
Files changed (45) hide show
  1. package/CHANGELOG.md +440 -0
  2. package/build/index.d.ts +1 -0
  3. package/build/index.js +1093 -669
  4. package/build/stories/avatar/InternalAvatar.d.ts +2 -0
  5. package/build/stories/buttons/button/index.stories.d.ts +0 -1
  6. package/build/stories/buttons/utils.d.ts +39 -39
  7. package/build/stories/chat/_types.d.ts +8 -6
  8. package/build/stories/chat/context/chatContext.d.ts +4 -4
  9. package/build/stories/chat/hooks/useMedia.d.ts +8 -0
  10. package/build/stories/chat/index.stories.d.ts +3 -4
  11. package/build/stories/chat/parts/MediaLightbox.d.ts +14 -0
  12. package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +11 -0
  13. package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +1 -9
  14. package/build/stories/chat/parts/comment.d.ts +2 -7
  15. package/build/stories/dropdowns/select/index.stories.d.ts +0 -1
  16. package/build/stories/editor/index.stories.d.ts +0 -1
  17. package/build/stories/highlight/CreateObservationButton.d.ts +17 -0
  18. package/build/stories/highlight/_types.d.ts +44 -0
  19. package/build/stories/highlight/demo-parts/data.d.ts +55 -0
  20. package/build/stories/highlight/demo-parts/sentiment-tag.d.ts +7 -0
  21. package/build/stories/highlight/demo-parts/transcript-base.d.ts +5 -0
  22. package/build/stories/highlight/demo-parts/transcript-diarization.d.ts +5 -0
  23. package/build/stories/highlight/demo-parts/transcript-paragraph.d.ts +5 -0
  24. package/build/stories/highlight/demo-parts/transcript-sentiment.d.ts +5 -0
  25. package/build/stories/highlight/highlightContext.d.ts +10 -0
  26. package/build/stories/highlight/index.d.ts +10 -0
  27. package/build/stories/highlight/index.stories.d.ts +18 -0
  28. package/build/stories/highlight/searchable.d.ts +3 -0
  29. package/build/stories/player/_types.d.ts +36 -1
  30. package/build/stories/player/context/progressContext.d.ts +16 -0
  31. package/build/stories/player/index.stories.d.ts +2 -2
  32. package/build/stories/player/parts/bookmark.d.ts +2 -0
  33. package/build/stories/player/parts/controlButton.d.ts +289 -0
  34. package/build/stories/player/parts/controls.d.ts +8 -2
  35. package/build/stories/player/parts/controlsCenterGroup.d.ts +2 -1
  36. package/build/stories/player/parts/cutterButton.d.ts +6 -0
  37. package/build/stories/player/parts/progress.d.ts +11 -0
  38. package/build/stories/player/parts/timeLabel.d.ts +2 -2
  39. package/build/stories/tooltip/_types.d.ts +1 -0
  40. package/build/stories/tooltip/index.d.ts +1 -0
  41. package/build/stories/tooltip/index.stories.d.ts +1 -0
  42. package/package.json +2 -1
  43. package/build/stories/chat/parts/ThumbnailContainer/ImageThumbnail.d.ts +0 -11
  44. package/build/stories/chat/parts/ThumbnailContainer/VideoThumbnail.d.ts +0 -11
  45. /package/build/stories/player/{parts/utils.d.ts → utils.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,443 @@
1
+ # v3.1.99 (Mon Jun 10 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - New version [#385](https://github.com/AppQuality/unguess-design-system/pull/385) ([@iacopolea](https://github.com/iacopolea) [@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon) [@Kariamos](https://github.com/Kariamos))
6
+ - 🚀 feat(player): add showControls prop to PlayerArgs and WrapperProps [#381](https://github.com/AppQuality/unguess-design-system/pull/381) ([@marcbon](https://github.com/marcbon))
7
+ - 🚀 feat(highlight): add CreateObservationButton component [#387](https://github.com/AppQuality/unguess-design-system/pull/387) ([@marcbon](https://github.com/marcbon))
8
+ - feat: centered tooltip attachment text [#386](https://github.com/AppQuality/unguess-design-system/pull/386) ([@Kariamos](https://github.com/Kariamos))
9
+ - feat: added new component for internal avatar [#384](https://github.com/AppQuality/unguess-design-system/pull/384) ([@Kariamos](https://github.com/Kariamos))
10
+ - Attachment error managment [#383](https://github.com/AppQuality/unguess-design-system/pull/383) ([@iacopolea](https://github.com/iacopolea) [@Kariamos](https://github.com/Kariamos))
11
+ - 🚀 feat(cutterButton.tsx): add styled component for Cutter button to prevent [#382](https://github.com/AppQuality/unguess-design-system/pull/382) ([@marcbon](https://github.com/marcbon))
12
+
13
+ #### Authors: 4
14
+
15
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
16
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
17
+ - Marco ([@Kariamos](https://github.com/Kariamos))
18
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
19
+
20
+ ---
21
+
22
+ # v3.1.98 (Tue May 28 2024)
23
+
24
+ #### 🐛 Bug Fix
25
+
26
+ - "Refactor highlight components and add support for multiple observations in transcript" [#380](https://github.com/AppQuality/unguess-design-system/pull/380) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
27
+ - Multiple-obs-support-transcript [#379](https://github.com/AppQuality/unguess-design-system/pull/379) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
28
+ - 🔨 refactor(highlight): remove unnecessary padding in ActiveWord styled component [#378](https://github.com/AppQuality/unguess-design-system/pull/378) ([@marcbon](https://github.com/marcbon))
29
+
30
+ #### Authors: 2
31
+
32
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
33
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
34
+
35
+ ---
36
+
37
+ # v3.1.97 (Tue May 28 2024)
38
+
39
+ #### 🐛 Bug Fix
40
+
41
+ - Add highlight support to unselectable [#377](https://github.com/AppQuality/unguess-design-system/pull/377) ([@cannarocks](https://github.com/cannarocks))
42
+ - "Improve styling and functionality for transcript diarization in highlight component" [#376](https://github.com/AppQuality/unguess-design-system/pull/376) ([@cannarocks](https://github.com/cannarocks))
43
+ - Fix obs player [#375](https://github.com/AppQuality/unguess-design-system/pull/375) ([@marcbon](https://github.com/marcbon))
44
+ - 🎨 style(bookmark.tsx): improve styling for active bookmarks in player parts [#374](https://github.com/AppQuality/unguess-design-system/pull/374) ([@marcbon](https://github.com/marcbon))
45
+
46
+ #### Authors: 2
47
+
48
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
49
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
50
+
51
+ ---
52
+
53
+ # v3.1.96 (Mon May 27 2024)
54
+
55
+ #### 🐛 Bug Fix
56
+
57
+ - Tagging tool improvements [#373](https://github.com/AppQuality/unguess-design-system/pull/373) ([@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
58
+ - 🎨 style(bookmark.tsx): add z-index property to hovered bookmark for better layering [#369](https://github.com/AppQuality/unguess-design-system/pull/369) ([@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
59
+ - ✨ feat(highlight): add font-weight style to StyledWord in highlight component [#370](https://github.com/AppQuality/unguess-design-system/pull/370) ([@marcbon](https://github.com/marcbon))
60
+ - feat: add random hue to new observation label in index.stories.tsx [#372](https://github.com/AppQuality/unguess-design-system/pull/372) ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
61
+ - 🔨 refactor(highlight/index.tsx): improve logic to find closest observation to word [#368](https://github.com/AppQuality/unguess-design-system/pull/368) ([@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
62
+ - 🔧 fix(player): update end time for second bookmark in index.stories.tsx [#371](https://github.com/AppQuality/unguess-design-system/pull/371) ([@marcbon](https://github.com/marcbon))
63
+
64
+ #### Authors: 2
65
+
66
+ - Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
67
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
68
+
69
+ ---
70
+
71
+ # v3.1.95 (Fri May 24 2024)
72
+
73
+ #### 🐛 Bug Fix
74
+
75
+ - Fix highlight [#367](https://github.com/AppQuality/unguess-design-system/pull/367) ([@marcbon](https://github.com/marcbon))
76
+ - 🔧 refactor(highlight/index.tsx): remove unnecessary spread operator in Word component [#366](https://github.com/AppQuality/unguess-design-system/pull/366) ([@marcbon](https://github.com/marcbon))
77
+
78
+ #### Authors: 1
79
+
80
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
81
+
82
+ ---
83
+
84
+ # v3.1.94 (Tue May 21 2024)
85
+
86
+ #### 🐛 Bug Fix
87
+
88
+ - Fix player types [#365](https://github.com/AppQuality/unguess-design-system/pull/365) ([@marcbon](https://github.com/marcbon))
89
+ - 🔨 refactor(player): make tags property optional in IBookmark interface [#364](https://github.com/AppQuality/unguess-design-system/pull/364) ([@marcbon](https://github.com/marcbon))
90
+ - Update observation severity colors [#363](https://github.com/AppQuality/unguess-design-system/pull/363) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
91
+ - Player-colors [#362](https://github.com/AppQuality/unguess-design-system/pull/362) ([@marcbon](https://github.com/marcbon))
92
+
93
+ #### Authors: 2
94
+
95
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
96
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
97
+
98
+ ---
99
+
100
+ # v3.1.93 (Tue May 21 2024)
101
+
102
+ #### 🐛 Bug Fix
103
+
104
+ - Improve video cutting and add debounce to bookmark update [#361](https://github.com/AppQuality/unguess-design-system/pull/361) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
105
+ - Add useDebounce hook for bookmark updates in player controls [#360](https://github.com/AppQuality/unguess-design-system/pull/360) ([@cannarocks](https://github.com/cannarocks))
106
+ - 🚀 feat(player): add PlusIcon component for starting observation in CutterButton [#359](https://github.com/AppQuality/unguess-design-system/pull/359) ([@marcbon](https://github.com/marcbon))
107
+ - Add sentiment data to DemoTranscript [#358](https://github.com/AppQuality/unguess-design-system/pull/358) ([@cannarocks](https://github.com/cannarocks))
108
+
109
+ #### Authors: 2
110
+
111
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
112
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
113
+
114
+ ---
115
+
116
+ # v3.1.92 (Fri May 17 2024)
117
+
118
+ #### 🐛 Bug Fix
119
+
120
+ - Update auto version to 11.x.x [#356](https://github.com/AppQuality/unguess-design-system/pull/356) ([@marcbon](https://github.com/marcbon))
121
+ - ⬆️ chore(package.json): update auto dependency to version 11.1.1 [#355](https://github.com/AppQuality/unguess-design-system/pull/355) ([@marcbon](https://github.com/marcbon))
122
+ - Update auto version [#354](https://github.com/AppQuality/unguess-design-system/pull/354) ([@marcbon](https://github.com/marcbon))
123
+ - ⬆️ chore(package.json): update auto package to version 10.29.2 [#353](https://github.com/AppQuality/unguess-design-system/pull/353) ([@marcbon](https://github.com/marcbon))
124
+ - bookmark-tooltip-fix [#352](https://github.com/AppQuality/unguess-design-system/pull/352) ([@iDome89](https://github.com/iDome89) [@marcbon](https://github.com/marcbon))
125
+ - Bookmark tooltip changes [#351](https://github.com/AppQuality/unguess-design-system/pull/351) ([@iDome89](https://github.com/iDome89))
126
+
127
+ #### Authors: 2
128
+
129
+ - [@iDome89](https://github.com/iDome89)
130
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
131
+
132
+ ---
133
+
134
+ # v3.1.91 (Fri May 17 2024)
135
+
136
+ #### 🐛 Bug Fix
137
+
138
+ - new feat media attachments [#350](https://github.com/AppQuality/unguess-design-system/pull/350) ([@iacopolea](https://github.com/iacopolea) [@Kariamos](https://github.com/Kariamos))
139
+ - Fix attachments [#348](https://github.com/AppQuality/unguess-design-system/pull/348) ([@iacopolea](https://github.com/iacopolea) [@Kariamos](https://github.com/Kariamos))
140
+
141
+ #### Authors: 2
142
+
143
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
144
+ - Marco ([@Kariamos](https://github.com/Kariamos))
145
+
146
+ ---
147
+
148
+ # v3.1.90 (Thu May 16 2024)
149
+
150
+ #### 🐛 Bug Fix
151
+
152
+ - refactor: Update player background color in Container component [#349](https://github.com/AppQuality/unguess-design-system/pull/349) ([@cannarocks](https://github.com/cannarocks))
153
+
154
+ #### Authors: 1
155
+
156
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
157
+
158
+ ---
159
+
160
+ # v3.1.89 (Thu May 16 2024)
161
+
162
+ #### 🐛 Bug Fix
163
+
164
+ - Add tooltip to highlights and a brighter new player [#347](https://github.com/AppQuality/unguess-design-system/pull/347) ([@cannarocks](https://github.com/cannarocks))
165
+ - "Add isTransparent prop to TooltipArgs interface and implement transparent style in Tooltip component" [#345](https://github.com/AppQuality/unguess-design-system/pull/345) ([@cannarocks](https://github.com/cannarocks))
166
+ - "Update player controls and refactor styling" [#346](https://github.com/AppQuality/unguess-design-system/pull/346) ([@cannarocks](https://github.com/cannarocks))
167
+ - Demo [#344](https://github.com/AppQuality/unguess-design-system/pull/344) ([@cannarocks](https://github.com/cannarocks))
168
+
169
+ #### Authors: 1
170
+
171
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
172
+
173
+ ---
174
+
175
+ # v3.1.88 (Mon May 13 2024)
176
+
177
+ #### 🐛 Bug Fix
178
+
179
+ - Player fixes [#343](https://github.com/AppQuality/unguess-design-system/pull/343) ([@cannarocks](https://github.com/cannarocks))
180
+ - Fix undefined state in player and reduce renders [#342](https://github.com/AppQuality/unguess-design-system/pull/342) ([@cannarocks](https://github.com/cannarocks))
181
+
182
+ #### Authors: 1
183
+
184
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
185
+
186
+ ---
187
+
188
+ # v3.1.87 (Mon May 13 2024)
189
+
190
+ #### 🐛 Bug Fix
191
+
192
+ - 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))
193
+ - fix: package version [#341](https://github.com/AppQuality/unguess-design-system/pull/341) ([@iacopolea](https://github.com/iacopolea))
194
+ - 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))
195
+ - Thumbnails container [#328](https://github.com/AppQuality/unguess-design-system/pull/328) ([@sinatragianpaolo](https://github.com/sinatragianpaolo) [@Kariamos](https://github.com/Kariamos))
196
+ - 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))
197
+
198
+ #### Authors: 4
199
+
200
+ - Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
201
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
202
+ - Marco ([@Kariamos](https://github.com/Kariamos))
203
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
204
+
205
+ ---
206
+
207
+ # v3.1.82 (Mon May 13 2024)
208
+
209
+ #### 🐛 Bug Fix
210
+
211
+ - Player improvements and trans fix [#339](https://github.com/AppQuality/unguess-design-system/pull/339) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks))
212
+ - Update-controls-layout [#338](https://github.com/AppQuality/unguess-design-system/pull/338) ([@cannarocks](https://github.com/cannarocks))
213
+ - fixed obs breaking text [#334](https://github.com/AppQuality/unguess-design-system/pull/334) ([@iDome89](https://github.com/iDome89))
214
+ - removed ; from component tree [#337](https://github.com/AppQuality/unguess-design-system/pull/337) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks))
215
+ - Player controls updated [#336](https://github.com/AppQuality/unguess-design-system/pull/336) ([@cannarocks](https://github.com/cannarocks))
216
+ - Improve-player-bookmarks-usability [#335](https://github.com/AppQuality/unguess-design-system/pull/335) ([@cannarocks](https://github.com/cannarocks))
217
+
218
+ #### ⚠️ Pushed to `master`
219
+
220
+ - 3.1.85 ([@cannarocks](https://github.com/cannarocks))
221
+ - 3.1.84 ([@cannarocks](https://github.com/cannarocks))
222
+
223
+ #### Authors: 2
224
+
225
+ - [@iDome89](https://github.com/iDome89)
226
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
227
+
228
+ ---
229
+
230
+ # v3.1.82 (Mon May 13 2024)
231
+
232
+ #### 🐛 Bug Fix
233
+
234
+ - Player improvements and trans fix [#339](https://github.com/AppQuality/unguess-design-system/pull/339) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks))
235
+ - Update-controls-layout [#338](https://github.com/AppQuality/unguess-design-system/pull/338) ([@cannarocks](https://github.com/cannarocks))
236
+ - fixed obs breaking text [#334](https://github.com/AppQuality/unguess-design-system/pull/334) ([@iDome89](https://github.com/iDome89))
237
+ - removed ; from component tree [#337](https://github.com/AppQuality/unguess-design-system/pull/337) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks))
238
+ - Player controls updated [#336](https://github.com/AppQuality/unguess-design-system/pull/336) ([@cannarocks](https://github.com/cannarocks))
239
+ - Improve-player-bookmarks-usability [#335](https://github.com/AppQuality/unguess-design-system/pull/335) ([@cannarocks](https://github.com/cannarocks))
240
+
241
+ #### Authors: 2
242
+
243
+ - [@iDome89](https://github.com/iDome89)
244
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
245
+
246
+ ---
247
+
248
+ # v3.1.82 (Fri May 10 2024)
249
+
250
+ #### 🐛 Bug Fix
251
+
252
+ - Player controls updated [#336](https://github.com/AppQuality/unguess-design-system/pull/336) ([@cannarocks](https://github.com/cannarocks))
253
+ - Improve-player-bookmarks-usability [#335](https://github.com/AppQuality/unguess-design-system/pull/335) ([@cannarocks](https://github.com/cannarocks))
254
+
255
+ #### Authors: 1
256
+
257
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
258
+
259
+ ---
260
+
261
+ # v3.1.81 (Thu May 09 2024)
262
+
263
+ #### 🐛 Bug Fix
264
+
265
+ - Fix highlight for long selections [#331](https://github.com/AppQuality/unguess-design-system/pull/331) ([@iDome89](https://github.com/iDome89) [@marcbon](https://github.com/marcbon))
266
+ - removed border radius from highlighted word [#332](https://github.com/AppQuality/unguess-design-system/pull/332) ([@iDome89](https://github.com/iDome89))
267
+ - fixees for searched term and break word [#330](https://github.com/AppQuality/unguess-design-system/pull/330) ([@iDome89](https://github.com/iDome89))
268
+
269
+ #### Authors: 2
270
+
271
+ - [@iDome89](https://github.com/iDome89)
272
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
273
+
274
+ ---
275
+
276
+ # v3.1.80 (Tue May 07 2024)
277
+
278
+ #### 🐛 Bug Fix
279
+
280
+ - Allow search in trascript [#326](https://github.com/AppQuality/unguess-design-system/pull/326) ([@cannarocks](https://github.com/cannarocks))
281
+ - feat: Add search functionality to highlight component [#325](https://github.com/AppQuality/unguess-design-system/pull/325) ([@cannarocks](https://github.com/cannarocks))
282
+
283
+ #### Authors: 1
284
+
285
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
286
+
287
+ ---
288
+
289
+ # v3.1.79 (Mon May 06 2024)
290
+
291
+ #### 🐛 Bug Fix
292
+
293
+ - release 20240506 [#324](https://github.com/AppQuality/unguess-design-system/pull/324) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
294
+ - Add resizeble observation in player progress [#323](https://github.com/AppQuality/unguess-design-system/pull/323) ([@cannarocks](https://github.com/cannarocks))
295
+ - Add-cutting-edge-functionalities-to-player [#322](https://github.com/AppQuality/unguess-design-system/pull/322) ([@cannarocks](https://github.com/cannarocks))
296
+ - Add Highlight component [#321](https://github.com/AppQuality/unguess-design-system/pull/321) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
297
+
298
+ #### Authors: 2
299
+
300
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
301
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
302
+
303
+ ---
304
+
305
+ # v3.1.77 (Mon Feb 26 2024)
306
+
307
+
308
+
309
+ ---
310
+
311
+ # v3.1.77 (Mon Feb 26 2024)
312
+
313
+
314
+
315
+ ---
316
+
317
+ # v3.1.76 (Thu Feb 22 2024)
318
+
319
+ #### 🐛 Bug Fix
320
+
321
+ - profile modal fixes [#319](https://github.com/AppQuality/unguess-design-system/pull/319) ([@iDome89](https://github.com/iDome89) [@marcbon](https://github.com/marcbon))
322
+ - fixed title translation [#318](https://github.com/AppQuality/unguess-design-system/pull/318) ([@iDome89](https://github.com/iDome89))
323
+
324
+ #### Authors: 2
325
+
326
+ - [@iDome89](https://github.com/iDome89)
327
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
328
+
329
+ ---
330
+
331
+ # v3.1.73 (Wed Feb 21 2024)
332
+
333
+ #### 🐛 Bug Fix
334
+
335
+ - profile modal [#317](https://github.com/AppQuality/unguess-design-system/pull/317) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
336
+ - Profile modal notifications [#316](https://github.com/AppQuality/unguess-design-system/pull/316) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
337
+
338
+ #### Authors: 2
339
+
340
+ - [@iDome89](https://github.com/iDome89)
341
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
342
+
343
+ ---
344
+
345
+ # v3.1.73 (Wed Feb 21 2024)
346
+
347
+ #### 🐛 Bug Fix
348
+
349
+ - profile modal [#317](https://github.com/AppQuality/unguess-design-system/pull/317) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
350
+ - Profile modal notifications [#316](https://github.com/AppQuality/unguess-design-system/pull/316) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
351
+
352
+ #### Authors: 2
353
+
354
+ - [@iDome89](https://github.com/iDome89)
355
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
356
+
357
+ ---
358
+
359
+ # v3.1.73 (Wed Feb 21 2024)
360
+
361
+ #### 🐛 Bug Fix
362
+
363
+ - profile modal [#317](https://github.com/AppQuality/unguess-design-system/pull/317) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
364
+ - Profile modal notifications [#316](https://github.com/AppQuality/unguess-design-system/pull/316) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
365
+
366
+ #### Authors: 2
367
+
368
+ - [@iDome89](https://github.com/iDome89)
369
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
370
+
371
+ ---
372
+
373
+ # v3.1.72 (Wed Feb 07 2024)
374
+
375
+ #### 🐛 Bug Fix
376
+
377
+ - Update stream player [#315](https://github.com/AppQuality/unguess-design-system/pull/315) ([@d-beezee](https://github.com/d-beezee))
378
+ - chore: Update stream player [#314](https://github.com/AppQuality/unguess-design-system/pull/314) ([@d-beezee](https://github.com/d-beezee))
379
+
380
+ #### Authors: 1
381
+
382
+ - [@d-beezee](https://github.com/d-beezee)
383
+
384
+ ---
385
+
386
+ # v3.1.71 (Mon Jan 29 2024)
387
+
388
+ #### 🐛 Bug Fix
389
+
390
+ - UI fixes pre release [#313](https://github.com/AppQuality/unguess-design-system/pull/313) ([@marcbon](https://github.com/marcbon))
391
+ - Fixes-pre-release [#312](https://github.com/AppQuality/unguess-design-system/pull/312) ([@marcbon](https://github.com/marcbon))
392
+
393
+ #### Authors: 1
394
+
395
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
396
+
397
+ ---
398
+
399
+ # v3.1.70 (Fri Jan 26 2024)
400
+
401
+ #### 🐛 Bug Fix
402
+
403
+ - Add supports to very long comments [#311](https://github.com/AppQuality/unguess-design-system/pull/311) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
404
+ - 🐛 fix(chat): remove unnecessary text in chat message [#310](https://github.com/AppQuality/unguess-design-system/pull/310) ([@marcbon](https://github.com/marcbon))
405
+
406
+ #### Authors: 2
407
+
408
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
409
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
410
+
411
+ ---
412
+
413
+ # v3.1.69 (Fri Jan 26 2024)
414
+
415
+ #### 🐛 Bug Fix
416
+
417
+ - Chat fixes [#309](https://github.com/AppQuality/unguess-design-system/pull/309) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
418
+ - Fix-chat-floating-menu-crash [#308](https://github.com/AppQuality/unguess-design-system/pull/308) ([@marcbon](https://github.com/marcbon))
419
+
420
+ #### Authors: 2
421
+
422
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
423
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
424
+
425
+ ---
426
+
427
+ # v3.1.68 (Wed Jan 24 2024)
428
+
429
+ #### 🐛 Bug Fix
430
+
431
+ - Add email to mentionList ✨ [#307](https://github.com/AppQuality/unguess-design-system/pull/307) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks))
432
+ - fix: added email to mention [#306](https://github.com/AppQuality/unguess-design-system/pull/306) ([@iDome89](https://github.com/iDome89))
433
+
434
+ #### Authors: 2
435
+
436
+ - [@iDome89](https://github.com/iDome89)
437
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
438
+
439
+ ---
440
+
1
441
  # v3.1.67 (Wed Jan 24 2024)
2
442
 
3
443
  #### 🐛 Bug Fix
package/build/index.d.ts CHANGED
@@ -47,6 +47,7 @@ export * from "./stories/forms/toggle";
47
47
  export * from "./stories/grid/col";
48
48
  export * from "./stories/grid/row";
49
49
  export * from "./stories/grid/grid";
50
+ export * from "./stories/highlight";
50
51
  export * from "./stories/icons";
51
52
  export * from "./stories/label";
52
53
  export * from "./stories/lightbox";