@oiz/stzh-components 2.1.0 → 2.2.0-beta
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/{app-globals-dc82b9ca.js → app-globals-f4ad4e99.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 +3 -2
- 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 +12 -5
- package/dist/cjs/stzh-card_3.cjs.entry.js +474 -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 +1 -1
- 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-datepicker_3.cjs.entry.js +2 -2
- package/dist/cjs/stzh-details.cjs.entry.js +152 -0
- package/dist/cjs/stzh-dialog.cjs.entry.js +1 -1
- package/dist/cjs/stzh-dropdown.cjs.entry.js +2 -2
- package/dist/cjs/stzh-figure.cjs.entry.js +2 -2
- 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 +10 -3
- package/dist/cjs/stzh-menu_2.cjs.entry.js +1 -1
- package/dist/cjs/stzh-microsite-teaserlist.cjs.entry.js +96 -0
- 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 +9 -5
- package/dist/cjs/stzh-portal-mitwirken.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 +33 -0
- package/dist/cjs/stzh-toggle.cjs.entry.js +2 -2
- package/dist/cjs/stzh-tooltip.cjs.entry.js +11 -8
- package/dist/cjs/stzh-upload.cjs.entry.js +2 -2
- 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 +6 -1
- package/dist/collection/assets/i18n/en.json +6 -1
- 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-item/stzh-accordion-item.css +2 -2
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +4 -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 +2 -2
- package/dist/collection/components/stzh-button/stzh-button.js +78 -3
- package/dist/collection/components/stzh-card/stzh-card.css +71 -22
- package/dist/collection/components/stzh-card/stzh-card.js +90 -2
- 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 +6 -3
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +2 -2
- 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 +260 -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-details/stzh-details.css +119 -0
- package/dist/collection/components/stzh-details/stzh-details.js +313 -0
- package/dist/collection/components/stzh-details/stzh-details.stories.js +41 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +3 -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 +32 -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 +20 -0
- package/dist/collection/components/stzh-heading/stzh-heading.css +3 -0
- 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 +5 -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.js +95 -2
- 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-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.js +9 -5
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +2 -0
- package/dist/collection/components/stzh-radio/stzh-radio.css +2 -2
- 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 +167 -0
- package/dist/collection/components/stzh-textandimage/stzh-textandimage.js +78 -0
- package/dist/collection/components/stzh-textandimage/stzh-textandimage.stories.js +56 -0
- package/dist/collection/components/stzh-toggle/stzh-toggle.css +2 -1
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +11 -8
- package/dist/collection/components/stzh-upload/stzh-upload.css +1 -1
- package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.js +1 -1
- 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 +9 -6
- package/dist/collection/patterns/appointments.stories.js +3 -3
- package/dist/collection/patterns/contact.stories.js +118 -0
- package/dist/collection/patterns/contactform.stories.js +125 -0
- package/dist/collection/patterns/subpages.stories.js +98 -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 +3 -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-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 +376 -0
- package/dist/components/stzh-chart.js +3 -5
- package/dist/components/stzh-checkbox.js +1 -1
- package/dist/components/stzh-chip-select.js +1 -157
- package/dist/{esm/stzh-chip-select.entry.js → components/stzh-chip-select2.js} +61 -10
- 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-details.d.ts +11 -0
- package/dist/components/stzh-details.js +170 -0
- 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-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 +14 -2
- package/dist/components/stzh-microsite-teaserlist.d.ts +11 -0
- package/dist/components/stzh-microsite-teaserlist.js +212 -0
- package/dist/components/stzh-pagetitle-hero.js +2 -2
- package/dist/components/stzh-pagetitle.js +1 -1
- package/dist/components/stzh-popover2.js +9 -5
- package/dist/components/stzh-portal-mitwirken.js +1 -1
- package/dist/components/stzh-radio2.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 +50 -0
- package/dist/components/stzh-toggle.js +1 -1
- package/dist/components/stzh-tooltip2.js +11 -8
- package/dist/components/stzh-upload.js +1 -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/{app-globals-246b5e49.js → app-globals-17c2ba8d.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 +4 -3
- 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 +13 -6
- package/dist/esm/stzh-calendar.entry.js +1 -1
- package/dist/esm/stzh-card_3.entry.js +468 -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 +3 -3
- package/dist/esm/stzh-chip.entry.js +1 -1
- 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 +1 -1
- 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 +4 -4
- package/dist/esm/stzh-details.entry.js +148 -0
- package/dist/esm/stzh-dialog.entry.js +2 -2
- 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 +1 -1
- 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 +11 -4
- 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 +2 -2
- package/dist/esm/stzh-message.entry.js +1 -1
- 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 +1 -1
- 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 +10 -6
- package/dist/esm/stzh-portal-mitwirken.entry.js +2 -2
- package/dist/esm/stzh-progressbar-item.entry.js +1 -1
- 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 +29 -0
- package/dist/esm/stzh-toggle.entry.js +4 -4
- package/dist/esm/stzh-tooltip.entry.js +12 -9
- package/dist/esm/stzh-upload.entry.js +4 -4
- package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
- 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/app-globals-17c2ba8d.js +1 -0
- 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 +1 -1
- 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 +6 -1
- package/dist/stzh-components/assets/i18n/en.json +6 -1
- 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-02fd7470.entry.js +1 -0
- package/dist/stzh-components/{p-27bfb4c2.system.entry.js → p-037357fc.system.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-04a45622.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-20a6ffbb.entry.js → p-0b264a7a.entry.js} +1 -1
- package/dist/stzh-components/p-0b9dc96d.system.js +1 -0
- package/dist/stzh-components/p-0c8427bc.entry.js +1 -0
- 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-22c9a00d.system.entry.js → p-171c5795.system.entry.js} +1 -1
- package/dist/stzh-components/{p-c3161c9b.system.entry.js → p-19ab7e34.system.entry.js} +1 -1
- package/dist/stzh-components/{p-67ade1c7.system.entry.js → p-1ca12032.system.entry.js} +1 -1
- package/dist/stzh-components/{p-ff534e27.entry.js → p-1d8272a5.entry.js} +1 -1
- package/dist/stzh-components/{p-3e504f50.entry.js → p-1da26ca1.entry.js} +1 -1
- package/dist/stzh-components/p-1fe1169e.entry.js +1 -0
- package/dist/stzh-components/{p-229d4ad2.entry.js → p-213959b7.entry.js} +1 -1
- package/dist/stzh-components/{p-14f0d546.entry.js → p-22b06793.entry.js} +1 -1
- package/dist/stzh-components/p-231e6e6a.system.entry.js +1 -0
- package/dist/stzh-components/{p-3fc40cc0.system.entry.js → p-2577ca1e.system.entry.js} +1 -1
- package/dist/stzh-components/{p-881e526e.system.entry.js → p-2862cdd8.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-b1ff3a21.system.entry.js → p-2b5b1e4a.system.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-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-cbaab05e.entry.js → p-31029226.entry.js} +1 -1
- package/dist/stzh-components/{p-c777032f.system.entry.js → p-311813bc.system.entry.js} +1 -1
- package/dist/stzh-components/p-3145cd2f.entry.js +1 -0
- package/dist/stzh-components/{p-62afe664.entry.js → p-31c3469c.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-d4b93488.entry.js → p-34b45788.entry.js} +1 -1
- package/dist/stzh-components/{p-456143f9.entry.js → p-376946bc.entry.js} +1 -1
- package/dist/stzh-components/{p-a866b3a3.entry.js → p-3848d8ee.entry.js} +1 -1
- package/dist/stzh-components/p-38f9cbf3.system.entry.js +1 -0
- package/dist/stzh-components/p-3905ca20.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-4226dec6.system.entry.js +1 -0
- package/dist/stzh-components/{p-7a584d3f.system.entry.js → p-4228cd58.system.entry.js} +1 -1
- 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-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-238a8c83.system.entry.js → p-4bd7dafb.system.entry.js} +1 -1
- package/dist/stzh-components/{p-fade35c7.entry.js → p-4c7e52aa.entry.js} +1 -1
- package/dist/stzh-components/{p-ff2a6bdf.system.entry.js → p-4cd9f5c7.system.entry.js} +1 -1
- package/dist/stzh-components/{p-53c30c58.entry.js → p-51be647d.entry.js} +1 -1
- package/dist/stzh-components/p-55b7cda7.system.entry.js +1 -0
- package/dist/stzh-components/p-55f6fa41.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-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-37bdb9cd.system.entry.js → p-5b379647.system.entry.js} +1 -1
- package/dist/stzh-components/{p-3a279b45.entry.js → p-5c3c9ad4.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-4a3f9353.entry.js → p-64422176.entry.js} +1 -1
- package/dist/stzh-components/p-65675e11.entry.js +1 -0
- 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-c1100fde.entry.js → p-68400ee7.entry.js} +1 -1
- package/dist/stzh-components/{p-b666bb15.entry.js → p-6a0a76b3.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-090bfb8e.system.entry.js → p-7684506e.system.entry.js} +1 -1
- package/dist/stzh-components/p-791bc813.system.js +1 -0
- package/dist/stzh-components/{p-cc735465.system.entry.js → p-7adc28a4.system.entry.js} +2 -2
- package/dist/stzh-components/p-7ce59988.system.entry.js +1 -0
- package/dist/stzh-components/p-7da446d5.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-83830baa.system.entry.js +1 -0
- package/dist/stzh-components/{p-5c2d0572.entry.js → p-84965eac.entry.js} +1 -1
- package/dist/stzh-components/p-84c86e4c.system.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-b0e514c7.entry.js → p-88cbd2c0.entry.js} +1 -1
- 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-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-99f92c6d.system.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-7c172e64.system.entry.js → p-a17754c7.system.entry.js} +1 -1
- 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-293ceb5e.entry.js → p-a795868f.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-8f9de52f.system.entry.js → p-ab28e094.system.entry.js} +1 -1
- package/dist/stzh-components/p-ac3aa560.system.entry.js +1 -0
- package/dist/stzh-components/{p-7dec02ca.entry.js → p-addc48e5.entry.js} +1 -1
- package/dist/stzh-components/p-af0ab448.system.entry.js +1 -0
- package/dist/stzh-components/p-af63f1a4.entry.js +1 -0
- package/dist/stzh-components/p-b0d8866d.entry.js +1 -0
- package/dist/stzh-components/{p-140e4b63.entry.js → p-b0fe9349.entry.js} +1 -1
- package/dist/stzh-components/{p-36596b2b.system.entry.js → p-b2145753.system.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-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-c065387a.entry.js +1 -0
- package/dist/stzh-components/p-c0fef3d1.entry.js +1 -0
- package/dist/stzh-components/p-c26aec94.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-c42435be.entry.js +1 -0
- package/dist/stzh-components/{p-2c783943.entry.js → p-cc720d2d.entry.js} +1 -1
- package/dist/stzh-components/{p-51c75fba.system.entry.js → p-cfc0bc2e.system.entry.js} +1 -1
- package/dist/stzh-components/p-cff8376e.entry.js +1 -0
- package/dist/stzh-components/p-d1d5825d.entry.js +1 -0
- package/dist/stzh-components/p-d2f6fb1b.system.js +1 -0
- package/dist/stzh-components/{p-92ad9720.system.entry.js → p-d4405931.system.entry.js} +1 -1
- 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-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-dce19efd.entry.js +1 -0
- package/dist/stzh-components/{p-8347b91f.js → p-df5f49b4.js} +1 -1
- package/dist/stzh-components/p-e2e54f09.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-b3587b9d.system.entry.js → p-e71cd5cd.system.entry.js} +1 -1
- package/dist/stzh-components/p-e72ca013.system.entry.js +1 -0
- 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-025953d1.system.entry.js → p-e812d35e.system.entry.js} +1 -1
- 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-ef62b905.entry.js → p-ed0d51b6.entry.js} +1 -1
- package/dist/stzh-components/p-ed6adb96.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-f3107fc7.system.entry.js +1 -0
- package/dist/stzh-components/{p-38b9e5e9.entry.js → p-f37be5d7.entry.js} +1 -1
- package/dist/stzh-components/{p-8ab86ca3.system.entry.js → p-f59b3545.system.entry.js} +1 -1
- package/dist/stzh-components/{p-b54ed1f9.entry.js → p-f5db6234.entry.js} +1 -1
- package/dist/stzh-components/{p-92788577.entry.js → p-f5fdc88c.entry.js} +2 -2
- package/dist/stzh-components/{p-04dd6821.entry.js → p-f792fc8f.entry.js} +1 -1
- 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/stzh-components.esm.js +1 -1
- package/dist/stzh-components/stzh-components.js +1 -1
- package/dist/types/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.localization.d.ts +5 -0
- package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.d.ts +13 -12
- package/dist/types/components.d.ts +508 -27
- package/dist/types/index.d.ts +81 -2
- package/dist/vscode-data.json +278 -17
- 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-datalist.entry.js +0 -58
- package/dist/esm-es5/app-globals-246b5e49.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-105a11cb.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-25ef050a.entry.js +0 -1
- package/dist/stzh-components/p-2ba8b5c9.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-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-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-71d757d3.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-7aef399f.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-909d7a3c.system.js +0 -1
- package/dist/stzh-components/p-90ad5e2c.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-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-c8009c05.system.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/types/index.d.ts
CHANGED
|
@@ -126,6 +126,10 @@ export declare type StzhCardCollapseEvent = {
|
|
|
126
126
|
component: "stzh-card";
|
|
127
127
|
collapsed: boolean;
|
|
128
128
|
};
|
|
129
|
+
export declare type StzhCardClickEvent = {
|
|
130
|
+
component: "stzh-card";
|
|
131
|
+
originalEvent: MouseEvent;
|
|
132
|
+
};
|
|
129
133
|
export declare type StzhCardStarClickEvent = {
|
|
130
134
|
component: "stzh-card";
|
|
131
135
|
starred: boolean;
|
|
@@ -134,6 +138,18 @@ export declare type StzhCardHeaderActionClickEvent = {
|
|
|
134
138
|
component: "stzh-card";
|
|
135
139
|
action: StzhCardHeaderAction;
|
|
136
140
|
};
|
|
141
|
+
export declare type StzhMicrositeTeaserlistTag = {
|
|
142
|
+
id: string;
|
|
143
|
+
name: string;
|
|
144
|
+
};
|
|
145
|
+
export declare type StzhMicrositeTeaserlistItem = {
|
|
146
|
+
title?: string;
|
|
147
|
+
description?: string;
|
|
148
|
+
image?: string;
|
|
149
|
+
link: string;
|
|
150
|
+
tags: string[];
|
|
151
|
+
teaserid: string;
|
|
152
|
+
};
|
|
137
153
|
export declare type StzhCardListCollapseAllEvent = {
|
|
138
154
|
component: "stzh-card-list";
|
|
139
155
|
allCollapsed: boolean;
|
|
@@ -220,11 +236,21 @@ export declare type StzhDatalistItemEntry = {
|
|
|
220
236
|
meta?: string;
|
|
221
237
|
icon?: string;
|
|
222
238
|
href?: string;
|
|
239
|
+
rel?: string;
|
|
240
|
+
target?: string;
|
|
241
|
+
items?: StzhDatalistItemEntry[];
|
|
223
242
|
};
|
|
224
|
-
export declare type
|
|
243
|
+
export declare type StzhDatalistDirectionChangeEvent = {
|
|
244
|
+
component: "stzh-datalist";
|
|
245
|
+
value: "vertical" | "horizontal";
|
|
246
|
+
};
|
|
247
|
+
export declare type StzhDatalistHideBorderChangeEvent = {
|
|
225
248
|
component: "stzh-datalist";
|
|
249
|
+
value: boolean;
|
|
250
|
+
};
|
|
251
|
+
export declare type StzhDatalistItemActionClickEvent = {
|
|
252
|
+
component: "stzh-datalist-item";
|
|
226
253
|
originalEvent: MouseEvent;
|
|
227
|
-
item: StzhDatalistItemEntry;
|
|
228
254
|
};
|
|
229
255
|
export declare type StzhDatamessagelistItemEntryMeta = {
|
|
230
256
|
label: string;
|
|
@@ -281,6 +307,42 @@ export declare type StzhChipBlurEvent = {
|
|
|
281
307
|
component: "stzh-chip";
|
|
282
308
|
originalEvent: FocusEvent;
|
|
283
309
|
};
|
|
310
|
+
export declare type StzhVbzMajortickerDisturbance = {
|
|
311
|
+
id: string;
|
|
312
|
+
head: string;
|
|
313
|
+
text: string;
|
|
314
|
+
startDate: Date;
|
|
315
|
+
endDate: Date;
|
|
316
|
+
altStart: string;
|
|
317
|
+
altEnd: string;
|
|
318
|
+
infoUrl?: VbzTickerInfoUrl;
|
|
319
|
+
};
|
|
320
|
+
export declare type StzhVbzMajortickerDisturbanceFetchedEvent = {
|
|
321
|
+
component: "stzh-vbz-majorticker";
|
|
322
|
+
disturbance: StzhVbzMajortickerDisturbance | null;
|
|
323
|
+
};
|
|
324
|
+
export declare type VbzTickerInfoUrl = {
|
|
325
|
+
name: string;
|
|
326
|
+
url: string;
|
|
327
|
+
};
|
|
328
|
+
export declare type VbzTickerDisturbance = {
|
|
329
|
+
id: string;
|
|
330
|
+
head: string;
|
|
331
|
+
startDate: Date;
|
|
332
|
+
endDate: Date;
|
|
333
|
+
altStart: string;
|
|
334
|
+
altEnd: string;
|
|
335
|
+
baseType?: string;
|
|
336
|
+
infoUrl?: VbzTickerInfoUrl;
|
|
337
|
+
category: typeof VBZ.DISTURBANCE_INFORMATION | typeof VBZ.DISTURBANCE_CONSTRUCTION | typeof VBZ.DISTURBANCE_NORMAL | typeof VBZ.DISTURBANCE_EVENT | typeof VBZ.DISTURBANCE_BUS;
|
|
338
|
+
};
|
|
339
|
+
export declare type VbzTickerLine = {
|
|
340
|
+
line: VBZ.Lines;
|
|
341
|
+
name: string;
|
|
342
|
+
disturbances: VbzTickerDisturbance[];
|
|
343
|
+
alert: boolean;
|
|
344
|
+
category: "2" | "16" | "32" | "64" | "128" | "256" | "512";
|
|
345
|
+
};
|
|
284
346
|
export declare type StzhVbzLinechipFocusEvent = {
|
|
285
347
|
component: "stzh-vbz-linechip";
|
|
286
348
|
originalEvent: FocusEvent;
|
|
@@ -300,6 +362,10 @@ export declare type ContactaddressNumber = {
|
|
|
300
362
|
label: string;
|
|
301
363
|
number: string;
|
|
302
364
|
};
|
|
365
|
+
export declare type StzhContactaddressAvailabilityItem = {
|
|
366
|
+
weekday: string;
|
|
367
|
+
hours: string[];
|
|
368
|
+
};
|
|
303
369
|
export declare type StzhOverlayOpenEvent = {
|
|
304
370
|
component: "stzh-overlay";
|
|
305
371
|
};
|
|
@@ -381,6 +447,10 @@ export declare type StzhRadioBlurEvent = {
|
|
|
381
447
|
component: "stzh-radio";
|
|
382
448
|
originalEvent: FocusEvent;
|
|
383
449
|
};
|
|
450
|
+
export declare type StzhLangnavChangeEvent = {
|
|
451
|
+
component: "stzh-langnav";
|
|
452
|
+
value: string;
|
|
453
|
+
};
|
|
384
454
|
export declare type StzhDropdownChangeEvent = {
|
|
385
455
|
component: "stzh-dropdown";
|
|
386
456
|
value: string;
|
|
@@ -542,6 +612,15 @@ export declare namespace Font {
|
|
|
542
612
|
type Curves = "p1" | "p2" | "caption" | "h4" | "h3" | "h2" | "h1" | "hero" | "default";
|
|
543
613
|
}
|
|
544
614
|
export declare namespace VBZ {
|
|
615
|
+
const BASE_TYPE_GLOBAL = "GLOBAL";
|
|
616
|
+
const CHANNEL_TICKER = "ticker";
|
|
617
|
+
const CHANNEL_INFO_URL_FILTER = "stadt-zuerich.ch/vbz";
|
|
618
|
+
const DISTURBANCE_GLOBAL = "__global__";
|
|
619
|
+
const DISTURBANCE_INFORMATION = "0";
|
|
620
|
+
const DISTURBANCE_CONSTRUCTION = "1";
|
|
621
|
+
const DISTURBANCE_NORMAL = "2";
|
|
622
|
+
const DISTURBANCE_EVENT = "4";
|
|
623
|
+
const DISTURBANCE_BUS = "5";
|
|
545
624
|
type Lines = "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "19" | "20" | "21" | "23" | "24" | "25" | "29" | "31" | "32" | "33" | "34" | "35" | "36" | "37" | "38" | "39" | "40" | "45" | "46" | "54" | "61" | "62" | "63" | "64" | "66" | "67" | "69" | "70" | "72" | "73" | "75" | "76" | "77" | "78" | "79" | "80" | "83" | "89" | "91" | "94" | "95" | "99" | "151" | "152" | "153" | "156" | "161" | "162" | "163" | "165" | "184" | "185" | "200" | "201" | "215" | "220" | "235" | "236" | "245" | "301" | "302" | "303" | "304" | "305" | "306" | "307" | "308" | "309" | "311" | "314" | "315" | "317" | "321" | "323" | "325" | "350" | "444" | "445" | "701" | "702" | "703" | "704" | "705" | "720" | "721" | "725" | "726" | "727" | "742" | "743" | "744" | "745" | "747" | "748" | "751" | "752" | "753" | "754" | "759" | "760" | "765" | "768" | "781" | "786" | "787" | "910" | "912" | "916" | "917" | "918" | "919" | "E" | "N" | "N1" | "N2" | "N4" | "N5" | "N6" | "N7" | "N8" | "N9" | "N10" | "N11" | "N12" | "N13" | "N14" | "N15" | "N16" | "N17" | "N18" | "N19" | "N30" | "N31" | "N32" | "N33" | "N34" | "N45" | "N72" | "N78" | "SN1" | "SN4" | "SN5" | "SN6" | "SN7" | "SN8" | "SN9" | "S2" | "S3" | "S4" | "S5" | "S6" | "S7" | "S8" | "S9" | "S10" | "S11" | "S14" | "S15" | "S16" | "S18" | "S19" | "S20" | "S21" | "S23" | "S24" | "S25";
|
|
546
625
|
}
|
|
547
626
|
export * from './components';
|
package/dist/vscode-data.json
CHANGED
|
@@ -417,10 +417,18 @@
|
|
|
417
417
|
"value": "The STZH button component."
|
|
418
418
|
},
|
|
419
419
|
"attributes": [
|
|
420
|
+
{
|
|
421
|
+
"name": "a11y-controls",
|
|
422
|
+
"description": "Aria controls of link/button"
|
|
423
|
+
},
|
|
420
424
|
{
|
|
421
425
|
"name": "a11y-describedby",
|
|
422
426
|
"description": "Id for element which describes the button (this will be overwritten if description prop or slot is used, used by stzh-radiogroup)"
|
|
423
427
|
},
|
|
428
|
+
{
|
|
429
|
+
"name": "a11y-expanded",
|
|
430
|
+
"description": "Aria expanded of link/button"
|
|
431
|
+
},
|
|
424
432
|
{
|
|
425
433
|
"name": "a11y-label",
|
|
426
434
|
"description": "Accessible label for screen readers to replace visible text"
|
|
@@ -526,10 +534,18 @@
|
|
|
526
534
|
"name": "label",
|
|
527
535
|
"description": "Label"
|
|
528
536
|
},
|
|
537
|
+
{
|
|
538
|
+
"name": "link-accesskey",
|
|
539
|
+
"description": "Access key of link (usually a number e.g. 1)"
|
|
540
|
+
},
|
|
529
541
|
{
|
|
530
542
|
"name": "name",
|
|
531
543
|
"description": "The name of the input element (if type is radio)"
|
|
532
544
|
},
|
|
545
|
+
{
|
|
546
|
+
"name": "rel",
|
|
547
|
+
"description": "Rel (if href is used)"
|
|
548
|
+
},
|
|
533
549
|
{
|
|
534
550
|
"name": "size",
|
|
535
551
|
"description": "Size variant",
|
|
@@ -670,7 +686,7 @@
|
|
|
670
686
|
},
|
|
671
687
|
{
|
|
672
688
|
"name": "heading",
|
|
673
|
-
"description": "Heading"
|
|
689
|
+
"description": "Heading (or use heading slot instead)"
|
|
674
690
|
},
|
|
675
691
|
{
|
|
676
692
|
"name": "hide-footer-border",
|
|
@@ -684,6 +700,10 @@
|
|
|
684
700
|
"name": "hide-movement-actions",
|
|
685
701
|
"description": "Whether movement menu items should be shown.\nHas no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true."
|
|
686
702
|
},
|
|
703
|
+
{
|
|
704
|
+
"name": "href",
|
|
705
|
+
"description": "Href of card"
|
|
706
|
+
},
|
|
687
707
|
{
|
|
688
708
|
"name": "name",
|
|
689
709
|
"description": "The name of the input element (if card is selectable)"
|
|
@@ -712,6 +732,10 @@
|
|
|
712
732
|
"name": "subtitle-interactive",
|
|
713
733
|
"description": "Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click"
|
|
714
734
|
},
|
|
735
|
+
{
|
|
736
|
+
"name": "target",
|
|
737
|
+
"description": "target if the button is used as link (if href used)"
|
|
738
|
+
},
|
|
715
739
|
{
|
|
716
740
|
"name": "value",
|
|
717
741
|
"description": "The value of the input element (if card is selectable)"
|
|
@@ -725,6 +749,22 @@
|
|
|
725
749
|
"value": "The STZH card list component."
|
|
726
750
|
},
|
|
727
751
|
"attributes": [
|
|
752
|
+
{
|
|
753
|
+
"name": "description",
|
|
754
|
+
"description": "Description message (use description slot as alternative)"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "layout",
|
|
758
|
+
"description": "",
|
|
759
|
+
"values": [
|
|
760
|
+
{
|
|
761
|
+
"name": "fullwidth"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"name": "subpages"
|
|
765
|
+
}
|
|
766
|
+
]
|
|
767
|
+
},
|
|
728
768
|
{
|
|
729
769
|
"name": "show-toggle-link",
|
|
730
770
|
"description": "Whether collapse/expand toggle link"
|
|
@@ -823,13 +863,9 @@
|
|
|
823
863
|
"name": "stzh-chart",
|
|
824
864
|
"description": {
|
|
825
865
|
"kind": "markdown",
|
|
826
|
-
"value": "The STZH chart component.\n
|
|
866
|
+
"value": "The STZH chart component.\n\nUses the [`sszvis` chart library](https://statistikstadtzuerich.github.io/sszvis/)."
|
|
827
867
|
},
|
|
828
868
|
"attributes": [
|
|
829
|
-
{
|
|
830
|
-
"name": "caption",
|
|
831
|
-
"description": "Caption"
|
|
832
|
-
},
|
|
833
869
|
{
|
|
834
870
|
"name": "chart-id",
|
|
835
871
|
"description": "Chart id"
|
|
@@ -1057,7 +1093,7 @@
|
|
|
1057
1093
|
"name": "stzh-chip-select",
|
|
1058
1094
|
"description": {
|
|
1059
1095
|
"kind": "markdown",
|
|
1060
|
-
"value": "The STZH
|
|
1096
|
+
"value": "The STZH chipselect component."
|
|
1061
1097
|
},
|
|
1062
1098
|
"attributes": [
|
|
1063
1099
|
{
|
|
@@ -1066,7 +1102,7 @@
|
|
|
1066
1102
|
},
|
|
1067
1103
|
{
|
|
1068
1104
|
"name": "data",
|
|
1069
|
-
"description": "
|
|
1105
|
+
"description": "The list of chips"
|
|
1070
1106
|
},
|
|
1071
1107
|
{
|
|
1072
1108
|
"name": "description",
|
|
@@ -1078,7 +1114,7 @@
|
|
|
1078
1114
|
},
|
|
1079
1115
|
{
|
|
1080
1116
|
"name": "disabled",
|
|
1081
|
-
"description": "Whether
|
|
1117
|
+
"description": "Whether all chips are disabled or not"
|
|
1082
1118
|
},
|
|
1083
1119
|
{
|
|
1084
1120
|
"name": "error",
|
|
@@ -1143,8 +1179,12 @@
|
|
|
1143
1179
|
},
|
|
1144
1180
|
"attributes": [
|
|
1145
1181
|
{
|
|
1146
|
-
"name": "
|
|
1147
|
-
"description": "
|
|
1182
|
+
"name": "availability",
|
|
1183
|
+
"description": "Availability times"
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"name": "availability-title",
|
|
1187
|
+
"description": "Availability title"
|
|
1148
1188
|
},
|
|
1149
1189
|
{
|
|
1150
1190
|
"name": "heading",
|
|
@@ -1154,6 +1194,10 @@
|
|
|
1154
1194
|
"name": "location",
|
|
1155
1195
|
"description": "Location / city"
|
|
1156
1196
|
},
|
|
1197
|
+
{
|
|
1198
|
+
"name": "main-heading",
|
|
1199
|
+
"description": "Main heading"
|
|
1200
|
+
},
|
|
1157
1201
|
{
|
|
1158
1202
|
"name": "name",
|
|
1159
1203
|
"description": "Name"
|
|
@@ -1231,6 +1275,18 @@
|
|
|
1231
1275
|
"value": "The STZH datalist component."
|
|
1232
1276
|
},
|
|
1233
1277
|
"attributes": [
|
|
1278
|
+
{
|
|
1279
|
+
"name": "current-direction",
|
|
1280
|
+
"description": "Current direction in use (readonly)",
|
|
1281
|
+
"values": [
|
|
1282
|
+
{
|
|
1283
|
+
"name": "horizontal"
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"name": "vertical"
|
|
1287
|
+
}
|
|
1288
|
+
]
|
|
1289
|
+
},
|
|
1234
1290
|
{
|
|
1235
1291
|
"name": "direction",
|
|
1236
1292
|
"description": "Direction",
|
|
@@ -1309,7 +1365,72 @@
|
|
|
1309
1365
|
},
|
|
1310
1366
|
{
|
|
1311
1367
|
"name": "items",
|
|
1312
|
-
"description": "Items in datalist\nArray of objects that must at least include `value` attribute.\nCan optionally contain `label`, `meta`, `icon`, `href` attribute:\n`[{\"value\":\"Value 1\", \"label\": \"Label 1\"}, {\"value\":\"Value 2\", \"label\": \"Label 2\"}]`"
|
|
1368
|
+
"description": "Items in datalist\nArray of objects that must at least include `value` attribute.\nCan optionally contain `label`, `meta`, `icon`, `href` attribute and be nested to display deeper levels:\n`[{\"value\":\"Value 1\", \"label\": \"Label 1\"}, {\"value\":\"Value 2\", \"label\": \"Label 2\", \"items\": [...]}]`"
|
|
1369
|
+
}
|
|
1370
|
+
]
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"name": "stzh-datalist-item",
|
|
1374
|
+
"description": {
|
|
1375
|
+
"kind": "markdown",
|
|
1376
|
+
"value": "The STZH datalist component."
|
|
1377
|
+
},
|
|
1378
|
+
"attributes": [
|
|
1379
|
+
{
|
|
1380
|
+
"name": "a11y-controls",
|
|
1381
|
+
"description": "Aria controls of link/button"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"name": "a11y-expanded",
|
|
1385
|
+
"description": "Aria expanded of link/button"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"name": "direction",
|
|
1389
|
+
"description": "Direction",
|
|
1390
|
+
"values": [
|
|
1391
|
+
{
|
|
1392
|
+
"name": "horizontal"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "vertical"
|
|
1396
|
+
}
|
|
1397
|
+
]
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"name": "download",
|
|
1401
|
+
"description": "Download attribute of link (if `href` used)"
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"name": "hide-border",
|
|
1405
|
+
"description": "Hide border lines"
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"name": "href",
|
|
1409
|
+
"description": "Link"
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"name": "icon",
|
|
1413
|
+
"description": "Icon of action button (if href is used, will only be for presentation and default to link icon)"
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"name": "label",
|
|
1417
|
+
"description": "Label"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"name": "meta",
|
|
1421
|
+
"description": "Meta"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"name": "rel",
|
|
1425
|
+
"description": "Rel (if href is used)"
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"name": "target",
|
|
1429
|
+
"description": "Target (if href is used)"
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"name": "value",
|
|
1433
|
+
"description": "Value"
|
|
1313
1434
|
}
|
|
1314
1435
|
]
|
|
1315
1436
|
},
|
|
@@ -1510,6 +1631,19 @@
|
|
|
1510
1631
|
}
|
|
1511
1632
|
]
|
|
1512
1633
|
},
|
|
1634
|
+
{
|
|
1635
|
+
"name": "stzh-details",
|
|
1636
|
+
"description": {
|
|
1637
|
+
"kind": "markdown",
|
|
1638
|
+
"value": "The STZH details item component.\n<mark>Beta version, do not use in production yet.</mark>\n\nFor revealing more content when trigger element is clicked.\nSets `aria-expanded` and `aria-controls` attribute to the trigger element."
|
|
1639
|
+
},
|
|
1640
|
+
"attributes": [
|
|
1641
|
+
{
|
|
1642
|
+
"name": "open",
|
|
1643
|
+
"description": "Whether fold is open"
|
|
1644
|
+
}
|
|
1645
|
+
]
|
|
1646
|
+
},
|
|
1513
1647
|
{
|
|
1514
1648
|
"name": "stzh-dialog",
|
|
1515
1649
|
"description": {
|
|
@@ -1909,6 +2043,10 @@
|
|
|
1909
2043
|
"name": "hidden-title",
|
|
1910
2044
|
"description": "Overwrite hidden h1 title"
|
|
1911
2045
|
},
|
|
2046
|
+
{
|
|
2047
|
+
"name": "hide-close",
|
|
2048
|
+
"description": "Hide close button"
|
|
2049
|
+
},
|
|
1912
2050
|
{
|
|
1913
2051
|
"name": "main-title",
|
|
1914
2052
|
"description": "Main title"
|
|
@@ -1930,9 +2068,17 @@
|
|
|
1930
2068
|
"name": "href",
|
|
1931
2069
|
"description": "Portal link (for logo)"
|
|
1932
2070
|
},
|
|
2071
|
+
{
|
|
2072
|
+
"name": "metabar-stay",
|
|
2073
|
+
"description": "Whether grey metabar should stay (on top) on mobile"
|
|
2074
|
+
},
|
|
1933
2075
|
{
|
|
1934
2076
|
"name": "prevent-appnav-placeholder",
|
|
1935
2077
|
"description": "Prevent creating a appnav placeholder element\nwith the size of appnav inside header parent element.\nThis prevents the fixed appnav to overlap\ncontent at the end on mikro breakpoint,\nbut could lead to problems with certain layouts."
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"name": "sticky-disabled",
|
|
2081
|
+
"description": "Whether sticky behaviour should be disabled"
|
|
1936
2082
|
}
|
|
1937
2083
|
]
|
|
1938
2084
|
},
|
|
@@ -2532,6 +2678,39 @@
|
|
|
2532
2678
|
}
|
|
2533
2679
|
]
|
|
2534
2680
|
},
|
|
2681
|
+
{
|
|
2682
|
+
"name": "stzh-langnav",
|
|
2683
|
+
"description": {
|
|
2684
|
+
"kind": "markdown",
|
|
2685
|
+
"value": "The STZH langnav component.\n<mark>Beta version, do not use in production yet.</mark>"
|
|
2686
|
+
},
|
|
2687
|
+
"attributes": [
|
|
2688
|
+
{
|
|
2689
|
+
"name": "language-active",
|
|
2690
|
+
"description": "Active language of langnav"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "languages",
|
|
2694
|
+
"description": "Available language in langnav"
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"name": "popover-placement",
|
|
2698
|
+
"description": "Popover placement",
|
|
2699
|
+
"values": [
|
|
2700
|
+
{
|
|
2701
|
+
"name": "bottom"
|
|
2702
|
+
},
|
|
2703
|
+
{
|
|
2704
|
+
"name": "top"
|
|
2705
|
+
}
|
|
2706
|
+
]
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"name": "prevent-urlchange",
|
|
2710
|
+
"description": "Whether to prevent the default behaviour of changing the `location.href`"
|
|
2711
|
+
}
|
|
2712
|
+
]
|
|
2713
|
+
},
|
|
2535
2714
|
{
|
|
2536
2715
|
"name": "stzh-link",
|
|
2537
2716
|
"description": {
|
|
@@ -2539,6 +2718,22 @@
|
|
|
2539
2718
|
"value": "The STZH link component."
|
|
2540
2719
|
},
|
|
2541
2720
|
"attributes": [
|
|
2721
|
+
{
|
|
2722
|
+
"name": "a11y-controls",
|
|
2723
|
+
"description": "Aria controls of link/button"
|
|
2724
|
+
},
|
|
2725
|
+
{
|
|
2726
|
+
"name": "a11y-describedby",
|
|
2727
|
+
"description": "Id for element which describes the button (this will be overwritten if description prop or slot is used, used by stzh-radiogroup)"
|
|
2728
|
+
},
|
|
2729
|
+
{
|
|
2730
|
+
"name": "a11y-expanded",
|
|
2731
|
+
"description": "Aria expanded of link/button"
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"name": "a11y-label",
|
|
2735
|
+
"description": "Accessible label for screen readers to replace visible text"
|
|
2736
|
+
},
|
|
2542
2737
|
{
|
|
2543
2738
|
"name": "active",
|
|
2544
2739
|
"description": "Active status"
|
|
@@ -2628,6 +2823,10 @@
|
|
|
2628
2823
|
"name": "link-accesskey",
|
|
2629
2824
|
"description": "Access key of link (usually a number e.g. 1)"
|
|
2630
2825
|
},
|
|
2826
|
+
{
|
|
2827
|
+
"name": "rel",
|
|
2828
|
+
"description": "Rel (if href is used)"
|
|
2829
|
+
},
|
|
2631
2830
|
{
|
|
2632
2831
|
"name": "size",
|
|
2633
2832
|
"description": "Size variant",
|
|
@@ -2904,6 +3103,27 @@
|
|
|
2904
3103
|
},
|
|
2905
3104
|
"attributes": []
|
|
2906
3105
|
},
|
|
3106
|
+
{
|
|
3107
|
+
"name": "stzh-microsite-teaserlist",
|
|
3108
|
+
"description": {
|
|
3109
|
+
"kind": "markdown",
|
|
3110
|
+
"value": "The STZH microsite teaserlist component.\n<mark>Beta version, do not use in production yet.</mark>"
|
|
3111
|
+
},
|
|
3112
|
+
"attributes": [
|
|
3113
|
+
{
|
|
3114
|
+
"name": "api",
|
|
3115
|
+
"description": "API URL (`{lang}` is replaced in the URL)"
|
|
3116
|
+
},
|
|
3117
|
+
{
|
|
3118
|
+
"name": "step-items",
|
|
3119
|
+
"description": "Numbers of item shown with each load more action"
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
"name": "tags",
|
|
3123
|
+
"description": "Tags"
|
|
3124
|
+
}
|
|
3125
|
+
]
|
|
3126
|
+
},
|
|
2907
3127
|
{
|
|
2908
3128
|
"name": "stzh-olmap",
|
|
2909
3129
|
"description": {
|
|
@@ -3550,6 +3770,19 @@
|
|
|
3550
3770
|
}
|
|
3551
3771
|
]
|
|
3552
3772
|
},
|
|
3773
|
+
{
|
|
3774
|
+
"name": "stzh-sitemap",
|
|
3775
|
+
"description": {
|
|
3776
|
+
"kind": "markdown",
|
|
3777
|
+
"value": "The STZH sitemap component.\n<mark>Beta version, do not use in production yet.</mark>"
|
|
3778
|
+
},
|
|
3779
|
+
"attributes": [
|
|
3780
|
+
{
|
|
3781
|
+
"name": "items",
|
|
3782
|
+
"description": "Items in sitemap\nArray of objects that must at least include `value` attribute.\nCan optionally contain `label`, `meta`, `icon`, `href` attribute and be nested to display deeper levels:\n`[{\"value\":\"Value 1\", \"label\": \"Label 1\"}, {\"value\":\"Value 2\", \"label\": \"Label 2\", \"items\": [...]}]`"
|
|
3783
|
+
}
|
|
3784
|
+
]
|
|
3785
|
+
},
|
|
3553
3786
|
{
|
|
3554
3787
|
"name": "stzh-skiplink",
|
|
3555
3788
|
"description": {
|
|
@@ -3975,6 +4208,34 @@
|
|
|
3975
4208
|
}
|
|
3976
4209
|
]
|
|
3977
4210
|
},
|
|
4211
|
+
{
|
|
4212
|
+
"name": "stzh-textandimage",
|
|
4213
|
+
"description": {
|
|
4214
|
+
"kind": "markdown",
|
|
4215
|
+
"value": "The STZH textandimage component.\n<mark>Beta version, do not use in production yet.</mark>"
|
|
4216
|
+
},
|
|
4217
|
+
"attributes": [
|
|
4218
|
+
{
|
|
4219
|
+
"name": "floating",
|
|
4220
|
+
"description": "Whether to float left content"
|
|
4221
|
+
},
|
|
4222
|
+
{
|
|
4223
|
+
"name": "size",
|
|
4224
|
+
"description": "Size variant",
|
|
4225
|
+
"values": [
|
|
4226
|
+
{
|
|
4227
|
+
"name": "default"
|
|
4228
|
+
},
|
|
4229
|
+
{
|
|
4230
|
+
"name": "large"
|
|
4231
|
+
},
|
|
4232
|
+
{
|
|
4233
|
+
"name": "small"
|
|
4234
|
+
}
|
|
4235
|
+
]
|
|
4236
|
+
}
|
|
4237
|
+
]
|
|
4238
|
+
},
|
|
3978
4239
|
{
|
|
3979
4240
|
"name": "stzh-toggle",
|
|
3980
4241
|
"description": {
|
|
@@ -4282,15 +4543,15 @@
|
|
|
4282
4543
|
{
|
|
4283
4544
|
"name": "2"
|
|
4284
4545
|
},
|
|
4285
|
-
{
|
|
4286
|
-
"name": "3"
|
|
4287
|
-
},
|
|
4288
4546
|
{
|
|
4289
4547
|
"name": "4"
|
|
4290
4548
|
},
|
|
4291
4549
|
{
|
|
4292
4550
|
"name": "5"
|
|
4293
4551
|
},
|
|
4552
|
+
{
|
|
4553
|
+
"name": "3"
|
|
4554
|
+
},
|
|
4294
4555
|
{
|
|
4295
4556
|
"name": "6"
|
|
4296
4557
|
},
|
|
@@ -4838,7 +5099,7 @@
|
|
|
4838
5099
|
"attributes": [
|
|
4839
5100
|
{
|
|
4840
5101
|
"name": "api",
|
|
4841
|
-
"description": "API URL(`{lang}`
|
|
5102
|
+
"description": "API URL (`{lang}` is replaced in the URL)"
|
|
4842
5103
|
},
|
|
4843
5104
|
{
|
|
4844
5105
|
"name": "data",
|
|
@@ -4863,7 +5124,7 @@
|
|
|
4863
5124
|
"attributes": [
|
|
4864
5125
|
{
|
|
4865
5126
|
"name": "api",
|
|
4866
|
-
"description": "API URL(`{lang}`
|
|
5127
|
+
"description": "API URL (`{lang}` is replaced in the URL)"
|
|
4867
5128
|
},
|
|
4868
5129
|
{
|
|
4869
5130
|
"name": "data",
|