@zanichelli/albe-web-components 13.1.0-rc2 → 13.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -3
- package/dist/cjs/index-dc60bee7.js +0 -56
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/web-components-library.cjs.js +1 -1
- package/dist/cjs/z-alert.cjs.entry.js +1 -1
- package/dist/cjs/z-app-header_12.cjs.entry.js +871 -20
- package/dist/cjs/z-app-header_12.cjs.entry.js.map +1 -1
- package/dist/cjs/z-cover-hero.cjs.entry.js +2 -2
- package/dist/cjs/z-file-upload.cjs.entry.js +4 -4
- package/dist/cjs/z-file-upload.cjs.entry.js.map +1 -1
- package/dist/cjs/z-ghost-loading.cjs.entry.js +1 -1
- package/dist/cjs/z-info-reveal.cjs.entry.js +1 -1
- package/dist/cjs/z-link.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-sections.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-footer.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-icon.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-info.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-list.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card_4.cjs.entry.js +4 -4
- package/dist/cjs/z-myz-list.cjs.entry.js +1 -1
- package/dist/cjs/z-otp.cjs.entry.js +2 -2
- package/dist/cjs/z-pocket-message.cjs.entry.js +1 -1
- package/dist/cjs/z-pocket_3.cjs.entry.js +3 -3
- package/dist/cjs/z-popover.cjs.entry.js +1 -1
- package/dist/cjs/z-section-title.cjs.entry.js +1 -1
- package/dist/cjs/z-skip-to-content.cjs.entry.js +1 -1
- package/dist/cjs/z-visually-hidden.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +0 -14
- package/dist/collection/components/file-upload/z-file-upload/index.js +4 -4
- package/dist/collection/components/file-upload/z-file-upload/index.js.map +1 -1
- package/dist/collection/components/inputs/z-searchbar/index.js +3 -1
- package/dist/collection/components/inputs/z-searchbar/index.js.map +1 -1
- package/dist/collection/components/inputs/z-searchbar/styles.css +5 -2
- package/dist/collection/components/list/z-list-element/index.js +1 -26
- package/dist/collection/components/list/z-list-element/index.js.map +1 -1
- package/dist/collection/components/list/z-list-element/styles.css +12 -37
- package/dist/collection/components/z-cover-hero/index.js +2 -2
- package/dist/collection/components/z-divider/index.js +1 -1
- package/dist/collection/components/z-ghost-loading/index.js +1 -1
- package/dist/collection/components/z-info-reveal/index.js +1 -1
- package/dist/collection/components/z-offcanvas/index.js +1 -1
- package/dist/collection/components/z-offcanvas/styles.css +1 -1
- package/dist/collection/components/z-popover/index.js +1 -1
- package/dist/collection/components/z-section-title/index.js +1 -1
- package/dist/collection/components/z-skip-to-content/index.js +1 -1
- package/dist/collection/components/z-tag/index.js +2 -2
- package/dist/collection/components/z-visually-hidden/index.js +1 -1
- package/dist/collection/deprecated/z-link/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +1 -1
- package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +1 -1
- package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +1 -1
- package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +1 -1
- package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +1 -1
- package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +1 -1
- package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +1 -1
- package/dist/collection/snowflakes/myz/pocket/z-pocket-message/index.js +1 -1
- package/dist/collection/snowflakes/myz/z-alert/index.js +1 -1
- package/dist/collection/snowflakes/myz/z-otp/index.js +2 -2
- package/dist/components/index.d.ts +0 -28
- package/dist/components/index.js +0 -14
- package/dist/components/index.js.map +1 -1
- package/dist/components/index13.js +2 -10
- package/dist/components/index13.js.map +1 -1
- package/dist/components/index16.js +1 -1
- package/dist/components/index17.js +1 -1
- package/dist/components/index18.js +1 -1
- package/dist/components/index19.js +1 -1
- package/dist/components/index21.js +2 -2
- package/dist/components/index21.js.map +1 -1
- package/dist/components/index22.js +1 -1
- package/dist/components/index23.js +1 -1
- package/dist/components/index24.js +1 -1
- package/dist/components/index25.js +1 -1
- package/dist/components/index26.js +3 -3
- package/dist/components/index26.js.map +1 -1
- package/dist/components/index27.js +17 -37
- package/dist/components/index27.js.map +1 -1
- package/dist/components/index3.js +1 -1
- package/dist/components/index6.js +1 -1
- package/dist/components/index8.js +1 -1
- package/dist/components/z-app-header.js +1 -1
- package/dist/components/z-cover-hero.js +2 -2
- package/dist/components/z-file-upload.js +4 -4
- package/dist/components/z-file-upload.js.map +1 -1
- package/dist/components/z-info-reveal.js +1 -1
- package/dist/components/z-link.js +1 -1
- package/dist/components/z-messages-pocket.js +1 -1
- package/dist/components/z-myz-card-alert.js +1 -1
- package/dist/components/z-myz-card-dictionary.js +1 -1
- package/dist/components/z-myz-card-footer-sections.js +1 -1
- package/dist/components/z-myz-card-footer.js +1 -1
- package/dist/components/z-myz-card-icon.js +1 -1
- package/dist/components/z-myz-card-info.js +1 -1
- package/dist/components/z-myz-card-list.js +1 -1
- package/dist/components/z-myz-list.js +1 -1
- package/dist/components/z-otp.js +2 -2
- package/dist/components/z-pocket-message.js +1 -1
- package/dist/components/z-section-title.js +1 -1
- package/dist/components/z-skip-to-content.js +1 -1
- package/dist/components/z-tag.js +1 -1
- package/dist/components/z-visually-hidden.js +1 -1
- package/dist/esm/index-f16bc2ca.js +0 -56
- package/dist/esm/loader.js +1 -1
- package/dist/esm/web-components-library.js +1 -1
- package/dist/esm/z-alert.entry.js +1 -1
- package/dist/esm/z-app-header_12.entry.js +868 -17
- package/dist/esm/z-app-header_12.entry.js.map +1 -1
- package/dist/esm/z-cover-hero.entry.js +2 -2
- package/dist/esm/z-file-upload.entry.js +4 -4
- package/dist/esm/z-file-upload.entry.js.map +1 -1
- package/dist/esm/z-ghost-loading.entry.js +1 -1
- package/dist/esm/z-info-reveal.entry.js +1 -1
- package/dist/esm/z-link.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-sections.entry.js +1 -1
- package/dist/esm/z-myz-card-footer.entry.js +1 -1
- package/dist/esm/z-myz-card-icon.entry.js +1 -1
- package/dist/esm/z-myz-card-info.entry.js +1 -1
- package/dist/esm/z-myz-card-list.entry.js +1 -1
- package/dist/esm/z-myz-card_4.entry.js +4 -4
- package/dist/esm/z-myz-list.entry.js +1 -1
- package/dist/esm/z-otp.entry.js +2 -2
- package/dist/esm/z-pocket-message.entry.js +1 -1
- package/dist/esm/z-pocket_3.entry.js +3 -3
- package/dist/esm/z-popover.entry.js +1 -1
- package/dist/esm/z-section-title.entry.js +1 -1
- package/dist/esm/z-skip-to-content.entry.js +1 -1
- package/dist/esm/z-visually-hidden.entry.js +1 -1
- package/dist/types/components/file-upload/z-file-upload/index.d.ts +1 -1
- package/dist/types/components/inputs/z-searchbar/index.d.ts +2 -0
- package/dist/types/components/list/z-list-element/index.d.ts +0 -5
- package/dist/types/components.d.ts +10 -885
- package/dist/web-components-library/{p-6d0bb567.entry.js → p-00d7315a.entry.js} +2 -2
- package/dist/web-components-library/{p-10c29fb4.entry.js → p-04755b76.entry.js} +2 -2
- package/dist/web-components-library/{p-7d4cd2e8.entry.js → p-05b39597.entry.js} +2 -2
- package/dist/web-components-library/{p-83657b33.entry.js → p-120a809e.entry.js} +2 -2
- package/dist/web-components-library/{p-fa4a2862.entry.js → p-239fb968.entry.js} +2 -2
- package/dist/web-components-library/{p-378b2bbf.entry.js → p-24ab494d.entry.js} +2 -2
- package/dist/web-components-library/{p-f97c093d.entry.js → p-2637ab23.entry.js} +2 -2
- package/dist/web-components-library/p-4c40561d.entry.js +2 -0
- package/dist/web-components-library/p-5d67d311.entry.js +2 -0
- package/dist/web-components-library/{p-ae71256f.entry.js → p-5eb0a064.entry.js} +2 -2
- package/dist/web-components-library/{p-2f72475d.entry.js → p-6edd5dbe.entry.js} +2 -2
- package/dist/web-components-library/{p-402bd7f6.entry.js → p-8d81a5c8.entry.js} +2 -2
- package/dist/web-components-library/p-91a7c5a9.entry.js +2 -0
- package/dist/web-components-library/p-91a7c5a9.entry.js.map +1 -0
- package/dist/web-components-library/{p-210fbe0f.entry.js → p-942e5126.entry.js} +2 -2
- package/{www/build/p-af27423a.entry.js → dist/web-components-library/p-95104b91.entry.js} +2 -2
- package/dist/web-components-library/{p-9e71d6b3.entry.js → p-996c1471.entry.js} +2 -2
- package/{www/build/p-bb8037c4.entry.js → dist/web-components-library/p-a53ab86e.entry.js} +2 -2
- package/dist/web-components-library/{p-ac497c80.entry.js → p-b57362ef.entry.js} +2 -2
- package/dist/web-components-library/{p-97bba1f2.entry.js → p-b670ffa5.entry.js} +2 -2
- package/dist/web-components-library/p-ba8e67ee.entry.js +2 -0
- package/dist/web-components-library/p-ba8e67ee.entry.js.map +1 -0
- package/dist/web-components-library/{p-38c63f28.entry.js → p-d1f8ca38.entry.js} +2 -2
- package/dist/web-components-library/{p-9882e8a5.entry.js → p-d251f105.entry.js} +2 -2
- package/dist/web-components-library/{p-e3e48e64.entry.js → p-d92765b6.entry.js} +2 -2
- package/dist/web-components-library/{p-5d220bbc.entry.js → p-dbc437d8.entry.js} +2 -2
- package/dist/web-components-library/web-components-library.esm.js +1 -1
- package/dist/web-components-library/web-components-library.esm.js.map +1 -1
- package/package.json +1 -1
- package/react/components.d.ts +0 -14
- package/react/components.js +2 -16
- package/react/components.js.map +1 -1
- package/www/build/{p-6d0bb567.entry.js → p-00d7315a.entry.js} +2 -2
- package/www/build/{p-10c29fb4.entry.js → p-04755b76.entry.js} +2 -2
- package/www/build/{p-7d4cd2e8.entry.js → p-05b39597.entry.js} +2 -2
- package/www/build/{p-83657b33.entry.js → p-120a809e.entry.js} +2 -2
- package/www/build/{p-fa4a2862.entry.js → p-239fb968.entry.js} +2 -2
- package/www/build/{p-378b2bbf.entry.js → p-24ab494d.entry.js} +2 -2
- package/www/build/{p-f97c093d.entry.js → p-2637ab23.entry.js} +2 -2
- package/www/build/p-4c40561d.entry.js +2 -0
- package/www/build/p-5d67d311.entry.js +2 -0
- package/www/build/{p-ae71256f.entry.js → p-5eb0a064.entry.js} +2 -2
- package/www/build/{p-2f72475d.entry.js → p-6edd5dbe.entry.js} +2 -2
- package/www/build/{p-402bd7f6.entry.js → p-8d81a5c8.entry.js} +2 -2
- package/www/build/p-91a7c5a9.entry.js +2 -0
- package/www/build/p-91a7c5a9.entry.js.map +1 -0
- package/www/build/{p-210fbe0f.entry.js → p-942e5126.entry.js} +2 -2
- package/{dist/web-components-library/p-af27423a.entry.js → www/build/p-95104b91.entry.js} +2 -2
- package/www/build/{p-9e71d6b3.entry.js → p-996c1471.entry.js} +2 -2
- package/{dist/web-components-library/p-bb8037c4.entry.js → www/build/p-a53ab86e.entry.js} +2 -2
- package/www/build/p-abb01ccd.js +2 -0
- package/www/build/{p-ac497c80.entry.js → p-b57362ef.entry.js} +2 -2
- package/www/build/{p-97bba1f2.entry.js → p-b670ffa5.entry.js} +2 -2
- package/www/build/p-ba8e67ee.entry.js +2 -0
- package/www/build/p-ba8e67ee.entry.js.map +1 -0
- package/www/build/{p-38c63f28.entry.js → p-d1f8ca38.entry.js} +2 -2
- package/www/build/{p-9882e8a5.entry.js → p-d251f105.entry.js} +2 -2
- package/www/build/{p-e3e48e64.entry.js → p-d92765b6.entry.js} +2 -2
- package/www/build/{p-5d220bbc.entry.js → p-dbc437d8.entry.js} +2 -2
- package/www/build/web-components-library.esm.js +1 -1
- package/www/build/web-components-library.esm.js.map +1 -1
- package/www/index.html +1 -1
- package/dist/cjs/icons-be077181.js +0 -864
- package/dist/cjs/icons-be077181.js.map +0 -1
- package/dist/cjs/index-0a7baee3.js +0 -24
- package/dist/cjs/index-0a7baee3.js.map +0 -1
- package/dist/cjs/index-37180b8d.js +0 -24
- package/dist/cjs/index-37180b8d.js.map +0 -1
- package/dist/cjs/index-4468a6b7.js +0 -24
- package/dist/cjs/index-4468a6b7.js.map +0 -1
- package/dist/cjs/index-715aa3be.js +0 -21
- package/dist/cjs/index-715aa3be.js.map +0 -1
- package/dist/cjs/index-7a1c32d4.js +0 -30
- package/dist/cjs/index-7a1c32d4.js.map +0 -1
- package/dist/cjs/index-7f3e61f0.js +0 -82
- package/dist/cjs/index-7f3e61f0.js.map +0 -1
- package/dist/cjs/index-96c2bc8f.js +0 -25
- package/dist/cjs/index-96c2bc8f.js.map +0 -1
- package/dist/cjs/index-a30259f3.js +0 -37
- package/dist/cjs/index-a30259f3.js.map +0 -1
- package/dist/cjs/index-a7aedd7c.js +0 -20
- package/dist/cjs/index-a7aedd7c.js.map +0 -1
- package/dist/cjs/index-d669dfd0.js +0 -43
- package/dist/cjs/index-d669dfd0.js.map +0 -1
- package/dist/cjs/z-contextual-menu.cjs.entry.js +0 -44
- package/dist/cjs/z-contextual-menu.cjs.entry.js.map +0 -1
- package/dist/cjs/z-navigation-tab-link.cjs.entry.js +0 -72
- package/dist/cjs/z-navigation-tab-link.cjs.entry.js.map +0 -1
- package/dist/cjs/z-navigation-tab.cjs.entry.js +0 -69
- package/dist/cjs/z-navigation-tab.cjs.entry.js.map +0 -1
- package/dist/cjs/z-table-body.cjs.entry.js +0 -12
- package/dist/cjs/z-table-body.cjs.entry.js.map +0 -1
- package/dist/cjs/z-table-cell.cjs.entry.js +0 -13
- package/dist/cjs/z-table-cell.cjs.entry.js.map +0 -1
- package/dist/cjs/z-table-deprecated.cjs.entry.js +0 -92
- package/dist/cjs/z-table-deprecated.cjs.entry.js.map +0 -1
- package/dist/cjs/z-table-empty-box.cjs.entry.js +0 -12
- package/dist/cjs/z-table-empty-box.cjs.entry.js.map +0 -1
- package/dist/cjs/z-table-expanded-row.cjs.entry.js +0 -12
- package/dist/cjs/z-table-expanded-row.cjs.entry.js.map +0 -1
- package/dist/cjs/z-table-footer.cjs.entry.js +0 -12
- package/dist/cjs/z-table-footer.cjs.entry.js.map +0 -1
- package/dist/cjs/z-table-head.cjs.entry.js +0 -12
- package/dist/cjs/z-table-head.cjs.entry.js.map +0 -1
- package/dist/cjs/z-table-header-row.cjs.entry.js +0 -12
- package/dist/cjs/z-table-header-row.cjs.entry.js.map +0 -1
- package/dist/cjs/z-table-header.cjs.entry.js +0 -15
- package/dist/cjs/z-table-header.cjs.entry.js.map +0 -1
- package/dist/cjs/z-table-row.cjs.entry.js +0 -13
- package/dist/cjs/z-table-row.cjs.entry.js.map +0 -1
- package/dist/cjs/z-table-sticky-footer.cjs.entry.js +0 -12
- package/dist/cjs/z-table-sticky-footer.cjs.entry.js.map +0 -1
- package/dist/collection/components/z-contextual-menu/index.js +0 -123
- package/dist/collection/components/z-contextual-menu/index.js.map +0 -1
- package/dist/collection/components/z-contextual-menu/index.spec.js +0 -74
- package/dist/collection/components/z-contextual-menu/index.spec.js.map +0 -1
- package/dist/collection/components/z-contextual-menu/styles.css +0 -60
- package/dist/collection/components/z-contextual-menu/test.e2e.js +0 -11
- package/dist/collection/components/z-contextual-menu/test.e2e.js.map +0 -1
- package/dist/collection/deprecated/navigation-tab.css +0 -138
- package/dist/collection/deprecated/z-navigation-tab/index.js +0 -286
- package/dist/collection/deprecated/z-navigation-tab/index.js.map +0 -1
- package/dist/collection/deprecated/z-navigation-tab-link/index.js +0 -321
- package/dist/collection/deprecated/z-navigation-tab-link/index.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-body/index.js +0 -27
- package/dist/collection/deprecated/z-table-deprecated/z-table-body/index.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-body/index.spec.js +0 -21
- package/dist/collection/deprecated/z-table-deprecated/z-table-body/index.spec.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-body/styles.css +0 -9
- package/dist/collection/deprecated/z-table-deprecated/z-table-cell/index.js +0 -85
- package/dist/collection/deprecated/z-table-deprecated/z-table-cell/index.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-cell/index.spec.js +0 -50
- package/dist/collection/deprecated/z-table-deprecated/z-table-cell/index.spec.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-cell/styles.css +0 -58
- package/dist/collection/deprecated/z-table-deprecated/z-table-deprecated/index.js +0 -362
- package/dist/collection/deprecated/z-table-deprecated/z-table-deprecated/index.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-deprecated/styles.css +0 -115
- package/dist/collection/deprecated/z-table-deprecated/z-table-empty-box/index.js +0 -74
- package/dist/collection/deprecated/z-table-deprecated/z-table-empty-box/index.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-empty-box/index.spec.js +0 -46
- package/dist/collection/deprecated/z-table-deprecated/z-table-empty-box/index.spec.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-empty-box/styles.css +0 -38
- package/dist/collection/deprecated/z-table-deprecated/z-table-expanded-row/index.js +0 -46
- package/dist/collection/deprecated/z-table-deprecated/z-table-expanded-row/index.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-expanded-row/index.spec.js +0 -13
- package/dist/collection/deprecated/z-table-deprecated/z-table-expanded-row/index.spec.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-expanded-row/styles.css +0 -9
- package/dist/collection/deprecated/z-table-deprecated/z-table-footer/index.js +0 -26
- package/dist/collection/deprecated/z-table-deprecated/z-table-footer/index.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-footer/index.spec.js +0 -23
- package/dist/collection/deprecated/z-table-deprecated/z-table-footer/index.spec.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-footer/styles.css +0 -5
- package/dist/collection/deprecated/z-table-deprecated/z-table-head/index.js +0 -26
- package/dist/collection/deprecated/z-table-deprecated/z-table-head/index.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-head/index.spec.js +0 -23
- package/dist/collection/deprecated/z-table-deprecated/z-table-head/index.spec.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-head/styles.css +0 -5
- package/dist/collection/deprecated/z-table-deprecated/z-table-header/index.js +0 -227
- package/dist/collection/deprecated/z-table-deprecated/z-table-header/index.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-header/index.spec.js +0 -227
- package/dist/collection/deprecated/z-table-deprecated/z-table-header/index.spec.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-header/styles.css +0 -71
- package/dist/collection/deprecated/z-table-deprecated/z-table-header-row/index.js +0 -48
- package/dist/collection/deprecated/z-table-deprecated/z-table-header-row/index.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-header-row/index.spec.js +0 -28
- package/dist/collection/deprecated/z-table-deprecated/z-table-header-row/index.spec.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-header-row/styles.css +0 -13
- package/dist/collection/deprecated/z-table-deprecated/z-table-row/index.js +0 -96
- package/dist/collection/deprecated/z-table-deprecated/z-table-row/index.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-row/index.spec.js +0 -23
- package/dist/collection/deprecated/z-table-deprecated/z-table-row/index.spec.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-row/styles.css +0 -45
- package/dist/collection/deprecated/z-table-deprecated/z-table-sticky-footer/index.js +0 -23
- package/dist/collection/deprecated/z-table-deprecated/z-table-sticky-footer/index.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-sticky-footer/index.spec.js +0 -16
- package/dist/collection/deprecated/z-table-deprecated/z-table-sticky-footer/index.spec.js.map +0 -1
- package/dist/collection/deprecated/z-table-deprecated/z-table-sticky-footer/styles.css +0 -11
- package/dist/components/index28.js +0 -45
- package/dist/components/index28.js.map +0 -1
- package/dist/components/index29.js +0 -120
- package/dist/components/index29.js.map +0 -1
- package/dist/components/index30.js +0 -46
- package/dist/components/index30.js.map +0 -1
- package/dist/components/z-contextual-menu.d.ts +0 -11
- package/dist/components/z-contextual-menu.js +0 -98
- package/dist/components/z-contextual-menu.js.map +0 -1
- package/dist/components/z-navigation-tab-link.d.ts +0 -11
- package/dist/components/z-navigation-tab-link.js +0 -105
- package/dist/components/z-navigation-tab-link.js.map +0 -1
- package/dist/components/z-navigation-tab.d.ts +0 -11
- package/dist/components/z-navigation-tab.js +0 -100
- package/dist/components/z-navigation-tab.js.map +0 -1
- package/dist/components/z-table-body.d.ts +0 -11
- package/dist/components/z-table-body.js +0 -40
- package/dist/components/z-table-body.js.map +0 -1
- package/dist/components/z-table-cell.d.ts +0 -11
- package/dist/components/z-table-cell.js +0 -8
- package/dist/components/z-table-cell.js.map +0 -1
- package/dist/components/z-table-deprecated.d.ts +0 -11
- package/dist/components/z-table-deprecated.js +0 -127
- package/dist/components/z-table-deprecated.js.map +0 -1
- package/dist/components/z-table-empty-box.d.ts +0 -11
- package/dist/components/z-table-empty-box.js +0 -8
- package/dist/components/z-table-empty-box.js.map +0 -1
- package/dist/components/z-table-expanded-row.d.ts +0 -11
- package/dist/components/z-table-expanded-row.js +0 -39
- package/dist/components/z-table-expanded-row.js.map +0 -1
- package/dist/components/z-table-footer.d.ts +0 -11
- package/dist/components/z-table-footer.js +0 -39
- package/dist/components/z-table-footer.js.map +0 -1
- package/dist/components/z-table-head.d.ts +0 -11
- package/dist/components/z-table-head.js +0 -39
- package/dist/components/z-table-head.js.map +0 -1
- package/dist/components/z-table-header-row.d.ts +0 -11
- package/dist/components/z-table-header-row.js +0 -65
- package/dist/components/z-table-header-row.js.map +0 -1
- package/dist/components/z-table-header.d.ts +0 -11
- package/dist/components/z-table-header.js +0 -8
- package/dist/components/z-table-header.js.map +0 -1
- package/dist/components/z-table-row.d.ts +0 -11
- package/dist/components/z-table-row.js +0 -79
- package/dist/components/z-table-row.js.map +0 -1
- package/dist/components/z-table-sticky-footer.d.ts +0 -11
- package/dist/components/z-table-sticky-footer.js +0 -35
- package/dist/components/z-table-sticky-footer.js.map +0 -1
- package/dist/esm/icons-f212e30c.js +0 -862
- package/dist/esm/icons-f212e30c.js.map +0 -1
- package/dist/esm/index-0c3f6c0f.js +0 -80
- package/dist/esm/index-0c3f6c0f.js.map +0 -1
- package/dist/esm/index-1ad3694a.js +0 -19
- package/dist/esm/index-1ad3694a.js.map +0 -1
- package/dist/esm/index-42dcef4f.js +0 -41
- package/dist/esm/index-42dcef4f.js.map +0 -1
- package/dist/esm/index-55b38815.js +0 -18
- package/dist/esm/index-55b38815.js.map +0 -1
- package/dist/esm/index-5b6bb2e2.js +0 -28
- package/dist/esm/index-5b6bb2e2.js.map +0 -1
- package/dist/esm/index-659b7228.js +0 -35
- package/dist/esm/index-659b7228.js.map +0 -1
- package/dist/esm/index-73ab3b9b.js +0 -22
- package/dist/esm/index-73ab3b9b.js.map +0 -1
- package/dist/esm/index-754a9620.js +0 -22
- package/dist/esm/index-754a9620.js.map +0 -1
- package/dist/esm/index-829d5a8b.js +0 -23
- package/dist/esm/index-829d5a8b.js.map +0 -1
- package/dist/esm/index-c3277075.js +0 -22
- package/dist/esm/index-c3277075.js.map +0 -1
- package/dist/esm/z-contextual-menu.entry.js +0 -40
- package/dist/esm/z-contextual-menu.entry.js.map +0 -1
- package/dist/esm/z-navigation-tab-link.entry.js +0 -68
- package/dist/esm/z-navigation-tab-link.entry.js.map +0 -1
- package/dist/esm/z-navigation-tab.entry.js +0 -65
- package/dist/esm/z-navigation-tab.entry.js.map +0 -1
- package/dist/esm/z-table-body.entry.js +0 -4
- package/dist/esm/z-table-body.entry.js.map +0 -1
- package/dist/esm/z-table-cell.entry.js +0 -5
- package/dist/esm/z-table-cell.entry.js.map +0 -1
- package/dist/esm/z-table-deprecated.entry.js +0 -88
- package/dist/esm/z-table-deprecated.entry.js.map +0 -1
- package/dist/esm/z-table-empty-box.entry.js +0 -4
- package/dist/esm/z-table-empty-box.entry.js.map +0 -1
- package/dist/esm/z-table-expanded-row.entry.js +0 -4
- package/dist/esm/z-table-expanded-row.entry.js.map +0 -1
- package/dist/esm/z-table-footer.entry.js +0 -4
- package/dist/esm/z-table-footer.entry.js.map +0 -1
- package/dist/esm/z-table-head.entry.js +0 -4
- package/dist/esm/z-table-head.entry.js.map +0 -1
- package/dist/esm/z-table-header-row.entry.js +0 -4
- package/dist/esm/z-table-header-row.entry.js.map +0 -1
- package/dist/esm/z-table-header.entry.js +0 -7
- package/dist/esm/z-table-header.entry.js.map +0 -1
- package/dist/esm/z-table-row.entry.js +0 -5
- package/dist/esm/z-table-row.entry.js.map +0 -1
- package/dist/esm/z-table-sticky-footer.entry.js +0 -4
- package/dist/esm/z-table-sticky-footer.entry.js.map +0 -1
- package/dist/types/components/z-contextual-menu/index.d.ts +0 -26
- package/dist/types/deprecated/z-navigation-tab/index.d.ts +0 -69
- package/dist/types/deprecated/z-navigation-tab-link/index.d.ts +0 -77
- package/dist/types/deprecated/z-table-deprecated/z-table-body/index.d.ts +0 -8
- package/dist/types/deprecated/z-table-deprecated/z-table-cell/index.d.ts +0 -14
- package/dist/types/deprecated/z-table-deprecated/z-table-deprecated/index.d.ts +0 -59
- package/dist/types/deprecated/z-table-deprecated/z-table-empty-box/index.d.ts +0 -15
- package/dist/types/deprecated/z-table-deprecated/z-table-expanded-row/index.d.ts +0 -8
- package/dist/types/deprecated/z-table-deprecated/z-table-footer/index.d.ts +0 -8
- package/dist/types/deprecated/z-table-deprecated/z-table-head/index.d.ts +0 -8
- package/dist/types/deprecated/z-table-deprecated/z-table-header/index.d.ts +0 -31
- package/dist/types/deprecated/z-table-deprecated/z-table-header-row/index.d.ts +0 -9
- package/dist/types/deprecated/z-table-deprecated/z-table-row/index.d.ts +0 -16
- package/dist/types/deprecated/z-table-deprecated/z-table-sticky-footer/index.d.ts +0 -7
- package/dist/web-components-library/p-011a7536.js +0 -2
- package/dist/web-components-library/p-011a7536.js.map +0 -1
- package/dist/web-components-library/p-1ff016c2.entry.js +0 -2
- package/dist/web-components-library/p-1ff016c2.entry.js.map +0 -1
- package/dist/web-components-library/p-2731d501.entry.js +0 -2
- package/dist/web-components-library/p-2731d501.entry.js.map +0 -1
- package/dist/web-components-library/p-28c6bb97.entry.js +0 -2
- package/dist/web-components-library/p-28c6bb97.entry.js.map +0 -1
- package/dist/web-components-library/p-3441cb4e.entry.js +0 -2
- package/dist/web-components-library/p-3441cb4e.entry.js.map +0 -1
- package/dist/web-components-library/p-356aac96.js +0 -2
- package/dist/web-components-library/p-356aac96.js.map +0 -1
- package/dist/web-components-library/p-40f68d35.entry.js +0 -2
- package/dist/web-components-library/p-40f68d35.entry.js.map +0 -1
- package/dist/web-components-library/p-4686b762.js +0 -2
- package/dist/web-components-library/p-4686b762.js.map +0 -1
- package/dist/web-components-library/p-472eb82d.entry.js +0 -2
- package/dist/web-components-library/p-472eb82d.entry.js.map +0 -1
- package/dist/web-components-library/p-4bc82510.js +0 -2
- package/dist/web-components-library/p-4bc82510.js.map +0 -1
- package/dist/web-components-library/p-55d22af2.js +0 -2
- package/dist/web-components-library/p-55d22af2.js.map +0 -1
- package/dist/web-components-library/p-5e585fe9.js +0 -2
- package/dist/web-components-library/p-5e585fe9.js.map +0 -1
- package/dist/web-components-library/p-6087739d.js +0 -2
- package/dist/web-components-library/p-6087739d.js.map +0 -1
- package/dist/web-components-library/p-626a5bb1.entry.js +0 -2
- package/dist/web-components-library/p-626a5bb1.entry.js.map +0 -1
- package/dist/web-components-library/p-6790a3c1.js +0 -2
- package/dist/web-components-library/p-6790a3c1.js.map +0 -1
- package/dist/web-components-library/p-68a9a3dd.entry.js +0 -2
- package/dist/web-components-library/p-68a9a3dd.entry.js.map +0 -1
- package/dist/web-components-library/p-69697329.entry.js +0 -2
- package/dist/web-components-library/p-69697329.entry.js.map +0 -1
- package/dist/web-components-library/p-6aba107d.entry.js +0 -2
- package/dist/web-components-library/p-6aba107d.entry.js.map +0 -1
- package/dist/web-components-library/p-820c2503.js +0 -2
- package/dist/web-components-library/p-820c2503.js.map +0 -1
- package/dist/web-components-library/p-98e8d64f.entry.js +0 -2
- package/dist/web-components-library/p-98e8d64f.entry.js.map +0 -1
- package/dist/web-components-library/p-9bcb606c.entry.js +0 -2
- package/dist/web-components-library/p-9bcb606c.entry.js.map +0 -1
- package/dist/web-components-library/p-b1b69181.entry.js +0 -2
- package/dist/web-components-library/p-b1b69181.entry.js.map +0 -1
- package/dist/web-components-library/p-b99dd793.entry.js +0 -2
- package/dist/web-components-library/p-b99dd793.entry.js.map +0 -1
- package/dist/web-components-library/p-c2555fef.entry.js +0 -2
- package/dist/web-components-library/p-c2555fef.entry.js.map +0 -1
- package/dist/web-components-library/p-ca5975a3.js +0 -2
- package/dist/web-components-library/p-ca5975a3.js.map +0 -1
- package/dist/web-components-library/p-cc46f0ce.js +0 -2
- package/dist/web-components-library/p-cc46f0ce.js.map +0 -1
- package/dist/web-components-library/p-ebcf6b4d.entry.js +0 -2
- package/dist/web-components-library/p-ed03b414.entry.js +0 -2
- package/dist/web-components-library/p-ed03b414.entry.js.map +0 -1
- package/dist/web-components-library/p-fe8d7642.entry.js +0 -2
- package/www/build/p-011a7536.js +0 -2
- package/www/build/p-011a7536.js.map +0 -1
- package/www/build/p-1ff016c2.entry.js +0 -2
- package/www/build/p-1ff016c2.entry.js.map +0 -1
- package/www/build/p-2731d501.entry.js +0 -2
- package/www/build/p-2731d501.entry.js.map +0 -1
- package/www/build/p-28c6bb97.entry.js +0 -2
- package/www/build/p-28c6bb97.entry.js.map +0 -1
- package/www/build/p-3441cb4e.entry.js +0 -2
- package/www/build/p-3441cb4e.entry.js.map +0 -1
- package/www/build/p-356aac96.js +0 -2
- package/www/build/p-356aac96.js.map +0 -1
- package/www/build/p-40f68d35.entry.js +0 -2
- package/www/build/p-40f68d35.entry.js.map +0 -1
- package/www/build/p-4686b762.js +0 -2
- package/www/build/p-4686b762.js.map +0 -1
- package/www/build/p-472eb82d.entry.js +0 -2
- package/www/build/p-472eb82d.entry.js.map +0 -1
- package/www/build/p-4bc82510.js +0 -2
- package/www/build/p-4bc82510.js.map +0 -1
- package/www/build/p-55d22af2.js +0 -2
- package/www/build/p-55d22af2.js.map +0 -1
- package/www/build/p-5e585fe9.js +0 -2
- package/www/build/p-5e585fe9.js.map +0 -1
- package/www/build/p-6087739d.js +0 -2
- package/www/build/p-6087739d.js.map +0 -1
- package/www/build/p-626a5bb1.entry.js +0 -2
- package/www/build/p-626a5bb1.entry.js.map +0 -1
- package/www/build/p-6790a3c1.js +0 -2
- package/www/build/p-6790a3c1.js.map +0 -1
- package/www/build/p-68a9a3dd.entry.js +0 -2
- package/www/build/p-68a9a3dd.entry.js.map +0 -1
- package/www/build/p-69697329.entry.js +0 -2
- package/www/build/p-69697329.entry.js.map +0 -1
- package/www/build/p-6aba107d.entry.js +0 -2
- package/www/build/p-6aba107d.entry.js.map +0 -1
- package/www/build/p-820c2503.js +0 -2
- package/www/build/p-820c2503.js.map +0 -1
- package/www/build/p-87a03b6d.js +0 -2
- package/www/build/p-98e8d64f.entry.js +0 -2
- package/www/build/p-98e8d64f.entry.js.map +0 -1
- package/www/build/p-9bcb606c.entry.js +0 -2
- package/www/build/p-9bcb606c.entry.js.map +0 -1
- package/www/build/p-b1b69181.entry.js +0 -2
- package/www/build/p-b1b69181.entry.js.map +0 -1
- package/www/build/p-b99dd793.entry.js +0 -2
- package/www/build/p-b99dd793.entry.js.map +0 -1
- package/www/build/p-c2555fef.entry.js +0 -2
- package/www/build/p-c2555fef.entry.js.map +0 -1
- package/www/build/p-ca5975a3.js +0 -2
- package/www/build/p-ca5975a3.js.map +0 -1
- package/www/build/p-cc46f0ce.js +0 -2
- package/www/build/p-cc46f0ce.js.map +0 -1
- package/www/build/p-ebcf6b4d.entry.js +0 -2
- package/www/build/p-ed03b414.entry.js +0 -2
- package/www/build/p-ed03b414.entry.js.map +0 -1
- package/www/build/p-fe8d7642.entry.js +0 -2
- /package/dist/web-components-library/{p-6d0bb567.entry.js.map → p-00d7315a.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-10c29fb4.entry.js.map → p-04755b76.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-7d4cd2e8.entry.js.map → p-05b39597.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-83657b33.entry.js.map → p-120a809e.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-fa4a2862.entry.js.map → p-239fb968.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-378b2bbf.entry.js.map → p-24ab494d.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-f97c093d.entry.js.map → p-2637ab23.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-ebcf6b4d.entry.js.map → p-4c40561d.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-fe8d7642.entry.js.map → p-5d67d311.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-ae71256f.entry.js.map → p-5eb0a064.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-2f72475d.entry.js.map → p-6edd5dbe.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-402bd7f6.entry.js.map → p-8d81a5c8.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-210fbe0f.entry.js.map → p-942e5126.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-af27423a.entry.js.map → p-95104b91.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-9e71d6b3.entry.js.map → p-996c1471.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-bb8037c4.entry.js.map → p-a53ab86e.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-ac497c80.entry.js.map → p-b57362ef.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-97bba1f2.entry.js.map → p-b670ffa5.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-38c63f28.entry.js.map → p-d1f8ca38.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-9882e8a5.entry.js.map → p-d251f105.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-e3e48e64.entry.js.map → p-d92765b6.entry.js.map} +0 -0
- /package/dist/web-components-library/{p-5d220bbc.entry.js.map → p-dbc437d8.entry.js.map} +0 -0
- /package/www/build/{p-6d0bb567.entry.js.map → p-00d7315a.entry.js.map} +0 -0
- /package/www/build/{p-10c29fb4.entry.js.map → p-04755b76.entry.js.map} +0 -0
- /package/www/build/{p-7d4cd2e8.entry.js.map → p-05b39597.entry.js.map} +0 -0
- /package/www/build/{p-83657b33.entry.js.map → p-120a809e.entry.js.map} +0 -0
- /package/www/build/{p-fa4a2862.entry.js.map → p-239fb968.entry.js.map} +0 -0
- /package/www/build/{p-378b2bbf.entry.js.map → p-24ab494d.entry.js.map} +0 -0
- /package/www/build/{p-f97c093d.entry.js.map → p-2637ab23.entry.js.map} +0 -0
- /package/www/build/{p-ebcf6b4d.entry.js.map → p-4c40561d.entry.js.map} +0 -0
- /package/www/build/{p-fe8d7642.entry.js.map → p-5d67d311.entry.js.map} +0 -0
- /package/www/build/{p-ae71256f.entry.js.map → p-5eb0a064.entry.js.map} +0 -0
- /package/www/build/{p-2f72475d.entry.js.map → p-6edd5dbe.entry.js.map} +0 -0
- /package/www/build/{p-402bd7f6.entry.js.map → p-8d81a5c8.entry.js.map} +0 -0
- /package/www/build/{p-210fbe0f.entry.js.map → p-942e5126.entry.js.map} +0 -0
- /package/www/build/{p-af27423a.entry.js.map → p-95104b91.entry.js.map} +0 -0
- /package/www/build/{p-9e71d6b3.entry.js.map → p-996c1471.entry.js.map} +0 -0
- /package/www/build/{p-bb8037c4.entry.js.map → p-a53ab86e.entry.js.map} +0 -0
- /package/www/build/{p-ac497c80.entry.js.map → p-b57362ef.entry.js.map} +0 -0
- /package/www/build/{p-97bba1f2.entry.js.map → p-b670ffa5.entry.js.map} +0 -0
- /package/www/build/{p-38c63f28.entry.js.map → p-d1f8ca38.entry.js.map} +0 -0
- /package/www/build/{p-9882e8a5.entry.js.map → p-d251f105.entry.js.map} +0 -0
- /package/www/build/{p-e3e48e64.entry.js.map → p-d92765b6.entry.js.map} +0 -0
- /package/www/build/{p-5d220bbc.entry.js.map → p-dbc437d8.entry.js.map} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r,h as
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r,h as a}from"./p-10bb4f4b.js";const o="button{display:flex;width:42px;width:calc(var(--space-unit) * 6);height:calc(var(--space-unit) * 5);height:calc(var(--space-unit) * 6);align-items:center;justify-content:center;padding:0;border:none;border-left:var(--border-size-medium) solid var(--color-surface03);margin:0;background:none;border-radius:0 var(--border-radius) 0 0;color:var(--color-primary01);cursor:pointer;fill:var(--color-primary01);outline:none}button:active,button:focus{color:var(--blue700);fill:var(--blue700)}button>span{display:flex;width:28px;height:28px;align-items:center;justify-content:center;border:0;border-radius:var(--border-radius)}button:hover>span{background:var(--color-primary03)}button:focus>span{background:var(--color-surface01);border-radius:var(--border-radius);box-shadow:var(--shadow-focus-primary)}button:active>span{background:var(--color-surface01);border-radius:var(--border-radius);box-shadow:var(--shadow-2)}button:disabled{cursor:not-allowed}button:disabled>span{background:none;box-shadow:var(--shadow-0);pointer-events:none}button:disabled>span>z-icon{fill:var(--color-surface03)}button::-moz-focus-inner{border:0}";const e=o;const t=class{constructor(a){r(this,a);this.icon=undefined;this.isdisabled=false;this.ariaLabel=""}render(){return a("button",{key:"a847d6b5a8492bcd22ed033aeece36f7652dd5f2",disabled:this.isdisabled,"aria-label":this.ariaLabel},a("span",{key:"0f7e06abb02b75cd18a905cceaaed460808c9685"},a("z-icon",{key:"178e3cd6a28c2533c3443348bb635125cec14099",name:this.icon,width:16,height:16})))}};t.style=e;export{t as z_myz_card_icon};
|
|
2
|
+
//# sourceMappingURL=p-00d7315a.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as e,h as t,g as o}from"./p-10bb4f4b.js";import{L as i}from"./p-025f494e.js";const s='footer{position:relative;z-index:5;top:0;width:auto;height:calc(var(--space-unit) * 6);padding:0;border-top:var(--border-size-medium) solid var(--color-surface03);margin:0;background-color:var(--color-surface01);border-radius:0 0 var(--border-radius) var(--border-radius);color:var(--color-surface05);font-family:var(--font-family-sans);font-weight:var(--font-rg);transition:height 500ms ease-in-out, top 500ms ease-in-out}footer.real,footer.trial,footer.temp{border-top:var(--border-size-medium) solid var(--blue100)}footer .bold{font-family:var(--font-family-sans);font-weight:var(--font-sb)}footer>p{overflow:hidden;height:40px;padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 2) var(--space-unit) calc(var(--space-unit) * 2);margin:0;background-color:var(--color-surface01);font-family:var(--font-family-sans);font-size:16px;font-weight:var(--font-rg);line-height:22px;transition:all 200ms linear}footer.isopen>p{background-color:var(--gray200);font-size:14px;font-weight:var(--font-sb);transition:all 200ms linear}footer.isopen.real>p,footer.isopen.trial>p,footer.isopen.temp>p{background-color:var(--blue100)}footer .visible{display:block}footer .hidden{display:none}footer>div.content{overflow:hidden;height:60px}footer>div.content>div:not(.slot-handler){padding:var(--space-unit) calc(var(--space-unit) * 2)}footer>div.content>div>p{overflow:hidden;height:20px;padding:0;margin:0;font-size:14px;line-height:20px;text-overflow:ellipsis;white-space:nowrap}footer>div.content>div>p.year-isbn{display:flex;flex-direction:row;justify-content:space-between;padding-top:var(--space-unit)}footer>div.content>div>p.year-isbn>span.isbn{overflow:hidden;text-overflow:ellipsis}footer.isopen>div.content>div:not(.slot-handler){height:68px}footer.isopen>div.content>div>p.authors{height:40px;text-overflow:initial;white-space:initial}footer.isopen>div.content>div>p.year-isbn{height:50px;flex-direction:column;padding-left:0}footer.isopen>div.content>div>p.year-isbn>span.isbn{display:inline-grid;padding-left:0}footer.isopen{top:-212px;height:295px;transition:height 500ms ease-in-out, top 500ms ease-in-out}footer.isopen.custom-content{top:-292px}footer.isopen>div.content{height:280px;transition:height 500ms ease-in-out, top 500ms ease-in-out}footer.isopen.custom-content>div.content{height:230px}.toggle{position:absolute;z-index:10;top:-24px;left:16px}.faded{opacity:0.3;pointer-events:none}footer>p.custom-content,footer .content.custom-content{display:none}footer.isopen>p.custom-content,footer.isopen .content.custom-content{display:block}div.wrapper{position:relative;height:100%}div.wrapper ::slotted([slot="content"]){position:absolute;z-index:10;top:calc(var(--space-unit) * 2);display:block;width:100%;height:112px;box-sizing:border-box;padding:0 calc(var(--space-unit) * 2);border-top:var(--border-size-medium) solid transparent;background:var(--color-white)}div.wrapper.isopen ::slotted([slot="content"]){top:0;bottom:0;height:128px;padding:calc(var(--space-unit) * 2);border-color:var(--blue100)}';const
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as e,h as t,g as o}from"./p-10bb4f4b.js";import{L as i}from"./p-025f494e.js";const s='footer{position:relative;z-index:5;top:0;width:auto;height:calc(var(--space-unit) * 6);padding:0;border-top:var(--border-size-medium) solid var(--color-surface03);margin:0;background-color:var(--color-surface01);border-radius:0 0 var(--border-radius) var(--border-radius);color:var(--color-surface05);font-family:var(--font-family-sans);font-weight:var(--font-rg);transition:height 500ms ease-in-out, top 500ms ease-in-out}footer.real,footer.trial,footer.temp{border-top:var(--border-size-medium) solid var(--blue100)}footer .bold{font-family:var(--font-family-sans);font-weight:var(--font-sb)}footer>p{overflow:hidden;height:40px;padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 2) var(--space-unit) calc(var(--space-unit) * 2);margin:0;background-color:var(--color-surface01);font-family:var(--font-family-sans);font-size:16px;font-weight:var(--font-rg);line-height:22px;transition:all 200ms linear}footer.isopen>p{background-color:var(--gray200);font-size:14px;font-weight:var(--font-sb);transition:all 200ms linear}footer.isopen.real>p,footer.isopen.trial>p,footer.isopen.temp>p{background-color:var(--blue100)}footer .visible{display:block}footer .hidden{display:none}footer>div.content{overflow:hidden;height:60px}footer>div.content>div:not(.slot-handler){padding:var(--space-unit) calc(var(--space-unit) * 2)}footer>div.content>div>p{overflow:hidden;height:20px;padding:0;margin:0;font-size:14px;line-height:20px;text-overflow:ellipsis;white-space:nowrap}footer>div.content>div>p.year-isbn{display:flex;flex-direction:row;justify-content:space-between;padding-top:var(--space-unit)}footer>div.content>div>p.year-isbn>span.isbn{overflow:hidden;text-overflow:ellipsis}footer.isopen>div.content>div:not(.slot-handler){height:68px}footer.isopen>div.content>div>p.authors{height:40px;text-overflow:initial;white-space:initial}footer.isopen>div.content>div>p.year-isbn{height:50px;flex-direction:column;padding-left:0}footer.isopen>div.content>div>p.year-isbn>span.isbn{display:inline-grid;padding-left:0}footer.isopen{top:-212px;height:295px;transition:height 500ms ease-in-out, top 500ms ease-in-out}footer.isopen.custom-content{top:-292px}footer.isopen>div.content{height:280px;transition:height 500ms ease-in-out, top 500ms ease-in-out}footer.isopen.custom-content>div.content{height:230px}.toggle{position:absolute;z-index:10;top:-24px;left:16px}.faded{opacity:0.3;pointer-events:none}footer>p.custom-content,footer .content.custom-content{display:none}footer.isopen>p.custom-content,footer.isopen .content.custom-content{display:block}div.wrapper{position:relative;height:100%}div.wrapper ::slotted([slot="content"]){position:absolute;z-index:10;top:calc(var(--space-unit) * 2);display:block;width:100%;height:112px;box-sizing:border-box;padding:0 calc(var(--space-unit) * 2);border-top:var(--border-size-medium) solid transparent;background:var(--color-white)}div.wrapper.isopen ::slotted([slot="content"]){top:0;bottom:0;height:128px;padding:calc(var(--space-unit) * 2);border-color:var(--blue100)}';const n=s;const a=class{constructor(t){e(this,t);this.titolo=undefined;this.autori=undefined;this.isbn=undefined;this.faded=undefined;this.cardtype=undefined;this.opened=false;this.customContent=false;this.isOpen=false;this.allowTooltipAuthors=false}handleToggle(){this.isOpen=!this.isOpen;if(this.isOpen){const e=this.getFirstListItem();if(e){requestAnimationFrame((()=>{e.focus()}))}}}getTitleAuthors(){return this.allowTooltipAuthors?this.autori:""}componentWillLoad(){if(this.opened){this.isOpen=true}}elementsEllipsis(){this.allowTooltipAuthors=this.elementAuthorsHasEllipsis()?true:false}elementAuthorsHasEllipsis(){return this.ellipsisAuthors.offsetWidth<this.ellipsisAuthors.scrollWidth}retrieveClass(){return{isopen:this.isOpen,real:this.cardtype===i.REAL,trial:this.cardtype===i.TRIAL,temp:this.cardtype===i.TEMP,"custom-content":this.customContent}}footerTransitionHandler(e){if(["visibility","height"].includes(e.propertyName)){this.elementsEllipsis()}}getFirstListItem(){return this.host.querySelector("[slot=list] > li a")}render(){return t("div",{key:"5dd8a1450395437b275fb926b09da03549915574",class:Object.assign(Object.assign({},this.retrieveClass()),{wrapper:true})},t("footer",{key:"7b7e36ef2959885e4a560982cb7e08ac04818780",class:this.retrieveClass(),onTransitionEnd:e=>this.footerTransitionHandler(e)},t("span",{key:"1c40adf2f5d502c07c9376b63a8698d4667db396",class:"toggle"},t("slot",{key:"bd6af616f75d683d7be56058acc8b73b3bf93df6",name:"toggle"})),this.titolo&&t("p",{class:{"custom-content":this.customContent}},this.titolo),t("div",{key:"65e8bf56114cffbd456848ee1f8d1114e6e5080a",class:{content:true,"custom-content":this.customContent}},t("div",{key:"66e9bc72b76b51fd62b480fdcd79fb1275fa6025"},t("p",{key:"3ed9294e4344921197fab0e6514060c44fbb1e1b",class:"authors",ref:e=>this.ellipsisAuthors=e},t("span",{key:"59377aadd8b9390fe356ef2b43c19deba9215ef8",title:this.getTitleAuthors()},t("span",{key:"ee5c8a2ae408e4e5188dc446155c9aeb718166d4","aria-description":"Autori",class:"bold"},this.autori))),t("p",{key:"e18fb80f72dcc4167f9f3a9b01125bee192d93c4",class:"year-isbn"},t("span",{key:"2bd10075dbcad13130986d76b0a1876b83c38a3e",class:"isbn"},t("span",{key:"0db0267195bbac8406e70f4476b5f47063fe94b5"},t("span",{key:"2353a8330af27b7cb67b581867684fd8038aa482","aria-description":"ISBN edizione cartacea",class:"bold"},this.isbn)," ","(ed. cartacea)")))),t("div",{key:"bcd81eae284110276be84b0493386f50280714bb",class:`slot-handler ${this.isOpen?"visible":"hidden"}`},t("slot",{key:"74920df025462ca9464bbe269036a5c72a1b239e",name:"list"})))),this.customContent&&t("slot",{name:"content"}))}get host(){return o(this)}};a.style=n;export{a as z_myz_card_footer};
|
|
2
|
+
//# sourceMappingURL=p-04755b76.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as e,c as t,h as r}from"./p-10bb4f4b.js";import{o as a}from"./p-025f494e.js";const i=":host{position:absolute;z-index:2;top:0;left:0;width:100%;font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>z-alert{height:calc(var(--space-unit) * 6)}.relative-container{position:relative;display:grid;align-items:center;padding:0;grid-column-gap:var(--space-unit);grid-template-columns:18px auto 46px;grid-template-rows:1fr;outline:none}.relative-container::-moz-focus-inner{border:0}.alert-external-wrapper.remove-alert{border:var(--border-size-medium) solid var(--color-surface02);border-top:none}:host div.add-alert{background:var(--color-success-inverse)}:host div.remove-alert{background:var(--color-warning-inverse)}:host div>.content-text{color:var(--color-surface05);font-size:14px;letter-spacing:0.16px;line-height:20px}:host div>.content-action{height:20px;color:var(--color-primary01);cursor:pointer;font-size:12px;font-weight:var(--font-sb);letter-spacing:0.32px;line-height:20px}:host div>z-icon{justify-self:center}";const s=i;const n=class{constructor(r){e(this,r);this.undoAction=t(this,"undoAction",7);this.iconname=undefined;this.contenttext=undefined;this.actiontext=undefined;this.type=undefined}emitUndoAction(){this.undoAction.emit({actionType:this.type})}handleSpaceKeyPress(e){if(e.keyCode==32||e.keyCode==13){e.preventDefault();this.emitUndoAction()}}handleActionButtonClick(e){e.preventDefault();this.emitUndoAction()}retrieveClass(){let e="";switch(this.type){case"add":e="add-alert";break;case"remove":e="remove-alert";break;default:e="";break}return e}getAlertType(){switch(this.type){case"add":return a.SUCCESS;case"remove":return a.WARNING;default:return null}}render(){return r("div",{key:"
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as e,c as t,h as r}from"./p-10bb4f4b.js";import{o as a}from"./p-025f494e.js";const i=":host{position:absolute;z-index:2;top:0;left:0;width:100%;font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>z-alert{height:calc(var(--space-unit) * 6)}.relative-container{position:relative;display:grid;align-items:center;padding:0;grid-column-gap:var(--space-unit);grid-template-columns:18px auto 46px;grid-template-rows:1fr;outline:none}.relative-container::-moz-focus-inner{border:0}.alert-external-wrapper.remove-alert{border:var(--border-size-medium) solid var(--color-surface02);border-top:none}:host div.add-alert{background:var(--color-success-inverse)}:host div.remove-alert{background:var(--color-warning-inverse)}:host div>.content-text{color:var(--color-surface05);font-size:14px;letter-spacing:0.16px;line-height:20px}:host div>.content-action{height:20px;color:var(--color-primary01);cursor:pointer;font-size:12px;font-weight:var(--font-sb);letter-spacing:0.32px;line-height:20px}:host div>z-icon{justify-self:center}";const s=i;const n=class{constructor(r){e(this,r);this.undoAction=t(this,"undoAction",7);this.iconname=undefined;this.contenttext=undefined;this.actiontext=undefined;this.type=undefined}emitUndoAction(){this.undoAction.emit({actionType:this.type})}handleSpaceKeyPress(e){if(e.keyCode==32||e.keyCode==13){e.preventDefault();this.emitUndoAction()}}handleActionButtonClick(e){e.preventDefault();this.emitUndoAction()}retrieveClass(){let e="";switch(this.type){case"add":e="add-alert";break;case"remove":e="remove-alert";break;default:e="";break}return e}getAlertType(){switch(this.type){case"add":return a.SUCCESS;case"remove":return a.WARNING;default:return null}}render(){return r("div",{key:"470f1e9563148daba93a5d2dd19727bc04d706c5",class:"alert-external-wrapper "+this.retrieveClass()},r("z-alert",{key:"4e42f67a1fd020466c3b9ab94301927f94230da2",type:this.getAlertType()},r("div",{key:"f395f1d7d32f23ab38badc5ce27894a7fbfb2cc4",class:"relative-container"},r("z-icon",{key:"4e6cab20b05b8843982c640cd99243693abcc36c",name:this.iconname,width:18,height:18,class:this.retrieveClass()}),r("span",{key:"9b6c135f64c3ab78fe740e91efedcc5282a0de01",class:"content-text"},this.contenttext),this.actiontext&&!!this.actiontext.trim().length&&r("span",{role:"button",tabindex:"0",class:"content-action",onClick:e=>{this.handleActionButtonClick(e)},onKeyPress:e=>{this.handleSpaceKeyPress(e)}},this.actiontext))))}};n.style=s;export{n as z_myz_card_alert};
|
|
2
|
+
//# sourceMappingURL=p-05b39597.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as o,h as e}from"./p-10bb4f4b.js";const a=":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>div>footer{height:128px;box-sizing:border-box;padding:var(--space-unit) calc(var(--space-unit) * 2) 0;border-top:var(--border-size-medium) solid var(--color-surface03);border-radius:0 0 var(--border-radius) var(--border-radius);color:var(--color-surface05);font-size:16px;line-height:24px}:host>div>footer>div.top,:host>div>footer>div.bottom{height:60px}";const r=a;const t=class{constructor(e){o(this,e)}render(){return e("div",{key:"
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as o,h as e}from"./p-10bb4f4b.js";const a=":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>div>footer{height:128px;box-sizing:border-box;padding:var(--space-unit) calc(var(--space-unit) * 2) 0;border-top:var(--border-size-medium) solid var(--color-surface03);border-radius:0 0 var(--border-radius) var(--border-radius);color:var(--color-surface05);font-size:16px;line-height:24px}:host>div>footer>div.top,:host>div>footer>div.bottom{height:60px}";const r=a;const t=class{constructor(e){o(this,e)}render(){return e("div",{key:"ad5a5b4ce763cd24f68d02ec7b6e29b2545b94be"},e("footer",{key:"85252bc9e7ac49dd5250160f31eda28d0cd9b56c"},e("div",{key:"43fdf6d47836f0c6cddb8e6a2a807837642a46b6",class:"top"},e("slot",{key:"ec8b4121c2c3aa2975f19c8ba846689f5a0e0dea",name:"top"})),e("div",{key:"a76056af1fba864d1dd3dbc7c4c6a109ee1e5e9d",class:"bottom"},e("slot",{key:"b1f51897fe2f8bac34c21b409c74003651bc641a",name:"bottom"}))))}};t.style=r;export{t as z_myz_card_footer_sections};
|
|
2
|
+
//# sourceMappingURL=p-120a809e.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as t,c as e,h as i,g as
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as t,c as e,h as i,g as a}from"./p-10bb4f4b.js";import{q as s}from"./p-025f494e.js";import{a as o}from"./p-955da62e.js";import{H as r}from"./p-54b0b04e.js";import"./p-2c886e8b.js";const n=":host{width:inherit;height:100%;margin:inherit;font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>div{width:inherit;height:100%;margin:inherit}:host>div>div.background{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:0;height:0}:host>div>div.background.open{width:100%;height:100%}:host>div>div.content-wrapper{position:fixed;z-index:999;bottom:0;left:0;width:inherit;margin:inherit}:host>div>div.content-wrapper>div{margin:calc(var(--space-unit) * 0.5) calc(var(--space-unit) * 0.5) 0 calc(var(--space-unit) * 0.5);border-radius:var(--space-unit) var(--space-unit) 0 0;box-shadow:0 -2px calc(var(--space-unit) * 0.5) 0 rgb(66 69 72 / 40%)}";const c=n;const h=class{constructor(i){t(this,i);this.pocketToggle=e(this,"pocketToggle",7);this.pocketid=undefined;this.status=s.PREVIEW}async open(){this.status=s.OPEN}async close(){this.status=s.CLOSED}emitPocketToggle(t,e){this.pocketToggle.emit({id:t,status:e})}handlePocketHeaderClick(t){if(t.detail.id&&t.detail.id===this.pocketid){switch(this.status){case s.PREVIEW:case s.CLOSED:this.status=s.OPEN;break;case s.OPEN:this.status=s.CLOSED;break}}}handlePocketHeaderPan(t){if(t.detail.id&&t.detail.id===this.pocketid){if(t.detail.direction==="up"){this.status=s.OPEN}else if(t.detail.direction==="down"){this.status=s.CLOSED}}}watchStatusHandler(t){this.emitPocketToggle(this.pocketid,t)}componentWillLoad(){this.emitPocketToggle(this.pocketid,this.status)}handleBackgroundClick(t){if(t.target.dataset.action=="pocketBackground"){this.close()}}render(){return i("div",{key:"97d80e0b2cb56a932f35aa104256bf763f1eee7c"},i("div",{key:"9e8f3eacd18892d80cc1a5c314c861ef18178daa","data-action":"pocketBackground","data-pocket":this.pocketid,class:`background ${this.status}`,onClick:t=>this.handleBackgroundClick(t)}),i("div",{key:"ee7d44929e94ebe8f2c128a74e0b8250819df04b",id:this.pocketid,class:"content-wrapper"},i("div",{key:"57a77810690ce70ed3c7fac92cc4fa7e5158f17d"},i("slot",{key:"9f1c1757f0bc2ff2db326ac9158d80f33802970f"}))))}get hostElement(){return a(this)}static get watchers(){return{status:["watchStatusHandler"]}}};h.style=c;const d=":host{display:block;width:100%;box-sizing:border-box;font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>main{overflow:auto;border-right:var(--border-size-small) solid var(--color-surface03);border-left:var(--border-size-small) solid var(--color-surface03);background:var(--color-surface01);scrollbar-width:none}:host>main.preview{max-height:225px;transition:all 200ms ease-in-out, top 200ms ease-in-out}:host>main.open{max-height:calc(100vh - 48px);transition:all 200ms ease-in-out, top 200ms ease-in-out}:host>main.closed{height:0;transition:all 200ms ease-in-out, top 200ms ease-in-out}:host ::-webkit-scrollbar{width:0}@media only screen and (min-width: 768px){:host>main.preview{max-height:157px}}";const l=d;const f=class{constructor(e){t(this,e);this.pocketid=undefined;this.status=s.PREVIEW}handlePocketToggle(t){if(t.detail.id&&t.detail.id===this.pocketid){this.status=t.detail.status}}render(){return i("main",{key:"cd660568916f4384dc815a3c0067a579c217fa33",class:this.status},i("slot",{key:"3dd94db83f10a36a3656914a90ca571bd088fc6d"}))}};f.style=l;const p=":host{display:block;width:100%;box-sizing:border-box;font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>header{display:flex;height:36px;flex-flow:row nowrap;align-items:center;justify-content:center;border:var(--border-size-small) solid var(--color-surface03);background:var(--color-surface01);border-radius:var(--space-unit) var(--space-unit) 0 0;cursor:pointer}:host>header:focus{outline:none}:host>header::-moz-focus-inner{border:0}";const u=p;const b=class{emitPocketHeaderClick(){this.pocketHeaderClick.emit({id:this.pocketid})}emitPocketHeaderPan(t){this.pocketHeaderPan.emit({id:this.pocketid,direction:t})}constructor(i){t(this,i);this.pocketHeaderClick=e(this,"pocketHeaderClick",7);this.pocketHeaderPan=e(this,"pocketHeaderPan",7);this.pocketid=undefined;this.emitPocketHeaderClick=this.emitPocketHeaderClick.bind(this)}componentDidLoad(){const t=new r(this.swipeWrap);t.get("pan").set({direction:r.DIRECTION_VERTICAL});t.on("panup",(()=>this.emitPocketHeaderPan("up")));t.on("pandown",(()=>this.emitPocketHeaderPan("down")))}render(){return i("header",{key:"4f1f69686926f9b45d72800e711ae8437a3ca2f5",role:"button",tabindex:0,onClick:()=>this.emitPocketHeaderClick(),onKeyPress:t=>o(t,this.emitPocketHeaderClick),ref:t=>this.swipeWrap=t},i("slot",{key:"cfdaf2acf381639e86ea15349a83834c311fda71"}))}};b.style=u;export{h as z_pocket,f as z_pocket_body,b as z_pocket_header};
|
|
2
|
+
//# sourceMappingURL=p-239fb968.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as t,h as i,a as n,g as o}from"./p-10bb4f4b.js";import{d as s,a as e}from"./p-955da62e.js";import{T as c}from"./p-025f494e.js";import"./p-2c886e8b.js";const r=".sc-z-skip-to-content-h{position:absolute;left:-100%;height:60px;box-sizing:border-box;padding:calc(var(--space-unit) * 1.25) calc(var(--space-unit) * 3);background-color:#24f4ff;font-family:var(--font-family-sans);font-weight:var(--font-rg);text-align:center}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content{display:inline-flex;height:100%;align-items:center}.skip-to-content-visible.sc-z-skip-to-content-h,.sc-z-skip-to-content-h:focus{position:static;display:block}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content>a.z-link.link-invisible.sc-z-skip-to-content{overflow:hidden;width:0;height:0}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content>a.z-link.link-visible.sc-z-skip-to-content{width:initial;height:initial}.dark.sc-z-skip-to-content-h{background-color:var(--color-surface05);color:var(--color-surface01)}.light.sc-z-skip-to-content-h{border:var(--border-size-medium) solid var(--color-surface05);background-color:var(--color-surface01);color:var(--color-text01)}@media (min-width: 768px){.sc-z-skip-to-content-h{text-align:start}}@media (min-width: 1152px){.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content{padding:0 calc(var(--space-unit) * 3);border-right:var(--border-size-small) solid var(--color-surface05)}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content>a.z-link.link-invisible.sc-z-skip-to-content{overflow:initial;width:initial;height:initial}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:first-child{padding-left:0}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:last-child,.dark.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:last-child,.light.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:last-child{padding-right:0;border-right:none}.dark.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content{border-right:var(--border-size-small) solid var(--color-surface01)}}";const a=r;const l=class{constructor(i){t(this,i);this.variant=undefined;this.links=[];this.visible=false;this.visibleLink=""}handleFocusOutSkipToContent(t){if(this.isInSkipToContent(t.target)){this.visible=false}}handleFocusSkipToContent(t){if(this.isInSkipToContent(t.target)){this.visible=true}}componentDidLoad(){this.showFirstChild()}componentWillRender(){if(this.links){this.links=typeof this.links==="string"?JSON.parse(this.links):this.links}}isInSkipToContent(t){const i=s(t);const n=i.find((t=>t.nodeName.toLowerCase()==="z-skip-to-content"));return!!n}showFirstChild(){var t;const i=(t=this.hostElement.children)===null||t===void 0?void 0:t[0];if(i){this.visibleLink=i.id}}handleLinkClick(){this.visible=false}render(){return i(n,{key:"
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as t,h as i,a as n,g as o}from"./p-10bb4f4b.js";import{d as s,a as e}from"./p-955da62e.js";import{T as c}from"./p-025f494e.js";import"./p-2c886e8b.js";const r=".sc-z-skip-to-content-h{position:absolute;left:-100%;height:60px;box-sizing:border-box;padding:calc(var(--space-unit) * 1.25) calc(var(--space-unit) * 3);background-color:#24f4ff;font-family:var(--font-family-sans);font-weight:var(--font-rg);text-align:center}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content{display:inline-flex;height:100%;align-items:center}.skip-to-content-visible.sc-z-skip-to-content-h,.sc-z-skip-to-content-h:focus{position:static;display:block}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content>a.z-link.link-invisible.sc-z-skip-to-content{overflow:hidden;width:0;height:0}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content>a.z-link.link-visible.sc-z-skip-to-content{width:initial;height:initial}.dark.sc-z-skip-to-content-h{background-color:var(--color-surface05);color:var(--color-surface01)}.light.sc-z-skip-to-content-h{border:var(--border-size-medium) solid var(--color-surface05);background-color:var(--color-surface01);color:var(--color-text01)}@media (min-width: 768px){.sc-z-skip-to-content-h{text-align:start}}@media (min-width: 1152px){.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content{padding:0 calc(var(--space-unit) * 3);border-right:var(--border-size-small) solid var(--color-surface05)}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content>a.z-link.link-invisible.sc-z-skip-to-content{overflow:initial;width:initial;height:initial}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:first-child{padding-left:0}.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:last-child,.dark.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:last-child,.light.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content:last-child{padding-right:0;border-right:none}.dark.sc-z-skip-to-content-h>.link-container.sc-z-skip-to-content{border-right:var(--border-size-small) solid var(--color-surface01)}}";const a=r;const l=class{constructor(i){t(this,i);this.variant=undefined;this.links=[];this.visible=false;this.visibleLink=""}handleFocusOutSkipToContent(t){if(this.isInSkipToContent(t.target)){this.visible=false}}handleFocusSkipToContent(t){if(this.isInSkipToContent(t.target)){this.visible=true}}componentDidLoad(){this.showFirstChild()}componentWillRender(){if(this.links){this.links=typeof this.links==="string"?JSON.parse(this.links):this.links}}isInSkipToContent(t){const i=s(t);const n=i.find((t=>t.nodeName.toLowerCase()==="z-skip-to-content"));return!!n}showFirstChild(){var t;const i=(t=this.hostElement.children)===null||t===void 0?void 0:t[0];if(i){this.visibleLink=i.id}}handleLinkClick(){this.visible=false}render(){return i(n,{key:"08004b426a63113ef27d0cac85716b5433a2a292",class:{[this.variant]:true,"skip-to-content-visible":this.visible}},this.links.map(((t,n)=>{const o=`skip-to-content-${n}`;return i("div",{class:"link-container"},i("a",{id:o,class:{"body-1-sb":true,"z-link":true,"z-link-underline":true,"z-link-white":this.variant===c.DARK,"z-link-black":this.variant!==c.DARK,"link-visible":o==this.visibleLink,"link-invisible":o!=this.visibleLink},"aria-label":t.ariaLabel||t.label,href:t.href,onFocus:()=>this.visibleLink=o,onClick:()=>this.handleLinkClick(),onKeyUp:t=>e(t,this.handleLinkClick.bind(this))},t.label))})))}get hostElement(){return o(this)}};l.style=a;export{l as z_skip_to_content};
|
|
2
|
+
//# sourceMappingURL=p-24ab494d.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as t,c as o,h as e,g as r}from"./p-10bb4f4b.js";import{P as i,g as s}from"./p-025f494e.js";const n=':host{--z-popover-theme--surface:var(--color-surface01);--z-popover-theme--text:var(--color-text01);--z-popover-padding:0;--z-popover-shadow-filter:drop-shadow(0 1px 2px var(--shadow-color-base));position:relative;display:none;min-width:calc(var(--space-unit) * 8);min-height:calc(var(--space-unit) * 4);align-items:center;justify-content:center;padding:var(--z-popover-padding);background:var(--z-popover-theme--surface);border-radius:var(--border-radius-small);color:var(--z-popover-theme--text);fill:currentcolor;filter:var(--z-popover-shadow-filter);font-family:var(--font-family-sans);text-align:center}:host([open][current-position]),:host([open="true"][current-position]){display:flex}:host([center][current-position="top"]),:host([center][current-position="bottom"]){transform:translateX(-50%)}:host([center][current-position="right"]),:host([center][current-position="left"]){transform:translateY(-50%)}:host([current-position^="top"]){margin:0 0 var(--space-unit)}:host([current-position^="bottom"]){margin:var(--space-unit) 0 0}:host([current-position^="left"]){margin:0 var(--space-unit) 0 0}:host([current-position^="right"]){margin:0 0 0 var(--space-unit)}:host([current-position])::before{--arrow-size:6px;--arrow-edge-offset:calc(100% - var(--space-unit) - (var(--arrow-size) / 2));--arrow-center-x-offset:calc(50% - (var(--arrow-size) / 2));--arrow-center-y-offset:calc(100% - (var(--arrow-size) / 2));position:absolute;display:block;width:var(--arrow-size);height:var(--arrow-size);background:var(--z-popover-theme--surface);content:"";transform:rotate(45deg)}:host([show-arrow="false"])::before,:host(:not([show-arrow]))::before{display:none}:host([current-position^="top"])::before{top:var(--arrow-center-y-offset)}:host([current-position^="bottom"])::before{bottom:var(--arrow-center-y-offset)}:host([current-position="top"])::before,:host([current-position="bottom"])::before{right:var(--arrow-edge-offset)}:host([current-position="right"])::before,:host([current-position="left"])::before{bottom:var(--arrow-edge-offset)}:host([current-position="right"])::before{right:var(--arrow-center-y-offset)}:host([current-position="left"])::before{left:var(--arrow-center-y-offset)}:host([current-position="top_right"])::before,:host([current-position="bottom_right"])::before{right:var(--arrow-edge-offset)}:host([current-position="top_left"])::before,:host([current-position="bottom_left"])::before{left:var(--arrow-edge-offset)}:host([current-position="right_top"])::before,:host([current-position="left_top"])::before{top:var(--arrow-edge-offset)}:host([current-position="right_top"])::before,:host([current-position="right_bottom"])::before{right:var(--arrow-center-y-offset)}:host([current-position="left_top"])::before,:host([current-position="left_bottom"])::before{left:var(--arrow-center-y-offset)}:host([current-position="right_bottom"])::before,:host([current-position="left_bottom"])::before{bottom:var(--arrow-edge-offset)}:host([center][current-position="top"])::before,:host([center][current-position="bottom"])::before{right:auto;left:var(--arrow-center-x-offset)}:host([center][current-position="right"])::before,:host([center][current-position="left"])::before{top:var(--arrow-center-x-offset);bottom:auto}::slotted(*){overflow:auto;flex:1 auto}';const a=n;const c=document.documentElement;function f(t){if(t.parentNode.host){return t.parentNode.host}return t.parentNode}function h(t){let o=f(t);while(o&&o!==c){const{overflow:t,overflowX:e,overflowY:r}=window.getComputedStyle(o);if(t==="hidden"||r==="hidden"||e==="hidden"){return o}if(o.scrollHeight>o.clientHeight&&t!=="visible"&&r!=="visible"||o.scrollWidth>o.clientWidth&&t!=="visible"&&e!=="visible"){return o}o=f(o)}return c}function p(t,o){const e=t.getBoundingClientRect();const r=e.width;const i=e.height;let s=0;let n=0;let a=t;while(a&&a!=o){n+=a.offsetLeft;if(a===document.body){s+=a.getBoundingClientRect().top+window.scrollY}else{s+=a.offsetTop}if(window.DOMMatrix){const t=window.getComputedStyle(a);const o=t.transform||t.webkitTransform;const e=new DOMMatrix(o);if(e){n+=e.m41;if(a!==document.body){s+=e.m42}}}if(!a.offsetParent){break}a=a.offsetParent}let c;let f;if(a===document.body){c=window.innerWidth;f=window.innerHeight}else{c=a.offsetWidth;f=a.offsetHeight}const h=c-n-e.width;const p=f-s-e.height;return{top:s,right:h,bottom:p,left:n,width:r,height:i}}const l=class{constructor(e){t(this,e);this.positionChange=o(this,"positionChange",7);this.openChange=o(this,"openChange",7);this.position=i.AUTO;this.open=false;this.bindTo=undefined;this.showArrow=false;this.center=false;this.closable=true;this.currentPosition=undefined}closePopoverWithKeyboard(t){if(this.closable&&t.key===s.ESC){this.open=false}}handleOutsideClick(t){if(!this.closable||!this.open){return}if(!t.composedPath().includes(this.host)){const o=t.target;const e=this.bindTo instanceof HTMLElement?this.bindTo.contains(o):o.closest(CSS.escape(this.bindTo));if(e){t.stopPropagation()}this.open=false;this.positionChange.emit({position:this.currentPosition})}}validatePosition(t){if(t&&!Object.values(i).includes(t)){this.position=i.AUTO}this.currentPosition=this.position;this.positionChange.emit({position:this.currentPosition})}onOpen(){cancelAnimationFrame(this.animationFrameRequestId);if(this.open){const t=()=>{if(this.open){this.setPosition();this.animationFrameRequestId=requestAnimationFrame(t)}};t()}else if(this.host.hasAttribute("current-position")){this.host.removeAttribute("current-position");this.currentPosition=undefined}this.openChange.emit({open:this.open})}disconnectedCallback(){cancelAnimationFrame(this.animationFrameRequestId)}setPosition(){let t;if(typeof this.bindTo==="string"){t=this.host.ownerDocument.querySelector(CSS.escape(this.bindTo))}else if(this.bindTo){t=this.bindTo}else{t=this.host.parentElement}if(!t){return}const o=h(t);const e=o.getBoundingClientRect();const r=this.host.offsetParent;const s=r?p(r,o):{top:0,right:0,bottom:0,left:0};const n=p(t,o);const a=n.top-o.scrollTop;const c=e.height-(n.top+n.height)+o.scrollTop;const f=n.left-o.scrollLeft;const l=e.width-(n.left+n.width)+o.scrollLeft;const u=Math.max(0,e.top+e.height-window.innerHeight);const
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as t,c as o,h as e,g as r}from"./p-10bb4f4b.js";import{P as i,g as s}from"./p-025f494e.js";const n=':host{--z-popover-theme--surface:var(--color-surface01);--z-popover-theme--text:var(--color-text01);--z-popover-padding:0;--z-popover-shadow-filter:drop-shadow(0 1px 2px var(--shadow-color-base));position:relative;display:none;min-width:calc(var(--space-unit) * 8);min-height:calc(var(--space-unit) * 4);align-items:center;justify-content:center;padding:var(--z-popover-padding);background:var(--z-popover-theme--surface);border-radius:var(--border-radius-small);color:var(--z-popover-theme--text);fill:currentcolor;filter:var(--z-popover-shadow-filter);font-family:var(--font-family-sans);text-align:center}:host([open][current-position]),:host([open="true"][current-position]){display:flex}:host([center][current-position="top"]),:host([center][current-position="bottom"]){transform:translateX(-50%)}:host([center][current-position="right"]),:host([center][current-position="left"]){transform:translateY(-50%)}:host([current-position^="top"]){margin:0 0 var(--space-unit)}:host([current-position^="bottom"]){margin:var(--space-unit) 0 0}:host([current-position^="left"]){margin:0 var(--space-unit) 0 0}:host([current-position^="right"]){margin:0 0 0 var(--space-unit)}:host([current-position])::before{--arrow-size:6px;--arrow-edge-offset:calc(100% - var(--space-unit) - (var(--arrow-size) / 2));--arrow-center-x-offset:calc(50% - (var(--arrow-size) / 2));--arrow-center-y-offset:calc(100% - (var(--arrow-size) / 2));position:absolute;display:block;width:var(--arrow-size);height:var(--arrow-size);background:var(--z-popover-theme--surface);content:"";transform:rotate(45deg)}:host([show-arrow="false"])::before,:host(:not([show-arrow]))::before{display:none}:host([current-position^="top"])::before{top:var(--arrow-center-y-offset)}:host([current-position^="bottom"])::before{bottom:var(--arrow-center-y-offset)}:host([current-position="top"])::before,:host([current-position="bottom"])::before{right:var(--arrow-edge-offset)}:host([current-position="right"])::before,:host([current-position="left"])::before{bottom:var(--arrow-edge-offset)}:host([current-position="right"])::before{right:var(--arrow-center-y-offset)}:host([current-position="left"])::before{left:var(--arrow-center-y-offset)}:host([current-position="top_right"])::before,:host([current-position="bottom_right"])::before{right:var(--arrow-edge-offset)}:host([current-position="top_left"])::before,:host([current-position="bottom_left"])::before{left:var(--arrow-edge-offset)}:host([current-position="right_top"])::before,:host([current-position="left_top"])::before{top:var(--arrow-edge-offset)}:host([current-position="right_top"])::before,:host([current-position="right_bottom"])::before{right:var(--arrow-center-y-offset)}:host([current-position="left_top"])::before,:host([current-position="left_bottom"])::before{left:var(--arrow-center-y-offset)}:host([current-position="right_bottom"])::before,:host([current-position="left_bottom"])::before{bottom:var(--arrow-edge-offset)}:host([center][current-position="top"])::before,:host([center][current-position="bottom"])::before{right:auto;left:var(--arrow-center-x-offset)}:host([center][current-position="right"])::before,:host([center][current-position="left"])::before{top:var(--arrow-center-x-offset);bottom:auto}::slotted(*){overflow:auto;flex:1 auto}';const a=n;const c=document.documentElement;function f(t){if(t.parentNode.host){return t.parentNode.host}return t.parentNode}function h(t){let o=f(t);while(o&&o!==c){const{overflow:t,overflowX:e,overflowY:r}=window.getComputedStyle(o);if(t==="hidden"||r==="hidden"||e==="hidden"){return o}if(o.scrollHeight>o.clientHeight&&t!=="visible"&&r!=="visible"||o.scrollWidth>o.clientWidth&&t!=="visible"&&e!=="visible"){return o}o=f(o)}return c}function p(t,o){const e=t.getBoundingClientRect();const r=e.width;const i=e.height;let s=0;let n=0;let a=t;while(a&&a!=o){n+=a.offsetLeft;if(a===document.body){s+=a.getBoundingClientRect().top+window.scrollY}else{s+=a.offsetTop}if(window.DOMMatrix){const t=window.getComputedStyle(a);const o=t.transform||t.webkitTransform;const e=new DOMMatrix(o);if(e){n+=e.m41;if(a!==document.body){s+=e.m42}}}if(!a.offsetParent){break}a=a.offsetParent}let c;let f;if(a===document.body){c=window.innerWidth;f=window.innerHeight}else{c=a.offsetWidth;f=a.offsetHeight}const h=c-n-e.width;const p=f-s-e.height;return{top:s,right:h,bottom:p,left:n,width:r,height:i}}const l=class{constructor(e){t(this,e);this.positionChange=o(this,"positionChange",7);this.openChange=o(this,"openChange",7);this.position=i.AUTO;this.open=false;this.bindTo=undefined;this.showArrow=false;this.center=false;this.closable=true;this.currentPosition=undefined}closePopoverWithKeyboard(t){if(this.closable&&t.key===s.ESC){this.open=false}}handleOutsideClick(t){if(!this.closable||!this.open){return}if(!t.composedPath().includes(this.host)){const o=t.target;const e=this.bindTo instanceof HTMLElement?this.bindTo.contains(o):o.closest(CSS.escape(this.bindTo));if(e){t.stopPropagation()}this.open=false;this.positionChange.emit({position:this.currentPosition})}}validatePosition(t){if(t&&!Object.values(i).includes(t)){this.position=i.AUTO}this.currentPosition=this.position;this.positionChange.emit({position:this.currentPosition})}onOpen(){cancelAnimationFrame(this.animationFrameRequestId);if(this.open){const t=()=>{if(this.open){this.setPosition();this.animationFrameRequestId=requestAnimationFrame(t)}};t()}else if(this.host.hasAttribute("current-position")){this.host.removeAttribute("current-position");this.currentPosition=undefined}this.openChange.emit({open:this.open})}disconnectedCallback(){cancelAnimationFrame(this.animationFrameRequestId)}setPosition(){let t;if(typeof this.bindTo==="string"){t=this.host.ownerDocument.querySelector(CSS.escape(this.bindTo))}else if(this.bindTo){t=this.bindTo}else{t=this.host.parentElement}if(!t){return}const o=h(t);const e=o.getBoundingClientRect();const r=this.host.offsetParent;const s=r?p(r,o):{top:0,right:0,bottom:0,left:0};const n=p(t,o);const a=n.top-o.scrollTop;const c=e.height-(n.top+n.height)+o.scrollTop;const f=n.left-o.scrollLeft;const l=e.width-(n.left+n.width)+o.scrollLeft;const u=Math.max(0,e.top+e.height-window.innerHeight);const d=Math.max(0,e.left+e.width-window.innerWidth);const b=Math.min(a,a+e.top);const v=Math.min(c,c-u);const w=Math.min(f,f+e.left);const m=Math.min(l,l-d);const g=b+v+n.height;const x=w+m+n.width;let $=this.currentPosition;const y=[];if(this.position===i.AUTO){if(w/x>.6){y.push(i.LEFT)}else if(w/x<.4){y.push(i.RIGHT)}if(b/g>.9){y.unshift(i.TOP)}else if(b/g>.6){y.push(i.TOP)}else if(b/g<.1){y.unshift(i.BOTTOM)}else{y.push(i.BOTTOM)}$=y.join("_")}const z=this.host.style;z.position="absolute";const _=n.top-s.top;const M=n.right-s.right;const k=n.bottom-s.bottom;const C=n.left-s.left;const O=this.center?.5:0;const P=this.center?.5:0;if($===i.TOP||$===i.TOP_RIGHT){z.top="auto";z.right="auto";z.bottom=`${k+n.height}px`;z.left=`${C+n.width*O}px`;z.maxHeight=`${b}px`;if($===i.TOP_RIGHT){z.maxWidth=`${m+n.width*P}px`}}else if($===i.TOP_LEFT){z.top="auto";z.right=`${M+n.width*O}px`;z.bottom=`${k+n.height}px`;z.left="auto";z.maxWidth=`${w}px`;z.maxHeight=`${b}px`}else if($===i.BOTTOM||$===i.BOTTOM_RIGHT){z.top=`${_+n.height}px`;z.right="auto";z.bottom="auto";z.left=`${C+n.width*O}px`;z.maxHeight=`${v}px`;if($===i.BOTTOM_RIGHT){z.maxWidth=`${m+n.width*P}px`}}else if($===i.BOTTOM_LEFT){z.top=`${_+n.height}px`;z.right=`${M+n.width*O}px`;z.bottom="auto";z.left="auto";z.maxWidth=`${w}px`;z.maxHeight=`${v}px`}else if($===i.RIGHT||$===i.RIGHT_BOTTOM){z.top=`${_+n.height*O}px`;z.right="auto";z.bottom="auto";z.left=`${C+n.width}px`;z.maxWidth=`${m}px`;z.maxHeight=`${v+n.height*P}px`}else if($===i.RIGHT_TOP){z.top="auto";z.right="auto";z.bottom=`${k+n.height*O}px`;z.left=`${C+n.width}px`;z.maxWidth=`${m}px`;z.maxHeight=`${b+n.height*P}px`}else if($===i.LEFT||$===i.LEFT_BOTTOM){z.top=`${_+n.height*O}px`;z.right=`${M+n.width}px`;z.bottom="auto";z.left="auto";z.maxWidth=`${w}px`;z.maxHeight=`${v+n.height*P}px`}else if($===i.LEFT_TOP){z.top="auto";z.right=`${M+n.width}px`;z.bottom=`${k+n.height*O}px`;z.left="auto";z.maxWidth=`${w}px`;z.maxHeight=`${b+n.height*P}px`}this.currentPosition=$||this.position;this.host.setAttribute("current-position",this.currentPosition)}componentWillLoad(){this.validatePosition(this.position);this.onOpen()}render(){return e("slot",{key:"70c742e7871fbf8a871165a4de625dda200ae024"})}get host(){return r(this)}static get watchers(){return{position:["validatePosition"],open:["onOpen"]}}};l.style=a;export{l as z_popover};
|
|
2
|
+
//# sourceMappingURL=p-2637ab23.entry.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as t,h as o}from"./p-10bb4f4b.js";const s=":host{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:0 -1px -1px 0;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}";const e=s;const r=class{constructor(o){t(this,o)}render(){return o("slot",{key:"9fb05af5cc8c977fc5041b5a5b75d5813caefd82"})}};r.style=e;export{r as z_visually_hidden};
|
|
2
|
+
//# sourceMappingURL=p-4c40561d.entry.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as t,h as i}from"./p-10bb4f4b.js";const n="ul{padding:0;margin:0}";const s=n;const a=class{constructor(i){t(this,i);this.inputrawdata=undefined;this.list=undefined}componentWillLoad(){if(this.inputrawdata){this.parseinputrawdata(this.inputrawdata)}}parseinputrawdata(t){this.list=[...JSON.parse(t)]}oninputrawdataChange(t){this.parseinputrawdata(t)}render(){const t=this.list?this.list.length-1:-1;return i("ul",{key:"8441b9ea072bc8d0e77ef66cbdcc6a71dc37cfca"},this.list&&this.list.map(((n,s)=>i("z-myz-list-item",{listitemid:n.listitemid,text:n.text,link:n.link,linktarget:n.linktarget,icon:n.icon,underlined:t!=s}))))}static get watchers(){return{inputrawdata:["oninputrawdataChange"]}}};a.style=s;export{a as z_myz_list};
|
|
2
|
+
//# sourceMappingURL=p-5d67d311.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as t,h as o,a as e,g as i}from"./p-10bb4f4b.js";import{J as n}from"./p-025f494e.js";const r=':host{--z-info-reveal-theme--surface:var(--color-black);--z-info-reveal-theme--text:var(--color-white);--z-info-reveal-shadow:var(--shadow-2);--z-info-reveal-max-width:375px;position:relative;display:flex;width:fit-content;background-color:var(--z-info-reveal-theme--surface);color:var(--z-info-reveal-theme--text);font-size:var(--font-size-3);font-weight:var(--font-rg);letter-spacing:0;line-height:1.5}button{padding:0;border:none;background-color:transparent;border-radius:0;color:inherit;cursor:pointer;fill:currentcolor;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}z-icon{--z-icon-width:calc(var(--space-unit) * 3);--z-icon-height:calc(var(--space-unit) * 3);display:flex}.z-info-reveal-trigger{display:flex;width:fit-content;height:100%;align-items:center;padding:calc(var(--space-unit) / 2);box-shadow:var(--z-info-reveal-shadow);column-gap:calc(var(--space-unit) / 2)}:host([position="top_left"]) .z-info-reveal-trigger,:host([position="bottom_left"]) .z-info-reveal-trigger{flex-direction:row-reverse}:host([open]) .z-info-reveal-trigger{box-shadow:none}.info-box{position:absolute;display:flex;max-width:var(--z-info-reveal-max-width);padding:calc(var(--space-unit) / 2);background-color:var(--z-info-reveal-theme--surface);box-shadow:var(--z-info-reveal-shadow);column-gap:calc(var(--space-unit) / 2);cursor:pointer}:host([position="bottom_left"]) .info-box,:host([position="bottom_right"]) .info-box{bottom:0}:host([position="top_right"]) .info-box,:host([position="bottom_right"]) .info-box{right:0}:host([position="top_left"]) .info-box,:host([position="bottom_left"]) .info-box{left:0;flex-direction:row-reverse}::slotted(*){display:none;width:max-content}::slotted([data-current]){display:block}:host([position="top_left"]) .z-info-reveal-close,:host([position="top_right"]) .z-info-reveal-close{align-self:flex-start}:host([position="bottom_left"]) .z-info-reveal-close,:host([position="bottom_right"]) .z-info-reveal-close{align-self:flex-end}';const s=r;const a=class{constructor(o){t(this,o);this.icon="informationsource";this.position=n.BOTTOM_RIGHT;this.label=undefined;this.open=false;this.currentIndex=null}watchItems(){Array.from(this.el.children).forEach(((t,o)=>{if(this.currentIndex===o){t.setAttribute("data-current","")}else{t.removeAttribute("data-current")}}))}openInfoBox(){this.currentIndex=0;this.open=true}closeInfoBox(){this.open=false}next(){this.currentIndex=this.currentIndex+1;if(this.currentIndex===this.el.children.length){this.closeInfoBox()}}render(){return o(e,{key:"
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as t,h as o,a as e,g as i}from"./p-10bb4f4b.js";import{J as n}from"./p-025f494e.js";const r=':host{--z-info-reveal-theme--surface:var(--color-black);--z-info-reveal-theme--text:var(--color-white);--z-info-reveal-shadow:var(--shadow-2);--z-info-reveal-max-width:375px;position:relative;display:flex;width:fit-content;background-color:var(--z-info-reveal-theme--surface);color:var(--z-info-reveal-theme--text);font-size:var(--font-size-3);font-weight:var(--font-rg);letter-spacing:0;line-height:1.5}button{padding:0;border:none;background-color:transparent;border-radius:0;color:inherit;cursor:pointer;fill:currentcolor;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}z-icon{--z-icon-width:calc(var(--space-unit) * 3);--z-icon-height:calc(var(--space-unit) * 3);display:flex}.z-info-reveal-trigger{display:flex;width:fit-content;height:100%;align-items:center;padding:calc(var(--space-unit) / 2);box-shadow:var(--z-info-reveal-shadow);column-gap:calc(var(--space-unit) / 2)}:host([position="top_left"]) .z-info-reveal-trigger,:host([position="bottom_left"]) .z-info-reveal-trigger{flex-direction:row-reverse}:host([open]) .z-info-reveal-trigger{box-shadow:none}.info-box{position:absolute;display:flex;max-width:var(--z-info-reveal-max-width);padding:calc(var(--space-unit) / 2);background-color:var(--z-info-reveal-theme--surface);box-shadow:var(--z-info-reveal-shadow);column-gap:calc(var(--space-unit) / 2);cursor:pointer}:host([position="bottom_left"]) .info-box,:host([position="bottom_right"]) .info-box{bottom:0}:host([position="top_right"]) .info-box,:host([position="bottom_right"]) .info-box{right:0}:host([position="top_left"]) .info-box,:host([position="bottom_left"]) .info-box{left:0;flex-direction:row-reverse}::slotted(*){display:none;width:max-content}::slotted([data-current]){display:block}:host([position="top_left"]) .z-info-reveal-close,:host([position="top_right"]) .z-info-reveal-close{align-self:flex-start}:host([position="bottom_left"]) .z-info-reveal-close,:host([position="bottom_right"]) .z-info-reveal-close{align-self:flex-end}';const s=r;const a=class{constructor(o){t(this,o);this.icon="informationsource";this.position=n.BOTTOM_RIGHT;this.label=undefined;this.open=false;this.currentIndex=null}watchItems(){Array.from(this.el.children).forEach(((t,o)=>{if(this.currentIndex===o){t.setAttribute("data-current","")}else{t.removeAttribute("data-current")}}))}openInfoBox(){this.currentIndex=0;this.open=true}closeInfoBox(){this.open=false}next(){this.currentIndex=this.currentIndex+1;if(this.currentIndex===this.el.children.length){this.closeInfoBox()}}render(){return o(e,{key:"51bcd6c5884e26ac25f2cf5b46d579e70c4a0562",open:this.open},o("button",{key:"7d8754375d54f85145cb193845dd823f931c321e",class:"z-info-reveal-trigger",onClick:this.openInfoBox.bind(this)},this.label&&o("span",{class:"z-info-reveal-label"},this.label),o("z-icon",{key:"3bd934391dc01c04380db1a77107558e95661e6c",name:this.icon})),this.open&&o("div",{class:"info-box",onClick:this.next.bind(this),tabIndex:0},o("slot",null),o("button",{class:"z-info-reveal-close",onClick:this.closeInfoBox.bind(this)},o("z-icon",{name:"close"}))))}get el(){return i(this)}static get watchers(){return{currentIndex:["watchItems"]}}};a.style=s;export{a as z_info_reveal};
|
|
2
|
+
//# sourceMappingURL=p-5eb0a064.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as t,c as i,h as e}from"./p-10bb4f4b.js";import{f as n}from"./p-025f494e.js";const r=":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}.digits-container{display:flex;justify-content:flex-start}input{width:calc(var(--space-unit) * 5);height:72px;box-sizing:border-box;padding:0;caret-color:transparent;color:var(--color-surface05);font-family:var(--font-family-sans);font-size:32px;font-weight:300;text-align:center}input.error{border:1px solid;border-color:var(--color-error01);background-color:var(--color-error-inverse);border-radius:4px}input:not(:last-of-type){margin-right:var(--space-unit)}@media only screen and (min-width: 768px){input:not(:last-of-type){margin-right:calc(var(--space-unit) * 2)}}@media only screen and (min-width: 1025px){input{width:calc(var(--space-unit) * 6)}}";const
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as t,c as i,h as e}from"./p-10bb4f4b.js";import{f as n}from"./p-025f494e.js";const r=":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}.digits-container{display:flex;justify-content:flex-start}input{width:calc(var(--space-unit) * 5);height:72px;box-sizing:border-box;padding:0;caret-color:transparent;color:var(--color-surface05);font-family:var(--font-family-sans);font-size:32px;font-weight:300;text-align:center}input.error{border:1px solid;border-color:var(--color-error01);background-color:var(--color-error-inverse);border-radius:4px}input:not(:last-of-type){margin-right:var(--space-unit)}@media only screen and (min-width: 768px){input:not(:last-of-type){margin-right:calc(var(--space-unit) * 2)}}@media only screen and (min-width: 1025px){input{width:calc(var(--space-unit) * 6)}}";const s=r;const o=class{constructor(e){t(this,e);this.otpChange=i(this,"otpChange",7);this.inputNum=6;this.status=undefined;this.message=undefined}emitInputChange(t){this.otpChange.emit({value:t})}componentWillLoad(){this.otp=[...Array(this.inputNum)];this.otpRef=[...Array(this.inputNum)]}render(){return e("div",{key:"52fb020b2ebcd1d55b61a700c42b9292e23e88d7",class:"otp-container"},e("div",{key:"fd1c71d7029342f745a0adee68b79b5440c01927",class:"digits-container"},this.otp.map(((t,i)=>e("input",{class:this.status==n.ERROR?"error":null,onKeyDown:t=>{if(t.keyCode>47){this.otpRef[i].value=""}},onKeyUp:t=>{if(t.keyCode>47){i<this.inputNum-1&&this.otpRef[i+1].focus()}},onInput:t=>{this.otp[i]=t.target.value;this.emitInputChange(this.otp.join(""))},type:"text",minlength:"1",maxlength:"1",autoComplete:"off",ref:t=>this.otpRef[i]=t})))),e("z-input-message",{key:"2eb46b8273e78ce177f352d50441493e5ac260e8",message:this.message,status:this.status}))}};o.style=s;export{o as z_otp};
|
|
2
|
+
//# sourceMappingURL=p-6edd5dbe.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as t,h as e,a as i,g as o}from"./p-10bb4f4b.js";import{y as s,D as r}from"./p-025f494e.js";const a=':host{--z-section-title--divider-color:var(--red500);display:flex;width:fit-content;flex-direction:column;align-items:flex-start;font-family:var(--font-family-sans)}:host,:host ::slotted(*){box-sizing:border-box}::slotted(*){margin:0}::slotted([slot="secondary-title"]){padding-bottom:calc(var(--space-unit) / 2);border-bottom:var(--border-size-large) solid var(--z-section-title--divider-color);font-size:var(--font-size-3);font-weight:var(--font-sb);line-height:1.5rem;text-transform:uppercase}::slotted([slot="primary-title"]){font-size:var(--font-size-6);font-weight:var(--font-sb);line-height:2rem}:host([uppercase]:not([uppercase="false"])) ::slotted([slot="primary-title"]){text-transform:uppercase}@media (min-width: 1152px){::slotted([slot="primary-title"]){font-size:var(--font-size-7);line-height:2.25rem}}';const l=a;const n=class{constructor(e){t(this,e);this.dividerPosition=s.BEFORE;this.uppercase=true}componentWillRender(){this.hasSecondaryTitle=!!this.host.querySelector("[slot=secondary-title]")}render(){return e(i,{key:"
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as t,h as e,a as i,g as o}from"./p-10bb4f4b.js";import{y as s,D as r}from"./p-025f494e.js";const a=':host{--z-section-title--divider-color:var(--red500);display:flex;width:fit-content;flex-direction:column;align-items:flex-start;font-family:var(--font-family-sans)}:host,:host ::slotted(*){box-sizing:border-box}::slotted(*){margin:0}::slotted([slot="secondary-title"]){padding-bottom:calc(var(--space-unit) / 2);border-bottom:var(--border-size-large) solid var(--z-section-title--divider-color);font-size:var(--font-size-3);font-weight:var(--font-sb);line-height:1.5rem;text-transform:uppercase}::slotted([slot="primary-title"]){font-size:var(--font-size-6);font-weight:var(--font-sb);line-height:2rem}:host([uppercase]:not([uppercase="false"])) ::slotted([slot="primary-title"]){text-transform:uppercase}@media (min-width: 1152px){::slotted([slot="primary-title"]){font-size:var(--font-size-7);line-height:2.25rem}}';const l=a;const n=class{constructor(e){t(this,e);this.dividerPosition=s.BEFORE;this.uppercase=true}componentWillRender(){this.hasSecondaryTitle=!!this.host.querySelector("[slot=secondary-title]")}render(){return e(i,{key:"b629b236477e358e5e1f839dfab33ac08aa3cd68"},e("slot",{key:"f0752bbd190a7ad8a1e5f72a81c0cd92c77137f7",name:"secondary-title"}),!this.hasSecondaryTitle&&this.dividerPosition===s.BEFORE&&e("z-divider",{size:r.LARGE,color:"z-section-title--divider-color"}),e("slot",{key:"a4477bb9b91f62cdf839532f54eeb783615cc498",name:"primary-title"}),!this.hasSecondaryTitle&&this.dividerPosition===s.AFTER&&e("z-divider",{size:r.LARGE,color:"z-section-title--divider-color"}))}get host(){return o(this)}};n.style=l;export{n as z_section_title};
|
|
2
|
+
//# sourceMappingURL=p-8d81a5c8.entry.js.map
|