@appquality/unguess-design-system 2.8.4 → 2.8.7

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 (207) hide show
  1. package/.github/workflows/storybook.yml +37 -37
  2. package/.prettierrc +3 -3
  3. package/CHANGELOG.md +588 -552
  4. package/README.md +73 -73
  5. package/generate-story.sh +60 -60
  6. package/package.json +119 -119
  7. package/build/hooks/useWindowSize.d.ts +0 -4
  8. package/build/index.d.ts +0 -63
  9. package/build/index.js +0 -2134
  10. package/build/stories/accordions/_types.d.ts +0 -25
  11. package/build/stories/accordions/index.d.ts +0 -17
  12. package/build/stories/accordions/index.stories.d.ts +0 -21
  13. package/build/stories/avatar/_types.d.ts +0 -19
  14. package/build/stories/avatar/index.d.ts +0 -13
  15. package/build/stories/avatar/index.stories.d.ts +0 -10
  16. package/build/stories/breadcrumbs/_types.d.ts +0 -5
  17. package/build/stories/breadcrumbs/index.d.ts +0 -11
  18. package/build/stories/breadcrumbs/index.stories.d.ts +0 -6
  19. package/build/stories/buttons/anchor/_types.d.ts +0 -11
  20. package/build/stories/buttons/anchor/index.d.ts +0 -12
  21. package/build/stories/buttons/anchor/index.stories.d.ts +0 -8
  22. package/build/stories/buttons/button/_types.d.ts +0 -30
  23. package/build/stories/buttons/button/index.d.ts +0 -22
  24. package/build/stories/buttons/button/index.stories.d.ts +0 -19
  25. package/build/stories/buttons/button-group/_types.d.ts +0 -5
  26. package/build/stories/buttons/button-group/index.d.ts +0 -9
  27. package/build/stories/buttons/button-group/index.stories.d.ts +0 -15
  28. package/build/stories/buttons/icon-button/_types.d.ts +0 -19
  29. package/build/stories/buttons/icon-button/index.d.ts +0 -14
  30. package/build/stories/buttons/icon-button/index.stories.d.ts +0 -9
  31. package/build/stories/buttons/shared/_shared.d.ts +0 -2
  32. package/build/stories/buttons/split-button/_types.d.ts +0 -2
  33. package/build/stories/buttons/split-button/index.d.ts +0 -11
  34. package/build/stories/buttons/split-button/index.stories.d.ts +0 -6
  35. package/build/stories/buttons/utils/useButtonVariant.d.ts +0 -5
  36. package/build/stories/campaignCards/_types.d.ts +0 -43
  37. package/build/stories/campaignCards/index.d.ts +0 -4
  38. package/build/stories/campaignCards/index.stories.d.ts +0 -7
  39. package/build/stories/cards/_types.d.ts +0 -7
  40. package/build/stories/cards/index.d.ts +0 -10
  41. package/build/stories/cards/index.stories.d.ts +0 -11
  42. package/build/stories/close/_types.d.ts +0 -3
  43. package/build/stories/close/index.d.ts +0 -7
  44. package/build/stories/close/index.stories.d.ts +0 -6
  45. package/build/stories/counter/_types.d.ts +0 -5
  46. package/build/stories/counter/index.d.ts +0 -13
  47. package/build/stories/counter/index.stories.d.ts +0 -15
  48. package/build/stories/dropdowns/field/_types.d.ts +0 -2
  49. package/build/stories/dropdowns/field/index.d.ts +0 -4
  50. package/build/stories/dropdowns/item/_types.d.ts +0 -9
  51. package/build/stories/dropdowns/item/index.d.ts +0 -4
  52. package/build/stories/dropdowns/menu/_types.d.ts +0 -47
  53. package/build/stories/dropdowns/menu/index.d.ts +0 -14
  54. package/build/stories/dropdowns/menu/index.stories.d.ts +0 -6
  55. package/build/stories/dropdowns/multiselect/_types.d.ts +0 -17
  56. package/build/stories/dropdowns/multiselect/index.d.ts +0 -11
  57. package/build/stories/dropdowns/multiselect/index.stories.d.ts +0 -21
  58. package/build/stories/dropdowns/select/_types.d.ts +0 -31
  59. package/build/stories/dropdowns/select/index.d.ts +0 -16
  60. package/build/stories/dropdowns/select/index.stories.d.ts +0 -20
  61. package/build/stories/forms/checkbox/_types.d.ts +0 -8
  62. package/build/stories/forms/checkbox/index.d.ts +0 -14
  63. package/build/stories/forms/checkbox/index.stories.d.ts +0 -6
  64. package/build/stories/forms/field/_types.d.ts +0 -3
  65. package/build/stories/forms/field/index.d.ts +0 -8
  66. package/build/stories/forms/field/index.stories.d.ts +0 -6
  67. package/build/stories/forms/input/_types.d.ts +0 -9
  68. package/build/stories/forms/input/index.d.ts +0 -11
  69. package/build/stories/forms/input/index.stories.d.ts +0 -9
  70. package/build/stories/forms/radio/_types.d.ts +0 -3
  71. package/build/stories/forms/radio/index.d.ts +0 -14
  72. package/build/stories/forms/radio/index.stories.d.ts +0 -7
  73. package/build/stories/forms/textarea/_types.d.ts +0 -15
  74. package/build/stories/forms/textarea/index.d.ts +0 -10
  75. package/build/stories/forms/textarea/index.stories.d.ts +0 -8
  76. package/build/stories/forms/toggle/_types.d.ts +0 -3
  77. package/build/stories/forms/toggle/index.d.ts +0 -13
  78. package/build/stories/forms/toggle/index.stories.d.ts +0 -10
  79. package/build/stories/grid/col/_types.d.ts +0 -77
  80. package/build/stories/grid/col/index.d.ts +0 -4
  81. package/build/stories/grid/col/index.stories.d.ts +0 -8
  82. package/build/stories/grid/grid/_types.d.ts +0 -9
  83. package/build/stories/grid/grid/index.d.ts +0 -10
  84. package/build/stories/grid/grid/index.stories.d.ts +0 -12
  85. package/build/stories/grid/row/_types.d.ts +0 -48
  86. package/build/stories/grid/row/index.d.ts +0 -4
  87. package/build/stories/grid/row/index.stories.d.ts +0 -10
  88. package/build/stories/icons/_types.d.ts +0 -7
  89. package/build/stories/icons/index.d.ts +0 -4
  90. package/build/stories/icons/index.stories.d.ts +0 -6
  91. package/build/stories/label/_types.d.ts +0 -5
  92. package/build/stories/label/index.d.ts +0 -8
  93. package/build/stories/label/index.stories.d.ts +0 -7
  94. package/build/stories/loaders/progress/_types.d.ts +0 -12
  95. package/build/stories/loaders/progress/index.d.ts +0 -14
  96. package/build/stories/loaders/progress/index.stories.d.ts +0 -6
  97. package/build/stories/loaders/skeleton/_types.d.ts +0 -9
  98. package/build/stories/loaders/skeleton/index.d.ts +0 -17
  99. package/build/stories/loaders/skeleton/index.stories.d.ts +0 -7
  100. package/build/stories/loaders/spinner/_types.d.ts +0 -19
  101. package/build/stories/loaders/spinner/index.d.ts +0 -11
  102. package/build/stories/loaders/spinner/index.stories.d.ts +0 -6
  103. package/build/stories/login-form/_types.d.ts +0 -29
  104. package/build/stories/login-form/index.d.ts +0 -10
  105. package/build/stories/login-form/index.stories.d.ts +0 -7
  106. package/build/stories/logo/_types.d.ts +0 -9
  107. package/build/stories/logo/index.d.ts +0 -13
  108. package/build/stories/logo/index.stories.d.ts +0 -6
  109. package/build/stories/modals/_types.d.ts +0 -34
  110. package/build/stories/modals/index.d.ts +0 -11
  111. package/build/stories/modals/index.stories.d.ts +0 -19
  112. package/build/stories/navigation/app-header/_types.d.ts +0 -18
  113. package/build/stories/navigation/app-header/index.d.ts +0 -8
  114. package/build/stories/navigation/app-header/index.stories.d.ts +0 -6
  115. package/build/stories/navigation/body/_types.d.ts +0 -5
  116. package/build/stories/navigation/body/index.d.ts +0 -7
  117. package/build/stories/navigation/chrome/_types.d.ts +0 -7
  118. package/build/stories/navigation/chrome/index.d.ts +0 -10
  119. package/build/stories/navigation/content/_types.d.ts +0 -2
  120. package/build/stories/navigation/content/index.d.ts +0 -7
  121. package/build/stories/navigation/header/_types.d.ts +0 -5
  122. package/build/stories/navigation/header/header-item/_types.d.ts +0 -32
  123. package/build/stories/navigation/header/header-item/brandItem.d.ts +0 -4
  124. package/build/stories/navigation/header/header-item/headerItem.d.ts +0 -4
  125. package/build/stories/navigation/header/header-item/headerItemIcon.d.ts +0 -4
  126. package/build/stories/navigation/header/header-item/headerItemText.d.ts +0 -4
  127. package/build/stories/navigation/header/header-item/index.d.ts +0 -5
  128. package/build/stories/navigation/header/header-item/utils.d.ts +0 -13
  129. package/build/stories/navigation/header/index.d.ts +0 -13
  130. package/build/stories/navigation/main/_types.d.ts +0 -2
  131. package/build/stories/navigation/main/index.d.ts +0 -7
  132. package/build/stories/navigation/nav/_types.d.ts +0 -5
  133. package/build/stories/navigation/nav/index.d.ts +0 -10
  134. package/build/stories/navigation/nav/nav-item/_types.d.ts +0 -29
  135. package/build/stories/navigation/nav/nav-item/index.d.ts +0 -7
  136. package/build/stories/navigation/nav/nav-item/navDivider.d.ts +0 -4
  137. package/build/stories/navigation/nav/nav-item/navItem.d.ts +0 -4
  138. package/build/stories/navigation/nav/nav-item/navItemIcon.d.ts +0 -4
  139. package/build/stories/navigation/nav/nav-item/navItemProject.d.ts +0 -8
  140. package/build/stories/navigation/nav/nav-item/navItemText.d.ts +0 -4
  141. package/build/stories/navigation/nav/nav-item/navToggle.d.ts +0 -4
  142. package/build/stories/navigation/sidebar/_types.d.ts +0 -17
  143. package/build/stories/navigation/sidebar/index.d.ts +0 -10
  144. package/build/stories/navigation/sidebar/index.stories.d.ts +0 -9
  145. package/build/stories/notifications/_types.d.ts +0 -9
  146. package/build/stories/notifications/index.d.ts +0 -20
  147. package/build/stories/notifications/index.stories.d.ts +0 -10
  148. package/build/stories/page/index.d.ts +0 -8
  149. package/build/stories/page/index.stories.d.ts +0 -6
  150. package/build/stories/pagination/_types.d.ts +0 -34
  151. package/build/stories/pagination/index.d.ts +0 -17
  152. package/build/stories/pagination/index.stories.d.ts +0 -7
  153. package/build/stories/profile-modal/UserContainer.d.ts +0 -3
  154. package/build/stories/profile-modal/_types.d.ts +0 -43
  155. package/build/stories/profile-modal/helpMenuItem.d.ts +0 -18
  156. package/build/stories/profile-modal/index.d.ts +0 -11
  157. package/build/stories/profile-modal/index.stories.d.ts +0 -6
  158. package/build/stories/profile-modal/languageMenuItem.d.ts +0 -14
  159. package/build/stories/profile-modal/menuItem.d.ts +0 -11
  160. package/build/stories/profile-modal/menuItemIcon.d.ts +0 -9
  161. package/build/stories/profile-modal/previousMenuButton.d.ts +0 -3
  162. package/build/stories/profile-modal/userMenu.d.ts +0 -3
  163. package/build/stories/profile-modal/utils.d.ts +0 -1
  164. package/build/stories/shared/globalStyle.d.ts +0 -2
  165. package/build/stories/table/_types.d.ts +0 -83
  166. package/build/stories/table/grouped.d.ts +0 -5
  167. package/build/stories/table/index.d.ts +0 -21
  168. package/build/stories/table/index.stories.d.ts +0 -18
  169. package/build/stories/tags/_types.d.ts +0 -17
  170. package/build/stories/tags/index.d.ts +0 -22
  171. package/build/stories/tags/index.stories.d.ts +0 -19
  172. package/build/stories/theme/gradients.d.ts +0 -4
  173. package/build/stories/theme/index.d.ts +0 -244
  174. package/build/stories/theme/mixins.d.ts +0 -3
  175. package/build/stories/theme/palette.d.ts +0 -141
  176. package/build/stories/theme/palette.stories.d.ts +0 -15
  177. package/build/stories/theme/utils.d.ts +0 -3
  178. package/build/stories/tiles/_types.d.ts +0 -12
  179. package/build/stories/tiles/index.d.ts +0 -22
  180. package/build/stories/tiles/index.stories.d.ts +0 -25
  181. package/build/stories/title/_types.d.ts +0 -5
  182. package/build/stories/title/index.d.ts +0 -7
  183. package/build/stories/title/index.stories.d.ts +0 -6
  184. package/build/stories/trigger/_types.d.ts +0 -3
  185. package/build/stories/trigger/index.d.ts +0 -7
  186. package/build/stories/typography/block-quote/_types.d.ts +0 -5
  187. package/build/stories/typography/block-quote/index.d.ts +0 -7
  188. package/build/stories/typography/block-quote/index.stories.d.ts +0 -5
  189. package/build/stories/typography/code/_types.d.ts +0 -7
  190. package/build/stories/typography/code/index.d.ts +0 -7
  191. package/build/stories/typography/code/index.stories.d.ts +0 -8
  192. package/build/stories/typography/ellipsis/_types.d.ts +0 -9
  193. package/build/stories/typography/ellipsis/index.d.ts +0 -7
  194. package/build/stories/typography/ellipsis/index.stories.d.ts +0 -5
  195. package/build/stories/typography/lists/_types.d.ts +0 -17
  196. package/build/stories/typography/lists/index.d.ts +0 -16
  197. package/build/stories/typography/lists/ordered.stories.d.ts +0 -9
  198. package/build/stories/typography/lists/unordered.stories.d.ts +0 -9
  199. package/build/stories/typography/paragraph/_types.d.ts +0 -5
  200. package/build/stories/typography/paragraph/index.d.ts +0 -7
  201. package/build/stories/typography/paragraph/index.stories.d.ts +0 -6
  202. package/build/stories/typography/span/_types.d.ts +0 -13
  203. package/build/stories/typography/span/index.d.ts +0 -13
  204. package/build/stories/typography/span/index.stories.d.ts +0 -6
  205. package/build/stories/typography/typescale/_types.d.ts +0 -43
  206. package/build/stories/typography/typescale/index.d.ts +0 -12
  207. package/build/stories/typography/typescale/index.stories.d.ts +0 -5
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- # v2.8.4 (Tue Apr 12 2022)
1
+ # v2.8.6 (Wed Apr 13 2022)
2
2
 
3
3
  #### ⚠️ Pushed to `master`
4
4
 
5
- - fix(profilemodal): add translatable props ([@cannarocks](https://github.com/cannarocks))
5
+ - fix(menuitem): force hover background color ([@cannarocks](https://github.com/cannarocks))
6
6
 
7
7
  #### Authors: 1
8
8
 
@@ -10,141 +10,11 @@
10
10
 
11
11
  ---
12
12
 
13
- # v2.8.3 (Tue Apr 12 2022)
13
+ # v2.8.6 (Wed Apr 13 2022)
14
14
 
15
15
  #### ⚠️ Pushed to `master`
16
16
 
17
- - feat(changelog): add any ReactNode ad changelog item (cannarozzoluca@live.it)
18
-
19
- #### Authors: 1
20
-
21
- - Luca Cannarozzo (cannarozzoluca@live.it)
22
-
23
- ---
24
-
25
- # v2.8.2 (Tue Apr 12 2022)
26
-
27
-
28
-
29
- ---
30
-
31
- # v2.8.1 (Tue Apr 12 2022)
32
-
33
- #### 🐛 Bug Fix
34
-
35
- - fix(sidebar): add navToggle callback [#32](https://github.com/AppQuality/unguess-design-system/pull/32) ([@cannarocks](https://github.com/cannarocks))
36
-
37
- #### Authors: 1
38
-
39
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
40
-
41
- ---
42
-
43
- # v2.8.0 (Tue Apr 12 2022)
44
-
45
- #### 🚀 Enhancement
46
-
47
- - Fix/components for release [#31](https://github.com/AppQuality/unguess-design-system/pull/31) ([@marcbon](https://github.com/marcbon))
48
-
49
- #### Authors: 1
50
-
51
- - Marco Bonomo ([@marcbon](https://github.com/marcbon))
52
-
53
- ---
54
-
55
- # v2.7.1 (Fri Apr 08 2022)
56
-
57
-
58
-
59
- ---
60
-
61
- # v2.7.0 (Fri Apr 08 2022)
62
-
63
- #### 🚀 Enhancement
64
-
65
- - fix(campaign cards): add card props [#29](https://github.com/AppQuality/unguess-design-system/pull/29) ([@marcbon](https://github.com/marcbon))
66
- - Cup 523 profile modal [#26](https://github.com/AppQuality/unguess-design-system/pull/26) ([@antoninojob](https://github.com/antoninojob) [@cannarocks](https://github.com/cannarocks))
67
- - Refactor/table accordion [#30](https://github.com/AppQuality/unguess-design-system/pull/30) ([@antoninojob](https://github.com/antoninojob) [@cannarocks](https://github.com/cannarocks))
68
-
69
- #### ⚠️ Pushed to `master`
70
-
71
- - fix(profilemodal): minor spaces fixes on modal ([@cannarocks](https://github.com/cannarocks))
72
- - feat(navigation): add rotation to profile header chevron based on modal ([@cannarocks](https://github.com/cannarocks))
73
- - Update storybook.yml ([@cannarocks](https://github.com/cannarocks))
74
-
75
- #### Authors: 3
76
-
77
- - Antonino ([@antoninojob](https://github.com/antoninojob))
78
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
79
- - Marco Bonomo ([@marcbon](https://github.com/marcbon))
80
-
81
- ---
82
-
83
- # v2.6.2 (Thu Mar 31 2022)
84
-
85
-
86
-
87
- ---
88
-
89
- # v2.6.1 (Thu Mar 31 2022)
90
-
91
- #### ⚠️ Pushed to `master`
92
-
93
- - fix(login): add generic error message ([@cannarocks](https://github.com/cannarocks))
94
-
95
- #### Authors: 1
96
-
97
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
98
-
99
- ---
100
-
101
- # v2.6.0 (Tue Mar 29 2022)
102
-
103
- #### 🚀 Enhancement
104
-
105
- - Feature/cup 500 campaign card [#27](https://github.com/AppQuality/unguess-design-system/pull/27) ([@cicababba](https://github.com/cicababba) [@marcbon](https://github.com/marcbon))
106
-
107
- #### 🐛 Bug Fix
108
-
109
- - Fix/campaign cards [#28](https://github.com/AppQuality/unguess-design-system/pull/28) ([@marcbon](https://github.com/marcbon))
110
-
111
- #### ⚠️ Pushed to `master`
112
-
113
- - fix(campaigncard): add html props to campaign card ([@cannarocks](https://github.com/cannarocks))
114
- - fix(scroll): hide <Main /> scroll ([@cannarocks](https://github.com/cannarocks))
115
- - fix(counter): fix error on zero counter values ([@cannarocks](https://github.com/cannarocks))
116
-
117
- #### Authors: 3
118
-
119
- - cicababba ([@cicababba](https://github.com/cicababba))
120
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
121
- - Marco Bonomo ([@marcbon](https://github.com/marcbon))
122
-
123
- ---
124
-
125
- # v2.5.7 (Mon Mar 28 2022)
126
-
127
-
128
-
129
- ---
130
-
131
- # v2.5.6 (Mon Mar 28 2022)
132
-
133
- #### ⚠️ Pushed to `master`
134
-
135
- - fix(spaces): fix spaces between main, body and page title ([@cannarocks](https://github.com/cannarocks))
136
-
137
- #### Authors: 1
138
-
139
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
140
-
141
- ---
142
-
143
- # v2.5.5 (Mon Mar 28 2022)
144
-
145
- #### ⚠️ Pushed to `master`
146
-
147
- - fix(main): add spaces as described by dressBerry ([@cannarocks](https://github.com/cannarocks))
17
+ - fix(menuitem): force hover background color ([@cannarocks](https://github.com/cannarocks))
148
18
 
149
19
  #### Authors: 1
150
20
 
@@ -152,421 +22,587 @@
152
22
 
153
23
  ---
154
24
 
155
- # v2.5.3 (Fri Mar 25 2022)
156
-
157
- #### ⚠️ Pushed to `master`
158
-
159
- - build(auto-it): update auto package ([@cannarocks](https://github.com/cannarocks))
160
-
161
- #### Authors: 1
162
-
163
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
164
-
165
- ---
166
-
167
- # v2.5.3 (Fri Mar 25 2022)
168
-
169
-
170
-
171
- ---
172
-
173
- # v2.5.3 (Fri Mar 25 2022)
174
-
175
-
176
-
177
- ---
178
-
179
- # v2.5.3 (Fri Mar 25 2022)
180
-
181
-
182
-
183
- ---
184
-
185
- # v2.5.3 (Fri Mar 25 2022)
186
-
187
-
188
-
189
- ---
190
-
191
- # v2.5.2 (Fri Mar 25 2022)
192
-
193
- #### ⚠️ Pushed to `master`
194
-
195
- - fix(nav): update header and sidebar sizes ([@cannarocks](https://github.com/cannarocks))
196
-
197
- #### Authors: 1
198
-
199
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
200
-
201
- ---
202
-
203
- # v2.5.1 (Thu Mar 24 2022)
204
-
205
- #### 🐛 Bug Fix
206
-
207
- - feat(counter): add Counter component [#25](https://github.com/AppQuality/unguess-design-system/pull/25) ([@cannarocks](https://github.com/cannarocks))
208
-
209
- #### ⚠️ Pushed to `master`
210
-
211
- - fix(navigation): export Chrome component ([@cannarocks](https://github.com/cannarocks))
212
- - build(chromatic): add delay to prevent blank snapshot ([@cannarocks](https://github.com/cannarocks))
213
-
214
- #### Authors: 1
215
-
216
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
217
-
218
- ---
219
-
220
- # v2.5.0 (Thu Mar 24 2022)
221
-
222
- #### 🚀 Enhancement
223
-
224
- - build(components): add component to index [#24](https://github.com/AppQuality/unguess-design-system/pull/24) ([@cannarocks](https://github.com/cannarocks))
225
- - feat(table): add Sort component variant [#16](https://github.com/AppQuality/unguess-design-system/pull/16) ([@antoninojob](https://github.com/antoninojob) [@cannarocks](https://github.com/cannarocks))
226
- - Cup 488 chrome navigation [#21](https://github.com/AppQuality/unguess-design-system/pull/21) ([@cannarocks](https://github.com/cannarocks))
227
-
228
- #### 🐛 Bug Fix
229
-
230
- - refactor(icons): move used icon inside prj assets folder and remove @zendesk/svg-icons as dep [#23](https://github.com/AppQuality/unguess-design-system/pull/23) ([@cannarocks](https://github.com/cannarocks))
231
- - Cup 501 table accordion [#19](https://github.com/AppQuality/unguess-design-system/pull/19) ([@antoninojob](https://github.com/antoninojob) [@marcbon](https://github.com/marcbon))
232
- - Feature/cup 473 modal [#20](https://github.com/AppQuality/unguess-design-system/pull/20) ([@cicababba](https://github.com/cicababba))
233
- - feat(sidebar): add test fashion icon [#22](https://github.com/AppQuality/unguess-design-system/pull/22) ([@cannarocks](https://github.com/cannarocks))
234
- - Fix storybook issues [#18](https://github.com/AppQuality/unguess-design-system/pull/18) ([@cannarocks](https://github.com/cannarocks))
235
-
236
- #### ⚠️ Pushed to `master`
237
-
238
- - fix(brandurl): fix BrandUrl domain ([@cannarocks](https://github.com/cannarocks))
239
- - fix(sidebar): add space from header even if there are no tokens ([@cannarocks](https://github.com/cannarocks))
240
- - fix(loginform): remove debug text ([@cannarocks](https://github.com/cannarocks))
241
-
242
- #### Authors: 4
243
-
244
- - Antonino ([@antoninojob](https://github.com/antoninojob))
245
- - cicababba ([@cicababba](https://github.com/cicababba))
246
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
247
- - Marco Bonomo ([@marcbon](https://github.com/marcbon))
248
-
249
- ---
250
-
251
- # v2.4.1 (Fri Mar 18 2022)
252
-
253
-
254
-
255
- ---
256
-
257
- # v2.4.0 (Fri Mar 18 2022)
258
-
259
- #### 🚀 Enhancement
260
-
261
- - add logo component + fix login-form component issues [#17](https://github.com/AppQuality/unguess-design-system/pull/17) ([@marcbon](https://github.com/marcbon))
262
-
263
- #### Authors: 1
264
-
265
- - Marco Bonomo ([@marcbon](https://github.com/marcbon))
266
-
267
- ---
268
-
269
- # v2.3.1 (Tue Mar 15 2022)
270
-
271
-
272
-
273
- ---
274
-
275
- # v2.2.0 (Tue Mar 15 2022)
276
-
277
- #### 🚀 Enhancement
278
-
279
- - feat(tiles): add tiles component [#12](https://github.com/AppQuality/unguess-design-system/pull/12) ([@antoninojob](https://github.com/antoninojob))
280
- - Login form [#15](https://github.com/AppQuality/unguess-design-system/pull/15) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
281
- - Feat/improve storybook experience [#14](https://github.com/AppQuality/unguess-design-system/pull/14) ([@cannarocks](https://github.com/cannarocks))
282
-
283
- #### 🐛 Bug Fix
284
-
285
- - fix(table): changed types definition for extras elements [#13](https://github.com/AppQuality/unguess-design-system/pull/13) ([@antoninojob](https://github.com/antoninojob))
286
- - Cup 438 table [#10](https://github.com/AppQuality/unguess-design-system/pull/10) ([@antoninojob](https://github.com/antoninojob))
287
- - feat(tag): add tag component [#11](https://github.com/AppQuality/unguess-design-system/pull/11) ([@antoninojob](https://github.com/antoninojob))
288
-
289
- #### ⚠️ Pushed to `master`
290
-
291
- - fix(export): prevent naming conflicts ([@cannarocks](https://github.com/cannarocks))
292
- - feat(loginform): add basic Login Form ([@cannarocks](https://github.com/cannarocks))
293
-
294
- #### Authors: 3
295
-
296
- - Antonino ([@antoninojob](https://github.com/antoninojob))
297
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
298
- - Marco Bonomo ([@marcbon](https://github.com/marcbon))
299
-
300
- ---
301
-
302
- # v2.2.0 (Tue Mar 15 2022)
303
-
304
- #### 🚀 Enhancement
305
-
306
- - feat(tiles): add tiles component [#12](https://github.com/AppQuality/unguess-design-system/pull/12) ([@antoninojob](https://github.com/antoninojob))
307
- - Login form [#15](https://github.com/AppQuality/unguess-design-system/pull/15) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
308
- - Feat/improve storybook experience [#14](https://github.com/AppQuality/unguess-design-system/pull/14) ([@cannarocks](https://github.com/cannarocks))
309
-
310
- #### 🐛 Bug Fix
311
-
312
- - fix(table): changed types definition for extras elements [#13](https://github.com/AppQuality/unguess-design-system/pull/13) ([@antoninojob](https://github.com/antoninojob))
313
- - Cup 438 table [#10](https://github.com/AppQuality/unguess-design-system/pull/10) ([@antoninojob](https://github.com/antoninojob))
314
- - feat(tag): add tag component [#11](https://github.com/AppQuality/unguess-design-system/pull/11) ([@antoninojob](https://github.com/antoninojob))
315
-
316
- #### ⚠️ Pushed to `master`
317
-
318
- - fix(export): prevent naming conflicts ([@cannarocks](https://github.com/cannarocks))
319
- - feat(loginform): add basic Login Form ([@cannarocks](https://github.com/cannarocks))
320
-
321
- #### Authors: 3
322
-
323
- - [@marcbon](https://github.com/marcbon)
324
- - Antonino ([@antoninojob](https://github.com/antoninojob))
325
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
326
-
327
- ---
328
-
329
- # v2.1.0 (Fri Mar 11 2022)
330
-
331
- #### 🚀 Enhancement
332
-
333
- - Cup 431 form [#8](https://github.com/AppQuality/unguess-design-system/pull/8) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
334
- - feat(multiselect): add multiselect and palette story [#9](https://github.com/AppQuality/unguess-design-system/pull/9) ([@cannarocks](https://github.com/cannarocks))
335
- - Cup 433 loaders [#7](https://github.com/AppQuality/unguess-design-system/pull/7) ([@marcbon](https://github.com/marcbon))
336
- - Cup 446 wells [#6](https://github.com/AppQuality/unguess-design-system/pull/6) ([@cannarocks](https://github.com/cannarocks))
337
- - add avatar component [#5](https://github.com/AppQuality/unguess-design-system/pull/5) ([@marcbon](https://github.com/marcbon))
338
- - Cup 424 accordion [#4](https://github.com/AppQuality/unguess-design-system/pull/4) ([@cannarocks](https://github.com/cannarocks))
339
- - Typography components [#3](https://github.com/AppQuality/unguess-design-system/pull/3) ([@cannarocks](https://github.com/cannarocks))
340
-
341
- #### ⚠️ Pushed to `master`
342
-
343
- - feat(storybook): add Unguess theme ([@cannarocks](https://github.com/cannarocks))
344
- - feat(intro): add intro page story ([@cannarocks](https://github.com/cannarocks))
345
- - fix(field): fix wrong import for form field component ([@cannarocks](https://github.com/cannarocks))
346
- - fix(field): restore form field component ([@cannarocks](https://github.com/cannarocks))
347
- - build(storybook): update Github action used to publish component build ([@cannarocks](https://github.com/cannarocks))
348
- - refactor(stories): move molecules under right group ([@cannarocks](https://github.com/cannarocks))
349
- - Merge branch 'CUP-430-dropdowns' ([@cannarocks](https://github.com/cannarocks))
350
- - fix(palette): remove useless import ([@cannarocks](https://github.com/cannarocks))
351
- - Create storybook.yml ([@cannarocks](https://github.com/cannarocks))
352
- - refactor(notifications): remove unused imports ([@cannarocks](https://github.com/cannarocks))
353
- - feat(notifications): add notification component ([@cannarocks](https://github.com/cannarocks))
354
- - fix avatars description ([@marcbon](https://github.com/marcbon))
355
-
356
- #### Authors: 2
357
-
358
- - [@marcbon](https://github.com/marcbon)
359
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
360
-
361
- ---
362
-
363
- # v2.1.0 (Fri Mar 11 2022)
364
-
365
- #### 🚀 Enhancement
366
-
367
- - Cup 431 form [#8](https://github.com/AppQuality/unguess-design-system/pull/8) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
368
- - feat(multiselect): add multiselect and palette story [#9](https://github.com/AppQuality/unguess-design-system/pull/9) ([@cannarocks](https://github.com/cannarocks))
369
- - Cup 433 loaders [#7](https://github.com/AppQuality/unguess-design-system/pull/7) ([@marcbon](https://github.com/marcbon))
370
- - Cup 446 wells [#6](https://github.com/AppQuality/unguess-design-system/pull/6) ([@cannarocks](https://github.com/cannarocks))
371
- - add avatar component [#5](https://github.com/AppQuality/unguess-design-system/pull/5) ([@marcbon](https://github.com/marcbon))
372
- - Cup 424 accordion [#4](https://github.com/AppQuality/unguess-design-system/pull/4) ([@cannarocks](https://github.com/cannarocks))
373
- - Typography components [#3](https://github.com/AppQuality/unguess-design-system/pull/3) ([@cannarocks](https://github.com/cannarocks))
374
-
375
- #### ⚠️ Pushed to `master`
376
-
377
- - feat(storybook): add Unguess theme ([@cannarocks](https://github.com/cannarocks))
378
- - feat(intro): add intro page story ([@cannarocks](https://github.com/cannarocks))
379
- - fix(field): fix wrong import for form field component ([@cannarocks](https://github.com/cannarocks))
380
- - fix(field): restore form field component ([@cannarocks](https://github.com/cannarocks))
381
- - build(storybook): update Github action used to publish component build ([@cannarocks](https://github.com/cannarocks))
382
- - refactor(stories): move molecules under right group ([@cannarocks](https://github.com/cannarocks))
383
- - Merge branch 'CUP-430-dropdowns' ([@cannarocks](https://github.com/cannarocks))
384
- - fix(palette): remove useless import ([@cannarocks](https://github.com/cannarocks))
385
- - Create storybook.yml ([@cannarocks](https://github.com/cannarocks))
386
- - refactor(notifications): remove unused imports ([@cannarocks](https://github.com/cannarocks))
387
- - feat(notifications): add notification component ([@cannarocks](https://github.com/cannarocks))
388
- - fix avatars description ([@marcbon](https://github.com/marcbon))
389
-
390
- #### Authors: 2
391
-
392
- - [@marcbon](https://github.com/marcbon)
393
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
394
-
395
- ---
396
-
397
- # v1.0.0 (Fri Mar 04 2022)
398
-
399
- #### 💥 Breaking Change
400
-
401
- - Cup 427 ds buttons [#2](https://github.com/AppQuality/unguess-design-system/pull/2) ([@cannarocks](https://github.com/cannarocks))
402
-
403
- #### ⚠️ Pushed to `master`
404
-
405
- - update .npmignore ([@cannarocks](https://github.com/cannarocks))
406
-
407
- #### Authors: 1
408
-
409
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
410
-
411
- ---
412
-
413
- # v1.0.0 (Fri Mar 04 2022)
414
-
415
- #### 💥 Breaking Change
416
-
417
- - Cup 427 ds buttons [#2](https://github.com/AppQuality/unguess-design-system/pull/2) ([@cannarocks](https://github.com/cannarocks))
418
-
419
- #### ⚠️ Pushed to `master`
420
-
421
- - update .npmignore ([@cannarocks](https://github.com/cannarocks))
422
-
423
- #### Authors: 1
424
-
425
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
426
-
427
- ---
428
-
429
- # v1.0.0 (Fri Mar 04 2022)
430
-
431
- #### 💥 Breaking Change
432
-
433
- - Cup 427 ds buttons [#2](https://github.com/AppQuality/unguess-design-system/pull/2) ([@cannarocks](https://github.com/cannarocks))
434
-
435
- #### ⚠️ Pushed to `master`
436
-
437
- - update .npmignore ([@cannarocks](https://github.com/cannarocks))
438
-
439
- #### Authors: 1
440
-
441
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
442
-
443
- ---
444
-
445
- # v0.3.5 (Thu Mar 03 2022)
446
-
447
- #### ⚠️ Pushed to `master`
448
-
449
- - fix wrong globalStyleExport ([@cannarocks](https://github.com/cannarocks))
450
-
451
- #### Authors: 1
452
-
453
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
454
-
455
- ---
456
-
457
- # v0.3.5 (Thu Mar 03 2022)
458
-
459
-
460
-
461
- ---
462
-
463
- # v0.3.4 (Thu Mar 03 2022)
464
-
465
- #### ⚠️ Pushed to `master`
466
-
467
- - export global style ([@cannarocks](https://github.com/cannarocks))
468
-
469
- #### Authors: 1
470
-
471
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
472
-
473
- ---
474
-
475
- # v0.3.3 (Thu Mar 03 2022)
476
-
477
- #### ⚠️ Pushed to `master`
478
-
479
- - update .npmignore ([@cannarocks](https://github.com/cannarocks))
480
-
481
- #### Authors: 1
482
-
483
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
484
-
485
- ---
486
-
487
- # v0.3.2 (Thu Mar 03 2022)
488
-
489
- #### ⚠️ Pushed to `master`
490
-
491
- - chore: add .npmignore ([@cannarocks](https://github.com/cannarocks))
492
-
493
- #### Authors: 1
494
-
495
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
496
-
497
- ---
498
-
499
- # v0.3.1 (Thu Mar 03 2022)
500
-
501
- #### ⚠️ Pushed to `master`
502
-
503
- - feat: change theme export ([@cannarocks](https://github.com/cannarocks))
504
-
505
- #### Authors: 1
506
-
507
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
508
-
509
- ---
510
-
511
- # v0.2.0 (Thu Mar 03 2022)
512
-
513
- #### 🚀 Enhancement
514
-
515
- - Cup 422 setup theme [#1](https://github.com/AppQuality/unguess-design-system/pull/1) ([@cannarocks](https://github.com/cannarocks))
516
-
517
- #### Authors: 1
518
-
519
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
520
-
521
- ---
522
-
523
- # v0.2.0 (Wed Mar 02 2022)
524
-
525
- #### 🚀 Enhancement
526
-
527
- - Cup 422 setup theme [#1](https://github.com/AppQuality/unguess-design-system/pull/1) ([@cannarocks](https://github.com/cannarocks))
528
-
529
- #### Authors: 1
530
-
531
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
532
-
533
- ---
534
-
535
- # v0.1.2 (Tue Mar 01 2022)
536
-
537
- #### ⚠️ Pushed to `master`
538
-
539
- - chore: move @zendeskgarden/react-theming to dependency ([@cannarocks](https://github.com/cannarocks))
540
-
541
- #### Authors: 1
542
-
543
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
544
-
545
- ---
546
-
547
- # v0.1.1 (Tue Mar 01 2022)
548
-
549
- #### ⚠️ Pushed to `master`
550
-
551
- - update .gitignore ([@cannarocks](https://github.com/cannarocks))
552
- - update package.json ([@cannarocks](https://github.com/cannarocks))
553
- - Initial commit ([@cannarocks](https://github.com/cannarocks))
554
- - Initialize project using Create React App ([@cannarocks](https://github.com/cannarocks))
555
-
556
- #### Authors: 1
557
-
558
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
559
-
560
- ---
561
-
562
- # v0.1.1 (Tue Mar 01 2022)
563
-
564
- #### ⚠️ Pushed to `master`
565
-
566
- - update package.json ([@cannarocks](https://github.com/cannarocks))
567
- - Initial commit ([@cannarocks](https://github.com/cannarocks))
568
- - Initialize project using Create React App ([@cannarocks](https://github.com/cannarocks))
569
-
570
- #### Authors: 1
571
-
572
- - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
25
+ # v2.8.5 (Wed Apr 13 2022)
26
+
27
+ #### ⚠️ Pushed to `master`
28
+
29
+ - minor fixes (cannarozzoluca@live.it)
30
+
31
+ #### Authors: 1
32
+
33
+ - Luca Cannarozzo (cannarozzoluca@live.it)
34
+
35
+ ---
36
+
37
+ # v2.8.4 (Tue Apr 12 2022)
38
+
39
+ #### ⚠️ Pushed to `master`
40
+
41
+ - fix(profilemodal): add translatable props ([@cannarocks](https://github.com/cannarocks))
42
+
43
+ #### Authors: 1
44
+
45
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
46
+
47
+ ---
48
+
49
+ # v2.8.3 (Tue Apr 12 2022)
50
+
51
+ #### ⚠️ Pushed to `master`
52
+
53
+ - feat(changelog): add any ReactNode ad changelog item (cannarozzoluca@live.it)
54
+
55
+ #### Authors: 1
56
+
57
+ - Luca Cannarozzo (cannarozzoluca@live.it)
58
+
59
+ ---
60
+
61
+ # v2.8.2 (Tue Apr 12 2022)
62
+
63
+
64
+
65
+ ---
66
+
67
+ # v2.8.1 (Tue Apr 12 2022)
68
+
69
+ #### 🐛 Bug Fix
70
+
71
+ - fix(sidebar): add navToggle callback [#32](https://github.com/AppQuality/unguess-design-system/pull/32) ([@cannarocks](https://github.com/cannarocks))
72
+
73
+ #### Authors: 1
74
+
75
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
76
+
77
+ ---
78
+
79
+ # v2.8.0 (Tue Apr 12 2022)
80
+
81
+ #### 🚀 Enhancement
82
+
83
+ - Fix/components for release [#31](https://github.com/AppQuality/unguess-design-system/pull/31) ([@marcbon](https://github.com/marcbon))
84
+
85
+ #### Authors: 1
86
+
87
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
88
+
89
+ ---
90
+
91
+ # v2.7.1 (Fri Apr 08 2022)
92
+
93
+
94
+
95
+ ---
96
+
97
+ # v2.7.0 (Fri Apr 08 2022)
98
+
99
+ #### 🚀 Enhancement
100
+
101
+ - fix(campaign cards): add card props [#29](https://github.com/AppQuality/unguess-design-system/pull/29) ([@marcbon](https://github.com/marcbon))
102
+ - Cup 523 profile modal [#26](https://github.com/AppQuality/unguess-design-system/pull/26) ([@antoninojob](https://github.com/antoninojob) [@cannarocks](https://github.com/cannarocks))
103
+ - Refactor/table accordion [#30](https://github.com/AppQuality/unguess-design-system/pull/30) ([@antoninojob](https://github.com/antoninojob) [@cannarocks](https://github.com/cannarocks))
104
+
105
+ #### ⚠️ Pushed to `master`
106
+
107
+ - fix(profilemodal): minor spaces fixes on modal ([@cannarocks](https://github.com/cannarocks))
108
+ - feat(navigation): add rotation to profile header chevron based on modal ([@cannarocks](https://github.com/cannarocks))
109
+ - Update storybook.yml ([@cannarocks](https://github.com/cannarocks))
110
+
111
+ #### Authors: 3
112
+
113
+ - Antonino ([@antoninojob](https://github.com/antoninojob))
114
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
115
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
116
+
117
+ ---
118
+
119
+ # v2.6.2 (Thu Mar 31 2022)
120
+
121
+
122
+
123
+ ---
124
+
125
+ # v2.6.1 (Thu Mar 31 2022)
126
+
127
+ #### ⚠️ Pushed to `master`
128
+
129
+ - fix(login): add generic error message ([@cannarocks](https://github.com/cannarocks))
130
+
131
+ #### Authors: 1
132
+
133
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
134
+
135
+ ---
136
+
137
+ # v2.6.0 (Tue Mar 29 2022)
138
+
139
+ #### 🚀 Enhancement
140
+
141
+ - Feature/cup 500 campaign card [#27](https://github.com/AppQuality/unguess-design-system/pull/27) ([@cicababba](https://github.com/cicababba) [@marcbon](https://github.com/marcbon))
142
+
143
+ #### 🐛 Bug Fix
144
+
145
+ - Fix/campaign cards [#28](https://github.com/AppQuality/unguess-design-system/pull/28) ([@marcbon](https://github.com/marcbon))
146
+
147
+ #### ⚠️ Pushed to `master`
148
+
149
+ - fix(campaigncard): add html props to campaign card ([@cannarocks](https://github.com/cannarocks))
150
+ - fix(scroll): hide <Main /> scroll ([@cannarocks](https://github.com/cannarocks))
151
+ - fix(counter): fix error on zero counter values ([@cannarocks](https://github.com/cannarocks))
152
+
153
+ #### Authors: 3
154
+
155
+ - cicababba ([@cicababba](https://github.com/cicababba))
156
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
157
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
158
+
159
+ ---
160
+
161
+ # v2.5.7 (Mon Mar 28 2022)
162
+
163
+
164
+
165
+ ---
166
+
167
+ # v2.5.6 (Mon Mar 28 2022)
168
+
169
+ #### ⚠️ Pushed to `master`
170
+
171
+ - fix(spaces): fix spaces between main, body and page title ([@cannarocks](https://github.com/cannarocks))
172
+
173
+ #### Authors: 1
174
+
175
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
176
+
177
+ ---
178
+
179
+ # v2.5.5 (Mon Mar 28 2022)
180
+
181
+ #### ⚠️ Pushed to `master`
182
+
183
+ - fix(main): add spaces as described by dressBerry ([@cannarocks](https://github.com/cannarocks))
184
+
185
+ #### Authors: 1
186
+
187
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
188
+
189
+ ---
190
+
191
+ # v2.5.3 (Fri Mar 25 2022)
192
+
193
+ #### ⚠️ Pushed to `master`
194
+
195
+ - build(auto-it): update auto package ([@cannarocks](https://github.com/cannarocks))
196
+
197
+ #### Authors: 1
198
+
199
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
200
+
201
+ ---
202
+
203
+ # v2.5.3 (Fri Mar 25 2022)
204
+
205
+
206
+
207
+ ---
208
+
209
+ # v2.5.3 (Fri Mar 25 2022)
210
+
211
+
212
+
213
+ ---
214
+
215
+ # v2.5.3 (Fri Mar 25 2022)
216
+
217
+
218
+
219
+ ---
220
+
221
+ # v2.5.3 (Fri Mar 25 2022)
222
+
223
+
224
+
225
+ ---
226
+
227
+ # v2.5.2 (Fri Mar 25 2022)
228
+
229
+ #### ⚠️ Pushed to `master`
230
+
231
+ - fix(nav): update header and sidebar sizes ([@cannarocks](https://github.com/cannarocks))
232
+
233
+ #### Authors: 1
234
+
235
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
236
+
237
+ ---
238
+
239
+ # v2.5.1 (Thu Mar 24 2022)
240
+
241
+ #### 🐛 Bug Fix
242
+
243
+ - feat(counter): add Counter component [#25](https://github.com/AppQuality/unguess-design-system/pull/25) ([@cannarocks](https://github.com/cannarocks))
244
+
245
+ #### ⚠️ Pushed to `master`
246
+
247
+ - fix(navigation): export Chrome component ([@cannarocks](https://github.com/cannarocks))
248
+ - build(chromatic): add delay to prevent blank snapshot ([@cannarocks](https://github.com/cannarocks))
249
+
250
+ #### Authors: 1
251
+
252
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
253
+
254
+ ---
255
+
256
+ # v2.5.0 (Thu Mar 24 2022)
257
+
258
+ #### 🚀 Enhancement
259
+
260
+ - build(components): add component to index [#24](https://github.com/AppQuality/unguess-design-system/pull/24) ([@cannarocks](https://github.com/cannarocks))
261
+ - feat(table): add Sort component variant [#16](https://github.com/AppQuality/unguess-design-system/pull/16) ([@antoninojob](https://github.com/antoninojob) [@cannarocks](https://github.com/cannarocks))
262
+ - Cup 488 chrome navigation [#21](https://github.com/AppQuality/unguess-design-system/pull/21) ([@cannarocks](https://github.com/cannarocks))
263
+
264
+ #### 🐛 Bug Fix
265
+
266
+ - refactor(icons): move used icon inside prj assets folder and remove @zendesk/svg-icons as dep [#23](https://github.com/AppQuality/unguess-design-system/pull/23) ([@cannarocks](https://github.com/cannarocks))
267
+ - Cup 501 table accordion [#19](https://github.com/AppQuality/unguess-design-system/pull/19) ([@antoninojob](https://github.com/antoninojob) [@marcbon](https://github.com/marcbon))
268
+ - Feature/cup 473 modal [#20](https://github.com/AppQuality/unguess-design-system/pull/20) ([@cicababba](https://github.com/cicababba))
269
+ - feat(sidebar): add test fashion icon [#22](https://github.com/AppQuality/unguess-design-system/pull/22) ([@cannarocks](https://github.com/cannarocks))
270
+ - Fix storybook issues [#18](https://github.com/AppQuality/unguess-design-system/pull/18) ([@cannarocks](https://github.com/cannarocks))
271
+
272
+ #### ⚠️ Pushed to `master`
273
+
274
+ - fix(brandurl): fix BrandUrl domain ([@cannarocks](https://github.com/cannarocks))
275
+ - fix(sidebar): add space from header even if there are no tokens ([@cannarocks](https://github.com/cannarocks))
276
+ - fix(loginform): remove debug text ([@cannarocks](https://github.com/cannarocks))
277
+
278
+ #### Authors: 4
279
+
280
+ - Antonino ([@antoninojob](https://github.com/antoninojob))
281
+ - cicababba ([@cicababba](https://github.com/cicababba))
282
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
283
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
284
+
285
+ ---
286
+
287
+ # v2.4.1 (Fri Mar 18 2022)
288
+
289
+
290
+
291
+ ---
292
+
293
+ # v2.4.0 (Fri Mar 18 2022)
294
+
295
+ #### 🚀 Enhancement
296
+
297
+ - add logo component + fix login-form component issues [#17](https://github.com/AppQuality/unguess-design-system/pull/17) ([@marcbon](https://github.com/marcbon))
298
+
299
+ #### Authors: 1
300
+
301
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
302
+
303
+ ---
304
+
305
+ # v2.3.1 (Tue Mar 15 2022)
306
+
307
+
308
+
309
+ ---
310
+
311
+ # v2.2.0 (Tue Mar 15 2022)
312
+
313
+ #### 🚀 Enhancement
314
+
315
+ - feat(tiles): add tiles component [#12](https://github.com/AppQuality/unguess-design-system/pull/12) ([@antoninojob](https://github.com/antoninojob))
316
+ - Login form [#15](https://github.com/AppQuality/unguess-design-system/pull/15) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
317
+ - Feat/improve storybook experience [#14](https://github.com/AppQuality/unguess-design-system/pull/14) ([@cannarocks](https://github.com/cannarocks))
318
+
319
+ #### 🐛 Bug Fix
320
+
321
+ - fix(table): changed types definition for extras elements [#13](https://github.com/AppQuality/unguess-design-system/pull/13) ([@antoninojob](https://github.com/antoninojob))
322
+ - Cup 438 table [#10](https://github.com/AppQuality/unguess-design-system/pull/10) ([@antoninojob](https://github.com/antoninojob))
323
+ - feat(tag): add tag component [#11](https://github.com/AppQuality/unguess-design-system/pull/11) ([@antoninojob](https://github.com/antoninojob))
324
+
325
+ #### ⚠️ Pushed to `master`
326
+
327
+ - fix(export): prevent naming conflicts ([@cannarocks](https://github.com/cannarocks))
328
+ - feat(loginform): add basic Login Form ([@cannarocks](https://github.com/cannarocks))
329
+
330
+ #### Authors: 3
331
+
332
+ - Antonino ([@antoninojob](https://github.com/antoninojob))
333
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
334
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
335
+
336
+ ---
337
+
338
+ # v2.2.0 (Tue Mar 15 2022)
339
+
340
+ #### 🚀 Enhancement
341
+
342
+ - feat(tiles): add tiles component [#12](https://github.com/AppQuality/unguess-design-system/pull/12) ([@antoninojob](https://github.com/antoninojob))
343
+ - Login form [#15](https://github.com/AppQuality/unguess-design-system/pull/15) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
344
+ - Feat/improve storybook experience [#14](https://github.com/AppQuality/unguess-design-system/pull/14) ([@cannarocks](https://github.com/cannarocks))
345
+
346
+ #### 🐛 Bug Fix
347
+
348
+ - fix(table): changed types definition for extras elements [#13](https://github.com/AppQuality/unguess-design-system/pull/13) ([@antoninojob](https://github.com/antoninojob))
349
+ - Cup 438 table [#10](https://github.com/AppQuality/unguess-design-system/pull/10) ([@antoninojob](https://github.com/antoninojob))
350
+ - feat(tag): add tag component [#11](https://github.com/AppQuality/unguess-design-system/pull/11) ([@antoninojob](https://github.com/antoninojob))
351
+
352
+ #### ⚠️ Pushed to `master`
353
+
354
+ - fix(export): prevent naming conflicts ([@cannarocks](https://github.com/cannarocks))
355
+ - feat(loginform): add basic Login Form ([@cannarocks](https://github.com/cannarocks))
356
+
357
+ #### Authors: 3
358
+
359
+ - [@marcbon](https://github.com/marcbon)
360
+ - Antonino ([@antoninojob](https://github.com/antoninojob))
361
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
362
+
363
+ ---
364
+
365
+ # v2.1.0 (Fri Mar 11 2022)
366
+
367
+ #### 🚀 Enhancement
368
+
369
+ - Cup 431 form [#8](https://github.com/AppQuality/unguess-design-system/pull/8) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
370
+ - feat(multiselect): add multiselect and palette story [#9](https://github.com/AppQuality/unguess-design-system/pull/9) ([@cannarocks](https://github.com/cannarocks))
371
+ - Cup 433 loaders [#7](https://github.com/AppQuality/unguess-design-system/pull/7) ([@marcbon](https://github.com/marcbon))
372
+ - Cup 446 wells [#6](https://github.com/AppQuality/unguess-design-system/pull/6) ([@cannarocks](https://github.com/cannarocks))
373
+ - add avatar component [#5](https://github.com/AppQuality/unguess-design-system/pull/5) ([@marcbon](https://github.com/marcbon))
374
+ - Cup 424 accordion [#4](https://github.com/AppQuality/unguess-design-system/pull/4) ([@cannarocks](https://github.com/cannarocks))
375
+ - Typography components [#3](https://github.com/AppQuality/unguess-design-system/pull/3) ([@cannarocks](https://github.com/cannarocks))
376
+
377
+ #### ⚠️ Pushed to `master`
378
+
379
+ - feat(storybook): add Unguess theme ([@cannarocks](https://github.com/cannarocks))
380
+ - feat(intro): add intro page story ([@cannarocks](https://github.com/cannarocks))
381
+ - fix(field): fix wrong import for form field component ([@cannarocks](https://github.com/cannarocks))
382
+ - fix(field): restore form field component ([@cannarocks](https://github.com/cannarocks))
383
+ - build(storybook): update Github action used to publish component build ([@cannarocks](https://github.com/cannarocks))
384
+ - refactor(stories): move molecules under right group ([@cannarocks](https://github.com/cannarocks))
385
+ - Merge branch 'CUP-430-dropdowns' ([@cannarocks](https://github.com/cannarocks))
386
+ - fix(palette): remove useless import ([@cannarocks](https://github.com/cannarocks))
387
+ - Create storybook.yml ([@cannarocks](https://github.com/cannarocks))
388
+ - refactor(notifications): remove unused imports ([@cannarocks](https://github.com/cannarocks))
389
+ - feat(notifications): add notification component ([@cannarocks](https://github.com/cannarocks))
390
+ - fix avatars description ([@marcbon](https://github.com/marcbon))
391
+
392
+ #### Authors: 2
393
+
394
+ - [@marcbon](https://github.com/marcbon)
395
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
396
+
397
+ ---
398
+
399
+ # v2.1.0 (Fri Mar 11 2022)
400
+
401
+ #### 🚀 Enhancement
402
+
403
+ - Cup 431 form [#8](https://github.com/AppQuality/unguess-design-system/pull/8) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
404
+ - feat(multiselect): add multiselect and palette story [#9](https://github.com/AppQuality/unguess-design-system/pull/9) ([@cannarocks](https://github.com/cannarocks))
405
+ - Cup 433 loaders [#7](https://github.com/AppQuality/unguess-design-system/pull/7) ([@marcbon](https://github.com/marcbon))
406
+ - Cup 446 wells [#6](https://github.com/AppQuality/unguess-design-system/pull/6) ([@cannarocks](https://github.com/cannarocks))
407
+ - add avatar component [#5](https://github.com/AppQuality/unguess-design-system/pull/5) ([@marcbon](https://github.com/marcbon))
408
+ - Cup 424 accordion [#4](https://github.com/AppQuality/unguess-design-system/pull/4) ([@cannarocks](https://github.com/cannarocks))
409
+ - Typography components [#3](https://github.com/AppQuality/unguess-design-system/pull/3) ([@cannarocks](https://github.com/cannarocks))
410
+
411
+ #### ⚠️ Pushed to `master`
412
+
413
+ - feat(storybook): add Unguess theme ([@cannarocks](https://github.com/cannarocks))
414
+ - feat(intro): add intro page story ([@cannarocks](https://github.com/cannarocks))
415
+ - fix(field): fix wrong import for form field component ([@cannarocks](https://github.com/cannarocks))
416
+ - fix(field): restore form field component ([@cannarocks](https://github.com/cannarocks))
417
+ - build(storybook): update Github action used to publish component build ([@cannarocks](https://github.com/cannarocks))
418
+ - refactor(stories): move molecules under right group ([@cannarocks](https://github.com/cannarocks))
419
+ - Merge branch 'CUP-430-dropdowns' ([@cannarocks](https://github.com/cannarocks))
420
+ - fix(palette): remove useless import ([@cannarocks](https://github.com/cannarocks))
421
+ - Create storybook.yml ([@cannarocks](https://github.com/cannarocks))
422
+ - refactor(notifications): remove unused imports ([@cannarocks](https://github.com/cannarocks))
423
+ - feat(notifications): add notification component ([@cannarocks](https://github.com/cannarocks))
424
+ - fix avatars description ([@marcbon](https://github.com/marcbon))
425
+
426
+ #### Authors: 2
427
+
428
+ - [@marcbon](https://github.com/marcbon)
429
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
430
+
431
+ ---
432
+
433
+ # v1.0.0 (Fri Mar 04 2022)
434
+
435
+ #### 💥 Breaking Change
436
+
437
+ - Cup 427 ds buttons [#2](https://github.com/AppQuality/unguess-design-system/pull/2) ([@cannarocks](https://github.com/cannarocks))
438
+
439
+ #### ⚠️ Pushed to `master`
440
+
441
+ - update .npmignore ([@cannarocks](https://github.com/cannarocks))
442
+
443
+ #### Authors: 1
444
+
445
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
446
+
447
+ ---
448
+
449
+ # v1.0.0 (Fri Mar 04 2022)
450
+
451
+ #### 💥 Breaking Change
452
+
453
+ - Cup 427 ds buttons [#2](https://github.com/AppQuality/unguess-design-system/pull/2) ([@cannarocks](https://github.com/cannarocks))
454
+
455
+ #### ⚠️ Pushed to `master`
456
+
457
+ - update .npmignore ([@cannarocks](https://github.com/cannarocks))
458
+
459
+ #### Authors: 1
460
+
461
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
462
+
463
+ ---
464
+
465
+ # v1.0.0 (Fri Mar 04 2022)
466
+
467
+ #### 💥 Breaking Change
468
+
469
+ - Cup 427 ds buttons [#2](https://github.com/AppQuality/unguess-design-system/pull/2) ([@cannarocks](https://github.com/cannarocks))
470
+
471
+ #### ⚠️ Pushed to `master`
472
+
473
+ - update .npmignore ([@cannarocks](https://github.com/cannarocks))
474
+
475
+ #### Authors: 1
476
+
477
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
478
+
479
+ ---
480
+
481
+ # v0.3.5 (Thu Mar 03 2022)
482
+
483
+ #### ⚠️ Pushed to `master`
484
+
485
+ - fix wrong globalStyleExport ([@cannarocks](https://github.com/cannarocks))
486
+
487
+ #### Authors: 1
488
+
489
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
490
+
491
+ ---
492
+
493
+ # v0.3.5 (Thu Mar 03 2022)
494
+
495
+
496
+
497
+ ---
498
+
499
+ # v0.3.4 (Thu Mar 03 2022)
500
+
501
+ #### ⚠️ Pushed to `master`
502
+
503
+ - export global style ([@cannarocks](https://github.com/cannarocks))
504
+
505
+ #### Authors: 1
506
+
507
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
508
+
509
+ ---
510
+
511
+ # v0.3.3 (Thu Mar 03 2022)
512
+
513
+ #### ⚠️ Pushed to `master`
514
+
515
+ - update .npmignore ([@cannarocks](https://github.com/cannarocks))
516
+
517
+ #### Authors: 1
518
+
519
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
520
+
521
+ ---
522
+
523
+ # v0.3.2 (Thu Mar 03 2022)
524
+
525
+ #### ⚠️ Pushed to `master`
526
+
527
+ - chore: add .npmignore ([@cannarocks](https://github.com/cannarocks))
528
+
529
+ #### Authors: 1
530
+
531
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
532
+
533
+ ---
534
+
535
+ # v0.3.1 (Thu Mar 03 2022)
536
+
537
+ #### ⚠️ Pushed to `master`
538
+
539
+ - feat: change theme export ([@cannarocks](https://github.com/cannarocks))
540
+
541
+ #### Authors: 1
542
+
543
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
544
+
545
+ ---
546
+
547
+ # v0.2.0 (Thu Mar 03 2022)
548
+
549
+ #### 🚀 Enhancement
550
+
551
+ - Cup 422 setup theme [#1](https://github.com/AppQuality/unguess-design-system/pull/1) ([@cannarocks](https://github.com/cannarocks))
552
+
553
+ #### Authors: 1
554
+
555
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
556
+
557
+ ---
558
+
559
+ # v0.2.0 (Wed Mar 02 2022)
560
+
561
+ #### 🚀 Enhancement
562
+
563
+ - Cup 422 setup theme [#1](https://github.com/AppQuality/unguess-design-system/pull/1) ([@cannarocks](https://github.com/cannarocks))
564
+
565
+ #### Authors: 1
566
+
567
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
568
+
569
+ ---
570
+
571
+ # v0.1.2 (Tue Mar 01 2022)
572
+
573
+ #### ⚠️ Pushed to `master`
574
+
575
+ - chore: move @zendeskgarden/react-theming to dependency ([@cannarocks](https://github.com/cannarocks))
576
+
577
+ #### Authors: 1
578
+
579
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
580
+
581
+ ---
582
+
583
+ # v0.1.1 (Tue Mar 01 2022)
584
+
585
+ #### ⚠️ Pushed to `master`
586
+
587
+ - update .gitignore ([@cannarocks](https://github.com/cannarocks))
588
+ - update package.json ([@cannarocks](https://github.com/cannarocks))
589
+ - Initial commit ([@cannarocks](https://github.com/cannarocks))
590
+ - Initialize project using Create React App ([@cannarocks](https://github.com/cannarocks))
591
+
592
+ #### Authors: 1
593
+
594
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
595
+
596
+ ---
597
+
598
+ # v0.1.1 (Tue Mar 01 2022)
599
+
600
+ #### ⚠️ Pushed to `master`
601
+
602
+ - update package.json ([@cannarocks](https://github.com/cannarocks))
603
+ - Initial commit ([@cannarocks](https://github.com/cannarocks))
604
+ - Initialize project using Create React App ([@cannarocks](https://github.com/cannarocks))
605
+
606
+ #### Authors: 1
607
+
608
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))