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

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