@appquality/unguess-design-system 3.1.105-attachments → 3.1.105-deps1

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 (154) hide show
  1. package/CHANGELOG.md +394 -0
  2. package/build/index.js +820 -606
  3. package/build/stories/accordions/index.stories.d.ts +5 -5
  4. package/build/stories/alerts/index.d.ts +3 -268
  5. package/build/stories/alerts/index.stories.d.ts +2 -2
  6. package/build/stories/avatar/InternalAvatar.d.ts +2 -0
  7. package/build/stories/avatar/index.stories.d.ts +4 -4
  8. package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
  9. package/build/stories/buttons/anchor/index.stories.d.ts +4 -4
  10. package/build/stories/buttons/button/index.d.ts +6 -290
  11. package/build/stories/buttons/button/index.stories.d.ts +6 -7
  12. package/build/stories/buttons/button-group/index.stories.d.ts +4 -4
  13. package/build/stories/buttons/icon-button/index.stories.d.ts +5 -5
  14. package/build/stories/buttons/split-button/index.stories.d.ts +2 -2
  15. package/build/stories/buttons/utils.d.ts +9 -852
  16. package/build/stories/campaign-cards/index.stories.d.ts +3 -3
  17. package/build/stories/cards/container.stories.d.ts +2 -2
  18. package/build/stories/cards/index.stories.d.ts +3 -3
  19. package/build/stories/charts/ChartContainer.d.ts +1 -1
  20. package/build/stories/charts/bar/index.stories.d.ts +3 -3
  21. package/build/stories/charts/bullet/index.stories.d.ts +3 -3
  22. package/build/stories/charts/halfPie/index.stories.d.ts +2 -2
  23. package/build/stories/charts/pie/index.stories.d.ts +4 -4
  24. package/build/stories/charts/sentiment/index.stories.d.ts +3 -3
  25. package/build/stories/charts/sunburst/index.stories.d.ts +3 -3
  26. package/build/stories/charts/waffle/index.stories.d.ts +3 -3
  27. package/build/stories/chat/_types.d.ts +8 -6
  28. package/build/stories/chat/context/chatContext.d.ts +4 -4
  29. package/build/stories/chat/hooks/useMedia.d.ts +8 -0
  30. package/build/stories/chat/index.d.ts +2 -267
  31. package/build/stories/chat/index.stories.d.ts +9 -11
  32. package/build/stories/chat/parts/MediaLightbox.d.ts +14 -0
  33. package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +11 -0
  34. package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +1 -9
  35. package/build/stories/chat/parts/comment.d.ts +2 -7
  36. package/build/stories/chat/parts/containers.d.ts +9 -273
  37. package/build/stories/chat/parts/header.d.ts +1 -266
  38. package/build/stories/color-swatch/index.stories.d.ts +3 -3
  39. package/build/stories/drawers/index.stories.d.ts +2 -2
  40. package/build/stories/dropdowns/autocomplete/index.stories.d.ts +3 -3
  41. package/build/stories/dropdowns/countermultiselect/index.stories.d.ts +2 -2
  42. package/build/stories/dropdowns/field/index.d.ts +3 -267
  43. package/build/stories/dropdowns/menu/index.stories.d.ts +3 -3
  44. package/build/stories/dropdowns/select/index.d.ts +1 -267
  45. package/build/stories/dropdowns/select/index.stories.d.ts +3 -4
  46. package/build/stories/editor/index.stories.d.ts +6 -7
  47. package/build/stories/forms/checkbox/cards/index.stories.d.ts +3 -3
  48. package/build/stories/forms/checkbox/index.stories.d.ts +2 -2
  49. package/build/stories/forms/input/index.d.ts +3 -267
  50. package/build/stories/forms/input/index.stories.d.ts +5 -5
  51. package/build/stories/forms/input-toggle/index.d.ts +1 -268
  52. package/build/stories/forms/input-toggle/index.stories.d.ts +6 -6
  53. package/build/stories/forms/mediaInput/index.stories.d.ts +5 -5
  54. package/build/stories/forms/radio/cards/index.stories.d.ts +3 -3
  55. package/build/stories/forms/radio/index.stories.d.ts +3 -3
  56. package/build/stories/forms/textarea/index.stories.d.ts +4 -4
  57. package/build/stories/forms/toggle/index.stories.d.ts +2 -2
  58. package/build/stories/grid/col/index.stories.d.ts +4 -4
  59. package/build/stories/grid/grid/index.stories.d.ts +4 -4
  60. package/build/stories/grid/row/index.stories.d.ts +2 -2
  61. package/build/stories/highlight/CreateObservationButton.d.ts +19 -0
  62. package/build/stories/highlight/_types.d.ts +9 -8
  63. package/build/stories/highlight/demo-parts/data.d.ts +55 -0
  64. package/build/stories/highlight/demo-parts/sentiment-tag.d.ts +7 -0
  65. package/build/stories/highlight/demo-parts/transcript-base.d.ts +5 -0
  66. package/build/stories/highlight/demo-parts/transcript-diarization.d.ts +5 -0
  67. package/build/stories/highlight/demo-parts/transcript-paragraph.d.ts +5 -0
  68. package/build/stories/highlight/demo-parts/transcript-sentiment.d.ts +5 -0
  69. package/build/stories/highlight/index.stories.d.ts +11 -12
  70. package/build/stories/highlight/searchable.d.ts +1 -2
  71. package/build/stories/icons/index.stories.d.ts +2 -2
  72. package/build/stories/info-cards/index.stories.d.ts +3 -3
  73. package/build/stories/label/index.d.ts +3 -270
  74. package/build/stories/label/index.stories.d.ts +3 -3
  75. package/build/stories/lightbox/index.stories.d.ts +2 -2
  76. package/build/stories/lightbox/parts/body.d.ts +3 -801
  77. package/build/stories/lightbox/parts/footer.d.ts +3 -267
  78. package/build/stories/loaders/dots/index.stories.d.ts +2 -2
  79. package/build/stories/loaders/progress/index.stories.d.ts +2 -2
  80. package/build/stories/loaders/skeleton/index.stories.d.ts +3 -3
  81. package/build/stories/loaders/spinner/index.stories.d.ts +2 -2
  82. package/build/stories/login-form/index.stories.d.ts +3 -3
  83. package/build/stories/logo/index.stories.d.ts +2 -2
  84. package/build/stories/modals/fullscreen/index.d.ts +12 -1080
  85. package/build/stories/modals/fullscreen/index.stories.d.ts +2 -2
  86. package/build/stories/modals/index.d.ts +3 -267
  87. package/build/stories/modals/index.stories.d.ts +5 -5
  88. package/build/stories/multiselect/index.stories.d.ts +3 -3
  89. package/build/stories/navigation/app-header/index.stories.d.ts +3 -3
  90. package/build/stories/navigation/header/header-item/brandItem.d.ts +3 -282
  91. package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +4 -2
  92. package/build/stories/navigation/nav/nav-item/navItemProject.d.ts +1 -1
  93. package/build/stories/navigation/page-header/index.d.ts +10 -1076
  94. package/build/stories/navigation/page-header/index.stories.d.ts +5 -5
  95. package/build/stories/navigation/page-header/styled/main.d.ts +12 -1078
  96. package/build/stories/notifications/index.stories.d.ts +3 -3
  97. package/build/stories/pagination/index.stories.d.ts +3 -3
  98. package/build/stories/player/_types.d.ts +21 -2
  99. package/build/stories/player/hooks/usePictureInPicture.d.ts +4 -0
  100. package/build/stories/player/index.d.ts +7 -2
  101. package/build/stories/player/index.stories.d.ts +7 -5
  102. package/build/stories/player/parts/CutStart.d.ts +4 -0
  103. package/build/stories/player/parts/container.d.ts +1 -1
  104. package/build/stories/player/parts/controlButton.d.ts +4 -0
  105. package/build/stories/player/parts/controls.d.ts +4 -269
  106. package/build/stories/player/parts/floatingControls.d.ts +2 -1
  107. package/build/stories/product-cards/index.stories.d.ts +3 -3
  108. package/build/stories/profile-modal/_types.d.ts +3 -2
  109. package/build/stories/profile-modal/components/menuItem.d.ts +1 -267
  110. package/build/stories/profile-modal/components/menuItemIcon.d.ts +1 -1
  111. package/build/stories/profile-modal/index.stories.d.ts +2 -2
  112. package/build/stories/profile-modal/items/languageMenuItem.d.ts +2 -1
  113. package/build/stories/profile-modal/items/settingsMenuItem.d.ts +2 -2
  114. package/build/stories/service-cards/index.stories.d.ts +3 -3
  115. package/build/stories/slider/index.stories.d.ts +3 -3
  116. package/build/stories/slider/parts/container.d.ts +1 -267
  117. package/build/stories/slider/parts/slickSlider.d.ts +1 -1
  118. package/build/stories/special-cards/index.d.ts +14 -815
  119. package/build/stories/special-cards/index.stories.d.ts +2 -2
  120. package/build/stories/special-cards/styled/header.d.ts +12 -813
  121. package/build/stories/special-cards/styled/meta.d.ts +1 -1
  122. package/build/stories/special-cards/styled/thumbnail.d.ts +1 -1
  123. package/build/stories/stepper/index.d.ts +9 -805
  124. package/build/stories/stepper/index.stories.d.ts +3 -3
  125. package/build/stories/table/index.stories.d.ts +11 -11
  126. package/build/stories/tabs/index.stories.d.ts +3 -3
  127. package/build/stories/tags/index.d.ts +8 -546
  128. package/build/stories/tags/index.stories.d.ts +6 -6
  129. package/build/stories/theme/colors.stories.d.ts +20 -0
  130. package/build/stories/theme/palette.stories.d.ts +1 -1
  131. package/build/stories/tiles/index.stories.d.ts +4 -4
  132. package/build/stories/timeline/index.d.ts +6 -268
  133. package/build/stories/timeline/index.stories.d.ts +4 -4
  134. package/build/stories/title/index.stories.d.ts +2 -2
  135. package/build/stories/tooltip/_types.d.ts +1 -0
  136. package/build/stories/tooltip/index.d.ts +1 -277
  137. package/build/stories/tooltip/index.stories.d.ts +3 -2
  138. package/build/stories/tooltip-modal/index.stories.d.ts +2 -2
  139. package/build/stories/typography/block-quote/index.stories.d.ts +2 -2
  140. package/build/stories/typography/code/index.stories.d.ts +4 -4
  141. package/build/stories/typography/ellipsis/index.stories.d.ts +2 -2
  142. package/build/stories/typography/lists/ordered.stories.d.ts +2 -2
  143. package/build/stories/typography/lists/unordered.stories.d.ts +2 -2
  144. package/build/stories/typography/paragraph/index.stories.d.ts +2 -2
  145. package/build/stories/typography/span/index.stories.d.ts +2 -2
  146. package/build/stories/typography/typescale/anchortag/index.stories.d.ts +6 -2
  147. package/build/stories/typography/typescale/index.d.ts +27 -282
  148. package/build/stories/typography/typescale/index.stories.d.ts +6 -2
  149. package/package.json +2 -1
  150. package/build/stories/chat/parts/ThumbnailContainer/ImageThumbnail.d.ts +0 -11
  151. package/build/stories/chat/parts/ThumbnailContainer/VideoThumbnail.d.ts +0 -11
  152. package/yarn-error.log +0 -17994
  153. /package/build/stories/player/{parts → context}/progressContext.d.ts +0 -0
  154. /package/build/stories/player/{parts/utils.d.ts → utils.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,397 @@
1
+ # v3.1.105 (Mon Sep 23 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - release new version [#407](https://github.com/AppQuality/unguess-design-system/pull/407) ([@Kariamos](https://github.com/Kariamos) [@d-beezee](https://github.com/d-beezee) [@iacopolea](https://github.com/iacopolea))
6
+ - hide language selector [#405](https://github.com/AppQuality/unguess-design-system/pull/405) ([@Kariamos](https://github.com/Kariamos))
7
+ - fix: Update settingValue type to string in UserMenuArgs and SettingsP… [#404](https://github.com/AppQuality/unguess-design-system/pull/404) ([@Kariamos](https://github.com/Kariamos))
8
+ - feat: Add hue colors docs [#406](https://github.com/AppQuality/unguess-design-system/pull/406) ([@d-beezee](https://github.com/d-beezee))
9
+
10
+ #### Authors: 3
11
+
12
+ - [@d-beezee](https://github.com/d-beezee)
13
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
14
+ - Marco ([@Kariamos](https://github.com/Kariamos))
15
+
16
+ ---
17
+
18
+ # v3.1.104 (Tue Jul 02 2024)
19
+
20
+ #### 🐛 Bug Fix
21
+
22
+ - pipPlayer + chat improvements [#402](https://github.com/AppQuality/unguess-design-system/pull/402) ([@Kariamos](https://github.com/Kariamos) [@iacopolea](https://github.com/iacopolea) [@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
23
+ - feat: Add Picture-in-Picture functionality to Player component [#400](https://github.com/AppQuality/unguess-design-system/pull/400) ([@iacopolea](https://github.com/iacopolea))
24
+ - fix: avatar type in the attachments lightbox is now the same as the a… [#401](https://github.com/AppQuality/unguess-design-system/pull/401) ([@Kariamos](https://github.com/Kariamos))
25
+
26
+ #### Authors: 4
27
+
28
+ - Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
29
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
30
+ - Marco ([@Kariamos](https://github.com/Kariamos))
31
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
32
+
33
+ ---
34
+
35
+ # v3.1.103 (Fri Jun 28 2024)
36
+
37
+ #### 🐛 Bug Fix
38
+
39
+ - release 20240628 [#399](https://github.com/AppQuality/unguess-design-system/pull/399) ([@iDome89](https://github.com/iDome89) [@marcbon](https://github.com/marcbon))
40
+ - fix words in obs [#398](https://github.com/AppQuality/unguess-design-system/pull/398) ([@iDome89](https://github.com/iDome89))
41
+ - Add highlited observations fix [#397](https://github.com/AppQuality/unguess-design-system/pull/397) ([@iDome89](https://github.com/iDome89))
42
+
43
+ #### Authors: 2
44
+
45
+ - [@iDome89](https://github.com/iDome89)
46
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
47
+
48
+ ---
49
+
50
+ # v3.1.102 (Fri Jun 21 2024)
51
+
52
+ #### 🐛 Bug Fix
53
+
54
+ - The player offers now an expert mode with full control [#396](https://github.com/AppQuality/unguess-design-system/pull/396) ([@cannarocks](https://github.com/cannarocks))
55
+ - "Refactor Player component to use PlayerProvider for better context management" [#395](https://github.com/AppQuality/unguess-design-system/pull/395) ([@cannarocks](https://github.com/cannarocks))
56
+
57
+ #### Authors: 1
58
+
59
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
60
+
61
+ ---
62
+
63
+ # v3.1.101 (Wed Jun 12 2024)
64
+
65
+ #### 🐛 Bug Fix
66
+
67
+ - Player improvements [#394](https://github.com/AppQuality/unguess-design-system/pull/394) ([@marcbon](https://github.com/marcbon))
68
+ - 🔧 refactor(player): add showControls prop to FloatingControls component [#393](https://github.com/AppQuality/unguess-design-system/pull/393) ([@marcbon](https://github.com/marcbon))
69
+ - ✨ feat(player): add CutStart component to show start point when cutting video [#392](https://github.com/AppQuality/unguess-design-system/pull/392) ([@marcbon](https://github.com/marcbon))
70
+
71
+ #### Authors: 1
72
+
73
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
74
+
75
+ ---
76
+
77
+ # v3.1.100 (Tue Jun 11 2024)
78
+
79
+ #### 🐛 Bug Fix
80
+
81
+ - Improved transcript + player [#391](https://github.com/AppQuality/unguess-design-system/pull/391) ([@marcbon](https://github.com/marcbon))
82
+ - Fix-transcript-obs-button [#388](https://github.com/AppQuality/unguess-design-system/pull/388) ([@marcbon](https://github.com/marcbon))
83
+ - 🩹 fix(controls.tsx, floatingControls.tsx): adjust height to 80px for better [#390](https://github.com/AppQuality/unguess-design-system/pull/390) ([@marcbon](https://github.com/marcbon))
84
+
85
+ #### Authors: 1
86
+
87
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
88
+
89
+ ---
90
+
91
+ # v3.1.99 (Mon Jun 10 2024)
92
+
93
+ #### 🐛 Bug Fix
94
+
95
+ - New version [#385](https://github.com/AppQuality/unguess-design-system/pull/385) ([@iacopolea](https://github.com/iacopolea) [@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon) [@Kariamos](https://github.com/Kariamos))
96
+ - 🚀 feat(player): add showControls prop to PlayerArgs and WrapperProps [#381](https://github.com/AppQuality/unguess-design-system/pull/381) ([@marcbon](https://github.com/marcbon))
97
+ - 🚀 feat(highlight): add CreateObservationButton component [#387](https://github.com/AppQuality/unguess-design-system/pull/387) ([@marcbon](https://github.com/marcbon))
98
+ - feat: centered tooltip attachment text [#386](https://github.com/AppQuality/unguess-design-system/pull/386) ([@Kariamos](https://github.com/Kariamos))
99
+ - feat: added new component for internal avatar [#384](https://github.com/AppQuality/unguess-design-system/pull/384) ([@Kariamos](https://github.com/Kariamos))
100
+ - Attachment error managment [#383](https://github.com/AppQuality/unguess-design-system/pull/383) ([@iacopolea](https://github.com/iacopolea) [@Kariamos](https://github.com/Kariamos))
101
+ - 🚀 feat(cutterButton.tsx): add styled component for Cutter button to prevent [#382](https://github.com/AppQuality/unguess-design-system/pull/382) ([@marcbon](https://github.com/marcbon))
102
+
103
+ #### Authors: 4
104
+
105
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
106
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
107
+ - Marco ([@Kariamos](https://github.com/Kariamos))
108
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
109
+
110
+ ---
111
+
112
+ # v3.1.98 (Tue May 28 2024)
113
+
114
+ #### 🐛 Bug Fix
115
+
116
+ - "Refactor highlight components and add support for multiple observations in transcript" [#380](https://github.com/AppQuality/unguess-design-system/pull/380) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
117
+ - Multiple-obs-support-transcript [#379](https://github.com/AppQuality/unguess-design-system/pull/379) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
118
+ - 🔨 refactor(highlight): remove unnecessary padding in ActiveWord styled component [#378](https://github.com/AppQuality/unguess-design-system/pull/378) ([@marcbon](https://github.com/marcbon))
119
+
120
+ #### Authors: 2
121
+
122
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
123
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
124
+
125
+ ---
126
+
127
+ # v3.1.97 (Tue May 28 2024)
128
+
129
+ #### 🐛 Bug Fix
130
+
131
+ - Add highlight support to unselectable [#377](https://github.com/AppQuality/unguess-design-system/pull/377) ([@cannarocks](https://github.com/cannarocks))
132
+ - "Improve styling and functionality for transcript diarization in highlight component" [#376](https://github.com/AppQuality/unguess-design-system/pull/376) ([@cannarocks](https://github.com/cannarocks))
133
+ - Fix obs player [#375](https://github.com/AppQuality/unguess-design-system/pull/375) ([@marcbon](https://github.com/marcbon))
134
+ - 🎨 style(bookmark.tsx): improve styling for active bookmarks in player parts [#374](https://github.com/AppQuality/unguess-design-system/pull/374) ([@marcbon](https://github.com/marcbon))
135
+
136
+ #### Authors: 2
137
+
138
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
139
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
140
+
141
+ ---
142
+
143
+ # v3.1.96 (Mon May 27 2024)
144
+
145
+ #### 🐛 Bug Fix
146
+
147
+ - Tagging tool improvements [#373](https://github.com/AppQuality/unguess-design-system/pull/373) ([@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
148
+ - 🎨 style(bookmark.tsx): add z-index property to hovered bookmark for better layering [#369](https://github.com/AppQuality/unguess-design-system/pull/369) ([@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
149
+ - ✨ feat(highlight): add font-weight style to StyledWord in highlight component [#370](https://github.com/AppQuality/unguess-design-system/pull/370) ([@marcbon](https://github.com/marcbon))
150
+ - feat: add random hue to new observation label in index.stories.tsx [#372](https://github.com/AppQuality/unguess-design-system/pull/372) ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
151
+ - 🔨 refactor(highlight/index.tsx): improve logic to find closest observation to word [#368](https://github.com/AppQuality/unguess-design-system/pull/368) ([@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
152
+ - 🔧 fix(player): update end time for second bookmark in index.stories.tsx [#371](https://github.com/AppQuality/unguess-design-system/pull/371) ([@marcbon](https://github.com/marcbon))
153
+
154
+ #### Authors: 2
155
+
156
+ - Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
157
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
158
+
159
+ ---
160
+
161
+ # v3.1.95 (Fri May 24 2024)
162
+
163
+ #### 🐛 Bug Fix
164
+
165
+ - Fix highlight [#367](https://github.com/AppQuality/unguess-design-system/pull/367) ([@marcbon](https://github.com/marcbon))
166
+ - 🔧 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))
167
+
168
+ #### Authors: 1
169
+
170
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
171
+
172
+ ---
173
+
174
+ # v3.1.94 (Tue May 21 2024)
175
+
176
+ #### 🐛 Bug Fix
177
+
178
+ - Fix player types [#365](https://github.com/AppQuality/unguess-design-system/pull/365) ([@marcbon](https://github.com/marcbon))
179
+ - 🔨 refactor(player): make tags property optional in IBookmark interface [#364](https://github.com/AppQuality/unguess-design-system/pull/364) ([@marcbon](https://github.com/marcbon))
180
+ - Update observation severity colors [#363](https://github.com/AppQuality/unguess-design-system/pull/363) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
181
+ - Player-colors [#362](https://github.com/AppQuality/unguess-design-system/pull/362) ([@marcbon](https://github.com/marcbon))
182
+
183
+ #### Authors: 2
184
+
185
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
186
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
187
+
188
+ ---
189
+
190
+ # v3.1.93 (Tue May 21 2024)
191
+
192
+ #### 🐛 Bug Fix
193
+
194
+ - 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))
195
+ - Add useDebounce hook for bookmark updates in player controls [#360](https://github.com/AppQuality/unguess-design-system/pull/360) ([@cannarocks](https://github.com/cannarocks))
196
+ - 🚀 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))
197
+ - Add sentiment data to DemoTranscript [#358](https://github.com/AppQuality/unguess-design-system/pull/358) ([@cannarocks](https://github.com/cannarocks))
198
+
199
+ #### Authors: 2
200
+
201
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
202
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
203
+
204
+ ---
205
+
206
+ # v3.1.92 (Fri May 17 2024)
207
+
208
+ #### 🐛 Bug Fix
209
+
210
+ - Update auto version to 11.x.x [#356](https://github.com/AppQuality/unguess-design-system/pull/356) ([@marcbon](https://github.com/marcbon))
211
+ - ⬆️ 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))
212
+ - Update auto version [#354](https://github.com/AppQuality/unguess-design-system/pull/354) ([@marcbon](https://github.com/marcbon))
213
+ - ⬆️ 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))
214
+ - bookmark-tooltip-fix [#352](https://github.com/AppQuality/unguess-design-system/pull/352) ([@iDome89](https://github.com/iDome89) [@marcbon](https://github.com/marcbon))
215
+ - Bookmark tooltip changes [#351](https://github.com/AppQuality/unguess-design-system/pull/351) ([@iDome89](https://github.com/iDome89))
216
+
217
+ #### Authors: 2
218
+
219
+ - [@iDome89](https://github.com/iDome89)
220
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
221
+
222
+ ---
223
+
224
+ # v3.1.91 (Fri May 17 2024)
225
+
226
+ #### 🐛 Bug Fix
227
+
228
+ - new feat media attachments [#350](https://github.com/AppQuality/unguess-design-system/pull/350) ([@iacopolea](https://github.com/iacopolea) [@Kariamos](https://github.com/Kariamos))
229
+ - Fix attachments [#348](https://github.com/AppQuality/unguess-design-system/pull/348) ([@iacopolea](https://github.com/iacopolea) [@Kariamos](https://github.com/Kariamos))
230
+
231
+ #### Authors: 2
232
+
233
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
234
+ - Marco ([@Kariamos](https://github.com/Kariamos))
235
+
236
+ ---
237
+
238
+ # v3.1.90 (Thu May 16 2024)
239
+
240
+ #### 🐛 Bug Fix
241
+
242
+ - refactor: Update player background color in Container component [#349](https://github.com/AppQuality/unguess-design-system/pull/349) ([@cannarocks](https://github.com/cannarocks))
243
+
244
+ #### Authors: 1
245
+
246
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
247
+
248
+ ---
249
+
250
+ # v3.1.89 (Thu May 16 2024)
251
+
252
+ #### 🐛 Bug Fix
253
+
254
+ - Add tooltip to highlights and a brighter new player [#347](https://github.com/AppQuality/unguess-design-system/pull/347) ([@cannarocks](https://github.com/cannarocks))
255
+ - "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))
256
+ - "Update player controls and refactor styling" [#346](https://github.com/AppQuality/unguess-design-system/pull/346) ([@cannarocks](https://github.com/cannarocks))
257
+ - Demo [#344](https://github.com/AppQuality/unguess-design-system/pull/344) ([@cannarocks](https://github.com/cannarocks))
258
+
259
+ #### Authors: 1
260
+
261
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
262
+
263
+ ---
264
+
265
+ # v3.1.88 (Mon May 13 2024)
266
+
267
+ #### 🐛 Bug Fix
268
+
269
+ - Player fixes [#343](https://github.com/AppQuality/unguess-design-system/pull/343) ([@cannarocks](https://github.com/cannarocks))
270
+ - Fix undefined state in player and reduce renders [#342](https://github.com/AppQuality/unguess-design-system/pull/342) ([@cannarocks](https://github.com/cannarocks))
271
+
272
+ #### Authors: 1
273
+
274
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
275
+
276
+ ---
277
+
278
+ # v3.1.87 (Mon May 13 2024)
279
+
280
+ #### 🐛 Bug Fix
281
+
282
+ - 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))
283
+ - fix: package version [#341](https://github.com/AppQuality/unguess-design-system/pull/341) ([@iacopolea](https://github.com/iacopolea))
284
+ - 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))
285
+ - Thumbnails container [#328](https://github.com/AppQuality/unguess-design-system/pull/328) ([@sinatragianpaolo](https://github.com/sinatragianpaolo) [@Kariamos](https://github.com/Kariamos))
286
+ - 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))
287
+
288
+ #### Authors: 4
289
+
290
+ - Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
291
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
292
+ - Marco ([@Kariamos](https://github.com/Kariamos))
293
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
294
+
295
+ ---
296
+
297
+ # v3.1.82 (Mon May 13 2024)
298
+
299
+ #### 🐛 Bug Fix
300
+
301
+ - 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))
302
+ - Update-controls-layout [#338](https://github.com/AppQuality/unguess-design-system/pull/338) ([@cannarocks](https://github.com/cannarocks))
303
+ - fixed obs breaking text [#334](https://github.com/AppQuality/unguess-design-system/pull/334) ([@iDome89](https://github.com/iDome89))
304
+ - removed ; from component tree [#337](https://github.com/AppQuality/unguess-design-system/pull/337) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks))
305
+ - Player controls updated [#336](https://github.com/AppQuality/unguess-design-system/pull/336) ([@cannarocks](https://github.com/cannarocks))
306
+ - Improve-player-bookmarks-usability [#335](https://github.com/AppQuality/unguess-design-system/pull/335) ([@cannarocks](https://github.com/cannarocks))
307
+
308
+ #### ⚠️ Pushed to `master`
309
+
310
+ - 3.1.85 ([@cannarocks](https://github.com/cannarocks))
311
+ - 3.1.84 ([@cannarocks](https://github.com/cannarocks))
312
+
313
+ #### Authors: 2
314
+
315
+ - [@iDome89](https://github.com/iDome89)
316
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
317
+
318
+ ---
319
+
320
+ # v3.1.82 (Mon May 13 2024)
321
+
322
+ #### 🐛 Bug Fix
323
+
324
+ - 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))
325
+ - Update-controls-layout [#338](https://github.com/AppQuality/unguess-design-system/pull/338) ([@cannarocks](https://github.com/cannarocks))
326
+ - fixed obs breaking text [#334](https://github.com/AppQuality/unguess-design-system/pull/334) ([@iDome89](https://github.com/iDome89))
327
+ - removed ; from component tree [#337](https://github.com/AppQuality/unguess-design-system/pull/337) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks))
328
+ - Player controls updated [#336](https://github.com/AppQuality/unguess-design-system/pull/336) ([@cannarocks](https://github.com/cannarocks))
329
+ - Improve-player-bookmarks-usability [#335](https://github.com/AppQuality/unguess-design-system/pull/335) ([@cannarocks](https://github.com/cannarocks))
330
+
331
+ #### Authors: 2
332
+
333
+ - [@iDome89](https://github.com/iDome89)
334
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
335
+
336
+ ---
337
+
338
+ # v3.1.82 (Fri May 10 2024)
339
+
340
+ #### 🐛 Bug Fix
341
+
342
+ - Player controls updated [#336](https://github.com/AppQuality/unguess-design-system/pull/336) ([@cannarocks](https://github.com/cannarocks))
343
+ - Improve-player-bookmarks-usability [#335](https://github.com/AppQuality/unguess-design-system/pull/335) ([@cannarocks](https://github.com/cannarocks))
344
+
345
+ #### Authors: 1
346
+
347
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
348
+
349
+ ---
350
+
351
+ # v3.1.81 (Thu May 09 2024)
352
+
353
+ #### 🐛 Bug Fix
354
+
355
+ - 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))
356
+ - removed border radius from highlighted word [#332](https://github.com/AppQuality/unguess-design-system/pull/332) ([@iDome89](https://github.com/iDome89))
357
+ - fixees for searched term and break word [#330](https://github.com/AppQuality/unguess-design-system/pull/330) ([@iDome89](https://github.com/iDome89))
358
+
359
+ #### Authors: 2
360
+
361
+ - [@iDome89](https://github.com/iDome89)
362
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
363
+
364
+ ---
365
+
366
+ # v3.1.80 (Tue May 07 2024)
367
+
368
+ #### 🐛 Bug Fix
369
+
370
+ - Allow search in trascript [#326](https://github.com/AppQuality/unguess-design-system/pull/326) ([@cannarocks](https://github.com/cannarocks))
371
+ - feat: Add search functionality to highlight component [#325](https://github.com/AppQuality/unguess-design-system/pull/325) ([@cannarocks](https://github.com/cannarocks))
372
+
373
+ #### Authors: 1
374
+
375
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
376
+
377
+ ---
378
+
379
+ # v3.1.79 (Mon May 06 2024)
380
+
381
+ #### 🐛 Bug Fix
382
+
383
+ - release 20240506 [#324](https://github.com/AppQuality/unguess-design-system/pull/324) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
384
+ - Add resizeble observation in player progress [#323](https://github.com/AppQuality/unguess-design-system/pull/323) ([@cannarocks](https://github.com/cannarocks))
385
+ - Add-cutting-edge-functionalities-to-player [#322](https://github.com/AppQuality/unguess-design-system/pull/322) ([@cannarocks](https://github.com/cannarocks))
386
+ - Add Highlight component [#321](https://github.com/AppQuality/unguess-design-system/pull/321) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
387
+
388
+ #### Authors: 2
389
+
390
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
391
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
392
+
393
+ ---
394
+
1
395
  # v3.1.77 (Mon Feb 26 2024)
2
396
 
3
397