@oiz/stzh-components 2.1.0-beta → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{_commonjsHelpers-bcc1208a.js → _commonjsHelpers-dcc4cf71.js} +16 -0
- package/dist/cjs/{app-globals-07890ee7.js → app-globals-dc82b9ca.js} +1 -1
- package/dist/cjs/{js.cookie-9c263d23.js → js.cookie-226c94ed.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-accordion-item.cjs.entry.js +2 -2
- package/dist/cjs/stzh-actions.cjs.entry.js +2 -2
- package/dist/cjs/stzh-anchornav.cjs.entry.js +2 -2
- package/dist/cjs/stzh-appointments.cjs.entry.js +1 -1
- package/dist/cjs/stzh-badge_3.cjs.entry.js +2 -1
- package/dist/cjs/stzh-chart.cjs.entry.js +26127 -0
- package/dist/cjs/stzh-chip.cjs.entry.js +13 -6
- package/dist/cjs/stzh-components.cjs.js +2 -2
- package/dist/cjs/stzh-contactaddress.cjs.entry.js +65 -0
- package/dist/cjs/stzh-datamessagelist.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datatable.cjs.entry.js +1 -1
- package/dist/cjs/stzh-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/stzh-figure.cjs.entry.js +1 -1
- package/dist/cjs/stzh-footer.cjs.entry.js +11 -5
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +3 -3
- package/dist/cjs/stzh-heading.cjs.entry.js +2 -2
- package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
- package/dist/cjs/stzh-link.cjs.entry.js +2 -1
- package/dist/cjs/stzh-message.cjs.entry.js +2 -2
- package/dist/cjs/stzh-olmap.cjs.entry.js +1 -1
- package/dist/cjs/stzh-pagebottom.cjs.entry.js +2 -2
- package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +99 -0
- package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
- package/dist/cjs/stzh-share.cjs.entry.js +5 -5
- package/dist/cjs/stzh-upload.cjs.entry.js +7 -9
- package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +1 -1
- package/dist/collection/assets/icons/mono/facebook-filled.svg +3 -0
- package/dist/collection/assets/icons/mono/linkedin-filled.svg +12 -0
- package/dist/collection/assets/icons/mono/mail-filled.svg +6 -0
- package/dist/collection/assets/icons/mono/star-filled.svg +1 -1
- package/dist/collection/assets/icons/mono/twitter-filled.svg +3 -0
- package/dist/collection/assets/icons/mono/xing-filled.svg +4 -0
- package/dist/collection/assets/media/olmap/marker-active.png +0 -0
- package/dist/collection/assets/media/olmap/marker.png +0 -0
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/stzh-accordion/stzh-accordion.css +3 -0
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +51 -3
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +1 -1
- package/dist/collection/components/stzh-actions/stzh-actions.css +7 -1
- package/dist/collection/components/stzh-actions/stzh-actions.js +3 -3
- package/dist/collection/components/stzh-actionset/stzh-actionset.css +3 -0
- package/dist/collection/components/stzh-anchornav/stzh-anchornav.css +5 -0
- package/dist/collection/components/stzh-anchornav/stzh-anchornav.js +1 -1
- package/dist/collection/components/stzh-appnav/stzh-appnav.css +3 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.css +3 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.js +1 -1
- package/dist/collection/components/stzh-audio/stzh-audio.css +3 -0
- package/dist/collection/components/stzh-badge/stzh-badge.css +3 -0
- package/dist/collection/components/stzh-button/stzh-button.css +3 -0
- package/dist/collection/components/stzh-button/stzh-button.js +19 -1
- package/dist/collection/components/stzh-calendar/stzh-calendar.css +3 -0
- package/dist/collection/components/stzh-card/stzh-card.css +3 -0
- package/dist/collection/components/stzh-card-list/stzh-card-list.css +3 -0
- package/dist/collection/components/stzh-cell/stzh-cell.css +3 -0
- package/dist/collection/components/stzh-chart/stzh-chart.css +799 -0
- package/dist/collection/components/stzh-chart/stzh-chart.js +110 -0
- package/dist/collection/components/stzh-chart/stzh-chart.stories.js +287 -0
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +3 -0
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.css +3 -0
- package/dist/collection/components/stzh-chip/stzh-chip.css +4 -21
- package/dist/collection/components/stzh-chip/stzh-chip.js +49 -24
- package/dist/collection/components/stzh-chip/stzh-chip.stories.js +0 -9
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +3 -0
- package/dist/collection/components/stzh-clamp/stzh-clamp.css +3 -0
- package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.css +153 -0
- package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.js +321 -0
- package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.stories.js +100 -0
- package/dist/collection/components/stzh-container/stzh-container.css +3 -0
- package/dist/collection/components/stzh-cspace/stzh-cspace.css +3 -0
- package/dist/collection/components/stzh-datalist/stzh-datalist.css +3 -0
- package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.css +13 -2
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +3 -0
- package/dist/collection/components/stzh-datatable/stzh-datatable.css +3 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.css +3 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +3 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +3 -0
- package/dist/collection/components/stzh-fieldset/stzh-fieldset.css +3 -0
- package/dist/collection/components/stzh-figure/stzh-figure.css +3 -1
- package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.css +3 -0
- package/dist/collection/components/stzh-footer/stzh-footer.css +53 -0
- package/dist/collection/components/stzh-footer/stzh-footer.js +44 -16
- package/dist/collection/components/stzh-footer/stzh-footer.stories.js +21 -1
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +10 -10
- package/dist/collection/components/stzh-header/stzh-header.css +3 -0
- package/dist/collection/components/stzh-heading/stzh-heading.css +9 -6
- package/dist/collection/components/stzh-heading/stzh-heading.js +1 -1
- package/dist/collection/components/stzh-hr/stzh-hr.css +3 -0
- package/dist/collection/components/stzh-hspace/stzh-hspace.css +3 -0
- package/dist/collection/components/stzh-icon/stzh-icon.css +3 -0
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +95 -30
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.css +3 -0
- package/dist/collection/components/stzh-input/stzh-input.css +3 -0
- package/dist/collection/components/stzh-link/stzh-link.css +3 -0
- package/dist/collection/components/stzh-link/stzh-link.js +19 -1
- package/dist/collection/components/stzh-list/stzh-list.css +3 -0
- package/dist/collection/components/stzh-list-item/stzh-list-item.css +3 -0
- package/dist/collection/components/stzh-loader/stzh-loader.css +3 -0
- package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.css +3 -0
- package/dist/collection/components/stzh-menu/stzh-menu.css +3 -0
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.css +3 -0
- package/dist/collection/components/stzh-message/stzh-message.css +3 -0
- package/dist/collection/components/stzh-metanav/stzh-metanav.css +3 -0
- package/dist/collection/components/stzh-olmap/stzh-olmap.css +3 -0
- package/dist/collection/components/stzh-overlay/stzh-overlay.css +3 -0
- package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.css +3 -0
- package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.css +7 -4
- package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.js +1 -1
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +3 -0
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +5 -1
- package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.css +396 -0
- package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.js +157 -0
- package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.stories.js +94 -0
- package/dist/collection/components/stzh-popover/stzh-popover.css +3 -0
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +8 -3
- package/dist/collection/components/stzh-progressbar/stzh-progressbar.css +3 -0
- package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +3 -0
- package/dist/collection/components/stzh-radio/stzh-radio.css +3 -0
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +3 -0
- package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.css +3 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.css +3 -0
- package/dist/collection/components/stzh-row/stzh-row.css +3 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +3 -0
- package/dist/collection/components/stzh-section/stzh-section.css +3 -0
- package/dist/collection/components/stzh-share/stzh-share.css +3 -0
- package/dist/collection/components/stzh-share/stzh-share.js +5 -5
- package/dist/collection/components/stzh-skiplink/stzh-skiplink.css +3 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.css +3 -0
- package/dist/collection/components/stzh-status/stzh-status.css +3 -0
- package/dist/collection/components/stzh-sticky/stzh-sticky.css +3 -0
- package/dist/collection/components/stzh-sticky/stzh-sticky.stories.js +1 -1
- package/dist/collection/components/stzh-table/stzh-table.css +3 -0
- package/dist/collection/components/stzh-text/stzh-text.css +3 -0
- package/dist/collection/components/stzh-toggle/stzh-toggle.css +3 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.css +3 -0
- package/dist/collection/components/stzh-upload/stzh-upload.css +24 -15
- package/dist/collection/components/stzh-upload/stzh-upload.js +5 -7
- package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.css +3 -0
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +3 -0
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +3 -0
- package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.css +3 -0
- package/dist/collection/components/stzh-vspace/stzh-vspace.css +3 -0
- package/dist/components/_commonjsHelpers.js +16 -1
- package/dist/components/index.d.ts +3 -0
- package/dist/components/index.js +4 -1
- package/dist/components/stzh-accordion-item.js +2 -2
- package/dist/components/stzh-actions.js +2 -2
- package/dist/components/stzh-anchornav.js +2 -2
- package/dist/components/stzh-appointments.js +1 -1
- package/dist/components/stzh-button2.js +3 -1
- package/dist/components/stzh-chart.d.ts +11 -0
- package/dist/components/stzh-chart.js +26144 -0
- package/dist/components/stzh-chip2.js +16 -8
- package/dist/components/stzh-contactaddress.d.ts +11 -0
- package/dist/components/stzh-contactaddress.js +93 -0
- package/dist/components/stzh-datamessagelist.js +1 -1
- package/dist/components/stzh-figure.js +1 -1
- package/dist/components/stzh-footer.js +13 -6
- package/dist/components/stzh-ghettobox2.js +1 -1
- package/dist/components/stzh-heading2.js +2 -2
- package/dist/components/stzh-icon-sprite.js +1 -1
- package/dist/components/stzh-link2.js +3 -1
- package/dist/components/stzh-pagebottom.js +2 -2
- package/dist/components/stzh-pagetitle-hero.d.ts +11 -0
- package/dist/components/stzh-pagetitle-hero.js +116 -0
- package/dist/components/stzh-portal-mitwirken.js +1 -1
- package/dist/components/stzh-share2.js +5 -5
- package/dist/components/stzh-upload.js +7 -9
- package/dist/esm/{_commonjsHelpers-ba3f0406.js → _commonjsHelpers-f9dc4873.js} +16 -1
- package/dist/esm/{app-globals-acc57d0e.js → app-globals-246b5e49.js} +1 -1
- package/dist/esm/{js.cookie-28a40640.js → js.cookie-53735b72.js} +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/stzh-accordion-item.entry.js +2 -2
- package/dist/esm/stzh-actions.entry.js +2 -2
- package/dist/esm/stzh-anchornav.entry.js +2 -2
- package/dist/esm/stzh-appointments.entry.js +1 -1
- package/dist/esm/stzh-badge_3.entry.js +2 -1
- package/dist/esm/stzh-chart.entry.js +26123 -0
- package/dist/esm/stzh-chip.entry.js +14 -7
- package/dist/esm/stzh-components.js +2 -2
- package/dist/esm/stzh-contactaddress.entry.js +61 -0
- package/dist/esm/stzh-datamessagelist.entry.js +1 -1
- package/dist/esm/stzh-datatable.entry.js +1 -1
- package/dist/esm/stzh-dropdown.entry.js +1 -1
- package/dist/esm/stzh-figure.entry.js +1 -1
- package/dist/esm/stzh-footer.entry.js +11 -5
- package/dist/esm/stzh-ghettobox_2.entry.js +3 -3
- package/dist/esm/stzh-heading.entry.js +2 -2
- package/dist/esm/stzh-icon-sprite.entry.js +1 -1
- package/dist/esm/stzh-link.entry.js +2 -1
- package/dist/esm/stzh-message.entry.js +2 -2
- package/dist/esm/stzh-olmap.entry.js +1 -1
- package/dist/esm/stzh-pagebottom.entry.js +2 -2
- package/dist/esm/stzh-pagetitle-hero.entry.js +95 -0
- package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
- package/dist/esm/stzh-share.entry.js +5 -5
- package/dist/esm/stzh-upload.entry.js +7 -9
- package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
- package/dist/esm-es5/_commonjsHelpers-f9dc4873.js +1 -0
- package/dist/esm-es5/app-globals-246b5e49.js +1 -0
- package/dist/esm-es5/{js.cookie-28a40640.js → js.cookie-53735b72.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
- package/dist/esm-es5/stzh-actions.entry.js +1 -1
- package/dist/esm-es5/stzh-anchornav.entry.js +1 -1
- package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
- package/dist/esm-es5/stzh-chart.entry.js +3 -0
- package/dist/esm-es5/stzh-chip.entry.js +1 -1
- package/dist/esm-es5/stzh-components.js +1 -1
- package/dist/esm-es5/stzh-contactaddress.entry.js +1 -0
- package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -1
- package/dist/esm-es5/stzh-datatable.entry.js +1 -1
- package/dist/esm-es5/stzh-dropdown.entry.js +1 -1
- package/dist/esm-es5/stzh-figure.entry.js +1 -1
- package/dist/esm-es5/stzh-footer.entry.js +1 -1
- package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
- package/dist/esm-es5/stzh-heading.entry.js +1 -1
- package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
- package/dist/esm-es5/stzh-link.entry.js +1 -1
- package/dist/esm-es5/stzh-message.entry.js +1 -1
- package/dist/esm-es5/stzh-olmap.entry.js +1 -1
- package/dist/esm-es5/stzh-pagebottom.entry.js +1 -1
- package/dist/esm-es5/stzh-pagetitle-hero.entry.js +1 -0
- package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
- package/dist/esm-es5/stzh-share.entry.js +1 -1
- package/dist/esm-es5/stzh-upload.entry.js +1 -1
- package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
- package/dist/stzh-components/assets/icons/mono/facebook-filled.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/linkedin-filled.svg +12 -0
- package/dist/stzh-components/assets/icons/mono/mail-filled.svg +6 -0
- package/dist/stzh-components/assets/icons/mono/star-filled.svg +1 -1
- package/dist/stzh-components/assets/icons/mono/twitter-filled.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/xing-filled.svg +4 -0
- package/dist/stzh-components/assets/media/olmap/marker-active.png +0 -0
- package/dist/stzh-components/assets/media/olmap/marker.png +0 -0
- package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +95 -30
- package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/stzh-components/{p-29d9a568.entry.js → p-105a11cb.entry.js} +1 -1
- package/dist/stzh-components/p-17ae6581.entry.js +1 -0
- package/dist/stzh-components/{p-3e24b964.entry.js → p-229d4ad2.entry.js} +1 -1
- package/dist/stzh-components/{p-3f8976bc.system.entry.js → p-22c9a00d.system.entry.js} +1 -1
- package/dist/stzh-components/{p-8e363084.system.entry.js → p-238a8c83.system.entry.js} +1 -1
- package/dist/stzh-components/{p-b10682ee.js → p-24b8df26.js} +1 -1
- package/dist/stzh-components/p-25ef050a.entry.js +1 -0
- package/dist/stzh-components/p-293ceb5e.entry.js +1 -0
- package/dist/stzh-components/p-2ba8b5c9.system.entry.js +1 -0
- package/dist/stzh-components/{p-e7afcd6f.entry.js → p-38b9e5e9.entry.js} +1 -1
- package/dist/stzh-components/{p-07fc857b.system.entry.js → p-44dd74d1.system.entry.js} +1 -1
- package/dist/stzh-components/{p-5db542ae.system.js → p-484a366f.system.js} +1 -1
- package/dist/stzh-components/{p-a61bf274.entry.js → p-4a3f9353.entry.js} +1 -1
- package/dist/stzh-components/{p-d69b12f8.entry.js → p-4e6ddb5f.entry.js} +1 -1
- package/dist/stzh-components/p-4fd4a703.entry.js +3 -0
- package/dist/stzh-components/p-5caa837c.system.entry.js +3 -0
- package/dist/stzh-components/{p-3b33fa76.system.entry.js → p-5ed4d1d5.system.entry.js} +1 -1
- package/dist/stzh-components/p-60d8e2da.entry.js +1 -0
- package/dist/stzh-components/p-61c9ca5d.entry.js +1 -0
- package/dist/stzh-components/p-61d4852f.system.entry.js +1 -0
- package/dist/stzh-components/p-6830f839.entry.js +1 -0
- package/dist/stzh-components/p-6d22bd0d.entry.js +1 -0
- package/dist/stzh-components/{p-d2c97cbc.entry.js → p-71220066.entry.js} +1 -1
- package/dist/stzh-components/p-71d757d3.js +1 -0
- package/dist/stzh-components/p-7a584d3f.system.entry.js +1 -0
- package/dist/stzh-components/p-7aef399f.entry.js +1 -0
- package/dist/stzh-components/{p-c5749124.system.entry.js → p-7c172e64.system.entry.js} +1 -1
- package/dist/stzh-components/p-7dec02ca.entry.js +1 -0
- package/dist/stzh-components/p-84aace40.system.entry.js +1 -0
- package/dist/stzh-components/p-8ab86ca3.system.entry.js +1 -0
- package/dist/stzh-components/p-8f9de52f.system.entry.js +1 -0
- package/dist/stzh-components/p-909d7a3c.system.js +1 -0
- package/dist/stzh-components/p-95defe16.system.entry.js +1 -0
- package/dist/stzh-components/p-98a972b7.system.entry.js +1 -0
- package/dist/stzh-components/p-9c90535a.system.js +1 -0
- package/dist/stzh-components/p-a6d4a8b1.js +1 -0
- package/dist/stzh-components/p-a866b3a3.entry.js +1 -0
- package/dist/stzh-components/p-ac409e7b.system.entry.js +1 -0
- package/dist/stzh-components/p-ad119aca.entry.js +1 -0
- package/dist/stzh-components/{p-6c3d7756.system.entry.js → p-b1ff3a21.system.entry.js} +1 -1
- package/dist/stzh-components/p-bc34bf07.system.entry.js +1 -0
- package/dist/stzh-components/{p-1663fc49.system.entry.js → p-bd5b8114.system.entry.js} +1 -1
- package/dist/stzh-components/p-c2238fbf.entry.js +1 -0
- package/dist/stzh-components/p-c3846ccf.system.entry.js +1 -0
- package/dist/stzh-components/p-ce06b4f2.system.js +1 -0
- package/dist/stzh-components/p-cf781b59.entry.js +1 -0
- package/dist/stzh-components/{p-b367d4e3.entry.js → p-d4b93488.entry.js} +1 -1
- package/dist/stzh-components/p-d5ee4ac0.entry.js +1 -0
- package/dist/stzh-components/{p-fd811f6b.system.entry.js → p-daa34275.system.entry.js} +2 -2
- package/dist/stzh-components/p-e161760f.system.entry.js +1 -0
- package/dist/stzh-components/p-e785d9cc.entry.js +1 -0
- package/dist/stzh-components/{p-fb150554.system.entry.js → p-f5f3475c.system.entry.js} +1 -1
- package/dist/stzh-components/p-f6ab391e.system.entry.js +1 -0
- package/dist/stzh-components/{p-74786856.system.entry.js → p-ff2a6bdf.system.entry.js} +1 -1
- package/dist/stzh-components/p-ff534e27.entry.js +1 -0
- package/dist/stzh-components/stzh-components.css +1 -1
- package/dist/stzh-components/stzh-components.esm.js +1 -1
- package/dist/stzh-components/stzh-components.js +1 -1
- package/dist/types/components.d.ts +242 -11
- package/dist/types/index.d.ts +5 -0
- package/dist/vscode-data.json +141 -11
- package/package.json +6 -2
- package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +0 -1
- package/dist/esm-es5/app-globals-acc57d0e.js +0 -1
- package/dist/stzh-components/p-011dcf30.system.entry.js +0 -1
- package/dist/stzh-components/p-0977d9b6.entry.js +0 -1
- package/dist/stzh-components/p-10c36281.entry.js +0 -1
- package/dist/stzh-components/p-23e9b6c7.system.entry.js +0 -1
- package/dist/stzh-components/p-241f060e.entry.js +0 -1
- package/dist/stzh-components/p-2c8d491a.system.entry.js +0 -1
- package/dist/stzh-components/p-3a73b8b5.system.js +0 -1
- package/dist/stzh-components/p-3e8ff66b.js +0 -1
- package/dist/stzh-components/p-4b93fb24.entry.js +0 -1
- package/dist/stzh-components/p-4c93ffbe.entry.js +0 -1
- package/dist/stzh-components/p-5623c1a3.entry.js +0 -1
- package/dist/stzh-components/p-58714045.entry.js +0 -1
- package/dist/stzh-components/p-59970f71.entry.js +0 -1
- package/dist/stzh-components/p-62c7caed.entry.js +0 -1
- package/dist/stzh-components/p-79f27d21.entry.js +0 -1
- package/dist/stzh-components/p-8e5f4ef6.system.entry.js +0 -1
- package/dist/stzh-components/p-9084f0c1.entry.js +0 -1
- package/dist/stzh-components/p-948acea1.js +0 -1
- package/dist/stzh-components/p-9af41730.system.js +0 -1
- package/dist/stzh-components/p-9ca1efe4.system.entry.js +0 -1
- package/dist/stzh-components/p-a6da8c06.system.entry.js +0 -1
- package/dist/stzh-components/p-afaa9c37.system.entry.js +0 -1
- package/dist/stzh-components/p-b71a1607.system.js +0 -1
- package/dist/stzh-components/p-bb9e8364.entry.js +0 -1
- package/dist/stzh-components/p-bd7dd853.system.entry.js +0 -1
- package/dist/stzh-components/p-be534671.entry.js +0 -1
- package/dist/stzh-components/p-da857e0d.entry.js +0 -1
- package/dist/stzh-components/p-de8f9508.system.entry.js +0 -1
- package/dist/stzh-components/p-fa6427bf.system.entry.js +0 -1
- package/dist/stzh-components/p-fa9a4cd5.system.entry.js +0 -1
|
@@ -0,0 +1,799 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/**
|
|
3
|
+
* Colors
|
|
4
|
+
*/
|
|
5
|
+
/*
|
|
6
|
+
* Base
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Flyingfocus
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* Link
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Text
|
|
16
|
+
*/
|
|
17
|
+
/**
|
|
18
|
+
* Richtext
|
|
19
|
+
*/
|
|
20
|
+
/**
|
|
21
|
+
* Section
|
|
22
|
+
*/
|
|
23
|
+
/**
|
|
24
|
+
* Header
|
|
25
|
+
*/
|
|
26
|
+
/**
|
|
27
|
+
* Appnav
|
|
28
|
+
*/
|
|
29
|
+
/**
|
|
30
|
+
* Progressbar
|
|
31
|
+
*/
|
|
32
|
+
/**
|
|
33
|
+
* Loader
|
|
34
|
+
*/
|
|
35
|
+
/**
|
|
36
|
+
* Table
|
|
37
|
+
*/
|
|
38
|
+
/**
|
|
39
|
+
* Heading
|
|
40
|
+
*/
|
|
41
|
+
/**
|
|
42
|
+
* Menu (Item)
|
|
43
|
+
*/
|
|
44
|
+
/**
|
|
45
|
+
* Form Elements (Input / Checkbox / Radio / Select / Datepicker)
|
|
46
|
+
*/
|
|
47
|
+
/**
|
|
48
|
+
* Popover
|
|
49
|
+
*/
|
|
50
|
+
/**
|
|
51
|
+
* Tooltips
|
|
52
|
+
*/
|
|
53
|
+
/**
|
|
54
|
+
* Accordions
|
|
55
|
+
*/
|
|
56
|
+
/**
|
|
57
|
+
* Buttons
|
|
58
|
+
*/
|
|
59
|
+
/**
|
|
60
|
+
* Box Shadows
|
|
61
|
+
*/
|
|
62
|
+
/**
|
|
63
|
+
* Z-Indexes
|
|
64
|
+
* Inspired by https://www.duetds.com/tokens/#z-index
|
|
65
|
+
*/
|
|
66
|
+
/**
|
|
67
|
+
* Icon sizes
|
|
68
|
+
*/
|
|
69
|
+
/**
|
|
70
|
+
* Grid
|
|
71
|
+
*/
|
|
72
|
+
/**
|
|
73
|
+
* Breakpoints
|
|
74
|
+
*/
|
|
75
|
+
/**
|
|
76
|
+
* Container
|
|
77
|
+
*/
|
|
78
|
+
/**
|
|
79
|
+
* Spaces
|
|
80
|
+
*/
|
|
81
|
+
/**
|
|
82
|
+
* Fonts
|
|
83
|
+
*/
|
|
84
|
+
:host {
|
|
85
|
+
font-family: var(--stzh-font-family-regular);
|
|
86
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
87
|
+
font-style: normal;
|
|
88
|
+
color: var(--stzh-base-color);
|
|
89
|
+
box-sizing: border-box;
|
|
90
|
+
display: block;
|
|
91
|
+
}
|
|
92
|
+
:host[hidden] {
|
|
93
|
+
display: none;
|
|
94
|
+
}
|
|
95
|
+
:host *,
|
|
96
|
+
:host *::before,
|
|
97
|
+
:host *::after {
|
|
98
|
+
box-sizing: border-box;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* General rules
|
|
103
|
+
*
|
|
104
|
+
*/
|
|
105
|
+
.sszvis-outer-container {
|
|
106
|
+
clear: both;
|
|
107
|
+
position: relative;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.sszvis-svg-layer {
|
|
111
|
+
position: relative;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.sszvis-html-layer {
|
|
115
|
+
position: absolute;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.sszvis-fallback-image {
|
|
119
|
+
display: block;
|
|
120
|
+
margin: 0 auto;
|
|
121
|
+
max-width: 32.25rem;
|
|
122
|
+
width: 100%;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Specify that objects are interactive
|
|
127
|
+
*/
|
|
128
|
+
.sszvis-interactive {
|
|
129
|
+
cursor: default;
|
|
130
|
+
user-select: none;
|
|
131
|
+
-moz-user-select: none;
|
|
132
|
+
-webkit-user-select: none;
|
|
133
|
+
-ms-user-select: none;
|
|
134
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
135
|
+
-webkit-touch-callout: none;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.sszvis-interactive.sszvis-interactive--draggable {
|
|
139
|
+
cursor: pointer;
|
|
140
|
+
/* fallback if grab cursor is unsupported */
|
|
141
|
+
cursor: grab;
|
|
142
|
+
cursor: -webkit-grab;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.sszvis-interactive.sszvis-interactive--draggable:active {
|
|
146
|
+
cursor: grabbing;
|
|
147
|
+
cursor: -webkit-grabbing;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* Axis component based on the d3.axis interface
|
|
152
|
+
* Changed color to match stzh website (original #B8B8B8)
|
|
153
|
+
* @module sszvis/axis
|
|
154
|
+
*/
|
|
155
|
+
.sszvis-axis text {
|
|
156
|
+
fill: #767676;
|
|
157
|
+
font-family: Arial, sans-serif;
|
|
158
|
+
font-size: 0.625rem;
|
|
159
|
+
font-style: normal;
|
|
160
|
+
font-weight: normal;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/*
|
|
164
|
+
* changed stroke to match sthz grey
|
|
165
|
+
*/
|
|
166
|
+
.sszvis-axis path,
|
|
167
|
+
.sszvis-axis line {
|
|
168
|
+
fill: none;
|
|
169
|
+
stroke: #B8B8B8;
|
|
170
|
+
shape-rendering: crispEdges;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
/* States */
|
|
174
|
+
.sszvis-axis .tick text.active {
|
|
175
|
+
fill: #545454;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.sszvis-axis .tick text.hidden {
|
|
179
|
+
display: none;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.sszvis-axis .tick line.hidden {
|
|
183
|
+
display: none;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/* Modifiers */
|
|
187
|
+
.sszvis-axis.sszvis-axis--top path {
|
|
188
|
+
display: none;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.sszvis-axis.sszvis-axis--vertical path {
|
|
192
|
+
display: none;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.sszvis-axis.sszvis-axis--slider path {
|
|
196
|
+
stroke: none;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.sszvis-axis__label-contour {
|
|
200
|
+
fill: #FFFFFF;
|
|
201
|
+
opacity: 0.8;
|
|
202
|
+
stroke: #FFFFFF;
|
|
203
|
+
stroke-width: 3;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* Bar component
|
|
208
|
+
*
|
|
209
|
+
* @module sszvis/component/bar
|
|
210
|
+
*/
|
|
211
|
+
/**
|
|
212
|
+
* Grouped bar component
|
|
213
|
+
*
|
|
214
|
+
* @module sszvis/component/groupedBars
|
|
215
|
+
*/
|
|
216
|
+
.sszvis-bar--missing {
|
|
217
|
+
stroke: #A4A4A4;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* Line component
|
|
222
|
+
*
|
|
223
|
+
* @module sszvis/component/line
|
|
224
|
+
*/
|
|
225
|
+
.sszvis-line {
|
|
226
|
+
fill: none;
|
|
227
|
+
stroke-width: 1.1;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* Population pyramid with reference line component
|
|
232
|
+
*
|
|
233
|
+
* @module sszvis/component/pyramid
|
|
234
|
+
*/
|
|
235
|
+
.sszvis-pyramid__referenceline {
|
|
236
|
+
fill: none;
|
|
237
|
+
stroke: #aaa;
|
|
238
|
+
stroke-width: 2;
|
|
239
|
+
stroke-dasharray: 3 3;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* Sankey component
|
|
244
|
+
*
|
|
245
|
+
* @module sszvis/component/sankey
|
|
246
|
+
*/
|
|
247
|
+
.sszvis-sankey-label {
|
|
248
|
+
alignment-baseline: central;
|
|
249
|
+
/* Maybe at least one of these will work? */
|
|
250
|
+
dominant-baseline: central;
|
|
251
|
+
font-family: Arial, sans-serif;
|
|
252
|
+
font-size: 0.625rem;
|
|
253
|
+
font-style: normal;
|
|
254
|
+
font-weight: normal;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.sszvis-sankey-strong-label {
|
|
258
|
+
fill: #545454;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.sszvis-sankey-weak-label {
|
|
262
|
+
fill: #767676;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.sszvis-sankey-column-label {
|
|
266
|
+
text-anchor: middle;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.sszvis-sankey-column-label-tick {
|
|
270
|
+
stroke: #B8B8B8;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.sszvis-sankey-link-source-label {
|
|
274
|
+
text-anchor: start;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.sszvis-sankey-link-target-label {
|
|
278
|
+
text-anchor: end;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* Map component
|
|
283
|
+
*
|
|
284
|
+
* @module sszvis/map/renderer/base
|
|
285
|
+
* @module sszvis/map/renderer/highlight
|
|
286
|
+
* @module sszvis/map/renderer/mesh
|
|
287
|
+
* @module sszvis/map/renderer/patternedlakeoverlay
|
|
288
|
+
*/
|
|
289
|
+
.sszvis-map__area {
|
|
290
|
+
stroke: none;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.sszvis-map__border {
|
|
294
|
+
fill: none;
|
|
295
|
+
pointer-events: none;
|
|
296
|
+
stroke-linejoin: round;
|
|
297
|
+
user-select: none;
|
|
298
|
+
-moz-user-select: none;
|
|
299
|
+
-webkit-user-select: none;
|
|
300
|
+
-ms-user-select: none;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.sszvis-map__highlight {
|
|
304
|
+
fill: none;
|
|
305
|
+
pointer-events: none;
|
|
306
|
+
stroke-linejoin: round;
|
|
307
|
+
user-select: none;
|
|
308
|
+
-moz-user-select: none;
|
|
309
|
+
-webkit-user-select: none;
|
|
310
|
+
-ms-user-select: none;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.sszvis-map__lakezurich {
|
|
314
|
+
pointer-events: none;
|
|
315
|
+
stroke: none;
|
|
316
|
+
user-select: none;
|
|
317
|
+
-moz-user-select: none;
|
|
318
|
+
-webkit-user-select: none;
|
|
319
|
+
-ms-user-select: none;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.sszvis-map__lakepath {
|
|
323
|
+
fill: none;
|
|
324
|
+
pointer-events: none;
|
|
325
|
+
stroke: #d3d3d3;
|
|
326
|
+
stroke-width: 1.25;
|
|
327
|
+
stroke-dasharray: 3 3;
|
|
328
|
+
user-select: none;
|
|
329
|
+
-moz-user-select: none;
|
|
330
|
+
-webkit-user-select: none;
|
|
331
|
+
-ms-user-select: none;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.sszvis-map__geojsonelement {
|
|
335
|
+
pointer-events: none;
|
|
336
|
+
user-select: none;
|
|
337
|
+
-moz-user-select: none;
|
|
338
|
+
-webkit-user-select: none;
|
|
339
|
+
-ms-user-select: none;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.sszvis-map__image {
|
|
343
|
+
display: block;
|
|
344
|
+
position: absolute;
|
|
345
|
+
pointer-events: none;
|
|
346
|
+
user-select: none;
|
|
347
|
+
-moz-user-select: none;
|
|
348
|
+
-webkit-user-select: none;
|
|
349
|
+
-ms-user-select: none;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.sszvis-map__rasterimage {
|
|
353
|
+
display: block;
|
|
354
|
+
position: absolute;
|
|
355
|
+
pointer-events: none;
|
|
356
|
+
user-select: none;
|
|
357
|
+
-moz-user-select: none;
|
|
358
|
+
-webkit-user-select: none;
|
|
359
|
+
-ms-user-select: none;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* Button group control
|
|
364
|
+
*
|
|
365
|
+
* @module sszvis/control/buttonGrup
|
|
366
|
+
*/
|
|
367
|
+
.sszvis-control-buttonGroup {
|
|
368
|
+
display: inline-block;
|
|
369
|
+
position: absolute;
|
|
370
|
+
user-select: none;
|
|
371
|
+
-moz-user-select: none;
|
|
372
|
+
-webkit-user-select: none;
|
|
373
|
+
-ms-user-select: none;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.sszvis-control-buttonGroup__item {
|
|
377
|
+
background-color: #FFFFFF;
|
|
378
|
+
border: 0.0625rem solid #767676;
|
|
379
|
+
border-left: none;
|
|
380
|
+
box-sizing: border-box;
|
|
381
|
+
color: #767676;
|
|
382
|
+
cursor: pointer;
|
|
383
|
+
display: table-cell;
|
|
384
|
+
font-family: Arial, sans-serif;
|
|
385
|
+
font-size: 0.75rem;
|
|
386
|
+
line-height: normal;
|
|
387
|
+
padding: 0.5625rem 0.75rem;
|
|
388
|
+
text-align: center;
|
|
389
|
+
vertical-align: middle;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
/**
|
|
393
|
+
* uses same background color as "Zurücksetzen" form button on stzh Website
|
|
394
|
+
*/
|
|
395
|
+
.sszvis-control-buttonGroup__item.selected {
|
|
396
|
+
background-color: #767676;
|
|
397
|
+
color: #FFFFFF;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.sszvis-control-buttonGroup__item:first-child {
|
|
401
|
+
border-left: 0.0625rem solid #767676;
|
|
402
|
+
border-top-left-radius: 0.1875rem;
|
|
403
|
+
border-bottom-left-radius: 0.1875rem;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.sszvis-control-buttonGroup__item:last-child {
|
|
407
|
+
border-top-right-radius: 0.1875rem;
|
|
408
|
+
border-bottom-right-radius: 0.1875rem;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
/**
|
|
412
|
+
* Select control
|
|
413
|
+
*
|
|
414
|
+
* @module sszvis/control/select
|
|
415
|
+
*/
|
|
416
|
+
.sszvis-control-select {
|
|
417
|
+
border: 0.0625rem solid #767676;
|
|
418
|
+
border-radius: 0.1875rem;
|
|
419
|
+
background-color: #FFFFFF;
|
|
420
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABQElEQVR4nO3TzW2DUBDEcZdACSnBpe1lVhzdCSXZnaQE55JJSOJgMO9rH/OTOK70/iNxOomIiIiIiMi3cRzfar8hlc0tAM4A3gFMeZ5UDoDps+W86sDMBgBXd7+7+z3yCACmWcfVzIbFg9/xkUeYx68a4b/4iCM8in86wlJ8pBGW4ucj/Dhy98uzowgjrImffZevQzMb3P0WeYSN8bc/v0HkEXbHU8QRksVTpBGSx1OEEbLFU8sjZI+nFkcoFk8tjVA8nloYoVo81RyhejzVGKGZeCo5QnPxVGKEZuMp5wjNx1OOEcLEU8oRwsVTihHCxtOeEcLH0ysjdBNPW0foKp4yjBAnnhKOEC+eEowQN552jBA/nl4YoZ942jBCf/G0YoR+42lhhP7j6cEIx4mn2QjHiyczGw4bLyIiIiIiUtMHjJmBk7uXEiAAAAAASUVORK5CYII=");
|
|
421
|
+
background-position: 96% 51%;
|
|
422
|
+
background-repeat: no-repeat;
|
|
423
|
+
background-size: 0.75rem 0.75rem;
|
|
424
|
+
box-sizing: border-box;
|
|
425
|
+
cursor: pointer;
|
|
426
|
+
height: 2.125rem;
|
|
427
|
+
overflow: hidden;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.sszvis-control-select__element {
|
|
431
|
+
background: transparent;
|
|
432
|
+
border: 0.0625rem solid #FFFFFF;
|
|
433
|
+
color: #767676;
|
|
434
|
+
font-family: Arial, sans-serif;
|
|
435
|
+
font-size: 1rem;
|
|
436
|
+
/* Minimum of 16px to prevent iOS to zoom page */
|
|
437
|
+
height: 2.125rem;
|
|
438
|
+
outline: 0;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
/* Hide focus ring on Firefox */
|
|
442
|
+
.sszvis-control-select__element:-moz-focusring {
|
|
443
|
+
color: transparent;
|
|
444
|
+
text-shadow: 0 0 0 #000;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.sszvis-control-select__metrics {
|
|
448
|
+
font-family: Arial, sans-serif;
|
|
449
|
+
font-size: 0.75rem;
|
|
450
|
+
height: auto;
|
|
451
|
+
position: absolute;
|
|
452
|
+
visibility: hidden;
|
|
453
|
+
width: auto;
|
|
454
|
+
white-space: nowrap;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
/**
|
|
458
|
+
* Slider control
|
|
459
|
+
*
|
|
460
|
+
* @module sszvis/control/slider
|
|
461
|
+
*/
|
|
462
|
+
.sszvis-control-slider__handle {
|
|
463
|
+
cursor: pointer;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.sszvis-control-slider--label {
|
|
467
|
+
fill: #545454;
|
|
468
|
+
font-family: Arial, sans-serif;
|
|
469
|
+
font-size: 0.625rem;
|
|
470
|
+
text-anchor: middle;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.sszvis-control-slider__handlebox {
|
|
474
|
+
fill: #fff;
|
|
475
|
+
stroke: #545454;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.sszvis-control-slider__handleline {
|
|
479
|
+
stroke: #545454;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
/**
|
|
483
|
+
* Handle Ruler control
|
|
484
|
+
*
|
|
485
|
+
* @module sszvis/control/handleRuler
|
|
486
|
+
*/
|
|
487
|
+
.sszvis-handleRuler__handle {
|
|
488
|
+
fill: #FFFFFF;
|
|
489
|
+
stroke: #808184;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.sszvis-handleRuler__handle-mark {
|
|
493
|
+
stroke: #A6A8AB;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* Vertical Ruler annotation
|
|
498
|
+
*
|
|
499
|
+
* @module sszvis/annotation/ruler
|
|
500
|
+
*/
|
|
501
|
+
.sszvis-ruler__rule {
|
|
502
|
+
shape-rendering: crispEdges;
|
|
503
|
+
stroke: #CCCCCC;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.sszvis-ruler__dot {
|
|
507
|
+
stroke: #FFFFFF;
|
|
508
|
+
stroke-width: 1.5;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.sszvis-ruler__label,
|
|
512
|
+
.sszvis-ruler__label-outline {
|
|
513
|
+
font-family: Arial, sans-serif;
|
|
514
|
+
font-size: 0.75rem;
|
|
515
|
+
font-style: normal;
|
|
516
|
+
font-weight: normal;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.sszvis-ruler__label {
|
|
520
|
+
fill: #545454;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.sszvis-ruler__label-outline {
|
|
524
|
+
stroke: #FFFFFF;
|
|
525
|
+
stroke-width: 3;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
/**
|
|
529
|
+
* rangeFlag annotation
|
|
530
|
+
*
|
|
531
|
+
* @module sszvis/annotation/rangeFlag
|
|
532
|
+
*/
|
|
533
|
+
.sszvis-rangeFlag__mark {
|
|
534
|
+
fill: #EFEFEF;
|
|
535
|
+
stroke: #7C7C7C;
|
|
536
|
+
stroke-width: 1.5;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
/**
|
|
540
|
+
* rangeRuler annotation
|
|
541
|
+
*
|
|
542
|
+
* @module sszvis/annotation/rangeRuler
|
|
543
|
+
*/
|
|
544
|
+
.sszvis-rangeRuler__rule {
|
|
545
|
+
opacity: 0.25;
|
|
546
|
+
shape-rendering: crispEdges;
|
|
547
|
+
stroke: #000000;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.sszvis-rangeRuler__p1,
|
|
551
|
+
.sszvis-rangeRuler__p2 {
|
|
552
|
+
fill: #000000;
|
|
553
|
+
opacity: 0.25;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.sszvis-rangeRuler__label, .sszvis-rangeRuler__total {
|
|
557
|
+
font-size: 0.625rem;
|
|
558
|
+
fill: #545454;
|
|
559
|
+
font-family: Arial, sans-serif;
|
|
560
|
+
font-style: normal;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
/**
|
|
564
|
+
* Tooltip annotation
|
|
565
|
+
*
|
|
566
|
+
* @module sszvis/annotation/tooltip
|
|
567
|
+
*/
|
|
568
|
+
.sszvis-tooltip {
|
|
569
|
+
min-width: 3.75rem;
|
|
570
|
+
position: absolute;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.sszvis-tooltip__background {
|
|
574
|
+
position: absolute;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.sszvis-tooltip__background path {
|
|
578
|
+
fill: rgba(255, 255, 255, 0.9);
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.sszvis-tooltip__background.sszvis-tooltip__background--fallback path {
|
|
582
|
+
stroke: #ddd;
|
|
583
|
+
stroke-width: 1;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
.sszvis-tooltip__content {
|
|
587
|
+
font-family: Arial;
|
|
588
|
+
padding: 0.625rem 0.625rem 0.4375rem 0.625rem;
|
|
589
|
+
position: relative;
|
|
590
|
+
white-space: nowrap;
|
|
591
|
+
z-index: 1;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.sszvis-tooltip__content strong {
|
|
595
|
+
font-weight: bold;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.sszvis-tooltip__content em {
|
|
599
|
+
font-weight: bold;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.sszvis-tooltip__header {
|
|
603
|
+
color: #545454;
|
|
604
|
+
font-size: 0.75rem;
|
|
605
|
+
line-height: 1.3333;
|
|
606
|
+
vertical-align: middle;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.sszvis-tooltip__body {
|
|
610
|
+
color: #7C7C7C;
|
|
611
|
+
font-size: 0.6875rem;
|
|
612
|
+
line-height: 1.4545;
|
|
613
|
+
vertical-align: middle;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.sszvis-tooltip--small .sszvis-tooltip__content {
|
|
617
|
+
padding: 0.375rem 0.625rem 0.25rem 0.625rem;
|
|
618
|
+
text-align: center;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.sszvis-tooltip__body__table,
|
|
622
|
+
.sszvis-tooltip__body__table td {
|
|
623
|
+
margin: 0;
|
|
624
|
+
padding: 0;
|
|
625
|
+
border: 0;
|
|
626
|
+
font-size: 100%;
|
|
627
|
+
font: inherit;
|
|
628
|
+
vertical-align: top;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.sszvis-tooltip__body__table {
|
|
632
|
+
border: none !important;
|
|
633
|
+
/* We need to override the parent website's selector */
|
|
634
|
+
border-collapse: collapse;
|
|
635
|
+
border-spacing: 0;
|
|
636
|
+
min-width: 7.5rem;
|
|
637
|
+
margin-top: 0.375rem;
|
|
638
|
+
width: 100%;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
.sszvis-tooltip__body__table tr {
|
|
642
|
+
border-top: 0.0625rem solid #E5E6E7;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
.sszvis-tooltip__body__table td {
|
|
646
|
+
border: none !important;
|
|
647
|
+
/* We need to override the parent website's selector */
|
|
648
|
+
padding: 0.4375rem 0.5em 0.4375rem 0 !important;
|
|
649
|
+
/* We need to override the parent website's selector */
|
|
650
|
+
text-align: left;
|
|
651
|
+
vertical-align: top;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
.sszvis-tooltip__body__table tr:last-child td {
|
|
655
|
+
padding-bottom: 0.1875rem;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
.sszvis-tooltip__body__table td:last-child {
|
|
659
|
+
color: #545454;
|
|
660
|
+
font-weight: bold;
|
|
661
|
+
padding-right: 0;
|
|
662
|
+
text-align: right;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
/**
|
|
666
|
+
* Tooltip anchor
|
|
667
|
+
*
|
|
668
|
+
* @module sszvis/annotation/tooltipAnchor
|
|
669
|
+
*/
|
|
670
|
+
.sszvis-tooltipAnchor {
|
|
671
|
+
pointer-events: none;
|
|
672
|
+
user-select: none;
|
|
673
|
+
-moz-user-select: none;
|
|
674
|
+
-webkit-user-select: none;
|
|
675
|
+
-ms-user-select: none;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
/**
|
|
679
|
+
* Reference line component
|
|
680
|
+
*
|
|
681
|
+
* @module sszvis/annotation/line
|
|
682
|
+
*/
|
|
683
|
+
.sszvis-referenceline {
|
|
684
|
+
stroke-width: 1.5;
|
|
685
|
+
stroke: #aaa;
|
|
686
|
+
stroke-dasharray: 3 3;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
.sszvis-referenceline__caption {
|
|
690
|
+
fill: #7C7C7C;
|
|
691
|
+
font-family: Arial, sans-serif;
|
|
692
|
+
font-size: 0.6875rem;
|
|
693
|
+
text-anchor: middle;
|
|
694
|
+
/*
|
|
695
|
+
* This forces rotated text to render smoothly for WebKit/Blink browsers.
|
|
696
|
+
*/
|
|
697
|
+
-webkit-backface-visibility: hidden;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
/**
|
|
701
|
+
* Circle data area component
|
|
702
|
+
*
|
|
703
|
+
* @module sszvis/annotation/circle
|
|
704
|
+
*/
|
|
705
|
+
.sszvis-dataareacircle__caption {
|
|
706
|
+
fill: #7C7C7C;
|
|
707
|
+
font-family: Arial, sans-serif;
|
|
708
|
+
font-size: 0.6875rem;
|
|
709
|
+
text-anchor: middle;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
/**
|
|
713
|
+
* Rectangle data area component
|
|
714
|
+
*
|
|
715
|
+
* @module sszvis/annotation/rectangle
|
|
716
|
+
*/
|
|
717
|
+
.sszvis-dataarearectangle__caption {
|
|
718
|
+
fill: #7C7C7C;
|
|
719
|
+
font-family: Arial, sans-serif;
|
|
720
|
+
font-size: 0.6875rem;
|
|
721
|
+
text-anchor: middle;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
/**
|
|
725
|
+
* Legend components
|
|
726
|
+
*
|
|
727
|
+
* @module sszvis/legend/ordinalColorScale
|
|
728
|
+
* @module sszvis/legend/linearColorScale
|
|
729
|
+
* @module sszvis/legend/binnedColorScale
|
|
730
|
+
* @module sszvis/legend/radius
|
|
731
|
+
*/
|
|
732
|
+
.sszvis-legend__label {
|
|
733
|
+
fill: #767676;
|
|
734
|
+
font-family: Arial, sans-serif;
|
|
735
|
+
font-size: 0.75rem;
|
|
736
|
+
font-style: normal;
|
|
737
|
+
font-weight: normal;
|
|
738
|
+
text-anchor: start;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.sszvis-legend__label--small {
|
|
742
|
+
fill: #767676;
|
|
743
|
+
font-size: 0.625rem;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.sszvis-legend__axislabel {
|
|
747
|
+
fill: #767676;
|
|
748
|
+
font-family: Arial, sans-serif;
|
|
749
|
+
font-size: 0.625rem;
|
|
750
|
+
font-style: normal;
|
|
751
|
+
font-weight: normal;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.sszvis-legend__crispmark {
|
|
755
|
+
shape-rendering: crispEdges;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.sszvis-legend__greyline {
|
|
759
|
+
fill: none;
|
|
760
|
+
stroke: #B8B8B8;
|
|
761
|
+
stroke-width: 1.1;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
.sszvis-legend__dashedline {
|
|
765
|
+
stroke: #CCCCCC;
|
|
766
|
+
stroke-dasharray: 2 3;
|
|
767
|
+
stroke-width: 1;
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
stzh-chart {
|
|
771
|
+
font-family: var(--stzh-font-family-regular);
|
|
772
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
773
|
+
font-style: normal;
|
|
774
|
+
color: var(--stzh-base-color);
|
|
775
|
+
box-sizing: border-box;
|
|
776
|
+
display: block;
|
|
777
|
+
}
|
|
778
|
+
stzh-chart[hidden] {
|
|
779
|
+
display: none;
|
|
780
|
+
}
|
|
781
|
+
stzh-chart *,
|
|
782
|
+
stzh-chart *::before,
|
|
783
|
+
stzh-chart *::after {
|
|
784
|
+
box-sizing: border-box;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.stzh-chart__caption {
|
|
788
|
+
font-size: var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));
|
|
789
|
+
line-height: var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));
|
|
790
|
+
}
|
|
791
|
+
@media screen and (min-width: 1024px) {
|
|
792
|
+
.stzh-chart__caption {
|
|
793
|
+
font-size: var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));
|
|
794
|
+
line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
.stzh-chart__caption:not(:empty) {
|
|
798
|
+
margin-top: var(--stzh-space-small);
|
|
799
|
+
}
|