@zanichelli/albe-web-components 7.4.3 → 7.6.0-RC1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/cjs/{index-b7c319f2.js → index-10e0d8b7.js} +6 -0
- package/dist/cjs/index-e3299e0a.js +8 -4
- package/dist/cjs/index.cjs.js +8 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{utils-938e5834.js → utils-3b4947cd.js} +1 -1
- package/dist/cjs/{utils-38f8555a.js → utils-dd90aed2.js} +1 -1
- package/dist/cjs/web-components-library.cjs.js +1 -1
- package/dist/cjs/z-anchor-navigation.cjs.entry.js +1 -1
- package/dist/cjs/z-app-header_11.cjs.entry.js +2 -2
- package/dist/cjs/z-aria-alert.cjs.entry.js +1 -1
- package/dist/cjs/z-avatar.cjs.entry.js +1 -1
- package/dist/cjs/z-book-card.cjs.entry.js +115 -0
- package/dist/cjs/z-breadcrumb.cjs.entry.js +2 -2
- package/dist/cjs/z-card.cjs.entry.js +5 -18
- package/dist/cjs/z-carousel.cjs.entry.js +1 -1
- package/dist/cjs/z-chip.cjs.entry.js +2 -2
- package/dist/cjs/z-combobox.cjs.entry.js +2 -2
- package/dist/cjs/z-contextual-menu.cjs.entry.js +5 -5
- package/dist/cjs/z-cover-hero.cjs.entry.js +1 -1
- package/dist/cjs/z-date-picker.cjs.entry.js +2 -2
- package/dist/cjs/z-dragdrop-area_2.cjs.entry.js +3 -3
- package/dist/cjs/z-file-upload.cjs.entry.js +2 -2
- package/dist/cjs/z-file.cjs.entry.js +1 -1
- package/dist/cjs/z-info-reveal.cjs.entry.js +1 -1
- package/dist/cjs/z-messages-pocket.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-alert.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-footer.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-info.cjs.entry.js +2 -2
- package/dist/cjs/z-myz-card_4.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-list-item.cjs.entry.js +2 -2
- package/dist/cjs/z-navigation-tab-link.cjs.entry.js +1 -1
- package/dist/cjs/z-navigation-tab.cjs.entry.js +1 -1
- package/dist/cjs/z-navigation-tabs.cjs.entry.js +1 -1
- package/dist/cjs/z-otp.cjs.entry.js +1 -1
- package/dist/cjs/z-pagination.cjs.entry.js +1 -1
- package/dist/cjs/z-pocket_3.cjs.entry.js +2 -2
- package/dist/cjs/z-popover.cjs.entry.js +1 -1
- package/dist/cjs/z-range-picker.cjs.entry.js +2 -2
- package/dist/cjs/z-section-title.cjs.entry.js +1 -1
- package/dist/cjs/z-select.cjs.entry.js +2 -2
- package/dist/cjs/z-skip-to-content.cjs.entry.js +2 -2
- package/dist/cjs/z-slideshow.cjs.entry.js +2 -2
- package/dist/cjs/z-table-cell.cjs.entry.js +1 -1
- package/dist/cjs/z-table-header.cjs.entry.js +2 -2
- package/dist/cjs/z-table-row.cjs.entry.js +1 -1
- package/dist/cjs/z-table.cjs.entry.js +1 -1
- package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -1
- package/dist/cjs/z-toast-notification.cjs.entry.js +1 -1
- package/dist/cjs/z-toggle-switch.cjs.entry.js +2 -2
- package/dist/cjs/z-tooltip.cjs.entry.js +3 -3
- package/dist/collection/beans/index.js +6 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/modal/z-modal/index.js +1 -1
- package/dist/collection/components/modal/z-modal/styles.css +5 -10
- package/dist/collection/components/notification/z-tooltip/index.js +2 -2
- package/dist/collection/components/z-book-card/index.js +308 -0
- package/dist/collection/components/z-book-card/styles.css +337 -0
- package/dist/collection/components/z-card/index.js +10 -48
- package/dist/collection/components/z-card/styles.css +26 -19
- package/dist/collection/components/z-contextual-menu/index.js +4 -4
- package/dist/esm/index-a2ca4b97.js +8 -4
- package/dist/esm/{index-7e4df1be.js → index-c53ca6bc.js} +7 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{utils-af924ea4.js → utils-412ebe25.js} +1 -1
- package/dist/esm/{utils-825aed23.js → utils-4db4ed1f.js} +1 -1
- package/dist/esm/web-components-library.js +1 -1
- package/dist/esm/z-anchor-navigation.entry.js +1 -1
- package/dist/esm/z-app-header_11.entry.js +2 -2
- package/dist/esm/z-aria-alert.entry.js +1 -1
- package/dist/esm/z-avatar.entry.js +1 -1
- package/dist/esm/z-book-card.entry.js +111 -0
- package/dist/esm/z-breadcrumb.entry.js +2 -2
- package/dist/esm/z-card.entry.js +6 -19
- package/dist/esm/z-carousel.entry.js +1 -1
- package/dist/esm/z-chip.entry.js +2 -2
- package/dist/esm/z-combobox.entry.js +2 -2
- package/dist/esm/z-contextual-menu.entry.js +5 -5
- package/dist/esm/z-cover-hero.entry.js +1 -1
- package/dist/esm/z-date-picker.entry.js +2 -2
- package/dist/esm/z-dragdrop-area_2.entry.js +3 -3
- package/dist/esm/z-file-upload.entry.js +2 -2
- package/dist/esm/z-file.entry.js +1 -1
- package/dist/esm/z-info-reveal.entry.js +1 -1
- package/dist/esm/z-messages-pocket.entry.js +1 -1
- package/dist/esm/z-myz-card-alert.entry.js +1 -1
- package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
- package/dist/esm/z-myz-card-footer.entry.js +1 -1
- package/dist/esm/z-myz-card-info.entry.js +2 -2
- package/dist/esm/z-myz-card_4.entry.js +1 -1
- package/dist/esm/z-myz-list-item.entry.js +2 -2
- package/dist/esm/z-navigation-tab-link.entry.js +1 -1
- package/dist/esm/z-navigation-tab.entry.js +1 -1
- package/dist/esm/z-navigation-tabs.entry.js +1 -1
- package/dist/esm/z-otp.entry.js +1 -1
- package/dist/esm/z-pagination.entry.js +1 -1
- package/dist/esm/z-pocket_3.entry.js +2 -2
- package/dist/esm/z-popover.entry.js +1 -1
- package/dist/esm/z-range-picker.entry.js +2 -2
- package/dist/esm/z-section-title.entry.js +1 -1
- package/dist/esm/z-select.entry.js +2 -2
- package/dist/esm/z-skip-to-content.entry.js +2 -2
- package/dist/esm/z-slideshow.entry.js +2 -2
- package/dist/esm/z-table-cell.entry.js +1 -1
- package/dist/esm/z-table-header.entry.js +2 -2
- package/dist/esm/z-table-row.entry.js +1 -1
- package/dist/esm/z-table.entry.js +1 -1
- package/dist/esm/z-toast-notification-list.entry.js +1 -1
- package/dist/esm/z-toast-notification.entry.js +1 -1
- package/dist/esm/z-toggle-switch.entry.js +2 -2
- package/dist/esm/z-tooltip.entry.js +3 -3
- package/dist/types/beans/index.d.ts +5 -0
- package/dist/types/components/buttons/z-button/index.d.ts +0 -0
- package/dist/types/components/buttons/z-button-sort/index.d.ts +0 -0
- package/dist/types/components/buttons/z-chip/index.d.ts +0 -0
- package/dist/types/components/buttons/z-toggle-button/index.d.ts +0 -0
- package/dist/types/components/buttons/z-toggle-switch/index.d.ts +0 -0
- package/dist/types/components/date-picker/utils.d.ts +0 -0
- package/dist/types/components/date-picker/z-date-picker/index.d.ts +0 -0
- package/dist/types/components/date-picker/z-range-picker/index.d.ts +0 -0
- package/dist/types/components/file-upload/z-dragdrop-area/index.d.ts +0 -0
- package/dist/types/components/file-upload/z-file/index.d.ts +0 -0
- package/dist/types/components/file-upload/z-file-upload/index.d.ts +0 -0
- package/dist/types/components/icons/icons.d.ts +0 -0
- package/dist/types/components/icons/z-icon/index.d.ts +0 -0
- package/dist/types/components/index.d.ts +0 -0
- package/dist/types/components/indicators/z-stepper/index.d.ts +0 -0
- package/dist/types/components/indicators/z-stepper-item/index.d.ts +0 -0
- package/dist/types/components/inputs/z-combobox/index.d.ts +0 -0
- package/dist/types/components/inputs/z-input/index.d.ts +0 -0
- package/dist/types/components/inputs/z-input-message/index.d.ts +0 -0
- package/dist/types/components/inputs/z-searchbar/index.d.ts +0 -0
- package/dist/types/components/inputs/z-select/index.d.ts +0 -0
- package/dist/types/components/list/z-list/index.d.ts +0 -0
- package/dist/types/components/list/z-list-element/index.d.ts +0 -0
- package/dist/types/components/list/z-list-group/index.d.ts +0 -0
- package/dist/types/components/list/z-toast-notification-list/index.d.ts +0 -0
- package/dist/types/components/logo/z-logo/index.d.ts +0 -0
- package/dist/types/components/modal/z-modal/index.d.ts +0 -0
- package/dist/types/components/navigation/tabs/z-navigation-tab/index.d.ts +0 -0
- package/dist/types/components/navigation/tabs/z-navigation-tab-link/index.d.ts +0 -0
- package/dist/types/components/navigation/tabs/z-navigation-tabs/index.d.ts +0 -0
- package/dist/types/components/navigation/z-app-header/index.d.ts +0 -0
- package/dist/types/components/navigation/z-link/index.d.ts +0 -0
- package/dist/types/components/navigation/z-menu/index.d.ts +0 -0
- package/dist/types/components/navigation/z-menu-section/index.d.ts +0 -0
- package/dist/types/components/notification/z-info-box/index.d.ts +0 -0
- package/dist/types/components/notification/z-notification/index.d.ts +0 -0
- package/dist/types/components/notification/z-toast-notification/index.d.ts +0 -0
- package/dist/types/components/notification/z-tooltip/index.d.ts +1 -1
- package/dist/types/components/panel/z-panel-elem/index.d.ts +0 -0
- package/dist/types/components/z-anchor-navigation/index.d.ts +0 -0
- package/dist/types/components/z-aria-alert/index.d.ts +0 -0
- package/dist/types/components/z-avatar/index.d.ts +0 -0
- package/dist/types/components/z-book-card/index.d.ts +75 -0
- package/dist/types/components/z-card/index.d.ts +4 -10
- package/dist/types/components/z-carousel/index.d.ts +0 -0
- package/dist/types/components/z-contextual-menu/index.d.ts +1 -1
- package/dist/types/components/z-cover-hero/index.d.ts +0 -0
- package/dist/types/components/z-divider/index.d.ts +0 -0
- package/dist/types/components/z-ghost-loading/index.d.ts +0 -0
- package/dist/types/components/z-info-reveal/index.d.ts +0 -0
- package/dist/types/components/z-offcanvas/index.d.ts +0 -0
- package/dist/types/components/z-pagination/index.d.ts +0 -0
- package/dist/types/components/z-popover/index.d.ts +0 -0
- package/dist/types/components/z-section-title/index.d.ts +0 -0
- package/dist/types/components/z-skip-to-content/index.d.ts +0 -0
- package/dist/types/components/z-table/z-table/index.d.ts +0 -0
- package/dist/types/components/z-table/z-table-body/index.d.ts +0 -0
- package/dist/types/components/z-table/z-table-cell/index.d.ts +0 -0
- package/dist/types/components/z-table/z-table-empty-box/index.d.ts +0 -0
- package/dist/types/components/z-table/z-table-expanded-row/index.d.ts +0 -0
- package/dist/types/components/z-table/z-table-footer/index.d.ts +0 -0
- package/dist/types/components/z-table/z-table-head/index.d.ts +0 -0
- package/dist/types/components/z-table/z-table-header/index.d.ts +0 -0
- package/dist/types/components/z-table/z-table-header-row/index.d.ts +0 -0
- package/dist/types/components/z-table/z-table-row/index.d.ts +0 -0
- package/dist/types/components/z-table/z-table-sticky-footer/index.d.ts +0 -0
- package/dist/types/components/z-tag/index.d.ts +0 -0
- package/dist/types/components/z-visually-hidden/index.d.ts +0 -0
- package/dist/types/components.d.ts +90 -13
- package/dist/types/constants/breakpoints.d.ts +0 -0
- package/dist/types/constants/icons.d.ts +0 -0
- package/dist/types/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/card/z-myz-card/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/card/z-myz-card-alert/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/card/z-myz-card-body/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/card/z-myz-card-cover/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/card/z-myz-card-dictionary/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/card/z-myz-card-footer/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/card/z-myz-card-footer-sections/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/card/z-myz-card-header/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/card/z-myz-card-icon/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/card/z-myz-card-info/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/card/z-myz-card-list/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/list/z-myz-list/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/list/z-myz-list-item/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/pocket/z-messages-pocket/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/pocket/z-pocket/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/pocket/z-pocket-body/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/pocket/z-pocket-header/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/pocket/z-pocket-message/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/z-alert/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/z-otp/index.d.ts +0 -0
- package/dist/types/snowflakes/myz/z-slideshow/index.d.ts +0 -0
- package/dist/types/stencil-public-runtime.d.ts +0 -0
- package/dist/types/utils/utils.d.ts +0 -0
- package/dist/web-components-library/index.esm.js +1 -1
- package/dist/web-components-library/{p-4610db36.entry.js → p-03ee7c14.entry.js} +1 -1
- package/{www/build/p-0fd40ac5.entry.js → dist/web-components-library/p-095ce6ef.entry.js} +1 -1
- package/dist/web-components-library/{p-0418f9fb.entry.js → p-0aa025fa.entry.js} +1 -1
- package/dist/web-components-library/{p-a19a70a0.entry.js → p-0e92e0d9.entry.js} +1 -1
- package/dist/web-components-library/{p-5825ef19.entry.js → p-0f8f488c.entry.js} +1 -1
- package/dist/web-components-library/{p-079357ba.entry.js → p-29426408.entry.js} +1 -1
- package/dist/web-components-library/{p-dcad3493.entry.js → p-374d6f57.entry.js} +1 -1
- package/dist/web-components-library/p-3ea868e0.entry.js +1 -0
- package/dist/web-components-library/{p-073f24c9.entry.js → p-47c095c2.entry.js} +1 -1
- package/{www/build/p-c47d529f.entry.js → dist/web-components-library/p-482c478a.entry.js} +1 -1
- package/dist/web-components-library/{p-613d6de7.entry.js → p-5aee5484.entry.js} +1 -1
- package/dist/web-components-library/{p-910ca14c.entry.js → p-64fa04a0.entry.js} +1 -1
- package/dist/web-components-library/{p-0eb7cb35.entry.js → p-661905c0.entry.js} +1 -1
- package/dist/web-components-library/{p-ec5242da.entry.js → p-6a459468.entry.js} +1 -1
- package/{www/build/p-98df8460.entry.js → dist/web-components-library/p-757c4b4d.entry.js} +1 -1
- package/dist/web-components-library/{p-2e7da553.entry.js → p-78c5f1a4.entry.js} +1 -1
- package/dist/web-components-library/{p-d98d3cf1.entry.js → p-800ca36a.entry.js} +1 -1
- package/dist/web-components-library/{p-39863e41.entry.js → p-81e6e4c8.entry.js} +1 -1
- package/{www/build/p-d966a1b9.entry.js → dist/web-components-library/p-856c6f33.entry.js} +1 -1
- package/dist/web-components-library/{p-227667b6.entry.js → p-89d048ff.entry.js} +1 -1
- package/dist/web-components-library/p-8c3eeb55.js +1 -0
- package/dist/web-components-library/{p-447a7c51.entry.js → p-8ff9de86.entry.js} +1 -1
- package/dist/web-components-library/{p-9fee86aa.entry.js → p-9b4b0fbb.entry.js} +1 -1
- package/dist/web-components-library/{p-4b9882b3.entry.js → p-a0345d42.entry.js} +1 -1
- package/{www/build/p-fa7a11fd.entry.js → dist/web-components-library/p-a2d11471.entry.js} +1 -1
- package/{www/build/p-8f7680ef.entry.js → dist/web-components-library/p-aa228ddb.entry.js} +1 -1
- package/dist/web-components-library/{p-cd456854.entry.js → p-ab1799fe.entry.js} +1 -1
- package/dist/web-components-library/{p-27100ea1.entry.js → p-b0141c4d.entry.js} +1 -1
- package/{www/build/p-7ac431a5.entry.js → dist/web-components-library/p-bee6bf99.entry.js} +1 -1
- package/{www/build/p-ee918c17.js → dist/web-components-library/p-c18b8fb3.js} +1 -1
- package/{www/build/p-2f547970.entry.js → dist/web-components-library/p-c59c6c78.entry.js} +1 -1
- package/{www/build/p-9e400a11.entry.js → dist/web-components-library/p-d00cf0ff.entry.js} +1 -1
- package/dist/web-components-library/{p-cfc9cf52.entry.js → p-d4afc10f.entry.js} +1 -1
- package/dist/web-components-library/{p-0c0735e5.entry.js → p-d8ea70ed.entry.js} +1 -1
- package/dist/web-components-library/{p-ff838f90.entry.js → p-d96d4f30.entry.js} +1 -1
- package/dist/web-components-library/{p-e606b019.entry.js → p-d9c76001.entry.js} +1 -1
- package/dist/web-components-library/{p-0b822ad0.entry.js → p-dd515f64.entry.js} +1 -1
- package/dist/web-components-library/p-e0fb4e05.entry.js +1 -0
- package/dist/web-components-library/{p-fd8eae32.entry.js → p-e41e28f7.entry.js} +1 -1
- package/dist/web-components-library/p-e4d78452.entry.js +1 -0
- package/dist/web-components-library/p-e4e5a652.entry.js +1 -0
- package/dist/web-components-library/{p-b44030d0.entry.js → p-e663af8b.entry.js} +1 -1
- package/dist/web-components-library/{p-6be6a2f4.entry.js → p-e7c7ac3d.entry.js} +1 -1
- package/dist/web-components-library/p-e936bf5f.entry.js +1 -0
- package/dist/web-components-library/p-f0cd78f2.js +1 -0
- package/dist/web-components-library/{p-f5a247b9.entry.js → p-f3fce575.entry.js} +1 -1
- package/dist/web-components-library/{p-0b942851.entry.js → p-fed42db6.entry.js} +1 -1
- package/dist/web-components-library/web-components-library.css +0 -0
- package/dist/web-components-library/web-components-library.esm.js +1 -1
- package/loader/cdn.js +0 -0
- package/loader/index.cjs.js +0 -0
- package/loader/index.d.ts +0 -0
- package/loader/index.es2017.js +0 -0
- package/loader/index.js +0 -0
- package/loader/package.json +0 -0
- package/package.json +1 -1
- package/react/components.d.ts +1 -0
- package/react/components.js +3 -2
- package/react/components.js.map +1 -1
- package/www/build/index.esm.js +1 -1
- package/www/build/{p-4610db36.entry.js → p-03ee7c14.entry.js} +1 -1
- package/{dist/web-components-library/p-0fd40ac5.entry.js → www/build/p-095ce6ef.entry.js} +1 -1
- package/www/build/{p-0418f9fb.entry.js → p-0aa025fa.entry.js} +1 -1
- package/www/build/{p-a19a70a0.entry.js → p-0e92e0d9.entry.js} +1 -1
- package/www/build/{p-5825ef19.entry.js → p-0f8f488c.entry.js} +1 -1
- package/www/build/{p-079357ba.entry.js → p-29426408.entry.js} +1 -1
- package/www/build/{p-dcad3493.entry.js → p-374d6f57.entry.js} +1 -1
- package/www/build/p-3ea868e0.entry.js +1 -0
- package/www/build/{p-073f24c9.entry.js → p-47c095c2.entry.js} +1 -1
- package/{dist/web-components-library/p-c47d529f.entry.js → www/build/p-482c478a.entry.js} +1 -1
- package/www/build/{p-613d6de7.entry.js → p-5aee5484.entry.js} +1 -1
- package/www/build/{p-910ca14c.entry.js → p-64fa04a0.entry.js} +1 -1
- package/www/build/{p-0eb7cb35.entry.js → p-661905c0.entry.js} +1 -1
- package/www/build/{p-ec5242da.entry.js → p-6a459468.entry.js} +1 -1
- package/{dist/web-components-library/p-98df8460.entry.js → www/build/p-757c4b4d.entry.js} +1 -1
- package/www/build/{p-2e7da553.entry.js → p-78c5f1a4.entry.js} +1 -1
- package/www/build/{p-d98d3cf1.entry.js → p-800ca36a.entry.js} +1 -1
- package/www/build/{p-39863e41.entry.js → p-81e6e4c8.entry.js} +1 -1
- package/{dist/web-components-library/p-d966a1b9.entry.js → www/build/p-856c6f33.entry.js} +1 -1
- package/www/build/{p-227667b6.entry.js → p-89d048ff.entry.js} +1 -1
- package/www/build/p-8c3eeb55.js +1 -0
- package/www/build/{p-447a7c51.entry.js → p-8ff9de86.entry.js} +1 -1
- package/www/build/{p-9fee86aa.entry.js → p-9b4b0fbb.entry.js} +1 -1
- package/www/build/p-9e1e6212.js +129 -0
- package/www/build/{p-4b9882b3.entry.js → p-a0345d42.entry.js} +1 -1
- package/{dist/web-components-library/p-fa7a11fd.entry.js → www/build/p-a2d11471.entry.js} +1 -1
- package/{dist/web-components-library/p-8f7680ef.entry.js → www/build/p-aa228ddb.entry.js} +1 -1
- package/www/build/{p-cd456854.entry.js → p-ab1799fe.entry.js} +1 -1
- package/www/build/{p-27100ea1.entry.js → p-b0141c4d.entry.js} +1 -1
- package/www/build/p-bc2bd463.css +1617 -0
- package/{dist/web-components-library/p-7ac431a5.entry.js → www/build/p-bee6bf99.entry.js} +1 -1
- package/{dist/web-components-library/p-ee918c17.js → www/build/p-c18b8fb3.js} +1 -1
- package/{dist/web-components-library/p-2f547970.entry.js → www/build/p-c59c6c78.entry.js} +1 -1
- package/{dist/web-components-library/p-9e400a11.entry.js → www/build/p-d00cf0ff.entry.js} +1 -1
- package/www/build/{p-cfc9cf52.entry.js → p-d4afc10f.entry.js} +1 -1
- package/www/build/{p-0c0735e5.entry.js → p-d8ea70ed.entry.js} +1 -1
- package/www/build/{p-ff838f90.entry.js → p-d96d4f30.entry.js} +1 -1
- package/www/build/{p-e606b019.entry.js → p-d9c76001.entry.js} +1 -1
- package/www/build/{p-0b822ad0.entry.js → p-dd515f64.entry.js} +1 -1
- package/www/build/p-e0fb4e05.entry.js +1 -0
- package/www/build/{p-fd8eae32.entry.js → p-e41e28f7.entry.js} +1 -1
- package/www/build/p-e4d78452.entry.js +1 -0
- package/www/build/p-e4e5a652.entry.js +1 -0
- package/www/build/{p-b44030d0.entry.js → p-e663af8b.entry.js} +1 -1
- package/www/build/{p-6be6a2f4.entry.js → p-e7c7ac3d.entry.js} +1 -1
- package/www/build/p-e936bf5f.entry.js +1 -0
- package/www/build/p-f0cd78f2.js +1 -0
- package/www/build/{p-f5a247b9.entry.js → p-f3fce575.entry.js} +1 -1
- package/www/build/{p-0b942851.entry.js → p-fed42db6.entry.js} +1 -1
- package/www/build/web-components-library.css +0 -0
- package/www/build/web-components-library.esm.js +1 -1
- package/www/build/web-components-library.js +0 -0
- package/www/host.config.json +0 -0
- package/www/index.html +1 -1
- package/www/pages/book-cards.html +269 -0
- package/dist/web-components-library/p-10f2be79.entry.js +0 -1
- package/dist/web-components-library/p-14c2c56c.js +0 -1
- package/dist/web-components-library/p-1cc1a418.js +0 -1
- package/dist/web-components-library/p-98dcf178.entry.js +0 -1
- package/dist/web-components-library/p-af5103a0.entry.js +0 -1
- package/dist/web-components-library/p-c241bab0.entry.js +0 -1
- package/www/build/p-10f2be79.entry.js +0 -1
- package/www/build/p-14c2c56c.js +0 -1
- package/www/build/p-1cc1a418.js +0 -1
- package/www/build/p-5412199e.js +0 -1
- package/www/build/p-98dcf178.entry.js +0 -1
- package/www/build/p-af5103a0.entry.js +0 -1
- package/www/build/p-c241bab0.entry.js +0 -1
- package/www/build/p-f39bb490.css +0 -2
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -26,7 +26,7 @@ export declare class ZTooltip {
|
|
|
26
26
|
* Otherwise, it will be closed only programmatically (by setting `open` to `false`)."
|
|
27
27
|
*/
|
|
28
28
|
closable: boolean;
|
|
29
|
-
private
|
|
29
|
+
private popoverEl;
|
|
30
30
|
onPopoverOpenChange(): void;
|
|
31
31
|
render(): HTMLZPopoverElement;
|
|
32
32
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { BookCardVariant } from "../../beans";
|
|
2
|
+
/**
|
|
3
|
+
* @slot resources - books resources (extended variant only)
|
|
4
|
+
* @slot header-cta - header CTA (e.g. bookmark icon)
|
|
5
|
+
* @slot tags - card tags
|
|
6
|
+
* @slot footer-cta - footer cta button (search variant only)
|
|
7
|
+
* @cssprop --z-book-card-ribbon-background-color - ribbon backgrund color
|
|
8
|
+
* @cssprop --z-book-card-ribbon-shadow-color - ribbon shadow color
|
|
9
|
+
*/
|
|
10
|
+
export declare class ZBookCard {
|
|
11
|
+
hostElement: HTMLZBookCardElement;
|
|
12
|
+
/**
|
|
13
|
+
* Card variant: expanded, compact, search
|
|
14
|
+
*/
|
|
15
|
+
variant: BookCardVariant;
|
|
16
|
+
/**
|
|
17
|
+
* Cover URL
|
|
18
|
+
*/
|
|
19
|
+
cover: string;
|
|
20
|
+
/**
|
|
21
|
+
* Card main title
|
|
22
|
+
*/
|
|
23
|
+
operaTitle: string;
|
|
24
|
+
/**
|
|
25
|
+
* [optional] Card subtitle
|
|
26
|
+
*/
|
|
27
|
+
volumeTitle?: string;
|
|
28
|
+
/**
|
|
29
|
+
* [optional] Authors
|
|
30
|
+
*/
|
|
31
|
+
authors?: string;
|
|
32
|
+
/**
|
|
33
|
+
* [optional] Main ISBN
|
|
34
|
+
*/
|
|
35
|
+
isbn?: string;
|
|
36
|
+
/**
|
|
37
|
+
* [optional] Ribbon label
|
|
38
|
+
*/
|
|
39
|
+
ribbon?: string;
|
|
40
|
+
/**
|
|
41
|
+
* [optional] Fallback cover URL
|
|
42
|
+
*/
|
|
43
|
+
fallbackCover?: string;
|
|
44
|
+
/**
|
|
45
|
+
* [optional] [accessibility] Card title HTML tag
|
|
46
|
+
*/
|
|
47
|
+
operaTitleTag?: string;
|
|
48
|
+
isMobile: boolean;
|
|
49
|
+
hasResources: boolean;
|
|
50
|
+
showResources: boolean;
|
|
51
|
+
private id;
|
|
52
|
+
private moveFocusToResources;
|
|
53
|
+
private resourcesWrapper;
|
|
54
|
+
handleResize(): void;
|
|
55
|
+
componentWillLoad(): void;
|
|
56
|
+
componentWillRender(): void;
|
|
57
|
+
componentDidRender(): void;
|
|
58
|
+
private handleResources;
|
|
59
|
+
private toggleResources;
|
|
60
|
+
private renderCard;
|
|
61
|
+
private renderExpandedCard;
|
|
62
|
+
private renderMobileExpandedCard;
|
|
63
|
+
private renderSearchCard;
|
|
64
|
+
private renderCover;
|
|
65
|
+
private renderOperaTitle;
|
|
66
|
+
private renderVolumeTitle;
|
|
67
|
+
private renderAuthors;
|
|
68
|
+
private renderIsbn;
|
|
69
|
+
private renderShowResources;
|
|
70
|
+
private renderTagsSlot;
|
|
71
|
+
private renderHeaderCtaSlot;
|
|
72
|
+
private renderResourcesSlot;
|
|
73
|
+
private renderFooterCtaSlot;
|
|
74
|
+
render(): HTMLZBookCardElement;
|
|
75
|
+
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
1
|
import { CardVariant } from "../../beans";
|
|
3
2
|
/**
|
|
4
3
|
* ZCard component.
|
|
@@ -8,6 +7,7 @@ import { CardVariant } from "../../beans";
|
|
|
8
7
|
* @cssprop --z-card--text-background - Background color for the `text` variant. Default: `var(--color-surface01)`
|
|
9
8
|
* @cssprop --z-card--text-border-radius - Default: `none`
|
|
10
9
|
* @cssprop --z-card--text-border - Configure CSS `border`. Default: `none`
|
|
10
|
+
* @cssprop --z-card--text-padding - Configure CSS `padding`. Default: `none`
|
|
11
11
|
*/
|
|
12
12
|
export declare class ZCard {
|
|
13
13
|
/**
|
|
@@ -18,18 +18,12 @@ export declare class ZCard {
|
|
|
18
18
|
variant: CardVariant;
|
|
19
19
|
/** Name of the icon to place over the image cover */
|
|
20
20
|
coverIcon: string;
|
|
21
|
-
/** Enable click interactions on the card. Default: false */
|
|
22
|
-
clickable: boolean;
|
|
23
21
|
/** Enable shadow. Default: false. */
|
|
24
|
-
|
|
22
|
+
showShadow: boolean;
|
|
23
|
+
/** Enable 'clickable' style like hover and focus style. */
|
|
24
|
+
clickable: boolean;
|
|
25
25
|
host: HTMLZCardElement;
|
|
26
26
|
hasCoverImage: boolean;
|
|
27
|
-
/**
|
|
28
|
-
* Card click event.
|
|
29
|
-
* Fired only if `clickable` is true.
|
|
30
|
-
*/
|
|
31
|
-
cardClicked: EventEmitter;
|
|
32
|
-
onClick(ev: MouseEvent): void;
|
|
33
27
|
componentWillLoad(): void;
|
|
34
28
|
/**
|
|
35
29
|
* Template for a card without image cover.
|
|
File without changes
|
|
@@ -14,7 +14,7 @@ export declare class ZContextualMenu {
|
|
|
14
14
|
*/
|
|
15
15
|
popoverPosition?: PopoverPosition;
|
|
16
16
|
private triggerButton?;
|
|
17
|
-
private
|
|
17
|
+
private popoverEl?;
|
|
18
18
|
/** remove filter click event, returns filterid */
|
|
19
19
|
clickContextualMenu: EventEmitter;
|
|
20
20
|
private jsonElements;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { AlertType, LicenseType } from "./beans/index";
|
|
9
|
-
import { AvatarSize, BreadcrumbHomepageVariant, BreadcrumbPathStyle, ButtonSize, ButtonType, ButtonVariant, CardVariant, CarouselArrowsPosition, CarouselProgressMode, ComboItem, ControlSize, CoverHeroContentPosition, CoverHeroVariant, DictionaryData, DividerOrientation, DividerSize, ExpandableListButtonAlign, ExpandableListStyle, InfoRevealPosition, InputStatus, InputType, LabelPosition, ListDividerType, ListSize, ListType, NavigationTabsOrientation, NavigationTabsSize, NotificationType, OffCanvasVariant, PocketStatus, PopoverPosition, SearchbarItem, SelectItem, Size, SkipToContentLink, SortDirection, ThemeVariant, ToastNotification, ToastNotificationPosition, ToastNotificationTransition, TransitionDirection, ZAriaAlertMode, ZChipType, ZDatePickerMode, ZFileUploadType, ZRangePickerMode, ZSectionTitleDividerPosition, ZTableRowExpandedType } from "./beans";
|
|
9
|
+
import { AvatarSize, BookCardVariant, BreadcrumbHomepageVariant, BreadcrumbPathStyle, ButtonSize, ButtonType, ButtonVariant, CardVariant, CarouselArrowsPosition, CarouselProgressMode, ComboItem, ControlSize, CoverHeroContentPosition, CoverHeroVariant, DictionaryData, DividerOrientation, DividerSize, ExpandableListButtonAlign, ExpandableListStyle, InfoRevealPosition, InputStatus, InputType, LabelPosition, ListDividerType, ListSize, ListType, NavigationTabsOrientation, NavigationTabsSize, NotificationType, OffCanvasVariant, PocketStatus, PopoverPosition, SearchbarItem, SelectItem, Size, SkipToContentLink, SortDirection, ThemeVariant, ToastNotification, ToastNotificationPosition, ToastNotificationTransition, TransitionDirection, ZAriaAlertMode, ZChipType, ZDatePickerMode, ZFileUploadType, ZRangePickerMode, ZSectionTitleDividerPosition, ZTableRowExpandedType } from "./beans";
|
|
10
10
|
import { ListItem } from "./beans/index.js";
|
|
11
11
|
import { ZTypographyLevels } from "./deprecated/typography/z-typography/index";
|
|
12
12
|
export namespace Components {
|
|
@@ -98,6 +98,44 @@ export namespace Components {
|
|
|
98
98
|
*/
|
|
99
99
|
"variant": "regular" | "semibold";
|
|
100
100
|
}
|
|
101
|
+
interface ZBookCard {
|
|
102
|
+
/**
|
|
103
|
+
* [optional] Authors
|
|
104
|
+
*/
|
|
105
|
+
"authors"?: string;
|
|
106
|
+
/**
|
|
107
|
+
* Cover URL
|
|
108
|
+
*/
|
|
109
|
+
"cover": string;
|
|
110
|
+
/**
|
|
111
|
+
* [optional] Fallback cover URL
|
|
112
|
+
*/
|
|
113
|
+
"fallbackCover"?: string;
|
|
114
|
+
/**
|
|
115
|
+
* [optional] Main ISBN
|
|
116
|
+
*/
|
|
117
|
+
"isbn"?: string;
|
|
118
|
+
/**
|
|
119
|
+
* Card main title
|
|
120
|
+
*/
|
|
121
|
+
"operaTitle": string;
|
|
122
|
+
/**
|
|
123
|
+
* [optional] [accessibility] Card title HTML tag
|
|
124
|
+
*/
|
|
125
|
+
"operaTitleTag"?: string;
|
|
126
|
+
/**
|
|
127
|
+
* [optional] Ribbon label
|
|
128
|
+
*/
|
|
129
|
+
"ribbon"?: string;
|
|
130
|
+
/**
|
|
131
|
+
* Card variant: expanded, compact, search
|
|
132
|
+
*/
|
|
133
|
+
"variant": BookCardVariant;
|
|
134
|
+
/**
|
|
135
|
+
* [optional] Card subtitle
|
|
136
|
+
*/
|
|
137
|
+
"volumeTitle"?: string;
|
|
138
|
+
}
|
|
101
139
|
interface ZBreadcrumb {
|
|
102
140
|
/**
|
|
103
141
|
* [optional] Variant of first node
|
|
@@ -202,7 +240,7 @@ export namespace Components {
|
|
|
202
240
|
}
|
|
203
241
|
interface ZCard {
|
|
204
242
|
/**
|
|
205
|
-
* Enable
|
|
243
|
+
* Enable 'clickable' style like hover and focus style.
|
|
206
244
|
*/
|
|
207
245
|
"clickable": boolean;
|
|
208
246
|
/**
|
|
@@ -212,7 +250,7 @@ export namespace Components {
|
|
|
212
250
|
/**
|
|
213
251
|
* Enable shadow. Default: false.
|
|
214
252
|
*/
|
|
215
|
-
"
|
|
253
|
+
"showShadow": boolean;
|
|
216
254
|
/**
|
|
217
255
|
* Card variant. Can be one of "text", "border", "shadow", "overlay". Leave it undefined for the default card.
|
|
218
256
|
*/
|
|
@@ -1828,10 +1866,6 @@ export interface ZButtonSortCustomEvent<T> extends CustomEvent<T> {
|
|
|
1828
1866
|
detail: T;
|
|
1829
1867
|
target: HTMLZButtonSortElement;
|
|
1830
1868
|
}
|
|
1831
|
-
export interface ZCardCustomEvent<T> extends CustomEvent<T> {
|
|
1832
|
-
detail: T;
|
|
1833
|
-
target: HTMLZCardElement;
|
|
1834
|
-
}
|
|
1835
1869
|
export interface ZCarouselCustomEvent<T> extends CustomEvent<T> {
|
|
1836
1870
|
detail: T;
|
|
1837
1871
|
target: HTMLZCarouselElement;
|
|
@@ -2017,6 +2051,12 @@ declare global {
|
|
|
2017
2051
|
prototype: HTMLZBodyElement;
|
|
2018
2052
|
new (): HTMLZBodyElement;
|
|
2019
2053
|
};
|
|
2054
|
+
interface HTMLZBookCardElement extends Components.ZBookCard, HTMLStencilElement {
|
|
2055
|
+
}
|
|
2056
|
+
var HTMLZBookCardElement: {
|
|
2057
|
+
prototype: HTMLZBookCardElement;
|
|
2058
|
+
new (): HTMLZBookCardElement;
|
|
2059
|
+
};
|
|
2020
2060
|
interface HTMLZBreadcrumbElement extends Components.ZBreadcrumb, HTMLStencilElement {
|
|
2021
2061
|
}
|
|
2022
2062
|
var HTMLZBreadcrumbElement: {
|
|
@@ -2522,6 +2562,7 @@ declare global {
|
|
|
2522
2562
|
"z-aria-alert": HTMLZAriaAlertElement;
|
|
2523
2563
|
"z-avatar": HTMLZAvatarElement;
|
|
2524
2564
|
"z-body": HTMLZBodyElement;
|
|
2565
|
+
"z-book-card": HTMLZBookCardElement;
|
|
2525
2566
|
"z-breadcrumb": HTMLZBreadcrumbElement;
|
|
2526
2567
|
"z-button": HTMLZButtonElement;
|
|
2527
2568
|
"z-button-sort": HTMLZButtonSortElement;
|
|
@@ -2700,6 +2741,44 @@ declare namespace LocalJSX {
|
|
|
2700
2741
|
*/
|
|
2701
2742
|
"variant"?: "regular" | "semibold";
|
|
2702
2743
|
}
|
|
2744
|
+
interface ZBookCard {
|
|
2745
|
+
/**
|
|
2746
|
+
* [optional] Authors
|
|
2747
|
+
*/
|
|
2748
|
+
"authors"?: string;
|
|
2749
|
+
/**
|
|
2750
|
+
* Cover URL
|
|
2751
|
+
*/
|
|
2752
|
+
"cover"?: string;
|
|
2753
|
+
/**
|
|
2754
|
+
* [optional] Fallback cover URL
|
|
2755
|
+
*/
|
|
2756
|
+
"fallbackCover"?: string;
|
|
2757
|
+
/**
|
|
2758
|
+
* [optional] Main ISBN
|
|
2759
|
+
*/
|
|
2760
|
+
"isbn"?: string;
|
|
2761
|
+
/**
|
|
2762
|
+
* Card main title
|
|
2763
|
+
*/
|
|
2764
|
+
"operaTitle"?: string;
|
|
2765
|
+
/**
|
|
2766
|
+
* [optional] [accessibility] Card title HTML tag
|
|
2767
|
+
*/
|
|
2768
|
+
"operaTitleTag"?: string;
|
|
2769
|
+
/**
|
|
2770
|
+
* [optional] Ribbon label
|
|
2771
|
+
*/
|
|
2772
|
+
"ribbon"?: string;
|
|
2773
|
+
/**
|
|
2774
|
+
* Card variant: expanded, compact, search
|
|
2775
|
+
*/
|
|
2776
|
+
"variant"?: BookCardVariant;
|
|
2777
|
+
/**
|
|
2778
|
+
* [optional] Card subtitle
|
|
2779
|
+
*/
|
|
2780
|
+
"volumeTitle"?: string;
|
|
2781
|
+
}
|
|
2703
2782
|
interface ZBreadcrumb {
|
|
2704
2783
|
/**
|
|
2705
2784
|
* [optional] Variant of first node
|
|
@@ -2812,21 +2891,17 @@ declare namespace LocalJSX {
|
|
|
2812
2891
|
}
|
|
2813
2892
|
interface ZCard {
|
|
2814
2893
|
/**
|
|
2815
|
-
* Enable
|
|
2894
|
+
* Enable 'clickable' style like hover and focus style.
|
|
2816
2895
|
*/
|
|
2817
2896
|
"clickable"?: boolean;
|
|
2818
2897
|
/**
|
|
2819
2898
|
* Name of the icon to place over the image cover
|
|
2820
2899
|
*/
|
|
2821
2900
|
"coverIcon"?: string;
|
|
2822
|
-
/**
|
|
2823
|
-
* Card click event. Fired only if `clickable` is true.
|
|
2824
|
-
*/
|
|
2825
|
-
"onCardClicked"?: (event: ZCardCustomEvent<any>) => void;
|
|
2826
2901
|
/**
|
|
2827
2902
|
* Enable shadow. Default: false.
|
|
2828
2903
|
*/
|
|
2829
|
-
"
|
|
2904
|
+
"showShadow"?: boolean;
|
|
2830
2905
|
/**
|
|
2831
2906
|
* Card variant. Can be one of "text", "border", "shadow", "overlay". Leave it undefined for the default card.
|
|
2832
2907
|
*/
|
|
@@ -4612,6 +4687,7 @@ declare namespace LocalJSX {
|
|
|
4612
4687
|
"z-aria-alert": ZAriaAlert;
|
|
4613
4688
|
"z-avatar": ZAvatar;
|
|
4614
4689
|
"z-body": ZBody;
|
|
4690
|
+
"z-book-card": ZBookCard;
|
|
4615
4691
|
"z-breadcrumb": ZBreadcrumb;
|
|
4616
4692
|
"z-button": ZButton;
|
|
4617
4693
|
"z-button-sort": ZButtonSort;
|
|
@@ -4707,6 +4783,7 @@ declare module "@stencil/core" {
|
|
|
4707
4783
|
"z-aria-alert": LocalJSX.ZAriaAlert & JSXBase.HTMLAttributes<HTMLZAriaAlertElement>;
|
|
4708
4784
|
"z-avatar": LocalJSX.ZAvatar & JSXBase.HTMLAttributes<HTMLZAvatarElement>;
|
|
4709
4785
|
"z-body": LocalJSX.ZBody & JSXBase.HTMLAttributes<HTMLZBodyElement>;
|
|
4786
|
+
"z-book-card": LocalJSX.ZBookCard & JSXBase.HTMLAttributes<HTMLZBookCardElement>;
|
|
4710
4787
|
"z-breadcrumb": LocalJSX.ZBreadcrumb & JSXBase.HTMLAttributes<HTMLZBreadcrumbElement>;
|
|
4711
4788
|
"z-button": LocalJSX.ZButton & JSXBase.HTMLAttributes<HTMLZButtonElement>;
|
|
4712
4789
|
"z-button-sort": LocalJSX.ZButtonSort & JSXBase.HTMLAttributes<HTMLZButtonSortElement>;
|
|
File without changes
|
|
File without changes
|
package/dist/types/index.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{c as
|
|
1
|
+
import{c as $}from"./p-f0cd78f2.js";export{p as AlertType,A as AvatarSize,Y as BookCardVariant,X as BreadcrumbHomepageVariant,W as BreadcrumbPathStyle,d as ButtonSize,c as ButtonType,B as ButtonVariant,C as CardVariant,U as CarouselArrowsPosition,V as CarouselProgressMode,e as ControlSize,R as CoverHeroContentPosition,Q as CoverHeroVariant,q as Device,h as DividerOrientation,D as DividerSize,k as ExpandableListButtonAlign,E as ExpandableListStyle,M as InfoRevealPosition,f as InputStatus,I as InputType,g as KeyboardCode,K as KeyboardKeyCode,l as LabelPosition,L as LicenseType,m as ListDividerType,i as ListSize,n as ListType,b as NavigationTabsKeyboardEvents,N as NavigationTabsOrientation,a as NavigationTabsSize,o as NotificationType,O as OffCanvasVariant,r as PocketStatus,P as PopoverPosition,j as Size,S as SortDirection,T as ThemeVariant,s as ToastNotification,u as ToastNotificationPosition,t as ToastNotificationTransition,w as TransitionDirection,v as ZAriaAlertMode,y as ZChipType,F as ZDatePickerMode,G as ZDatePickerModeValue,H as ZDatePickerPosition,x as ZFileUploadType,J as ZRangePickerMode,z as ZSectionTitleDividerPosition,Z as ZTableRowExpandedType}from"./p-8c3eeb55.js";import"./p-b497e33e.js";const _={colorFromId:$};export{_ as Utils}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r,h as a,H as t}from"./p-d17ebc2f.js";import{v as s}from"./p-
|
|
1
|
+
import{r,h as a,H as t}from"./p-d17ebc2f.js";import{v as s}from"./p-8c3eeb55.js";const i=class{constructor(a){r(this,a),this.mode=s.POLITE}render(){return a(t,{"aria-live":this.mode,"aria-atomic":"true","aria-relevant":"additions"},a("slot",null))}};export{i as z_aria_alert}
|