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