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

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