@appquality/unguess-design-system 3.1.101-attachments → 3.1.101

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