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

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