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