@zanichelli/albe-web-components 2.33.1 → 2.33.3
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 +4 -0
- package/dist/cjs/breakpoints-88c4fd6c.js +7 -0
- package/{www/build/hammer-52e2c4fe.js → dist/cjs/hammer-6e321f0b.js} +18 -4
- package/dist/cjs/index-11a8a536.js +256 -0
- package/dist/cjs/index-dee3e21d.js +1694 -0
- package/dist/cjs/index.cjs.js +13 -0
- package/dist/cjs/loader.cjs.js +21 -0
- package/dist/cjs/utils-00e14fba.js +75 -0
- package/dist/cjs/web-components-library.cjs.js +19 -0
- package/dist/cjs/z-alert_66.cjs.entry.js +3736 -0
- package/dist/{web-components-library/z-app-header.entry.js → cjs/z-app-header.cjs.entry.js} +9 -5
- package/dist/cjs/z-aria-alert.cjs.entry.js +18 -0
- package/{www/build/z-candybar.entry.js → dist/cjs/z-candybar.cjs.entry.js} +8 -4
- package/{www/build/z-cookiebar.entry.js → dist/cjs/z-cookiebar.cjs.entry.js} +11 -7
- package/dist/cjs/z-heading.cjs.entry.js +17 -0
- package/{www/build/z-messages-pocket.entry.js → dist/cjs/z-messages-pocket.cjs.entry.js} +17 -13
- package/dist/cjs/z-modal-login.cjs.entry.js +81 -0
- package/dist/{web-components-library/z-myz-card-dictionary.entry.js → cjs/z-myz-card-dictionary.cjs.entry.js} +10 -6
- package/dist/{web-components-library/z-myz-card-footer-sections.entry.js → cjs/z-myz-card-footer-sections.cjs.entry.js} +8 -4
- package/dist/{web-components-library/z-myz-card-info.entry.js → cjs/z-myz-card-info.cjs.entry.js} +23 -19
- package/{www/build/z-myz-topbar.entry.js → dist/cjs/z-myz-topbar.cjs.entry.js} +33 -29
- package/dist/{web-components-library/z-navigation-tab.entry.js → cjs/z-navigation-tab.cjs.entry.js} +10 -6
- package/{www/build/z-navigation-tabs.entry.js → dist/cjs/z-navigation-tabs.cjs.entry.js} +15 -11
- package/dist/{web-components-library/z-otp.entry.js → cjs/z-otp.cjs.entry.js} +12 -8
- package/dist/{web-components-library/z-pocket-message.entry.js → cjs/z-pocket-message.cjs.entry.js} +8 -4
- package/dist/cjs/z-pocket_3.cjs.entry.js +124 -0
- package/dist/{web-components-library/z-registro-table-footer.entry.js → cjs/z-registro-table-footer.cjs.entry.js} +9 -5
- package/dist/{web-components-library/z-slideshow.entry.js → cjs/z-slideshow.cjs.entry.js} +23 -19
- package/{www/build/z-toast-notification-list.entry.js → dist/cjs/z-toast-notification-list.cjs.entry.js} +11 -7
- package/dist/{web-components-library/z-toast-notification.entry.js → cjs/z-toast-notification.cjs.entry.js} +34 -31
- package/{www/build/z-visually-hidden.entry.js → dist/cjs/z-visually-hidden.cjs.entry.js} +8 -4
- package/{www/build/index-8f67b3da.js → dist/collection/beans/index.js} +35 -37
- package/dist/collection/collection-manifest.json +100 -0
- package/dist/collection/components/buttons/z-button/index.js +219 -0
- package/dist/collection/components/buttons/z-button/styles.css +231 -0
- package/dist/collection/components/buttons/z-button-filter/index.js +155 -0
- package/dist/collection/components/buttons/z-button-filter/styles.css +74 -0
- package/dist/collection/components/buttons/z-button-sort/index.js +216 -0
- package/dist/collection/components/buttons/z-button-sort/styles.css +101 -0
- package/dist/collection/components/buttons/z-chip/index.js +59 -0
- package/dist/collection/components/buttons/z-chip/styles.css +17 -0
- package/dist/collection/components/buttons/z-toggle-button/index.js +122 -0
- package/dist/collection/components/buttons/z-toggle-button/styles.css +62 -0
- package/dist/collection/components/footer/z-footer/index.js +286 -0
- package/dist/collection/components/footer/z-footer/styles.css +242 -0
- package/dist/collection/components/footer/z-footer-link/index.js +37 -0
- package/dist/collection/components/footer/z-footer-link/styles.css +33 -0
- package/dist/collection/components/footer/z-footer-section/index.js +51 -0
- package/dist/collection/components/footer/z-footer-section/styles.css +163 -0
- package/dist/collection/components/footer/z-footer-social/index.js +68 -0
- package/dist/collection/components/footer/z-footer-social/styles.css +23 -0
- package/dist/{web-components-library/icons-9a191d79.js → collection/components/icons/icons.js} +1 -3
- package/dist/collection/components/icons/z-icon/index.js +110 -0
- package/dist/collection/components/icons/z-icon/styles.css +14 -0
- package/dist/collection/components/icons/z-icon-package/index.js +20 -0
- package/dist/collection/components/icons/z-icon-package/styles.css +16 -0
- package/dist/collection/components/indicators/z-stepper/index.js +17 -0
- package/dist/collection/components/indicators/z-stepper/styles.css +19 -0
- package/dist/collection/components/indicators/z-stepper-item/index.js +93 -0
- package/dist/collection/components/indicators/z-stepper-item/styles.css +115 -0
- package/dist/collection/components/inputs/z-combobox/index.js +480 -0
- package/dist/collection/components/inputs/z-combobox/styles.css +148 -0
- package/dist/collection/components/inputs/z-input/index.js +821 -0
- package/dist/collection/components/inputs/z-input/styles.css +304 -0
- package/dist/collection/components/inputs/z-input-label/index.js +72 -0
- package/dist/collection/components/inputs/z-input-label/styles.css +16 -0
- package/dist/collection/components/inputs/z-input-message/index.js +64 -0
- package/dist/collection/components/inputs/z-input-message/styles.css +33 -0
- package/dist/collection/components/inputs/z-select/index.js +647 -0
- package/dist/collection/components/inputs/z-select/styles.css +131 -0
- package/dist/collection/components/list/z-list/index.js +57 -0
- package/dist/collection/components/list/z-list/styles.css +7 -0
- package/dist/collection/components/list/z-list-element/index.js +439 -0
- package/dist/collection/components/list/z-list-element/styles.css +133 -0
- package/dist/collection/components/list/z-list-group/index.js +144 -0
- package/dist/collection/components/list/z-list-group/styles.css +22 -0
- package/dist/collection/components/list/z-toast-notification-list/index.js +97 -0
- package/dist/collection/components/list/z-toast-notification-list/styles.css +107 -0
- package/dist/collection/components/logo/z-logo/index.js +128 -0
- package/dist/collection/components/logo/z-logo/styles.css +29 -0
- package/dist/collection/components/modal/z-modal/index.js +160 -0
- package/dist/collection/components/modal/z-modal/styles.css +185 -0
- package/dist/collection/components/modal/z-modal-login/index.js +272 -0
- package/dist/collection/components/modal/z-modal-login/styles.css +159 -0
- package/dist/collection/components/navigation/z-app-header/index.js +267 -0
- package/dist/collection/components/navigation/z-app-header/styles.css +445 -0
- package/dist/collection/components/navigation/z-app-switcher/index.js +70 -0
- package/dist/collection/components/navigation/z-app-switcher/styles.css +35 -0
- package/dist/collection/components/navigation/z-app-topbar/index.js +156 -0
- package/dist/collection/components/navigation/z-app-topbar/styles.css +71 -0
- package/dist/collection/components/navigation/z-link/index.js +309 -0
- package/dist/collection/components/navigation/z-link/styles.css +164 -0
- package/dist/collection/components/navigation/z-menu/index.js +223 -0
- package/dist/collection/components/navigation/z-menu/styles.css +149 -0
- package/dist/collection/components/navigation/z-menu-dropdown/index.js +125 -0
- package/dist/collection/components/navigation/z-menu-dropdown/styles.css +146 -0
- package/dist/collection/components/navigation/z-menu-section/index.js +109 -0
- package/dist/collection/components/navigation/z-menu-section/styles.css +91 -0
- package/dist/collection/components/navigation/z-navigation-tab/index.js +151 -0
- package/dist/collection/components/navigation/z-navigation-tab/styles.css +113 -0
- package/dist/collection/components/navigation/z-navigation-tabs/index.js +179 -0
- package/dist/collection/components/navigation/z-navigation-tabs/styles.css +117 -0
- package/dist/collection/components/navigation/z-user-dropdown/index.js +252 -0
- package/dist/collection/components/navigation/z-user-dropdown/styles.css +315 -0
- package/dist/collection/components/notification/z-candybar/index.js +18 -0
- package/dist/collection/components/notification/z-candybar/styles.css +61 -0
- package/dist/collection/components/notification/z-cookiebar/index.js +111 -0
- package/dist/collection/components/notification/z-cookiebar/styles.css +109 -0
- package/dist/collection/components/notification/z-info-box/index.js +79 -0
- package/dist/collection/components/notification/z-info-box/styles.css +23 -0
- package/dist/collection/components/notification/z-notification/index.js +171 -0
- package/dist/collection/components/notification/z-notification/styles.css +93 -0
- package/dist/collection/components/notification/z-toast-notification/index.js +402 -0
- package/dist/collection/components/notification/z-toast-notification/styles.css +247 -0
- package/dist/{web-components-library/z-tooltip.entry.js → collection/components/notification/z-tooltip/index.js} +128 -19
- package/dist/collection/components/notification/z-tooltip/styles.css +128 -0
- package/dist/collection/components/pagination/z-pagination-bar/index.js +278 -0
- package/dist/collection/components/pagination/z-pagination-bar/styles.css +23 -0
- package/dist/collection/components/pagination/z-pagination-page/index.js +129 -0
- package/dist/collection/components/pagination/z-pagination-page/styles.css +57 -0
- package/dist/collection/components/panel/z-panel-elem/index.js +193 -0
- package/dist/collection/components/panel/z-panel-elem/styles.css +39 -0
- package/dist/collection/components/typography/z-body/index.js +66 -0
- package/dist/collection/components/typography/z-heading/index.js +66 -0
- package/dist/collection/components/typography/z-typography/index.js +84 -0
- package/dist/collection/components/typography/z-typography/styles.css +61 -0
- package/dist/collection/components/z-aria-alert/index.js +32 -0
- package/dist/collection/components/z-avatar/index.js +137 -0
- package/dist/collection/components/z-avatar/styles.css +35 -0
- package/dist/collection/components/z-card/index.js +153 -0
- package/dist/collection/components/z-card/styles.css +188 -0
- package/dist/collection/components/z-contextual-menu/index.js +122 -0
- package/dist/collection/components/z-contextual-menu/styles.css +45 -0
- package/dist/collection/components/z-divider/index.js +89 -0
- package/dist/collection/components/z-divider/styles.css +37 -0
- package/dist/collection/components/z-ghost-loading/index.js +14 -0
- package/dist/collection/components/z-ghost-loading/styles.css +34 -0
- package/dist/collection/components/z-popover/index.js +274 -0
- package/dist/collection/components/z-popover/styles.css +236 -0
- package/dist/collection/components/z-status-tag/index.js +125 -0
- package/dist/collection/components/z-status-tag/styles.css +133 -0
- package/dist/collection/components/z-visually-hidden/index.js +14 -0
- package/dist/collection/components/z-visually-hidden/styles.css +12 -0
- package/{www/build/breakpoints-c386984e.js → dist/collection/constants/breakpoints.js} +1 -2
- package/dist/collection/constants/icons.js +6 -0
- package/dist/collection/index.js +5 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +119 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card/styles.css +38 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +148 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-alert/styles.css +62 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +20 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-body/styles.css +13 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +87 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-cover/styles.css +11 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +177 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/styles.css +85 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +190 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer/styles.css +137 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +23 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/styles.css +32 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +101 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-header/styles.css +46 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +74 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-icon/styles.css +70 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +213 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-info/styles.css +124 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +53 -0
- package/dist/collection/snowflakes/myz/card/z-myz-card-list/styles.css +41 -0
- package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +70 -0
- package/dist/collection/snowflakes/myz/list/z-myz-list/styles.css +4 -0
- package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +188 -0
- package/dist/collection/snowflakes/myz/list/z-myz-list-item/styles.css +48 -0
- package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +121 -0
- package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/styles.css +106 -0
- package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +181 -0
- package/dist/collection/snowflakes/myz/pocket/z-pocket/styles.css +56 -0
- package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +77 -0
- package/dist/collection/snowflakes/myz/pocket/z-pocket-body/styles.css +49 -0
- package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +86 -0
- package/dist/collection/snowflakes/myz/pocket/z-pocket-header/styles.css +40 -0
- package/dist/collection/snowflakes/myz/pocket/z-pocket-message/index.js +23 -0
- package/dist/collection/snowflakes/myz/pocket/z-pocket-message/styles.css +53 -0
- package/dist/collection/snowflakes/myz/topbar/index.js +428 -0
- package/dist/collection/snowflakes/myz/topbar/styles.css +594 -0
- package/dist/collection/snowflakes/myz/z-alert/index.js +42 -0
- package/dist/collection/snowflakes/myz/z-alert/styles.css +28 -0
- package/dist/collection/snowflakes/myz/z-otp/index.js +114 -0
- package/dist/collection/snowflakes/myz/z-otp/styles.css +47 -0
- package/dist/collection/snowflakes/myz/z-slideshow/index.js +165 -0
- package/dist/collection/snowflakes/myz/z-slideshow/styles.css +128 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table/index.js +365 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table/styles.css +166 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-body/index.js +19 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-body/styles.css +9 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-cell/index.js +58 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-cell/styles.css +39 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/index.js +69 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/styles.css +24 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/index.js +35 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/styles.css +9 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-footer/index.js +18 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-footer/styles.css +5 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-head/index.js +18 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-head/styles.css +5 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-header/index.js +240 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-header/styles.css +67 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/index.js +37 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/styles.css +13 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-row/index.js +86 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-row/styles.css +54 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/index.js +17 -0
- package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/styles.css +11 -0
- package/dist/collection/themes/index.story.js +18 -0
- package/{www/build/utils-5e70920f.js → dist/collection/utils/utils.js} +12 -15
- package/dist/{web-components-library → esm}/breakpoints-c386984e.js +0 -0
- package/dist/{web-components-library/hammer-52e2c4fe.js → esm/hammer-c807d0b5.js} +15 -4
- package/dist/{web-components-library/index-8f67b3da.js → esm/index-4952bfe3.js} +1 -1
- package/dist/esm/index-fa9e549c.js +1666 -0
- package/dist/esm/index.js +9 -0
- package/dist/esm/loader.js +17 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/{web-components-library/utils-5e70920f.js → esm/utils-889efe17.js} +2 -20
- package/dist/esm/web-components-library.js +17 -0
- package/dist/esm/z-alert_66.entry.js +3667 -0
- package/{www/build → dist/esm}/z-app-header.entry.js +1 -1
- package/{www/build → dist/esm}/z-aria-alert.entry.js +2 -2
- package/dist/{web-components-library → esm}/z-candybar.entry.js +1 -1
- package/dist/{web-components-library → esm}/z-cookiebar.entry.js +2 -2
- package/dist/{web-components-library → esm}/z-heading.entry.js +1 -1
- package/dist/{web-components-library → esm}/z-messages-pocket.entry.js +2 -2
- package/{www/build → dist/esm}/z-modal-login.entry.js +2 -2
- package/{www/build → dist/esm}/z-myz-card-dictionary.entry.js +2 -2
- package/{www/build → dist/esm}/z-myz-card-footer-sections.entry.js +1 -1
- package/{www/build → dist/esm}/z-myz-card-info.entry.js +3 -3
- package/dist/{web-components-library → esm}/z-myz-topbar.entry.js +2 -2
- package/{www/build → dist/esm}/z-navigation-tab.entry.js +1 -1
- package/dist/{web-components-library → esm}/z-navigation-tabs.entry.js +2 -2
- package/{www/build → dist/esm}/z-otp.entry.js +2 -2
- package/{www/build → dist/esm}/z-pocket-message.entry.js +1 -1
- package/dist/esm/z-pocket_3.entry.js +118 -0
- package/{www/build → dist/esm}/z-registro-table-footer.entry.js +1 -1
- package/{www/build → dist/esm}/z-slideshow.entry.js +3 -3
- package/dist/{web-components-library → esm}/z-toast-notification-list.entry.js +2 -2
- package/{www/build → dist/esm}/z-toast-notification.entry.js +3 -4
- package/dist/{web-components-library → esm}/z-visually-hidden.entry.js +1 -1
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/web-components-library/index.esm.js +1 -9
- package/dist/web-components-library/p-017370c7.entry.js +1 -0
- package/dist/web-components-library/p-04c73ec1.entry.js +1 -0
- package/dist/web-components-library/p-0bf8988b.entry.js +1 -0
- package/dist/web-components-library/p-140cc18f.entry.js +1 -0
- package/dist/web-components-library/p-1c72783c.entry.js +1 -0
- package/dist/web-components-library/p-3ea97390.entry.js +1 -0
- package/dist/web-components-library/p-40972dfd.entry.js +1 -0
- package/dist/web-components-library/p-43d00d2f.entry.js +1 -0
- package/dist/web-components-library/p-483d10ba.entry.js +1 -0
- package/dist/web-components-library/p-65c08b33.js +1 -0
- package/dist/web-components-library/p-6719b8e1.entry.js +7 -0
- package/dist/web-components-library/p-6e8f444c.entry.js +1 -0
- package/dist/web-components-library/p-798d5c2f.entry.js +1 -0
- package/dist/web-components-library/p-881b4877.js +1 -0
- package/dist/web-components-library/p-8ad12683.entry.js +1 -0
- package/dist/web-components-library/p-8c24ac2e.entry.js +1 -0
- package/dist/web-components-library/p-904a85e4.js +1 -0
- package/dist/web-components-library/p-96e3aec6.entry.js +1 -0
- package/dist/web-components-library/p-9912e411.js +7 -0
- package/dist/web-components-library/p-b4420ba3.entry.js +1 -0
- package/dist/web-components-library/p-c7af96eb.entry.js +1 -0
- package/dist/web-components-library/p-d1fed95b.entry.js +1 -0
- package/dist/web-components-library/p-d430b1aa.entry.js +1 -0
- package/dist/web-components-library/p-d69e14fb.js +1 -0
- package/dist/web-components-library/p-e64c06a4.entry.js +1 -0
- package/dist/web-components-library/p-f113a03a.entry.js +1 -0
- package/dist/web-components-library/p-fcf19092.entry.js +1 -0
- package/dist/web-components-library/web-components-library.css +1 -789
- package/dist/web-components-library/web-components-library.esm.js +1 -122
- package/package.json +1 -1
- package/www/build/index.esm.js +1 -9
- package/www/build/p-017370c7.entry.js +1 -0
- package/www/build/p-04c73ec1.entry.js +1 -0
- package/www/build/p-0bf8988b.entry.js +1 -0
- package/www/build/p-140cc18f.entry.js +1 -0
- package/www/build/p-1c72783c.entry.js +1 -0
- package/www/build/p-3ea97390.entry.js +1 -0
- package/www/build/p-40972dfd.entry.js +1 -0
- package/www/build/p-43d00d2f.entry.js +1 -0
- package/www/build/p-483d10ba.entry.js +1 -0
- package/www/build/p-65c08b33.js +1 -0
- package/www/build/p-6719b8e1.entry.js +7 -0
- package/www/build/p-6e8f444c.entry.js +1 -0
- package/www/build/p-798d5c2f.entry.js +1 -0
- package/www/build/p-881b4877.js +1 -0
- package/www/build/p-8ad12683.entry.js +1 -0
- package/www/build/p-8c24ac2e.entry.js +1 -0
- package/www/build/p-904a85e4.js +1 -0
- package/www/build/p-96e3aec6.entry.js +1 -0
- package/www/build/p-97a11655.css +789 -0
- package/www/build/p-9912e411.js +7 -0
- package/www/build/p-b4420ba3.entry.js +1 -0
- package/www/build/p-b9f0c115.js +122 -0
- package/www/build/p-c7af96eb.entry.js +1 -0
- package/www/build/p-d1fed95b.entry.js +1 -0
- package/www/build/p-d430b1aa.entry.js +1 -0
- package/www/build/p-d69e14fb.js +1 -0
- package/www/build/p-e64c06a4.entry.js +1 -0
- package/www/build/p-f113a03a.entry.js +1 -0
- package/www/build/p-fcf19092.entry.js +1 -0
- package/www/build/web-components-library.css +1 -789
- package/www/build/web-components-library.esm.js +1 -122
- package/www/index.html +2 -11
- package/dist/web-components-library/_commonjsHelpers-cb1cd7bb.js +0 -44
- package/dist/web-components-library/app-globals-0f993ce5.js +0 -3
- package/dist/web-components-library/css-shim-003e9264.js +0 -4
- package/dist/web-components-library/dom-1b195079.js +0 -73
- package/dist/web-components-library/index-44936066.js +0 -2832
- package/dist/web-components-library/index-8067f807.js +0 -64
- package/dist/web-components-library/shadow-css-c1ad5fdc.js +0 -383
- package/dist/web-components-library/z-alert.entry.js +0 -15
- package/dist/web-components-library/z-app-switcher.entry.js +0 -25
- package/dist/web-components-library/z-app-topbar.entry.js +0 -37
- package/dist/web-components-library/z-aria-alert.entry.js +0 -14
- package/dist/web-components-library/z-avatar.entry.js +0 -39
- package/dist/web-components-library/z-body.entry.js +0 -13
- package/dist/web-components-library/z-button-filter.entry.js +0 -45
- package/dist/web-components-library/z-button-sort.entry.js +0 -50
- package/dist/web-components-library/z-button.entry.js +0 -35
- package/dist/web-components-library/z-card.entry.js +0 -54
- package/dist/web-components-library/z-chip.entry.js +0 -20
- package/dist/web-components-library/z-combobox.entry.js +0 -166
- package/dist/web-components-library/z-contextual-menu.entry.js +0 -36
- package/dist/web-components-library/z-divider.entry.js +0 -22
- package/dist/web-components-library/z-footer-link.entry.js +0 -15
- package/dist/web-components-library/z-footer-section.entry.js +0 -19
- package/dist/web-components-library/z-footer-social.entry.js +0 -15
- package/dist/web-components-library/z-footer.entry.js +0 -98
- package/dist/web-components-library/z-ghost-loading.entry.js +0 -15
- package/dist/web-components-library/z-icon-package.entry.js +0 -19
- package/dist/web-components-library/z-icon.entry.js +0 -24
- package/dist/web-components-library/z-info-box.entry.js +0 -21
- package/dist/web-components-library/z-input-label.entry.js +0 -17
- package/dist/web-components-library/z-input-message.entry.js +0 -20
- package/dist/web-components-library/z-input.entry.js +0 -264
- package/dist/web-components-library/z-link.entry.js +0 -67
- package/dist/web-components-library/z-list-element.entry.js +0 -150
- package/dist/web-components-library/z-list-group.entry.js +0 -50
- package/dist/web-components-library/z-list.entry.js +0 -30
- package/dist/web-components-library/z-logo.entry.js +0 -24
- package/dist/web-components-library/z-menu-dropdown.entry.js +0 -56
- package/dist/web-components-library/z-menu-section.entry.js +0 -42
- package/dist/web-components-library/z-menu.entry.js +0 -106
- package/dist/web-components-library/z-modal-login.entry.js +0 -77
- package/dist/web-components-library/z-modal.entry.js +0 -32
- package/dist/web-components-library/z-myz-card-alert.entry.js +0 -59
- package/dist/web-components-library/z-myz-card-body.entry.js +0 -15
- package/dist/web-components-library/z-myz-card-cover.entry.js +0 -18
- package/dist/web-components-library/z-myz-card-footer.entry.js +0 -48
- package/dist/web-components-library/z-myz-card-header.entry.js +0 -34
- package/dist/web-components-library/z-myz-card-icon.entry.js +0 -17
- package/dist/web-components-library/z-myz-card-list.entry.js +0 -33
- package/dist/web-components-library/z-myz-card.entry.js +0 -37
- package/dist/web-components-library/z-myz-list-item.entry.js +0 -33
- package/dist/web-components-library/z-myz-list.entry.js +0 -31
- package/dist/web-components-library/z-notification.entry.js +0 -38
- package/dist/web-components-library/z-pagination-bar.entry.js +0 -126
- package/dist/web-components-library/z-pagination-page.entry.js +0 -21
- package/dist/web-components-library/z-panel-elem.entry.js +0 -26
- package/dist/web-components-library/z-pocket-body.entry.js +0 -23
- package/dist/web-components-library/z-pocket-header.entry.js +0 -36
- package/dist/web-components-library/z-pocket.entry.js +0 -68
- package/dist/web-components-library/z-popover.entry.js +0 -124
- package/dist/web-components-library/z-registro-table-body.entry.js +0 -20
- package/dist/web-components-library/z-registro-table-cell.entry.js +0 -30
- package/dist/web-components-library/z-registro-table-empty-box.entry.js +0 -24
- package/dist/web-components-library/z-registro-table-expanded-row.entry.js +0 -15
- package/dist/web-components-library/z-registro-table-head.entry.js +0 -19
- package/dist/web-components-library/z-registro-table-header-row.entry.js +0 -18
- package/dist/web-components-library/z-registro-table-header.entry.js +0 -80
- package/dist/web-components-library/z-registro-table-row.entry.js +0 -39
- package/dist/web-components-library/z-registro-table-sticky-footer.entry.js +0 -15
- package/dist/web-components-library/z-registro-table.entry.js +0 -78
- package/dist/web-components-library/z-select.entry.js +0 -281
- package/dist/web-components-library/z-status-tag.entry.js +0 -25
- package/dist/web-components-library/z-stepper-item.entry.js +0 -18
- package/dist/web-components-library/z-stepper.entry.js +0 -15
- package/dist/web-components-library/z-toggle-button.entry.js +0 -32
- package/dist/web-components-library/z-typography.entry.js +0 -25
- package/dist/web-components-library/z-user-dropdown.entry.js +0 -91
- package/www/build/_commonjsHelpers-cb1cd7bb.js +0 -44
- package/www/build/app-globals-0f993ce5.js +0 -3
- package/www/build/css-shim-003e9264.js +0 -4
- package/www/build/dom-1b195079.js +0 -73
- package/www/build/icons-9a191d79.js +0 -475
- package/www/build/index-44936066.js +0 -2832
- package/www/build/index-8067f807.js +0 -64
- package/www/build/shadow-css-c1ad5fdc.js +0 -383
- package/www/build/z-alert.entry.js +0 -15
- package/www/build/z-app-switcher.entry.js +0 -25
- package/www/build/z-app-topbar.entry.js +0 -37
- package/www/build/z-avatar.entry.js +0 -39
- package/www/build/z-body.entry.js +0 -13
- package/www/build/z-button-filter.entry.js +0 -45
- package/www/build/z-button-sort.entry.js +0 -50
- package/www/build/z-button.entry.js +0 -35
- package/www/build/z-card.entry.js +0 -54
- package/www/build/z-chip.entry.js +0 -20
- package/www/build/z-combobox.entry.js +0 -166
- package/www/build/z-contextual-menu.entry.js +0 -36
- package/www/build/z-divider.entry.js +0 -22
- package/www/build/z-footer-link.entry.js +0 -15
- package/www/build/z-footer-section.entry.js +0 -19
- package/www/build/z-footer-social.entry.js +0 -15
- package/www/build/z-footer.entry.js +0 -98
- package/www/build/z-ghost-loading.entry.js +0 -15
- package/www/build/z-heading.entry.js +0 -13
- package/www/build/z-icon-package.entry.js +0 -19
- package/www/build/z-icon.entry.js +0 -24
- package/www/build/z-info-box.entry.js +0 -21
- package/www/build/z-input-label.entry.js +0 -17
- package/www/build/z-input-message.entry.js +0 -20
- package/www/build/z-input.entry.js +0 -264
- package/www/build/z-link.entry.js +0 -67
- package/www/build/z-list-element.entry.js +0 -150
- package/www/build/z-list-group.entry.js +0 -50
- package/www/build/z-list.entry.js +0 -30
- package/www/build/z-logo.entry.js +0 -24
- package/www/build/z-menu-dropdown.entry.js +0 -56
- package/www/build/z-menu-section.entry.js +0 -42
- package/www/build/z-menu.entry.js +0 -106
- package/www/build/z-modal.entry.js +0 -32
- package/www/build/z-myz-card-alert.entry.js +0 -59
- package/www/build/z-myz-card-body.entry.js +0 -15
- package/www/build/z-myz-card-cover.entry.js +0 -18
- package/www/build/z-myz-card-footer.entry.js +0 -48
- package/www/build/z-myz-card-header.entry.js +0 -34
- package/www/build/z-myz-card-icon.entry.js +0 -17
- package/www/build/z-myz-card-list.entry.js +0 -33
- package/www/build/z-myz-card.entry.js +0 -37
- package/www/build/z-myz-list-item.entry.js +0 -33
- package/www/build/z-myz-list.entry.js +0 -31
- package/www/build/z-notification.entry.js +0 -38
- package/www/build/z-pagination-bar.entry.js +0 -126
- package/www/build/z-pagination-page.entry.js +0 -21
- package/www/build/z-panel-elem.entry.js +0 -26
- package/www/build/z-pocket-body.entry.js +0 -23
- package/www/build/z-pocket-header.entry.js +0 -36
- package/www/build/z-pocket.entry.js +0 -68
- package/www/build/z-popover.entry.js +0 -124
- package/www/build/z-registro-table-body.entry.js +0 -20
- package/www/build/z-registro-table-cell.entry.js +0 -30
- package/www/build/z-registro-table-empty-box.entry.js +0 -24
- package/www/build/z-registro-table-expanded-row.entry.js +0 -15
- package/www/build/z-registro-table-head.entry.js +0 -19
- package/www/build/z-registro-table-header-row.entry.js +0 -18
- package/www/build/z-registro-table-header.entry.js +0 -80
- package/www/build/z-registro-table-row.entry.js +0 -39
- package/www/build/z-registro-table-sticky-footer.entry.js +0 -15
- package/www/build/z-registro-table.entry.js +0 -78
- package/www/build/z-select.entry.js +0 -281
- package/www/build/z-status-tag.entry.js +0 -25
- package/www/build/z-stepper-item.entry.js +0 -18
- package/www/build/z-stepper.entry.js +0 -15
- package/www/build/z-toggle-button.entry.js +0 -32
- package/www/build/z-tooltip.entry.js +0 -270
- package/www/build/z-typography.entry.js +0 -25
- package/www/build/z-user-dropdown.entry.js +0 -91
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
import { Component, Prop, h, Element } from "@stencil/core";
|
|
2
|
+
import classNames from "classnames";
|
|
3
|
+
import { ButtonVariantEnum, ButtonTypeEnum, ButtonSizeEnum, } from "../../../beans";
|
|
4
|
+
/**
|
|
5
|
+
* @slot - button label
|
|
6
|
+
*/
|
|
7
|
+
export class ZButton {
|
|
8
|
+
constructor() {
|
|
9
|
+
/** HTML button disabled attribute. */
|
|
10
|
+
this.disabled = false;
|
|
11
|
+
/** HTML button type attribute. */
|
|
12
|
+
this.type = ButtonTypeEnum.button;
|
|
13
|
+
/** Graphical variant: `primary`, `secondary`, `tertiary`, `dark-bg`. Defaults to `primary`. */
|
|
14
|
+
this.variant = ButtonVariantEnum.primary;
|
|
15
|
+
/** Available sizes: `big`, `small` and `x-small`. Defaults to `big`. */
|
|
16
|
+
this.size = ButtonSizeEnum.big;
|
|
17
|
+
/** Reduce button size (deprecated).
|
|
18
|
+
*
|
|
19
|
+
* @deprecated Use `size` prop.
|
|
20
|
+
* */
|
|
21
|
+
this.issmall = false;
|
|
22
|
+
/** Spy to render square button. */
|
|
23
|
+
this.square = false;
|
|
24
|
+
}
|
|
25
|
+
render() {
|
|
26
|
+
this.hostElement.style.pointerEvents = this.disabled ? "none" : "auto";
|
|
27
|
+
return (h("slot", { name: "element" },
|
|
28
|
+
h("button", { id: this.htmlid, name: this.name, type: this.type, disabled: this.disabled, class: classNames(this.variant, this.size, { issmall: this.issmall }, { square: this.square }) },
|
|
29
|
+
this.icon && h("z-icon", { name: this.icon, width: 16, height: 16 }),
|
|
30
|
+
h("slot", null))));
|
|
31
|
+
}
|
|
32
|
+
static get is() { return "z-button"; }
|
|
33
|
+
static get encapsulation() { return "shadow"; }
|
|
34
|
+
static get originalStyleUrls() { return {
|
|
35
|
+
"$": ["styles.css"]
|
|
36
|
+
}; }
|
|
37
|
+
static get styleUrls() { return {
|
|
38
|
+
"$": ["styles.css"]
|
|
39
|
+
}; }
|
|
40
|
+
static get properties() { return {
|
|
41
|
+
"htmlid": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"mutable": false,
|
|
44
|
+
"complexType": {
|
|
45
|
+
"original": "string",
|
|
46
|
+
"resolved": "string",
|
|
47
|
+
"references": {}
|
|
48
|
+
},
|
|
49
|
+
"required": false,
|
|
50
|
+
"optional": true,
|
|
51
|
+
"docs": {
|
|
52
|
+
"tags": [],
|
|
53
|
+
"text": "Identifier, should be unique."
|
|
54
|
+
},
|
|
55
|
+
"attribute": "htmlid",
|
|
56
|
+
"reflect": false
|
|
57
|
+
},
|
|
58
|
+
"name": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"mutable": false,
|
|
61
|
+
"complexType": {
|
|
62
|
+
"original": "string",
|
|
63
|
+
"resolved": "string",
|
|
64
|
+
"references": {}
|
|
65
|
+
},
|
|
66
|
+
"required": false,
|
|
67
|
+
"optional": true,
|
|
68
|
+
"docs": {
|
|
69
|
+
"tags": [],
|
|
70
|
+
"text": "HTML button name attribute."
|
|
71
|
+
},
|
|
72
|
+
"attribute": "name",
|
|
73
|
+
"reflect": false
|
|
74
|
+
},
|
|
75
|
+
"disabled": {
|
|
76
|
+
"type": "boolean",
|
|
77
|
+
"mutable": false,
|
|
78
|
+
"complexType": {
|
|
79
|
+
"original": "boolean",
|
|
80
|
+
"resolved": "boolean",
|
|
81
|
+
"references": {}
|
|
82
|
+
},
|
|
83
|
+
"required": false,
|
|
84
|
+
"optional": true,
|
|
85
|
+
"docs": {
|
|
86
|
+
"tags": [],
|
|
87
|
+
"text": "HTML button disabled attribute."
|
|
88
|
+
},
|
|
89
|
+
"attribute": "disabled",
|
|
90
|
+
"reflect": true,
|
|
91
|
+
"defaultValue": "false"
|
|
92
|
+
},
|
|
93
|
+
"type": {
|
|
94
|
+
"type": "string",
|
|
95
|
+
"mutable": false,
|
|
96
|
+
"complexType": {
|
|
97
|
+
"original": "HTMLButtonElement[\"type\"]",
|
|
98
|
+
"resolved": "string",
|
|
99
|
+
"references": {
|
|
100
|
+
"HTMLButtonElement": {
|
|
101
|
+
"location": "global"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"required": false,
|
|
106
|
+
"optional": true,
|
|
107
|
+
"docs": {
|
|
108
|
+
"tags": [],
|
|
109
|
+
"text": "HTML button type attribute."
|
|
110
|
+
},
|
|
111
|
+
"attribute": "type",
|
|
112
|
+
"reflect": false,
|
|
113
|
+
"defaultValue": "ButtonTypeEnum.button"
|
|
114
|
+
},
|
|
115
|
+
"variant": {
|
|
116
|
+
"type": "string",
|
|
117
|
+
"mutable": false,
|
|
118
|
+
"complexType": {
|
|
119
|
+
"original": "ButtonVariantBean",
|
|
120
|
+
"resolved": "ButtonVariantEnum.primary | ButtonVariantEnum.secondary | ButtonVariantEnum.tertiary | typeof ButtonVariantEnum[\"dark-bg\"]",
|
|
121
|
+
"references": {
|
|
122
|
+
"ButtonVariantBean": {
|
|
123
|
+
"location": "import",
|
|
124
|
+
"path": "../../../beans"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"required": false,
|
|
129
|
+
"optional": true,
|
|
130
|
+
"docs": {
|
|
131
|
+
"tags": [],
|
|
132
|
+
"text": "Graphical variant: `primary`, `secondary`, `tertiary`, `dark-bg`. Defaults to `primary`."
|
|
133
|
+
},
|
|
134
|
+
"attribute": "variant",
|
|
135
|
+
"reflect": true,
|
|
136
|
+
"defaultValue": "ButtonVariantEnum.primary"
|
|
137
|
+
},
|
|
138
|
+
"icon": {
|
|
139
|
+
"type": "string",
|
|
140
|
+
"mutable": false,
|
|
141
|
+
"complexType": {
|
|
142
|
+
"original": "string",
|
|
143
|
+
"resolved": "string",
|
|
144
|
+
"references": {}
|
|
145
|
+
},
|
|
146
|
+
"required": false,
|
|
147
|
+
"optional": true,
|
|
148
|
+
"docs": {
|
|
149
|
+
"tags": [],
|
|
150
|
+
"text": "`z-icon` name to use (optional)."
|
|
151
|
+
},
|
|
152
|
+
"attribute": "icon",
|
|
153
|
+
"reflect": false
|
|
154
|
+
},
|
|
155
|
+
"size": {
|
|
156
|
+
"type": "string",
|
|
157
|
+
"mutable": false,
|
|
158
|
+
"complexType": {
|
|
159
|
+
"original": "ButtonSizeEnum",
|
|
160
|
+
"resolved": "ButtonSizeEnum.big | ButtonSizeEnum.small | typeof ButtonSizeEnum[\"x-small\"]",
|
|
161
|
+
"references": {
|
|
162
|
+
"ButtonSizeEnum": {
|
|
163
|
+
"location": "import",
|
|
164
|
+
"path": "../../../beans"
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"required": false,
|
|
169
|
+
"optional": true,
|
|
170
|
+
"docs": {
|
|
171
|
+
"tags": [],
|
|
172
|
+
"text": "Available sizes: `big`, `small` and `x-small`. Defaults to `big`."
|
|
173
|
+
},
|
|
174
|
+
"attribute": "size",
|
|
175
|
+
"reflect": true,
|
|
176
|
+
"defaultValue": "ButtonSizeEnum.big"
|
|
177
|
+
},
|
|
178
|
+
"issmall": {
|
|
179
|
+
"type": "boolean",
|
|
180
|
+
"mutable": false,
|
|
181
|
+
"complexType": {
|
|
182
|
+
"original": "boolean",
|
|
183
|
+
"resolved": "boolean",
|
|
184
|
+
"references": {}
|
|
185
|
+
},
|
|
186
|
+
"required": false,
|
|
187
|
+
"optional": true,
|
|
188
|
+
"docs": {
|
|
189
|
+
"tags": [{
|
|
190
|
+
"text": "Use `size` prop.",
|
|
191
|
+
"name": "deprecated"
|
|
192
|
+
}],
|
|
193
|
+
"text": "Reduce button size (deprecated)."
|
|
194
|
+
},
|
|
195
|
+
"attribute": "issmall",
|
|
196
|
+
"reflect": true,
|
|
197
|
+
"defaultValue": "false"
|
|
198
|
+
},
|
|
199
|
+
"square": {
|
|
200
|
+
"type": "boolean",
|
|
201
|
+
"mutable": false,
|
|
202
|
+
"complexType": {
|
|
203
|
+
"original": "boolean",
|
|
204
|
+
"resolved": "boolean",
|
|
205
|
+
"references": {}
|
|
206
|
+
},
|
|
207
|
+
"required": false,
|
|
208
|
+
"optional": true,
|
|
209
|
+
"docs": {
|
|
210
|
+
"tags": [],
|
|
211
|
+
"text": "Spy to render square button."
|
|
212
|
+
},
|
|
213
|
+
"attribute": "square",
|
|
214
|
+
"reflect": true,
|
|
215
|
+
"defaultValue": "false"
|
|
216
|
+
}
|
|
217
|
+
}; }
|
|
218
|
+
static get elementRef() { return "hostElement"; }
|
|
219
|
+
}
|
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
display: inline-block;
|
|
3
|
+
|
|
4
|
+
--z-icon-width: 16px;
|
|
5
|
+
--z-icon-height: 16px;
|
|
6
|
+
--z-icon-right-margin: var(--space-unit);
|
|
7
|
+
--rgb-white: 240, 240, 240
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
button:disabled,
|
|
11
|
+
::slotted(button:disabled) {
|
|
12
|
+
pointer-events: none;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
button,
|
|
16
|
+
::slotted(button),
|
|
17
|
+
::slotted(a) {
|
|
18
|
+
box-sizing: border-box;
|
|
19
|
+
display: inline-flex;
|
|
20
|
+
flex-direction: row;
|
|
21
|
+
align-items: center;
|
|
22
|
+
justify-content: center;
|
|
23
|
+
width: 100%;
|
|
24
|
+
font-family: var(--dashboard-font);
|
|
25
|
+
font-weight: var(--font-sb);
|
|
26
|
+
font-size: 14px;
|
|
27
|
+
line-height: 1;
|
|
28
|
+
letter-spacing: 0.3px;
|
|
29
|
+
border-width: var(--border-size-medium);
|
|
30
|
+
border-style: solid;
|
|
31
|
+
border-radius: var(--border-radius);
|
|
32
|
+
vertical-align: middle;
|
|
33
|
+
text-transform: uppercase;
|
|
34
|
+
text-decoration: none;
|
|
35
|
+
cursor: pointer;
|
|
36
|
+
white-space: nowrap;
|
|
37
|
+
outline: none;
|
|
38
|
+
fill: currentColor;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
button.big,
|
|
42
|
+
:host([size="big"]) ::slotted(button),
|
|
43
|
+
:host([size="big"]) ::slotted(a) {
|
|
44
|
+
height: 44px;
|
|
45
|
+
min-width: 44px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
button.small,
|
|
49
|
+
:host([size="small"]) ::slotted(button),
|
|
50
|
+
:host([size="small"]) ::slotted(a) {
|
|
51
|
+
height: 36px;
|
|
52
|
+
min-width: 36px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
button.issmall,
|
|
56
|
+
:host([issmall]) ::slotted(button),
|
|
57
|
+
:host([issmall]) ::slotted(a) {
|
|
58
|
+
height: 36px;
|
|
59
|
+
min-width: 36px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
button.x-small,
|
|
63
|
+
:host([size="x-small"]) ::slotted(button),
|
|
64
|
+
:host([size="x-small"]) ::slotted(a) {
|
|
65
|
+
height: 32px;
|
|
66
|
+
min-width: 32px;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
button:not(.square),
|
|
70
|
+
:host(:not([square])) ::slotted(button),
|
|
71
|
+
:host(:not([square])) ::slotted(a) {
|
|
72
|
+
min-width: calc(var(--space-unit) * 8);
|
|
73
|
+
padding: 0 calc(var(--space-unit) * 2);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
button.square,
|
|
77
|
+
:host([square]) {
|
|
78
|
+
--z-icon-right-margin: 0;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
button.primary,
|
|
82
|
+
:host([variant="primary"]) ::slotted(button),
|
|
83
|
+
:host([variant="primary"]) ::slotted(a) {
|
|
84
|
+
background-color: var(--color-primary01);
|
|
85
|
+
border-color: var(--color-primary01);
|
|
86
|
+
color: var(--color-text-inverse);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@media (hover: hover) {
|
|
90
|
+
button.primary:hover,
|
|
91
|
+
:host([variant="primary"]) ::slotted(button:hover),
|
|
92
|
+
:host([variant="primary"]) ::slotted(a:hover) {
|
|
93
|
+
background-color: var(--color-hover-primary);
|
|
94
|
+
border-color: var(--color-hover-primary);
|
|
95
|
+
color: var(--color-text-inverse);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
button:focus:focus-visible,
|
|
100
|
+
::slotted(button:focus:focus-visible),
|
|
101
|
+
::slotted(a:focus:focus-visible) {
|
|
102
|
+
box-shadow: var(--shadow-focus-primary);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
button.primary:active,
|
|
106
|
+
:host([variant="primary"]) ::slotted(button:active),
|
|
107
|
+
:host([variant="primary"]) ::slotted(a:active) {
|
|
108
|
+
background-color: var(--color-pressed-primary);
|
|
109
|
+
border-color: var(--color-pressed-primary);
|
|
110
|
+
color: var(--color-text-inverse);
|
|
111
|
+
box-shadow: var(--shadow-2);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
button.primary:disabled,
|
|
115
|
+
:host([variant="primary"]) ::slotted(button:disabled) {
|
|
116
|
+
background-color: var(--color-disabled01);
|
|
117
|
+
border-color: var(--color-disabled01);
|
|
118
|
+
color: var(--color-disabled02);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
button.secondary,
|
|
122
|
+
:host([variant="secondary"]) ::slotted(button),
|
|
123
|
+
:host([variant="secondary"]) ::slotted(a) {
|
|
124
|
+
background-color: var(--color-surface01);
|
|
125
|
+
border-color: var(--color-primary01);
|
|
126
|
+
color: var(--color-primary01);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
@media (hover: hover) {
|
|
130
|
+
button.secondary:hover,
|
|
131
|
+
:host([variant="secondary"]) ::slotted(button:hover),
|
|
132
|
+
:host([variant="secondary"]) ::slotted(a:hover) {
|
|
133
|
+
background-color: var(--color-surface01);
|
|
134
|
+
border-color: var(--color-hover-primary);
|
|
135
|
+
color: var(--color-hover-primary);
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
button.secondary:active,
|
|
140
|
+
:host([variant="secondary"]) ::slotted(button:active),
|
|
141
|
+
:host([variant="secondary"]) ::slotted(a:active) {
|
|
142
|
+
background-color: var(--color-surface01);
|
|
143
|
+
border-color: var(--color-pressed-primary);
|
|
144
|
+
color: var(--color-pressed-primary);
|
|
145
|
+
box-shadow: var(--shadow-2);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
button.secondary:disabled,
|
|
149
|
+
:host([variant="secondary"]) ::slotted(button:disabled) {
|
|
150
|
+
background-color: var(--color-surface01);
|
|
151
|
+
border-color: var(--color-disabled01);
|
|
152
|
+
color: var(--color-disabled02);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
button.tertiary,
|
|
156
|
+
:host([variant="tertiary"]) ::slotted(button),
|
|
157
|
+
:host([variant="tertiary"]) ::slotted(a) {
|
|
158
|
+
background-color: transparent;
|
|
159
|
+
border-color: transparent;
|
|
160
|
+
color: var(--color-primary01);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
button.tertiary.hasContent {
|
|
164
|
+
padding: 0 var(--space-unit);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
@media (hover: hover) {
|
|
168
|
+
button.tertiary:hover,
|
|
169
|
+
:host([variant="tertiary"]) ::slotted(button:hover),
|
|
170
|
+
:host([variant="tertiary"]) ::slotted(a:hover) {
|
|
171
|
+
background-color: var(--color-primary03);
|
|
172
|
+
border-color: var(--color-primary03);
|
|
173
|
+
color: var(--color-hover-primary);
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
button.tertiary:focus:focus-visible,
|
|
178
|
+
:host([variant="tertiary"]) ::slotted(button:focus:focus-visible),
|
|
179
|
+
:host([variant="tertiary"]) ::slotted(a:focus:focus-visible) {
|
|
180
|
+
background-color: var(--color-surface01);
|
|
181
|
+
border-color: var(--color-surface01);
|
|
182
|
+
color: var(--color-primary01);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
button.tertiary:active,
|
|
186
|
+
:host([variant="tertiary"]) ::slotted(button:active),
|
|
187
|
+
:host([variant="tertiary"]) ::slotted(a:active) {
|
|
188
|
+
background-color: var(--color-surface01);
|
|
189
|
+
border-color: var(--color-surface01);
|
|
190
|
+
color: var(--color-primary01);
|
|
191
|
+
box-shadow: var(--shadow-2);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
button.tertiary:disabled,
|
|
195
|
+
:host([variant="tertiary"]) ::slotted(button:disabled) {
|
|
196
|
+
background-color: transparent;
|
|
197
|
+
border-color: transparent;
|
|
198
|
+
color: var(--color-disabled02);
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
button.dark-bg,
|
|
202
|
+
:host([variant="dark-bg"]) ::slotted(button),
|
|
203
|
+
:host([variant="dark-bg"]) ::slotted(a) {
|
|
204
|
+
background-color: rgba(var(--rgb-white), 0.2);
|
|
205
|
+
border-color: transparent;
|
|
206
|
+
color: var(--color-text04);
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
button.dark-bg.hasContent {
|
|
210
|
+
padding: 0 var(--space-unit);
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
@media (hover: hover) {
|
|
214
|
+
button.dark-bg:hover,
|
|
215
|
+
:host([variant="dark-bg"]) ::slotted(button:hover),
|
|
216
|
+
:host([variant="dark-bg"]) ::slotted(a:hover) {
|
|
217
|
+
background-color: rgba(var(--rgb-white), 0.1);
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
button.dark-bg:active,
|
|
222
|
+
:host([variant="dark-bg"]) ::slotted(button:active),
|
|
223
|
+
:host([variant="dark-bg"]) ::slotted(a:active) {
|
|
224
|
+
background-color: rgba(var(--rgb-white), 0.3);
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
button.dark-bg:disabled,
|
|
228
|
+
:host([variant="dark-bg"]) ::slotted(button:disabled) {
|
|
229
|
+
color: var(--color-disabled03);
|
|
230
|
+
background-color: rgba(var(--rgb-white), 0.05);
|
|
231
|
+
}
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import { Component, Prop, Event, h } from "@stencil/core";
|
|
2
|
+
export class ZButtonFilter {
|
|
3
|
+
constructor() {
|
|
4
|
+
/** disable action on button */
|
|
5
|
+
this.isfixed = false;
|
|
6
|
+
/** add icon to button */
|
|
7
|
+
this.hasicon = true;
|
|
8
|
+
/** reduce button size (optional) */
|
|
9
|
+
this.issmall = false;
|
|
10
|
+
this.handleRemovingFilterClick = this.handleRemovingFilterClick.bind(this);
|
|
11
|
+
}
|
|
12
|
+
handleRemovingFilterClick() {
|
|
13
|
+
this.removefilter.emit({
|
|
14
|
+
filterid: this.filterid,
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
renderFixedPillow(filtername) {
|
|
18
|
+
return (h("button", { class: `container ${this.issmall ? "small" : ""}` },
|
|
19
|
+
this.renderIcon(),
|
|
20
|
+
this.renderContent(filtername)));
|
|
21
|
+
}
|
|
22
|
+
renderDynamicPillow(filtername) {
|
|
23
|
+
return (h("button", { class: `container isactive ${this.issmall ? "small" : ""}`, onClick: this.handleRemovingFilterClick },
|
|
24
|
+
this.renderIcon(),
|
|
25
|
+
this.renderContent(filtername)));
|
|
26
|
+
}
|
|
27
|
+
renderIcon() {
|
|
28
|
+
if (!this.hasicon)
|
|
29
|
+
return null;
|
|
30
|
+
return (h("z-icon", { class: "close-icon-container", name: "multiply", height: 12, width: 12 }));
|
|
31
|
+
}
|
|
32
|
+
renderContent(filtername) {
|
|
33
|
+
return h("span", { class: "text-container" }, filtername);
|
|
34
|
+
}
|
|
35
|
+
render() {
|
|
36
|
+
if (this.isfixed) {
|
|
37
|
+
return this.renderFixedPillow(this.filtername);
|
|
38
|
+
}
|
|
39
|
+
return this.renderDynamicPillow(this.filtername);
|
|
40
|
+
}
|
|
41
|
+
static get is() { return "z-button-filter"; }
|
|
42
|
+
static get encapsulation() { return "shadow"; }
|
|
43
|
+
static get originalStyleUrls() { return {
|
|
44
|
+
"$": ["styles.css"]
|
|
45
|
+
}; }
|
|
46
|
+
static get styleUrls() { return {
|
|
47
|
+
"$": ["styles.css"]
|
|
48
|
+
}; }
|
|
49
|
+
static get properties() { return {
|
|
50
|
+
"filtername": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"mutable": false,
|
|
53
|
+
"complexType": {
|
|
54
|
+
"original": "string",
|
|
55
|
+
"resolved": "string",
|
|
56
|
+
"references": {}
|
|
57
|
+
},
|
|
58
|
+
"required": false,
|
|
59
|
+
"optional": false,
|
|
60
|
+
"docs": {
|
|
61
|
+
"tags": [],
|
|
62
|
+
"text": "filter text content"
|
|
63
|
+
},
|
|
64
|
+
"attribute": "filtername",
|
|
65
|
+
"reflect": false
|
|
66
|
+
},
|
|
67
|
+
"isfixed": {
|
|
68
|
+
"type": "boolean",
|
|
69
|
+
"mutable": false,
|
|
70
|
+
"complexType": {
|
|
71
|
+
"original": "boolean",
|
|
72
|
+
"resolved": "boolean",
|
|
73
|
+
"references": {}
|
|
74
|
+
},
|
|
75
|
+
"required": false,
|
|
76
|
+
"optional": false,
|
|
77
|
+
"docs": {
|
|
78
|
+
"tags": [],
|
|
79
|
+
"text": "disable action on button"
|
|
80
|
+
},
|
|
81
|
+
"attribute": "isfixed",
|
|
82
|
+
"reflect": false,
|
|
83
|
+
"defaultValue": "false"
|
|
84
|
+
},
|
|
85
|
+
"hasicon": {
|
|
86
|
+
"type": "boolean",
|
|
87
|
+
"mutable": false,
|
|
88
|
+
"complexType": {
|
|
89
|
+
"original": "boolean",
|
|
90
|
+
"resolved": "boolean",
|
|
91
|
+
"references": {}
|
|
92
|
+
},
|
|
93
|
+
"required": false,
|
|
94
|
+
"optional": false,
|
|
95
|
+
"docs": {
|
|
96
|
+
"tags": [],
|
|
97
|
+
"text": "add icon to button"
|
|
98
|
+
},
|
|
99
|
+
"attribute": "hasicon",
|
|
100
|
+
"reflect": false,
|
|
101
|
+
"defaultValue": "true"
|
|
102
|
+
},
|
|
103
|
+
"filterid": {
|
|
104
|
+
"type": "string",
|
|
105
|
+
"mutable": false,
|
|
106
|
+
"complexType": {
|
|
107
|
+
"original": "string",
|
|
108
|
+
"resolved": "string",
|
|
109
|
+
"references": {}
|
|
110
|
+
},
|
|
111
|
+
"required": false,
|
|
112
|
+
"optional": false,
|
|
113
|
+
"docs": {
|
|
114
|
+
"tags": [],
|
|
115
|
+
"text": "filter id"
|
|
116
|
+
},
|
|
117
|
+
"attribute": "filterid",
|
|
118
|
+
"reflect": false
|
|
119
|
+
},
|
|
120
|
+
"issmall": {
|
|
121
|
+
"type": "boolean",
|
|
122
|
+
"mutable": false,
|
|
123
|
+
"complexType": {
|
|
124
|
+
"original": "boolean",
|
|
125
|
+
"resolved": "boolean",
|
|
126
|
+
"references": {}
|
|
127
|
+
},
|
|
128
|
+
"required": false,
|
|
129
|
+
"optional": true,
|
|
130
|
+
"docs": {
|
|
131
|
+
"tags": [],
|
|
132
|
+
"text": "reduce button size (optional)"
|
|
133
|
+
},
|
|
134
|
+
"attribute": "issmall",
|
|
135
|
+
"reflect": false,
|
|
136
|
+
"defaultValue": "false"
|
|
137
|
+
}
|
|
138
|
+
}; }
|
|
139
|
+
static get events() { return [{
|
|
140
|
+
"method": "removefilter",
|
|
141
|
+
"name": "removefilter",
|
|
142
|
+
"bubbles": true,
|
|
143
|
+
"cancelable": true,
|
|
144
|
+
"composed": true,
|
|
145
|
+
"docs": {
|
|
146
|
+
"tags": [],
|
|
147
|
+
"text": "remove filter click event, returns filterid"
|
|
148
|
+
},
|
|
149
|
+
"complexType": {
|
|
150
|
+
"original": "any",
|
|
151
|
+
"resolved": "any",
|
|
152
|
+
"references": {}
|
|
153
|
+
}
|
|
154
|
+
}]; }
|
|
155
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
button.container {
|
|
2
|
+
min-height: 32px;
|
|
3
|
+
line-height: 32px;
|
|
4
|
+
|
|
5
|
+
border: var(--border-size-small) solid var(--bg-grey-200);
|
|
6
|
+
border-radius: 16px;
|
|
7
|
+
|
|
8
|
+
box-shadow: 0px 2px 5px 0px var(--bg-neutral-300);
|
|
9
|
+
-webkit-box-shadow: 0px 2px 5px 0px var(--bg-neutral-300);
|
|
10
|
+
-moz-box-shadow: 0px 2px 5px 0px var(--bg-neutral-300);
|
|
11
|
+
|
|
12
|
+
text-align: center;
|
|
13
|
+
|
|
14
|
+
padding: 0 calc(var(--space-unit) * 2);
|
|
15
|
+
|
|
16
|
+
cursor: pointer;
|
|
17
|
+
|
|
18
|
+
letter-spacing: 0.17px;
|
|
19
|
+
font-family: var(--dashboard-font);
|
|
20
|
+
font-size: 12px;
|
|
21
|
+
font-weight: var(--font-sb);
|
|
22
|
+
|
|
23
|
+
opacity: 1;
|
|
24
|
+
|
|
25
|
+
transition: all 200ms linear;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
button.container.small {
|
|
29
|
+
min-height: 24px;
|
|
30
|
+
line-height: 24px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
button.container:focus {
|
|
34
|
+
outline: 0;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
button.container::-moz-focus-inner {
|
|
38
|
+
border: 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.text-container {
|
|
42
|
+
margin-left: 4px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
button.container,
|
|
46
|
+
button.container:focus,
|
|
47
|
+
button.container:hover {
|
|
48
|
+
background-color: var(--bg-white);
|
|
49
|
+
color: var(--text-grey-700);
|
|
50
|
+
fill: var(--text-grey-700);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
button.container.isactive {
|
|
54
|
+
background-color: var(--bg-white);
|
|
55
|
+
color: var(--myz-blue);
|
|
56
|
+
fill: var(--myz-blue);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
button.container.isactive:hover {
|
|
60
|
+
color: var(--myz-blue-dark);
|
|
61
|
+
fill: var(--myz-blue-dark);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
button.container.isactive:focus {
|
|
65
|
+
background-color: var(--myz-blue-dark);
|
|
66
|
+
border-color: var(--myz-blue-dark);
|
|
67
|
+
box-shadow: 0px 0px 4px 0px var(--text-grey-800);
|
|
68
|
+
color: var(--bg-white);
|
|
69
|
+
fill: var(--bg-white);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
button z-icon {
|
|
73
|
+
display: inline-block;
|
|
74
|
+
}
|