@zanichelli/albe-web-components 2.33.4 → 2.33.5-rc1

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 (591) hide show
  1. package/CHANGELOG.md +1221 -0
  2. package/LICENSE +21 -21
  3. package/dist/types/beans/index.d.ts +338 -338
  4. package/dist/types/components/buttons/z-button/index.d.ts +29 -29
  5. package/dist/types/components/buttons/z-button-filter/index.d.ts +22 -22
  6. package/dist/types/components/buttons/z-button-sort/index.d.ts +28 -28
  7. package/dist/types/components/buttons/z-chip/index.d.ts +6 -6
  8. package/dist/types/components/buttons/z-toggle-button/index.d.ts +16 -16
  9. package/dist/types/components/footer/z-footer/index.d.ts +46 -46
  10. package/dist/types/components/footer/z-footer-link/index.d.ts +8 -8
  11. package/dist/types/components/footer/z-footer-section/index.d.ts +10 -10
  12. package/dist/types/components/footer/z-footer-social/index.d.ts +9 -9
  13. package/dist/types/components/icons/icons.d.ts +443 -443
  14. package/dist/types/components/icons/z-icon/index.d.ts +14 -14
  15. package/dist/types/components/icons/z-icon-package/index.d.ts +3 -3
  16. package/dist/types/components/indicators/z-stepper/index.d.ts +6 -6
  17. package/dist/types/components/indicators/z-stepper-item/index.d.ts +19 -19
  18. package/dist/types/components/inputs/z-combobox/index.d.ts +62 -62
  19. package/dist/types/components/inputs/z-input/index.d.ts +102 -102
  20. package/dist/types/components/inputs/z-input-label/index.d.ts +9 -9
  21. package/dist/types/components/inputs/z-input-message/index.d.ts +9 -9
  22. package/dist/types/components/inputs/z-select/index.d.ts +73 -73
  23. package/dist/types/components/list/z-list/index.d.ts +11 -11
  24. package/dist/types/components/list/z-list-element/index.d.ts +79 -79
  25. package/dist/types/components/list/z-list-group/index.d.ts +24 -24
  26. package/dist/types/components/list/z-toast-notification-list/index.d.ts +14 -14
  27. package/dist/types/components/logo/z-logo/index.d.ts +15 -15
  28. package/dist/types/components/modal/z-modal/index.d.ts +25 -25
  29. package/dist/types/components/modal/z-modal-login/index.d.ts +42 -42
  30. package/dist/types/components/navigation/z-app-header/index.d.ts +67 -67
  31. package/dist/types/components/navigation/z-app-switcher/index.d.ts +12 -12
  32. package/dist/types/components/navigation/z-app-topbar/index.d.ts +20 -20
  33. package/dist/types/components/navigation/z-link/index.d.ts +41 -41
  34. package/dist/types/components/navigation/z-menu/index.d.ts +52 -52
  35. package/dist/types/components/navigation/z-menu-dropdown/index.d.ts +19 -19
  36. package/dist/types/components/navigation/z-menu-section/index.d.ts +24 -24
  37. package/dist/types/components/navigation/z-navigation-tab/index.d.ts +16 -16
  38. package/dist/types/components/navigation/z-navigation-tabs/index.d.ts +32 -32
  39. package/dist/types/components/navigation/z-user-dropdown/index.d.ts +39 -39
  40. package/dist/types/components/notification/z-candybar/index.d.ts +6 -6
  41. package/dist/types/components/notification/z-cookiebar/index.d.ts +16 -16
  42. package/dist/types/components/notification/z-info-box/index.d.ts +14 -14
  43. package/dist/types/components/notification/z-notification/index.d.ts +24 -24
  44. package/dist/types/components/notification/z-toast-notification/index.d.ts +56 -56
  45. package/dist/types/components/notification/z-tooltip/index.d.ts +41 -41
  46. package/dist/types/components/pagination/z-pagination-bar/index.d.ts +42 -42
  47. package/dist/types/components/pagination/z-pagination-page/index.d.ts +15 -15
  48. package/dist/types/components/panel/z-panel-elem/index.d.ts +25 -25
  49. package/dist/types/components/typography/z-body/index.d.ts +6 -6
  50. package/dist/types/components/typography/z-heading/index.d.ts +6 -6
  51. package/dist/types/components/typography/z-typography/index.d.ts +8 -8
  52. package/dist/types/components/z-aria-alert/index.d.ts +4 -4
  53. package/dist/types/components/z-avatar/index.d.ts +16 -16
  54. package/dist/types/components/z-card/index.d.ts +29 -29
  55. package/dist/types/components/z-contextual-menu/index.d.ts +22 -22
  56. package/dist/types/components/z-divider/index.d.ts +10 -10
  57. package/dist/types/components/z-ghost-loading/index.d.ts +3 -3
  58. package/dist/types/components/z-popover/index.d.ts +29 -29
  59. package/dist/types/components/z-status-tag/index.d.ts +15 -15
  60. package/dist/types/components/z-visually-hidden/index.d.ts +3 -3
  61. package/dist/types/components.d.ts +19 -9
  62. package/dist/types/constants/breakpoints.d.ts +3 -3
  63. package/dist/types/constants/icons.d.ts +6 -6
  64. package/dist/types/index.d.ts +5 -5
  65. package/dist/types/snowflakes/myz/card/z-myz-card/index.d.ts +16 -16
  66. package/dist/types/snowflakes/myz/card/z-myz-card-alert/index.d.ts +20 -20
  67. package/dist/types/snowflakes/myz/card/z-myz-card-body/index.d.ts +7 -7
  68. package/dist/types/snowflakes/myz/card/z-myz-card-cover/index.d.ts +12 -12
  69. package/dist/types/snowflakes/myz/card/z-myz-card-dictionary/index.d.ts +24 -24
  70. package/dist/types/snowflakes/myz/card/z-myz-card-footer/index.d.ts +34 -34
  71. package/dist/types/snowflakes/myz/card/z-myz-card-footer-sections/index.d.ts +7 -7
  72. package/dist/types/snowflakes/myz/card/z-myz-card-header/index.d.ts +23 -23
  73. package/dist/types/snowflakes/myz/card/z-myz-card-icon/index.d.ts +9 -9
  74. package/dist/types/snowflakes/myz/card/z-myz-card-info/index.d.ts +36 -36
  75. package/dist/types/snowflakes/myz/card/z-myz-card-list/index.d.ts +10 -10
  76. package/dist/types/snowflakes/myz/list/z-myz-list/index.d.ts +11 -11
  77. package/dist/types/snowflakes/myz/list/z-myz-list-item/index.d.ts +25 -25
  78. package/dist/types/snowflakes/myz/pocket/z-messages-pocket/index.d.ts +16 -16
  79. package/dist/types/snowflakes/myz/pocket/z-pocket/index.d.ts +25 -25
  80. package/dist/types/snowflakes/myz/pocket/z-pocket-body/index.d.ts +12 -12
  81. package/dist/types/snowflakes/myz/pocket/z-pocket-header/index.d.ts +18 -18
  82. package/dist/types/snowflakes/myz/pocket/z-pocket-message/index.d.ts +7 -7
  83. package/dist/types/snowflakes/myz/topbar/index.d.ts +61 -61
  84. package/dist/types/snowflakes/myz/z-alert/index.d.ts +9 -9
  85. package/dist/types/snowflakes/myz/z-otp/index.d.ts +13 -13
  86. package/dist/types/snowflakes/myz/z-slideshow/index.d.ts +30 -30
  87. package/dist/types/snowflakes/registro-table/z-registro-table/index.d.ts +48 -48
  88. package/dist/types/snowflakes/registro-table/z-registro-table-body/index.d.ts +5 -5
  89. package/dist/types/snowflakes/registro-table/z-registro-table-cell/index.d.ts +12 -9
  90. package/dist/types/snowflakes/registro-table/z-registro-table-empty-box/index.d.ts +12 -12
  91. package/dist/types/snowflakes/registro-table/z-registro-table-expanded-row/index.d.ts +6 -5
  92. package/dist/types/snowflakes/registro-table/z-registro-table-footer/index.d.ts +5 -5
  93. package/dist/types/snowflakes/registro-table/z-registro-table-head/index.d.ts +5 -5
  94. package/dist/types/snowflakes/registro-table/z-registro-table-header/index.d.ts +27 -27
  95. package/dist/types/snowflakes/registro-table/z-registro-table-header-row/index.d.ts +5 -5
  96. package/dist/types/snowflakes/registro-table/z-registro-table-row/index.d.ts +11 -11
  97. package/dist/types/snowflakes/registro-table/z-registro-table-sticky-footer/index.d.ts +6 -6
  98. package/dist/types/utils/utils.d.ts +11 -11
  99. package/dist/web-components-library/_commonjsHelpers-cb1cd7bb.js +44 -0
  100. package/dist/web-components-library/app-globals-0f993ce5.js +3 -0
  101. package/dist/{esm/breakpoints-c386984e.js → web-components-library/breakpoints-14432d05.js} +1 -1
  102. package/dist/web-components-library/css-shim-003e9264.js +4 -0
  103. package/dist/web-components-library/dom-1b195079.js +73 -0
  104. package/dist/{esm/hammer-c807d0b5.js → web-components-library/hammer-52e2c4fe.js} +4 -15
  105. package/dist/{collection/components/icons/icons.js → web-components-library/icons-c51b7576.js} +474 -472
  106. package/dist/{esm/index-4952bfe3.js → web-components-library/index-08d9a3bf.js} +254 -254
  107. package/dist/web-components-library/index-44936066.js +2832 -0
  108. package/dist/web-components-library/index-8067f807.js +64 -0
  109. package/dist/web-components-library/index.esm.js +9 -1
  110. package/dist/web-components-library/shadow-css-c1ad5fdc.js +383 -0
  111. package/dist/{collection/utils/utils.js → web-components-library/utils-2e0fffb8.js} +84 -81
  112. package/dist/web-components-library/web-components-library.css +789 -1
  113. package/dist/web-components-library/web-components-library.esm.js +122 -1
  114. package/dist/web-components-library/z-alert.entry.js +15 -0
  115. package/dist/{esm → web-components-library}/z-app-header.entry.js +134 -134
  116. package/dist/web-components-library/z-app-switcher.entry.js +25 -0
  117. package/dist/web-components-library/z-app-topbar.entry.js +37 -0
  118. package/dist/{esm → web-components-library}/z-aria-alert.entry.js +10 -10
  119. package/dist/web-components-library/z-avatar.entry.js +39 -0
  120. package/dist/web-components-library/z-body.entry.js +13 -0
  121. package/dist/web-components-library/z-button-filter.entry.js +45 -0
  122. package/dist/web-components-library/z-button-sort.entry.js +50 -0
  123. package/dist/web-components-library/z-button.entry.js +35 -0
  124. package/dist/{esm → web-components-library}/z-candybar.entry.js +9 -9
  125. package/dist/web-components-library/z-card.entry.js +54 -0
  126. package/dist/web-components-library/z-chip.entry.js +20 -0
  127. package/dist/web-components-library/z-combobox.entry.js +166 -0
  128. package/dist/web-components-library/z-contextual-menu.entry.js +36 -0
  129. package/dist/{esm → web-components-library}/z-cookiebar.entry.js +32 -32
  130. package/dist/web-components-library/z-divider.entry.js +22 -0
  131. package/dist/web-components-library/z-footer-link.entry.js +15 -0
  132. package/dist/web-components-library/z-footer-section.entry.js +19 -0
  133. package/dist/web-components-library/z-footer-social.entry.js +15 -0
  134. package/dist/web-components-library/z-footer.entry.js +98 -0
  135. package/dist/web-components-library/z-ghost-loading.entry.js +15 -0
  136. package/dist/{esm → web-components-library}/z-heading.entry.js +9 -9
  137. package/dist/web-components-library/z-icon-package.entry.js +19 -0
  138. package/dist/web-components-library/z-icon.entry.js +24 -0
  139. package/dist/web-components-library/z-info-box.entry.js +21 -0
  140. package/dist/web-components-library/z-input-label.entry.js +17 -0
  141. package/dist/web-components-library/z-input-message.entry.js +20 -0
  142. package/dist/web-components-library/z-input.entry.js +264 -0
  143. package/dist/web-components-library/z-link.entry.js +67 -0
  144. package/dist/web-components-library/z-list-element.entry.js +150 -0
  145. package/dist/web-components-library/z-list-group.entry.js +50 -0
  146. package/dist/web-components-library/z-list.entry.js +30 -0
  147. package/dist/web-components-library/z-logo.entry.js +24 -0
  148. package/dist/web-components-library/z-menu-dropdown.entry.js +56 -0
  149. package/dist/web-components-library/z-menu-section.entry.js +42 -0
  150. package/dist/web-components-library/z-menu.entry.js +106 -0
  151. package/dist/{esm → web-components-library}/z-messages-pocket.entry.js +37 -37
  152. package/dist/{esm → web-components-library}/z-modal-login.entry.js +72 -72
  153. package/dist/web-components-library/z-modal.entry.js +32 -0
  154. package/dist/web-components-library/z-myz-card-alert.entry.js +59 -0
  155. package/dist/web-components-library/z-myz-card-body.entry.js +15 -0
  156. package/dist/web-components-library/z-myz-card-cover.entry.js +18 -0
  157. package/dist/{esm → web-components-library}/z-myz-card-dictionary.entry.js +26 -26
  158. package/dist/{esm → web-components-library}/z-myz-card-footer-sections.entry.js +9 -9
  159. package/dist/web-components-library/z-myz-card-footer.entry.js +48 -0
  160. package/dist/web-components-library/z-myz-card-header.entry.js +34 -0
  161. package/dist/web-components-library/z-myz-card-icon.entry.js +17 -0
  162. package/dist/{esm → web-components-library}/z-myz-card-info.entry.js +110 -110
  163. package/dist/web-components-library/z-myz-card-list.entry.js +33 -0
  164. package/dist/web-components-library/z-myz-card.entry.js +37 -0
  165. package/dist/web-components-library/z-myz-list-item.entry.js +33 -0
  166. package/dist/web-components-library/z-myz-list.entry.js +31 -0
  167. package/dist/{esm → web-components-library}/z-myz-topbar.entry.js +184 -184
  168. package/dist/{esm → web-components-library}/z-navigation-tab.entry.js +35 -35
  169. package/dist/{esm → web-components-library}/z-navigation-tabs.entry.js +91 -91
  170. package/dist/web-components-library/z-notification.entry.js +38 -0
  171. package/dist/{esm → web-components-library}/z-otp.entry.js +31 -31
  172. package/dist/web-components-library/z-pagination-bar.entry.js +126 -0
  173. package/dist/web-components-library/z-pagination-page.entry.js +21 -0
  174. package/dist/web-components-library/z-panel-elem.entry.js +26 -0
  175. package/dist/web-components-library/z-pocket-body.entry.js +23 -0
  176. package/dist/web-components-library/z-pocket-header.entry.js +36 -0
  177. package/dist/{esm → web-components-library}/z-pocket-message.entry.js +9 -9
  178. package/dist/web-components-library/z-pocket.entry.js +68 -0
  179. package/dist/web-components-library/z-popover.entry.js +123 -0
  180. package/dist/web-components-library/z-registro-table-body.entry.js +20 -0
  181. package/dist/web-components-library/z-registro-table-cell.entry.js +32 -0
  182. package/dist/web-components-library/z-registro-table-empty-box.entry.js +24 -0
  183. package/dist/web-components-library/z-registro-table-expanded-row.entry.js +15 -0
  184. package/dist/{esm → web-components-library}/z-registro-table-footer.entry.js +13 -13
  185. package/dist/web-components-library/z-registro-table-head.entry.js +19 -0
  186. package/dist/web-components-library/z-registro-table-header-row.entry.js +18 -0
  187. package/dist/web-components-library/z-registro-table-header.entry.js +84 -0
  188. package/dist/web-components-library/z-registro-table-row.entry.js +39 -0
  189. package/dist/web-components-library/z-registro-table-sticky-footer.entry.js +15 -0
  190. package/dist/web-components-library/z-registro-table.entry.js +78 -0
  191. package/dist/web-components-library/z-select.entry.js +281 -0
  192. package/dist/{esm → web-components-library}/z-slideshow.entry.js +102 -102
  193. package/dist/web-components-library/z-status-tag.entry.js +25 -0
  194. package/dist/web-components-library/z-stepper-item.entry.js +18 -0
  195. package/dist/web-components-library/z-stepper.entry.js +15 -0
  196. package/dist/{esm → web-components-library}/z-toast-notification-list.entry.js +46 -46
  197. package/dist/{esm → web-components-library}/z-toast-notification.entry.js +193 -192
  198. package/dist/web-components-library/z-toggle-button.entry.js +32 -0
  199. package/dist/{collection/components/notification/z-tooltip/index.js → web-components-library/z-tooltip.entry.js} +270 -379
  200. package/dist/web-components-library/z-typography.entry.js +25 -0
  201. package/dist/web-components-library/z-user-dropdown.entry.js +91 -0
  202. package/dist/{esm → web-components-library}/z-visually-hidden.entry.js +9 -9
  203. package/package.json +90 -90
  204. package/react/components.d.ts +89 -91
  205. package/react/components.js +95 -97
  206. package/react/components.js.map +1 -1
  207. package/react/index.d.ts +1 -1
  208. package/react/index.js +13 -13
  209. package/react/react-component-lib/createComponent.d.ts +10 -10
  210. package/react/react-component-lib/createComponent.js +65 -65
  211. package/react/react-component-lib/createOverlayComponent.d.ts +20 -20
  212. package/react/react-component-lib/createOverlayComponent.js +95 -95
  213. package/react/react-component-lib/index.d.ts +2 -2
  214. package/react/react-component-lib/index.js +7 -7
  215. package/react/react-component-lib/interfaces.d.ts +29 -29
  216. package/react/react-component-lib/interfaces.js +2 -2
  217. package/react/react-component-lib/utils/attachProps.d.ts +12 -12
  218. package/react/react-component-lib/utils/attachProps.js +102 -102
  219. package/react/react-component-lib/utils/case.d.ts +2 -2
  220. package/react/react-component-lib/utils/case.js +11 -11
  221. package/react/react-component-lib/utils/dev.d.ts +2 -2
  222. package/react/react-component-lib/utils/dev.js +17 -17
  223. package/react/react-component-lib/utils/index.d.ts +7 -7
  224. package/react/react-component-lib/utils/index.js +38 -38
  225. package/readme.md +236 -236
  226. package/www/build/_commonjsHelpers-cb1cd7bb.js +44 -0
  227. package/www/build/app-globals-0f993ce5.js +3 -0
  228. package/{dist/collection/constants/breakpoints.js → www/build/breakpoints-14432d05.js} +3 -2
  229. package/www/build/css-shim-003e9264.js +4 -0
  230. package/www/build/dom-1b195079.js +73 -0
  231. package/{dist/cjs/hammer-6e321f0b.js → www/build/hammer-52e2c4fe.js} +4 -18
  232. package/www/build/icons-c51b7576.js +475 -0
  233. package/{dist/collection/beans/index.js → www/build/index-08d9a3bf.js} +255 -253
  234. package/www/build/index-44936066.js +2832 -0
  235. package/www/build/index-8067f807.js +64 -0
  236. package/www/build/index.esm.js +9 -1
  237. package/www/build/shadow-css-c1ad5fdc.js +383 -0
  238. package/{dist/esm/utils-889efe17.js → www/build/utils-2e0fffb8.js} +82 -64
  239. package/www/build/web-components-library.css +789 -1
  240. package/www/build/web-components-library.esm.js +122 -1
  241. package/www/build/z-alert.entry.js +15 -0
  242. package/{dist/cjs/z-app-header.cjs.entry.js → www/build/z-app-header.entry.js} +135 -139
  243. package/www/build/z-app-switcher.entry.js +25 -0
  244. package/www/build/z-app-topbar.entry.js +37 -0
  245. package/www/build/z-aria-alert.entry.js +14 -0
  246. package/www/build/z-avatar.entry.js +39 -0
  247. package/www/build/z-body.entry.js +13 -0
  248. package/www/build/z-button-filter.entry.js +45 -0
  249. package/www/build/z-button-sort.entry.js +50 -0
  250. package/www/build/z-button.entry.js +35 -0
  251. package/{dist/cjs/z-candybar.cjs.entry.js → www/build/z-candybar.entry.js} +10 -14
  252. package/www/build/z-card.entry.js +54 -0
  253. package/www/build/z-chip.entry.js +20 -0
  254. package/www/build/z-combobox.entry.js +166 -0
  255. package/www/build/z-contextual-menu.entry.js +36 -0
  256. package/{dist/cjs/z-cookiebar.cjs.entry.js → www/build/z-cookiebar.entry.js} +33 -37
  257. package/www/build/z-divider.entry.js +22 -0
  258. package/www/build/z-footer-link.entry.js +15 -0
  259. package/www/build/z-footer-section.entry.js +19 -0
  260. package/www/build/z-footer-social.entry.js +15 -0
  261. package/www/build/z-footer.entry.js +98 -0
  262. package/www/build/z-ghost-loading.entry.js +15 -0
  263. package/www/build/z-heading.entry.js +13 -0
  264. package/www/build/z-icon-package.entry.js +19 -0
  265. package/www/build/z-icon.entry.js +24 -0
  266. package/www/build/z-info-box.entry.js +21 -0
  267. package/www/build/z-input-label.entry.js +17 -0
  268. package/www/build/z-input-message.entry.js +20 -0
  269. package/www/build/z-input.entry.js +264 -0
  270. package/www/build/z-link.entry.js +67 -0
  271. package/www/build/z-list-element.entry.js +150 -0
  272. package/www/build/z-list-group.entry.js +50 -0
  273. package/www/build/z-list.entry.js +30 -0
  274. package/www/build/z-logo.entry.js +24 -0
  275. package/www/build/z-menu-dropdown.entry.js +56 -0
  276. package/www/build/z-menu-section.entry.js +42 -0
  277. package/www/build/z-menu.entry.js +106 -0
  278. package/{dist/cjs/z-messages-pocket.cjs.entry.js → www/build/z-messages-pocket.entry.js} +38 -42
  279. package/www/build/z-modal-login.entry.js +77 -0
  280. package/www/build/z-modal.entry.js +32 -0
  281. package/www/build/z-myz-card-alert.entry.js +59 -0
  282. package/www/build/z-myz-card-body.entry.js +15 -0
  283. package/www/build/z-myz-card-cover.entry.js +18 -0
  284. package/{dist/cjs/z-myz-card-dictionary.cjs.entry.js → www/build/z-myz-card-dictionary.entry.js} +27 -31
  285. package/{dist/cjs/z-myz-card-footer-sections.cjs.entry.js → www/build/z-myz-card-footer-sections.entry.js} +10 -14
  286. package/www/build/z-myz-card-footer.entry.js +48 -0
  287. package/www/build/z-myz-card-header.entry.js +34 -0
  288. package/www/build/z-myz-card-icon.entry.js +17 -0
  289. package/{dist/cjs/z-myz-card-info.cjs.entry.js → www/build/z-myz-card-info.entry.js} +111 -115
  290. package/www/build/z-myz-card-list.entry.js +33 -0
  291. package/www/build/z-myz-card.entry.js +37 -0
  292. package/www/build/z-myz-list-item.entry.js +33 -0
  293. package/www/build/z-myz-list.entry.js +31 -0
  294. package/{dist/cjs/z-myz-topbar.cjs.entry.js → www/build/z-myz-topbar.entry.js} +185 -189
  295. package/{dist/cjs/z-navigation-tab.cjs.entry.js → www/build/z-navigation-tab.entry.js} +36 -40
  296. package/{dist/cjs/z-navigation-tabs.cjs.entry.js → www/build/z-navigation-tabs.entry.js} +92 -96
  297. package/www/build/z-notification.entry.js +38 -0
  298. package/{dist/cjs/z-otp.cjs.entry.js → www/build/z-otp.entry.js} +32 -36
  299. package/www/build/z-pagination-bar.entry.js +126 -0
  300. package/www/build/z-pagination-page.entry.js +21 -0
  301. package/www/build/z-panel-elem.entry.js +26 -0
  302. package/www/build/z-pocket-body.entry.js +23 -0
  303. package/www/build/z-pocket-header.entry.js +36 -0
  304. package/{dist/cjs/z-pocket-message.cjs.entry.js → www/build/z-pocket-message.entry.js} +10 -14
  305. package/www/build/z-pocket.entry.js +68 -0
  306. package/www/build/z-popover.entry.js +123 -0
  307. package/www/build/z-registro-table-body.entry.js +20 -0
  308. package/www/build/z-registro-table-cell.entry.js +32 -0
  309. package/www/build/z-registro-table-empty-box.entry.js +24 -0
  310. package/www/build/z-registro-table-expanded-row.entry.js +15 -0
  311. package/{dist/cjs/z-registro-table-footer.cjs.entry.js → www/build/z-registro-table-footer.entry.js} +14 -18
  312. package/www/build/z-registro-table-head.entry.js +19 -0
  313. package/www/build/z-registro-table-header-row.entry.js +18 -0
  314. package/www/build/z-registro-table-header.entry.js +84 -0
  315. package/www/build/z-registro-table-row.entry.js +39 -0
  316. package/www/build/z-registro-table-sticky-footer.entry.js +15 -0
  317. package/www/build/z-registro-table.entry.js +78 -0
  318. package/www/build/z-select.entry.js +281 -0
  319. package/{dist/cjs/z-slideshow.cjs.entry.js → www/build/z-slideshow.entry.js} +103 -107
  320. package/www/build/z-status-tag.entry.js +25 -0
  321. package/www/build/z-stepper-item.entry.js +18 -0
  322. package/www/build/z-stepper.entry.js +15 -0
  323. package/{dist/cjs/z-toast-notification-list.cjs.entry.js → www/build/z-toast-notification-list.entry.js} +47 -51
  324. package/{dist/cjs/z-toast-notification.cjs.entry.js → www/build/z-toast-notification.entry.js} +194 -197
  325. package/www/build/z-toggle-button.entry.js +32 -0
  326. package/www/build/z-tooltip.entry.js +270 -0
  327. package/www/build/z-typography.entry.js +25 -0
  328. package/www/build/z-user-dropdown.entry.js +91 -0
  329. package/{dist/cjs/z-visually-hidden.cjs.entry.js → www/build/z-visually-hidden.entry.js} +10 -14
  330. package/www/index.html +11 -454
  331. package/www/pages/notification.html +244 -244
  332. package/dist/cjs/breakpoints-88c4fd6c.js +0 -7
  333. package/dist/cjs/index-11a8a536.js +0 -256
  334. package/dist/cjs/index-dee3e21d.js +0 -1694
  335. package/dist/cjs/index.cjs.js +0 -13
  336. package/dist/cjs/loader.cjs.js +0 -21
  337. package/dist/cjs/utils-00e14fba.js +0 -75
  338. package/dist/cjs/web-components-library.cjs.js +0 -19
  339. package/dist/cjs/z-alert_66.cjs.entry.js +0 -3735
  340. package/dist/cjs/z-aria-alert.cjs.entry.js +0 -18
  341. package/dist/cjs/z-heading.cjs.entry.js +0 -17
  342. package/dist/cjs/z-modal-login.cjs.entry.js +0 -81
  343. package/dist/cjs/z-pocket_3.cjs.entry.js +0 -124
  344. package/dist/collection/collection-manifest.json +0 -100
  345. package/dist/collection/components/buttons/z-button/index.js +0 -219
  346. package/dist/collection/components/buttons/z-button/styles.css +0 -231
  347. package/dist/collection/components/buttons/z-button-filter/index.js +0 -155
  348. package/dist/collection/components/buttons/z-button-filter/styles.css +0 -74
  349. package/dist/collection/components/buttons/z-button-sort/index.js +0 -216
  350. package/dist/collection/components/buttons/z-button-sort/styles.css +0 -101
  351. package/dist/collection/components/buttons/z-chip/index.js +0 -59
  352. package/dist/collection/components/buttons/z-chip/styles.css +0 -17
  353. package/dist/collection/components/buttons/z-toggle-button/index.js +0 -122
  354. package/dist/collection/components/buttons/z-toggle-button/styles.css +0 -62
  355. package/dist/collection/components/footer/z-footer/index.js +0 -286
  356. package/dist/collection/components/footer/z-footer/styles.css +0 -242
  357. package/dist/collection/components/footer/z-footer-link/index.js +0 -37
  358. package/dist/collection/components/footer/z-footer-link/styles.css +0 -33
  359. package/dist/collection/components/footer/z-footer-section/index.js +0 -51
  360. package/dist/collection/components/footer/z-footer-section/styles.css +0 -163
  361. package/dist/collection/components/footer/z-footer-social/index.js +0 -68
  362. package/dist/collection/components/footer/z-footer-social/styles.css +0 -23
  363. package/dist/collection/components/icons/z-icon/index.js +0 -110
  364. package/dist/collection/components/icons/z-icon/styles.css +0 -14
  365. package/dist/collection/components/icons/z-icon-package/index.js +0 -20
  366. package/dist/collection/components/icons/z-icon-package/styles.css +0 -16
  367. package/dist/collection/components/indicators/z-stepper/index.js +0 -17
  368. package/dist/collection/components/indicators/z-stepper/styles.css +0 -19
  369. package/dist/collection/components/indicators/z-stepper-item/index.js +0 -93
  370. package/dist/collection/components/indicators/z-stepper-item/styles.css +0 -115
  371. package/dist/collection/components/inputs/z-combobox/index.js +0 -480
  372. package/dist/collection/components/inputs/z-combobox/styles.css +0 -148
  373. package/dist/collection/components/inputs/z-input/index.js +0 -821
  374. package/dist/collection/components/inputs/z-input/styles.css +0 -304
  375. package/dist/collection/components/inputs/z-input-label/index.js +0 -72
  376. package/dist/collection/components/inputs/z-input-label/styles.css +0 -16
  377. package/dist/collection/components/inputs/z-input-message/index.js +0 -64
  378. package/dist/collection/components/inputs/z-input-message/styles.css +0 -33
  379. package/dist/collection/components/inputs/z-select/index.js +0 -647
  380. package/dist/collection/components/inputs/z-select/styles.css +0 -131
  381. package/dist/collection/components/list/z-list/index.js +0 -57
  382. package/dist/collection/components/list/z-list/styles.css +0 -7
  383. package/dist/collection/components/list/z-list-element/index.js +0 -439
  384. package/dist/collection/components/list/z-list-element/styles.css +0 -133
  385. package/dist/collection/components/list/z-list-group/index.js +0 -144
  386. package/dist/collection/components/list/z-list-group/styles.css +0 -22
  387. package/dist/collection/components/list/z-toast-notification-list/index.js +0 -97
  388. package/dist/collection/components/list/z-toast-notification-list/styles.css +0 -107
  389. package/dist/collection/components/logo/z-logo/index.js +0 -128
  390. package/dist/collection/components/logo/z-logo/styles.css +0 -29
  391. package/dist/collection/components/modal/z-modal/index.js +0 -160
  392. package/dist/collection/components/modal/z-modal/styles.css +0 -185
  393. package/dist/collection/components/modal/z-modal-login/index.js +0 -272
  394. package/dist/collection/components/modal/z-modal-login/styles.css +0 -159
  395. package/dist/collection/components/navigation/z-app-header/index.js +0 -267
  396. package/dist/collection/components/navigation/z-app-header/styles.css +0 -445
  397. package/dist/collection/components/navigation/z-app-switcher/index.js +0 -70
  398. package/dist/collection/components/navigation/z-app-switcher/styles.css +0 -35
  399. package/dist/collection/components/navigation/z-app-topbar/index.js +0 -156
  400. package/dist/collection/components/navigation/z-app-topbar/styles.css +0 -71
  401. package/dist/collection/components/navigation/z-link/index.js +0 -309
  402. package/dist/collection/components/navigation/z-link/styles.css +0 -164
  403. package/dist/collection/components/navigation/z-menu/index.js +0 -223
  404. package/dist/collection/components/navigation/z-menu/styles.css +0 -149
  405. package/dist/collection/components/navigation/z-menu-dropdown/index.js +0 -125
  406. package/dist/collection/components/navigation/z-menu-dropdown/styles.css +0 -146
  407. package/dist/collection/components/navigation/z-menu-section/index.js +0 -109
  408. package/dist/collection/components/navigation/z-menu-section/styles.css +0 -91
  409. package/dist/collection/components/navigation/z-navigation-tab/index.js +0 -151
  410. package/dist/collection/components/navigation/z-navigation-tab/styles.css +0 -113
  411. package/dist/collection/components/navigation/z-navigation-tabs/index.js +0 -179
  412. package/dist/collection/components/navigation/z-navigation-tabs/styles.css +0 -117
  413. package/dist/collection/components/navigation/z-user-dropdown/index.js +0 -252
  414. package/dist/collection/components/navigation/z-user-dropdown/styles.css +0 -315
  415. package/dist/collection/components/notification/z-candybar/index.js +0 -18
  416. package/dist/collection/components/notification/z-candybar/styles.css +0 -61
  417. package/dist/collection/components/notification/z-cookiebar/index.js +0 -111
  418. package/dist/collection/components/notification/z-cookiebar/styles.css +0 -109
  419. package/dist/collection/components/notification/z-info-box/index.js +0 -79
  420. package/dist/collection/components/notification/z-info-box/styles.css +0 -23
  421. package/dist/collection/components/notification/z-notification/index.js +0 -171
  422. package/dist/collection/components/notification/z-notification/styles.css +0 -93
  423. package/dist/collection/components/notification/z-toast-notification/index.js +0 -402
  424. package/dist/collection/components/notification/z-toast-notification/styles.css +0 -247
  425. package/dist/collection/components/notification/z-tooltip/styles.css +0 -128
  426. package/dist/collection/components/pagination/z-pagination-bar/index.js +0 -278
  427. package/dist/collection/components/pagination/z-pagination-bar/styles.css +0 -23
  428. package/dist/collection/components/pagination/z-pagination-page/index.js +0 -129
  429. package/dist/collection/components/pagination/z-pagination-page/styles.css +0 -57
  430. package/dist/collection/components/panel/z-panel-elem/index.js +0 -193
  431. package/dist/collection/components/panel/z-panel-elem/styles.css +0 -39
  432. package/dist/collection/components/typography/z-body/index.js +0 -66
  433. package/dist/collection/components/typography/z-heading/index.js +0 -66
  434. package/dist/collection/components/typography/z-typography/index.js +0 -84
  435. package/dist/collection/components/typography/z-typography/styles.css +0 -61
  436. package/dist/collection/components/z-aria-alert/index.js +0 -32
  437. package/dist/collection/components/z-avatar/index.js +0 -137
  438. package/dist/collection/components/z-avatar/styles.css +0 -35
  439. package/dist/collection/components/z-card/index.js +0 -153
  440. package/dist/collection/components/z-card/styles.css +0 -188
  441. package/dist/collection/components/z-contextual-menu/index.js +0 -122
  442. package/dist/collection/components/z-contextual-menu/styles.css +0 -45
  443. package/dist/collection/components/z-divider/index.js +0 -89
  444. package/dist/collection/components/z-divider/styles.css +0 -37
  445. package/dist/collection/components/z-ghost-loading/index.js +0 -14
  446. package/dist/collection/components/z-ghost-loading/styles.css +0 -34
  447. package/dist/collection/components/z-popover/index.js +0 -273
  448. package/dist/collection/components/z-popover/styles.css +0 -236
  449. package/dist/collection/components/z-status-tag/index.js +0 -125
  450. package/dist/collection/components/z-status-tag/styles.css +0 -133
  451. package/dist/collection/components/z-visually-hidden/index.js +0 -14
  452. package/dist/collection/components/z-visually-hidden/styles.css +0 -12
  453. package/dist/collection/constants/icons.js +0 -6
  454. package/dist/collection/index.js +0 -5
  455. package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +0 -119
  456. package/dist/collection/snowflakes/myz/card/z-myz-card/styles.css +0 -38
  457. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +0 -148
  458. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/styles.css +0 -62
  459. package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +0 -20
  460. package/dist/collection/snowflakes/myz/card/z-myz-card-body/styles.css +0 -13
  461. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +0 -87
  462. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/styles.css +0 -11
  463. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +0 -177
  464. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/styles.css +0 -85
  465. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +0 -190
  466. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/styles.css +0 -137
  467. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +0 -23
  468. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/styles.css +0 -32
  469. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +0 -101
  470. package/dist/collection/snowflakes/myz/card/z-myz-card-header/styles.css +0 -46
  471. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +0 -74
  472. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/styles.css +0 -70
  473. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +0 -213
  474. package/dist/collection/snowflakes/myz/card/z-myz-card-info/styles.css +0 -124
  475. package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +0 -53
  476. package/dist/collection/snowflakes/myz/card/z-myz-card-list/styles.css +0 -41
  477. package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +0 -70
  478. package/dist/collection/snowflakes/myz/list/z-myz-list/styles.css +0 -4
  479. package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +0 -188
  480. package/dist/collection/snowflakes/myz/list/z-myz-list-item/styles.css +0 -48
  481. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +0 -121
  482. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/styles.css +0 -106
  483. package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +0 -181
  484. package/dist/collection/snowflakes/myz/pocket/z-pocket/styles.css +0 -56
  485. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +0 -77
  486. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/styles.css +0 -49
  487. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +0 -86
  488. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/styles.css +0 -40
  489. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/index.js +0 -23
  490. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/styles.css +0 -53
  491. package/dist/collection/snowflakes/myz/topbar/index.js +0 -428
  492. package/dist/collection/snowflakes/myz/topbar/styles.css +0 -594
  493. package/dist/collection/snowflakes/myz/z-alert/index.js +0 -42
  494. package/dist/collection/snowflakes/myz/z-alert/styles.css +0 -28
  495. package/dist/collection/snowflakes/myz/z-otp/index.js +0 -114
  496. package/dist/collection/snowflakes/myz/z-otp/styles.css +0 -47
  497. package/dist/collection/snowflakes/myz/z-slideshow/index.js +0 -165
  498. package/dist/collection/snowflakes/myz/z-slideshow/styles.css +0 -128
  499. package/dist/collection/snowflakes/registro-table/z-registro-table/index.js +0 -365
  500. package/dist/collection/snowflakes/registro-table/z-registro-table/styles.css +0 -166
  501. package/dist/collection/snowflakes/registro-table/z-registro-table-body/index.js +0 -19
  502. package/dist/collection/snowflakes/registro-table/z-registro-table-body/styles.css +0 -9
  503. package/dist/collection/snowflakes/registro-table/z-registro-table-cell/index.js +0 -58
  504. package/dist/collection/snowflakes/registro-table/z-registro-table-cell/styles.css +0 -39
  505. package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/index.js +0 -69
  506. package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/styles.css +0 -24
  507. package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/index.js +0 -35
  508. package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/styles.css +0 -9
  509. package/dist/collection/snowflakes/registro-table/z-registro-table-footer/index.js +0 -18
  510. package/dist/collection/snowflakes/registro-table/z-registro-table-footer/styles.css +0 -5
  511. package/dist/collection/snowflakes/registro-table/z-registro-table-head/index.js +0 -18
  512. package/dist/collection/snowflakes/registro-table/z-registro-table-head/styles.css +0 -5
  513. package/dist/collection/snowflakes/registro-table/z-registro-table-header/index.js +0 -240
  514. package/dist/collection/snowflakes/registro-table/z-registro-table-header/styles.css +0 -67
  515. package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/index.js +0 -37
  516. package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/styles.css +0 -13
  517. package/dist/collection/snowflakes/registro-table/z-registro-table-row/index.js +0 -86
  518. package/dist/collection/snowflakes/registro-table/z-registro-table-row/styles.css +0 -54
  519. package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/index.js +0 -17
  520. package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/styles.css +0 -11
  521. package/dist/collection/themes/index.story.js +0 -18
  522. package/dist/esm/index-fa9e549c.js +0 -1666
  523. package/dist/esm/index.js +0 -9
  524. package/dist/esm/loader.js +0 -17
  525. package/dist/esm/polyfills/core-js.js +0 -11
  526. package/dist/esm/polyfills/css-shim.js +0 -1
  527. package/dist/esm/polyfills/dom.js +0 -79
  528. package/dist/esm/polyfills/es5-html-element.js +0 -1
  529. package/dist/esm/polyfills/index.js +0 -34
  530. package/dist/esm/polyfills/system.js +0 -6
  531. package/dist/esm/web-components-library.js +0 -17
  532. package/dist/esm/z-alert_66.entry.js +0 -3666
  533. package/dist/esm/z-pocket_3.entry.js +0 -118
  534. package/dist/index.cjs.js +0 -1
  535. package/dist/index.js +0 -1
  536. package/dist/web-components-library/p-017370c7.entry.js +0 -1
  537. package/dist/web-components-library/p-04c73ec1.entry.js +0 -1
  538. package/dist/web-components-library/p-0bf8988b.entry.js +0 -1
  539. package/dist/web-components-library/p-140cc18f.entry.js +0 -1
  540. package/dist/web-components-library/p-1c72783c.entry.js +0 -1
  541. package/dist/web-components-library/p-3ea97390.entry.js +0 -1
  542. package/dist/web-components-library/p-40972dfd.entry.js +0 -1
  543. package/dist/web-components-library/p-43d00d2f.entry.js +0 -1
  544. package/dist/web-components-library/p-483d10ba.entry.js +0 -1
  545. package/dist/web-components-library/p-57ceab75.entry.js +0 -7
  546. package/dist/web-components-library/p-65c08b33.js +0 -1
  547. package/dist/web-components-library/p-6e8f444c.entry.js +0 -1
  548. package/dist/web-components-library/p-798d5c2f.entry.js +0 -1
  549. package/dist/web-components-library/p-881b4877.js +0 -1
  550. package/dist/web-components-library/p-8ad12683.entry.js +0 -1
  551. package/dist/web-components-library/p-8c24ac2e.entry.js +0 -1
  552. package/dist/web-components-library/p-904a85e4.js +0 -1
  553. package/dist/web-components-library/p-96e3aec6.entry.js +0 -1
  554. package/dist/web-components-library/p-9912e411.js +0 -7
  555. package/dist/web-components-library/p-b4420ba3.entry.js +0 -1
  556. package/dist/web-components-library/p-c7af96eb.entry.js +0 -1
  557. package/dist/web-components-library/p-d1fed95b.entry.js +0 -1
  558. package/dist/web-components-library/p-d430b1aa.entry.js +0 -1
  559. package/dist/web-components-library/p-d69e14fb.js +0 -1
  560. package/dist/web-components-library/p-e64c06a4.entry.js +0 -1
  561. package/dist/web-components-library/p-f113a03a.entry.js +0 -1
  562. package/dist/web-components-library/p-fcf19092.entry.js +0 -1
  563. package/www/build/p-002ed333.js +0 -1
  564. package/www/build/p-017370c7.entry.js +0 -1
  565. package/www/build/p-04c73ec1.entry.js +0 -1
  566. package/www/build/p-0bf8988b.entry.js +0 -1
  567. package/www/build/p-140cc18f.entry.js +0 -1
  568. package/www/build/p-1c72783c.entry.js +0 -1
  569. package/www/build/p-3ea97390.entry.js +0 -1
  570. package/www/build/p-40972dfd.entry.js +0 -1
  571. package/www/build/p-43d00d2f.entry.js +0 -1
  572. package/www/build/p-483d10ba.entry.js +0 -1
  573. package/www/build/p-57ceab75.entry.js +0 -7
  574. package/www/build/p-65c08b33.js +0 -1
  575. package/www/build/p-6e8f444c.entry.js +0 -1
  576. package/www/build/p-798d5c2f.entry.js +0 -1
  577. package/www/build/p-881b4877.js +0 -1
  578. package/www/build/p-8ad12683.entry.js +0 -1
  579. package/www/build/p-8c24ac2e.entry.js +0 -1
  580. package/www/build/p-904a85e4.js +0 -1
  581. package/www/build/p-96e3aec6.entry.js +0 -1
  582. package/www/build/p-9912e411.js +0 -7
  583. package/www/build/p-b4420ba3.entry.js +0 -1
  584. package/www/build/p-c7af96eb.entry.js +0 -1
  585. package/www/build/p-d1fed95b.entry.js +0 -1
  586. package/www/build/p-d430b1aa.entry.js +0 -1
  587. package/www/build/p-d69e14fb.js +0 -1
  588. package/www/build/p-e64c06a4.entry.js +0 -1
  589. package/www/build/p-ea943cbd.css +0 -1
  590. package/www/build/p-f113a03a.entry.js +0 -1
  591. package/www/build/p-fcf19092.entry.js +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,1221 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
+
5
+ ### [2.33.4](https://github.com/ZanichelliEditore/design-system/compare/v2.33.3...v2.33.4) (2022-03-01)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * fixed z-popover initial positioning ([#214](https://github.com/ZanichelliEditore/design-system/issues/214)) ([2e74716](https://github.com/ZanichelliEditore/design-system/commit/2e7471631e5677654b94955699ae3217a42515c3))
11
+
12
+ ### [2.33.3](https://github.com/ZanichelliEditore/design-system/compare/v2.33.2...v2.33.3) (2022-02-25)
13
+
14
+ ### [2.33.2](https://github.com/ZanichelliEditore/design-system/compare/v2.33.1...v2.33.2) (2022-02-24)
15
+
16
+ ### [2.33.1](https://github.com/ZanichelliEditore/design-system/compare/v2.33.0...v2.33.1) (2022-02-23)
17
+
18
+ ## [2.33.0](https://github.com/ZanichelliEditore/design-system/compare/v2.32.0...v2.33.0) (2022-02-17)
19
+
20
+
21
+ ### Features
22
+
23
+ * **ZTE-4456:** workin aria alert, and visually hidden ([e548ed0](https://github.com/ZanichelliEditore/design-system/commit/e548ed0c91660796632612c4b9a79c7db1e13e20))
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **CLAV-4456:** add components for accessibility ([219d05d](https://github.com/ZanichelliEditore/design-system/commit/219d05d0aaca9589d02e767ae7efa7f1a5388509))
29
+ * **ZTE-4456:** clean code, remove unsed code ([6062e24](https://github.com/ZanichelliEditore/design-system/commit/6062e2497feea531b4245cbb73e83c37573ecce6))
30
+ * **ZTE-4456:** fix ([7b40d9b](https://github.com/ZanichelliEditore/design-system/commit/7b40d9b21bdb29cf9df3104577ea8f5f7c8382f2))
31
+
32
+ ## [2.32.0](https://github.com/ZanichelliEditore/design-system/compare/v2.31.2...v2.32.0) (2022-02-14)
33
+
34
+
35
+ ### Features
36
+
37
+ * add optional color to contextual menu ([d1798ad](https://github.com/ZanichelliEditore/design-system/commit/d1798adf4d5be2fa6102955e821d3c9cd6977fa4))
38
+
39
+ ### [2.31.2](https://github.com/ZanichelliEditore/design-system/compare/v2.31.1...v2.31.2) (2022-02-10)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * **CLAV-272:** fix z-app-header z-index ([b7a2fd6](https://github.com/ZanichelliEditore/design-system/commit/b7a2fd6591347bd6fdbaf6fbeced7beffc1f83a1))
45
+ * **ZTE-4472:** change color to white link after click ([dc7f7d5](https://github.com/ZanichelliEditore/design-system/commit/dc7f7d5b72869eeac01a8ab6b81ede7de621275b))
46
+
47
+ ### [2.31.1](https://github.com/ZanichelliEditore/design-system/compare/v2.31.0...v2.31.1) (2022-02-10)
48
+
49
+ ## [2.31.0](https://github.com/ZanichelliEditore/design-system/compare/v2.30.1...v2.31.0) (2022-01-21)
50
+
51
+
52
+ ### Features
53
+
54
+ * add footer content max-width ([b3a1be4](https://github.com/ZanichelliEditore/design-system/commit/b3a1be47640137f06ea083472cfabe8317e58ad2))
55
+ * extend footer with a product info panel ([e81e3d1](https://github.com/ZanichelliEditore/design-system/commit/e81e3d1410a71652b57dd638d916a139701498e3))
56
+
57
+
58
+ ### Bug Fixes
59
+
60
+ * display credits even if a href is not provided ([4a5467e](https://github.com/ZanichelliEditore/design-system/commit/4a5467e2ffe60093809ffdfcd5847d89d4981d22))
61
+ * mobile logo is not displayed by css, but using a prop in z-logo componen ([b271b77](https://github.com/ZanichelliEditore/design-system/commit/b271b77c8cba0db987320bf5ae7bcd4dd2dfc3f3))
62
+
63
+ ### [2.30.1](https://github.com/ZanichelliEditore/design-system/compare/v2.30.0...v2.30.1) (2022-01-17)
64
+
65
+
66
+ ### Bug Fixes
67
+
68
+ * mobile header font size ([d4b60ba](https://github.com/ZanichelliEditore/design-system/commit/d4b60bad025861e5d3cc2d8389659e54bf9d0dd5))
69
+
70
+ ## [2.30.0](https://github.com/ZanichelliEditore/design-system/compare/v2.29.3...v2.30.0) (2022-01-17)
71
+
72
+
73
+ ### Features
74
+
75
+ * support inverse coloring ([3d8736e](https://github.com/ZanichelliEditore/design-system/commit/3d8736ee63f3b18a1843551f4d569cc7b46aac9a))
76
+ * unset showappswitcher default value ([f3d6698](https://github.com/ZanichelliEditore/design-system/commit/f3d6698b2b453f71982ab0b844705774073a3368))
77
+
78
+
79
+ ### Bug Fixes
80
+
81
+ * apply contentmaxwidth property at any breakpoint ([504261f](https://github.com/ZanichelliEditore/design-system/commit/504261f84640f79519093c53cce4546ac4c5cecc))
82
+ * fix coloring li tags ([eee3b27](https://github.com/ZanichelliEditore/design-system/commit/eee3b277c030b1206731fd400f815cb46e6c49b4))
83
+ * fix css ([0432f8f](https://github.com/ZanichelliEditore/design-system/commit/0432f8f3279f6e7a8c80c45d5ea550ac75dbe348))
84
+ * fix css ([422244b](https://github.com/ZanichelliEditore/design-system/commit/422244b72982d91c0ec9bcba3f09ea0e8531900f))
85
+ * fix css ([d9b060f](https://github.com/ZanichelliEditore/design-system/commit/d9b060fdfde420c56fbe3940c1c1640bef81713c))
86
+ * fix css bug when screen is wide and contentmaxwidth is defined ([0c65288](https://github.com/ZanichelliEditore/design-system/commit/0c65288d5b1f7c3cebe005e4efb6f916eda4034b))
87
+ * fix css style ([3e3d77f](https://github.com/ZanichelliEditore/design-system/commit/3e3d77f5bea89ca30489ec24067c82be5e8940e5))
88
+ * fix events handling ([f43e4a2](https://github.com/ZanichelliEditore/design-system/commit/f43e4a29b9983580cde7d87754bc79825ff11ccc))
89
+ * remove useless click handling ([f493637](https://github.com/ZanichelliEditore/design-system/commit/f493637ba3d99391abda17bd2460c16a7e810066))
90
+ * remove useless lifecycle function ([e3d3db8](https://github.com/ZanichelliEditore/design-system/commit/e3d3db8431e89680eaae776c14b53b0a1d688c81))
91
+ * truncate long name and email with ellipsis in mobile view and avoid text new line for long menu voice ([8f71792](https://github.com/ZanichelliEditore/design-system/commit/8f71792f6f87cfef510873b5357eeb90273cfce8))
92
+
93
+ ### [2.29.3](https://github.com/ZanichelliEditore/design-system/compare/v2.29.2...v2.29.3) (2022-01-12)
94
+
95
+
96
+ ### Features
97
+
98
+ * handle missing props/slots inside empty table ([222d0c5](https://github.com/ZanichelliEditore/design-system/commit/222d0c58cfb4671b5862024f8edc88567bb860b5))
99
+
100
+
101
+ ### Bug Fixes
102
+
103
+ * remove message conditional logic ([c858c4e](https://github.com/ZanichelliEditore/design-system/commit/c858c4e556a2c576b78e988b66f8c36edeb4c2cd))
104
+ * remove table-body slotted content if empty ([2d4a498](https://github.com/ZanichelliEditore/design-system/commit/2d4a498e31dd4b7cd9dc183ba2cfb24b8566f13e))
105
+
106
+ ### [2.29.2](https://github.com/ZanichelliEditore/design-system/compare/v2.29.1...v2.29.2) (2022-01-07)
107
+
108
+ ### [2.29.1](https://github.com/ZanichelliEditore/design-system/compare/v2.29.0...v2.29.1) (2022-01-07)
109
+
110
+
111
+ ### Bug Fixes
112
+
113
+ * remove min-height / add border bottom to empty table ([d678ca8](https://github.com/ZanichelliEditore/design-system/commit/d678ca8e9d51a98e49844f85d2a644637f9df551))
114
+
115
+ ## [2.29.0](https://github.com/ZanichelliEditore/design-system/compare/v2.28.0...v2.29.0) (2021-12-29)
116
+
117
+
118
+ ### Features
119
+
120
+ * support inverse coloring ([c5cba96](https://github.com/ZanichelliEditore/design-system/commit/c5cba9606ce1adc6b6992c5684311ddf0bee8ecb))
121
+
122
+
123
+ ### Bug Fixes
124
+
125
+ * header, menu, menu-section spacings and sizes ([9feacb2](https://github.com/ZanichelliEditore/design-system/commit/9feacb2e0b88babb18f65fe933e875d7f8a8c449))
126
+ * spacings and sizes ([391c20e](https://github.com/ZanichelliEditore/design-system/commit/391c20e48fed832eba06121634d404f42c132484))
127
+ * stucked title typography ([da3f4cf](https://github.com/ZanichelliEditore/design-system/commit/da3f4cfdb040e790e725160fe04ea49a2a88c9b3))
128
+ * subtitle padding without menu ([8224269](https://github.com/ZanichelliEditore/design-system/commit/82242697fa888fda43691c0eef769bec95041d45))
129
+
130
+ ## [2.28.0](https://github.com/ZanichelliEditore/design-system/compare/v2.27.1...v2.28.0) (2021-12-17)
131
+
132
+
133
+ ### Features
134
+
135
+ * make z-logo component adaptive ([7613514](https://github.com/ZanichelliEditore/design-system/commit/76135146c9f368bd237068eb91884f2b3b53919f))
136
+
137
+ ### [2.27.1](https://github.com/ZanichelliEditore/design-system/compare/v2.27.0...v2.27.1) (2021-12-15)
138
+
139
+ ## [2.27.0](https://github.com/ZanichelliEditore/design-system/compare/v2.26.5...v2.27.0) (2021-12-14)
140
+
141
+
142
+ ### Features
143
+
144
+ * **CLAV-167:** disable click on expandable row while clicking on contextual-menu ([8532285](https://github.com/ZanichelliEditore/design-system/commit/853228566efa440a55994c09aa54b2377139c785))
145
+
146
+ ### [2.26.5](https://github.com/ZanichelliEditore/design-system/compare/v2.26.4...v2.26.5) (2021-12-10)
147
+
148
+ ### [2.26.4](https://github.com/ZanichelliEditore/design-system/compare/v2.26.3...v2.26.4) (2021-12-06)
149
+
150
+
151
+ ### Bug Fixes
152
+
153
+ * fix pr comment ([ae9938c](https://github.com/ZanichelliEditore/design-system/commit/ae9938c455855885c665ff1707eabfeda4c48672))
154
+ * fixed tests ([645aa06](https://github.com/ZanichelliEditore/design-system/commit/645aa0623c54d40c22ca15690ef8ebf2c042c883))
155
+ * removed slot from z-input-label ([f993751](https://github.com/ZanichelliEditore/design-system/commit/f99375191f8a494ef17204de881222391ebb16b5))
156
+
157
+ ### [2.24.10-rc1](https://github.com/ZanichelliEditore/design-system/compare/v2.24.9...v2.24.10-rc1) (2021-11-10)
158
+
159
+ ### [2.26.3](https://github.com/ZanichelliEditore/design-system/compare/v2.26.2...v2.26.3) (2021-12-01)
160
+
161
+
162
+ ### Bug Fixes
163
+
164
+ * **clav-214:** default background color ([9ead4bb](https://github.com/ZanichelliEditore/design-system/commit/9ead4bb77f6538b531809d6def84c9f86c39bd84))
165
+ * **clav-214:** min-height ([aae26ad](https://github.com/ZanichelliEditore/design-system/commit/aae26ad50fe36431a7afa9ff273d4fce1fe55fc6))
166
+
167
+ ### [2.26.2](https://github.com/ZanichelliEditore/design-system/compare/v2.26.1...v2.26.2) (2021-11-29)
168
+
169
+
170
+ ### Bug Fixes
171
+
172
+ * change tag h2 ([67f4130](https://github.com/ZanichelliEditore/design-system/commit/67f4130132163da4203defa75cec240e6c1f8672))
173
+ * fix empty title ([ca77ec0](https://github.com/ZanichelliEditore/design-system/commit/ca77ec08c76f30ee5fcb3b8d4a1d6c487ac4db43))
174
+ * fix test ([f27b6b8](https://github.com/ZanichelliEditore/design-system/commit/f27b6b88e70c7f0583519b47070a4b523da5bb5d))
175
+
176
+ ### [2.26.1](https://github.com/ZanichelliEditore/design-system/compare/v2.26.0...v2.26.1) (2021-11-26)
177
+
178
+ ## [2.26.0](https://github.com/ZanichelliEditore/design-system/compare/v2.25.0...v2.26.0) (2021-11-18)
179
+
180
+ ### [2.24.12-rc3](https://github.com/ZanichelliEditore/design-system/compare/v2.24.12-rc2...v2.24.12-rc3) (2021-11-15)
181
+
182
+
183
+ ### Features
184
+
185
+ * **clav-158:** fixed background opt for zmodal ([c4b27eb](https://github.com/ZanichelliEditore/design-system/commit/c4b27eb6f61850c06fc8aa0fa92e642f6477af3c))
186
+
187
+ ### [2.24.12-rc2](https://github.com/ZanichelliEditore/design-system/compare/v2.24.12...v2.24.12-rc2) (2021-11-13)
188
+
189
+ ### [2.24.12](https://github.com/ZanichelliEditore/design-system/compare/v2.24.11...v2.24.12) (2021-11-13)
190
+
191
+ ## [2.25.0](https://github.com/ZanichelliEditore/design-system/compare/v2.24.13...v2.25.0) (2021-11-18)
192
+
193
+
194
+ ### Features
195
+
196
+ * **CLAV-208:** fix for pr ([6eaadd5](https://github.com/ZanichelliEditore/design-system/commit/6eaadd5f946797383f9d7f005d657e1f61f1fcdd))
197
+ * **CLAV-208:** fix sorting clicking on non-sortable header ([e8726bd](https://github.com/ZanichelliEditore/design-system/commit/e8726bda81f461d58d9b8cb8a8fedfc000447498))
198
+
199
+ ### [2.24.13](https://github.com/ZanichelliEditore/design-system/compare/v2.24.11...v2.24.13) (2021-11-15)
200
+
201
+
202
+ ### Bug Fixes
203
+
204
+ * fixed padding and margin ([c5a48cf](https://github.com/ZanichelliEditore/design-system/commit/c5a48cf36b91a4f7992d8dd9fb1d5e7c4a9d690f))
205
+
206
+ ### [2.24.12](https://github.com/ZanichelliEditore/design-system/compare/v2.24.11...v2.24.12) (2021-11-15)
207
+
208
+
209
+ ### Bug Fixes
210
+
211
+ * fixed padding and margin ([c5a48cf](https://github.com/ZanichelliEditore/design-system/commit/c5a48cf36b91a4f7992d8dd9fb1d5e7c4a9d690f))
212
+
213
+ ### [2.24.11](https://github.com/ZanichelliEditore/design-system/compare/v2.24.10...v2.24.11) (2021-11-12)
214
+
215
+
216
+ ### Bug Fixes
217
+
218
+ * fix topbar style ([bffdbb9](https://github.com/ZanichelliEditore/design-system/commit/bffdbb9b90a3f70c17fbd3cc3c50b299546d8cfb))
219
+ * fixed space unit var ([cbd503c](https://github.com/ZanichelliEditore/design-system/commit/cbd503c67e88af4a1438bf2cc6fbc419f4344895))
220
+ * fixed style ([a98e02c](https://github.com/ZanichelliEditore/design-system/commit/a98e02cac83529692224af6ef53933a8d26f1beb))
221
+
222
+ ### [2.24.10](https://github.com/ZanichelliEditore/design-system/compare/v2.24.9...v2.24.10) (2021-11-11)
223
+
224
+
225
+ ### Bug Fixes
226
+
227
+ * a11y issues on some component ([7529c16](https://github.com/ZanichelliEditore/design-system/commit/7529c1634200b83d72f33b7e7104f3d7a84e8541))
228
+ * offset in scrollable container ([5e41226](https://github.com/ZanichelliEditore/design-system/commit/5e412265f748c1c25e9422f02a9ab3b76f7390d2))
229
+ * sanity check for tests ([47e50de](https://github.com/ZanichelliEditore/design-system/commit/47e50dede173a38aae7259959b1d7f1b42bf2989))
230
+ * tooltip auto positioning algorithm when its container is scrollable ([5d25de5](https://github.com/ZanichelliEditore/design-system/commit/5d25de56d82d7152c4b8fa29fd24053e21141f05))
231
+ * tooltip positioning ([151ef29](https://github.com/ZanichelliEditore/design-system/commit/151ef2958d80f72eef5a68ae59604c48dedd3e97))
232
+
233
+ ### [2.24.9](https://github.com/ZanichelliEditore/design-system/compare/v2.24.8...v2.24.9) (2021-11-10)
234
+
235
+
236
+ ### Bug Fixes
237
+
238
+ * fixed tests ([57ab26b](https://github.com/ZanichelliEditore/design-system/commit/57ab26bc2b0e80dde5a4b4c40804ce91d4b6c1ac))
239
+ * z-body instead of improper h2 tag ([002fc44](https://github.com/ZanichelliEditore/design-system/commit/002fc440711e3ae55ad757307019a5427817a0f4))
240
+
241
+ ### [2.24.8](https://github.com/ZanichelliEditore/design-system/compare/v2.24.7...v2.24.8) (2021-10-29)
242
+
243
+
244
+ ### Bug Fixes
245
+
246
+ * **clav-192:** remove bad typo ([42703c2](https://github.com/ZanichelliEditore/design-system/commit/42703c27b9e21d577d6b7560963dc14a240d7412))
247
+
248
+ ### [2.24.6](https://github.com/ZanichelliEditore/design-system/compare/v2.24.1...v2.24.6) (2021-10-28)
249
+
250
+ ### [2.24.5](https://github.com/ZanichelliEditore/design-system/compare/v2.24.1...v2.24.5) (2021-10-28)
251
+
252
+ ### [2.24.4](https://github.com/ZanichelliEditore/design-system/compare/v2.24.1...v2.24.4) (2021-10-28)
253
+
254
+ ### [2.24.3](https://github.com/ZanichelliEditore/design-system/compare/v2.24.1...v2.24.3) (2021-10-28)
255
+
256
+ ### [2.24.2](https://github.com/ZanichelliEditore/design-system/compare/v2.24.1...v2.24.2) (2021-10-28)
257
+
258
+ ### [2.24.1](https://github.com/ZanichelliEditore/design-system/compare/v2.24.0...v2.24.1) (2021-10-27)
259
+
260
+ ## [2.24.0](https://github.com/ZanichelliEditore/design-system/compare/v2.23.6...v2.24.0) (2021-10-22)
261
+
262
+
263
+ ### Features
264
+
265
+ * **CLAV-152:** add popover position prop to z-contextual-menu ([2b15bd1](https://github.com/ZanichelliEditore/design-system/commit/2b15bd12b2d8bfb250c2e98612a59140960d1b9b))
266
+ * **CLAV-152:** fix storybook ([d8815ca](https://github.com/ZanichelliEditore/design-system/commit/d8815ca31a35275ef2f6b10549b65bfb01f81c6f))
267
+
268
+ ### [2.23.6](https://github.com/ZanichelliEditore/design-system/compare/v2.23.5...v2.23.6) (2021-10-21)
269
+
270
+
271
+ ### Bug Fixes
272
+
273
+ * test passing ([4fdbbb3](https://github.com/ZanichelliEditore/design-system/commit/4fdbbb301d325008d43df277822f466d62f7b146))
274
+
275
+ ### [2.23.5](https://github.com/ZanichelliEditore/design-system/compare/v2.23.4...v2.23.5) (2021-10-21)
276
+
277
+
278
+ ### Bug Fixes
279
+
280
+ * **CLAV-155:** fix documentation ([1ad5d65](https://github.com/ZanichelliEditore/design-system/commit/1ad5d6596ac8eeb7dbd681dd3ad83159c8834652))
281
+ * **CLAV-155:** fix documentation ([2f88934](https://github.com/ZanichelliEditore/design-system/commit/2f88934eeadbb03adeda48156864ce7c103d04a8))
282
+ * **CLAV-155:** fix documentation and add log ([818e6fa](https://github.com/ZanichelliEditore/design-system/commit/818e6fa3a4b16626e41126200261a6449f483a8c))
283
+
284
+ ### [2.23.4](https://github.com/ZanichelliEditore/design-system/compare/v2.23.3...v2.23.4) (2021-10-18)
285
+
286
+
287
+ ### Bug Fixes
288
+
289
+ * **clav-189:** full with content in empty table ([7daa6e2](https://github.com/ZanichelliEditore/design-system/commit/7daa6e21ab5b55cdc4ea0542d09fe6dcc211a787))
290
+
291
+ ### [2.23.3](https://github.com/ZanichelliEditore/design-system/compare/v2.23.2...v2.23.3) (2021-10-18)
292
+
293
+
294
+ ### Bug Fixes
295
+
296
+ * cell positioning correct to use tooltip ([0973a0e](https://github.com/ZanichelliEditore/design-system/commit/0973a0e2e621c83dcd27039275674fcd16dc8f33))
297
+
298
+ ### [2.23.2](https://github.com/ZanichelliEditore/design-system/compare/v2.23.0...v2.23.2) (2021-10-18)
299
+
300
+ ### [2.23.1](https://github.com/ZanichelliEditore/design-system/compare/v2.23.0...v2.23.1) (2021-10-14)
301
+
302
+ ## [2.23.0](https://github.com/ZanichelliEditore/design-system/compare/v2.22.0...v2.23.0) (2021-10-14)
303
+
304
+
305
+ ### Features
306
+
307
+ * **CLAV-155:** graphic fix on expand row button ([62ce67d](https://github.com/ZanichelliEditore/design-system/commit/62ce67d313e88c19c76eb48f711af042ee989fcd))
308
+ * **CLAV-155:** minor refacator ([aa88dee](https://github.com/ZanichelliEditore/design-system/commit/aa88deebcfe82c8f79b639b95c7d602e44215303))
309
+
310
+
311
+ ### Bug Fixes
312
+
313
+ * **CLAV-155:** add documentation and minor fix ([fea51df](https://github.com/ZanichelliEditore/design-system/commit/fea51df257d2664f6fdb397bacaae798fd7757cc))
314
+ * **CLAV-155:** fix border-right ([b6a75a2](https://github.com/ZanichelliEditore/design-system/commit/b6a75a28d6a378911d6521a5b05483d7ef9fbdc3))
315
+ * **CLAV-155:** fix style ([c62a47e](https://github.com/ZanichelliEditore/design-system/commit/c62a47e6fc6b74a1765d7cafcbc62e7dfbd5f398))
316
+ * **CLAV-155:** minor fix ([fb9bb16](https://github.com/ZanichelliEditore/design-system/commit/fb9bb161af471e22a636b1d0fae5e6ff130685dd))
317
+
318
+ ## [2.22.0](https://github.com/ZanichelliEditore/design-system/compare/v2.21.3...v2.22.0) (2021-10-14)
319
+
320
+
321
+ ### Features
322
+
323
+ * add click event on menu label; allow to close header drawer from the outside ([130a56f](https://github.com/ZanichelliEditore/design-system/commit/130a56ff40d4189ddf735c11e2c05b50dec26b8f))
324
+ * allow header custom background and text colors ([f01d0f3](https://github.com/ZanichelliEditore/design-system/commit/f01d0f3e46ea51407dc736625add9fe9d0a0ad9e))
325
+
326
+
327
+ ### Bug Fixes
328
+
329
+ * app-header drawer enabling; drawer top offset; preserve title html on stuck header ([01c7cef](https://github.com/ZanichelliEditore/design-system/commit/01c7cefd4cd0f22a8419b42987ca3d68657a2542))
330
+ * drawer behavior; stucked-title slot ([4cfca83](https://github.com/ZanichelliEditore/design-system/commit/4cfca831893090410936d1083a03244f624d7989))
331
+ * header and menu accessibility ([c178370](https://github.com/ZanichelliEditore/design-system/commit/c1783702a0d6ae4a8ab7610eb6a6c3675ffa4503))
332
+ * tests ([1272513](https://github.com/ZanichelliEditore/design-system/commit/12725134db6cb05f1bf17520a02c947af3cb443f))
333
+
334
+ ### [2.21.3](https://github.com/ZanichelliEditore/design-system/compare/v2.21.2...v2.21.3) (2021-10-13)
335
+
336
+ ### [2.21.2](https://github.com/ZanichelliEditore/design-system/compare/v2.21.1...v2.21.2) (2021-10-07)
337
+
338
+ ### [2.21.1](https://github.com/ZanichelliEditore/design-system/compare/v2.21.0...v2.21.1) (2021-10-05)
339
+
340
+ ## [2.21.0](https://github.com/ZanichelliEditore/design-system/compare/v2.20.2...v2.21.0) (2021-10-05)
341
+
342
+
343
+ ### Features
344
+
345
+ * **clav-109:** add error table ([56f65aa](https://github.com/ZanichelliEditore/design-system/commit/56f65aa7162138e141bfdb636abf034452442d7e))
346
+ * **clav-109:** add error table into index.html ([20e23a8](https://github.com/ZanichelliEditore/design-system/commit/20e23a8c2a5045fe7df98bdd97dd788c6b80e4e1))
347
+
348
+
349
+ ### Bug Fixes
350
+
351
+ * **clav-109:** fix typo ([4da01d7](https://github.com/ZanichelliEditore/design-system/commit/4da01d74a1e8f8525c2855a19b3bad0eb3ca1f73))
352
+ * **clav-109:** pr fixes ([aa41af6](https://github.com/ZanichelliEditore/design-system/commit/aa41af63af6333ca1d413cd535acd6a81f087cb4))
353
+
354
+ ### [2.20.1](https://github.com/ZanichelliEditore/design-system/compare/v2.20.0...v2.20.1) (2021-09-28)
355
+
356
+
357
+ ### Features
358
+
359
+ * **clav-109:** add table error component ([fa4a200](https://github.com/ZanichelliEditore/design-system/commit/fa4a2008fb3e6b89fbd2ae478cb19509e6c7d1c6))
360
+
361
+
362
+ ### Bug Fixes
363
+
364
+ * **DS-131:** add knob to z-icon ([3b147a0](https://github.com/ZanichelliEditore/design-system/commit/3b147a041cc57a056e5402cce2a940615b085021))
365
+
366
+ ### [2.20.2](https://github.com/ZanichelliEditore/design-system/compare/v2.20.0...v2.20.2) (2021-10-04)
367
+
368
+ ### [2.20.1](https://github.com/ZanichelliEditore/design-system/compare/v2.20.0...v2.20.1) (2021-10-04)
369
+
370
+ ## [2.20.0](https://github.com/ZanichelliEditore/design-system/compare/v2.19.1...v2.20.0) (2021-09-21)
371
+
372
+ ### Features
373
+
374
+ - csscolors from stylesheet ([66b9372](https://github.com/ZanichelliEditore/design-system/commit/66b93720ad9d4d8603326e0031f643f33f9baa7f))
375
+ - design tokens updated ([ae83de5](https://github.com/ZanichelliEditore/design-system/commit/ae83de530dbe0b66bc7c85c57f88aa901d2746fa))
376
+ - PR fix ([5c9feed](https://github.com/ZanichelliEditore/design-system/commit/5c9feedcb8191d5bf0b1bb1a58e1adaf3f6839f8))
377
+ - storybook color theme ([8312309](https://github.com/ZanichelliEditore/design-system/commit/83123091375aa3fae2b4f73695bdafadaebde2d9))
378
+
379
+ ### [2.19.1](https://github.com/ZanichelliEditore/design-system/compare/v2.19.0...v2.19.1) (2021-09-17)
380
+
381
+ ## [2.19.0](https://github.com/ZanichelliEditore/design-system/compare/v2.18.4...v2.19.0) (2021-09-16)
382
+
383
+ ### [2.18.4](https://github.com/ZanichelliEditore/design-system/compare/v2.18.3...v2.18.4) (2021-09-16)
384
+
385
+ ### Bug Fixes
386
+
387
+ - fix colors for zlink, and href null if not set ([#153](https://github.com/ZanichelliEditore/design-system/issues/153)) ([e0735b1](https://github.com/ZanichelliEditore/design-system/commit/e0735b1df88ce262dafe07ea2723665896e4e1fa))
388
+
389
+ ### [2.18.3](https://github.com/ZanichelliEditore/design-system/compare/v2.18.2...v2.18.3) (2021-09-15)
390
+
391
+ ### Bug Fixes
392
+
393
+ - z-user-dropdown style fix ([4ac5b35](https://github.com/ZanichelliEditore/design-system/commit/4ac5b357d76b6e9f0ece4e795385b07c0996c7c8))
394
+
395
+ ### [2.18.2](https://github.com/ZanichelliEditore/design-system/compare/v2.18.1...v2.18.2) (2021-09-15)
396
+
397
+ ### [2.18.1](https://github.com/ZanichelliEditore/design-system/compare/v2.18.0...v2.18.1) (2021-09-14)
398
+
399
+ ## [2.18.0](https://github.com/ZanichelliEditore/design-system/compare/v2.17.1...v2.18.0) (2021-09-14)
400
+
401
+ ### Features
402
+
403
+ - update z-link style and tokens version ([f2c75b58](https://github.com/ZanichelliEditore/design-system/commit/f2c75b58fea3703daeb7204e3e7770bf39509290))
404
+ - refactoring sort event and sortingOrientation prop, renamed SortingOrientationEnum and added SortingOrientation type ([e66aa3f](https://github.com/ZanichelliEditore/design-system/commit/e66aa3f4014d220ac595269a5e6d0badbde35eed))
405
+
406
+ ### [2.17.1](https://github.com/ZanichelliEditore/design-system/compare/v2.17.0...v2.17.1) (2021-09-14)
407
+
408
+ ### Bug Fixes
409
+
410
+ - z-user-bropdown e2e test ([55a3166](https://github.com/ZanichelliEditore/design-system/commit/55a31663ad33095c7e2ba4d03d05937a3a0cfd39))
411
+
412
+ ### [2.16.1-alpha](https://github.com/ZanichelliEditore/design-system/compare/v2.16.0...v2.16.1-alpha) (2021-09-13)
413
+
414
+ ## [2.17.0](https://github.com/ZanichelliEditore/design-system/compare/v2.16.0...v2.17.0) (2021-09-14)
415
+
416
+ ### Features
417
+
418
+ - check to not trigger event multiple times ([de92e89](https://github.com/ZanichelliEditore/design-system/commit/de92e890db7276d637412d9a7e18f38f745f5605))
419
+ - add drag test ([b96582d](https://github.com/ZanichelliEditore/design-system/commit/b96582d3d5ca74224fdebd0113f2e66c995433ae))
420
+ - add newestontop prop ([ba73bcb](https://github.com/ZanichelliEditore/design-system/commit/ba73bcb4cfc1d199052652518356a7c70627e837))
421
+ - add notifation-list tests ([9c983d3](https://github.com/ZanichelliEditore/design-system/commit/9c983d3496c630bffd40895112ac3914acfe0800))
422
+ - add storybook ([348b278](https://github.com/ZanichelliEditore/design-system/commit/348b278c6ca666b7c6f34defe03cc3b45cf2705d))
423
+ - add toast-notification-list positions ([ef85d64](https://github.com/ZanichelliEditore/design-system/commit/ef85d6470cd5069c5d3ce97f40720d11fda414b5))
424
+ - add transition translate ([cbb7a99](https://github.com/ZanichelliEditore/design-system/commit/cbb7a99cce4463b3101797b939770033bed3a221))
425
+ - added token ([cba84ca](https://github.com/ZanichelliEditore/design-system/commit/cba84ca06a133fe6cd1017aa8ee5c3554c95bc37))
426
+ - better dragged percentage calculation ([ef4af20](https://github.com/ZanichelliEditore/design-system/commit/ef4af20c8c142bd95111fdaf019bce334283f514))
427
+ - calculation on multiple notifications (wip) ([748cd4f](https://github.com/ZanichelliEditore/design-system/commit/748cd4f897c1ae881eae488e2bbf6e9e389bd79d))
428
+ - change gap with margin ([e16b90d](https://github.com/ZanichelliEditore/design-system/commit/e16b90d705b0e0a9c9ae9b3dd47c1e4cfcf97b10))
429
+ - clean ([c58060b](https://github.com/ZanichelliEditore/design-system/commit/c58060bafe5892376f017a1a03809a620429e888))
430
+ - drag percentage fix ([d64ac3a](https://github.com/ZanichelliEditore/design-system/commit/d64ac3ab25a8e1dcc9a8a38ab15eb93d5c1b4552))
431
+ - dry code refactoring ([74ed12a](https://github.com/ZanichelliEditore/design-system/commit/74ed12a3dea8603623bfca2e78969e4be09b5418))
432
+ - edit scaffolding and fixed test ([4d63e1f](https://github.com/ZanichelliEditore/design-system/commit/4d63e1f5908641d6fea0b98ab3c71e110d62120e))
433
+ - fix ([b2cdd41](https://github.com/ZanichelliEditore/design-system/commit/b2cdd41f94f8dba09fb56f91a2d825361f4ef909))
434
+ - fix emitToastClose ([dda6523](https://github.com/ZanichelliEditore/design-system/commit/dda65238eba0e45cc530652f9a24e6a1c4d7dba7))
435
+ - fix positions mobile ([168c9ef](https://github.com/ZanichelliEditore/design-system/commit/168c9ef69fdc702d5789f4b89c4b921a62e1365f))
436
+ - fix reset percentage after drag ([3298571](https://github.com/ZanichelliEditore/design-system/commit/329857165db722f6bfe471a09ba80e7302ece8a3))
437
+ - fix storybook ([62d42a0](https://github.com/ZanichelliEditore/design-system/commit/62d42a07da67b189aed8bc143a6b48f3dc6b818c))
438
+ - fix storybook ([194c5d5](https://github.com/ZanichelliEditore/design-system/commit/194c5d591b7ff39bdfd90a650b223adb1008e4f3))
439
+ - fix swipe to mobile ([44ebe5b](https://github.com/ZanichelliEditore/design-system/commit/44ebe5bd385808a3304e0aa0fd0cb649d7a755d3))
440
+ - fix test event on close button click, add test autoclose ([92901ff](https://github.com/ZanichelliEditore/design-system/commit/92901ff41f8625fa3b142f47cea44e7d8c8ef9db))
441
+ - fix test part-1 ([7ff0af7](https://github.com/ZanichelliEditore/design-system/commit/7ff0af783503fe402251d58fe492fe2dfbaab5b1))
442
+ - fix tests ([7646c60](https://github.com/ZanichelliEditore/design-system/commit/7646c608c1f609a0680cb9b33cdc5f42bfba82dd))
443
+ - fix tests ([d775a88](https://github.com/ZanichelliEditore/design-system/commit/d775a88f9d43ddb4236d0a0e1e010071a871e9e2))
444
+ - fix transition ([0c251a5](https://github.com/ZanichelliEditore/design-system/commit/0c251a52c4d906864fa1c56c3f3b25176aa450df))
445
+ - fix width css ([686a315](https://github.com/ZanichelliEditore/design-system/commit/686a3151bcb080c91a26a6abb214de45b2463ced))
446
+ - fixed demo page style ([08ffbeb](https://github.com/ZanichelliEditore/design-system/commit/08ffbeb79005e563cfd1c96912b5f77220be5959))
447
+ - fixed icon margin ([4d77ab3](https://github.com/ZanichelliEditore/design-system/commit/4d77ab3145bba8c93da9d607a9b6bab47c81a74d))
448
+ - handled newest on top reverting element inside dom ([ada9efc](https://github.com/ZanichelliEditore/design-system/commit/ada9efc51e4f95298936ef34348da0581f3a7ad6))
449
+ - merging ([1b928d7](https://github.com/ZanichelliEditore/design-system/commit/1b928d7eafe61fa05968e1310ca6056bfefb86a1))
450
+ - offsetDirection control ([574a45f](https://github.com/ZanichelliEditore/design-system/commit/574a45fe4ec392a459b55dff9faff5751a7270e7))
451
+ - readme ([dfa6635](https://github.com/ZanichelliEditore/design-system/commit/dfa6635b8dafc7af34f9d90a70213626a988d139))
452
+ - refactoring behaviour of notification component ([ac1ba3c](https://github.com/ZanichelliEditore/design-system/commit/ac1ba3cf9c7afbbcecde0980e573acc2b5e79222))
453
+ - refactoring scaffolding ([defa4bb](https://github.com/ZanichelliEditore/design-system/commit/defa4bbb86b4501d05f9679195f3d0cc78818b40))
454
+ - refactoring scaffolding, storybook ([84ded97](https://github.com/ZanichelliEditore/design-system/commit/84ded97030c6b26eff5d098b3b7c2143ccb6b3a5))
455
+ - refactoring storybook and notification page ([b7a670b](https://github.com/ZanichelliEditore/design-system/commit/b7a670b6ee70e1e5edb4b7dd63f5224fadc63e69))
456
+ - slideout animation refactoring and fixing ([79e9864](https://github.com/ZanichelliEditore/design-system/commit/79e9864f2de1db82331fe07364591ee6cc4e0cf2))
457
+ - watch for prop change ([8a62b54](https://github.com/ZanichelliEditore/design-system/commit/8a62b54e17d56b14383a9441f0e872c68484e9f1))
458
+ - wip refactoring positions ([f976c5b](https://github.com/ZanichelliEditore/design-system/commit/f976c5b35021cc4d4683728de6e16431f13f4ab4))
459
+ - wip accessibility ([3e6237f](https://github.com/ZanichelliEditore/design-system/commit/3e6237f79cb7fc2a243bc7c9c63d77b510e90dce))
460
+ - wip e2e ([b5b43c1](https://github.com/ZanichelliEditore/design-system/commit/b5b43c1a1545261ade51f72b362e4514422639aa))
461
+ - wip test e2e ([c07735c](https://github.com/ZanichelliEditore/design-system/commit/c07735c681433bb03f273090f3601567ee1d9c80))
462
+ - wip toast notification list ([a62bc6b](https://github.com/ZanichelliEditore/design-system/commit/a62bc6b85ddb9170d5a2c6411d9cfdd3a2c63676))
463
+
464
+ ### Bug Fixes
465
+
466
+ - event handlers ([3d579c2](https://github.com/ZanichelliEditore/design-system/commit/3d579c2db33088c6e35b0564d58d798ce97de8f2))
467
+ - fix z-toast-notification width ([fcc1575](https://github.com/ZanichelliEditore/design-system/commit/fcc15752c938f409c88c3aa95b22e816edc9dea9))
468
+ - fixed box-shadow ([8e4f749](https://github.com/ZanichelliEditore/design-system/commit/8e4f74924e3d36586ff6cae5d8d4bccc33eda8db))
469
+ - fixed list style ([655586b](https://github.com/ZanichelliEditore/design-system/commit/655586bc1ae9c3b02c7af92db38216c6d0799a79))
470
+ - fixed test ([a49d18d](https://github.com/ZanichelliEditore/design-system/commit/a49d18d80308d8235285be70cf847d87692c9efc))
471
+ - removed unused console.log and transtion ([823f58e](https://github.com/ZanichelliEditore/design-system/commit/823f58e334e2eda73b231c381029c845de76c2b8))
472
+
473
+ ### [2.16.1-alpha](https://github.com/ZanichelliEditore/design-system/compare/v2.16.0...v2.16.1-alpha) (2021-09-13)
474
+
475
+ ## [2.16.0](https://github.com/ZanichelliEditore/design-system/compare/v2.15.0...v2.16.0) (2021-09-10)
476
+
477
+ ### Features
478
+
479
+ - **clav-43:** handle keyboard interaction ([c0168d1](https://github.com/ZanichelliEditore/design-system/commit/c0168d1f7ca0c9ab101fdbf2d7c43a08d30a6ab6))
480
+ - **clav-43:** add over color and ellipsis on text overflow ([1bcd5e6](https://github.com/ZanichelliEditore/design-system/commit/1bcd5e60857885b50f037b6ea1c4a1b851bdf64c))
481
+ - **clav-43:** add style to contextual menu component ([507fe96](https://github.com/ZanichelliEditore/design-system/commit/507fe9625454d0ce081b8ebe1786b4dd2d0c22c5))
482
+ - **clav-43:** focus on key up, down ([385d5e1](https://github.com/ZanichelliEditore/design-system/commit/385d5e16cea83a0bc5ca52531311e67f33a0d104))
483
+ - **clav-43:** handle custom event ([c32305a](https://github.com/ZanichelliEditore/design-system/commit/c32305a7d51ee219a3d3c03e08b28c4f6c8c4f33))
484
+ - **clav-43:** handle key up or down ([b2011b7](https://github.com/ZanichelliEditore/design-system/commit/b2011b7b68d6ac95cc00ce14bd3441c59aea54ad))
485
+ - **clav-43:** handle tabindex ([9288037](https://github.com/ZanichelliEditore/design-system/commit/9288037edcdb534e753a0de4a2ced6c029aee803))
486
+ - **CLAV-43:** add action to z-list-element ([5168fe1](https://github.com/ZanichelliEditore/design-system/commit/5168fe1912088bd224217f047b2e34e6482de2cc))
487
+ - **CLAV-43:** add contextual-menu ([6bd0a91](https://github.com/ZanichelliEditore/design-system/commit/6bd0a91adcd46e771dddd9dc065da34fc2f72af9))
488
+ - **CLAV-43:** add doc ([d2a4b2a](https://github.com/ZanichelliEditore/design-system/commit/d2a4b2a70d3e5904652a434318d06b0fe170b78d))
489
+ - **CLAV-43:** add event ([7cb2d5d](https://github.com/ZanichelliEditore/design-system/commit/7cb2d5d253f2682e0ea42679d481af6e3e4232aa))
490
+ - **CLAV-43:** fix double quote error ([14f3d49](https://github.com/ZanichelliEditore/design-system/commit/14f3d49eb6f216c93d428de56e1b7eb6145deecc))
491
+ - **CLAV-43:** fix style ([3e0d7cd](https://github.com/ZanichelliEditore/design-system/commit/3e0d7cd14d860f5a7b7eafed60cc06d279265932))
492
+ - change z-combobox default state to closed ([ae79fc2](https://github.com/ZanichelliEditore/design-system/commit/ae79fc2f31e4ced60995ca49d8ba2c3555a29eef))
493
+
494
+ ### Bug Fixes
495
+
496
+ - **clav-43:** contextual menu opening with enter ([2b7b32b](https://github.com/ZanichelliEditore/design-system/commit/2b7b32bfe20057384ff5a515ea7db8571dde4450))
497
+ - fix tests ([680d53f](https://github.com/ZanichelliEditore/design-system/commit/680d53f53d26d7487bd618f194c5508f9e902d6c))
498
+ - **clav-43:** better keyboard action handling ([40f857e](https://github.com/ZanichelliEditore/design-system/commit/40f857ebd172c699a554370a438927d590c65899))
499
+ - **clav-43:** handle event propagation & key nav ([32ce1af](https://github.com/ZanichelliEditore/design-system/commit/32ce1af6265261458171df456b166c0e4a6018c6))
500
+ - **clav-43:** prevent arrow key ([0dd0901](https://github.com/ZanichelliEditore/design-system/commit/0dd0901ec8f4e3cc6549f03a00eb603a84f3eda4))
501
+
502
+ ## [2.15.0](https://github.com/ZanichelliEditore/design-system/compare/v2.14.1...v2.15.0) (2021-09-02)
503
+
504
+ ### Features
505
+
506
+ - **CLAV-113:** add z-ghost-loading component ([b627729](https://github.com/ZanichelliEditore/design-system/commit/b62772996a8a2d96481d86372bdbac3e9017b352))
507
+ - **CLAV-113:** fix safari bug ([5b77c6e](https://github.com/ZanichelliEditore/design-system/commit/5b77c6eecfa448f839f247d0bcc49ec48a23f27d))
508
+ - **CLAV-113:** refactor of z-ghost-loading height ([9f403be](https://github.com/ZanichelliEditore/design-system/commit/9f403befdb83a3a51b2a508392addc20b7115fab))
509
+ - **CLAV-113:** remove unused css ([a807e80](https://github.com/ZanichelliEditore/design-system/commit/a807e8065e65de4aeea4ec4e92e3afb237026ee0))
510
+
511
+ ### [2.14.1](https://github.com/ZanichelliEditore/design-system/compare/v2.14.0...v2.14.1) (2021-08-27)
512
+
513
+ ## [2.14.0](https://github.com/ZanichelliEditore/design-system/compare/v2.13.0...v2.14.0) (2021-08-24)
514
+
515
+ ### Features
516
+
517
+ - **clav-110:** add subtitle and message knobs ([7c4eaad](https://github.com/ZanichelliEditore/design-system/commit/7c4eaadb034f08aad3faa1e68a1b76a679de747c))
518
+ - **clav-110:** handle cta action ([9e5a19a](https://github.com/ZanichelliEditore/design-system/commit/9e5a19acf142bd2fa612fff620202f7054f8aa38))
519
+ - **clav-110:** handle empty table ([ee8420d](https://github.com/ZanichelliEditore/design-system/commit/ee8420da27d3c6dff69bae50feab52e0fc0bf828))
520
+ - **clav-110:** handle mobile ([4e58ed6](https://github.com/ZanichelliEditore/design-system/commit/4e58ed62a5a6819f5fcc127f01deeabd810fc047))
521
+ - **clav-110:** hanlde first col on emprty table ([0433417](https://github.com/ZanichelliEditore/design-system/commit/043341770c3365cf20bdeca1ba778947f55aafc4))
522
+ - **clav-110:** storybook abptu empty table ([e593eb4](https://github.com/ZanichelliEditore/design-system/commit/e593eb4f14d788d781d9ea4ff01bd05b262479eb))
523
+
524
+ ## [2.13.0](https://github.com/ZanichelliEditore/design-system/compare/v2.12.2...v2.13.0) (2021-08-02)
525
+
526
+ ### Features
527
+
528
+ - element binding prop; auto positioning algorithm ([58d1c60](https://github.com/ZanichelliEditore/design-system/commit/58d1c60fdf019950544b92e0bb55ef87fc6516c2))
529
+
530
+ ### [2.12.2](https://github.com/ZanichelliEditore/design-system/compare/v2.12.1...v2.12.2) (2021-07-27)
531
+
532
+ ### Bug Fixes
533
+
534
+ - z-input-message fix ([1d2ad21](https://github.com/ZanichelliEditore/design-system/commit/1d2ad2158883c58d1aa29b29bd3685038d446d99))
535
+
536
+ ### [2.12.1](https://github.com/ZanichelliEditore/design-system/compare/v2.12.0...v2.12.1) (2021-07-23)
537
+
538
+ ### Bug Fixes
539
+
540
+ - firefox scrollbar overflow ([78ca396](https://github.com/ZanichelliEditore/design-system/commit/78ca396a2909da546c13acbc0f55918e6ba30a1e))
541
+ - fixed z-button-filter ([bdb41e0](https://github.com/ZanichelliEditore/design-system/commit/bdb41e062a642d03225c27e92861d07a774b81e1))
542
+
543
+ ## [2.12.0](https://github.com/ZanichelliEditore/design-system/compare/v2.11.0...v2.12.0) (2021-07-23)
544
+
545
+ ### Features
546
+
547
+ - **CLAV-54:** move existent component z-list to z-myz-list ([437ec8b](https://github.com/ZanichelliEditore/design-system/commit/437ec8b268c63cd1514eccdf5622727cf5d3edc2))
548
+ - **clav-76:** add focus, active status ([34f427c](https://github.com/ZanichelliEditore/design-system/commit/34f427c2ef86edf26e6b54b48f34ad529b33e4ae))
549
+ - **clav-76:** handle prop by group, and accessibility ([7052b1e](https://github.com/ZanichelliEditore/design-system/commit/7052b1e01bd969bbc7a5132aa209c4a28acbcb94))
550
+ - **clav-76:** set element clickable ([e921d48](https://github.com/ZanichelliEditore/design-system/commit/e921d480a4ad2cab2ea0d8f6338b6059ab6e776e))
551
+ - **CLAV-76:** add new component ([2227ea9](https://github.com/ZanichelliEditore/design-system/commit/2227ea9eb563f9b448f4a9692b9492f8858dae25))
552
+ - **CLAV-76:** add z-list style ([beea3d7](https://github.com/ZanichelliEditore/design-system/commit/beea3d74f8a3fc6a84a23488f3af9f295eafd2f5))
553
+ - **CLAV-76:** fix divider style ([a5bb073](https://github.com/ZanichelliEditore/design-system/commit/a5bb073eaa8b785c2d23ee57ca160f7aab11014f))
554
+ - **CLAV-76:** fix divider style and minor pr fix ([90ae53d](https://github.com/ZanichelliEditore/design-system/commit/90ae53d2b8bd82ce7655e3c59fca009f701d58c4))
555
+ - **CLAV-76:** refactor of divider implementation ([3b7390f](https://github.com/ZanichelliEditore/design-system/commit/3b7390f4c8f5e8b23002a05b6757c68313f904ff))
556
+
557
+ ### Bug Fixes
558
+
559
+ - **clav-76:** pr comment ([3dc2e62](https://github.com/ZanichelliEditore/design-system/commit/3dc2e622482cde8b0c3a8189e1a597b8cc984d50))
560
+ - **clav-76:** some list item style issue ([164e2bd](https://github.com/ZanichelliEditore/design-system/commit/164e2bd2f0a6734843ed176f1cae4f0ca470f8cc))
561
+ - **CLAV-76:** add padding to expandable content ([fdfe34d](https://github.com/ZanichelliEditore/design-system/commit/fdfe34da6e2874c4618403872a7d992abd07c171))
562
+ - **CLAV-76:** fix for pr ([280ae3a](https://github.com/ZanichelliEditore/design-system/commit/280ae3ae0e91af1ed860b6074ca606ee7c61b68e))
563
+ - **CLAV-76:** fix for pr ([37dfe89](https://github.com/ZanichelliEditore/design-system/commit/37dfe8981d5db588e5bebb8a81628abf3628cf5f))
564
+ - **CLAV-76:** rename class ([700ae62](https://github.com/ZanichelliEditore/design-system/commit/700ae62522e404b3e87c4c62856ecc32e6e2b291))
565
+
566
+ ## [2.11.0](https://github.com/ZanichelliEditore/design-system/compare/v2.10.4...v2.11.0) (2021-07-22)
567
+
568
+ ### Features
569
+
570
+ - z-select theming color tokens ([1305c3e](https://github.com/ZanichelliEditore/design-system/commit/1305c3efe32b946d310b68251acb16785a23d9cd))
571
+
572
+ ### Bug Fixes
573
+
574
+ - icons color ([00eea88](https://github.com/ZanichelliEditore/design-system/commit/00eea881d88d2aac1cdc4e19c578947afa45815a))
575
+ - label tokens ([932e851](https://github.com/ZanichelliEditore/design-system/commit/932e851bce3bde468ce80eccec7f374a6b085cb7))
576
+ - test e2e ([27a0fb7](https://github.com/ZanichelliEditore/design-system/commit/27a0fb7da58b3d7ffa2c6eeb54f8c3d585107344))
577
+ - tests ([bdef32d](https://github.com/ZanichelliEditore/design-system/commit/bdef32d166b128896ee7df2a19996a5220d9828c))
578
+
579
+ ### [2.10.4](https://github.com/ZanichelliEditore/design-system/compare/v2.10.3...v2.10.4) (2021-07-19)
580
+
581
+ ### [2.10.3](https://github.com/ZanichelliEditore/design-system/compare/v2.10.2...v2.10.3) (2021-07-16)
582
+
583
+ ### Bug Fixes
584
+
585
+ - **clav-24:** fix style for z table ([d5fd20b](https://github.com/ZanichelliEditore/design-system/commit/d5fd20b5131a31a633ae0a4afeecbf51d9aa0c5c))
586
+
587
+ ### [2.10.2](https://github.com/ZanichelliEditore/design-system/compare/v2.10.1...v2.10.2) (2021-07-15)
588
+
589
+ ### Bug Fixes
590
+
591
+ - vertical navigation tab icon spacing ([b847727](https://github.com/ZanichelliEditore/design-system/commit/b847727eeb9a3d82e7ac5c263edaf017b862d969))
592
+
593
+ ### [2.10.1](https://github.com/ZanichelliEditore/design-system/compare/v2.10.0...v2.10.1) (2021-07-14)
594
+
595
+ ### Bug Fixes
596
+
597
+ - menu content background token ([525d54a](https://github.com/ZanichelliEditore/design-system/commit/525d54a3daec571beafec00a7d5817858ebbca32))
598
+
599
+ ## [2.10.0](https://github.com/ZanichelliEditore/design-system/compare/v2.9.0...v2.10.0) (2021-07-09)
600
+
601
+ ### Features
602
+
603
+ - add ZNotification component ([5b44b04](https://github.com/ZanichelliEditore/design-system/commit/5b44b04672d8e50a01df804993c99fb9b30cc01b))
604
+ - add background click event; restore data attribute on bg for backward compatibility; tests ([d69b044](https://github.com/ZanichelliEditore/design-system/commit/d69b0442158dff2b0cb5ed37ad60bfeff0f3a106))
605
+
606
+ ### Bug Fixes
607
+
608
+ - button focus styles ([7fa8fb6](https://github.com/ZanichelliEditore/design-system/commit/7fa8fb60ca9e591c199494a6abccbca7af784ee8))
609
+ - button variants colors ([67f30a2](https://github.com/ZanichelliEditore/design-system/commit/67f30a2f21987660ee2607a22a318fed9e21751e))
610
+ - buttons focus shadow ([281b68f](https://github.com/ZanichelliEditore/design-system/commit/281b68fa5ff92d0ca7ca9e9e879315505ee0d7fa))
611
+ - buttons, card, modal surface color token ([da68fab](https://github.com/ZanichelliEditore/design-system/commit/da68fab5a72af424d163084192c708c390c302eb))
612
+ - font family ([1f7d717](https://github.com/ZanichelliEditore/design-system/commit/1f7d717bfcd10c2a5db292184e2774fa47e47f19))
613
+ - media query ([a18de88](https://github.com/ZanichelliEditore/design-system/commit/a18de881549a910321efbd09e3d1c232657f1da6))
614
+ - navigation tab text wrapping ([ab0e28f](https://github.com/ZanichelliEditore/design-system/commit/ab0e28f2ac7bacadfa6c0ab374444db6e33a4f74))
615
+ - remove unnecessary ruile ([ebac0bc](https://github.com/ZanichelliEditore/design-system/commit/ebac0bcb5902aeafd14def3f6edd8adce1cf4d9a))
616
+ - tab focus; color tokens; scroll ([4f14503](https://github.com/ZanichelliEditore/design-system/commit/4f14503802c2baf34a323d64aa317b38b5b0a9fd))
617
+ - tests ([6ee7e5d](https://github.com/ZanichelliEditore/design-system/commit/6ee7e5d84ea20cf5c9a570b5ce0931392e72023f))
618
+
619
+ ## [2.9.0](https://github.com/ZanichelliEditore/design-system/compare/v2.8.0...v2.9.0) (2021-07-07)
620
+
621
+ ### Features
622
+
623
+ - **CLAV-42:** add doc ([28eda38](https://github.com/ZanichelliEditore/design-system/commit/28eda38678f7c4a44abcda8fc5ca4b942979c5a4))
624
+ - **CLAV-42:** add documentation ([7078540](https://github.com/ZanichelliEditore/design-system/commit/70785406a54dd8a03fd3c69e3295430066666f8c))
625
+ - **CLAV-42:** add z-avatar component ([17d5958](https://github.com/ZanichelliEditore/design-system/commit/17d5958be14ccc315bf3ac7ac2b65631fa8dd362))
626
+
627
+ ### Bug Fixes
628
+
629
+ - **CLAV-42:** fix ([9e31c3a](https://github.com/ZanichelliEditore/design-system/commit/9e31c3a78d1e563a5d5b9a316a1038edd5e25c12))
630
+ - **CLAV-42:** fix for pr ([2b14da9](https://github.com/ZanichelliEditore/design-system/commit/2b14da97121a35d341626415aae8b6dfa34b5c2f))
631
+
632
+ ## [2.8.0](https://github.com/ZanichelliEditore/design-system/compare/v2.7.0...v2.8.0) (2021-06-25)
633
+
634
+ ### Features
635
+
636
+ - **clav-41:** add callback on expand row ([5e404e5](https://github.com/ZanichelliEditore/design-system/commit/5e404e55c1985196ae137e9c1666c5c7f6d83ebc))
637
+ - **clav-41:** add header row, add style expandable row ([2f4be9e](https://github.com/ZanichelliEditore/design-system/commit/2f4be9ea35e81e5486ecbbdb53019ed3da69e8c0))
638
+ - **clav-41:** add style for expandable row ([bd8a64e](https://github.com/ZanichelliEditore/design-system/commit/bd8a64ee138946dc3286ff3eb8458dc2bcb7ffe2))
639
+ - **clav-41:** expandable header border-box ([3e9827f](https://github.com/ZanichelliEditore/design-system/commit/3e9827fc5b6e333f870c443229992ee8a3a165b4))
640
+ - **clav-41:** make row expandable with icon button ([4811635](https://github.com/ZanichelliEditore/design-system/commit/4811635d3db6baefa2798e0efe62deb9f46f2f06))
641
+
642
+ ## [2.7.0](https://github.com/ZanichelliEditore/design-system/compare/v2.6.0...v2.7.0) (2021-06-24)
643
+
644
+ ### Features
645
+
646
+ - add line clamp to text ([3ab17fe](https://github.com/ZanichelliEditore/design-system/commit/3ab17fe3cdaf1cf0cff85164ab442d5f2d375345))
647
+ - card with image cover, color cover, shadowed ([e224cb1](https://github.com/ZanichelliEditore/design-system/commit/e224cb174a33b61032e3ae32267d145d035c4046))
648
+ - handle icon over the image ([4fe1be0](https://github.com/ZanichelliEditore/design-system/commit/4fe1be0d420e94d98af1af19535bdf060b355509))
649
+ - overlay variant ([df7e147](https://github.com/ZanichelliEditore/design-system/commit/df7e147dbdee1d3f5723a2f6ced062344d3595c4))
650
+
651
+ ### Bug Fixes
652
+
653
+ - active card border color ([a8d9146](https://github.com/ZanichelliEditore/design-system/commit/a8d91463c194adf2c276e83b4c18ed7d971409f2))
654
+ - content spacing ([d813b35](https://github.com/ZanichelliEditore/design-system/commit/d813b35ef17cefe34d734b00c7e798ff1a858edd))
655
+ - style ([7eb50b5](https://github.com/ZanichelliEditore/design-system/commit/7eb50b50e164269477ab83d0de41c267a3d97f38))
656
+
657
+ ## [2.6.0](https://github.com/ZanichelliEditore/design-system/compare/v2.5.0...v2.6.0) (2021-06-24)
658
+
659
+ ### Features
660
+
661
+ - navigation buttons methods wip ([8ff1c22](https://github.com/ZanichelliEditore/design-system/commit/8ff1c220ec557f564c73694baa341a2d687873b7))
662
+ - z-navigation tabs test ([b0d888d](https://github.com/ZanichelliEditore/design-system/commit/b0d888dc8e0ae43d53113ab6a40ffc532466a779))
663
+
664
+ ### Bug Fixes
665
+
666
+ - added focus into button navigation and fix focus z-navigation-tab ([cf31b4d](https://github.com/ZanichelliEditore/design-system/commit/cf31b4dd9e3ac4efe32968127236b37b2bb1590c))
667
+ - added listener focus for tab ([2dd33b2](https://github.com/ZanichelliEditore/design-system/commit/2dd33b2080efa2fba7e3ac8a9255c24ba77c72ea))
668
+ - after review , added button into z-navigation-tab with slot , fix cursor:not-allowed & added role tablist, role tab into button for tab keyboard ([7074de1](https://github.com/ZanichelliEditore/design-system/commit/7074de1c2cd4e7bfa15b8750ab0f9bd17c735579))
669
+ - after review, added 2 z-navigation-tab into z-navigation-tabs horizontal test and changed select if into z-navigation-tabs index.tsx ([0ada1d1](https://github.com/ZanichelliEditore/design-system/commit/0ada1d18d77f44b7c538f4d08edab1cfc35bf9cd))
670
+ - after review, added states dimension & direction and changed code for canNavigation & canNavigationPrev,Next ([f5860bf](https://github.com/ZanichelliEditore/design-system/commit/f5860bf909df1461455d5a261f073f5b44b818ec))
671
+ - after review, fix checkScrollEnabler for vertical orientation and changed meta title z-navigation-tabs & z-navigation-tab stories.mdx ([2daac6b](https://github.com/ZanichelliEditore/design-system/commit/2daac6be61c8e57bc8fb7c97a8c6c846a8b1c0aa))
672
+ - border sizes; single tab orientation variant; size variant ([ab4acf8](https://github.com/ZanichelliEditore/design-system/commit/ab4acf84f06e037e665391df768fdaae58d21964))
673
+ - focus role tab ([b13e936](https://github.com/ZanichelliEditore/design-system/commit/b13e93645619c6f9da3e45fab243744efc511f0e))
674
+ - tests ([76c75e7](https://github.com/ZanichelliEditore/design-system/commit/76c75e7de489fb551428d331c154b9a9db88ab78))
675
+ - tests for z-navigation tab & z-navigation-tabs ([39d13ac](https://github.com/ZanichelliEditore/design-system/commit/39d13aca1822f82f408e54b60b0a58073d99fe09))
676
+
677
+ ## [2.5.0](https://github.com/ZanichelliEditore/design-system/compare/v2.4.0...v2.5.0) (2021-06-21)
678
+
679
+ ### Features
680
+
681
+ - **clav-44:** add animation to status tag ([e9c62b9](https://github.com/ZanichelliEditore/design-system/commit/e9c62b91673fee6553efb69c4f9cfa94869e503b))
682
+ - **CLAV-44:** add documentation to storybook ([0f80d0b](https://github.com/ZanichelliEditore/design-system/commit/0f80d0bb3b13ad5112871703151a0929a5837137))
683
+ - **CLAV-44:** add style to z-status-tag component ([f2e27c2](https://github.com/ZanichelliEditore/design-system/commit/f2e27c245a4ccab648cd3b6924b05e04b5449c7a))
684
+ - **CLAV-44:** add z-status-tag component ([34aff85](https://github.com/ZanichelliEditore/design-system/commit/34aff853ab0d4b46eb6ff1fb0df1c4bce9bce803))
685
+ - **CLAV-44:** fix ([4a212c7](https://github.com/ZanichelliEditore/design-system/commit/4a212c7f24dcd1e1507895c665503da821f29d51))
686
+
687
+ ### Bug Fixes
688
+
689
+ - **CLAV-44:** fix for pr comments ([71fe30f](https://github.com/ZanichelliEditore/design-system/commit/71fe30f021e675c6482587437c9466297650e339))
690
+ - **CLAV-44:** fix for pr comments ([0518e23](https://github.com/ZanichelliEditore/design-system/commit/0518e23b3697b7a46c69d437cc3394e2528fc77d))
691
+ - **CLAV-44:** fix for pr comments ([dfc49ff](https://github.com/ZanichelliEditore/design-system/commit/dfc49ff148712daef2f4980892eedb1d19c47d91))
692
+
693
+ ## [2.4.0](https://github.com/ZanichelliEditore/design-system/compare/v2.3.2...v2.4.0) (2021-06-11)
694
+
695
+ ### Features
696
+
697
+ - **CLAV-69:** Add documentation for z-registro-table-header ([69b4e5d](https://github.com/ZanichelliEditore/design-system/commit/69b4e5d866bc318f8bdac5310b059b3333209111))
698
+ - **CLAV-69:** Add documentation for z-registro-table-header ([84e8916](https://github.com/ZanichelliEditore/design-system/commit/84e89160148e5a6d237896fa7f4543b4d9387773))
699
+ - **CLAV-69:** Add table-header component ([edefd7d](https://github.com/ZanichelliEditore/design-system/commit/edefd7d8721a970b5c2a4045516bc8fcb776db1d))
700
+ - **CLAV-69:** fix ([d203995](https://github.com/ZanichelliEditore/design-system/commit/d203995a52e34c7540641795992bb7235f34e38b))
701
+
702
+ ### [2.3.2](https://github.com/ZanichelliEditore/design-system/compare/v2.3.1...v2.3.2) (2021-06-10)
703
+
704
+ ### Bug Fixes
705
+
706
+ - tertiary button text color; update design tokens ([f9826ae](https://github.com/ZanichelliEditore/design-system/commit/f9826aeb24df4861afc26a2eb765526a46817f7f))
707
+
708
+ ### [2.3.1](https://github.com/ZanichelliEditore/design-system/compare/v2.3.0...v2.3.1) (2021-06-10)
709
+
710
+ ### Bug Fixes
711
+
712
+ - add react dev dependency to prevent incompatible subdependencies ([a0c9ca8](https://github.com/ZanichelliEditore/design-system/commit/a0c9ca8fd4ab7cd1082a983b42b74ce218bdc5e9))
713
+
714
+ ## [2.3.0](https://github.com/ZanichelliEditore/design-system/compare/v2.2.0...v2.3.0) (2021-06-10)
715
+
716
+ ### Features
717
+
718
+ - add base menu slotting in header ([05f468b](https://github.com/ZanichelliEditore/design-system/commit/05f468b31a53cdff117175e1ca0a03ba7658f99f))
719
+ - add flow mode to header layout ([7308e1e](https://github.com/ZanichelliEditore/design-system/commit/7308e1ef565e8979cf40dfb8d6e535d78f98bdc8))
720
+ - automatic position of the floating menu ([c67b552](https://github.com/ZanichelliEditore/design-system/commit/c67b552667c4a2da2eec3a7155cf8a60759630d6))
721
+ - close drawer button ([907c0fd](https://github.com/ZanichelliEditore/design-system/commit/907c0fdb9d75bb52dc8a04fbd951dc0a69062110))
722
+ - hero header ([910250f](https://github.com/ZanichelliEditore/design-system/commit/910250f2a5961a73423bc6612de1c40f0767b285))
723
+ - offcanvas menu ([5ea3204](https://github.com/ZanichelliEditore/design-system/commit/5ea3204d26cc1320aebbcecc31b723c9fade0716))
724
+ - stuck property for the header ([5ab40d3](https://github.com/ZanichelliEditore/design-system/commit/5ab40d32ce2e9802f4409d7841d48e604b8cb6c8))
725
+
726
+ ### Bug Fixes
727
+
728
+ - add safe scroller area in z menu ([9aaad27](https://github.com/ZanichelliEditore/design-system/commit/9aaad27db1f7cad386fed27b64612f201b09cb46))
729
+ - automatically swith floating mode for menu in header ([742e20e](https://github.com/ZanichelliEditore/design-system/commit/742e20e97450277b93f736f2cb6377dd30b4850f))
730
+ - header hero layout ([732c789](https://github.com/ZanichelliEditore/design-system/commit/732c789a34a2534a6fac52661c9e117c636b53b9))
731
+ - menu color in stuck mode ([91645e3](https://github.com/ZanichelliEditore/design-system/commit/91645e3092b5bbe2c9f982e88125c19d2193f054))
732
+ - menu margin in stack mode ([e8d7972](https://github.com/ZanichelliEditore/design-system/commit/e8d797272e186dc3ad562eb8491850fd0d73de5d))
733
+ - tokens ([7bf8390](https://github.com/ZanichelliEditore/design-system/commit/7bf8390f349bbab2cf7dfb7353a085deabf0fb16))
734
+ - truncate title in stuck mode ([7e2355a](https://github.com/ZanichelliEditore/design-system/commit/7e2355a72f01cb17e6ce921ffccf167d1cd3f77c))
735
+ - update albe-design-tokens version and yarn.lock ([672de16](https://github.com/ZanichelliEditore/design-system/commit/672de168e72c91658ca52dc67be6571018449ec0))
736
+
737
+ ## [2.2.0](https://github.com/ZanichelliEditore/design-system/compare/v2.1.0...v2.2.0) (2021-06-10)
738
+
739
+ ### Features
740
+
741
+ - **CLAV-74:** fix style ([c64f597](https://github.com/ZanichelliEditore/design-system/commit/c64f5977e7b8d0a9375dab51402a0d538e657020))
742
+
743
+ ### Bug Fixes
744
+
745
+ - **clav-74:** improve arrow shadow ([1100c72](https://github.com/ZanichelliEditore/design-system/commit/1100c725ed46643950d268892edf04445ca14b38))
746
+
747
+ ## [2.1.0](https://github.com/ZanichelliEditore/design-system/compare/v2.0.0...v2.1.0) (2021-06-07)
748
+
749
+ ### Features
750
+
751
+ - **clav-74:** add default padding to content ([fed4d22](https://github.com/ZanichelliEditore/design-system/commit/fed4d22569568f410724ba5e38080c2ded3400b8))
752
+ - **clav-74:** autofix position if outside viewport ([0bc3e71](https://github.com/ZanichelliEditore/design-system/commit/0bc3e714b58ca2efa48b52b4f72bc95c9f6adcfb))
753
+ - **clav-74:** click outside improved ([75b2b52](https://github.com/ZanichelliEditore/design-system/commit/75b2b52f83de826896b3c843f59088acddd062d8))
754
+ - **clav-74:** close popover on ESC, add storybook ([cad0800](https://github.com/ZanichelliEditore/design-system/commit/cad08001265f424d825c59d30225697c3938e4b0))
755
+ - **clav-74:** fix arrow positions ([9e911ef](https://github.com/ZanichelliEditore/design-system/commit/9e911efaeb857aff6cd899f734aa829b90351165))
756
+ - **clav-74:** visible/hide popover ([d3abd99](https://github.com/ZanichelliEditore/design-system/commit/d3abd99be42415987aecf37d7639403970306651))
757
+ - **CLAV-74:** add left arrow ([313d7aa](https://github.com/ZanichelliEditore/design-system/commit/313d7aadd2932c11bb51395b97310123074d27d1))
758
+ - **CLAV-74:** add new component ([fd616e1](https://github.com/ZanichelliEditore/design-system/commit/fd616e15070bddd154910b40c7713dd2eb9d87a7))
759
+ - **CLAV-74:** add style ([a42f848](https://github.com/ZanichelliEditore/design-system/commit/a42f8480a80f6b53e55278e9e7371d00508dd14c))
760
+ - **CLAV-74:** add style ([be27c11](https://github.com/ZanichelliEditore/design-system/commit/be27c11df5017b13765ee53525943a71c3b00426))
761
+ - **CLAV-74:** add style to arrows ([a4a2259](https://github.com/ZanichelliEditore/design-system/commit/a4a2259e24511b1c572a75c32a4dde0a043fb4d7))
762
+ - **CLAV-74:** add style to content-popover ([cd9e07b](https://github.com/ZanichelliEditore/design-system/commit/cd9e07bafed8ca75435dd42b1f913431e1bca75d))
763
+ - **CLAV-74:** refactor of some props ([644a032](https://github.com/ZanichelliEditore/design-system/commit/644a0326839870936eb6a986a05f420328e76ea6))
764
+
765
+ ## [2.0.0](https://github.com/ZanichelliEditore/design-system/compare/v1.14.1...v2.0.0) (2021-05-31)
766
+
767
+ ### ⚠ BREAKING CHANGES
768
+
769
+ - z-card to z-myz-card downgrade
770
+
771
+ ### Bug Fixes
772
+
773
+ - legacy radius ([78a0c37](https://github.com/ZanichelliEditore/design-system/commit/78a0c3726da077be4ee800de8efae439e0aaada1))
774
+ - legacy style; new style ([364d473](https://github.com/ZanichelliEditore/design-system/commit/364d4734fca553f52c71c0f1a18618b397a63827))
775
+
776
+ - Merge pull request #117 from ZanichelliEditore/breaking/z-card-to-myz-snowflake ([cfae48e](https://github.com/ZanichelliEditore/design-system/commit/cfae48eb0639ed1dc4de16bb744c93571e23d116)), closes [#117](https://github.com/ZanichelliEditore/design-system/issues/117)
777
+
778
+ ### [1.14.1](https://github.com/ZanichelliEditore/design-system/compare/v1.14.0...v1.14.1) (2021-05-31)
779
+
780
+ ### Bug Fixes
781
+
782
+ - fix z-chip nullish checks ([e761ad1](https://github.com/ZanichelliEditore/design-system/commit/e761ad1400bbd549dc3085c3fc11f6730307449e))
783
+
784
+ ## [1.14.0](https://github.com/francescochiapella/design-system/compare/v1.13.2...v1.14.0) (2021-05-27)
785
+
786
+ ### Features
787
+
788
+ - **clav-75:** color token as prop ([0e4e72c](https://github.com/francescochiapella/design-system/commit/0e4e72cdfa39432f90fb6b61f22f7644f44dd0d7))
789
+ - add z-divider ([32dbe85](https://github.com/francescochiapella/design-system/commit/32dbe850882582b250f3c2a8f5e9e9178e0b00c5))
790
+
791
+ ### [1.13.2](https://github.com/ZanichelliEditore/design-system/compare/v1.13.1...v1.13.2) (2021-05-25)
792
+
793
+ ### [1.13.1](https://github.com/ZanichelliEditore/design-system/compare/v1.13.0...v1.13.1) (2021-05-25)
794
+
795
+ ### Bug Fixes
796
+
797
+ - ask-your-manager icon fix ([52fcbf4](https://github.com/ZanichelliEditore/design-system/commit/52fcbf439f4ce37c508fbc33d513563f2b8226af))
798
+
799
+ ## [1.13.0](https://github.com/ZanichelliEditore/design-system/compare/v1.12.0...v1.13.0) (2021-05-24)
800
+
801
+ ### Features
802
+
803
+ - **clav-70:** maintain menu visible after click ([ff7ffc8](https://github.com/ZanichelliEditore/design-system/commit/ff7ffc88328193571a969a95c10d6a447aa13569))
804
+ - **CLAV-70:** add slot to contextual-menu ([d971e18](https://github.com/ZanichelliEditore/design-system/commit/d971e18caf7a33a47a816de71cd6e15c42a80b2e))
805
+ - **CLAV-70:** fix shadow style ([c9777c8](https://github.com/ZanichelliEditore/design-system/commit/c9777c8dee140a2efd160de0f5cbccbef75e7dd3))
806
+ - **CLAV-70:** fix table-cell css ([7c31d8d](https://github.com/ZanichelliEditore/design-system/commit/7c31d8d9830edfa3ff8f169e576d49943eb942c2))
807
+ - **CLAV-70:** improve component ([cbe6a13](https://github.com/ZanichelliEditore/design-system/commit/cbe6a1349339d250c9fc8a47968e59476815ef96))
808
+ - **CLAV-70:** update button ([e05ebe4](https://github.com/ZanichelliEditore/design-system/commit/e05ebe488a7ed1ff7ca9faace849b7708013ed18))
809
+
810
+ ### Bug Fixes
811
+
812
+ - **CLAV-70:** minor fix ([d7f33d9](https://github.com/ZanichelliEditore/design-system/commit/d7f33d9f168c9990a45f0fd68d9d9213e79d0803))
813
+ - **CLAV-70:** minor fix ([b13c87f](https://github.com/ZanichelliEditore/design-system/commit/b13c87f4e07094369f6bf47d62362c07d54e69cf))
814
+
815
+ ## [1.12.0](https://github.com/ZanichelliEditore/design-system/compare/v1.11.0...v1.12.0) (2021-05-24)
816
+
817
+ ### Features
818
+
819
+ - added position stories on storybook ([79923b7](https://github.com/ZanichelliEditore/design-system/commit/79923b7c250640bce0eb0c00721025f1652e7352))
820
+
821
+ ### Bug Fixes
822
+
823
+ - doc typo ([ead00c4](https://github.com/ZanichelliEditore/design-system/commit/ead00c491d81a10663e42c4608407070523554a0))
824
+ - drop innerHTML in favour of explicit square prop ([916eec3](https://github.com/ZanichelliEditore/design-system/commit/916eec3b40fa6544d8ce3c4ae47e6c9ca7f268d3))
825
+ - slotting shenanigans ([30a3af4](https://github.com/ZanichelliEditore/design-system/commit/30a3af4903869302812ab3bffa868604a167ca9e))
826
+ - **clav-57:** use margin instead gap, safari no supported ([42a1905](https://github.com/ZanichelliEditore/design-system/commit/42a1905eaa8359f2d036d9d30542cb12ce3a2ad7))
827
+ - replace aspect-ratio with min-width ([c10a676](https://github.com/ZanichelliEditore/design-system/commit/c10a67612841bea302f654d437e37b7af2d60fdd))
828
+ - **clav-57:** correct button styles and variants ([76afc0d](https://github.com/ZanichelliEditore/design-system/commit/76afc0d1663096790f2c086e8089cff6b8a8fd33))
829
+
830
+ ## [1.11.0](https://github.com/ZanichelliEditore/design-system/compare/v1.10.3...v1.11.0) (2021-05-24)
831
+
832
+ ### Features
833
+
834
+ - **clav-62:** table bordered and sticky features ([2d0ba8c](https://github.com/ZanichelliEditore/design-system/commit/2d0ba8cfb6ecefb7f445281dc88b36d93c53a586))
835
+
836
+ ### Bug Fixes
837
+
838
+ - **clav-62:** fix typo ([6839b52](https://github.com/ZanichelliEditore/design-system/commit/6839b52c62d7f910d73170d148a740deaedf92c6))
839
+
840
+ ### [1.10.3](https://github.com/ZanichelliEditore/design-system/compare/v1.10.2...v1.10.3) (2021-05-21)
841
+
842
+ ### [1.10.2](https://github.com/ZanichelliEditore/design-system/compare/v1.10.1...v1.10.2) (2021-05-20)
843
+
844
+ ### Bug Fixes
845
+
846
+ - logged menu status ([38543f5](https://github.com/ZanichelliEditore/design-system/commit/38543f58f3bf4437d7dd04aea0352a81bfaa407f))
847
+
848
+ ### [1.10.1](https://github.com/ZanichelliEditore/design-system/compare/v1.10.0...v1.10.1) (2021-05-20)
849
+
850
+ ## [1.10.0](https://github.com/ZanichelliEditore/design-system/compare/v1.9.0...v1.10.0) (2021-05-14)
851
+
852
+ ### Features
853
+
854
+ - z-chip manages children elements ([3a3033b](https://github.com/ZanichelliEditore/design-system/commit/3a3033bb61d2c07c5a09e1bf0481fa635f8c4474))
855
+
856
+ ### Bug Fixes
857
+
858
+ - shawod ([ecfeab6](https://github.com/ZanichelliEditore/design-system/commit/ecfeab645b2c00613a86a31f6f8991ecba6f9d40))
859
+
860
+ ## [1.9.0](https://github.com/ZanichelliEditore/design-system/compare/v1.8.3...v1.9.0) (2021-05-11)
861
+
862
+ ### Features
863
+
864
+ - add HostElement type in z-app-topbar ([8045b9d](https://github.com/ZanichelliEditore/design-system/commit/8045b9d8a55257ec2e6611a79e947da2c5aaaeef))
865
+ - add raw z-menu ([60e2680](https://github.com/ZanichelliEditore/design-system/commit/60e268052a8802fbb0dd3820b39823d0e7519569))
866
+ - add userButtonClick event on z-user-dropdown ([3b6e65b](https://github.com/ZanichelliEditore/design-system/commit/3b6e65b951615ded927b654b1dc10c6fd469f32f))
867
+ - added flex display ([43c7bc1](https://github.com/ZanichelliEditore/design-system/commit/43c7bc12fa30864dcdd17517cffa5bbb2ca41e1e))
868
+ - added html example script ([4df9cc1](https://github.com/ZanichelliEditore/design-system/commit/4df9cc1f7205c1f8503cf0f50ea41d5295fbb373))
869
+ - added orientationChange handler ([f9c1643](https://github.com/ZanichelliEditore/design-system/commit/f9c164382c172e2607d2b9ba35c7e8000eb21e66))
870
+ - added outside z-user-dopdown click handler ([fb5753b](https://github.com/ZanichelliEditore/design-system/commit/fb5753b243db4fab95b87a4d2e5a2d07925bdfb9))
871
+ - added tablet hashtag ([5388f8e](https://github.com/ZanichelliEditore/design-system/commit/5388f8efe76d8cbb02808406cbfbed93b2e83a7d))
872
+ - added userButtonClick event doc ([f17d427](https://github.com/ZanichelliEditore/design-system/commit/f17d427a13c72b973da3514224561b7abb3bd57d))
873
+ - auto close menu section on outside clicks ([01024e3](https://github.com/ZanichelliEditore/design-system/commit/01024e3a272258f81ee3ff816ec64b240317e786))
874
+ - base z-login-modal ([88f9af0](https://github.com/ZanichelliEditore/design-system/commit/88f9af0eb28463437c36e2f5d5069d8922a043a8))
875
+ - basic mobile topbar with z-logo ([9ac64bf](https://github.com/ZanichelliEditore/design-system/commit/9ac64bff2faab22252141ef89761dc9927c1eac9))
876
+ - cleaning console log ([caca923](https://github.com/ZanichelliEditore/design-system/commit/caca923a176bbad44d19ec2d31f4cd2ea1bd75cf))
877
+ - close the menu on outside click ([4f677ab](https://github.com/ZanichelliEditore/design-system/commit/4f677ab73fc10edf33152697e4a7c346cedd695d))
878
+ - css padding restored ([f3f8e01](https://github.com/ZanichelliEditore/design-system/commit/f3f8e016b7262e0193673e35f0bdfc18bb3bd072))
879
+ - css vars refactoring ([c52a4e1](https://github.com/ZanichelliEditore/design-system/commit/c52a4e1a6a4c36bfb45f6b7d3f14d6b94ddae2c7))
880
+ - dropdown link big ([b0571fd](https://github.com/ZanichelliEditore/design-system/commit/b0571fd8296dccbd63227b20d6125e4d67a82f51))
881
+ - edit topbar link spacings ([12bb529](https://github.com/ZanichelliEditore/design-system/commit/12bb52972ca9b83b75257adad60905cd7e2a7473))
882
+ - edited html and z-app-menu unit test ([eea2d45](https://github.com/ZanichelliEditore/design-system/commit/eea2d45635a277d4352e8db264f7bf9a51d2c03b))
883
+ - edited logo and icons mobile ([5e005ae](https://github.com/ZanichelliEditore/design-system/commit/5e005aea66c5a0bbd0939fc6681076884c286166))
884
+ - focus style ([3599e6f](https://github.com/ZanichelliEditore/design-system/commit/3599e6ff5c1a27f68c69883fcfe47659d2f04fb7))
885
+ - handle slotchange ([79a4020](https://github.com/ZanichelliEditore/design-system/commit/79a4020a50e5aaf0153d933e171095f87eec3d8e))
886
+ - handle tablet resize ([3e4f58d](https://github.com/ZanichelliEditore/design-system/commit/3e4f58d195c62bf994e356d9086525197e9bc2c1))
887
+ - handle tablet resize ([a14e2ce](https://github.com/ZanichelliEditore/design-system/commit/a14e2cead771699451ad4600c72a50454830c5b0))
888
+ - handle topbar status ([3b7d2ef](https://github.com/ZanichelliEditore/design-system/commit/3b7d2ef627a0bccd2187fb1c622b7a5403af2c36))
889
+ - improved z-user-doprdown ([9bb86c9](https://github.com/ZanichelliEditore/design-system/commit/9bb86c9438d748d53109ea1e8d4967459a122f3c))
890
+ - light variant ([465f280](https://github.com/ZanichelliEditore/design-system/commit/465f2805ede11ec9a9c827925ba627a194695ca9))
891
+ - refactoring and appButtonMenuClick event ([364c6c2](https://github.com/ZanichelliEditore/design-system/commit/364c6c28f7c19c27e180a6b7a3d8233521fbe80a))
892
+ - refactoring css grid ([2e49771](https://github.com/ZanichelliEditore/design-system/commit/2e4977155ca96b79027e9b095e94a828c301a82d))
893
+ - renaming and z-app-switcher test ([f76c861](https://github.com/ZanichelliEditore/design-system/commit/f76c861f15764d161488ebc750b5c10066eb2075))
894
+ - scaffolding ([9de417c](https://github.com/ZanichelliEditore/design-system/commit/9de417c166e447ba45169812858f5c47bae12522))
895
+ - scaffolding and storybook ([d545e4c](https://github.com/ZanichelliEditore/design-system/commit/d545e4ce530f1503a067a3908fd14263636b88e5))
896
+ - set default mobile state ([2a03d39](https://github.com/ZanichelliEditore/design-system/commit/2a03d3970501843094e8c7a38362d57d37fbc6a0))
897
+ - slotted buttons ([0ef7f05](https://github.com/ZanichelliEditore/design-system/commit/0ef7f05a4aa91e5b4dd7f1172644bc16f00a9dcd))
898
+ - slotted provider button styling ([1bfb2c3](https://github.com/ZanichelliEditore/design-system/commit/1bfb2c3f01d1cc21382d6b21bb086658f1b6fc1f))
899
+ - storybook ([5bb9651](https://github.com/ZanichelliEditore/design-system/commit/5bb965190e73797d7d72bd7dd977df4beca90f91))
900
+ - tablet style ([d1b6631](https://github.com/ZanichelliEditore/design-system/commit/d1b6631e38791fa2793a1b1c9932b6b703ed3362))
901
+ - typography and style tuning ([47a9c77](https://github.com/ZanichelliEditore/design-system/commit/47a9c77d6eed6081a2086ce5e6ebd9f248d76ec9))
902
+ - ul margin fix ([2c5d532](https://github.com/ZanichelliEditore/design-system/commit/2c5d532e6d90af83474205df24a43dd9713ef0f5))
903
+ - user dropdown button css fix ([ce0a2c7](https://github.com/ZanichelliEditore/design-system/commit/ce0a2c724733f6dd9386e741c4515a420bb2c26c))
904
+ - wip slotted grid ([4fb0c5b](https://github.com/ZanichelliEditore/design-system/commit/4fb0c5baf408d66957d3a9bb3fa9f563482a0955))
905
+ - z-app-switcher and z-user-dropdown storybook ([b209da2](https://github.com/ZanichelliEditore/design-system/commit/b209da2a3a81431e5c6b2018c93f7d8dcf8a82e2))
906
+ - z-app-topbar unit tests ([6134a9c](https://github.com/ZanichelliEditore/design-system/commit/6134a9cc7a817f5e83c14568f90e8213f4791b7d))
907
+ - z-link big version ([6756344](https://github.com/ZanichelliEditore/design-system/commit/6756344f2358b2c15f3fb84a786c8319f0ec48d9))
908
+ - z-link new tests ([9178d31](https://github.com/ZanichelliEditore/design-system/commit/9178d31a972cbd72e7aa5f6605d099767fc882d0))
909
+ - z-login-modal tests ([11265c9](https://github.com/ZanichelliEditore/design-system/commit/11265c9aea65b77373f16259ec1af5e0197af816))
910
+ - z-topbar to z-app-topbar naming change ([11637d8](https://github.com/ZanichelliEditore/design-system/commit/11637d8aec93968ac9588e20f30d585bb79f3e40))
911
+ - z-user-dropdown e2e test ([bf79319](https://github.com/ZanichelliEditore/design-system/commit/bf7931912b8a2150aba20d1a2a52cc88ce330b34))
912
+ - z-user-dropdown unit tests ([ca9a859](https://github.com/ZanichelliEditore/design-system/commit/ca9a859a7d46151f985908ab23901790be5351ba))
913
+ - z-user-menu mobile ([4ee7b88](https://github.com/ZanichelliEditore/design-system/commit/4ee7b8809d42cfb89132301befb8ef9acfe00270))
914
+
915
+ ### Bug Fixes
916
+
917
+ - autocomplete on z-select ([258407f](https://github.com/ZanichelliEditore/design-system/commit/258407f30dc9321c99eef42f226813af58ffb4f3))
918
+ - border size ([eecac8c](https://github.com/ZanichelliEditore/design-system/commit/eecac8cce0511bcdb48a17a039593484b26279f0))
919
+ - docs ([7323305](https://github.com/ZanichelliEditore/design-system/commit/7323305cb11e44e716cde3f0392d09abc5272bfa))
920
+ - dropdown menu css fix ([dccbf87](https://github.com/ZanichelliEditore/design-system/commit/dccbf875c59b5ade8bcd350c987fff00e7c7e885))
921
+ - fix unit tests ([4232850](https://github.com/ZanichelliEditore/design-system/commit/42328509e0da6e0d9d92131622a589c33318abd0))
922
+ - getSibling function ([f79ded0](https://github.com/ZanichelliEditore/design-system/commit/f79ded0b775f20da69cdbf739fb263ec84b32a50))
923
+ - inputs tests ([6f3be8a](https://github.com/ZanichelliEditore/design-system/commit/6f3be8a877de865a6efa9b49886578c69e9d47fb))
924
+ - labels ([7cb6275](https://github.com/ZanichelliEditore/design-system/commit/7cb6275d03c37847a304b8d5ef2768d1e7b508df))
925
+ - mobile breakpoint in z-user-dropdown ([2efd5fc](https://github.com/ZanichelliEditore/design-system/commit/2efd5fc085b5f742e8093cb8734d7eb51fed6b51))
926
+ - outline ([20f8771](https://github.com/ZanichelliEditore/design-system/commit/20f877150322d0e36290766d56cf6fd2909e87b2))
927
+ - PR comments ([f508c0f](https://github.com/ZanichelliEditore/design-system/commit/f508c0fd5c73479bb0c491a083e39a224edf4154))
928
+ - PR fix on css and mobile rendering ([b97e320](https://github.com/ZanichelliEditore/design-system/commit/b97e320638ebfe732e8f8b56174bc6873d784e2e))
929
+ - remove getSiblings method ([e1f54f9](https://github.com/ZanichelliEditore/design-system/commit/e1f54f95fae96b05c908cc3422d1a26e187dd313))
930
+ - removed slot login in z-user-dropdown ([e8cd637](https://github.com/ZanichelliEditore/design-system/commit/e8cd63798ef040b143019eb4439fdecf5ed872bb))
931
+ - renamed z-login-modal to z-modal-login ([1e8eae7](https://github.com/ZanichelliEditore/design-system/commit/1e8eae76f0cc76a1dc427bc74ce6588fdaeb78e9))
932
+ - some other style fixes ([0f42676](https://github.com/ZanichelliEditore/design-system/commit/0f426762b8b438ce296e63fcdb74887635d3062f))
933
+ - style fixes ([ef0e663](https://github.com/ZanichelliEditore/design-system/commit/ef0e663e2455c2770c0cfb4d72243daa442974a1))
934
+ - style fixes ([9d8a131](https://github.com/ZanichelliEditore/design-system/commit/9d8a1314b406d3d64ac5e8655b4182f30b47a9a1))
935
+ - topbar grid layout fix ([eaac1ca](https://github.com/ZanichelliEditore/design-system/commit/eaac1ca6ee1682ee97cc355be3f932b4e96f09db))
936
+ - z-button width 100% ([1a9afd1](https://github.com/ZanichelliEditore/design-system/commit/1a9afd187d811f995f0ef803c1704e0afbf9b878))
937
+ - z-user-dropdown storybook fix ([fdea7b3](https://github.com/ZanichelliEditore/design-system/commit/fdea7b3ad937eda53175a715627589739b87d084))
938
+
939
+ ### [1.8.3](https://github.com/ZanichelliEditore/design-system/compare/v1.8.2...v1.8.3) (2021-04-29)
940
+
941
+ ### [1.8.2](https://github.com/ZanichelliEditore/design-system/compare/v1.8.1...v1.8.2) (2021-04-29)
942
+
943
+ ### [1.8.1](https://github.com/ZanichelliEditore/design-system/compare/v1.8.0...v1.8.1) (2021-04-26)
944
+
945
+ ### Features
946
+
947
+ - **clav-33:** add aria tag to table components ([5a3b579](https://github.com/ZanichelliEditore/design-system/commit/5a3b579c71b85955ee9ade0e3b2c106203dccb39))
948
+ - **clav-33:** add wrapper for table components ([b591d87](https://github.com/ZanichelliEditore/design-system/commit/b591d87a23379ce199ba76db665897efdb3225d7))
949
+ - **clav-33:** add z-registro-table to snoflakes ([0617868](https://github.com/ZanichelliEditore/design-system/commit/061786874f4aea0d7a3cffd3625b68907bb8480a))
950
+
951
+ ## [1.8.0](https://github.com/ZanichelliEditore/design-system/compare/v1.7.0...v1.8.0) (2021-04-26)
952
+
953
+ ### Features
954
+
955
+ - added z-storia-button ([5f89582](https://github.com/ZanichelliEditore/design-system/commit/5f89582dc6ce13f5f6524a9063ba26a3c7ef1a18))
956
+
957
+ ## [1.7.0](https://github.com/ZanichelliEditore/design-system/compare/v1.6.0...v1.7.0) (2021-04-15)
958
+
959
+ ### Features
960
+
961
+ - app-header component variables ([522582e](https://github.com/ZanichelliEditore/design-system/commit/522582e4bfd01a0f98df2f0433682d047147f2c8))
962
+ - updated setup-node@v2 in storybook release workflow ([a4d7afd](https://github.com/ZanichelliEditore/design-system/commit/a4d7afd9e6864d3b82f95f6a129b5c15e1222ad8))
963
+ - z-app-header implementation ([9b2b417](https://github.com/ZanichelliEditore/design-system/commit/9b2b4178f5efd0d9fd248e622c1ce81cb84b8b1b))
964
+
965
+ ## [1.6.0](https://github.com/ZanichelliEditore/design-system/compare/v1.4.1...v1.6.0) (2021-04-14)
966
+
967
+ ### Features
968
+
969
+ - added tests ([20a0924](https://github.com/ZanichelliEditore/design-system/commit/20a0924e3b06bbe0e004f3e927031ecd7c11721d))
970
+ - added z-headign and z-body ([fc3daee](https://github.com/ZanichelliEditore/design-system/commit/fc3daeebdccd16e374295a724ac04dda8aedbe2f))
971
+ - spacing and storybook ([5cde0f9](https://github.com/ZanichelliEditore/design-system/commit/5cde0f9897ab2367b302b2fa9e88865cf50601d9))
972
+ - storybook ([18238e7](https://github.com/ZanichelliEditore/design-system/commit/18238e79ef47db90c923398fae02fb7ce06308d5))
973
+ - storybook ([b3e247f](https://github.com/ZanichelliEditore/design-system/commit/b3e247fea7a83a02a6c1a2cbb2a9cc5a620fa25d))
974
+ - upgraded packages to last version ([c01ec66](https://github.com/ZanichelliEditore/design-system/commit/c01ec665290b301caa3c4196b38627b8a5938bd0))
975
+ - wip storybook ([91fda2f](https://github.com/ZanichelliEditore/design-system/commit/91fda2f3c2830fa9b6d36f55974cdfcda748c6ed))
976
+ - z-footer-link slot test ([00e1e78](https://github.com/ZanichelliEditore/design-system/commit/00e1e78e651a884f1739d8730b5193ba19cba9d8))
977
+ - z-footer-link test ([d8dd2db](https://github.com/ZanichelliEditore/design-system/commit/d8dd2db7f84d87a35f15b0940ab96310930e8ac5))
978
+ - z-footer-section ([0b249c3](https://github.com/ZanichelliEditore/design-system/commit/0b249c3735e41f2b206c4aa4bdcad6584a8a1efb))
979
+ - z-footer-social test, z-footer-link test ([e220f7b](https://github.com/ZanichelliEditore/design-system/commit/e220f7b72d37eb5c604f068eced6060bd42f509c))
980
+ - z-typography component shadows and populate both head and body ([7534368](https://github.com/ZanichelliEditore/design-system/commit/7534368d01cb04951f047781da26ac24ac0cae3e))
981
+ - z-typography component shadows and populate both head and body ([a7fddd1](https://github.com/ZanichelliEditore/design-system/commit/a7fddd1eabea313baf80b182b523ff35a183ceb2))
982
+
983
+ ### Bug Fixes
984
+
985
+ - added br in stories ([0916e8b](https://github.com/ZanichelliEditore/design-system/commit/0916e8bbb57a26940f048ab5e81d90fa78cc2f16))
986
+ - added design tokens ([4df2165](https://github.com/ZanichelliEditore/design-system/commit/4df216584c215c9203569f85e91b276b12c1706d))
987
+ - added package-lock ([f552472](https://github.com/ZanichelliEditore/design-system/commit/f552472fe3c7085c3ebe714bfa8a5cfcfef7319e))
988
+ - added published package ([f5c2000](https://github.com/ZanichelliEditore/design-system/commit/f5c2000b8bd8409474e300ddab4c8e05ed6a8f14))
989
+ - build and test.e2e ([34bd257](https://github.com/ZanichelliEditore/design-system/commit/34bd257ba8deb7d57453231ca84d357209f9110f))
990
+ - changed prop name ([c16eee0](https://github.com/ZanichelliEditore/design-system/commit/c16eee08320638c2841b436643d0fd84e08c61fd))
991
+ - css ([fb85d54](https://github.com/ZanichelliEditore/design-system/commit/fb85d54800281c7e65e405d5acc0335619b55e5f))
992
+ - css variables ([139a3d1](https://github.com/ZanichelliEditore/design-system/commit/139a3d1c467476bcf37e9d3d20b5afa93a9163c2))
993
+ - desclabel after component did load ([bb69fd2](https://github.com/ZanichelliEditore/design-system/commit/bb69fd2bd6bb7d4c81d68f2d4aa3993cec3e019e))
994
+ - design-tokens missing style ([e8023b4](https://github.com/ZanichelliEditore/design-system/commit/e8023b4aaaa58dcdd6c269913b3978ff0ced351b))
995
+ - docs ([e748292](https://github.com/ZanichelliEditore/design-system/commit/e74829292860b6afe68beec8c63a2c0f1af01c02))
996
+ - failed test ([9d05352](https://github.com/ZanichelliEditore/design-system/commit/9d05352abb1107d897b6d1c755587453f226b505))
997
+ - fied tests ([326496d](https://github.com/ZanichelliEditore/design-system/commit/326496ddc0889768cc82d5a222ad2e384c59a082))
998
+ - fixed husky config ([f1f0651](https://github.com/ZanichelliEditore/design-system/commit/f1f06517b620c2caf1a083e87d2517d91ebbe3b7))
999
+ - level as number ([8b464c2](https://github.com/ZanichelliEditore/design-system/commit/8b464c22a158a71491b8ac6298b521aec362dde6))
1000
+ - minor typos and tests removed no-margin as prop ([a790958](https://github.com/ZanichelliEditore/design-system/commit/a790958397db077c4d8825e69eddb8015459c2be))
1001
+ - minor typos fix ([6202594](https://github.com/ZanichelliEditore/design-system/commit/62025949c156bf8b055a711c45293a88d1b4a610))
1002
+ - minor typos fix ([1adf8a2](https://github.com/ZanichelliEditore/design-system/commit/1adf8a218349972cc4dad0ad5808151fcf812398))
1003
+ - new tokens applyed ([29eee04](https://github.com/ZanichelliEditore/design-system/commit/29eee04a472dbc082d7c6a59e8fc6584f14e2341))
1004
+ - rebased on master ([9da7343](https://github.com/ZanichelliEditore/design-system/commit/9da73439162bf27b44452643e3e6ca2756cfb98e))
1005
+ - removed margin in headings ([b5f6f79](https://github.com/ZanichelliEditore/design-system/commit/b5f6f79d68a6061e24a0bbf4a41a38a1cc16f9c4))
1006
+ - removed px ([2253e58](https://github.com/ZanichelliEditore/design-system/commit/2253e58a7f6708b88b19128b072e6a9c7e178801))
1007
+ - removed typos in vars ([a0ec8dc](https://github.com/ZanichelliEditore/design-system/commit/a0ec8dca16fbdc67c983a98c27ac395c63c67bbf))
1008
+ - removed unrelated change ([c763701](https://github.com/ZanichelliEditore/design-system/commit/c7637017c069117ce72bea3c1cf4df7f7afb9589))
1009
+ - removed unrelated changes ([ebbf23a](https://github.com/ZanichelliEditore/design-system/commit/ebbf23a59bf4472b2878dc78d5d91b89b94c8473))
1010
+ - removed unused console log ([a57decb](https://github.com/ZanichelliEditore/design-system/commit/a57decbe42c4b294b50207e39e47a68b88eabb0a))
1011
+ - removed useless story ([5a6b426](https://github.com/ZanichelliEditore/design-system/commit/5a6b4263414592c3539438f78678d487829768c2))
1012
+ - resolved conflicts ([70ed7c4](https://github.com/ZanichelliEditore/design-system/commit/70ed7c49eead540a2917b775a1ecc025b99fa7d9))
1013
+ - resolved conflicts ([e9edccd](https://github.com/ZanichelliEditore/design-system/commit/e9edccde1132f535fa247ca5433b20781f76c5a4))
1014
+ - restored beans ([031102a](https://github.com/ZanichelliEditore/design-system/commit/031102a8afb871405ffe10e7b3e5dbddcba42229))
1015
+ - restored import in global css ([73dcae0](https://github.com/ZanichelliEditore/design-system/commit/73dcae0bcedf137fcf91c0f15dbdb7d9a6a6696d))
1016
+ - space unit occurrencies ([8e0f0d5](https://github.com/ZanichelliEditore/design-system/commit/8e0f0d5e53227a589bf5d81a65b8cccbed58a87b))
1017
+ - storybook fix by adding react-dom dev dependency ([e94e50e](https://github.com/ZanichelliEditore/design-system/commit/e94e50e518b918167aa2f254e29902e12c3a5ed2))
1018
+ - test and build fixing ([4130f7b](https://github.com/ZanichelliEditore/design-system/commit/4130f7ba2d4e0fdc218001488403e3d3faa50956))
1019
+ - typo in space unit ([75ac1c1](https://github.com/ZanichelliEditore/design-system/commit/75ac1c17234df8c6ea223ea8fdbccd352f84cd47))
1020
+ - updated design token version ([7156c63](https://github.com/ZanichelliEditore/design-system/commit/7156c63dad3486516383dd67d984c7d3cc9d3f60))
1021
+ - yarn.lock and changelog.md updated ([5aa24ab](https://github.com/ZanichelliEditore/design-system/commit/5aa24ab9720e8891aa66e2108c3faa0ba43d28c6))
1022
+
1023
+ ## [1.5.0](https://github.com/ZanichelliEditore/design-system/compare/v1.4.1...v1.5.0) (2021-04-14)
1024
+
1025
+ ### Features
1026
+
1027
+ - added tests ([20a0924](https://github.com/ZanichelliEditore/design-system/commit/20a0924e3b06bbe0e004f3e927031ecd7c11721d))
1028
+ - added z-headign and z-body ([fc3daee](https://github.com/ZanichelliEditore/design-system/commit/fc3daeebdccd16e374295a724ac04dda8aedbe2f))
1029
+ - spacing and storybook ([5cde0f9](https://github.com/ZanichelliEditore/design-system/commit/5cde0f9897ab2367b302b2fa9e88865cf50601d9))
1030
+ - storybook ([18238e7](https://github.com/ZanichelliEditore/design-system/commit/18238e79ef47db90c923398fae02fb7ce06308d5))
1031
+ - storybook ([b3e247f](https://github.com/ZanichelliEditore/design-system/commit/b3e247fea7a83a02a6c1a2cbb2a9cc5a620fa25d))
1032
+ - upgraded packages to last version ([c01ec66](https://github.com/ZanichelliEditore/design-system/commit/c01ec665290b301caa3c4196b38627b8a5938bd0))
1033
+ - wip storybook ([91fda2f](https://github.com/ZanichelliEditore/design-system/commit/91fda2f3c2830fa9b6d36f55974cdfcda748c6ed))
1034
+ - z-footer-link slot test ([00e1e78](https://github.com/ZanichelliEditore/design-system/commit/00e1e78e651a884f1739d8730b5193ba19cba9d8))
1035
+ - z-footer-link test ([d8dd2db](https://github.com/ZanichelliEditore/design-system/commit/d8dd2db7f84d87a35f15b0940ab96310930e8ac5))
1036
+ - z-footer-section ([0b249c3](https://github.com/ZanichelliEditore/design-system/commit/0b249c3735e41f2b206c4aa4bdcad6584a8a1efb))
1037
+ - z-footer-social test, z-footer-link test ([e220f7b](https://github.com/ZanichelliEditore/design-system/commit/e220f7b72d37eb5c604f068eced6060bd42f509c))
1038
+ - z-typography component shadows and populate both head and body ([7534368](https://github.com/ZanichelliEditore/design-system/commit/7534368d01cb04951f047781da26ac24ac0cae3e))
1039
+ - z-typography component shadows and populate both head and body ([a7fddd1](https://github.com/ZanichelliEditore/design-system/commit/a7fddd1eabea313baf80b182b523ff35a183ceb2))
1040
+
1041
+ ### Bug Fixes
1042
+
1043
+ - added br in stories ([0916e8b](https://github.com/ZanichelliEditore/design-system/commit/0916e8bbb57a26940f048ab5e81d90fa78cc2f16))
1044
+ - added design tokens ([4df2165](https://github.com/ZanichelliEditore/design-system/commit/4df216584c215c9203569f85e91b276b12c1706d))
1045
+ - added package-lock ([f552472](https://github.com/ZanichelliEditore/design-system/commit/f552472fe3c7085c3ebe714bfa8a5cfcfef7319e))
1046
+ - added published package ([f5c2000](https://github.com/ZanichelliEditore/design-system/commit/f5c2000b8bd8409474e300ddab4c8e05ed6a8f14))
1047
+ - build and test.e2e ([34bd257](https://github.com/ZanichelliEditore/design-system/commit/34bd257ba8deb7d57453231ca84d357209f9110f))
1048
+ - changed prop name ([c16eee0](https://github.com/ZanichelliEditore/design-system/commit/c16eee08320638c2841b436643d0fd84e08c61fd))
1049
+ - css ([fb85d54](https://github.com/ZanichelliEditore/design-system/commit/fb85d54800281c7e65e405d5acc0335619b55e5f))
1050
+ - css variables ([139a3d1](https://github.com/ZanichelliEditore/design-system/commit/139a3d1c467476bcf37e9d3d20b5afa93a9163c2))
1051
+ - desclabel after component did load ([bb69fd2](https://github.com/ZanichelliEditore/design-system/commit/bb69fd2bd6bb7d4c81d68f2d4aa3993cec3e019e))
1052
+ - design-tokens missing style ([e8023b4](https://github.com/ZanichelliEditore/design-system/commit/e8023b4aaaa58dcdd6c269913b3978ff0ced351b))
1053
+ - docs ([e748292](https://github.com/ZanichelliEditore/design-system/commit/e74829292860b6afe68beec8c63a2c0f1af01c02))
1054
+ - failed test ([9d05352](https://github.com/ZanichelliEditore/design-system/commit/9d05352abb1107d897b6d1c755587453f226b505))
1055
+ - fied tests ([326496d](https://github.com/ZanichelliEditore/design-system/commit/326496ddc0889768cc82d5a222ad2e384c59a082))
1056
+ - fixed husky config ([f1f0651](https://github.com/ZanichelliEditore/design-system/commit/f1f06517b620c2caf1a083e87d2517d91ebbe3b7))
1057
+ - level as number ([8b464c2](https://github.com/ZanichelliEditore/design-system/commit/8b464c22a158a71491b8ac6298b521aec362dde6))
1058
+ - minor typos and tests removed no-margin as prop ([a790958](https://github.com/ZanichelliEditore/design-system/commit/a790958397db077c4d8825e69eddb8015459c2be))
1059
+ - minor typos fix ([6202594](https://github.com/ZanichelliEditore/design-system/commit/62025949c156bf8b055a711c45293a88d1b4a610))
1060
+ - minor typos fix ([1adf8a2](https://github.com/ZanichelliEditore/design-system/commit/1adf8a218349972cc4dad0ad5808151fcf812398))
1061
+ - new tokens applyed ([29eee04](https://github.com/ZanichelliEditore/design-system/commit/29eee04a472dbc082d7c6a59e8fc6584f14e2341))
1062
+ - rebased on master ([9da7343](https://github.com/ZanichelliEditore/design-system/commit/9da73439162bf27b44452643e3e6ca2756cfb98e))
1063
+ - removed margin in headings ([b5f6f79](https://github.com/ZanichelliEditore/design-system/commit/b5f6f79d68a6061e24a0bbf4a41a38a1cc16f9c4))
1064
+ - removed px ([2253e58](https://github.com/ZanichelliEditore/design-system/commit/2253e58a7f6708b88b19128b072e6a9c7e178801))
1065
+ - removed typos in vars ([a0ec8dc](https://github.com/ZanichelliEditore/design-system/commit/a0ec8dca16fbdc67c983a98c27ac395c63c67bbf))
1066
+ - removed unrelated change ([c763701](https://github.com/ZanichelliEditore/design-system/commit/c7637017c069117ce72bea3c1cf4df7f7afb9589))
1067
+ - removed unrelated changes ([ebbf23a](https://github.com/ZanichelliEditore/design-system/commit/ebbf23a59bf4472b2878dc78d5d91b89b94c8473))
1068
+ - removed unused console log ([a57decb](https://github.com/ZanichelliEditore/design-system/commit/a57decbe42c4b294b50207e39e47a68b88eabb0a))
1069
+ - removed useless story ([5a6b426](https://github.com/ZanichelliEditore/design-system/commit/5a6b4263414592c3539438f78678d487829768c2))
1070
+ - resolved conflicts ([70ed7c4](https://github.com/ZanichelliEditore/design-system/commit/70ed7c49eead540a2917b775a1ecc025b99fa7d9))
1071
+ - resolved conflicts ([e9edccd](https://github.com/ZanichelliEditore/design-system/commit/e9edccde1132f535fa247ca5433b20781f76c5a4))
1072
+ - restored beans ([031102a](https://github.com/ZanichelliEditore/design-system/commit/031102a8afb871405ffe10e7b3e5dbddcba42229))
1073
+ - restored import in global css ([73dcae0](https://github.com/ZanichelliEditore/design-system/commit/73dcae0bcedf137fcf91c0f15dbdb7d9a6a6696d))
1074
+ - space unit occurrencies ([8e0f0d5](https://github.com/ZanichelliEditore/design-system/commit/8e0f0d5e53227a589bf5d81a65b8cccbed58a87b))
1075
+ - storybook fix by adding react-dom dev dependency ([e94e50e](https://github.com/ZanichelliEditore/design-system/commit/e94e50e518b918167aa2f254e29902e12c3a5ed2))
1076
+ - test and build fixing ([4130f7b](https://github.com/ZanichelliEditore/design-system/commit/4130f7ba2d4e0fdc218001488403e3d3faa50956))
1077
+ - typo in space unit ([75ac1c1](https://github.com/ZanichelliEditore/design-system/commit/75ac1c17234df8c6ea223ea8fdbccd352f84cd47))
1078
+ - updated design token version ([7156c63](https://github.com/ZanichelliEditore/design-system/commit/7156c63dad3486516383dd67d984c7d3cc9d3f60))
1079
+
1080
+ ### [1.4.1](https://github.com/ZanichelliEditore/design-system/compare/v1.4.0...v1.4.1) (2021-03-01)
1081
+
1082
+ ## [1.4.0](https://github.com/ZanichelliEditore/design-system/compare/v1.5.0...v1.4.0) (2021-03-01)
1083
+
1084
+ ### Features
1085
+
1086
+ - add and configure husky and commitlint packages ([1dd05cc](https://github.com/ZanichelliEditore/design-system/commit/1dd05cc8277408693bcedffc71e13cbe2d7cca4c))
1087
+ - added css vars ([e20fc94](https://github.com/ZanichelliEditore/design-system/commit/e20fc94a1f719aa30cdd77fd9a7c3b5689f09e7c))
1088
+ - added light theme ([165f2bc](https://github.com/ZanichelliEditore/design-system/commit/165f2bcf50ceb7578c90355de9478855a1d1de40))
1089
+ - added readme ([ca6ae6d](https://github.com/ZanichelliEditore/design-system/commit/ca6ae6d814f8d1ba15a0e621ecccf195c9ae8edd))
1090
+ - added shadow tokens ([44822be](https://github.com/ZanichelliEditore/design-system/commit/44822be5dcc7ea4ec1f9a8744b2eaa0141833074))
1091
+ - autocompleteResult event ([61e9171](https://github.com/ZanichelliEditore/design-system/commit/61e91715d6f23c01db3df864fa1098aaaf2413e9))
1092
+ - changed style ([8dd6421](https://github.com/ZanichelliEditore/design-system/commit/8dd6421d83459475d613aa51b7ec9dd6ba56c3f0))
1093
+ - cookiebar component basic ([974c9e8](https://github.com/ZanichelliEditore/design-system/commit/974c9e843560057cb001cefd42b78a2620d3f9ec))
1094
+ - deleted old github pipeline ([5347ede](https://github.com/ZanichelliEditore/design-system/commit/5347edeb83cd6669a0c669106d78872bbbd1f24c))
1095
+ - deleted release-it script ([bbdcaae](https://github.com/ZanichelliEditore/design-system/commit/bbdcaae9e2492ac26a08be771063530f1022a0ff))
1096
+ - edit event name ([3b75884](https://github.com/ZanichelliEditore/design-system/commit/3b75884907cfdc3f07b9f9634d7d930175f089bd))
1097
+ - edited styles ([f1234fe](https://github.com/ZanichelliEditore/design-system/commit/f1234fef7f25edf7b9067596501a016f24260e66))
1098
+ - getValue/setValue backword compatibility ([2d776da](https://github.com/ZanichelliEditore/design-system/commit/2d776da160f4448612460453496023196c73386f))
1099
+ - input icons style ([fc2bfc3](https://github.com/ZanichelliEditore/design-system/commit/fc2bfc3965909cdfade896190c28df247cd1c0f5))
1100
+ - input password - added tests ([c7697d0](https://github.com/ZanichelliEditore/design-system/commit/c7697d09191ce1f455ba8aea525c7b6ba3380566))
1101
+ - input password show/hide ([f0e8850](https://github.com/ZanichelliEditore/design-system/commit/f0e885009f7d2c0b26552cd3ef0220c4bf7816ed))
1102
+ - integrate z-select in z-input ([842972b](https://github.com/ZanichelliEditore/design-system/commit/842972b35d3d336d18239aa87d2bab3b2dd73bee))
1103
+ - multi select ([324c804](https://github.com/ZanichelliEditore/design-system/commit/324c8049a784fb17a5f85bd2c8b6f6207ef35188))
1104
+ - multiselect with chips ([016be8a](https://github.com/ZanichelliEditore/design-system/commit/016be8a81526e80d5d849d41e3a6b81b60b05b1c))
1105
+ - MYZ-7346 card tooltips ([eafd430](https://github.com/ZanichelliEditore/design-system/commit/eafd4300a5a9953bda05d6e78e4e0820025d3cda))
1106
+ - no results message ([ecc68b6](https://github.com/ZanichelliEditore/design-system/commit/ecc68b6e3cec750bd31868cf5311595d09143eb9))
1107
+ - setSearchString value ([91fc864](https://github.com/ZanichelliEditore/design-system/commit/91fc864ca8781f16078db16a799911792e4e0a38))
1108
+ - storybook release github workflow ([dfb7eae](https://github.com/ZanichelliEditore/design-system/commit/dfb7eae2f7f9b604fc4d96c3c06552909c0f4ca0))
1109
+ - wip multi select ([4440691](https://github.com/ZanichelliEditore/design-system/commit/4440691af78381d68d5149bec37a7be772a6a40e))
1110
+ - z-candybar development ([df46efc](https://github.com/ZanichelliEditore/design-system/commit/df46efc978d016cb862faa8bc919286d1664eb3d))
1111
+ - z-cookibar pattern component ([452f1c7](https://github.com/ZanichelliEditore/design-system/commit/452f1c7ce7fd8e360324c11499afec8c0d9df924))
1112
+ - z-select focus handling ([37f7d20](https://github.com/ZanichelliEditore/design-system/commit/37f7d20bc9224ddbfa29fab286d576add9cfc372))
1113
+ - z-select open handling + scroll to element by letter ([b0556a7](https://github.com/ZanichelliEditore/design-system/commit/b0556a786be5ffdcc633e5e773300ffa24c8e9fb))
1114
+ - z-select tests ([173532d](https://github.com/ZanichelliEditore/design-system/commit/173532d9bca828e4552feeb027ba3ddfedd72810))
1115
+
1116
+ ### Bug Fixes
1117
+
1118
+ - input icon positioning ([1cb782c](https://github.com/ZanichelliEditore/design-system/commit/1cb782c9ae26a6534ab67ddbc977561706c89105))
1119
+ - MYZ-7346 removed extra ellipsis ([6b7bd5d](https://github.com/ZanichelliEditore/design-system/commit/6b7bd5dc84ed182a9860bfea88ff0b17a90fb496))
1120
+ - PR fix in css ([b8a6ea2](https://github.com/ZanichelliEditore/design-system/commit/b8a6ea26272d155c70d6a02a6a317565d809a3d0))
1121
+ - removed listener from componentDidLoad + css fix ([6cab36c](https://github.com/ZanichelliEditore/design-system/commit/6cab36cafa33458f5a6d618cb8dadcbbd05ae786))
1122
+ - tests ([03cefa5](https://github.com/ZanichelliEditore/design-system/commit/03cefa5095e40d684b6494c50e66783d8d8b7ece))
1123
+ - use commonjs exports for react ([7837b8d](https://github.com/ZanichelliEditore/design-system/commit/7837b8d76d5a4462d1a6a7867acad58cb192a5b9))
1124
+ - z-header second row height ([8fe4a0e](https://github.com/ZanichelliEditore/design-system/commit/8fe4a0e3760ab9862a958c551e3e1fa52bc3aa01))
1125
+ - z-input-message status icon ([e9719f3](https://github.com/ZanichelliEditore/design-system/commit/e9719f355cea85857dfe89a2e79e49b5b4cb983e))
1126
+ - z-select performances ([85b5c47](https://github.com/ZanichelliEditore/design-system/commit/85b5c476e568932db07044ba11c7f50316ccb500))
1127
+ - z-stepper docs ([9aeb2b6](https://github.com/ZanichelliEditore/design-system/commit/9aeb2b6aef2f6bae25402813c260620930570fcd))
1128
+ - zStepperItem test ([c09bdae](https://github.com/ZanichelliEditore/design-system/commit/c09bdaecef0e21bcedc01ee6f7d3fb0054baa801))
1129
+
1130
+ ### [1.3.3](https://github.com/ZanichelliEditore/design-system/compare/v1.5.0...v1.3.3) (2021-03-01)
1131
+
1132
+ ### [1.3.2](https://github.com/ZanichelliEditore/design-system/compare/v1.5.0...v1.3.2) (2021-03-01)
1133
+
1134
+ ### [1.3.1](https://github.com/ZanichelliEditore/design-system/compare/v1.5.0...v1.3.1) (2021-03-01)
1135
+
1136
+ ## [1.3.0](https://github.com/ZanichelliEditore/design-system/compare/v1.2.0...v1.3.0) (2021-03-01)
1137
+
1138
+ ### Features
1139
+
1140
+ - add and configure husky and commitlint packages ([1dd05cc](https://github.com/ZanichelliEditore/design-system/commit/1dd05cc8277408693bcedffc71e13cbe2d7cca4c))
1141
+ - added css vars ([e20fc94](https://github.com/ZanichelliEditore/design-system/commit/e20fc94a1f719aa30cdd77fd9a7c3b5689f09e7c))
1142
+ - added light theme ([165f2bc](https://github.com/ZanichelliEditore/design-system/commit/165f2bcf50ceb7578c90355de9478855a1d1de40))
1143
+ - added readme ([ca6ae6d](https://github.com/ZanichelliEditore/design-system/commit/ca6ae6d814f8d1ba15a0e621ecccf195c9ae8edd))
1144
+ - added shadow tokens ([44822be](https://github.com/ZanichelliEditore/design-system/commit/44822be5dcc7ea4ec1f9a8744b2eaa0141833074))
1145
+ - autocompleteResult event ([61e9171](https://github.com/ZanichelliEditore/design-system/commit/61e91715d6f23c01db3df864fa1098aaaf2413e9))
1146
+ - changed style ([8dd6421](https://github.com/ZanichelliEditore/design-system/commit/8dd6421d83459475d613aa51b7ec9dd6ba56c3f0))
1147
+ - cookiebar component basic ([974c9e8](https://github.com/ZanichelliEditore/design-system/commit/974c9e843560057cb001cefd42b78a2620d3f9ec))
1148
+ - deleted old github pipeline ([5347ede](https://github.com/ZanichelliEditore/design-system/commit/5347edeb83cd6669a0c669106d78872bbbd1f24c))
1149
+ - deleted release-it script ([bbdcaae](https://github.com/ZanichelliEditore/design-system/commit/bbdcaae9e2492ac26a08be771063530f1022a0ff))
1150
+ - edit event name ([3b75884](https://github.com/ZanichelliEditore/design-system/commit/3b75884907cfdc3f07b9f9634d7d930175f089bd))
1151
+ - edited styles ([f1234fe](https://github.com/ZanichelliEditore/design-system/commit/f1234fef7f25edf7b9067596501a016f24260e66))
1152
+ - getValue/setValue backword compatibility ([2d776da](https://github.com/ZanichelliEditore/design-system/commit/2d776da160f4448612460453496023196c73386f))
1153
+ - input icons style ([fc2bfc3](https://github.com/ZanichelliEditore/design-system/commit/fc2bfc3965909cdfade896190c28df247cd1c0f5))
1154
+ - input password - added tests ([c7697d0](https://github.com/ZanichelliEditore/design-system/commit/c7697d09191ce1f455ba8aea525c7b6ba3380566))
1155
+ - input password show/hide ([f0e8850](https://github.com/ZanichelliEditore/design-system/commit/f0e885009f7d2c0b26552cd3ef0220c4bf7816ed))
1156
+ - integrate z-select in z-input ([842972b](https://github.com/ZanichelliEditore/design-system/commit/842972b35d3d336d18239aa87d2bab3b2dd73bee))
1157
+ - multi select ([324c804](https://github.com/ZanichelliEditore/design-system/commit/324c8049a784fb17a5f85bd2c8b6f6207ef35188))
1158
+ - multiselect with chips ([016be8a](https://github.com/ZanichelliEditore/design-system/commit/016be8a81526e80d5d849d41e3a6b81b60b05b1c))
1159
+ - MYZ-7346 card tooltips ([eafd430](https://github.com/ZanichelliEditore/design-system/commit/eafd4300a5a9953bda05d6e78e4e0820025d3cda))
1160
+ - no results message ([ecc68b6](https://github.com/ZanichelliEditore/design-system/commit/ecc68b6e3cec750bd31868cf5311595d09143eb9))
1161
+ - setSearchString value ([91fc864](https://github.com/ZanichelliEditore/design-system/commit/91fc864ca8781f16078db16a799911792e4e0a38))
1162
+ - storybook release github workflow ([dfb7eae](https://github.com/ZanichelliEditore/design-system/commit/dfb7eae2f7f9b604fc4d96c3c06552909c0f4ca0))
1163
+ - wip multi select ([4440691](https://github.com/ZanichelliEditore/design-system/commit/4440691af78381d68d5149bec37a7be772a6a40e))
1164
+ - z-candybar development ([df46efc](https://github.com/ZanichelliEditore/design-system/commit/df46efc978d016cb862faa8bc919286d1664eb3d))
1165
+ - z-cookibar pattern component ([452f1c7](https://github.com/ZanichelliEditore/design-system/commit/452f1c7ce7fd8e360324c11499afec8c0d9df924))
1166
+ - z-select focus handling ([37f7d20](https://github.com/ZanichelliEditore/design-system/commit/37f7d20bc9224ddbfa29fab286d576add9cfc372))
1167
+ - z-select open handling + scroll to element by letter ([b0556a7](https://github.com/ZanichelliEditore/design-system/commit/b0556a786be5ffdcc633e5e773300ffa24c8e9fb))
1168
+ - z-select tests ([173532d](https://github.com/ZanichelliEditore/design-system/commit/173532d9bca828e4552feeb027ba3ddfedd72810))
1169
+
1170
+ ### Bug Fixes
1171
+
1172
+ - input icon positioning ([1cb782c](https://github.com/ZanichelliEditore/design-system/commit/1cb782c9ae26a6534ab67ddbc977561706c89105))
1173
+ - MYZ-7346 removed extra ellipsis ([6b7bd5d](https://github.com/ZanichelliEditore/design-system/commit/6b7bd5dc84ed182a9860bfea88ff0b17a90fb496))
1174
+ - PR fix in css ([b8a6ea2](https://github.com/ZanichelliEditore/design-system/commit/b8a6ea26272d155c70d6a02a6a317565d809a3d0))
1175
+ - removed listener from componentDidLoad + css fix ([6cab36c](https://github.com/ZanichelliEditore/design-system/commit/6cab36cafa33458f5a6d618cb8dadcbbd05ae786))
1176
+ - tests ([03cefa5](https://github.com/ZanichelliEditore/design-system/commit/03cefa5095e40d684b6494c50e66783d8d8b7ece))
1177
+ - use commonjs exports for react ([7837b8d](https://github.com/ZanichelliEditore/design-system/commit/7837b8d76d5a4462d1a6a7867acad58cb192a5b9))
1178
+ - z-header second row height ([8fe4a0e](https://github.com/ZanichelliEditore/design-system/commit/8fe4a0e3760ab9862a958c551e3e1fa52bc3aa01))
1179
+ - z-input-message status icon ([e9719f3](https://github.com/ZanichelliEditore/design-system/commit/e9719f355cea85857dfe89a2e79e49b5b4cb983e))
1180
+ - z-select performances ([85b5c47](https://github.com/ZanichelliEditore/design-system/commit/85b5c476e568932db07044ba11c7f50316ccb500))
1181
+ - z-stepper docs ([9aeb2b6](https://github.com/ZanichelliEditore/design-system/commit/9aeb2b6aef2f6bae25402813c260620930570fcd))
1182
+ - zStepperItem test ([c09bdae](https://github.com/ZanichelliEditore/design-system/commit/c09bdaecef0e21bcedc01ee6f7d3fb0054baa801))
1183
+
1184
+ ## [1.2.0](https://github.com/ZanichelliEditore/design-system/compare/v1.1.1...v1.2.0) (2020-09-11)
1185
+
1186
+ ### Features
1187
+
1188
+ - add complete iconset ([aa31225](https://github.com/ZanichelliEditore/design-system/commit/aa3122551b329804a0f0fea1d7dbebf7f6131ab3))
1189
+
1190
+ ### Bug Fixes
1191
+
1192
+ - add more padding so text does not overlap X button on zinput text ([6e56542](https://github.com/ZanichelliEditore/design-system/commit/6e565427d5b97abd35dc52bf978a410d1c7cfd05))
1193
+ - add support icon ([e66deea](https://github.com/ZanichelliEditore/design-system/commit/e66deea064db01a86a76106055ac7efae0c8465c))
1194
+ - change convert_svg_icons script ([aeaf47f](https://github.com/ZanichelliEditore/design-system/commit/aeaf47f16e801a5472c3e0e296204774b9babec7))
1195
+ - typo ([b5ddfe0](https://github.com/ZanichelliEditore/design-system/commit/b5ddfe059d59663dec627269ed48e339966ec8e3))
1196
+ - use new icon name and fix css rules for z-icon ([0b6aed8](https://github.com/ZanichelliEditore/design-system/commit/0b6aed851bc66d21ee45f072e70c3ec0778b9b27))
1197
+
1198
+ ### [1.1.1](https://github.com/ZanichelliEditore/design-system/compare/v1.1.0...v1.1.1) (2020-09-02)
1199
+
1200
+ ## [1.1.0](https://github.com/ZanichelliEditore/design-system/compare/v1.0.6...v1.1.0) (2020-08-11)
1201
+
1202
+ ### Features
1203
+
1204
+ - added property to hide login button on z-header with tests ([52b89ea](https://github.com/ZanichelliEditore/design-system/commit/52b89ea0e30f497129ba03172ae5d10ed56f81a7))
1205
+
1206
+ ### 1.0.6 (2020-07-27)
1207
+
1208
+ ### Features
1209
+
1210
+ - add storybook a11y addon ([7580b36](https://github.com/ZanichelliEditore/design-system/commit/7580b36f2a9e1e854a8308e97ae894f3b2eb197f))
1211
+ - handle z-stepper interactivity ([0e4e20b](https://github.com/ZanichelliEditore/design-system/commit/0e4e20b7b27ca3c0840b9fdb24586e6622d1d0da))
1212
+ - setup storybook with docs ([3fa1bc6](https://github.com/ZanichelliEditore/design-system/commit/3fa1bc6704eac19e86ab5a568ca1f3ec73fb98fc))
1213
+ - stepper component ([6c1e998](https://github.com/ZanichelliEditore/design-system/commit/6c1e998bbe7f8b943758aa9e2d2cdd804d451849))
1214
+
1215
+ ### Bug Fixes
1216
+
1217
+ - disabled stepper color ([b1fad94](https://github.com/ZanichelliEditore/design-system/commit/b1fad944e792c70b50cf2f0c567321a15321b45b))
1218
+ - enhance classlist composition to avoid false ([87ea107](https://github.com/ZanichelliEditore/design-system/commit/87ea107b5c1ce0be74f0fd13a8b389e18626c32e))
1219
+ - fixed tests and some other classes ([49694f5](https://github.com/ZanichelliEditore/design-system/commit/49694f57d07bc045a9e57af5648931ad0006102e))
1220
+ - media query comment ([3c8f3a3](https://github.com/ZanichelliEditore/design-system/commit/3c8f3a3f769baa3ada65b9595ce96da1b293fd52))
1221
+ - modal margin top and positioning ([8aece0a](https://github.com/ZanichelliEditore/design-system/commit/8aece0ae2258806c5e459cb3322b7eb58ed981f0))