@appquality/unguess-design-system 3.1.104-attachments → 3.1.106-attachments
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.
- package/.vscode/settings.json +3 -0
- package/CHANGELOG.md +130 -0
- package/build/index.js +188 -267
- package/build/stories/buttons/button/index.stories.d.ts +0 -1
- package/build/stories/buttons/utils.d.ts +39 -39
- package/build/stories/chat/_types.d.ts +1 -1
- package/build/stories/chat/hooks/useMedia.d.ts +5 -0
- package/build/stories/chat/index.stories.d.ts +1 -2
- package/build/stories/chat/parts/MediaLightbox.d.ts +14 -0
- package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +11 -0
- package/build/stories/chat/parts/comment.d.ts +2 -7
- package/build/stories/dropdowns/select/index.stories.d.ts +0 -1
- package/build/stories/editor/index.stories.d.ts +0 -1
- package/build/stories/highlight/index.stories.d.ts +0 -1
- package/build/stories/player/index.stories.d.ts +0 -1
- package/package.json +1 -1
- package/build/stories/chat/parts/ThumbnailContainer/ImageThumbnail.d.ts +0 -11
- package/build/stories/chat/parts/ThumbnailContainer/VideoThumbnail.d.ts +0 -11
- package/yarn-error.log +0 -17994
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,133 @@
|
|
|
1
|
+
# v3.1.88 (Mon May 13 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Player fixes [#343](https://github.com/AppQuality/unguess-design-system/pull/343) ([@cannarocks](https://github.com/cannarocks))
|
|
6
|
+
- Fix undefined state in player and reduce renders [#342](https://github.com/AppQuality/unguess-design-system/pull/342) ([@cannarocks](https://github.com/cannarocks))
|
|
7
|
+
|
|
8
|
+
#### Authors: 1
|
|
9
|
+
|
|
10
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# v3.1.87 (Mon May 13 2024)
|
|
15
|
+
|
|
16
|
+
#### 🐛 Bug Fix
|
|
17
|
+
|
|
18
|
+
- 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))
|
|
19
|
+
- fix: package version [#341](https://github.com/AppQuality/unguess-design-system/pull/341) ([@iacopolea](https://github.com/iacopolea))
|
|
20
|
+
- 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))
|
|
21
|
+
- Thumbnails container [#328](https://github.com/AppQuality/unguess-design-system/pull/328) ([@sinatragianpaolo](https://github.com/sinatragianpaolo) [@Kariamos](https://github.com/Kariamos))
|
|
22
|
+
- 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))
|
|
23
|
+
|
|
24
|
+
#### Authors: 4
|
|
25
|
+
|
|
26
|
+
- Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
27
|
+
- Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
|
|
28
|
+
- Marco ([@Kariamos](https://github.com/Kariamos))
|
|
29
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
# v3.1.82 (Mon May 13 2024)
|
|
34
|
+
|
|
35
|
+
#### 🐛 Bug Fix
|
|
36
|
+
|
|
37
|
+
- 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))
|
|
38
|
+
- Update-controls-layout [#338](https://github.com/AppQuality/unguess-design-system/pull/338) ([@cannarocks](https://github.com/cannarocks))
|
|
39
|
+
- fixed obs breaking text [#334](https://github.com/AppQuality/unguess-design-system/pull/334) ([@iDome89](https://github.com/iDome89))
|
|
40
|
+
- removed ; from component tree [#337](https://github.com/AppQuality/unguess-design-system/pull/337) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks))
|
|
41
|
+
- Player controls updated [#336](https://github.com/AppQuality/unguess-design-system/pull/336) ([@cannarocks](https://github.com/cannarocks))
|
|
42
|
+
- Improve-player-bookmarks-usability [#335](https://github.com/AppQuality/unguess-design-system/pull/335) ([@cannarocks](https://github.com/cannarocks))
|
|
43
|
+
|
|
44
|
+
#### ⚠️ Pushed to `master`
|
|
45
|
+
|
|
46
|
+
- 3.1.85 ([@cannarocks](https://github.com/cannarocks))
|
|
47
|
+
- 3.1.84 ([@cannarocks](https://github.com/cannarocks))
|
|
48
|
+
|
|
49
|
+
#### Authors: 2
|
|
50
|
+
|
|
51
|
+
- [@iDome89](https://github.com/iDome89)
|
|
52
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
# v3.1.82 (Mon May 13 2024)
|
|
57
|
+
|
|
58
|
+
#### 🐛 Bug Fix
|
|
59
|
+
|
|
60
|
+
- 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))
|
|
61
|
+
- Update-controls-layout [#338](https://github.com/AppQuality/unguess-design-system/pull/338) ([@cannarocks](https://github.com/cannarocks))
|
|
62
|
+
- fixed obs breaking text [#334](https://github.com/AppQuality/unguess-design-system/pull/334) ([@iDome89](https://github.com/iDome89))
|
|
63
|
+
- removed ; from component tree [#337](https://github.com/AppQuality/unguess-design-system/pull/337) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks))
|
|
64
|
+
- Player controls updated [#336](https://github.com/AppQuality/unguess-design-system/pull/336) ([@cannarocks](https://github.com/cannarocks))
|
|
65
|
+
- Improve-player-bookmarks-usability [#335](https://github.com/AppQuality/unguess-design-system/pull/335) ([@cannarocks](https://github.com/cannarocks))
|
|
66
|
+
|
|
67
|
+
#### Authors: 2
|
|
68
|
+
|
|
69
|
+
- [@iDome89](https://github.com/iDome89)
|
|
70
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
# v3.1.82 (Fri May 10 2024)
|
|
75
|
+
|
|
76
|
+
#### 🐛 Bug Fix
|
|
77
|
+
|
|
78
|
+
- Player controls updated [#336](https://github.com/AppQuality/unguess-design-system/pull/336) ([@cannarocks](https://github.com/cannarocks))
|
|
79
|
+
- Improve-player-bookmarks-usability [#335](https://github.com/AppQuality/unguess-design-system/pull/335) ([@cannarocks](https://github.com/cannarocks))
|
|
80
|
+
|
|
81
|
+
#### Authors: 1
|
|
82
|
+
|
|
83
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
# v3.1.81 (Thu May 09 2024)
|
|
88
|
+
|
|
89
|
+
#### 🐛 Bug Fix
|
|
90
|
+
|
|
91
|
+
- 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))
|
|
92
|
+
- removed border radius from highlighted word [#332](https://github.com/AppQuality/unguess-design-system/pull/332) ([@iDome89](https://github.com/iDome89))
|
|
93
|
+
- fixees for searched term and break word [#330](https://github.com/AppQuality/unguess-design-system/pull/330) ([@iDome89](https://github.com/iDome89))
|
|
94
|
+
|
|
95
|
+
#### Authors: 2
|
|
96
|
+
|
|
97
|
+
- [@iDome89](https://github.com/iDome89)
|
|
98
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
# v3.1.80 (Tue May 07 2024)
|
|
103
|
+
|
|
104
|
+
#### 🐛 Bug Fix
|
|
105
|
+
|
|
106
|
+
- Allow search in trascript [#326](https://github.com/AppQuality/unguess-design-system/pull/326) ([@cannarocks](https://github.com/cannarocks))
|
|
107
|
+
- feat: Add search functionality to highlight component [#325](https://github.com/AppQuality/unguess-design-system/pull/325) ([@cannarocks](https://github.com/cannarocks))
|
|
108
|
+
|
|
109
|
+
#### Authors: 1
|
|
110
|
+
|
|
111
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
112
|
+
|
|
113
|
+
---
|
|
114
|
+
|
|
115
|
+
# v3.1.79 (Mon May 06 2024)
|
|
116
|
+
|
|
117
|
+
#### 🐛 Bug Fix
|
|
118
|
+
|
|
119
|
+
- release 20240506 [#324](https://github.com/AppQuality/unguess-design-system/pull/324) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
|
|
120
|
+
- Add resizeble observation in player progress [#323](https://github.com/AppQuality/unguess-design-system/pull/323) ([@cannarocks](https://github.com/cannarocks))
|
|
121
|
+
- Add-cutting-edge-functionalities-to-player [#322](https://github.com/AppQuality/unguess-design-system/pull/322) ([@cannarocks](https://github.com/cannarocks))
|
|
122
|
+
- Add Highlight component [#321](https://github.com/AppQuality/unguess-design-system/pull/321) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
|
|
123
|
+
|
|
124
|
+
#### Authors: 2
|
|
125
|
+
|
|
126
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
127
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
1
131
|
# v3.1.77 (Mon Feb 26 2024)
|
|
2
132
|
|
|
3
133
|
|