@appquality/unguess-design-system 3.1.109-attachments → 3.1.110

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 (161) hide show
  1. package/.github/workflows/release.yml +7 -0
  2. package/.github/workflows/storybook.yml +2 -2
  3. package/CHANGELOG.md +322 -0
  4. package/build/index.d.ts +11 -10
  5. package/build/index.js +1640 -728
  6. package/build/stories/accordions/index.stories.d.ts +5 -5
  7. package/build/stories/alerts/index.d.ts +12 -7
  8. package/build/stories/alerts/index.stories.d.ts +2 -2
  9. package/build/stories/avatar/InternalAvatar.d.ts +2 -0
  10. package/build/stories/avatar/index.stories.d.ts +4 -4
  11. package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
  12. package/build/stories/buttons/anchor/index.stories.d.ts +4 -4
  13. package/build/stories/buttons/button/index.d.ts +14 -9
  14. package/build/stories/buttons/button/index.stories.d.ts +6 -7
  15. package/build/stories/buttons/button-group/index.stories.d.ts +4 -4
  16. package/build/stories/buttons/icon-button/index.stories.d.ts +5 -5
  17. package/build/stories/buttons/split-button/index.stories.d.ts +2 -2
  18. package/build/stories/buttons/utils.d.ts +120 -111
  19. package/build/stories/campaign-cards/index.stories.d.ts +3 -3
  20. package/build/stories/cards/container.stories.d.ts +2 -2
  21. package/build/stories/cards/index.stories.d.ts +3 -3
  22. package/build/stories/charts/bar/index.stories.d.ts +3 -3
  23. package/build/stories/charts/bullet/index.stories.d.ts +3 -3
  24. package/build/stories/charts/halfPie/index.stories.d.ts +2 -2
  25. package/build/stories/charts/pie/index.stories.d.ts +4 -4
  26. package/build/stories/charts/sentiment/index.stories.d.ts +3 -3
  27. package/build/stories/charts/sunburst/index.stories.d.ts +3 -3
  28. package/build/stories/charts/waffle/index.stories.d.ts +3 -3
  29. package/build/stories/chat/_types.d.ts +2 -2
  30. package/build/stories/chat/index.d.ts +8 -4
  31. package/build/stories/chat/index.stories.d.ts +6 -6
  32. package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +2 -2
  33. package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +0 -8
  34. package/build/stories/chat/parts/containers.d.ts +13 -6
  35. package/build/stories/chat/parts/header.d.ts +10 -5
  36. package/build/stories/color-swatch/index.stories.d.ts +3 -3
  37. package/build/stories/drawers/index.stories.d.ts +2 -2
  38. package/build/stories/dropdowns/autocomplete/index.stories.d.ts +3 -3
  39. package/build/stories/dropdowns/countermultiselect/index.stories.d.ts +2 -2
  40. package/build/stories/dropdowns/field/index.d.ts +12 -7
  41. package/build/stories/dropdowns/menu/index.stories.d.ts +3 -3
  42. package/build/stories/dropdowns/select/index.d.ts +8 -4
  43. package/build/stories/dropdowns/select/index.stories.d.ts +3 -4
  44. package/build/stories/editor/index.stories.d.ts +6 -7
  45. package/build/stories/forms/checkbox/cards/index.stories.d.ts +3 -3
  46. package/build/stories/forms/checkbox/index.stories.d.ts +2 -2
  47. package/build/stories/forms/input/index.d.ts +13 -8
  48. package/build/stories/forms/input/index.stories.d.ts +5 -5
  49. package/build/stories/forms/input-toggle/index.d.ts +10 -7
  50. package/build/stories/forms/input-toggle/index.stories.d.ts +6 -6
  51. package/build/stories/forms/mediaInput/index.stories.d.ts +5 -5
  52. package/build/stories/forms/radio/cards/index.stories.d.ts +3 -3
  53. package/build/stories/forms/radio/index.stories.d.ts +3 -3
  54. package/build/stories/forms/textarea/index.stories.d.ts +4 -4
  55. package/build/stories/forms/toggle/index.stories.d.ts +2 -2
  56. package/build/stories/grid/col/index.stories.d.ts +4 -4
  57. package/build/stories/grid/grid/index.stories.d.ts +4 -4
  58. package/build/stories/grid/row/index.stories.d.ts +2 -2
  59. package/build/stories/highlight/CreateObservationButton.d.ts +19 -0
  60. package/build/stories/highlight/_types.d.ts +9 -8
  61. package/build/stories/highlight/demo-parts/data.d.ts +55 -0
  62. package/build/stories/highlight/demo-parts/sentiment-tag.d.ts +7 -0
  63. package/build/stories/highlight/demo-parts/transcript-base.d.ts +5 -0
  64. package/build/stories/highlight/demo-parts/transcript-diarization.d.ts +5 -0
  65. package/build/stories/highlight/demo-parts/transcript-paragraph.d.ts +5 -0
  66. package/build/stories/highlight/demo-parts/transcript-sentiment.d.ts +5 -0
  67. package/build/stories/highlight/index.stories.d.ts +11 -12
  68. package/build/stories/highlight/searchable.d.ts +1 -2
  69. package/build/stories/icons/index.stories.d.ts +2 -2
  70. package/build/stories/info-cards/index.stories.d.ts +3 -3
  71. package/build/stories/label/index.d.ts +12 -9
  72. package/build/stories/label/index.stories.d.ts +3 -3
  73. package/build/stories/lightbox/index.stories.d.ts +2 -2
  74. package/build/stories/lightbox/parts/body.d.ts +26 -15
  75. package/build/stories/lightbox/parts/footer.d.ts +11 -6
  76. package/build/stories/loaders/dots/index.stories.d.ts +2 -2
  77. package/build/stories/loaders/progress/index.stories.d.ts +2 -2
  78. package/build/stories/loaders/skeleton/index.stories.d.ts +3 -3
  79. package/build/stories/loaders/spinner/index.stories.d.ts +2 -2
  80. package/build/stories/login-form/index.stories.d.ts +3 -3
  81. package/build/stories/logo/index.stories.d.ts +2 -2
  82. package/build/stories/modals/fullscreen/index.d.ts +46 -32
  83. package/build/stories/modals/fullscreen/index.stories.d.ts +2 -2
  84. package/build/stories/modals/index.d.ts +11 -6
  85. package/build/stories/modals/index.stories.d.ts +5 -5
  86. package/build/stories/multiselect/index.stories.d.ts +3 -3
  87. package/build/stories/navigation/app-header/index.stories.d.ts +3 -3
  88. package/build/stories/navigation/header/header-item/brandItem.d.ts +12 -7
  89. package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +3 -1
  90. package/build/stories/navigation/page-header/index.d.ts +43 -26
  91. package/build/stories/navigation/page-header/index.stories.d.ts +5 -5
  92. package/build/stories/navigation/page-header/styled/main.d.ts +46 -28
  93. package/build/stories/notifications/index.stories.d.ts +3 -3
  94. package/build/stories/pagination/index.stories.d.ts +3 -3
  95. package/build/stories/player/_types.d.ts +21 -2
  96. package/build/stories/player/hooks/usePictureInPicture.d.ts +4 -0
  97. package/build/stories/player/index.d.ts +7 -2
  98. package/build/stories/player/index.stories.d.ts +7 -5
  99. package/build/stories/player/parts/CutStart.d.ts +4 -0
  100. package/build/stories/player/parts/controlButton.d.ts +294 -0
  101. package/build/stories/player/parts/controls.d.ts +11 -5
  102. package/build/stories/player/parts/floatingControls.d.ts +1 -0
  103. package/build/stories/product-cards/index.stories.d.ts +3 -3
  104. package/build/stories/profile-modal/_types.d.ts +3 -2
  105. package/build/stories/profile-modal/components/menuItem.d.ts +9 -4
  106. package/build/stories/profile-modal/index.stories.d.ts +2 -2
  107. package/build/stories/profile-modal/items/languageMenuItem.d.ts +2 -1
  108. package/build/stories/profile-modal/items/settingsMenuItem.d.ts +2 -2
  109. package/build/stories/service-cards/index.stories.d.ts +3 -3
  110. package/build/stories/slider/index.stories.d.ts +3 -3
  111. package/build/stories/slider/parts/container.d.ts +10 -5
  112. package/build/stories/special-cards/index.d.ts +47 -30
  113. package/build/stories/special-cards/index.stories.d.ts +2 -2
  114. package/build/stories/special-cards/styled/header.d.ts +38 -21
  115. package/build/stories/stepper/index.d.ts +32 -21
  116. package/build/stories/stepper/index.stories.d.ts +3 -3
  117. package/build/stories/table/index.stories.d.ts +11 -11
  118. package/build/stories/tabs/index.stories.d.ts +3 -3
  119. package/build/stories/tags/index.d.ts +28 -20
  120. package/build/stories/tags/index.stories.d.ts +6 -6
  121. package/build/stories/theme/colors.stories.d.ts +20 -0
  122. package/build/stories/theme/palette.stories.d.ts +1 -1
  123. package/build/stories/tiles/index.stories.d.ts +4 -4
  124. package/build/stories/timeline/index.d.ts +14 -7
  125. package/build/stories/timeline/index.stories.d.ts +4 -4
  126. package/build/stories/title/index.stories.d.ts +2 -2
  127. package/build/stories/tooltip/_types.d.ts +1 -0
  128. package/build/stories/tooltip/index.d.ts +1 -278
  129. package/build/stories/tooltip/index.stories.d.ts +3 -2
  130. package/build/stories/tooltip-modal/index.stories.d.ts +2 -2
  131. package/build/stories/transcript/_data.d.ts +17 -0
  132. package/build/stories/transcript/extensions/theme/index.d.ts +347 -0
  133. package/build/stories/transcript/findActiveWord.d.ts +2 -0
  134. package/build/stories/transcript/floatingMenu.d.ts +8 -0
  135. package/build/stories/transcript/getParsedContent.d.ts +26 -0
  136. package/build/stories/transcript/index.d.ts +53 -0
  137. package/build/stories/transcript/index.stories.d.ts +23 -0
  138. package/build/stories/transcript/nodes/active/Component.d.ts +6 -0
  139. package/build/stories/transcript/nodes/active/index.d.ts +4 -0
  140. package/build/stories/transcript/nodes/observation/Component.d.ts +6 -0
  141. package/build/stories/transcript/nodes/observation/index.d.ts +2 -0
  142. package/build/stories/transcript/nodes/paragraph/Component.d.ts +6 -0
  143. package/build/stories/transcript/nodes/paragraph/index.d.ts +2 -0
  144. package/build/stories/transcript/nodes/word/Component.d.ts +6 -0
  145. package/build/stories/transcript/nodes/word/index.d.ts +2 -0
  146. package/build/stories/transcript/search.d.ts +9 -0
  147. package/build/stories/transcript/useEditor.d.ts +11 -0
  148. package/build/stories/typography/block-quote/index.stories.d.ts +2 -2
  149. package/build/stories/typography/code/index.stories.d.ts +4 -4
  150. package/build/stories/typography/ellipsis/index.stories.d.ts +2 -2
  151. package/build/stories/typography/lists/ordered.stories.d.ts +2 -2
  152. package/build/stories/typography/lists/unordered.stories.d.ts +2 -2
  153. package/build/stories/typography/paragraph/index.stories.d.ts +2 -2
  154. package/build/stories/typography/span/index.stories.d.ts +2 -2
  155. package/build/stories/typography/typescale/anchortag/index.stories.d.ts +2 -2
  156. package/build/stories/typography/typescale/index.d.ts +29 -12
  157. package/build/stories/typography/typescale/index.stories.d.ts +2 -2
  158. package/package.json +30 -20
  159. package/yarn-error.log +0 -17994
  160. /package/build/stories/player/{parts → context}/progressContext.d.ts +0 -0
  161. /package/build/stories/player/{parts/utils.d.ts → utils.d.ts} +0 -0
@@ -32,6 +32,13 @@ jobs:
32
32
  key: yarn-deps-${{ hashFiles('yarn.lock') }}
33
33
  restore-keys: |
34
34
  yarn-deps-${{ hashFiles('yarn.lock') }}
35
+ - name: Git Identity
36
+ run: |
37
+ git config --global user.name 'github-actions[bot]'
38
+ git config --global user.email 'github-actions[bot]@users.noreply.github.com'
39
+ git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
40
+ env:
41
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
42
  - name: Create Release
36
43
  env:
37
44
  GITHUB_TOKEN: ${{ secrets.REPO_PAT }}
@@ -24,10 +24,10 @@ jobs:
24
24
  - uses: actions/checkout@v2
25
25
  with:
26
26
  fetch-depth: 0
27
- - name: Use Node.js 16.x
27
+ - name: Use Node.js 18.x
28
28
  uses: actions/setup-node@v2
29
29
  with:
30
- node-version: "16"
30
+ node-version: "18"
31
31
 
32
32
  - name: Publish storybook
33
33
  id: storybook
package/CHANGELOG.md CHANGED
@@ -1,3 +1,325 @@
1
+ # v3.1.110 (Wed Oct 02 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Add new transcript [#416](https://github.com/AppQuality/unguess-design-system/pull/416) ([@cannarocks](https://github.com/cannarocks) [@d-beezee](https://github.com/d-beezee))
6
+ - New highlight component [#411](https://github.com/AppQuality/unguess-design-system/pull/411) ([@cannarocks](https://github.com/cannarocks) [@d-beezee](https://github.com/d-beezee))
7
+
8
+ #### Authors: 2
9
+
10
+ - [@d-beezee](https://github.com/d-beezee)
11
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
12
+
13
+ ---
14
+
15
+ # v3.1.109 (Wed Oct 02 2024)
16
+
17
+ #### 🐛 Bug Fix
18
+
19
+ - Fix authentication logic [#415](https://github.com/AppQuality/unguess-design-system/pull/415) ([@cannarocks](https://github.com/cannarocks))
20
+
21
+ #### Authors: 1
22
+
23
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
24
+
25
+ ---
26
+
27
+ # v3.1.108 (Wed Oct 02 2024)
28
+
29
+ #### 🐛 Bug Fix
30
+
31
+ - Fix sidebar scrollable panel [#414](https://github.com/AppQuality/unguess-design-system/pull/414) ([@d-beezee](https://github.com/d-beezee) [@cannarocks](https://github.com/cannarocks))
32
+ - fix: Restore scrollable panel with new version [#413](https://github.com/AppQuality/unguess-design-system/pull/413) ([@d-beezee](https://github.com/d-beezee))
33
+
34
+ #### Authors: 2
35
+
36
+ - [@d-beezee](https://github.com/d-beezee)
37
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
38
+
39
+ ---
40
+
41
+ # v3.1.106 (Tue Sep 24 2024)
42
+
43
+ #### 🐛 Bug Fix
44
+
45
+ - Update package version to 3.1.106 [#410](https://github.com/AppQuality/unguess-design-system/pull/410) ([@cannarocks](https://github.com/cannarocks))
46
+ - fix editor issues [#409](https://github.com/AppQuality/unguess-design-system/pull/409) ([@cannarocks](https://github.com/cannarocks) [@d-beezee](https://github.com/d-beezee))
47
+ - Hotfix editor issues [#408](https://github.com/AppQuality/unguess-design-system/pull/408) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks) [@sinatragianpaolo](https://github.com/sinatragianpaolo) [@iacopolea](https://github.com/iacopolea) [@d-beezee](https://github.com/d-beezee))
48
+
49
+ #### Authors: 5
50
+
51
+ - [@d-beezee](https://github.com/d-beezee)
52
+ - Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
53
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
54
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
55
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
56
+
57
+ ---
58
+
59
+ # v3.1.105 (Mon Sep 23 2024)
60
+
61
+ #### 🐛 Bug Fix
62
+
63
+ - 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))
64
+ - hide language selector [#405](https://github.com/AppQuality/unguess-design-system/pull/405) ([@Kariamos](https://github.com/Kariamos))
65
+ - 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))
66
+ - feat: Add hue colors docs [#406](https://github.com/AppQuality/unguess-design-system/pull/406) ([@d-beezee](https://github.com/d-beezee))
67
+
68
+ #### Authors: 3
69
+
70
+ - [@d-beezee](https://github.com/d-beezee)
71
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
72
+ - Marco ([@Kariamos](https://github.com/Kariamos))
73
+
74
+ ---
75
+
76
+ # v3.1.104 (Tue Jul 02 2024)
77
+
78
+ #### 🐛 Bug Fix
79
+
80
+ - 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))
81
+ - feat: Add Picture-in-Picture functionality to Player component [#400](https://github.com/AppQuality/unguess-design-system/pull/400) ([@iacopolea](https://github.com/iacopolea))
82
+ - 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))
83
+
84
+ #### Authors: 4
85
+
86
+ - Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
87
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
88
+ - Marco ([@Kariamos](https://github.com/Kariamos))
89
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
90
+
91
+ ---
92
+
93
+ # v3.1.103 (Fri Jun 28 2024)
94
+
95
+ #### 🐛 Bug Fix
96
+
97
+ - release 20240628 [#399](https://github.com/AppQuality/unguess-design-system/pull/399) ([@iDome89](https://github.com/iDome89) [@marcbon](https://github.com/marcbon))
98
+ - fix words in obs [#398](https://github.com/AppQuality/unguess-design-system/pull/398) ([@iDome89](https://github.com/iDome89))
99
+ - Add highlited observations fix [#397](https://github.com/AppQuality/unguess-design-system/pull/397) ([@iDome89](https://github.com/iDome89))
100
+
101
+ #### Authors: 2
102
+
103
+ - [@iDome89](https://github.com/iDome89)
104
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
105
+
106
+ ---
107
+
108
+ # v3.1.102 (Fri Jun 21 2024)
109
+
110
+ #### 🐛 Bug Fix
111
+
112
+ - 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))
113
+ - "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))
114
+
115
+ #### Authors: 1
116
+
117
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
118
+
119
+ ---
120
+
121
+ # v3.1.101 (Wed Jun 12 2024)
122
+
123
+ #### 🐛 Bug Fix
124
+
125
+ - Player improvements [#394](https://github.com/AppQuality/unguess-design-system/pull/394) ([@marcbon](https://github.com/marcbon))
126
+ - 🔧 refactor(player): add showControls prop to FloatingControls component [#393](https://github.com/AppQuality/unguess-design-system/pull/393) ([@marcbon](https://github.com/marcbon))
127
+ - ✨ 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))
128
+
129
+ #### Authors: 1
130
+
131
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
132
+
133
+ ---
134
+
135
+ # v3.1.100 (Tue Jun 11 2024)
136
+
137
+ #### 🐛 Bug Fix
138
+
139
+ - Improved transcript + player [#391](https://github.com/AppQuality/unguess-design-system/pull/391) ([@marcbon](https://github.com/marcbon))
140
+ - Fix-transcript-obs-button [#388](https://github.com/AppQuality/unguess-design-system/pull/388) ([@marcbon](https://github.com/marcbon))
141
+ - 🩹 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))
142
+
143
+ #### Authors: 1
144
+
145
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
146
+
147
+ ---
148
+
149
+ # v3.1.99 (Mon Jun 10 2024)
150
+
151
+ #### 🐛 Bug Fix
152
+
153
+ - 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))
154
+ - 🚀 feat(player): add showControls prop to PlayerArgs and WrapperProps [#381](https://github.com/AppQuality/unguess-design-system/pull/381) ([@marcbon](https://github.com/marcbon))
155
+ - 🚀 feat(highlight): add CreateObservationButton component [#387](https://github.com/AppQuality/unguess-design-system/pull/387) ([@marcbon](https://github.com/marcbon))
156
+ - feat: centered tooltip attachment text [#386](https://github.com/AppQuality/unguess-design-system/pull/386) ([@Kariamos](https://github.com/Kariamos))
157
+ - feat: added new component for internal avatar [#384](https://github.com/AppQuality/unguess-design-system/pull/384) ([@Kariamos](https://github.com/Kariamos))
158
+ - Attachment error managment [#383](https://github.com/AppQuality/unguess-design-system/pull/383) ([@iacopolea](https://github.com/iacopolea) [@Kariamos](https://github.com/Kariamos))
159
+ - 🚀 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))
160
+
161
+ #### Authors: 4
162
+
163
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
164
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
165
+ - Marco ([@Kariamos](https://github.com/Kariamos))
166
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
167
+
168
+ ---
169
+
170
+ # v3.1.98 (Tue May 28 2024)
171
+
172
+ #### 🐛 Bug Fix
173
+
174
+ - "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))
175
+ - Multiple-obs-support-transcript [#379](https://github.com/AppQuality/unguess-design-system/pull/379) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
176
+ - 🔨 refactor(highlight): remove unnecessary padding in ActiveWord styled component [#378](https://github.com/AppQuality/unguess-design-system/pull/378) ([@marcbon](https://github.com/marcbon))
177
+
178
+ #### Authors: 2
179
+
180
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
181
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
182
+
183
+ ---
184
+
185
+ # v3.1.97 (Tue May 28 2024)
186
+
187
+ #### 🐛 Bug Fix
188
+
189
+ - Add highlight support to unselectable [#377](https://github.com/AppQuality/unguess-design-system/pull/377) ([@cannarocks](https://github.com/cannarocks))
190
+ - "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))
191
+ - Fix obs player [#375](https://github.com/AppQuality/unguess-design-system/pull/375) ([@marcbon](https://github.com/marcbon))
192
+ - 🎨 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))
193
+
194
+ #### Authors: 2
195
+
196
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
197
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
198
+
199
+ ---
200
+
201
+ # v3.1.96 (Mon May 27 2024)
202
+
203
+ #### 🐛 Bug Fix
204
+
205
+ - Tagging tool improvements [#373](https://github.com/AppQuality/unguess-design-system/pull/373) ([@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
206
+ - 🎨 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))
207
+ - ✨ 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))
208
+ - 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))
209
+ - 🔨 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))
210
+ - 🔧 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))
211
+
212
+ #### Authors: 2
213
+
214
+ - Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
215
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
216
+
217
+ ---
218
+
219
+ # v3.1.95 (Fri May 24 2024)
220
+
221
+ #### 🐛 Bug Fix
222
+
223
+ - Fix highlight [#367](https://github.com/AppQuality/unguess-design-system/pull/367) ([@marcbon](https://github.com/marcbon))
224
+ - 🔧 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))
225
+
226
+ #### Authors: 1
227
+
228
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
229
+
230
+ ---
231
+
232
+ # v3.1.94 (Tue May 21 2024)
233
+
234
+ #### 🐛 Bug Fix
235
+
236
+ - Fix player types [#365](https://github.com/AppQuality/unguess-design-system/pull/365) ([@marcbon](https://github.com/marcbon))
237
+ - 🔨 refactor(player): make tags property optional in IBookmark interface [#364](https://github.com/AppQuality/unguess-design-system/pull/364) ([@marcbon](https://github.com/marcbon))
238
+ - Update observation severity colors [#363](https://github.com/AppQuality/unguess-design-system/pull/363) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
239
+ - Player-colors [#362](https://github.com/AppQuality/unguess-design-system/pull/362) ([@marcbon](https://github.com/marcbon))
240
+
241
+ #### Authors: 2
242
+
243
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
244
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
245
+
246
+ ---
247
+
248
+ # v3.1.93 (Tue May 21 2024)
249
+
250
+ #### 🐛 Bug Fix
251
+
252
+ - 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))
253
+ - Add useDebounce hook for bookmark updates in player controls [#360](https://github.com/AppQuality/unguess-design-system/pull/360) ([@cannarocks](https://github.com/cannarocks))
254
+ - 🚀 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))
255
+ - Add sentiment data to DemoTranscript [#358](https://github.com/AppQuality/unguess-design-system/pull/358) ([@cannarocks](https://github.com/cannarocks))
256
+
257
+ #### Authors: 2
258
+
259
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
260
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
261
+
262
+ ---
263
+
264
+ # v3.1.92 (Fri May 17 2024)
265
+
266
+ #### 🐛 Bug Fix
267
+
268
+ - Update auto version to 11.x.x [#356](https://github.com/AppQuality/unguess-design-system/pull/356) ([@marcbon](https://github.com/marcbon))
269
+ - ⬆️ 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))
270
+ - Update auto version [#354](https://github.com/AppQuality/unguess-design-system/pull/354) ([@marcbon](https://github.com/marcbon))
271
+ - ⬆️ 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))
272
+ - bookmark-tooltip-fix [#352](https://github.com/AppQuality/unguess-design-system/pull/352) ([@iDome89](https://github.com/iDome89) [@marcbon](https://github.com/marcbon))
273
+ - Bookmark tooltip changes [#351](https://github.com/AppQuality/unguess-design-system/pull/351) ([@iDome89](https://github.com/iDome89))
274
+
275
+ #### Authors: 2
276
+
277
+ - [@iDome89](https://github.com/iDome89)
278
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
279
+
280
+ ---
281
+
282
+ # v3.1.91 (Fri May 17 2024)
283
+
284
+ #### 🐛 Bug Fix
285
+
286
+ - new feat media attachments [#350](https://github.com/AppQuality/unguess-design-system/pull/350) ([@iacopolea](https://github.com/iacopolea) [@Kariamos](https://github.com/Kariamos))
287
+ - Fix attachments [#348](https://github.com/AppQuality/unguess-design-system/pull/348) ([@iacopolea](https://github.com/iacopolea) [@Kariamos](https://github.com/Kariamos))
288
+
289
+ #### Authors: 2
290
+
291
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
292
+ - Marco ([@Kariamos](https://github.com/Kariamos))
293
+
294
+ ---
295
+
296
+ # v3.1.90 (Thu May 16 2024)
297
+
298
+ #### 🐛 Bug Fix
299
+
300
+ - refactor: Update player background color in Container component [#349](https://github.com/AppQuality/unguess-design-system/pull/349) ([@cannarocks](https://github.com/cannarocks))
301
+
302
+ #### Authors: 1
303
+
304
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
305
+
306
+ ---
307
+
308
+ # v3.1.89 (Thu May 16 2024)
309
+
310
+ #### 🐛 Bug Fix
311
+
312
+ - Add tooltip to highlights and a brighter new player [#347](https://github.com/AppQuality/unguess-design-system/pull/347) ([@cannarocks](https://github.com/cannarocks))
313
+ - "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))
314
+ - "Update player controls and refactor styling" [#346](https://github.com/AppQuality/unguess-design-system/pull/346) ([@cannarocks](https://github.com/cannarocks))
315
+ - Demo [#344](https://github.com/AppQuality/unguess-design-system/pull/344) ([@cannarocks](https://github.com/cannarocks))
316
+
317
+ #### Authors: 1
318
+
319
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
320
+
321
+ ---
322
+
1
323
  # v3.1.88 (Mon May 13 2024)
2
324
 
3
325
  #### 🐛 Bug Fix
package/build/index.d.ts CHANGED
@@ -16,23 +16,23 @@ export * from "./stories/info-cards";
16
16
  export * from "./stories/special-cards";
17
17
  export * from "./stories/charts/bar";
18
18
  export * from "./stories/charts/bullet";
19
- export * from "./stories/charts/pie";
20
19
  export * from "./stories/charts/halfPie";
20
+ export * from "./stories/charts/pie";
21
+ export * from "./stories/charts/sentiment";
21
22
  export * from "./stories/charts/sunburst";
22
23
  export * from "./stories/charts/waffle";
23
- export * from "./stories/charts/sentiment";
24
24
  export * from "./stories/chat";
25
25
  export * from "./stories/close";
26
26
  export * from "./stories/color-swatch";
27
27
  export * from "./stories/drawers";
28
+ export * from "./stories/dropdowns/autocomplete";
29
+ export * from "./stories/dropdowns/countermultiselect";
28
30
  export * as DropdownField from "./stories/dropdowns/field";
29
31
  export * from "./stories/dropdowns/item";
30
32
  export * from "./stories/dropdowns/item-content";
31
33
  export * from "./stories/dropdowns/menu";
32
- export * from "./stories/dropdowns/countermultiselect";
33
- export * from "./stories/dropdowns/select";
34
- export * from "./stories/dropdowns/autocomplete";
35
34
  export * from "./stories/dropdowns/menuheader";
35
+ export * from "./stories/dropdowns/select";
36
36
  export * from "./stories/editor";
37
37
  export * from "./stories/forms/checkbox";
38
38
  export * from "./stories/forms/checkbox/cards";
@@ -45,30 +45,30 @@ export * from "./stories/forms/radio/cards";
45
45
  export * from "./stories/forms/textarea";
46
46
  export * from "./stories/forms/toggle";
47
47
  export * from "./stories/grid/col";
48
- export * from "./stories/grid/row";
49
48
  export * from "./stories/grid/grid";
49
+ export * from "./stories/grid/row";
50
50
  export * from "./stories/highlight";
51
51
  export * from "./stories/icons";
52
52
  export * from "./stories/label";
53
53
  export * from "./stories/lightbox";
54
+ export * from "./stories/loaders/dots";
54
55
  export * from "./stories/loaders/progress";
55
56
  export * from "./stories/loaders/skeleton";
56
57
  export * from "./stories/loaders/spinner";
57
- export * from "./stories/loaders/dots";
58
58
  export * from "./stories/login-form";
59
59
  export * from "./stories/logo";
60
60
  export * from "./stories/multiselect";
61
61
  export * from "./stories/modals";
62
62
  export * from "./stories/modals/fullscreen";
63
+ export * from "./stories/navigation/app-header";
63
64
  export * from "./stories/navigation/body";
65
+ export * from "./stories/navigation/chrome";
64
66
  export * from "./stories/navigation/content";
65
67
  export * from "./stories/navigation/header";
66
68
  export * from "./stories/navigation/header/header-item";
67
- export * from "./stories/navigation/app-header";
68
69
  export * from "./stories/navigation/main";
69
70
  export * from "./stories/navigation/nav";
70
71
  export * from "./stories/navigation/nav/nav-item";
71
- export * from "./stories/navigation/chrome";
72
72
  export * from "./stories/notifications";
73
73
  export * from "./stories/pagination";
74
74
  export * from "./stories/navigation/page-header";
@@ -76,7 +76,7 @@ export * from "./stories/player";
76
76
  export * from "./stories/profile-modal";
77
77
  export * from "./stories/slider";
78
78
  export * from "./stories/stepper";
79
- export { Table, Head as TableHead, HeaderRow, HeaderCell, Body as TableBody, Row as TableRow, Cell as TableCell, Caption, } from "./stories/table";
79
+ export { Caption, HeaderCell, HeaderRow, Table, Body as TableBody, Cell as TableCell, Head as TableHead, Row as TableRow, } from "./stories/table";
80
80
  export { GroupRow, GroupedTable } from "./stories/table/grouped";
81
81
  export * from "./stories/tabs";
82
82
  export * from "./stories/tags";
@@ -95,4 +95,5 @@ export * from "./stories/typography/lists";
95
95
  export * from "./stories/typography/paragraph";
96
96
  export * from "./stories/typography/span";
97
97
  export * from "./stories/typography/typescale";
98
+ export * from "./stories/transcript";
98
99
  export { GlobalStyle };