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

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 (28) hide show
  1. package/CHANGELOG.md +193 -0
  2. package/build/index.d.ts +1 -0
  3. package/build/index.js +2464 -2355
  4. package/build/stories/buttons/button/index.stories.d.ts +0 -1
  5. package/build/stories/buttons/utils.d.ts +36 -36
  6. package/build/stories/chat/_types.d.ts +0 -1
  7. package/build/stories/chat/context/chatContext.d.ts +1 -7
  8. package/build/stories/chat/index.stories.d.ts +0 -3
  9. package/build/stories/chat/parts/comment.d.ts +1 -7
  10. package/build/stories/chat/parts/extensions.d.ts +1 -1
  11. package/build/stories/dropdowns/select/index.stories.d.ts +0 -1
  12. package/build/stories/editor/index.stories.d.ts +0 -1
  13. package/build/stories/highlight/_types.d.ts +38 -0
  14. package/build/stories/highlight/highlightContext.d.ts +10 -0
  15. package/build/stories/highlight/index.d.ts +10 -0
  16. package/build/stories/highlight/index.stories.d.ts +18 -0
  17. package/build/stories/highlight/searchable.d.ts +4 -0
  18. package/build/stories/player/_types.d.ts +18 -0
  19. package/build/stories/player/index.stories.d.ts +1 -2
  20. package/build/stories/player/parts/bookmark.d.ts +2 -0
  21. package/build/stories/player/parts/controls.d.ts +7 -2
  22. package/build/stories/player/parts/cutterButton.d.ts +6 -0
  23. package/build/stories/player/parts/progress.d.ts +11 -0
  24. package/build/stories/player/parts/progressContext.d.ts +16 -0
  25. package/package.json +1 -3
  26. package/build/stories/chat/parts/ThumbnailContainer/DeleteThumbnailX.d.ts +0 -6
  27. package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +0 -12
  28. package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +0 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,196 @@
1
+ # v3.1.82 (Fri May 10 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Player controls updated [#336](https://github.com/AppQuality/unguess-design-system/pull/336) ([@cannarocks](https://github.com/cannarocks))
6
+ - Improve-player-bookmarks-usability [#335](https://github.com/AppQuality/unguess-design-system/pull/335) ([@cannarocks](https://github.com/cannarocks))
7
+
8
+ #### Authors: 1
9
+
10
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
11
+
12
+ ---
13
+
14
+ # v3.1.81 (Thu May 09 2024)
15
+
16
+ #### 🐛 Bug Fix
17
+
18
+ - 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))
19
+ - removed border radius from highlighted word [#332](https://github.com/AppQuality/unguess-design-system/pull/332) ([@iDome89](https://github.com/iDome89))
20
+ - fixees for searched term and break word [#330](https://github.com/AppQuality/unguess-design-system/pull/330) ([@iDome89](https://github.com/iDome89))
21
+
22
+ #### Authors: 2
23
+
24
+ - [@iDome89](https://github.com/iDome89)
25
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
26
+
27
+ ---
28
+
29
+ # v3.1.80 (Tue May 07 2024)
30
+
31
+ #### 🐛 Bug Fix
32
+
33
+ - Allow search in trascript [#326](https://github.com/AppQuality/unguess-design-system/pull/326) ([@cannarocks](https://github.com/cannarocks))
34
+ - feat: Add search functionality to highlight component [#325](https://github.com/AppQuality/unguess-design-system/pull/325) ([@cannarocks](https://github.com/cannarocks))
35
+
36
+ #### Authors: 1
37
+
38
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
39
+
40
+ ---
41
+
42
+ # v3.1.79 (Mon May 06 2024)
43
+
44
+ #### 🐛 Bug Fix
45
+
46
+ - release 20240506 [#324](https://github.com/AppQuality/unguess-design-system/pull/324) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
47
+ - Add resizeble observation in player progress [#323](https://github.com/AppQuality/unguess-design-system/pull/323) ([@cannarocks](https://github.com/cannarocks))
48
+ - Add-cutting-edge-functionalities-to-player [#322](https://github.com/AppQuality/unguess-design-system/pull/322) ([@cannarocks](https://github.com/cannarocks))
49
+ - Add Highlight component [#321](https://github.com/AppQuality/unguess-design-system/pull/321) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
50
+
51
+ #### Authors: 2
52
+
53
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
54
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
55
+
56
+ ---
57
+
58
+ # v3.1.77 (Mon Feb 26 2024)
59
+
60
+
61
+
62
+ ---
63
+
64
+ # v3.1.77 (Mon Feb 26 2024)
65
+
66
+
67
+
68
+ ---
69
+
70
+ # v3.1.76 (Thu Feb 22 2024)
71
+
72
+ #### 🐛 Bug Fix
73
+
74
+ - profile modal fixes [#319](https://github.com/AppQuality/unguess-design-system/pull/319) ([@iDome89](https://github.com/iDome89) [@marcbon](https://github.com/marcbon))
75
+ - fixed title translation [#318](https://github.com/AppQuality/unguess-design-system/pull/318) ([@iDome89](https://github.com/iDome89))
76
+
77
+ #### Authors: 2
78
+
79
+ - [@iDome89](https://github.com/iDome89)
80
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
81
+
82
+ ---
83
+
84
+ # v3.1.73 (Wed Feb 21 2024)
85
+
86
+ #### 🐛 Bug Fix
87
+
88
+ - profile modal [#317](https://github.com/AppQuality/unguess-design-system/pull/317) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
89
+ - Profile modal notifications [#316](https://github.com/AppQuality/unguess-design-system/pull/316) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
90
+
91
+ #### Authors: 2
92
+
93
+ - [@iDome89](https://github.com/iDome89)
94
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
95
+
96
+ ---
97
+
98
+ # v3.1.73 (Wed Feb 21 2024)
99
+
100
+ #### 🐛 Bug Fix
101
+
102
+ - profile modal [#317](https://github.com/AppQuality/unguess-design-system/pull/317) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
103
+ - Profile modal notifications [#316](https://github.com/AppQuality/unguess-design-system/pull/316) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
104
+
105
+ #### Authors: 2
106
+
107
+ - [@iDome89](https://github.com/iDome89)
108
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
109
+
110
+ ---
111
+
112
+ # v3.1.73 (Wed Feb 21 2024)
113
+
114
+ #### 🐛 Bug Fix
115
+
116
+ - profile modal [#317](https://github.com/AppQuality/unguess-design-system/pull/317) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
117
+ - Profile modal notifications [#316](https://github.com/AppQuality/unguess-design-system/pull/316) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
118
+
119
+ #### Authors: 2
120
+
121
+ - [@iDome89](https://github.com/iDome89)
122
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
123
+
124
+ ---
125
+
126
+ # v3.1.72 (Wed Feb 07 2024)
127
+
128
+ #### 🐛 Bug Fix
129
+
130
+ - Update stream player [#315](https://github.com/AppQuality/unguess-design-system/pull/315) ([@d-beezee](https://github.com/d-beezee))
131
+ - chore: Update stream player [#314](https://github.com/AppQuality/unguess-design-system/pull/314) ([@d-beezee](https://github.com/d-beezee))
132
+
133
+ #### Authors: 1
134
+
135
+ - [@d-beezee](https://github.com/d-beezee)
136
+
137
+ ---
138
+
139
+ # v3.1.71 (Mon Jan 29 2024)
140
+
141
+ #### 🐛 Bug Fix
142
+
143
+ - UI fixes pre release [#313](https://github.com/AppQuality/unguess-design-system/pull/313) ([@marcbon](https://github.com/marcbon))
144
+ - Fixes-pre-release [#312](https://github.com/AppQuality/unguess-design-system/pull/312) ([@marcbon](https://github.com/marcbon))
145
+
146
+ #### Authors: 1
147
+
148
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
149
+
150
+ ---
151
+
152
+ # v3.1.70 (Fri Jan 26 2024)
153
+
154
+ #### 🐛 Bug Fix
155
+
156
+ - 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))
157
+ - 🐛 fix(chat): remove unnecessary text in chat message [#310](https://github.com/AppQuality/unguess-design-system/pull/310) ([@marcbon](https://github.com/marcbon))
158
+
159
+ #### Authors: 2
160
+
161
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
162
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
163
+
164
+ ---
165
+
166
+ # v3.1.69 (Fri Jan 26 2024)
167
+
168
+ #### 🐛 Bug Fix
169
+
170
+ - Chat fixes [#309](https://github.com/AppQuality/unguess-design-system/pull/309) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
171
+ - Fix-chat-floating-menu-crash [#308](https://github.com/AppQuality/unguess-design-system/pull/308) ([@marcbon](https://github.com/marcbon))
172
+
173
+ #### Authors: 2
174
+
175
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
176
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
177
+
178
+ ---
179
+
180
+ # v3.1.68 (Wed Jan 24 2024)
181
+
182
+ #### 🐛 Bug Fix
183
+
184
+ - Add email to mentionList ✨ [#307](https://github.com/AppQuality/unguess-design-system/pull/307) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks))
185
+ - fix: added email to mention [#306](https://github.com/AppQuality/unguess-design-system/pull/306) ([@iDome89](https://github.com/iDome89))
186
+
187
+ #### Authors: 2
188
+
189
+ - [@iDome89](https://github.com/iDome89)
190
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
191
+
192
+ ---
193
+
1
194
  # v3.1.67 (Wed Jan 24 2024)
2
195
 
3
196
  #### 🐛 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";