@oiz/stzh-components 2.1.0-beta → 2.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/dist/cjs/{_commonjsHelpers-bcc1208a.js → _commonjsHelpers-dcc4cf71.js} +16 -0
- package/dist/cjs/{app-globals-07890ee7.js → app-globals-dc82b9ca.js} +1 -1
- package/dist/cjs/{js.cookie-9c263d23.js → js.cookie-226c94ed.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-accordion-item.cjs.entry.js +2 -2
- package/dist/cjs/stzh-actions.cjs.entry.js +2 -2
- package/dist/cjs/stzh-anchornav.cjs.entry.js +2 -2
- package/dist/cjs/stzh-appointments.cjs.entry.js +1 -1
- package/dist/cjs/stzh-badge_3.cjs.entry.js +2 -1
- package/dist/cjs/stzh-chart.cjs.entry.js +26127 -0
- package/dist/cjs/stzh-chip.cjs.entry.js +13 -6
- package/dist/cjs/stzh-components.cjs.js +2 -2
- package/dist/cjs/stzh-contactaddress.cjs.entry.js +65 -0
- package/dist/cjs/stzh-datamessagelist.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datatable.cjs.entry.js +1 -1
- package/dist/cjs/stzh-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/stzh-figure.cjs.entry.js +1 -1
- package/dist/cjs/stzh-footer.cjs.entry.js +11 -5
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +3 -3
- package/dist/cjs/stzh-heading.cjs.entry.js +2 -2
- package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
- package/dist/cjs/stzh-link.cjs.entry.js +2 -1
- package/dist/cjs/stzh-message.cjs.entry.js +2 -2
- package/dist/cjs/stzh-olmap.cjs.entry.js +1 -1
- package/dist/cjs/stzh-pagebottom.cjs.entry.js +2 -2
- package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +99 -0
- package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
- package/dist/cjs/stzh-share.cjs.entry.js +5 -5
- package/dist/cjs/stzh-upload.cjs.entry.js +7 -9
- package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +1 -1
- package/dist/collection/assets/icons/mono/facebook-filled.svg +3 -0
- package/dist/collection/assets/icons/mono/linkedin-filled.svg +12 -0
- package/dist/collection/assets/icons/mono/mail-filled.svg +6 -0
- package/dist/collection/assets/icons/mono/star-filled.svg +1 -1
- package/dist/collection/assets/icons/mono/twitter-filled.svg +3 -0
- package/dist/collection/assets/icons/mono/xing-filled.svg +4 -0
- package/dist/collection/assets/media/olmap/marker-active.png +0 -0
- package/dist/collection/assets/media/olmap/marker.png +0 -0
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/stzh-accordion/stzh-accordion.css +3 -0
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +51 -3
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +1 -1
- package/dist/collection/components/stzh-actions/stzh-actions.css +7 -1
- package/dist/collection/components/stzh-actions/stzh-actions.js +3 -3
- package/dist/collection/components/stzh-actionset/stzh-actionset.css +3 -0
- package/dist/collection/components/stzh-anchornav/stzh-anchornav.css +5 -0
- package/dist/collection/components/stzh-anchornav/stzh-anchornav.js +1 -1
- package/dist/collection/components/stzh-appnav/stzh-appnav.css +3 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.css +3 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.js +1 -1
- package/dist/collection/components/stzh-audio/stzh-audio.css +3 -0
- package/dist/collection/components/stzh-badge/stzh-badge.css +3 -0
- package/dist/collection/components/stzh-button/stzh-button.css +3 -0
- package/dist/collection/components/stzh-button/stzh-button.js +19 -1
- package/dist/collection/components/stzh-calendar/stzh-calendar.css +3 -0
- package/dist/collection/components/stzh-card/stzh-card.css +3 -0
- package/dist/collection/components/stzh-card-list/stzh-card-list.css +3 -0
- package/dist/collection/components/stzh-cell/stzh-cell.css +3 -0
- package/dist/collection/components/stzh-chart/stzh-chart.css +799 -0
- package/dist/collection/components/stzh-chart/stzh-chart.js +110 -0
- package/dist/collection/components/stzh-chart/stzh-chart.stories.js +287 -0
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +3 -0
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.css +3 -0
- package/dist/collection/components/stzh-chip/stzh-chip.css +4 -21
- package/dist/collection/components/stzh-chip/stzh-chip.js +49 -24
- package/dist/collection/components/stzh-chip/stzh-chip.stories.js +0 -9
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +3 -0
- package/dist/collection/components/stzh-clamp/stzh-clamp.css +3 -0
- package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.css +153 -0
- package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.js +321 -0
- package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.stories.js +100 -0
- package/dist/collection/components/stzh-container/stzh-container.css +3 -0
- package/dist/collection/components/stzh-cspace/stzh-cspace.css +3 -0
- package/dist/collection/components/stzh-datalist/stzh-datalist.css +3 -0
- package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.css +13 -2
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +3 -0
- package/dist/collection/components/stzh-datatable/stzh-datatable.css +3 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.css +3 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +3 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +3 -0
- package/dist/collection/components/stzh-fieldset/stzh-fieldset.css +3 -0
- package/dist/collection/components/stzh-figure/stzh-figure.css +3 -1
- package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.css +3 -0
- package/dist/collection/components/stzh-footer/stzh-footer.css +53 -0
- package/dist/collection/components/stzh-footer/stzh-footer.js +44 -16
- package/dist/collection/components/stzh-footer/stzh-footer.stories.js +21 -1
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +10 -10
- package/dist/collection/components/stzh-header/stzh-header.css +3 -0
- package/dist/collection/components/stzh-heading/stzh-heading.css +9 -6
- package/dist/collection/components/stzh-heading/stzh-heading.js +1 -1
- package/dist/collection/components/stzh-hr/stzh-hr.css +3 -0
- package/dist/collection/components/stzh-hspace/stzh-hspace.css +3 -0
- package/dist/collection/components/stzh-icon/stzh-icon.css +3 -0
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +95 -30
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.css +3 -0
- package/dist/collection/components/stzh-input/stzh-input.css +3 -0
- package/dist/collection/components/stzh-link/stzh-link.css +3 -0
- package/dist/collection/components/stzh-link/stzh-link.js +19 -1
- package/dist/collection/components/stzh-list/stzh-list.css +3 -0
- package/dist/collection/components/stzh-list-item/stzh-list-item.css +3 -0
- package/dist/collection/components/stzh-loader/stzh-loader.css +3 -0
- package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.css +3 -0
- package/dist/collection/components/stzh-menu/stzh-menu.css +3 -0
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.css +3 -0
- package/dist/collection/components/stzh-message/stzh-message.css +3 -0
- package/dist/collection/components/stzh-metanav/stzh-metanav.css +3 -0
- package/dist/collection/components/stzh-olmap/stzh-olmap.css +3 -0
- package/dist/collection/components/stzh-overlay/stzh-overlay.css +3 -0
- package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.css +3 -0
- package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.css +7 -4
- package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.js +1 -1
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +3 -0
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +5 -1
- package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.css +396 -0
- package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.js +157 -0
- package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.stories.js +94 -0
- package/dist/collection/components/stzh-popover/stzh-popover.css +3 -0
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +8 -3
- package/dist/collection/components/stzh-progressbar/stzh-progressbar.css +3 -0
- package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +3 -0
- package/dist/collection/components/stzh-radio/stzh-radio.css +3 -0
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +3 -0
- package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.css +3 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.css +3 -0
- package/dist/collection/components/stzh-row/stzh-row.css +3 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +3 -0
- package/dist/collection/components/stzh-section/stzh-section.css +3 -0
- package/dist/collection/components/stzh-share/stzh-share.css +3 -0
- package/dist/collection/components/stzh-share/stzh-share.js +5 -5
- package/dist/collection/components/stzh-skiplink/stzh-skiplink.css +3 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.css +3 -0
- package/dist/collection/components/stzh-status/stzh-status.css +3 -0
- package/dist/collection/components/stzh-sticky/stzh-sticky.css +3 -0
- package/dist/collection/components/stzh-sticky/stzh-sticky.stories.js +1 -1
- package/dist/collection/components/stzh-table/stzh-table.css +3 -0
- package/dist/collection/components/stzh-text/stzh-text.css +3 -0
- package/dist/collection/components/stzh-toggle/stzh-toggle.css +3 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.css +3 -0
- package/dist/collection/components/stzh-upload/stzh-upload.css +24 -15
- package/dist/collection/components/stzh-upload/stzh-upload.js +5 -7
- package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.css +3 -0
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +3 -0
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +3 -0
- package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.css +3 -0
- package/dist/collection/components/stzh-vspace/stzh-vspace.css +3 -0
- package/dist/components/_commonjsHelpers.js +16 -1
- package/dist/components/index.d.ts +3 -0
- package/dist/components/index.js +4 -1
- package/dist/components/stzh-accordion-item.js +2 -2
- package/dist/components/stzh-actions.js +2 -2
- package/dist/components/stzh-anchornav.js +2 -2
- package/dist/components/stzh-appointments.js +1 -1
- package/dist/components/stzh-button2.js +3 -1
- package/dist/components/stzh-chart.d.ts +11 -0
- package/dist/components/stzh-chart.js +26144 -0
- package/dist/components/stzh-chip2.js +16 -8
- package/dist/components/stzh-contactaddress.d.ts +11 -0
- package/dist/components/stzh-contactaddress.js +93 -0
- package/dist/components/stzh-datamessagelist.js +1 -1
- package/dist/components/stzh-figure.js +1 -1
- package/dist/components/stzh-footer.js +13 -6
- package/dist/components/stzh-ghettobox2.js +1 -1
- package/dist/components/stzh-heading2.js +2 -2
- package/dist/components/stzh-icon-sprite.js +1 -1
- package/dist/components/stzh-link2.js +3 -1
- package/dist/components/stzh-pagebottom.js +2 -2
- package/dist/components/stzh-pagetitle-hero.d.ts +11 -0
- package/dist/components/stzh-pagetitle-hero.js +116 -0
- package/dist/components/stzh-portal-mitwirken.js +1 -1
- package/dist/components/stzh-share2.js +5 -5
- package/dist/components/stzh-upload.js +7 -9
- package/dist/esm/{_commonjsHelpers-ba3f0406.js → _commonjsHelpers-f9dc4873.js} +16 -1
- package/dist/esm/{app-globals-acc57d0e.js → app-globals-246b5e49.js} +1 -1
- package/dist/esm/{js.cookie-28a40640.js → js.cookie-53735b72.js} +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/stzh-accordion-item.entry.js +2 -2
- package/dist/esm/stzh-actions.entry.js +2 -2
- package/dist/esm/stzh-anchornav.entry.js +2 -2
- package/dist/esm/stzh-appointments.entry.js +1 -1
- package/dist/esm/stzh-badge_3.entry.js +2 -1
- package/dist/esm/stzh-chart.entry.js +26123 -0
- package/dist/esm/stzh-chip.entry.js +14 -7
- package/dist/esm/stzh-components.js +2 -2
- package/dist/esm/stzh-contactaddress.entry.js +61 -0
- package/dist/esm/stzh-datamessagelist.entry.js +1 -1
- package/dist/esm/stzh-datatable.entry.js +1 -1
- package/dist/esm/stzh-dropdown.entry.js +1 -1
- package/dist/esm/stzh-figure.entry.js +1 -1
- package/dist/esm/stzh-footer.entry.js +11 -5
- package/dist/esm/stzh-ghettobox_2.entry.js +3 -3
- package/dist/esm/stzh-heading.entry.js +2 -2
- package/dist/esm/stzh-icon-sprite.entry.js +1 -1
- package/dist/esm/stzh-link.entry.js +2 -1
- package/dist/esm/stzh-message.entry.js +2 -2
- package/dist/esm/stzh-olmap.entry.js +1 -1
- package/dist/esm/stzh-pagebottom.entry.js +2 -2
- package/dist/esm/stzh-pagetitle-hero.entry.js +95 -0
- package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
- package/dist/esm/stzh-share.entry.js +5 -5
- package/dist/esm/stzh-upload.entry.js +7 -9
- package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
- package/dist/esm-es5/_commonjsHelpers-f9dc4873.js +1 -0
- package/dist/esm-es5/app-globals-246b5e49.js +1 -0
- package/dist/esm-es5/{js.cookie-28a40640.js → js.cookie-53735b72.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
- package/dist/esm-es5/stzh-actions.entry.js +1 -1
- package/dist/esm-es5/stzh-anchornav.entry.js +1 -1
- package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
- package/dist/esm-es5/stzh-chart.entry.js +3 -0
- package/dist/esm-es5/stzh-chip.entry.js +1 -1
- package/dist/esm-es5/stzh-components.js +1 -1
- package/dist/esm-es5/stzh-contactaddress.entry.js +1 -0
- package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -1
- package/dist/esm-es5/stzh-datatable.entry.js +1 -1
- package/dist/esm-es5/stzh-dropdown.entry.js +1 -1
- package/dist/esm-es5/stzh-figure.entry.js +1 -1
- package/dist/esm-es5/stzh-footer.entry.js +1 -1
- package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
- package/dist/esm-es5/stzh-heading.entry.js +1 -1
- package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
- package/dist/esm-es5/stzh-link.entry.js +1 -1
- package/dist/esm-es5/stzh-message.entry.js +1 -1
- package/dist/esm-es5/stzh-olmap.entry.js +1 -1
- package/dist/esm-es5/stzh-pagebottom.entry.js +1 -1
- package/dist/esm-es5/stzh-pagetitle-hero.entry.js +1 -0
- package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
- package/dist/esm-es5/stzh-share.entry.js +1 -1
- package/dist/esm-es5/stzh-upload.entry.js +1 -1
- package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
- package/dist/stzh-components/assets/icons/mono/facebook-filled.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/linkedin-filled.svg +12 -0
- package/dist/stzh-components/assets/icons/mono/mail-filled.svg +6 -0
- package/dist/stzh-components/assets/icons/mono/star-filled.svg +1 -1
- package/dist/stzh-components/assets/icons/mono/twitter-filled.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/xing-filled.svg +4 -0
- package/dist/stzh-components/assets/media/olmap/marker-active.png +0 -0
- package/dist/stzh-components/assets/media/olmap/marker.png +0 -0
- package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +95 -30
- package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/stzh-components/{p-29d9a568.entry.js → p-105a11cb.entry.js} +1 -1
- package/dist/stzh-components/p-17ae6581.entry.js +1 -0
- package/dist/stzh-components/{p-3e24b964.entry.js → p-229d4ad2.entry.js} +1 -1
- package/dist/stzh-components/{p-3f8976bc.system.entry.js → p-22c9a00d.system.entry.js} +1 -1
- package/dist/stzh-components/{p-8e363084.system.entry.js → p-238a8c83.system.entry.js} +1 -1
- package/dist/stzh-components/{p-b10682ee.js → p-24b8df26.js} +1 -1
- package/dist/stzh-components/p-25ef050a.entry.js +1 -0
- package/dist/stzh-components/p-293ceb5e.entry.js +1 -0
- package/dist/stzh-components/p-2ba8b5c9.system.entry.js +1 -0
- package/dist/stzh-components/{p-e7afcd6f.entry.js → p-38b9e5e9.entry.js} +1 -1
- package/dist/stzh-components/{p-07fc857b.system.entry.js → p-44dd74d1.system.entry.js} +1 -1
- package/dist/stzh-components/{p-5db542ae.system.js → p-484a366f.system.js} +1 -1
- package/dist/stzh-components/{p-a61bf274.entry.js → p-4a3f9353.entry.js} +1 -1
- package/dist/stzh-components/{p-d69b12f8.entry.js → p-4e6ddb5f.entry.js} +1 -1
- package/dist/stzh-components/p-4fd4a703.entry.js +3 -0
- package/dist/stzh-components/p-5caa837c.system.entry.js +3 -0
- package/dist/stzh-components/{p-3b33fa76.system.entry.js → p-5ed4d1d5.system.entry.js} +1 -1
- package/dist/stzh-components/p-60d8e2da.entry.js +1 -0
- package/dist/stzh-components/p-61c9ca5d.entry.js +1 -0
- package/dist/stzh-components/p-61d4852f.system.entry.js +1 -0
- package/dist/stzh-components/p-6830f839.entry.js +1 -0
- package/dist/stzh-components/p-6d22bd0d.entry.js +1 -0
- package/dist/stzh-components/{p-d2c97cbc.entry.js → p-71220066.entry.js} +1 -1
- package/dist/stzh-components/p-71d757d3.js +1 -0
- package/dist/stzh-components/p-7a584d3f.system.entry.js +1 -0
- package/dist/stzh-components/p-7aef399f.entry.js +1 -0
- package/dist/stzh-components/{p-c5749124.system.entry.js → p-7c172e64.system.entry.js} +1 -1
- package/dist/stzh-components/p-7dec02ca.entry.js +1 -0
- package/dist/stzh-components/p-84aace40.system.entry.js +1 -0
- package/dist/stzh-components/p-8ab86ca3.system.entry.js +1 -0
- package/dist/stzh-components/p-8f9de52f.system.entry.js +1 -0
- package/dist/stzh-components/p-909d7a3c.system.js +1 -0
- package/dist/stzh-components/p-95defe16.system.entry.js +1 -0
- package/dist/stzh-components/p-98a972b7.system.entry.js +1 -0
- package/dist/stzh-components/p-9c90535a.system.js +1 -0
- package/dist/stzh-components/p-a6d4a8b1.js +1 -0
- package/dist/stzh-components/p-a866b3a3.entry.js +1 -0
- package/dist/stzh-components/p-ac409e7b.system.entry.js +1 -0
- package/dist/stzh-components/p-ad119aca.entry.js +1 -0
- package/dist/stzh-components/{p-6c3d7756.system.entry.js → p-b1ff3a21.system.entry.js} +1 -1
- package/dist/stzh-components/p-bc34bf07.system.entry.js +1 -0
- package/dist/stzh-components/{p-1663fc49.system.entry.js → p-bd5b8114.system.entry.js} +1 -1
- package/dist/stzh-components/p-c2238fbf.entry.js +1 -0
- package/dist/stzh-components/p-c3846ccf.system.entry.js +1 -0
- package/dist/stzh-components/p-ce06b4f2.system.js +1 -0
- package/dist/stzh-components/p-cf781b59.entry.js +1 -0
- package/dist/stzh-components/{p-b367d4e3.entry.js → p-d4b93488.entry.js} +1 -1
- package/dist/stzh-components/p-d5ee4ac0.entry.js +1 -0
- package/dist/stzh-components/{p-fd811f6b.system.entry.js → p-daa34275.system.entry.js} +2 -2
- package/dist/stzh-components/p-e161760f.system.entry.js +1 -0
- package/dist/stzh-components/p-e785d9cc.entry.js +1 -0
- package/dist/stzh-components/{p-fb150554.system.entry.js → p-f5f3475c.system.entry.js} +1 -1
- package/dist/stzh-components/p-f6ab391e.system.entry.js +1 -0
- package/dist/stzh-components/{p-74786856.system.entry.js → p-ff2a6bdf.system.entry.js} +1 -1
- package/dist/stzh-components/p-ff534e27.entry.js +1 -0
- package/dist/stzh-components/stzh-components.css +1 -1
- package/dist/stzh-components/stzh-components.esm.js +1 -1
- package/dist/stzh-components/stzh-components.js +1 -1
- package/dist/types/components.d.ts +242 -11
- package/dist/types/index.d.ts +5 -0
- package/dist/vscode-data.json +141 -11
- package/package.json +6 -2
- package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +0 -1
- package/dist/esm-es5/app-globals-acc57d0e.js +0 -1
- package/dist/stzh-components/p-011dcf30.system.entry.js +0 -1
- package/dist/stzh-components/p-0977d9b6.entry.js +0 -1
- package/dist/stzh-components/p-10c36281.entry.js +0 -1
- package/dist/stzh-components/p-23e9b6c7.system.entry.js +0 -1
- package/dist/stzh-components/p-241f060e.entry.js +0 -1
- package/dist/stzh-components/p-2c8d491a.system.entry.js +0 -1
- package/dist/stzh-components/p-3a73b8b5.system.js +0 -1
- package/dist/stzh-components/p-3e8ff66b.js +0 -1
- package/dist/stzh-components/p-4b93fb24.entry.js +0 -1
- package/dist/stzh-components/p-4c93ffbe.entry.js +0 -1
- package/dist/stzh-components/p-5623c1a3.entry.js +0 -1
- package/dist/stzh-components/p-58714045.entry.js +0 -1
- package/dist/stzh-components/p-59970f71.entry.js +0 -1
- package/dist/stzh-components/p-62c7caed.entry.js +0 -1
- package/dist/stzh-components/p-79f27d21.entry.js +0 -1
- package/dist/stzh-components/p-8e5f4ef6.system.entry.js +0 -1
- package/dist/stzh-components/p-9084f0c1.entry.js +0 -1
- package/dist/stzh-components/p-948acea1.js +0 -1
- package/dist/stzh-components/p-9af41730.system.js +0 -1
- package/dist/stzh-components/p-9ca1efe4.system.entry.js +0 -1
- package/dist/stzh-components/p-a6da8c06.system.entry.js +0 -1
- package/dist/stzh-components/p-afaa9c37.system.entry.js +0 -1
- package/dist/stzh-components/p-b71a1607.system.js +0 -1
- package/dist/stzh-components/p-bb9e8364.entry.js +0 -1
- package/dist/stzh-components/p-bd7dd853.system.entry.js +0 -1
- package/dist/stzh-components/p-be534671.entry.js +0 -1
- package/dist/stzh-components/p-da857e0d.entry.js +0 -1
- package/dist/stzh-components/p-de8f9508.system.entry.js +0 -1
- package/dist/stzh-components/p-fa6427bf.system.entry.js +0 -1
- package/dist/stzh-components/p-fa9a4cd5.system.entry.js +0 -1
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
/*
|
|
5
5
|
* Base
|
|
6
6
|
*/
|
|
7
|
+
/**
|
|
8
|
+
* Flyingfocus
|
|
9
|
+
*/
|
|
7
10
|
/**
|
|
8
11
|
* Link
|
|
9
12
|
*/
|
|
@@ -112,7 +115,6 @@
|
|
|
112
115
|
.stzh-figure__caption {
|
|
113
116
|
font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));
|
|
114
117
|
line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));
|
|
115
|
-
color: var(--stzh-base-color);
|
|
116
118
|
margin-top: var(--stzh-space-small);
|
|
117
119
|
}
|
|
118
120
|
@media screen and (min-width: 1024px) {
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
/*
|
|
5
5
|
* Base
|
|
6
6
|
*/
|
|
7
|
+
/**
|
|
8
|
+
* Flyingfocus
|
|
9
|
+
*/
|
|
7
10
|
/**
|
|
8
11
|
* Link
|
|
9
12
|
*/
|
|
@@ -105,6 +108,8 @@
|
|
|
105
108
|
line-height: var(--stzh-font-pico-text-line-height);
|
|
106
109
|
background-color: var(--stzh-color-white);
|
|
107
110
|
padding: var(--stzh-space-xlarge) 0;
|
|
111
|
+
/* Logo or info filled variant */
|
|
112
|
+
/* Has border */
|
|
108
113
|
}
|
|
109
114
|
.stzh-footer[hidden] {
|
|
110
115
|
display: none;
|
|
@@ -114,6 +119,13 @@
|
|
|
114
119
|
.stzh-footer *::after {
|
|
115
120
|
box-sizing: border-box;
|
|
116
121
|
}
|
|
122
|
+
.stzh-footer [slot=logo] {
|
|
123
|
+
height: 2.375rem;
|
|
124
|
+
}
|
|
125
|
+
.stzh-footer [slot=info] {
|
|
126
|
+
margin: 0;
|
|
127
|
+
}
|
|
128
|
+
.stzh-footer stzh-link[slot=info],
|
|
117
129
|
.stzh-footer stzh-link[slot=link],
|
|
118
130
|
.stzh-footer stzh-link[slot=social-link],
|
|
119
131
|
.stzh-footer stzh-link.stzh-footer__link {
|
|
@@ -122,6 +134,7 @@
|
|
|
122
134
|
--icon-wrapper-height: auto;
|
|
123
135
|
--icon-size: var(--stzh-icon-size-large);
|
|
124
136
|
}
|
|
137
|
+
.stzh-footer stzh-link[slot=info] .stzh-link,
|
|
125
138
|
.stzh-footer stzh-link[slot=link] .stzh-link,
|
|
126
139
|
.stzh-footer stzh-link[slot=social-link] .stzh-link,
|
|
127
140
|
.stzh-footer stzh-link.stzh-footer__link .stzh-link {
|
|
@@ -136,6 +149,9 @@
|
|
|
136
149
|
margin-right: var(--stzh-space-large);
|
|
137
150
|
}
|
|
138
151
|
}
|
|
152
|
+
.stzh-footer stzh-link[slot=info]:not(:last-child) {
|
|
153
|
+
margin-bottom: var(--stzh-space-small);
|
|
154
|
+
}
|
|
139
155
|
.stzh-footer stzh-link[slot=link]:not(:last-child) {
|
|
140
156
|
margin-bottom: var(--stzh-space-small);
|
|
141
157
|
}
|
|
@@ -179,6 +195,35 @@
|
|
|
179
195
|
justify-content: space-between;
|
|
180
196
|
}
|
|
181
197
|
}
|
|
198
|
+
.stzh-footer__logo:empty, .stzh-footer__info:empty, .stzh-footer__social-link:empty, .stzh-footer__links:empty {
|
|
199
|
+
display: none;
|
|
200
|
+
}
|
|
201
|
+
.stzh-footer__logo:not(:empty) {
|
|
202
|
+
margin-bottom: var(--stzh-space-medium);
|
|
203
|
+
}
|
|
204
|
+
@media screen and (min-width: 1024px) {
|
|
205
|
+
.stzh-footer__logo:not(:empty) {
|
|
206
|
+
margin-bottom: 0;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
.stzh-footer__info {
|
|
210
|
+
display: flex;
|
|
211
|
+
flex-direction: column;
|
|
212
|
+
align-items: flex-start;
|
|
213
|
+
}
|
|
214
|
+
.stzh-footer__info:not(:empty) {
|
|
215
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
216
|
+
}
|
|
217
|
+
@media screen and (min-width: 1024px) {
|
|
218
|
+
.stzh-footer__info:not(:empty) {
|
|
219
|
+
margin-bottom: 0;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
@media screen and (min-width: 1024px) {
|
|
223
|
+
.stzh-footer__logo, .stzh-footer__social-link {
|
|
224
|
+
margin-right: auto;
|
|
225
|
+
}
|
|
226
|
+
}
|
|
182
227
|
@media screen and (min-width: 1024px) {
|
|
183
228
|
.stzh-footer__links {
|
|
184
229
|
margin-left: auto;
|
|
@@ -205,4 +250,12 @@
|
|
|
205
250
|
margin-top: 0;
|
|
206
251
|
margin-left: var(--stzh-space-large);
|
|
207
252
|
}
|
|
253
|
+
}
|
|
254
|
+
@media screen and (min-width: 1024px) {
|
|
255
|
+
.stzh-footer--has-logo .stzh-footer__wrapper, .stzh-footer--has-info .stzh-footer__wrapper {
|
|
256
|
+
align-items: flex-start;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
.stzh-footer--has-border {
|
|
260
|
+
border-top: 0.0625rem solid var(--stzh-base-border-color);
|
|
208
261
|
}
|
|
@@ -3,6 +3,10 @@ import { fetchTranslations } from "../../utils/translation-utils";
|
|
|
3
3
|
import { hasSlot, setPropsIfNull } from "../../utils/utils";
|
|
4
4
|
/**
|
|
5
5
|
* @slot - Slot for content
|
|
6
|
+
* @slot social-link - Slot for social `stzh-link`
|
|
7
|
+
* @slot logo - Slot for logo `img`
|
|
8
|
+
* @slot info - Slot for info content
|
|
9
|
+
* @slot link - Slot for `stzh-link` elements
|
|
6
10
|
*/
|
|
7
11
|
export class StzhFooter {
|
|
8
12
|
constructor() {
|
|
@@ -18,10 +22,11 @@ export class StzhFooter {
|
|
|
18
22
|
link.setAttribute("role", "listitem");
|
|
19
23
|
});
|
|
20
24
|
};
|
|
25
|
+
this.localization = undefined;
|
|
21
26
|
this.copyright = undefined;
|
|
22
27
|
this.variant = "default";
|
|
23
28
|
this.mainUrl = "https://www.stadt-zuerich.ch";
|
|
24
|
-
this.
|
|
29
|
+
this.withBorder = false;
|
|
25
30
|
}
|
|
26
31
|
async componentWillLoad() {
|
|
27
32
|
if (typeof this.copyright === "undefined") {
|
|
@@ -44,14 +49,19 @@ export class StzhFooter {
|
|
|
44
49
|
this.observer.disconnect();
|
|
45
50
|
}
|
|
46
51
|
render() {
|
|
47
|
-
const
|
|
48
|
-
const
|
|
52
|
+
const logoSlotUsed = hasSlot(this.element, "logo");
|
|
53
|
+
const infoSlotUsed = hasSlot(this.element, "info");
|
|
54
|
+
const linkSlotUsed = hasSlot(this.element, "link");
|
|
55
|
+
const socialLinkSlotUsed = hasSlot(this.element, "social-link");
|
|
49
56
|
const classes = {
|
|
50
57
|
"stzh-footer": true,
|
|
58
|
+
"stzh-footer--has-border": this.withBorder,
|
|
59
|
+
"stzh-footer--has-logo": logoSlotUsed,
|
|
60
|
+
"stzh-footer--has-info": infoSlotUsed,
|
|
51
61
|
"stzh-footer--has-links": linkSlotUsed,
|
|
52
62
|
"stzh-footer--has-social-link": socialLinkSlotUsed
|
|
53
63
|
};
|
|
54
|
-
return (h(Host, null, h("footer", { class: classes }, h("div", { class: "stzh-footer__wrapper" }, h("slot", { name: "social-link" }), h("div", { class: "stzh-footer__links" }, this.copyright &&
|
|
64
|
+
return (h(Host, null, h("footer", { class: classes }, h("div", { class: "stzh-footer__wrapper" }, h("div", { class: "stzh-footer__social-link" }, h("slot", { name: "social-link" })), h("div", { class: "stzh-footer__logo" }, h("slot", { name: "logo" })), h("div", { class: "stzh-footer__info" }, h("slot", { name: "info" })), h("div", { class: "stzh-footer__links" }, this.copyright &&
|
|
55
65
|
h("div", { class: "stzh-footer__copyright" }, this.copyright), h("div", { class: "stzh-footer__link-list", role: "list" }, h("slot", { name: "link" }, this.variant === "egov" &&
|
|
56
66
|
h(Fragment, null, h("stzh-link", { slot: "link", target: "_blank", class: "stzh-footer__link", href: `${this.mainUrl}/${this.localization.legalNoticeUrl}` }, this.localization.legalNoticeText), h("stzh-link", { slot: "link", target: "_blank", class: "stzh-footer__link", href: `${this.mainUrl}/${this.localization.imprintUrl}` }, this.localization.imprintText), h("stzh-link", { class: "stzh-footer__link", slot: "link", target: "_blank", href: `${this.mainUrl}/${this.localization.accessibilityUrl}` }, this.localization.accessibilityText)))))))));
|
|
57
67
|
}
|
|
@@ -68,6 +78,26 @@ export class StzhFooter {
|
|
|
68
78
|
}
|
|
69
79
|
static get properties() {
|
|
70
80
|
return {
|
|
81
|
+
"localization": {
|
|
82
|
+
"type": "unknown",
|
|
83
|
+
"mutable": false,
|
|
84
|
+
"complexType": {
|
|
85
|
+
"original": "StzhFooterLocalizedText",
|
|
86
|
+
"resolved": "StzhLocaleComponent & { legalNoticeUrl: string; legalNoticeText: string; imprintUrl: string; imprintText: string; accessibilityUrl: string; accessibilityText: string; }",
|
|
87
|
+
"references": {
|
|
88
|
+
"StzhFooterLocalizedText": {
|
|
89
|
+
"location": "import",
|
|
90
|
+
"path": "./stzh-footer.localization"
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"required": false,
|
|
95
|
+
"optional": false,
|
|
96
|
+
"docs": {
|
|
97
|
+
"tags": [],
|
|
98
|
+
"text": "Translation strings"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
71
101
|
"copyright": {
|
|
72
102
|
"type": "string",
|
|
73
103
|
"mutable": false,
|
|
@@ -121,25 +151,23 @@ export class StzhFooter {
|
|
|
121
151
|
"reflect": false,
|
|
122
152
|
"defaultValue": "\"https://www.stadt-zuerich.ch\""
|
|
123
153
|
},
|
|
124
|
-
"
|
|
125
|
-
"type": "
|
|
154
|
+
"withBorder": {
|
|
155
|
+
"type": "boolean",
|
|
126
156
|
"mutable": false,
|
|
127
157
|
"complexType": {
|
|
128
|
-
"original": "
|
|
129
|
-
"resolved": "
|
|
130
|
-
"references": {
|
|
131
|
-
"StzhFooterLocalizedText": {
|
|
132
|
-
"location": "import",
|
|
133
|
-
"path": "./stzh-footer.localization"
|
|
134
|
-
}
|
|
135
|
-
}
|
|
158
|
+
"original": "boolean",
|
|
159
|
+
"resolved": "boolean",
|
|
160
|
+
"references": {}
|
|
136
161
|
},
|
|
137
162
|
"required": false,
|
|
138
163
|
"optional": false,
|
|
139
164
|
"docs": {
|
|
140
165
|
"tags": [],
|
|
141
|
-
"text": "
|
|
142
|
-
}
|
|
166
|
+
"text": "Whether to display separation border"
|
|
167
|
+
},
|
|
168
|
+
"attribute": "with-border",
|
|
169
|
+
"reflect": false,
|
|
170
|
+
"defaultValue": "false"
|
|
143
171
|
}
|
|
144
172
|
};
|
|
145
173
|
}
|
|
@@ -7,7 +7,7 @@ export default {
|
|
|
7
7
|
title: 'Components/Footer',
|
|
8
8
|
component: 'stzh-footer',
|
|
9
9
|
parameters: {
|
|
10
|
-
layout: '
|
|
10
|
+
layout: 'padded',
|
|
11
11
|
docs: {
|
|
12
12
|
description: {
|
|
13
13
|
component: readme
|
|
@@ -35,6 +35,21 @@ const Template = (args) => (
|
|
|
35
35
|
</stzh-footer>
|
|
36
36
|
);
|
|
37
37
|
|
|
38
|
+
const TemplateMicrosite = (args) => (
|
|
39
|
+
<stzh-footer {...args}>
|
|
40
|
+
<img src="media/logo/stzh-default.svg" slot="logo" />
|
|
41
|
+
<stzh-link slot="info" href="#">Photo credits</stzh-link>
|
|
42
|
+
<p slot="info">
|
|
43
|
+
Sukkulenten-Sammlung Zürich<br />
|
|
44
|
+
Mythenquai 88<br />
|
|
45
|
+
8002 Zürich
|
|
46
|
+
</p>
|
|
47
|
+
<stzh-link slot="link" href="#" target="_blank">Legal notice</stzh-link>
|
|
48
|
+
<stzh-link slot="link" href="#" target="_blank">Imprint</stzh-link>
|
|
49
|
+
<stzh-link slot="link" href="#" target="_blank">Accessibility</stzh-link>
|
|
50
|
+
</stzh-footer>
|
|
51
|
+
);
|
|
52
|
+
|
|
38
53
|
const TemplateEGov = (args) => (
|
|
39
54
|
<stzh-footer {...args}></stzh-footer>
|
|
40
55
|
);
|
|
@@ -43,6 +58,11 @@ export const Default = Template.bind({});
|
|
|
43
58
|
Default.args = {
|
|
44
59
|
};
|
|
45
60
|
|
|
61
|
+
export const Microsite = TemplateMicrosite.bind({});
|
|
62
|
+
Microsite.args = {
|
|
63
|
+
'with-border': true
|
|
64
|
+
};
|
|
65
|
+
|
|
46
66
|
export const eGov = TemplateEGov.bind({});
|
|
47
67
|
eGov.args = {
|
|
48
68
|
variant: "egov"
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
/*
|
|
5
5
|
* Base
|
|
6
6
|
*/
|
|
7
|
+
/**
|
|
8
|
+
* Flyingfocus
|
|
9
|
+
*/
|
|
7
10
|
/**
|
|
8
11
|
* Link
|
|
9
12
|
*/
|
|
@@ -95,22 +98,19 @@
|
|
|
95
98
|
}
|
|
96
99
|
|
|
97
100
|
:host {
|
|
98
|
-
--stzh-color
|
|
99
|
-
--stzh-color-primary-hover: var(--stzh-base-invert-color);
|
|
100
|
-
--stzh-base-color: var(--stzh-base-invert-color);
|
|
101
|
-
--stzh-base-lead-color: var(--stzh-base-invert-color);
|
|
102
|
-
--stzh-base-border-color: var(--stzh-base-invert-color);
|
|
103
|
-
--stzh-richttext-blockquote-footer-color: var(--stzh-base-invert-color);
|
|
101
|
+
--stzh-flyingfocus-color: var(--stzh-base-invert-color);
|
|
104
102
|
--background-color: var(--stzh-color-error);
|
|
105
103
|
--color: var(--stzh-base-invert-color);
|
|
106
104
|
--close-color: var(--stzh-base-invert-color);
|
|
107
|
-
--button-border-color: var(--stzh-base-invert-color);
|
|
108
105
|
--button-hover-color: var(--background-color);
|
|
109
106
|
}
|
|
110
|
-
:host ::slotted(stzh-button[slot=button][variant=secondary]
|
|
111
|
-
--
|
|
112
|
-
--hover-color: var(--button-hover-color);
|
|
107
|
+
:host ::slotted(stzh-button[slot=button])[variant=secondary] {
|
|
108
|
+
--color: var(--stzh-base-invert-color);
|
|
113
109
|
--background-color: transparent;
|
|
110
|
+
--border-color: var(--stzh-base-invert-color);
|
|
111
|
+
--hover-color: var(--button-hover-color);
|
|
112
|
+
--hover-background-color: var(--stzh-base-invert-color);
|
|
113
|
+
--hover-border-color: var(--stzh-base-invert-color);
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
.stzh-ghettobox {
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
/*
|
|
5
5
|
* Base
|
|
6
6
|
*/
|
|
7
|
+
/**
|
|
8
|
+
* Flyingfocus
|
|
9
|
+
*/
|
|
7
10
|
/**
|
|
8
11
|
* Link
|
|
9
12
|
*/
|
|
@@ -130,30 +133,30 @@
|
|
|
130
133
|
letter-spacing: var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing));
|
|
131
134
|
}
|
|
132
135
|
}
|
|
133
|
-
.stzh-heading--
|
|
136
|
+
.stzh-heading--has-border {
|
|
134
137
|
padding-bottom: var(--stzh-space-xsmall);
|
|
135
138
|
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
136
139
|
}
|
|
137
140
|
@media screen and (min-width: 1024px) {
|
|
138
|
-
.stzh-heading--
|
|
141
|
+
.stzh-heading--has-border {
|
|
139
142
|
padding-bottom: var(--stzh-space-small);
|
|
140
143
|
}
|
|
141
144
|
}
|
|
142
145
|
@media screen and (min-width: 1260px) {
|
|
143
|
-
.stzh-heading--
|
|
146
|
+
.stzh-heading--has-border {
|
|
144
147
|
padding-bottom: var(--stzh-space-medium);
|
|
145
148
|
}
|
|
146
149
|
}
|
|
147
|
-
.stzh-heading--curve-hero.stzh-heading--
|
|
150
|
+
.stzh-heading--curve-hero.stzh-heading--has-border {
|
|
148
151
|
padding-bottom: var(--stzh-space-xlarge);
|
|
149
152
|
}
|
|
150
153
|
@media screen and (min-width: 1024px) {
|
|
151
|
-
.stzh-heading--curve-hero.stzh-heading--
|
|
154
|
+
.stzh-heading--curve-hero.stzh-heading--has-border {
|
|
152
155
|
padding-bottom: var(--stzh-space-xxlarge);
|
|
153
156
|
}
|
|
154
157
|
}
|
|
155
158
|
@media screen and (min-width: 1260px) {
|
|
156
|
-
.stzh-heading--curve-hero.stzh-heading--
|
|
159
|
+
.stzh-heading--curve-hero.stzh-heading--has-border {
|
|
157
160
|
padding-bottom: var(--stzh-space-xxxlarge);
|
|
158
161
|
}
|
|
159
162
|
}
|
|
@@ -12,7 +12,7 @@ export class StzhHeading {
|
|
|
12
12
|
const Heading = `h${this.level}`;
|
|
13
13
|
const classes = {
|
|
14
14
|
"stzh-heading": true,
|
|
15
|
-
"stzh-heading--
|
|
15
|
+
"stzh-heading--has-border": this.withBorder,
|
|
16
16
|
[`stzh-heading--level-${this.level}`]: !!this.level,
|
|
17
17
|
[`stzh-heading--curve-${this.curve}`]: !!this.curve
|
|
18
18
|
};
|