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

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