@oiz/stzh-components 2.1.0 → 2.2.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/{animation-utils-cfa35ce7.js → animation-utils-54d784c2.js} +3 -0
- package/dist/cjs/{app-globals-dc82b9ca.js → app-globals-b6d82414.js} +1 -1
- package/dist/cjs/index.cjs.js +17 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-accordion-item.cjs.entry.js +7 -3
- package/dist/cjs/stzh-accordion.cjs.entry.js +3 -1
- package/dist/cjs/stzh-actions.cjs.entry.js +1 -1
- package/dist/cjs/stzh-anchornav.cjs.entry.js +2 -2
- package/dist/cjs/stzh-appnav.cjs.entry.js +1 -1
- package/dist/cjs/stzh-audio.cjs.entry.js +3 -3
- package/dist/cjs/stzh-badge_3.cjs.entry.js +13 -6
- package/dist/cjs/stzh-calendar.cjs.entry.js +1 -1
- package/dist/cjs/stzh-card_3.cjs.entry.js +504 -0
- package/dist/cjs/stzh-chart.cjs.entry.js +2 -3
- package/dist/cjs/stzh-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +2 -2
- package/dist/cjs/stzh-chip.cjs.entry.js +6 -5
- package/dist/cjs/stzh-clamp.cjs.entry.js +1 -1
- package/dist/cjs/stzh-components.cjs.js +2 -2
- package/dist/cjs/stzh-contactaddress.cjs.entry.js +33 -7
- package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datalist_2.cjs.entry.js +180 -0
- package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +3 -2
- package/dist/cjs/stzh-datepicker_3.cjs.entry.js +3 -3
- package/dist/cjs/stzh-details.cjs.entry.js +155 -0
- package/dist/cjs/stzh-dialog.cjs.entry.js +5 -5
- package/dist/cjs/stzh-dropdown.cjs.entry.js +2 -2
- package/dist/cjs/stzh-figure.cjs.entry.js +2 -2
- package/dist/cjs/stzh-flyingfocus.cjs.entry.js +1 -1
- package/dist/cjs/stzh-footer.cjs.entry.js +2 -2
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +8 -5
- package/dist/cjs/stzh-header.cjs.entry.js +28 -14
- package/dist/cjs/stzh-heading.cjs.entry.js +1 -1
- package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
- package/dist/cjs/stzh-input.cjs.entry.js +2 -2
- package/dist/cjs/stzh-langnav.cjs.entry.js +37 -0
- package/dist/cjs/stzh-link.cjs.entry.js +11 -4
- package/dist/cjs/stzh-menu_2.cjs.entry.js +2 -2
- package/dist/cjs/stzh-message.cjs.entry.js +1 -1
- package/dist/cjs/stzh-microsite-teaserlist.cjs.entry.js +96 -0
- package/dist/cjs/stzh-olmap.cjs.entry.js +1 -1
- package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +3 -3
- package/dist/cjs/stzh-pagetitle.cjs.entry.js +2 -2
- package/dist/cjs/stzh-popover.cjs.entry.js +27 -9
- package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
- package/dist/cjs/stzh-progressbar-item.cjs.entry.js +1 -1
- package/dist/cjs/stzh-readspeaker.cjs.entry.js +1 -1
- package/dist/cjs/stzh-sitemap.cjs.entry.js +24 -0
- package/dist/cjs/stzh-sortable.cjs.entry.js +30 -11
- package/dist/cjs/stzh-table.cjs.entry.js +1 -1
- package/dist/cjs/stzh-textandimage.cjs.entry.js +35 -0
- package/dist/cjs/stzh-toggle.cjs.entry.js +2 -2
- package/dist/cjs/stzh-tooltip.cjs.entry.js +37 -13
- package/dist/cjs/stzh-upload.cjs.entry.js +2 -2
- package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +2 -1
- package/dist/cjs/stzh-vbz-majorticker.cjs.entry.js +20 -9
- package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +27 -38
- package/dist/cjs/{utils-8dc66449.js → utils-ff153309.js} +1 -0
- package/dist/collection/assets/i18n/de.json +15 -7
- package/dist/collection/assets/i18n/en.json +16 -8
- package/dist/collection/assets/icons/mono/arrow-right-down.svg +3 -0
- package/dist/collection/assets/icons/mono/construction.svg +2 -2
- package/dist/collection/assets/icons/mono/fountain.svg +3 -0
- package/dist/collection/assets/icons/mono/pause-filled.svg +3 -0
- package/dist/collection/assets/icons/mono/play-filled.svg +3 -0
- package/dist/collection/assets/icons/mono/reload.svg +2 -9
- package/dist/collection/assets/icons/mono/water-drops.svg +11 -0
- package/dist/collection/collection-manifest.json +6 -0
- package/dist/collection/components/stzh-accordion/stzh-accordion.js +3 -1
- package/dist/collection/components/stzh-accordion/stzh-accordion.stories.js +12 -1
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +3 -2
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +7 -3
- package/dist/collection/components/stzh-anchornav/stzh-anchornav.css +3 -3
- package/dist/collection/components/stzh-anchornav/stzh-anchornav.js +1 -1
- package/dist/collection/components/stzh-audio/stzh-audio.css +1 -1
- package/dist/collection/components/stzh-audio/stzh-audio.js +1 -1
- package/dist/collection/components/stzh-button/stzh-button.css +3 -2
- package/dist/collection/components/stzh-button/stzh-button.js +78 -3
- package/dist/collection/components/stzh-button/stzh-button.stories.js +12 -12
- package/dist/collection/components/stzh-calendar/stzh-calendar.css +1 -0
- package/dist/collection/components/stzh-card/stzh-card.css +107 -22
- package/dist/collection/components/stzh-card/stzh-card.js +116 -6
- package/dist/collection/components/stzh-card/stzh-card.stories.js +1 -1
- package/dist/collection/components/stzh-card-list/stzh-card-list.css +55 -14
- package/dist/collection/components/stzh-card-list/stzh-card-list.js +43 -3
- package/dist/collection/components/stzh-chart/stzh-chart.css +0 -14
- package/dist/collection/components/stzh-chart/stzh-chart.js +1 -20
- package/dist/collection/components/stzh-chart/stzh-chart.stories.js +4 -3
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +7 -3
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.css +1 -0
- package/dist/collection/components/stzh-chip/stzh-chip.css +52 -4
- package/dist/collection/components/stzh-chip/stzh-chip.js +23 -5
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +2 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +33 -6
- package/dist/collection/components/stzh-clamp/stzh-clamp.css +5 -0
- package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.css +91 -12
- package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.js +76 -9
- package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.stories.js +52 -2
- package/dist/collection/components/stzh-cspace/stzh-cspace.css +49 -1
- package/dist/collection/components/stzh-datalist/stzh-datalist.css +28 -516
- package/dist/collection/components/stzh-datalist/stzh-datalist.js +110 -23
- package/dist/collection/components/stzh-datalist/stzh-datalist.stories.js +65 -4
- package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.css +261 -0
- package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.js +323 -0
- package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.stories.js +49 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +11 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.js +3 -2
- package/dist/collection/components/stzh-details/stzh-details.css +119 -0
- package/dist/collection/components/stzh-details/stzh-details.js +316 -0
- package/dist/collection/components/stzh-details/stzh-details.stories.js +41 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +1 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.js +3 -3
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +6 -3
- package/dist/collection/components/stzh-figure/stzh-figure.css +1 -3
- package/dist/collection/components/stzh-footer/stzh-footer.css +2 -1
- package/dist/collection/components/stzh-footer/stzh-footer.stories.js +3 -1
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +33 -5
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +23 -2
- package/dist/collection/components/stzh-header/stzh-header.css +87 -4
- package/dist/collection/components/stzh-header/stzh-header.js +63 -13
- package/dist/collection/components/stzh-header/stzh-header.stories.js +21 -1
- package/dist/collection/components/stzh-heading/stzh-heading.css +3 -0
- package/dist/collection/components/stzh-icon/stzh-icon.js +1 -1
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +102 -37
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/collection/components/stzh-input/stzh-input.css +6 -5
- package/dist/collection/components/stzh-langnav/stzh-langnav.css +106 -0
- package/dist/collection/components/stzh-langnav/stzh-langnav.js +136 -0
- package/dist/collection/components/stzh-langnav/stzh-langnav.stories.js +42 -0
- package/dist/collection/components/stzh-link/stzh-link.css +1 -0
- package/dist/collection/components/stzh-link/stzh-link.js +95 -2
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.css +1 -0
- package/dist/collection/components/stzh-message/stzh-message.css +1 -0
- package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.css +125 -0
- package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.js +198 -0
- package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.localization.js +1 -0
- package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.stories.js +58 -0
- package/dist/collection/components/stzh-olmap/stzh-olmap.js +1 -1
- package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.stories.js +1 -1
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +14 -5
- package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.css +1 -1
- package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.js +1 -1
- package/dist/collection/components/stzh-popover/stzh-popover.css +2 -0
- package/dist/collection/components/stzh-popover/stzh-popover.js +26 -8
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +2 -0
- package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +107 -6
- package/dist/collection/components/stzh-radio/stzh-radio.css +3 -2
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +1 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.css +2 -0
- package/dist/collection/components/stzh-sitemap/stzh-sitemap.css +113 -0
- package/dist/collection/components/stzh-sitemap/stzh-sitemap.js +53 -0
- package/dist/collection/components/stzh-sitemap/stzh-sitemap.stories.js +78 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.js +29 -10
- package/dist/collection/components/stzh-textandimage/stzh-textandimage.css +203 -0
- package/dist/collection/components/stzh-textandimage/stzh-textandimage.js +98 -0
- package/dist/collection/components/stzh-textandimage/stzh-textandimage.stories.js +56 -0
- package/dist/collection/components/stzh-toggle/stzh-toggle.css +3 -1
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.css +1 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +36 -12
- package/dist/collection/components/stzh-upload/stzh-upload.css +2 -1
- package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.js +3 -2
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +2 -1
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.js +84 -12
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +1 -16
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.js +26 -37
- package/dist/collection/index.js +12 -0
- package/dist/collection/pages/egov.stories.js +18 -15
- package/dist/collection/pages/example.stories.js +1 -1
- package/dist/collection/pages/meinkonto.stories.js +3 -3
- package/dist/collection/patterns/appointments.stories.js +3 -3
- package/dist/collection/patterns/contact.stories.js +144 -0
- package/dist/collection/patterns/contactform.stories.js +125 -0
- package/dist/collection/patterns/subpages.stories.js +98 -0
- package/dist/collection/utils/animation-utils.js +3 -0
- package/dist/components/animation-utils.js +3 -0
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.js +8 -1
- package/dist/components/index2.js +17 -2017
- package/dist/components/index3.js +2017 -0
- package/dist/components/stzh-accordion-item.js +6 -2
- package/dist/components/stzh-accordion.js +3 -1
- package/dist/components/stzh-anchornav.js +2 -2
- package/dist/components/stzh-audio.js +2 -2
- package/dist/components/stzh-button2.js +15 -4
- package/dist/components/stzh-calendar2.js +1 -1
- package/dist/components/stzh-card-list.js +1 -114
- package/dist/components/stzh-card-list2.js +123 -0
- package/dist/components/stzh-card.js +1 -358
- package/dist/components/stzh-card2.js +380 -0
- package/dist/components/stzh-chart.js +3 -5
- package/dist/components/stzh-checkbox.js +1 -1
- package/dist/components/stzh-checkboxgroup.js +1 -1
- package/dist/components/stzh-chip-select.js +1 -157
- package/dist/components/stzh-chip-select2.js +186 -0
- package/dist/components/stzh-chip2.js +7 -5
- package/dist/components/stzh-clamp2.js +1 -1
- package/dist/components/stzh-contactaddress.js +74 -10
- package/dist/components/stzh-cspace.js +1 -1
- package/dist/components/stzh-datalist-item.d.ts +11 -0
- package/dist/components/stzh-datalist-item.js +6 -0
- package/dist/components/stzh-datalist-item2.js +128 -0
- package/dist/components/stzh-datalist.js +1 -96
- package/dist/components/stzh-datalist2.js +147 -0
- package/dist/components/stzh-datamessagelist-item.js +3 -2
- package/dist/components/stzh-details.d.ts +11 -0
- package/dist/components/stzh-details.js +173 -0
- package/dist/components/stzh-dialog.js +4 -4
- package/dist/components/stzh-dropdown2.js +1 -1
- package/dist/components/stzh-figure.js +1 -1
- package/dist/components/stzh-footer.js +1 -1
- package/dist/components/stzh-ghettobox2.js +7 -3
- package/dist/components/stzh-header.js +29 -13
- package/dist/components/stzh-heading2.js +1 -1
- package/dist/components/stzh-icon-sprite.js +1 -1
- package/dist/components/stzh-icon2.js +1 -1
- package/dist/components/stzh-input2.js +1 -1
- package/dist/components/stzh-langnav.d.ts +11 -0
- package/dist/components/stzh-langnav.js +73 -0
- package/dist/components/stzh-link2.js +15 -3
- package/dist/components/stzh-menu-item2.js +1 -1
- package/dist/components/stzh-message.js +1 -1
- package/dist/components/stzh-microsite-teaserlist.d.ts +11 -0
- package/dist/components/stzh-microsite-teaserlist.js +212 -0
- package/dist/components/stzh-olmap.js +1 -1
- package/dist/components/stzh-pagetitle-hero.js +2 -2
- package/dist/components/stzh-pagetitle.js +1 -1
- package/dist/components/stzh-popover2.js +26 -8
- package/dist/components/stzh-portal-mitwirken.js +1 -1
- package/dist/components/stzh-progressbar-item2.js +1 -1
- package/dist/components/stzh-radio2.js +1 -1
- package/dist/components/stzh-radiogroup2.js +1 -1
- package/dist/components/stzh-richtext2.js +1 -1
- package/dist/components/stzh-sitemap.d.ts +11 -0
- package/dist/components/stzh-sitemap.js +69 -0
- package/dist/components/stzh-sortable2.js +29 -10
- package/dist/components/stzh-textandimage.d.ts +11 -0
- package/dist/components/stzh-textandimage.js +53 -0
- package/dist/components/stzh-toggle.js +1 -1
- package/dist/components/stzh-tooltip2.js +36 -12
- package/dist/components/stzh-upload.js +1 -1
- package/dist/components/stzh-vbz-linechip2.js +2 -1
- package/dist/components/stzh-vbz-majorticker.js +25 -12
- package/dist/components/stzh-vbz-ticker.js +26 -37
- package/dist/components/utils.js +1 -1
- package/dist/esm/{animation-utils-25c74e5b.js → animation-utils-e234a5f8.js} +3 -0
- package/dist/esm/{app-globals-246b5e49.js → app-globals-ff581b69.js} +1 -1
- package/dist/esm/{index-2915b467.js → index-011c84fe.js} +1 -1
- package/dist/esm/index.js +16 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/stzh-accordion-item.entry.js +8 -4
- package/dist/esm/stzh-accordion.entry.js +4 -2
- package/dist/esm/stzh-actions.entry.js +2 -2
- package/dist/esm/stzh-actionset.entry.js +1 -1
- package/dist/esm/stzh-anchornav.entry.js +3 -3
- package/dist/esm/stzh-appnav.entry.js +2 -2
- package/dist/esm/stzh-appointments.entry.js +1 -1
- package/dist/esm/stzh-audio.entry.js +4 -4
- package/dist/esm/stzh-badge_3.entry.js +14 -7
- package/dist/esm/stzh-calendar.entry.js +2 -2
- package/dist/esm/stzh-card_3.entry.js +498 -0
- package/dist/esm/stzh-cell.entry.js +1 -1
- package/dist/esm/stzh-chart.entry.js +3 -4
- package/dist/esm/stzh-checkbox.entry.js +4 -4
- package/dist/esm/stzh-checkboxgroup.entry.js +4 -4
- package/dist/esm/stzh-chip.entry.js +7 -6
- package/dist/esm/stzh-clamp.entry.js +2 -2
- package/dist/esm/stzh-components.js +3 -3
- package/dist/esm/stzh-contactaddress.entry.js +34 -8
- package/dist/esm/stzh-container.entry.js +1 -1
- package/dist/esm/stzh-cspace.entry.js +2 -2
- package/dist/esm/stzh-datalist_2.entry.js +175 -0
- package/dist/esm/stzh-datamessagelist-item.entry.js +4 -3
- package/dist/esm/stzh-datamessagelist.entry.js +1 -1
- package/dist/esm/stzh-datatable.entry.js +1 -1
- package/dist/esm/stzh-datepicker_3.entry.js +5 -5
- package/dist/esm/stzh-details.entry.js +151 -0
- package/dist/esm/stzh-dialog.entry.js +6 -6
- package/dist/esm/stzh-dropdown.entry.js +4 -4
- package/dist/esm/stzh-fieldset.entry.js +1 -1
- package/dist/esm/stzh-figure.entry.js +3 -3
- package/dist/esm/stzh-flyingfocus.entry.js +2 -2
- package/dist/esm/stzh-footer.entry.js +3 -3
- package/dist/esm/stzh-ghettobox_2.entry.js +9 -6
- package/dist/esm/stzh-header.entry.js +29 -15
- package/dist/esm/stzh-heading.entry.js +2 -2
- package/dist/esm/stzh-hr.entry.js +1 -1
- package/dist/esm/stzh-hspace.entry.js +1 -1
- package/dist/esm/stzh-icon-sprite.entry.js +2 -2
- package/dist/esm/{stzh-input-description-e87e6697.js → stzh-input-description-bdd1e340.js} +1 -1
- package/dist/esm/stzh-input.entry.js +4 -4
- package/dist/esm/stzh-langnav.entry.js +33 -0
- package/dist/esm/stzh-link.entry.js +12 -5
- package/dist/esm/stzh-list-item.entry.js +1 -1
- package/dist/esm/stzh-list.entry.js +1 -1
- package/dist/esm/stzh-loader.entry.js +1 -1
- package/dist/esm/stzh-loadingbar.entry.js +1 -1
- package/dist/esm/stzh-menu_2.entry.js +3 -3
- package/dist/esm/stzh-message.entry.js +2 -2
- package/dist/esm/stzh-metanav.entry.js +1 -1
- package/dist/esm/stzh-microsite-teaserlist.entry.js +92 -0
- package/dist/esm/stzh-olmap.entry.js +2 -2
- package/dist/esm/stzh-overlay.entry.js +1 -1
- package/dist/esm/stzh-page-skiplinks.entry.js +1 -1
- package/dist/esm/stzh-pagebottom.entry.js +1 -1
- package/dist/esm/stzh-pagetitle-hero.entry.js +4 -4
- package/dist/esm/stzh-pagetitle.entry.js +3 -3
- package/dist/esm/stzh-popover.entry.js +28 -10
- package/dist/esm/stzh-portal-mitwirken.entry.js +2 -2
- package/dist/esm/stzh-progressbar-item.entry.js +2 -2
- package/dist/esm/stzh-progressbar.entry.js +1 -1
- package/dist/esm/stzh-readspeaker.entry.js +2 -2
- package/dist/esm/stzh-row.entry.js +1 -1
- package/dist/esm/stzh-saptcha.entry.js +1 -1
- package/dist/esm/stzh-section.entry.js +1 -1
- package/dist/esm/stzh-share.entry.js +1 -1
- package/dist/esm/stzh-sitemap.entry.js +20 -0
- package/dist/esm/stzh-skiplink.entry.js +1 -1
- package/dist/esm/stzh-sortable.entry.js +31 -12
- package/dist/esm/stzh-status.entry.js +1 -1
- package/dist/esm/stzh-sticky.entry.js +1 -1
- package/dist/esm/stzh-table.entry.js +2 -2
- package/dist/esm/stzh-text.entry.js +1 -1
- package/dist/esm/stzh-textandimage.entry.js +31 -0
- package/dist/esm/stzh-toggle.entry.js +4 -4
- package/dist/esm/stzh-tooltip.entry.js +38 -14
- package/dist/esm/stzh-upload.entry.js +4 -4
- package/dist/esm/stzh-vbz-linechip.entry.js +3 -2
- package/dist/esm/stzh-vbz-majorticker.entry.js +21 -10
- package/dist/esm/stzh-vbz-ticker.entry.js +26 -37
- package/dist/esm/stzh-visuallyhidden.entry.js +1 -1
- package/dist/esm/stzh-vspace.entry.js +1 -1
- package/dist/esm/{utils-68a28fce.js → utils-92a77db5.js} +1 -1
- package/dist/esm-es5/animation-utils-e234a5f8.js +1 -0
- package/dist/esm-es5/{app-globals-246b5e49.js → app-globals-ff581b69.js} +1 -1
- package/dist/esm-es5/{index-2915b467.js → index-011c84fe.js} +1 -1
- package/dist/esm-es5/index.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
- package/dist/esm-es5/stzh-accordion.entry.js +1 -1
- package/dist/esm-es5/stzh-actions.entry.js +1 -1
- package/dist/esm-es5/stzh-actionset.entry.js +1 -1
- package/dist/esm-es5/stzh-anchornav.entry.js +1 -1
- package/dist/esm-es5/stzh-appnav.entry.js +1 -1
- package/dist/esm-es5/stzh-appointments.entry.js +1 -1
- package/dist/esm-es5/stzh-audio.entry.js +2 -2
- package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
- package/dist/esm-es5/stzh-calendar.entry.js +1 -1
- package/dist/esm-es5/stzh-card_3.entry.js +1 -0
- package/dist/esm-es5/stzh-cell.entry.js +1 -1
- package/dist/esm-es5/stzh-chart.entry.js +2 -2
- package/dist/esm-es5/stzh-checkbox.entry.js +1 -1
- package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
- package/dist/esm-es5/stzh-chip.entry.js +1 -1
- package/dist/esm-es5/stzh-clamp.entry.js +1 -1
- package/dist/esm-es5/stzh-components.js +1 -1
- package/dist/esm-es5/stzh-contactaddress.entry.js +1 -1
- package/dist/esm-es5/stzh-container.entry.js +1 -1
- package/dist/esm-es5/stzh-cspace.entry.js +1 -1
- package/dist/esm-es5/stzh-datalist_2.entry.js +1 -0
- package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
- 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-datepicker_3.entry.js +1 -1
- package/dist/esm-es5/stzh-details.entry.js +1 -0
- package/dist/esm-es5/stzh-dialog.entry.js +1 -1
- package/dist/esm-es5/stzh-dropdown.entry.js +1 -1
- package/dist/esm-es5/stzh-fieldset.entry.js +1 -1
- package/dist/esm-es5/stzh-figure.entry.js +1 -1
- package/dist/esm-es5/stzh-flyingfocus.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-header.entry.js +1 -1
- package/dist/esm-es5/stzh-heading.entry.js +1 -1
- package/dist/esm-es5/stzh-hr.entry.js +1 -1
- package/dist/esm-es5/stzh-hspace.entry.js +1 -1
- package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
- package/dist/esm-es5/{stzh-input-description-e87e6697.js → stzh-input-description-bdd1e340.js} +1 -1
- package/dist/esm-es5/stzh-input.entry.js +1 -1
- package/dist/esm-es5/stzh-langnav.entry.js +1 -0
- package/dist/esm-es5/stzh-link.entry.js +1 -1
- package/dist/esm-es5/stzh-list-item.entry.js +1 -1
- package/dist/esm-es5/stzh-list.entry.js +1 -1
- package/dist/esm-es5/stzh-loader.entry.js +1 -1
- package/dist/esm-es5/stzh-loadingbar.entry.js +1 -1
- package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
- package/dist/esm-es5/stzh-message.entry.js +1 -1
- package/dist/esm-es5/stzh-metanav.entry.js +1 -1
- package/dist/esm-es5/stzh-microsite-teaserlist.entry.js +1 -0
- package/dist/esm-es5/stzh-olmap.entry.js +2 -2
- package/dist/esm-es5/stzh-overlay.entry.js +1 -1
- package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -1
- package/dist/esm-es5/stzh-pagebottom.entry.js +1 -1
- package/dist/esm-es5/stzh-pagetitle-hero.entry.js +1 -1
- package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
- package/dist/esm-es5/stzh-popover.entry.js +1 -1
- package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
- package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -1
- package/dist/esm-es5/stzh-progressbar.entry.js +1 -1
- package/dist/esm-es5/stzh-readspeaker.entry.js +1 -1
- package/dist/esm-es5/stzh-row.entry.js +1 -1
- package/dist/esm-es5/stzh-saptcha.entry.js +1 -1
- package/dist/esm-es5/stzh-section.entry.js +1 -1
- package/dist/esm-es5/stzh-share.entry.js +1 -1
- package/dist/esm-es5/stzh-sitemap.entry.js +1 -0
- package/dist/esm-es5/stzh-skiplink.entry.js +1 -1
- package/dist/esm-es5/stzh-sortable.entry.js +2 -2
- package/dist/esm-es5/stzh-status.entry.js +1 -1
- package/dist/esm-es5/stzh-sticky.entry.js +1 -1
- package/dist/esm-es5/stzh-table.entry.js +1 -1
- package/dist/esm-es5/stzh-text.entry.js +1 -1
- package/dist/esm-es5/stzh-textandimage.entry.js +1 -0
- package/dist/esm-es5/stzh-toggle.entry.js +1 -1
- package/dist/esm-es5/stzh-tooltip.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/esm-es5/stzh-vbz-majorticker.entry.js +1 -1
- package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
- package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -1
- package/dist/esm-es5/stzh-vspace.entry.js +1 -1
- package/dist/esm-es5/{utils-68a28fce.js → utils-92a77db5.js} +1 -1
- package/dist/stzh-components/assets/i18n/de.json +15 -7
- package/dist/stzh-components/assets/i18n/en.json +16 -8
- package/dist/stzh-components/assets/icons/mono/arrow-right-down.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/construction.svg +2 -2
- package/dist/stzh-components/assets/icons/mono/fountain.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/pause-filled.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/play-filled.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/reload.svg +2 -9
- package/dist/stzh-components/assets/icons/mono/water-drops.svg +11 -0
- package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +102 -37
- package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/stzh-components/index.esm.js +1 -0
- package/dist/stzh-components/{p-f6ab391e.system.entry.js → p-006751fc.system.entry.js} +1 -1
- package/dist/stzh-components/{p-27839f48.entry.js → p-025c9c5b.entry.js} +1 -1
- package/dist/stzh-components/{p-e9313802.system.entry.js → p-0409bf6b.system.entry.js} +2 -2
- package/dist/stzh-components/p-06d9b884.system.entry.js +1 -0
- package/dist/stzh-components/{p-3e504f50.entry.js → p-0743d7fa.entry.js} +1 -1
- package/dist/stzh-components/p-0850a2e1.system.entry.js +1 -0
- package/dist/stzh-components/{p-d5ee4ac0.entry.js → p-09da70d8.entry.js} +1 -1
- package/dist/stzh-components/{p-4e6ddb5f.entry.js → p-0a647396.entry.js} +1 -1
- package/dist/stzh-components/p-0c8427bc.entry.js +1 -0
- package/dist/stzh-components/{p-b1ff3a21.system.entry.js → p-0cc8bbd7.system.entry.js} +2 -2
- package/dist/stzh-components/{p-e662b688.entry.js → p-0cff4e01.entry.js} +1 -1
- package/dist/stzh-components/{p-0321e98e.system.entry.js → p-104df3a8.system.entry.js} +1 -1
- package/dist/stzh-components/p-10c046fc.system.entry.js +1 -0
- package/dist/stzh-components/{p-26159eac.system.entry.js → p-11d7b426.system.entry.js} +1 -1
- package/dist/stzh-components/p-12a2afe9.entry.js +1 -0
- package/dist/stzh-components/p-17645237.entry.js +1 -0
- package/dist/stzh-components/p-18cb06e2.entry.js +1 -0
- package/dist/stzh-components/{p-c3161c9b.system.entry.js → p-19ab7e34.system.entry.js} +1 -1
- package/dist/stzh-components/p-1ae4d600.system.entry.js +1 -0
- package/dist/stzh-components/{p-ff534e27.entry.js → p-1d8272a5.entry.js} +1 -1
- package/dist/stzh-components/{p-27bfb4c2.system.entry.js → p-21cad060.system.entry.js} +1 -1
- package/dist/stzh-components/{p-14f0d546.entry.js → p-22b06793.entry.js} +1 -1
- package/dist/stzh-components/{p-22c9a00d.system.entry.js → p-23829f75.system.entry.js} +1 -1
- package/dist/stzh-components/{p-3fc40cc0.system.entry.js → p-2577ca1e.system.entry.js} +1 -1
- package/dist/stzh-components/{p-7dd6fbc9.system.entry.js → p-288ee536.system.entry.js} +1 -1
- package/dist/stzh-components/{p-2c16d2ea.entry.js → p-28d8aa31.entry.js} +1 -1
- package/dist/stzh-components/{p-8fc8d8c2.system.entry.js → p-2bdc71ae.system.entry.js} +1 -1
- package/dist/stzh-components/p-2bec3c77.entry.js +1 -0
- package/dist/stzh-components/p-2d340222.system.entry.js +1 -0
- package/dist/stzh-components/{p-2e276f2e.system.entry.js → p-30ae5c00.system.entry.js} +1 -1
- package/dist/stzh-components/{p-34eb65b9.entry.js → p-30ba96a3.entry.js} +1 -1
- package/dist/stzh-components/{p-62afe664.entry.js → p-31c3469c.entry.js} +1 -1
- package/dist/stzh-components/{p-881e526e.system.entry.js → p-3200f52a.system.entry.js} +1 -1
- package/dist/stzh-components/{p-725b3e74.system.entry.js → p-33f80cd2.system.entry.js} +1 -1
- package/dist/stzh-components/{p-456143f9.entry.js → p-376946bc.entry.js} +1 -1
- package/dist/stzh-components/p-385dda6c.system.entry.js +1 -0
- package/dist/stzh-components/{p-71220066.entry.js → p-391e6b90.entry.js} +1 -1
- package/dist/stzh-components/p-3a1ff759.entry.js +1 -0
- package/dist/stzh-components/p-3ad67331.entry.js +1 -0
- package/dist/stzh-components/p-3e850dce.entry.js +1 -0
- package/dist/stzh-components/p-4226dec6.system.entry.js +1 -0
- package/dist/stzh-components/p-441ea784.entry.js +1 -0
- package/dist/stzh-components/{p-229f4ebc.system.entry.js → p-44e0b101.system.entry.js} +1 -1
- package/dist/stzh-components/p-4704588f.system.entry.js +1 -0
- package/dist/stzh-components/{p-30e5a674.entry.js → p-49b292df.entry.js} +1 -1
- package/dist/stzh-components/p-49bb09a5.entry.js +1 -0
- package/dist/stzh-components/{p-9454a438.entry.js → p-4b0f473e.entry.js} +1 -1
- package/dist/stzh-components/p-4b369bac.entry.js +1 -0
- package/dist/stzh-components/p-5011f10c.js +1 -0
- package/dist/stzh-components/{p-53c30c58.entry.js → p-51be647d.entry.js} +1 -1
- package/dist/stzh-components/{p-6267a327.system.js → p-5494f37d.system.js} +1 -1
- package/dist/stzh-components/p-557f07b5.system.entry.js +1 -0
- package/dist/stzh-components/p-55b7cda7.system.entry.js +1 -0
- package/dist/stzh-components/{p-05901b22.system.entry.js → p-57237509.system.entry.js} +1 -1
- package/dist/stzh-components/{p-b09b85ac.entry.js → p-576e1345.entry.js} +1 -1
- package/dist/stzh-components/p-5790eb4f.system.entry.js +1 -0
- package/dist/stzh-components/p-57a0f895.entry.js +1 -0
- package/dist/stzh-components/p-57f8596f.system.entry.js +1 -0
- package/dist/stzh-components/p-586a8b3f.entry.js +1 -0
- package/dist/stzh-components/p-58af0855.system.entry.js +1 -0
- package/dist/stzh-components/{p-c866224d.entry.js → p-5b1c1cf7.entry.js} +1 -1
- package/dist/stzh-components/{p-bd5b8114.system.entry.js → p-5ddf8258.system.entry.js} +1 -1
- package/dist/stzh-components/{p-470e5f38.system.entry.js → p-5fd9ae99.system.entry.js} +1 -1
- package/dist/stzh-components/{p-6c1ad586.system.entry.js → p-60274e67.system.entry.js} +1 -1
- package/dist/stzh-components/{p-470ccde5.system.entry.js → p-60d9bf98.system.entry.js} +1 -1
- package/dist/stzh-components/{p-652eee8b.system.entry.js → p-60ec90b2.system.entry.js} +1 -1
- package/dist/stzh-components/{p-3efefb7f.entry.js → p-62a2684d.entry.js} +1 -1
- package/dist/stzh-components/p-63d94a57.system.entry.js +1 -0
- package/dist/stzh-components/{p-4a3f9353.entry.js → p-64422176.entry.js} +1 -1
- package/dist/stzh-components/{p-a3559e69.entry.js → p-661831da.entry.js} +1 -1
- package/dist/stzh-components/{p-bc841847.entry.js → p-669896ec.entry.js} +1 -1
- package/dist/stzh-components/{p-38b9e5e9.entry.js → p-67c6f0f2.entry.js} +1 -1
- package/dist/stzh-components/{p-b666bb15.entry.js → p-6a0a76b3.entry.js} +1 -1
- package/dist/stzh-components/{p-8ab86ca3.system.entry.js → p-6d009f56.system.entry.js} +1 -1
- package/dist/stzh-components/p-71c07419.system.entry.js +1 -0
- package/dist/stzh-components/{p-3a0f37bd.entry.js → p-72389069.entry.js} +1 -1
- package/dist/stzh-components/p-75068cd7.system.entry.js +1 -0
- package/dist/stzh-components/{p-229d4ad2.entry.js → p-76165227.entry.js} +1 -1
- package/dist/stzh-components/p-7704b10b.entry.js +1 -0
- package/dist/stzh-components/p-791bc813.system.js +1 -0
- package/dist/stzh-components/{p-71d757d3.js → p-7941cf38.js} +1 -1
- package/dist/stzh-components/{p-cc735465.system.entry.js → p-7adc28a4.system.entry.js} +2 -2
- package/dist/stzh-components/p-7b86c022.entry.js +1 -0
- package/dist/stzh-components/p-7c26f80f.system.entry.js +1 -0
- package/dist/stzh-components/p-7ce59988.system.entry.js +1 -0
- package/dist/stzh-components/{p-e785d9cc.entry.js → p-7e94dde2.entry.js} +1 -1
- package/dist/stzh-components/{p-bdc627fa.system.entry.js → p-812ea5e9.system.entry.js} +1 -1
- package/dist/stzh-components/{p-5c2d0572.entry.js → p-84965eac.entry.js} +1 -1
- package/dist/stzh-components/p-84b9f66f.system.entry.js +1 -0
- package/dist/stzh-components/p-853a1f92.entry.js +1 -0
- package/dist/stzh-components/p-86a29c35.js +1 -0
- package/dist/stzh-components/{p-44435254.system.entry.js → p-88a31179.system.entry.js} +1 -1
- package/dist/stzh-components/p-8991d3bc.entry.js +1 -0
- package/dist/stzh-components/{p-4fd4a703.entry.js → p-8a1d00fe.entry.js} +2 -2
- package/dist/stzh-components/{p-b99c0844.entry.js → p-8bbaed3a.entry.js} +1 -1
- package/dist/stzh-components/{p-6a96d63e.system.entry.js → p-8cc119d3.system.entry.js} +1 -1
- package/dist/stzh-components/p-8fa2fb95.system.entry.js +1 -0
- package/dist/stzh-components/p-9072a490.system.entry.js +1 -0
- package/dist/stzh-components/p-912706bb.entry.js +1 -0
- package/dist/stzh-components/{p-5e81420b.entry.js → p-9176246f.entry.js} +1 -1
- package/dist/stzh-components/p-92afa8df.entry.js +1 -0
- package/dist/stzh-components/{p-61d4852f.system.entry.js → p-94830f96.system.entry.js} +1 -1
- package/dist/stzh-components/p-95b490ec.system.entry.js +1 -0
- package/dist/stzh-components/p-9743f558.system.entry.js +1 -0
- package/dist/stzh-components/p-97e16665.system.entry.js +1 -0
- package/dist/stzh-components/p-996579d0.entry.js +1 -0
- package/dist/stzh-components/{p-7a4c6adb.js → p-9a5ebb1f.js} +1 -1
- package/dist/stzh-components/{p-1a5fc8e3.system.entry.js → p-9dac46e2.system.entry.js} +1 -1
- package/dist/stzh-components/p-9e38b823.system.entry.js +1 -0
- package/dist/stzh-components/p-9e4e0cc9.entry.js +1 -0
- package/dist/stzh-components/p-a16dc363.entry.js +1 -0
- package/dist/stzh-components/{p-33a52001.system.entry.js → p-a474826c.system.entry.js} +1 -1
- package/dist/stzh-components/{p-7d77b8d2.entry.js → p-a53c0a98.entry.js} +1 -1
- package/dist/stzh-components/{p-0c10d9b1.entry.js → p-a8101552.entry.js} +2 -2
- package/dist/stzh-components/p-a934dd4d.entry.js +1 -0
- package/dist/stzh-components/{p-5caa837c.system.entry.js → p-aacf685b.system.entry.js} +2 -2
- package/dist/stzh-components/{p-c1100fde.entry.js → p-aae4655f.entry.js} +1 -1
- package/dist/stzh-components/p-ac1a6085.system.entry.js +1 -0
- package/dist/stzh-components/p-ac3aa560.system.entry.js +1 -0
- package/dist/stzh-components/{p-7c172e64.system.entry.js → p-afedafa6.system.entry.js} +1 -1
- package/dist/stzh-components/p-b0d8866d.entry.js +1 -0
- package/dist/stzh-components/{p-36596b2b.system.entry.js → p-b2145753.system.entry.js} +1 -1
- package/dist/stzh-components/{p-3a279b45.entry.js → p-b3dc4913.entry.js} +1 -1
- package/dist/stzh-components/{p-44dd74d1.system.entry.js → p-b436a18d.system.entry.js} +1 -1
- package/dist/stzh-components/{p-55435022.system.entry.js → p-b908d228.system.entry.js} +1 -1
- package/dist/stzh-components/{p-909d7a3c.system.js → p-b937ae70.system.js} +1 -1
- package/dist/stzh-components/{p-daa34275.system.entry.js → p-ba0b93c4.system.entry.js} +1 -1
- package/dist/stzh-components/{p-90665664.system.entry.js → p-be79497f.system.entry.js} +1 -1
- package/dist/stzh-components/{p-0e48efa7.entry.js → p-bee6eef5.entry.js} +1 -1
- package/dist/stzh-components/{p-616e70e9.system.entry.js → p-bfcfbfbb.system.entry.js} +1 -1
- package/dist/stzh-components/p-c0fef3d1.entry.js +1 -0
- package/dist/stzh-components/{p-8eb72064.system.entry.js → p-c30600d0.system.entry.js} +1 -1
- package/dist/stzh-components/{p-46f4e907.entry.js → p-c3a543a6.entry.js} +1 -1
- package/dist/stzh-components/p-c63aecaa.system.entry.js +1 -0
- package/dist/stzh-components/p-c87e12de.system.entry.js +1 -0
- package/dist/stzh-components/{p-2c783943.entry.js → p-cc720d2d.entry.js} +1 -1
- package/dist/stzh-components/p-cfd22a5e.system.entry.js +1 -0
- package/dist/stzh-components/p-cff8376e.entry.js +1 -0
- package/dist/stzh-components/p-d240494d.entry.js +1 -0
- package/dist/stzh-components/p-d2f6fb1b.system.js +1 -0
- package/dist/stzh-components/p-d5c0801b.entry.js +1 -0
- package/dist/stzh-components/{p-440ae0cc.system.entry.js → p-d5cb80ad.system.entry.js} +1 -1
- package/dist/stzh-components/p-d6ec20c8.system.entry.js +1 -0
- package/dist/stzh-components/p-d9bf09b1.system.entry.js +1 -0
- package/dist/stzh-components/{p-b5a59ac0.entry.js → p-db1692fb.entry.js} +1 -1
- package/dist/stzh-components/{p-609bf766.system.js → p-dbdc01c7.system.js} +2 -2
- package/dist/stzh-components/{p-8347b91f.js → p-df5f49b4.js} +1 -1
- package/dist/stzh-components/p-e016ceb9.entry.js +1 -0
- package/dist/stzh-components/{p-fade35c7.entry.js → p-e0f063ac.entry.js} +1 -1
- package/dist/stzh-components/p-e32bc982.system.js +1 -0
- package/dist/stzh-components/{p-5ed4d1d5.system.entry.js → p-e46d82b9.system.entry.js} +1 -1
- package/dist/stzh-components/p-e76a3647.entry.js +1 -0
- package/dist/stzh-components/{p-e347ce1e.system.entry.js → p-e7cf6c45.system.entry.js} +1 -1
- package/dist/stzh-components/p-ea9ca52b.entry.js +1 -0
- package/dist/stzh-components/p-eaa65f52.system.js +1 -0
- package/dist/stzh-components/p-eade9f77.entry.js +1 -0
- package/dist/stzh-components/{p-e69903fe.entry.js → p-eb6d3e6c.entry.js} +1 -1
- package/dist/stzh-components/{p-d408604f.system.entry.js → p-ec3a472a.system.entry.js} +1 -1
- package/dist/stzh-components/{p-d4b93488.entry.js → p-ec7b6ce8.entry.js} +2 -2
- package/dist/stzh-components/{p-ef62b905.entry.js → p-ed0d51b6.entry.js} +1 -1
- package/dist/stzh-components/p-ed6adb96.entry.js +1 -0
- package/dist/stzh-components/p-ef3da23b.entry.js +1 -0
- package/dist/stzh-components/{p-27573504.system.entry.js → p-f027e569.system.entry.js} +1 -1
- package/dist/stzh-components/{p-95defe16.system.entry.js → p-f03ce92d.system.entry.js} +1 -1
- package/dist/stzh-components/{p-a866b3a3.entry.js → p-f133eba2.entry.js} +1 -1
- package/dist/stzh-components/p-f3107fc7.system.entry.js +1 -0
- package/dist/stzh-components/{p-92788577.entry.js → p-f5fdc88c.entry.js} +2 -2
- package/dist/stzh-components/{p-183e4790.system.entry.js → p-fbf2f4ed.system.entry.js} +1 -1
- package/dist/stzh-components/{p-f5f3475c.system.entry.js → p-fcec6003.system.entry.js} +1 -1
- package/dist/stzh-components/{p-cf781b59.entry.js → p-fd265f3a.entry.js} +1 -1
- package/dist/stzh-components/p-fdb906b9.system.entry.js +1 -0
- package/dist/stzh-components/{p-b54ed1f9.entry.js → p-fee6a938.entry.js} +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/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.d.ts +1 -0
- package/dist/types/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.localization.d.ts +5 -0
- package/dist/types/components/stzh-popover/stzh-popover.localization.d.ts +1 -0
- package/dist/types/components/stzh-tooltip/stzh-tooltip.localization.d.ts +1 -0
- package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.d.ts +13 -12
- package/dist/types/components.d.ts +534 -29
- package/dist/types/index.d.ts +86 -2
- package/dist/vscode-data.json +291 -18
- package/package.json +1 -1
- package/dist/cjs/stzh-card-list.cjs.entry.js +0 -76
- package/dist/cjs/stzh-card.cjs.entry.js +0 -282
- package/dist/cjs/stzh-chip-select.cjs.entry.js +0 -112
- package/dist/cjs/stzh-datalist.cjs.entry.js +0 -62
- package/dist/esm/stzh-card-list.entry.js +0 -72
- package/dist/esm/stzh-card.entry.js +0 -278
- package/dist/esm/stzh-chip-select.entry.js +0 -108
- package/dist/esm/stzh-datalist.entry.js +0 -58
- package/dist/esm-es5/animation-utils-25c74e5b.js +0 -1
- package/dist/esm-es5/stzh-card-list.entry.js +0 -1
- package/dist/esm-es5/stzh-card.entry.js +0 -1
- package/dist/esm-es5/stzh-chip-select.entry.js +0 -1
- package/dist/esm-es5/stzh-datalist.entry.js +0 -1
- package/dist/stzh-components/p-01909f35.system.entry.js +0 -1
- package/dist/stzh-components/p-0230004d.system.js +0 -1
- package/dist/stzh-components/p-025953d1.system.entry.js +0 -1
- package/dist/stzh-components/p-04dd6821.entry.js +0 -1
- package/dist/stzh-components/p-090bfb8e.system.entry.js +0 -1
- package/dist/stzh-components/p-105a11cb.entry.js +0 -1
- package/dist/stzh-components/p-140e4b63.entry.js +0 -1
- package/dist/stzh-components/p-14e457c6.system.entry.js +0 -1
- package/dist/stzh-components/p-17ae6581.entry.js +0 -1
- package/dist/stzh-components/p-1f57d28e.js +0 -1
- package/dist/stzh-components/p-20a6ffbb.entry.js +0 -1
- package/dist/stzh-components/p-238a8c83.system.entry.js +0 -1
- package/dist/stzh-components/p-25ef050a.entry.js +0 -1
- package/dist/stzh-components/p-293ceb5e.entry.js +0 -1
- package/dist/stzh-components/p-2a5855f8.js +0 -1
- package/dist/stzh-components/p-2ba8b5c9.system.entry.js +0 -1
- package/dist/stzh-components/p-37bdb9cd.system.entry.js +0 -1
- package/dist/stzh-components/p-38977481.entry.js +0 -1
- package/dist/stzh-components/p-3a47ff2d.system.entry.js +0 -1
- package/dist/stzh-components/p-509c97c9.system.entry.js +0 -1
- package/dist/stzh-components/p-50ea2036.system.js +0 -1
- package/dist/stzh-components/p-51c75fba.system.entry.js +0 -1
- package/dist/stzh-components/p-529a56aa.system.entry.js +0 -1
- package/dist/stzh-components/p-52cd1bd1.system.js +0 -1
- package/dist/stzh-components/p-5869502c.system.entry.js +0 -1
- package/dist/stzh-components/p-5c311df3.entry.js +0 -1
- package/dist/stzh-components/p-60d8e2da.entry.js +0 -1
- package/dist/stzh-components/p-61c9ca5d.entry.js +0 -1
- package/dist/stzh-components/p-67ade1c7.system.entry.js +0 -1
- package/dist/stzh-components/p-6830f839.entry.js +0 -1
- package/dist/stzh-components/p-6a16ceff.entry.js +0 -1
- package/dist/stzh-components/p-6d22bd0d.entry.js +0 -1
- package/dist/stzh-components/p-783346ed.entry.js +0 -1
- package/dist/stzh-components/p-7909f56b.entry.js +0 -1
- package/dist/stzh-components/p-7a584d3f.system.entry.js +0 -1
- package/dist/stzh-components/p-7aef399f.entry.js +0 -1
- package/dist/stzh-components/p-7dec02ca.entry.js +0 -1
- package/dist/stzh-components/p-84aace40.system.entry.js +0 -1
- package/dist/stzh-components/p-8d9056de.entry.js +0 -1
- package/dist/stzh-components/p-8f9de52f.system.entry.js +0 -1
- package/dist/stzh-components/p-90ad5e2c.entry.js +0 -1
- package/dist/stzh-components/p-92ad9720.system.entry.js +0 -1
- package/dist/stzh-components/p-965829a6.system.entry.js +0 -1
- package/dist/stzh-components/p-98a972b7.system.entry.js +0 -1
- package/dist/stzh-components/p-9a7593f5.entry.js +0 -1
- package/dist/stzh-components/p-a10e0117.system.entry.js +0 -1
- package/dist/stzh-components/p-ac409e7b.system.entry.js +0 -1
- package/dist/stzh-components/p-ad119aca.entry.js +0 -1
- package/dist/stzh-components/p-b0e514c7.entry.js +0 -1
- package/dist/stzh-components/p-b3587b9d.system.entry.js +0 -1
- package/dist/stzh-components/p-bc34bf07.system.entry.js +0 -1
- package/dist/stzh-components/p-bfdce66c.entry.js +0 -1
- package/dist/stzh-components/p-c051fc3b.entry.js +0 -1
- package/dist/stzh-components/p-c2238fbf.entry.js +0 -1
- package/dist/stzh-components/p-c3846ccf.system.entry.js +0 -1
- package/dist/stzh-components/p-c6813d9f.system.entry.js +0 -1
- package/dist/stzh-components/p-c777032f.system.entry.js +0 -1
- package/dist/stzh-components/p-c8009c05.system.entry.js +0 -1
- package/dist/stzh-components/p-cbaab05e.entry.js +0 -1
- package/dist/stzh-components/p-ce06b4f2.system.js +0 -1
- package/dist/stzh-components/p-d00e20ff.entry.js +0 -1
- package/dist/stzh-components/p-d26ed018.entry.js +0 -1
- package/dist/stzh-components/p-e161760f.system.entry.js +0 -1
- package/dist/stzh-components/p-ee711f37.system.entry.js +0 -1
- package/dist/stzh-components/p-ee944add.system.entry.js +0 -1
- package/dist/stzh-components/p-f8ccf5b1.entry.js +0 -1
- package/dist/stzh-components/p-f9039c23.entry.js +0 -1
- package/dist/stzh-components/p-ff2a6bdf.system.entry.js +0 -1
|
@@ -59,6 +59,7 @@ export class StzhButton {
|
|
|
59
59
|
this.name = "";
|
|
60
60
|
this.value = "";
|
|
61
61
|
this.href = "";
|
|
62
|
+
this.rel = undefined;
|
|
62
63
|
this.target = "";
|
|
63
64
|
this.download = undefined;
|
|
64
65
|
this.type = "button";
|
|
@@ -67,8 +68,11 @@ export class StzhButton {
|
|
|
67
68
|
this.label = "";
|
|
68
69
|
this.effect = "default";
|
|
69
70
|
this.iconOnly = false;
|
|
71
|
+
this.linkAccesskey = undefined;
|
|
70
72
|
this.a11yLabel = undefined;
|
|
71
73
|
this.a11yDescribedby = "";
|
|
74
|
+
this.a11yExpanded = undefined;
|
|
75
|
+
this.a11yControls = undefined;
|
|
72
76
|
}
|
|
73
77
|
/** Focus button */
|
|
74
78
|
async setFocus() {
|
|
@@ -107,12 +111,15 @@ export class StzhButton {
|
|
|
107
111
|
[`stzh-button--${this.variant}`]: !!this.variant
|
|
108
112
|
};
|
|
109
113
|
return (h(Host, null, this.href ?
|
|
110
|
-
h("a", { ref: (el) => (this.button = el), href: this.disabled ? null : this.href, download: this.download, target: this.target, class: classes, "aria-label": this.a11yLabel, "aria-describedby": this.a11yDescribedby,
|
|
114
|
+
h("a", { ref: (el) => (this.button = el), href: this.disabled ? null : this.href, rel: this.rel, download: this.download, target: this.target, class: classes, "aria-label": this.a11yLabel, "aria-describedby": this.a11yDescribedby, "aria-expanded": typeof this.a11yExpanded !== "undefined"
|
|
115
|
+
? (this.a11yExpanded ? "true" : "false") : null, "aria-controls": this.a11yControls, accessKey: this.linkAccesskey, onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick }, this.renderInner(iconUsed))
|
|
111
116
|
:
|
|
112
117
|
this.type === "radio" ?
|
|
113
|
-
h("label", { ref: (el) => (this.button = el), class: classes, onClick: this.onClick }, h("input", { ref: (el) => (this.input = el), type: "radio", class: "stzh-button__input", name: this.name, value: this.value, checked: this.checked, disabled: this.disabled, "aria-label": this.a11yLabel,
|
|
118
|
+
h("label", { ref: (el) => (this.button = el), class: classes, onClick: this.onClick }, h("input", { ref: (el) => (this.input = el), type: "radio", class: "stzh-button__input", name: this.name, value: this.value, checked: this.checked, disabled: this.disabled, "aria-label": this.a11yLabel, "aria-describedby": this.a11yDescribedby, "aria-expanded": typeof this.a11yExpanded !== "undefined"
|
|
119
|
+
? (this.a11yExpanded ? "true" : "false") : null, "aria-controls": this.a11yControls, accessKey: this.linkAccesskey, onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick, onInput: this.onInput }), this.renderInner(iconUsed))
|
|
114
120
|
:
|
|
115
|
-
h("button", { ref: (el) => (this.button = el), class: classes, type: this.type, disabled: this.disabled, "aria-label": this.a11yLabel, "aria-describedby": this.a11yDescribedby,
|
|
121
|
+
h("button", { ref: (el) => (this.button = el), class: classes, type: this.type, disabled: this.disabled, "aria-label": this.a11yLabel, "aria-describedby": this.a11yDescribedby, "aria-expanded": typeof this.a11yExpanded !== "undefined"
|
|
122
|
+
? (this.a11yExpanded ? "true" : "false") : null, "aria-controls": this.a11yControls, accessKey: this.linkAccesskey, onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick }, this.renderInner(iconUsed))));
|
|
116
123
|
}
|
|
117
124
|
static get is() { return "stzh-button"; }
|
|
118
125
|
static get encapsulation() { return "scoped"; }
|
|
@@ -380,6 +387,23 @@ export class StzhButton {
|
|
|
380
387
|
"reflect": false,
|
|
381
388
|
"defaultValue": "\"\""
|
|
382
389
|
},
|
|
390
|
+
"rel": {
|
|
391
|
+
"type": "string",
|
|
392
|
+
"mutable": false,
|
|
393
|
+
"complexType": {
|
|
394
|
+
"original": "string",
|
|
395
|
+
"resolved": "string",
|
|
396
|
+
"references": {}
|
|
397
|
+
},
|
|
398
|
+
"required": false,
|
|
399
|
+
"optional": false,
|
|
400
|
+
"docs": {
|
|
401
|
+
"tags": [],
|
|
402
|
+
"text": "Rel (if href is used)"
|
|
403
|
+
},
|
|
404
|
+
"attribute": "rel",
|
|
405
|
+
"reflect": false
|
|
406
|
+
},
|
|
383
407
|
"target": {
|
|
384
408
|
"type": "string",
|
|
385
409
|
"mutable": false,
|
|
@@ -523,6 +547,23 @@ export class StzhButton {
|
|
|
523
547
|
"reflect": true,
|
|
524
548
|
"defaultValue": "false"
|
|
525
549
|
},
|
|
550
|
+
"linkAccesskey": {
|
|
551
|
+
"type": "string",
|
|
552
|
+
"mutable": false,
|
|
553
|
+
"complexType": {
|
|
554
|
+
"original": "string",
|
|
555
|
+
"resolved": "string",
|
|
556
|
+
"references": {}
|
|
557
|
+
},
|
|
558
|
+
"required": false,
|
|
559
|
+
"optional": false,
|
|
560
|
+
"docs": {
|
|
561
|
+
"tags": [],
|
|
562
|
+
"text": "Access key of link (usually a number e.g. 1)"
|
|
563
|
+
},
|
|
564
|
+
"attribute": "link-accesskey",
|
|
565
|
+
"reflect": false
|
|
566
|
+
},
|
|
526
567
|
"a11yLabel": {
|
|
527
568
|
"type": "string",
|
|
528
569
|
"mutable": false,
|
|
@@ -557,6 +598,40 @@ export class StzhButton {
|
|
|
557
598
|
"attribute": "a11y-describedby",
|
|
558
599
|
"reflect": false,
|
|
559
600
|
"defaultValue": "\"\""
|
|
601
|
+
},
|
|
602
|
+
"a11yExpanded": {
|
|
603
|
+
"type": "boolean",
|
|
604
|
+
"mutable": false,
|
|
605
|
+
"complexType": {
|
|
606
|
+
"original": "boolean",
|
|
607
|
+
"resolved": "boolean",
|
|
608
|
+
"references": {}
|
|
609
|
+
},
|
|
610
|
+
"required": false,
|
|
611
|
+
"optional": false,
|
|
612
|
+
"docs": {
|
|
613
|
+
"tags": [],
|
|
614
|
+
"text": "Aria expanded of link/button"
|
|
615
|
+
},
|
|
616
|
+
"attribute": "a11y-expanded",
|
|
617
|
+
"reflect": true
|
|
618
|
+
},
|
|
619
|
+
"a11yControls": {
|
|
620
|
+
"type": "string",
|
|
621
|
+
"mutable": false,
|
|
622
|
+
"complexType": {
|
|
623
|
+
"original": "string",
|
|
624
|
+
"resolved": "string",
|
|
625
|
+
"references": {}
|
|
626
|
+
},
|
|
627
|
+
"required": false,
|
|
628
|
+
"optional": false,
|
|
629
|
+
"docs": {
|
|
630
|
+
"tags": [],
|
|
631
|
+
"text": "Aria controls of link/button"
|
|
632
|
+
},
|
|
633
|
+
"attribute": "a11y-controls",
|
|
634
|
+
"reflect": false
|
|
560
635
|
}
|
|
561
636
|
};
|
|
562
637
|
}
|
|
@@ -32,17 +32,8 @@ const Template = (args) => (
|
|
|
32
32
|
<stzh-button {...args}>Button Text</stzh-button>
|
|
33
33
|
);
|
|
34
34
|
|
|
35
|
-
const TemplateIcon = (args) => (
|
|
36
|
-
<stzh-button {...args}>
|
|
37
|
-
<stzh-icon name="filtering" slot="icon"></stzh-icon>
|
|
38
|
-
Button Text
|
|
39
|
-
</stzh-button>
|
|
40
|
-
);
|
|
41
|
-
|
|
42
35
|
const TemplateJustIcon = (args) => (
|
|
43
|
-
<stzh-button {...args}>
|
|
44
|
-
<stzh-icon name="filtering" slot="icon"></stzh-icon>
|
|
45
|
-
</stzh-button>
|
|
36
|
+
<stzh-button {...args}></stzh-button>
|
|
46
37
|
);
|
|
47
38
|
|
|
48
39
|
export const Default = Template.bind({});
|
|
@@ -55,12 +46,21 @@ AsLink.args = {
|
|
|
55
46
|
target: '_blank'
|
|
56
47
|
};
|
|
57
48
|
|
|
58
|
-
export const WithIcon =
|
|
49
|
+
export const WithIcon = Template.bind({});
|
|
59
50
|
WithIcon.args = {
|
|
51
|
+
icon: 'filtering'
|
|
60
52
|
};
|
|
61
53
|
|
|
62
54
|
export const JustIcon = TemplateJustIcon.bind({});
|
|
63
55
|
JustIcon.args = {
|
|
64
56
|
'icon-only': true,
|
|
65
|
-
label: 'Button Text'
|
|
57
|
+
label: 'Button Text',
|
|
58
|
+
icon: 'filtering'
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export const CTA = Template.bind({});
|
|
62
|
+
CTA.args = {
|
|
63
|
+
effect: 'cta',
|
|
64
|
+
icon: 'arrow-right-long',
|
|
65
|
+
'icon-position': 'right'
|
|
66
66
|
};
|
|
@@ -101,8 +101,11 @@
|
|
|
101
101
|
--box-shadow: var(--stzh-box-shadow-popover);
|
|
102
102
|
--border: 0.0625rem solid var(--stzh-base-border-color);
|
|
103
103
|
--border-radius: 0.1875rem;
|
|
104
|
+
--content-min-height: 7.5rem;
|
|
104
105
|
--dnd-visibility: hidden;
|
|
105
106
|
--dnd-opacity: 0;
|
|
107
|
+
display: flex;
|
|
108
|
+
flex-direction: column;
|
|
106
109
|
position: relative;
|
|
107
110
|
border-radius: var(--border-radius);
|
|
108
111
|
}
|
|
@@ -112,7 +115,7 @@
|
|
|
112
115
|
:host.is-ghost::after, .is-ghost :host::after {
|
|
113
116
|
border-radius: var(--border-radius);
|
|
114
117
|
}
|
|
115
|
-
:host.is-selected, :host.is-chosen, .is-selected :host, .is-chosen :host {
|
|
118
|
+
:host[href]:hover, :host[href]:focus-within, :host.is-selected, :host.is-chosen, .is-selected :host, .is-chosen :host {
|
|
116
119
|
--box-shadow: var(--stzh-box-shadow-overlay);
|
|
117
120
|
}
|
|
118
121
|
:host.is-ghost, .is-ghost :host {
|
|
@@ -130,6 +133,7 @@
|
|
|
130
133
|
letter-spacing: var(--stzh-font-curve---text-letter-spacing);
|
|
131
134
|
}
|
|
132
135
|
:host ::slotted([slot=image]) {
|
|
136
|
+
width: 100%;
|
|
133
137
|
max-width: 100%;
|
|
134
138
|
}
|
|
135
139
|
:host ::slotted(img[slot=image]) {
|
|
@@ -155,17 +159,61 @@
|
|
|
155
159
|
padding-left: var(--stzh-space-xsmall);
|
|
156
160
|
}
|
|
157
161
|
|
|
162
|
+
:host ::slotted([slot=heading]),
|
|
163
|
+
.stzh-card__title {
|
|
164
|
+
font-family: var(--stzh-font-family-heavy);
|
|
165
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
166
|
+
font-style: normal;
|
|
167
|
+
font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));
|
|
168
|
+
line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));
|
|
169
|
+
letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);
|
|
170
|
+
}
|
|
171
|
+
@media screen and (min-width: 600px) {
|
|
172
|
+
:host ::slotted([slot=heading]),
|
|
173
|
+
.stzh-card__title {
|
|
174
|
+
font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));
|
|
175
|
+
line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));
|
|
176
|
+
letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
@media screen and (min-width: 1024px) {
|
|
180
|
+
:host ::slotted([slot=heading]),
|
|
181
|
+
.stzh-card__title {
|
|
182
|
+
font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));
|
|
183
|
+
line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));
|
|
184
|
+
letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
158
188
|
.stzh-card {
|
|
189
|
+
flex-grow: 1;
|
|
190
|
+
display: flex;
|
|
191
|
+
flex-direction: column;
|
|
159
192
|
background-color: var(--stzh-color-white);
|
|
160
193
|
border-radius: var(--border-radius);
|
|
161
194
|
box-shadow: var(--box-shadow);
|
|
162
195
|
border: var(--border);
|
|
163
196
|
transition: box-shadow var(--stzh-base-transition-animation-speed);
|
|
197
|
+
/* Has Link */
|
|
164
198
|
/* Interactive Subtitle */
|
|
199
|
+
/* Is collapsible */
|
|
165
200
|
/* Collapsed (Header) */
|
|
166
201
|
/* Starred */
|
|
167
202
|
/** Hidden header / footer border */
|
|
168
203
|
}
|
|
204
|
+
@media screen and (max-width: 1023px) {
|
|
205
|
+
.stzh-card .vshow-medium {
|
|
206
|
+
border: 0;
|
|
207
|
+
clip: rect(0 0 0 0);
|
|
208
|
+
-webkit-clip-path: inset(100%);
|
|
209
|
+
clip-path: inset(100%);
|
|
210
|
+
width: 0.0625rem;
|
|
211
|
+
height: 0.0625rem;
|
|
212
|
+
overflow: hidden;
|
|
213
|
+
padding: 0;
|
|
214
|
+
position: absolute;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
169
217
|
@media screen and (max-width: 1023px) {
|
|
170
218
|
.stzh-card .show-medium {
|
|
171
219
|
display: none;
|
|
@@ -178,6 +226,10 @@
|
|
|
178
226
|
}
|
|
179
227
|
.stzh-card__content-wrapper {
|
|
180
228
|
position: relative;
|
|
229
|
+
flex-grow: 1;
|
|
230
|
+
display: flex;
|
|
231
|
+
flex-direction: column;
|
|
232
|
+
min-height: var(--content-min-height);
|
|
181
233
|
}
|
|
182
234
|
.stzh-card__dnd {
|
|
183
235
|
--size: var(--stzh-icon-size-xsmall);
|
|
@@ -256,28 +308,12 @@
|
|
|
256
308
|
.stzh-card__title, .stzh-card__subtitle {
|
|
257
309
|
margin: 0;
|
|
258
310
|
}
|
|
259
|
-
.stzh-card__title {
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
font-style: normal;
|
|
263
|
-
font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));
|
|
264
|
-
line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));
|
|
265
|
-
letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);
|
|
266
|
-
color: var(--stzh-base-lead-color);
|
|
267
|
-
}
|
|
268
|
-
@media screen and (min-width: 600px) {
|
|
269
|
-
.stzh-card__title {
|
|
270
|
-
font-size: var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));
|
|
271
|
-
line-height: var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));
|
|
272
|
-
letter-spacing: var(--stzh-font-curve-h3-small-heading-letter-spacing);
|
|
273
|
-
}
|
|
311
|
+
.stzh-card__title-link {
|
|
312
|
+
color: inherit;
|
|
313
|
+
text-decoration: none;
|
|
274
314
|
}
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
font-size: var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));
|
|
278
|
-
line-height: var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));
|
|
279
|
-
letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);
|
|
280
|
-
}
|
|
315
|
+
.stzh-card__image-link {
|
|
316
|
+
display: block;
|
|
281
317
|
}
|
|
282
318
|
.stzh-card__subtitle {
|
|
283
319
|
font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));
|
|
@@ -306,6 +342,9 @@
|
|
|
306
342
|
position: absolute;
|
|
307
343
|
left: 0;
|
|
308
344
|
}
|
|
345
|
+
.stzh-card__content {
|
|
346
|
+
flex-grow: 1;
|
|
347
|
+
}
|
|
309
348
|
.stzh-card__content:not(:empty) {
|
|
310
349
|
padding: var(--stzh-space-medium);
|
|
311
350
|
}
|
|
@@ -333,6 +372,10 @@
|
|
|
333
372
|
padding: var(--stzh-space-xlarge);
|
|
334
373
|
}
|
|
335
374
|
}
|
|
375
|
+
.stzh-card__footer-arrow {
|
|
376
|
+
--size: var(--stzh-icon-size-medium);
|
|
377
|
+
color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
378
|
+
}
|
|
336
379
|
.stzh-card__card-actions {
|
|
337
380
|
display: inline-flex;
|
|
338
381
|
white-space: nowrap;
|
|
@@ -356,8 +399,36 @@
|
|
|
356
399
|
.stzh-card__card-action-popover {
|
|
357
400
|
--width: auto;
|
|
358
401
|
}
|
|
402
|
+
.stzh-card--has-link .stzh-card__title-link {
|
|
403
|
+
color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
404
|
+
text-decoration: none;
|
|
405
|
+
transition: color var(--stzh-base-transition-animation-speed);
|
|
406
|
+
border-radius: var(--stzh-button-border-radius);
|
|
407
|
+
}
|
|
408
|
+
.stzh-card--has-link .stzh-card__title-link::before {
|
|
409
|
+
transition: all var(--stzh-base-transition-animation-speed);
|
|
410
|
+
}
|
|
411
|
+
.stzh-card--has-link .stzh-card__title-link::before, .stzh-card--has-link .stzh-card__title-link::after {
|
|
412
|
+
content: "";
|
|
413
|
+
display: block;
|
|
414
|
+
position: absolute;
|
|
415
|
+
top: 0;
|
|
416
|
+
left: 0;
|
|
417
|
+
width: 100%;
|
|
418
|
+
height: 100%;
|
|
419
|
+
}
|
|
420
|
+
.stzh-card--has-link .stzh-card__image-link:hover + .stzh-card__content-wrapper .stzh-card__title-link, .stzh-card--has-link .stzh-card__title-link:hover, .stzh-card--has-link .stzh-card__title-link:focus {
|
|
421
|
+
color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
422
|
+
}
|
|
423
|
+
.stzh-card--has-link .stzh-card__image-link:hover + .stzh-card__content-wrapper .stzh-card__title-link::before, .stzh-card--has-link .stzh-card__image-link:hover + .stzh-card__content-wrapper .stzh-card__title-link::before, .stzh-card--has-link .stzh-card__title-link:hover::before, .stzh-card--has-link .stzh-card__title-link:hover::before, .stzh-card--has-link .stzh-card__title-link:focus::before, .stzh-card--has-link .stzh-card__title-link:focus::before {
|
|
424
|
+
background-color: var(--stzh-color-primary4);
|
|
425
|
+
}
|
|
426
|
+
.stzh-card--has-link:hover .stzh-card__footer-arrow {
|
|
427
|
+
color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
428
|
+
}
|
|
359
429
|
.stzh-card--has-subtitle-interactive .stzh-card__subtitle {
|
|
360
430
|
cursor: pointer;
|
|
431
|
+
font-family: inherit;
|
|
361
432
|
padding: 0;
|
|
362
433
|
-webkit-appearance: none;
|
|
363
434
|
-moz-appearance: none;
|
|
@@ -370,6 +441,20 @@
|
|
|
370
441
|
.stzh-card--has-subtitle-interactive .stzh-card__subtitle:hover, .stzh-card--has-subtitle-interactive .stzh-card__subtitle:focus {
|
|
371
442
|
color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
372
443
|
}
|
|
444
|
+
.stzh-card--is-collapsible .stzh-card__header {
|
|
445
|
+
cursor: pointer;
|
|
446
|
+
}
|
|
447
|
+
.stzh-card--is-collapsed .vhide-when-collapsed, .stzh-card--has-collapsed-header .stzh-card__header .vhide-when-collapsed {
|
|
448
|
+
border: 0;
|
|
449
|
+
clip: rect(0 0 0 0);
|
|
450
|
+
-webkit-clip-path: inset(100%);
|
|
451
|
+
clip-path: inset(100%);
|
|
452
|
+
width: 0.0625rem;
|
|
453
|
+
height: 0.0625rem;
|
|
454
|
+
overflow: hidden;
|
|
455
|
+
padding: 0;
|
|
456
|
+
position: absolute;
|
|
457
|
+
}
|
|
373
458
|
.stzh-card--is-collapsed .hide-when-collapsed, .stzh-card--has-collapsed-header .stzh-card__header .hide-when-collapsed {
|
|
374
459
|
display: none;
|
|
375
460
|
}
|
|
@@ -3,9 +3,11 @@ import { hasSlot, setPropsIfNull } from "../../utils/utils";
|
|
|
3
3
|
import { media } from '../../utils/media-utils';
|
|
4
4
|
import { fetchTranslations } from "../../utils/translation-utils";
|
|
5
5
|
/**
|
|
6
|
+
* @slot heading - Slot for heading
|
|
6
7
|
* @slot image - Slot for optional image element
|
|
7
8
|
* @slot content - Slot for content for any elements
|
|
8
9
|
* @slot meta - Slot for meta elements (status or chip)
|
|
10
|
+
* @slot footer - Slot to replace footer content (`footerActions`, 'withArrow`, and `selectable` button are not shown anymore)
|
|
9
11
|
*/
|
|
10
12
|
export class StzhCard {
|
|
11
13
|
constructor() {
|
|
@@ -110,6 +112,12 @@ export class StzhCard {
|
|
|
110
112
|
this.handleSelectionChange = (event) => {
|
|
111
113
|
this.checked = event.detail.checked;
|
|
112
114
|
};
|
|
115
|
+
this.cardClick = (originalEvent) => {
|
|
116
|
+
this.stzhClick.emit({
|
|
117
|
+
component: "stzh-card",
|
|
118
|
+
originalEvent
|
|
119
|
+
});
|
|
120
|
+
};
|
|
113
121
|
this.localization = undefined;
|
|
114
122
|
this.collapsed = false;
|
|
115
123
|
this.starred = false;
|
|
@@ -117,8 +125,11 @@ export class StzhCard {
|
|
|
117
125
|
this.selectable = false;
|
|
118
126
|
this.checked = false;
|
|
119
127
|
this.name = "";
|
|
128
|
+
this.href = undefined;
|
|
129
|
+
this.target = undefined;
|
|
120
130
|
this.value = "";
|
|
121
131
|
this.disabled = false;
|
|
132
|
+
this.withArrow = false;
|
|
122
133
|
this.heading = "";
|
|
123
134
|
this.subtitle = "";
|
|
124
135
|
this.headerActions = [];
|
|
@@ -165,6 +176,9 @@ export class StzhCard {
|
|
|
165
176
|
this._footerActions = newValue;
|
|
166
177
|
}
|
|
167
178
|
}
|
|
179
|
+
collapsedWatcher() {
|
|
180
|
+
this.handleResize();
|
|
181
|
+
}
|
|
168
182
|
findSortableChildElement() {
|
|
169
183
|
const sortable = this.element.closest("stzh-sortable");
|
|
170
184
|
if (sortable) {
|
|
@@ -214,12 +228,14 @@ export class StzhCard {
|
|
|
214
228
|
const contentUsed = hasSlot(this.element, "content");
|
|
215
229
|
const classes = {
|
|
216
230
|
"stzh-card": true,
|
|
231
|
+
"stzh-card--has-link": !!this.href,
|
|
217
232
|
"stzh-card--has-image": imageUsed,
|
|
218
233
|
"stzh-card--has-content": contentUsed,
|
|
219
234
|
"stzh-card--has-subtitle": !!this.subtitle,
|
|
220
235
|
"stzh-card--has-subtitle-interactive": !!this.subtitle && this.subtitleInteractive,
|
|
221
236
|
"stzh-card--has-hidden-header-border": this.hideHeaderBorder,
|
|
222
237
|
"stzh-card--has-hidden-footer-border": this.hideFooterBorder,
|
|
238
|
+
"stzh-card--is-collapsible": this.collapsible,
|
|
223
239
|
"stzh-card--is-collapsed": this.collapsed,
|
|
224
240
|
"stzh-card--is-starred": this.starred,
|
|
225
241
|
"stzh-card--is-checked": this.checked
|
|
@@ -240,7 +256,7 @@ export class StzhCard {
|
|
|
240
256
|
// const headerActions = [
|
|
241
257
|
// ...this._headerActions
|
|
242
258
|
// ];
|
|
243
|
-
return (h(Host, { role: "listitem", "aria-label": this.heading }, h("article", { ref: (el) => (this.mainElement = el), class: classes }, h("slot", { name: "image" }), h("div", { class: "stzh-card__content-wrapper" }, h("stzh-icon", { class: "stzh-card__dnd", name: "drag" }), h("header", { ref: (el) => (this.headerElement = el), class: "stzh-card__header", onClick: this.headerClick }, h("div", { class: "stzh-card__header-top" }, h("div", { ref: (el) => (this.headerLeftElement = el), class: "stzh-card__header-left" }, h("div", { class: "stzh-card__title-area" }, h("h3", { class: "stzh-card__title" }, this.heading), this._subtitles.length > 0 &&
|
|
259
|
+
return (h(Host, { role: "listitem", "aria-label": this.heading }, h("article", { ref: (el) => (this.mainElement = el), class: classes }, h("a", { "aria-hidden": "true", tabindex: "-1", class: "stzh-card__image-link", href: this.href, target: this.target, onClick: this.href ? this.cardClick : null }, h("slot", { name: "image" })), h("div", { class: "stzh-card__content-wrapper" }, h("stzh-icon", { class: "stzh-card__dnd", name: "drag" }), h("header", { ref: (el) => (this.headerElement = el), class: "stzh-card__header", onClick: this.headerClick }, h("div", { class: "stzh-card__header-top" }, h("div", { ref: (el) => (this.headerLeftElement = el), class: "stzh-card__header-left" }, h("div", { class: "stzh-card__title-area" }, h("h3", { class: "stzh-card__title" }, h("a", { class: "stzh-card__title-link", href: this.href, target: this.target, onClick: this.href ? this.cardClick : null }, this.heading ? this.heading : h("slot", { name: "heading" }))), this._subtitles.length > 0 &&
|
|
244
260
|
h(Subtitle, { class: "stzh-card__subtitle", onClick: this.subtitleClick }, this._subtitles.map(subtitle => (h("span", { class: "stzh-card__subtitle-text" }, subtitle)))))), h("div", { ref: (el) => (this.headerRightElement = el), class: "stzh-card__header-right" }, h("div", { class: "stzh-card__card-actions" }, this._headerActions.map(action => (h("stzh-button", { class: {
|
|
245
261
|
"stzh-card__card-action": true,
|
|
246
262
|
"is-button": true,
|
|
@@ -248,8 +264,8 @@ export class StzhCard {
|
|
|
248
264
|
"hide-when-collapsed": !action.onlyCollapseText,
|
|
249
265
|
"hide-text-when-collapsed": action.onlyCollapseText
|
|
250
266
|
}, icon: action.icon, badge: action.badge, badgeEmpty: action.badgeEmpty, badgeType: action.badgeType, variant: "tertiary", size: "tiny", badgePosition: "icon", onClick: () => { this.actionClick(action); } }, h("span", { class: {
|
|
251
|
-
"
|
|
252
|
-
"
|
|
267
|
+
"vshow-medium": action.onlyCollapseText,
|
|
268
|
+
"vhide-when-collapsed": action.onlyCollapseText
|
|
253
269
|
} }, action.label)))), this.starrable &&
|
|
254
270
|
h("stzh-tooltip", null, h("stzh-button", { class: "stzh-card__card-action is-star", icon: this.starred ? "star-filled" : "star", variant: "tertiary", size: "tiny", iconOnly: true, onClick: this.starToggleClick }), h("div", { slot: "content" }, this.starred ? this.localization.actionRemove : this.localization.actionAdd)), (nonCollapsingTextHeaderActions.length > 0 || this.starrable || sortableActionsEnabled) &&
|
|
255
271
|
h("stzh-popover", { label: this.localization.actionsPopoverLabel, placement: "bottom-end", class: {
|
|
@@ -259,9 +275,10 @@ export class StzhCard {
|
|
|
259
275
|
h("stzh-menu-item", { icon: this.starred ? "star-filled" : "star", onClick: this.starToggleClick }, this.starred ? this.localization.actionRemove : this.localization.actionAdd), nonCollapsingTextHeaderActions.map(action => (h("stzh-menu-item", { class: "hide-medium show-when-collapsed", icon: action.icon, badge: action.badge, badgeEmpty: action.badgeEmpty, badgeType: action.badgeType, onClick: () => { this.actionClick(action); } }, action.label))), sortableActionsEnabled &&
|
|
260
276
|
h(Fragment, null, !isFirstItemInSortable &&
|
|
261
277
|
h("stzh-menu-item", { icon: "arrow-up", onClick: this.arrowUpClick }, this.localization.actionMoveUp), !isLastItemInSortable &&
|
|
262
|
-
h("stzh-menu-item", { icon: "arrow-down", onClick: this.arrowDownClick }, this.localization.actionMoveDown))))))), h("div", { class: "stzh-card__header-meta" }, h("slot", { name: "meta" }))), h("div", { class: "stzh-card__content hide-when-collapsed" }, h("slot", { name: "content" })), h("div", { class: "stzh-card__footer hide-when-collapsed" }, this._footerActions.length > 0 &&
|
|
278
|
+
h("stzh-menu-item", { icon: "arrow-down", onClick: this.arrowDownClick }, this.localization.actionMoveDown))))))), h("div", { class: "stzh-card__header-meta" }, h("slot", { name: "meta" }))), h("div", { class: "stzh-card__content hide-when-collapsed" }, h("slot", { name: "content" })), h("div", { class: "stzh-card__footer hide-when-collapsed" }, h("slot", { name: "footer" }, this._footerActions.length > 0 &&
|
|
263
279
|
h("stzh-actionset", { actions: this._footerActions }), this.selectable &&
|
|
264
|
-
h("stzh-button", { fullwidth: true, type: "radio", variant: "secondary", name: this.name, value: this.value, checked: this.checked, disabled: this.disabled, label: this.localization.select, onStzhChange: this.handleSelectionChange })
|
|
280
|
+
h("stzh-button", { fullwidth: true, type: "radio", variant: "secondary", name: this.name, value: this.value, checked: this.checked, disabled: this.disabled, label: this.localization.select, onStzhChange: this.handleSelectionChange }), this.withArrow &&
|
|
281
|
+
h("stzh-icon", { class: "stzh-card__footer-arrow", name: "arrow-right-long" })))))));
|
|
265
282
|
}
|
|
266
283
|
static get is() { return "stzh-card"; }
|
|
267
284
|
static get encapsulation() { return "scoped"; }
|
|
@@ -405,6 +422,40 @@ export class StzhCard {
|
|
|
405
422
|
"reflect": true,
|
|
406
423
|
"defaultValue": "\"\""
|
|
407
424
|
},
|
|
425
|
+
"href": {
|
|
426
|
+
"type": "string",
|
|
427
|
+
"mutable": false,
|
|
428
|
+
"complexType": {
|
|
429
|
+
"original": "string",
|
|
430
|
+
"resolved": "string",
|
|
431
|
+
"references": {}
|
|
432
|
+
},
|
|
433
|
+
"required": false,
|
|
434
|
+
"optional": false,
|
|
435
|
+
"docs": {
|
|
436
|
+
"tags": [],
|
|
437
|
+
"text": "Href of card"
|
|
438
|
+
},
|
|
439
|
+
"attribute": "href",
|
|
440
|
+
"reflect": true
|
|
441
|
+
},
|
|
442
|
+
"target": {
|
|
443
|
+
"type": "string",
|
|
444
|
+
"mutable": false,
|
|
445
|
+
"complexType": {
|
|
446
|
+
"original": "string",
|
|
447
|
+
"resolved": "string",
|
|
448
|
+
"references": {}
|
|
449
|
+
},
|
|
450
|
+
"required": false,
|
|
451
|
+
"optional": false,
|
|
452
|
+
"docs": {
|
|
453
|
+
"tags": [],
|
|
454
|
+
"text": "target if the button is used as link (if href used)"
|
|
455
|
+
},
|
|
456
|
+
"attribute": "target",
|
|
457
|
+
"reflect": false
|
|
458
|
+
},
|
|
408
459
|
"value": {
|
|
409
460
|
"type": "string",
|
|
410
461
|
"mutable": true,
|
|
@@ -441,6 +492,24 @@ export class StzhCard {
|
|
|
441
492
|
"reflect": true,
|
|
442
493
|
"defaultValue": "false"
|
|
443
494
|
},
|
|
495
|
+
"withArrow": {
|
|
496
|
+
"type": "boolean",
|
|
497
|
+
"mutable": false,
|
|
498
|
+
"complexType": {
|
|
499
|
+
"original": "boolean",
|
|
500
|
+
"resolved": "boolean",
|
|
501
|
+
"references": {}
|
|
502
|
+
},
|
|
503
|
+
"required": false,
|
|
504
|
+
"optional": false,
|
|
505
|
+
"docs": {
|
|
506
|
+
"tags": [],
|
|
507
|
+
"text": "Whether card arrow is shown in footer area"
|
|
508
|
+
},
|
|
509
|
+
"attribute": "with-arrow",
|
|
510
|
+
"reflect": true,
|
|
511
|
+
"defaultValue": "false"
|
|
512
|
+
},
|
|
444
513
|
"heading": {
|
|
445
514
|
"type": "string",
|
|
446
515
|
"mutable": false,
|
|
@@ -453,7 +522,7 @@ export class StzhCard {
|
|
|
453
522
|
"optional": false,
|
|
454
523
|
"docs": {
|
|
455
524
|
"tags": [],
|
|
456
|
-
"text": "Heading"
|
|
525
|
+
"text": "Heading (or use heading slot instead)"
|
|
457
526
|
},
|
|
458
527
|
"attribute": "heading",
|
|
459
528
|
"reflect": false,
|
|
@@ -635,6 +704,26 @@ export class StzhCard {
|
|
|
635
704
|
}
|
|
636
705
|
static get events() {
|
|
637
706
|
return [{
|
|
707
|
+
"method": "stzhClick",
|
|
708
|
+
"name": "stzhClick",
|
|
709
|
+
"bubbles": true,
|
|
710
|
+
"cancelable": true,
|
|
711
|
+
"composed": true,
|
|
712
|
+
"docs": {
|
|
713
|
+
"tags": [],
|
|
714
|
+
"text": "Click event (if href is used)"
|
|
715
|
+
},
|
|
716
|
+
"complexType": {
|
|
717
|
+
"original": "StzhCardClickEvent",
|
|
718
|
+
"resolved": "{ component: \"stzh-card\"; originalEvent: MouseEvent; }",
|
|
719
|
+
"references": {
|
|
720
|
+
"StzhCardClickEvent": {
|
|
721
|
+
"location": "import",
|
|
722
|
+
"path": "../../index"
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
}, {
|
|
638
727
|
"method": "stzhCollapse",
|
|
639
728
|
"name": "stzhCollapse",
|
|
640
729
|
"bubbles": true,
|
|
@@ -727,15 +816,36 @@ export class StzhCard {
|
|
|
727
816
|
}, {
|
|
728
817
|
"propName": "footerActions",
|
|
729
818
|
"methodName": "footerActionsWatcher"
|
|
819
|
+
}, {
|
|
820
|
+
"propName": "collapsed",
|
|
821
|
+
"methodName": "collapsedWatcher"
|
|
730
822
|
}];
|
|
731
823
|
}
|
|
732
824
|
static get listeners() {
|
|
733
825
|
return [{
|
|
826
|
+
"name": "appload",
|
|
827
|
+
"method": "handleResize",
|
|
828
|
+
"target": "window",
|
|
829
|
+
"capture": false,
|
|
830
|
+
"passive": false
|
|
831
|
+
}, {
|
|
734
832
|
"name": "resize",
|
|
735
833
|
"method": "handleResize",
|
|
736
834
|
"target": "window",
|
|
737
835
|
"capture": false,
|
|
738
836
|
"passive": true
|
|
837
|
+
}, {
|
|
838
|
+
"name": "DOMContentLoaded",
|
|
839
|
+
"method": "handleResize",
|
|
840
|
+
"target": "window",
|
|
841
|
+
"capture": false,
|
|
842
|
+
"passive": false
|
|
843
|
+
}, {
|
|
844
|
+
"name": "load",
|
|
845
|
+
"method": "handleResize",
|
|
846
|
+
"target": "window",
|
|
847
|
+
"capture": false,
|
|
848
|
+
"passive": false
|
|
739
849
|
}];
|
|
740
850
|
}
|
|
741
851
|
}
|
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
component: 'stzh-card',
|
|
9
9
|
parameters: {
|
|
10
10
|
actions: {
|
|
11
|
-
handles: ['stzhCollapse', 'stzhStarClick', 'stzhSubtitleClick', 'stzhActionClick']
|
|
11
|
+
handles: ['stzhCollapse', 'stzhClick', 'stzhStarClick', 'stzhSubtitleClick', 'stzhActionClick']
|
|
12
12
|
},
|
|
13
13
|
layout: 'padded',
|
|
14
14
|
docs: {
|