@oiz/stzh-components 1.5.0-alpha → 2.0.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/{app-globals-3b6f75bd.js → app-globals-ec8cc33e.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-accordion-item.cjs.entry.js +33 -15
- package/dist/cjs/stzh-actionset.cjs.entry.js +156 -0
- package/dist/cjs/stzh-badge_3.cjs.entry.js +39 -8
- package/dist/cjs/stzh-card-list.cjs.entry.js +78 -0
- package/dist/cjs/stzh-card.cjs.entry.js +312 -0
- package/dist/cjs/stzh-chip-select.cjs.entry.js +52 -4
- package/dist/cjs/stzh-chip.cjs.entry.js +3 -1
- package/dist/cjs/stzh-components.cjs.js +2 -2
- package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datalist.cjs.entry.js +74 -0
- package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datatable.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datepicker_4.cjs.entry.js +5 -4
- package/dist/cjs/stzh-dialog.cjs.entry.js +1 -1
- package/dist/cjs/stzh-dropdown.cjs.entry.js +4 -6
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +2 -2
- package/dist/cjs/stzh-heading.cjs.entry.js +1 -1
- package/dist/cjs/stzh-hspace.cjs.entry.js +1 -1
- package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
- package/dist/cjs/stzh-input.cjs.entry.js +4 -5
- package/dist/cjs/stzh-link.cjs.entry.js +9 -5
- package/dist/cjs/stzh-menu_2.cjs.entry.js +6 -2
- package/dist/cjs/stzh-message.cjs.entry.js +1 -1
- package/dist/cjs/stzh-overlay.cjs.entry.js +1 -1
- package/dist/cjs/stzh-pagetitle.cjs.entry.js +1 -1
- package/dist/cjs/stzh-popover.cjs.entry.js +30 -28
- package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
- package/dist/cjs/stzh-saptcha.cjs.entry.js +1 -1
- package/dist/cjs/stzh-sortable.cjs.entry.js +20 -2
- package/dist/cjs/stzh-table.cjs.entry.js +1 -1
- package/dist/cjs/stzh-tooltip.cjs.entry.js +3 -1
- package/dist/cjs/stzh-upload.cjs.entry.js +47 -4
- package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +1 -1
- package/dist/cjs/stzh-vspace.cjs.entry.js +1 -1
- package/dist/collection/assets/i18n/de.json +7 -2
- package/dist/collection/assets/i18n/en.json +7 -2
- package/dist/collection/assets/icons/mono/code-window.svg +3 -0
- package/dist/collection/assets/icons/mono/recycling-outline.svg +11 -0
- package/dist/collection/assets/icons/mono/recycling.svg +10 -0
- package/dist/collection/assets/icons/mono/smartphone.svg +10 -0
- package/dist/collection/assets/icons/mono/target.svg +11 -0
- package/dist/collection/collection-manifest.json +4 -2
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +34 -8
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +123 -14
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +9 -0
- package/dist/collection/components/stzh-actionset/stzh-actionset.css +147 -0
- package/dist/collection/components/stzh-actionset/stzh-actionset.js +343 -0
- package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.localization.js → stzh-actionset/stzh-actionset.localization.js} +0 -0
- package/dist/collection/components/stzh-actionset/stzh-actionset.stories.js +72 -0
- package/dist/collection/components/stzh-badge/stzh-badge.css +22 -2
- package/dist/collection/components/stzh-badge/stzh-badge.js +25 -1
- package/dist/collection/components/stzh-button/stzh-button.css +66 -0
- package/dist/collection/components/stzh-button/stzh-button.js +141 -7
- package/dist/collection/components/stzh-button/stzh-button.stories.js +1 -1
- package/dist/collection/components/stzh-card/stzh-card.css +396 -0
- package/dist/collection/components/stzh-card/stzh-card.js +771 -0
- package/dist/collection/components/stzh-card/stzh-card.localization.js +1 -0
- package/dist/collection/components/stzh-card/stzh-card.stories.js +134 -0
- package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.css → stzh-card-list/stzh-card-list.css} +9 -9
- package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.js → stzh-card-list/stzh-card-list.js} +61 -60
- package/dist/collection/components/{stzh-servicecard/stzh-servicecard.localization.js → stzh-card-list/stzh-card-list.localization.js} +0 -0
- package/dist/collection/components/stzh-card-list/stzh-card-list.stories.js +132 -0
- package/dist/collection/components/stzh-chip/stzh-chip.js +38 -1
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +80 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +213 -3
- package/dist/collection/components/stzh-cspace/stzh-cspace.css +96 -178
- package/dist/collection/components/stzh-datalist/stzh-datalist.css +621 -0
- package/dist/collection/components/stzh-datalist/stzh-datalist.js +237 -0
- package/dist/collection/components/stzh-datalist/stzh-datalist.stories.js +66 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +3 -8
- package/dist/collection/components/stzh-datatable/stzh-datatable.css +5 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +1 -21
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +11 -20
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +3 -3
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +7 -26
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +16 -16
- package/dist/collection/components/stzh-heading/stzh-heading.css +5 -15
- package/dist/collection/components/stzh-hspace/stzh-hspace.css +19 -24
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +93 -28
- 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-input/stzh-input.js +3 -24
- package/dist/collection/components/stzh-link/stzh-link.css +5 -0
- package/dist/collection/components/stzh-link/stzh-link.js +46 -6
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +42 -2
- package/dist/collection/components/stzh-message/stzh-message.css +5 -0
- package/dist/collection/components/stzh-overlay/stzh-overlay.css +5 -1
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +3 -8
- package/dist/collection/components/stzh-popover/stzh-popover.js +52 -32
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +519 -338
- package/dist/collection/components/stzh-radio/stzh-radio.css +2 -2
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +4 -3
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.stories.js +3 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.css +233 -129
- package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +19 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +8 -8
- package/dist/collection/components/stzh-sortable/stzh-sortable.css +12 -6
- package/dist/collection/components/stzh-sortable/stzh-sortable.js +40 -1
- package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +1 -1
- package/dist/collection/components/stzh-table/stzh-table.css +5 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +21 -1
- package/dist/collection/components/stzh-upload/stzh-upload.css +16 -7
- package/dist/collection/components/stzh-upload/stzh-upload.js +46 -3
- package/dist/collection/components/stzh-upload/stzh-upload.stories.js +1 -1
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +2 -7
- package/dist/collection/components/stzh-vspace/stzh-vspace.css +19 -24
- package/dist/collection/pages/meinkonto.stories.js +93 -88
- package/dist/components/index.d.ts +4 -2
- package/dist/components/index.js +5 -3
- package/dist/components/stzh-accordion-item.js +51 -16
- package/dist/components/{stzh-servicecard.d.ts → stzh-actionset.d.ts} +4 -4
- package/dist/components/stzh-actionset.js +6 -0
- package/dist/components/stzh-actionset2.js +219 -0
- package/dist/components/stzh-badge2.js +10 -3
- package/dist/components/stzh-button2.js +36 -6
- package/dist/components/{stzh-servicecard-list.d.ts → stzh-card-list.d.ts} +4 -4
- package/dist/components/stzh-card-list.js +121 -0
- package/dist/components/stzh-card.d.ts +11 -0
- package/dist/components/stzh-card.js +393 -0
- package/dist/components/stzh-chip-select.js +63 -6
- package/dist/components/stzh-chip2.js +5 -1
- package/dist/components/stzh-cspace.js +1 -1
- package/dist/components/stzh-datalist.d.ts +11 -0
- package/dist/components/stzh-datalist.js +113 -0
- package/dist/components/stzh-datamessagelist-item.js +1 -1
- package/dist/components/stzh-datatable.js +1 -1
- package/dist/components/stzh-datepicker2.js +1 -2
- package/dist/components/stzh-dialog.js +1 -1
- package/dist/components/stzh-dropdown2.js +4 -7
- package/dist/components/stzh-ghettobox2.js +1 -1
- package/dist/components/stzh-heading2.js +1 -1
- package/dist/components/stzh-hspace.js +1 -1
- package/dist/components/stzh-icon-sprite.js +1 -1
- package/dist/components/stzh-input2.js +4 -6
- package/dist/components/stzh-link2.js +11 -5
- package/dist/components/stzh-menu-item2.js +8 -2
- package/dist/components/stzh-message.js +1 -1
- package/dist/components/stzh-overlay.js +1 -1
- package/dist/components/stzh-pagetitle.js +1 -1
- package/dist/components/stzh-popover2.js +31 -28
- package/dist/components/stzh-portal-mitwirken.js +1 -1
- package/dist/components/stzh-radio2.js +1 -1
- package/dist/components/stzh-radiogroup2.js +3 -2
- package/dist/components/stzh-richtext2.js +1 -1
- package/dist/components/stzh-saptcha.js +1 -1
- package/dist/components/stzh-sortable2.js +20 -2
- package/dist/components/stzh-table.js +1 -1
- package/dist/components/stzh-tooltip2.js +4 -1
- package/dist/components/stzh-upload.js +47 -4
- package/dist/components/stzh-vbz-ticker.js +1 -1
- package/dist/components/stzh-vspace.js +1 -1
- package/dist/esm/{app-globals-c42494e9.js → app-globals-e66420b3.js} +1 -1
- package/dist/esm/{index-0e6d34c6.js → index-84f71a43.js} +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/stzh-accordion-item.entry.js +34 -16
- package/dist/esm/stzh-accordion.entry.js +1 -1
- package/dist/esm/stzh-actions.entry.js +1 -1
- package/dist/esm/stzh-actionset.entry.js +152 -0
- package/dist/esm/stzh-appnav.entry.js +1 -1
- package/dist/esm/stzh-appointments.entry.js +1 -1
- package/dist/esm/stzh-badge_3.entry.js +40 -9
- package/dist/esm/stzh-calendar.entry.js +1 -1
- package/dist/esm/stzh-card-list.entry.js +74 -0
- package/dist/esm/stzh-card.entry.js +308 -0
- package/dist/esm/stzh-cell.entry.js +1 -1
- package/dist/esm/stzh-checkbox.entry.js +2 -2
- package/dist/esm/stzh-checkboxgroup.entry.js +2 -2
- package/dist/esm/stzh-chip-select.entry.js +53 -5
- package/dist/esm/stzh-chip.entry.js +4 -2
- package/dist/esm/stzh-components.js +3 -3
- package/dist/esm/stzh-container.entry.js +1 -1
- package/dist/esm/stzh-cspace.entry.js +2 -2
- package/dist/esm/stzh-datalist.entry.js +70 -0
- package/dist/esm/stzh-datamessagelist-item.entry.js +2 -2
- package/dist/esm/stzh-datamessagelist.entry.js +1 -1
- package/dist/esm/stzh-datatable.entry.js +2 -2
- package/dist/esm/stzh-datepicker_4.entry.js +7 -6
- package/dist/esm/stzh-dialog.entry.js +2 -2
- package/dist/esm/stzh-dropdown.entry.js +6 -8
- package/dist/esm/stzh-fieldset.entry.js +1 -1
- package/dist/esm/stzh-figure.entry.js +1 -1
- package/dist/esm/stzh-flyingfocus.entry.js +1 -1
- package/dist/esm/stzh-footer.entry.js +1 -1
- package/dist/esm/stzh-ghettobox_2.entry.js +3 -3
- package/dist/esm/stzh-header.entry.js +1 -1
- 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 +2 -2
- package/dist/esm/stzh-icon-sprite.entry.js +2 -2
- package/dist/esm/{stzh-input-description-da7b0e98.js → stzh-input-description-8c477f97.js} +1 -1
- package/dist/esm/stzh-input.entry.js +6 -7
- package/dist/esm/stzh-link.entry.js +10 -6
- 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 +7 -3
- package/dist/esm/stzh-message.entry.js +2 -2
- package/dist/esm/stzh-metanav.entry.js +1 -1
- package/dist/esm/stzh-overlay.entry.js +2 -2
- package/dist/esm/stzh-page-skiplinks.entry.js +1 -1
- package/dist/esm/stzh-pagetitle.entry.js +2 -2
- package/dist/esm/stzh-popover.entry.js +31 -29
- 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 +1 -1
- package/dist/esm/stzh-row.entry.js +1 -1
- package/dist/esm/stzh-saptcha.entry.js +2 -2
- package/dist/esm/stzh-section.entry.js +1 -1
- package/dist/esm/stzh-skiplink.entry.js +1 -1
- package/dist/esm/stzh-sortable.entry.js +21 -3
- package/dist/esm/stzh-status.entry.js +1 -1
- package/dist/esm/stzh-table.entry.js +2 -2
- package/dist/esm/stzh-toggle.entry.js +2 -2
- package/dist/esm/stzh-tooltip.entry.js +4 -2
- package/dist/esm/stzh-upload.entry.js +49 -6
- package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
- package/dist/esm/stzh-vbz-majorticker.entry.js +1 -1
- package/dist/esm/stzh-vbz-ticker.entry.js +2 -2
- package/dist/esm/stzh-visuallyhidden.entry.js +1 -1
- package/dist/esm/stzh-vspace.entry.js +2 -2
- package/dist/esm-es5/app-globals-e66420b3.js +1 -0
- package/dist/esm-es5/{index-0e6d34c6.js → index-84f71a43.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-accordion.entry.js +1 -1
- package/dist/esm-es5/stzh-actions.entry.js +1 -1
- package/dist/esm-es5/stzh-actionset.entry.js +1 -0
- 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-badge_3.entry.js +1 -1
- package/dist/esm-es5/stzh-calendar.entry.js +1 -1
- package/dist/esm-es5/stzh-card-list.entry.js +1 -0
- package/dist/esm-es5/stzh-card.entry.js +1 -0
- package/dist/esm-es5/stzh-cell.entry.js +1 -1
- 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-select.entry.js +1 -1
- package/dist/esm-es5/stzh-chip.entry.js +1 -1
- package/dist/esm-es5/stzh-components.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.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 +2 -2
- package/dist/esm-es5/stzh-datepicker_4.entry.js +1 -1
- 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-da7b0e98.js → stzh-input-description-8c477f97.js} +1 -1
- package/dist/esm-es5/stzh-input.entry.js +1 -1
- 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-overlay.entry.js +1 -1
- package/dist/esm-es5/stzh-page-skiplinks.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-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-table.entry.js +1 -1
- 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/stzh-components/assets/i18n/de.json +7 -2
- package/dist/stzh-components/assets/i18n/en.json +7 -2
- package/dist/stzh-components/assets/icons/mono/code-window.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/recycling-outline.svg +11 -0
- package/dist/stzh-components/assets/icons/mono/recycling.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/smartphone.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/target.svg +11 -0
- package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +93 -28
- package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/stzh-components/{p-32988d74.entry.js → p-001b7d10.entry.js} +1 -1
- package/dist/stzh-components/{p-11d0c8f3.entry.js → p-03ea86bd.entry.js} +1 -1
- package/dist/stzh-components/p-051bc2a8.entry.js +1 -0
- package/dist/stzh-components/p-0711e511.entry.js +1 -0
- package/dist/stzh-components/p-073c89b1.system.entry.js +1 -0
- package/dist/stzh-components/{p-0837657c.entry.js → p-08a564af.entry.js} +1 -1
- package/dist/stzh-components/{p-8db4279d.system.entry.js → p-0bbbbe85.system.entry.js} +1 -1
- package/dist/stzh-components/{p-87ab53c4.system.entry.js → p-0fc06049.system.entry.js} +1 -1
- package/dist/stzh-components/p-0fc83964.system.entry.js +1 -0
- package/dist/stzh-components/{p-08d4ed80.entry.js → p-13b3500e.entry.js} +1 -1
- package/dist/stzh-components/{p-f1a58a7c.system.entry.js → p-1440163c.system.entry.js} +1 -1
- package/dist/stzh-components/{p-65444117.system.entry.js → p-17c6c1db.system.entry.js} +1 -1
- package/dist/stzh-components/p-18958371.entry.js +1 -0
- package/dist/stzh-components/{p-b34774e7.entry.js → p-190de4de.entry.js} +1 -1
- package/dist/stzh-components/{p-b2c8c31e.system.entry.js → p-19bff884.system.entry.js} +1 -1
- package/dist/stzh-components/p-20ef4a20.system.entry.js +1 -0
- package/dist/stzh-components/{p-346e26f2.system.entry.js → p-21566d65.system.entry.js} +1 -1
- package/dist/stzh-components/{p-debb00e6.entry.js → p-216577b4.entry.js} +1 -1
- package/dist/stzh-components/p-22701389.system.entry.js +1 -0
- package/dist/stzh-components/p-252d3178.entry.js +1 -0
- package/dist/stzh-components/{p-6edd58a4.system.entry.js → p-27fd6c6f.system.entry.js} +1 -1
- package/dist/stzh-components/{p-fba76dba.entry.js → p-29427863.entry.js} +1 -1
- package/dist/stzh-components/{p-d8471675.entry.js → p-2b338050.entry.js} +1 -1
- package/dist/stzh-components/p-2ca4a828.system.entry.js +1 -0
- package/dist/stzh-components/p-2cf1ae40.system.entry.js +1 -0
- package/dist/stzh-components/{p-fa8651dd.entry.js → p-2e559062.entry.js} +1 -1
- package/dist/stzh-components/p-3042b23e.entry.js +1 -0
- package/dist/stzh-components/{p-c863ffd0.system.entry.js → p-33c0229f.system.entry.js} +1 -1
- package/dist/stzh-components/p-3b912468.system.entry.js +1 -0
- package/dist/stzh-components/p-3beb58d6.system.entry.js +1 -0
- package/dist/stzh-components/{p-1cde29ea.entry.js → p-3d8317b5.entry.js} +1 -1
- package/dist/stzh-components/p-3f0363db.entry.js +1 -0
- package/dist/stzh-components/{p-48bbcc26.system.entry.js → p-45bab70d.system.entry.js} +1 -1
- package/dist/stzh-components/{p-3f03fd94.system.entry.js → p-48b5b697.system.entry.js} +1 -1
- package/dist/stzh-components/{p-ece7ad4d.system.entry.js → p-4c6989ae.system.entry.js} +1 -1
- package/dist/stzh-components/p-530252c6.system.entry.js +1 -0
- package/dist/stzh-components/{p-c7c17bb7.system.entry.js → p-5353ba86.system.entry.js} +2 -2
- package/dist/stzh-components/{p-bb2e1dda.entry.js → p-552f49c4.entry.js} +1 -1
- package/dist/stzh-components/p-55cdbf79.entry.js +1 -0
- package/dist/stzh-components/{p-562394a9.system.entry.js → p-55d23a3c.system.entry.js} +1 -1
- package/dist/stzh-components/{p-07772cd7.system.entry.js → p-560f96f0.system.entry.js} +1 -1
- package/dist/stzh-components/p-562e6c52.entry.js +1 -0
- package/dist/stzh-components/{p-f48a2b00.system.entry.js → p-56b9cc3c.system.entry.js} +1 -1
- package/dist/stzh-components/{p-33946fed.system.entry.js → p-58d886cb.system.entry.js} +1 -1
- package/dist/stzh-components/{p-68a8b7b7.system.entry.js → p-5997e418.system.entry.js} +1 -1
- package/dist/stzh-components/{p-49968bbf.entry.js → p-5a02ef03.entry.js} +1 -1
- package/dist/stzh-components/{p-1c88ceff.system.entry.js → p-5a354428.system.entry.js} +1 -1
- package/dist/stzh-components/{p-0a71fbac.entry.js → p-5bd2849d.entry.js} +1 -1
- package/dist/stzh-components/{p-3ed69b16.entry.js → p-5f4eb46c.entry.js} +1 -1
- package/dist/stzh-components/{p-4a398453.system.entry.js → p-61aac051.system.entry.js} +1 -1
- package/dist/stzh-components/p-62db1e59.entry.js +1 -0
- package/dist/stzh-components/{p-ade1ebcf.system.entry.js → p-6305db38.system.entry.js} +1 -1
- package/dist/stzh-components/{p-95eb03b2.entry.js → p-638bedfa.entry.js} +1 -1
- package/dist/stzh-components/{p-9c0494a6.system.js → p-63d89b96.system.js} +1 -1
- package/dist/stzh-components/{p-33d75303.entry.js → p-6425898c.entry.js} +1 -1
- package/dist/stzh-components/{p-818634d2.entry.js → p-64b4cc74.entry.js} +1 -1
- package/dist/stzh-components/p-676fd54d.entry.js +1 -0
- package/dist/stzh-components/{p-7a6e347d.system.entry.js → p-684c345e.system.entry.js} +2 -2
- package/dist/stzh-components/{p-f44f4d26.system.entry.js → p-69c3187f.system.entry.js} +1 -1
- package/dist/stzh-components/{p-95a297aa.entry.js → p-69f4a27e.entry.js} +1 -1
- package/dist/stzh-components/p-6a873872.entry.js +1 -0
- package/dist/stzh-components/{p-b281b653.entry.js → p-713ae713.entry.js} +2 -2
- package/dist/stzh-components/{p-03b16275.entry.js → p-72f29f07.entry.js} +1 -1
- package/dist/stzh-components/p-764ba190.entry.js +1 -0
- package/dist/stzh-components/p-786a92d4.system.entry.js +1 -0
- package/dist/stzh-components/p-796ae62c.system.entry.js +1 -0
- package/dist/stzh-components/p-7d8c9866.entry.js +1 -0
- package/dist/stzh-components/p-7ec2f3fd.entry.js +9 -0
- package/dist/stzh-components/p-80d70586.entry.js +1 -0
- package/dist/stzh-components/p-838df84a.system.entry.js +1 -0
- package/dist/stzh-components/p-84ab53cc.system.entry.js +1 -0
- package/dist/stzh-components/p-85161133.js +1 -0
- package/dist/stzh-components/{p-aec2d2d1.system.entry.js → p-851e0caa.system.entry.js} +1 -1
- package/dist/stzh-components/p-864d7c50.entry.js +1 -0
- package/dist/stzh-components/{p-690d14cd.entry.js → p-88e0f453.entry.js} +1 -1
- package/dist/stzh-components/{p-0338cec3.system.entry.js → p-89274cd5.system.entry.js} +1 -1
- package/dist/stzh-components/p-8b6de2c0.system.entry.js +1 -0
- package/dist/stzh-components/{p-936cc626.system.entry.js → p-8c648042.system.entry.js} +1 -1
- package/dist/stzh-components/{p-0ae3e066.system.entry.js → p-8d0da18d.system.entry.js} +1 -1
- package/dist/stzh-components/{p-56fccfa3.system.entry.js → p-8d547247.system.entry.js} +1 -1
- package/dist/stzh-components/p-929dbdf1.system.entry.js +1 -0
- package/dist/stzh-components/{p-65282c9d.js → p-93e8e31f.js} +1 -1
- package/dist/stzh-components/p-9469b812.entry.js +1 -0
- package/dist/stzh-components/{p-e9ca8ddc.entry.js → p-961cb979.entry.js} +1 -1
- package/dist/stzh-components/{p-98afd4b0.system.entry.js → p-981b2629.system.entry.js} +1 -1
- package/dist/stzh-components/{p-0ec28130.system.entry.js → p-9c72f491.system.entry.js} +1 -1
- package/dist/stzh-components/p-9e716229.entry.js +1 -0
- package/dist/stzh-components/{p-8cf287d8.system.entry.js → p-9fb4da92.system.entry.js} +1 -1
- package/dist/stzh-components/p-a3fa6122.system.entry.js +1 -0
- package/dist/stzh-components/{p-409c0d50.entry.js → p-a448f5a5.entry.js} +1 -1
- package/dist/stzh-components/{p-96fd158c.entry.js → p-a646c09a.entry.js} +1 -1
- package/dist/stzh-components/p-a6627504.entry.js +1 -0
- package/dist/stzh-components/{p-6c3b2508.system.entry.js → p-a67e09cd.system.entry.js} +1 -1
- package/dist/stzh-components/{p-378be0be.system.entry.js → p-a7c35778.system.entry.js} +1 -1
- package/dist/stzh-components/{p-c8bc2812.entry.js → p-a7ee2636.entry.js} +1 -1
- package/dist/stzh-components/{p-148de4e6.entry.js → p-ab246b66.entry.js} +1 -1
- package/dist/stzh-components/p-b391d962.system.entry.js +1 -0
- package/dist/stzh-components/p-b462a61f.entry.js +1 -0
- package/dist/stzh-components/p-b550feaa.system.entry.js +1 -0
- package/dist/stzh-components/p-b5a85078.system.entry.js +1 -0
- package/dist/stzh-components/p-b70bc70c.system.js +1 -0
- package/dist/stzh-components/{p-46f301c0.entry.js → p-b9a027aa.entry.js} +1 -1
- package/dist/stzh-components/{p-7e3924a0.system.entry.js → p-ba94e315.system.entry.js} +1 -1
- package/dist/stzh-components/{p-f2050d1e.entry.js → p-bb3c1249.entry.js} +1 -1
- package/dist/stzh-components/{p-a760352a.system.entry.js → p-bbe4e3d1.system.entry.js} +1 -1
- package/dist/stzh-components/{p-e972a44f.system.entry.js → p-be461e19.system.entry.js} +1 -1
- package/dist/stzh-components/{p-30b347ee.system.js → p-bf0fdd23.system.js} +2 -2
- package/dist/stzh-components/{p-983f6070.entry.js → p-c1337453.entry.js} +1 -1
- package/dist/stzh-components/{p-915e8ad6.entry.js → p-c3d93395.entry.js} +1 -1
- package/dist/stzh-components/{p-e9bc3a43.entry.js → p-c4b7c2be.entry.js} +1 -1
- package/dist/stzh-components/p-c4fc6433.system.entry.js +1 -0
- package/dist/stzh-components/{p-df422d36.entry.js → p-c58dd9de.entry.js} +1 -1
- package/dist/stzh-components/p-cb1d4678.entry.js +1 -0
- package/dist/stzh-components/p-ccd30d73.system.entry.js +1 -0
- package/dist/stzh-components/p-cd795307.entry.js +1 -0
- package/dist/stzh-components/{p-7d2237ca.entry.js → p-cdc9e600.entry.js} +1 -1
- package/dist/stzh-components/{p-586cae98.entry.js → p-ce070ccd.entry.js} +1 -1
- package/dist/stzh-components/{p-04d7b18f.entry.js → p-d0aa9d3b.entry.js} +1 -1
- package/dist/stzh-components/p-d1552460.system.entry.js +1 -0
- package/dist/stzh-components/{p-006135ed.system.entry.js → p-d6c07494.system.entry.js} +1 -1
- package/dist/stzh-components/{p-cf162e67.entry.js → p-d7893dfd.entry.js} +1 -1
- package/dist/stzh-components/{p-73194e28.entry.js → p-d9643cc4.entry.js} +1 -1
- package/dist/stzh-components/{p-58917ce2.entry.js → p-db5363ef.entry.js} +1 -1
- package/dist/stzh-components/{p-fc9c4fc3.system.entry.js → p-e213663c.system.entry.js} +1 -1
- package/dist/stzh-components/p-e3e3e88c.system.js +1 -0
- package/dist/stzh-components/p-eb61c369.entry.js +1 -0
- package/dist/stzh-components/p-ebeb8d7b.system.entry.js +1 -0
- package/dist/stzh-components/p-eca1732f.entry.js +1 -0
- package/dist/stzh-components/{p-14d728f0.entry.js → p-ee22256f.entry.js} +1 -1
- package/dist/stzh-components/{p-670d4834.entry.js → p-f1356a85.entry.js} +1 -1
- package/dist/stzh-components/p-f24db7e8.system.entry.js +1 -0
- package/dist/stzh-components/{p-1ace5d80.entry.js → p-f788a468.entry.js} +1 -1
- package/dist/stzh-components/{p-99533090.system.entry.js → p-f832e938.system.entry.js} +1 -1
- package/dist/stzh-components/{p-32b78d65.js → p-f84fa2a4.js} +1 -1
- package/dist/stzh-components/{p-80db7aa6.system.entry.js → p-fa56fc0d.system.entry.js} +1 -1
- package/dist/stzh-components/{p-88a4f756.system.entry.js → p-fc13d017.system.entry.js} +1 -1
- package/dist/stzh-components/{p-b4fc71ff.system.entry.js → p-fc6b4f91.system.entry.js} +1 -1
- package/dist/stzh-components/p-fdd1998f.entry.js +1 -0
- package/dist/stzh-components/{p-370b82e7.system.entry.js → p-fdf0b4bc.system.entry.js} +1 -1
- 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/stzh-actionset/stzh-actionset.localization.d.ts +5 -0
- package/dist/types/components/stzh-badge/stzh-badge.d.ts +2 -0
- package/dist/types/components/{stzh-servicecard/stzh-servicecard.localization.d.ts → stzh-card/stzh-card.localization.d.ts} +2 -1
- package/dist/types/components/{stzh-servicecard-list/stzh-servicecard-list.localization.d.ts → stzh-card-list/stzh-card-list.localization.d.ts} +1 -1
- package/dist/types/components.d.ts +626 -245
- package/dist/types/index.d.ts +61 -14
- package/dist/vscode-data.json +559 -183
- package/package.json +1 -1
- package/dist/cjs/stzh-servicecard-list.cjs.entry.js +0 -73
- package/dist/cjs/stzh-servicecard.cjs.entry.js +0 -234
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.css +0 -558
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.js +0 -614
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.stories.js +0 -73
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.stories.js +0 -116
- package/dist/components/stzh-servicecard-list.js +0 -117
- package/dist/components/stzh-servicecard.js +0 -305
- package/dist/esm/stzh-servicecard-list.entry.js +0 -69
- package/dist/esm/stzh-servicecard.entry.js +0 -230
- package/dist/esm-es5/app-globals-c42494e9.js +0 -1
- package/dist/esm-es5/stzh-servicecard-list.entry.js +0 -1
- package/dist/esm-es5/stzh-servicecard.entry.js +0 -1
- package/dist/stzh-components/p-03e2634c.entry.js +0 -1
- package/dist/stzh-components/p-1cebd703.entry.js +0 -1
- package/dist/stzh-components/p-1f15a4e0.system.entry.js +0 -1
- package/dist/stzh-components/p-2b11d549.system.entry.js +0 -1
- package/dist/stzh-components/p-33d033a3.system.entry.js +0 -1
- package/dist/stzh-components/p-34190502.entry.js +0 -1
- package/dist/stzh-components/p-3c799247.entry.js +0 -1
- package/dist/stzh-components/p-3ebd2c03.js +0 -1
- package/dist/stzh-components/p-4e9bfeb8.system.entry.js +0 -1
- package/dist/stzh-components/p-58ffc722.system.entry.js +0 -1
- package/dist/stzh-components/p-5e0cccc9.system.entry.js +0 -1
- package/dist/stzh-components/p-5ea652ae.system.entry.js +0 -1
- package/dist/stzh-components/p-632d9076.system.entry.js +0 -1
- package/dist/stzh-components/p-63b5068a.system.entry.js +0 -1
- package/dist/stzh-components/p-66556f67.entry.js +0 -1
- package/dist/stzh-components/p-6fc271d0.system.entry.js +0 -1
- package/dist/stzh-components/p-7921db30.system.entry.js +0 -1
- package/dist/stzh-components/p-79bfc485.entry.js +0 -1
- package/dist/stzh-components/p-7bb1bd3b.entry.js +0 -1
- package/dist/stzh-components/p-7d098987.entry.js +0 -9
- package/dist/stzh-components/p-7d62dfeb.system.entry.js +0 -1
- package/dist/stzh-components/p-82e6148a.system.entry.js +0 -1
- package/dist/stzh-components/p-85d78e08.entry.js +0 -1
- package/dist/stzh-components/p-8a60addb.entry.js +0 -1
- package/dist/stzh-components/p-8bd3ba06.entry.js +0 -1
- package/dist/stzh-components/p-90a10825.system.entry.js +0 -1
- package/dist/stzh-components/p-a7253852.entry.js +0 -1
- package/dist/stzh-components/p-a86c6487.entry.js +0 -1
- package/dist/stzh-components/p-aaa2e48f.system.js +0 -1
- package/dist/stzh-components/p-b35b0270.entry.js +0 -1
- package/dist/stzh-components/p-b3b5ee7e.entry.js +0 -1
- package/dist/stzh-components/p-b651f251.entry.js +0 -1
- package/dist/stzh-components/p-bdba7714.entry.js +0 -1
- package/dist/stzh-components/p-c581e798.system.entry.js +0 -1
- package/dist/stzh-components/p-c6cad5ed.system.entry.js +0 -1
- package/dist/stzh-components/p-da063c7e.system.entry.js +0 -1
- package/dist/stzh-components/p-e12db90a.entry.js +0 -1
- package/dist/stzh-components/p-e2ce48f1.system.entry.js +0 -1
- package/dist/stzh-components/p-e4347cfe.entry.js +0 -1
- package/dist/stzh-components/p-ec3d4dd4.entry.js +0 -1
- package/dist/stzh-components/p-ee5ceac4.entry.js +0 -1
- package/dist/stzh-components/p-f0ca6848.system.entry.js +0 -1
- package/dist/stzh-components/p-f21440b3.entry.js +0 -1
- package/dist/stzh-components/p-f610f725.entry.js +0 -1
- package/dist/stzh-components/p-faf20030.system.js +0 -1
- package/dist/stzh-components/p-fce0e218.system.entry.js +0 -1
- package/dist/stzh-components/p-fd16e20e.system.entry.js +0 -1
- package/dist/stzh-components/p-fe9f8a09.system.entry.js +0 -1
|
@@ -219,8 +219,8 @@
|
|
|
219
219
|
.stzh-radio__check {
|
|
220
220
|
background-color: currentColor;
|
|
221
221
|
color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
222
|
-
width: 0.
|
|
223
|
-
height: 0.
|
|
222
|
+
width: 0.5rem;
|
|
223
|
+
height: 0.5rem;
|
|
224
224
|
border-radius: 50%;
|
|
225
225
|
opacity: 0;
|
|
226
226
|
}
|
|
@@ -3,9 +3,10 @@ import { hasSlot } from "../../utils/utils";
|
|
|
3
3
|
import { camelCase } from "../../utils/string-utils";
|
|
4
4
|
import { fetchTranslations } from "../../utils/translation-utils";
|
|
5
5
|
import { StzhInputDescription } from "../stzh-input/stzh-input-description";
|
|
6
|
+
const SELECTOR_RADIO = 'stzh-radio, stzh-button[type=radio], stzh-card';
|
|
6
7
|
let radiogroupCounter = 0;
|
|
7
8
|
/**
|
|
8
|
-
* @slot - Slot for `stzh-radio` elements
|
|
9
|
+
* @slot - Slot for `stzh-radio`, `stzh-button[type="radio"]` or `stzh-card` elements
|
|
9
10
|
* @slot description - Slot for description
|
|
10
11
|
* @slot description-long - Slot for long description (in popover)
|
|
11
12
|
* @slot error - Slot for error
|
|
@@ -32,7 +33,7 @@ export class StzhRadiogroup {
|
|
|
32
33
|
this.preventUpdateProperties = [];
|
|
33
34
|
this.init = () => {
|
|
34
35
|
// update radios
|
|
35
|
-
this.radios = Array.from(this.element.querySelectorAll(
|
|
36
|
+
this.radios = Array.from(this.element.querySelectorAll(SELECTOR_RADIO));
|
|
36
37
|
this.updateRadiosProperty("show-marker", false);
|
|
37
38
|
this.updateRadiosProperty("a11y-describedby", `${this.radiogroupId}-description`);
|
|
38
39
|
this.watchValue(this.value);
|
|
@@ -119,7 +120,7 @@ export class StzhRadiogroup {
|
|
|
119
120
|
}
|
|
120
121
|
connectedCallback() {
|
|
121
122
|
if (!this.value) {
|
|
122
|
-
this.radios = Array.from(this.element.querySelectorAll(
|
|
123
|
+
this.radios = Array.from(this.element.querySelectorAll(SELECTOR_RADIO));
|
|
123
124
|
// try to find a checkbox that might has checked set to true
|
|
124
125
|
const checkedRadio = this.radios.find(radio => radio.checked);
|
|
125
126
|
if (checkedRadio) {
|
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
/* Lists */
|
|
103
103
|
/* Figure */
|
|
104
104
|
/* Blockquote */
|
|
105
|
+
/* Table */
|
|
105
106
|
/* Links */
|
|
106
107
|
}
|
|
107
108
|
:host ::slotted(*) h1, :host ::slotted(*) h2, :host ::slotted(*) h3, :host ::slotted(*) h4 {
|
|
@@ -225,22 +226,14 @@
|
|
|
225
226
|
:host ::slotted(*) h2,
|
|
226
227
|
:host ::slotted(*) stzh-heading[level="1"],
|
|
227
228
|
:host ::slotted(*) stzh-heading[level="2"] {
|
|
228
|
-
margin-bottom: var(--stzh-space-
|
|
229
|
-
}
|
|
230
|
-
@media screen and (min-width: 600px) {
|
|
231
|
-
:host ::slotted(*) h1,
|
|
232
|
-
:host ::slotted(*) h2,
|
|
233
|
-
:host ::slotted(*) stzh-heading[level="1"],
|
|
234
|
-
:host ::slotted(*) stzh-heading[level="2"] {
|
|
235
|
-
margin-bottom: var(--stzh-space-large);
|
|
236
|
-
}
|
|
229
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
237
230
|
}
|
|
238
231
|
@media screen and (min-width: 1024px) {
|
|
239
232
|
:host ::slotted(*) h1,
|
|
240
233
|
:host ::slotted(*) h2,
|
|
241
234
|
:host ::slotted(*) stzh-heading[level="1"],
|
|
242
235
|
:host ::slotted(*) stzh-heading[level="2"] {
|
|
243
|
-
margin-bottom: var(--stzh-space-
|
|
236
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
244
237
|
}
|
|
245
238
|
}
|
|
246
239
|
@media screen and (min-width: 1260px) {
|
|
@@ -248,108 +241,65 @@
|
|
|
248
241
|
:host ::slotted(*) h2,
|
|
249
242
|
:host ::slotted(*) stzh-heading[level="1"],
|
|
250
243
|
:host ::slotted(*) stzh-heading[level="2"] {
|
|
251
|
-
margin-bottom: var(--stzh-space-
|
|
244
|
+
margin-bottom: var(--stzh-space-xxxlarge);
|
|
252
245
|
}
|
|
253
246
|
}
|
|
254
247
|
:host ::slotted(*) h1, :host ::slotted(*) h2 {
|
|
255
248
|
padding-bottom: var(--stzh-space-xsmall);
|
|
256
249
|
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
257
250
|
}
|
|
258
|
-
@media screen and (min-width: 600px) {
|
|
259
|
-
:host ::slotted(*) h1, :host ::slotted(*) h2 {
|
|
260
|
-
padding-bottom: var(--stzh-space-small);
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
251
|
@media screen and (min-width: 1024px) {
|
|
264
252
|
:host ::slotted(*) h1, :host ::slotted(*) h2 {
|
|
265
|
-
padding-bottom: var(--stzh-space-
|
|
253
|
+
padding-bottom: var(--stzh-space-small);
|
|
266
254
|
}
|
|
267
255
|
}
|
|
268
256
|
@media screen and (min-width: 1260px) {
|
|
269
257
|
:host ::slotted(*) h1, :host ::slotted(*) h2 {
|
|
270
|
-
padding-bottom: var(--stzh-space-
|
|
258
|
+
padding-bottom: var(--stzh-space-medium);
|
|
271
259
|
}
|
|
272
260
|
}
|
|
273
261
|
:host ::slotted(*) h1,
|
|
274
|
-
:host ::slotted(*) stzh-heading[level="1"]
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
:host ::slotted(*) h1,
|
|
279
|
-
:host ::slotted(*) stzh-heading[level="1"] {
|
|
280
|
-
margin-top: var(--stzh-space-xlarge);
|
|
281
|
-
}
|
|
262
|
+
:host ::slotted(*) stzh-heading[level="1"],
|
|
263
|
+
:host ::slotted(*) h2,
|
|
264
|
+
:host ::slotted(*) stzh-heading[level="2"] {
|
|
265
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
282
266
|
}
|
|
283
267
|
@media screen and (min-width: 1024px) {
|
|
284
268
|
:host ::slotted(*) h1,
|
|
285
|
-
:host ::slotted(*) stzh-heading[level="1"]
|
|
286
|
-
|
|
269
|
+
:host ::slotted(*) stzh-heading[level="1"],
|
|
270
|
+
:host ::slotted(*) h2,
|
|
271
|
+
:host ::slotted(*) stzh-heading[level="2"] {
|
|
272
|
+
margin-top: var(--stzh-space-xxxlarge);
|
|
287
273
|
}
|
|
288
274
|
}
|
|
289
275
|
@media screen and (min-width: 1260px) {
|
|
290
276
|
:host ::slotted(*) h1,
|
|
291
|
-
:host ::slotted(*) stzh-heading[level="1"]
|
|
292
|
-
margin-top: var(--stzh-space-xxxxlarge);
|
|
293
|
-
}
|
|
294
|
-
}
|
|
277
|
+
:host ::slotted(*) stzh-heading[level="1"],
|
|
295
278
|
:host ::slotted(*) h2,
|
|
296
|
-
:host ::slotted(*) stzh-heading[level="2"] {
|
|
297
|
-
margin-top: var(--stzh-space-xxlarge);
|
|
298
|
-
}
|
|
299
|
-
@media screen and (min-width: 600px) {
|
|
300
|
-
:host ::slotted(*) h2,
|
|
301
279
|
:host ::slotted(*) stzh-heading[level="2"] {
|
|
302
280
|
margin-top: var(--stzh-space-xxxxlarge);
|
|
303
281
|
}
|
|
304
282
|
}
|
|
305
|
-
@media screen and (min-width: 1260px) {
|
|
306
|
-
:host ::slotted(*) h2,
|
|
307
|
-
:host ::slotted(*) stzh-heading[level="2"] {
|
|
308
|
-
margin-top: var(--stzh-space-xbig);
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
283
|
:host ::slotted(*) h3,
|
|
312
|
-
:host ::slotted(*) stzh-heading[level="3"]
|
|
313
|
-
margin-top: var(--stzh-space-medium);
|
|
314
|
-
}
|
|
315
|
-
@media screen and (min-width: 600px) {
|
|
316
|
-
:host ::slotted(*) h3,
|
|
317
|
-
:host ::slotted(*) stzh-heading[level="3"] {
|
|
318
|
-
margin-top: var(--stzh-space-large);
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
@media screen and (min-width: 1024px) {
|
|
322
|
-
:host ::slotted(*) h3,
|
|
323
|
-
:host ::slotted(*) stzh-heading[level="3"] {
|
|
324
|
-
margin-top: var(--stzh-space-xlarge);
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
@media screen and (min-width: 1260px) {
|
|
328
|
-
:host ::slotted(*) h3,
|
|
329
|
-
:host ::slotted(*) stzh-heading[level="3"] {
|
|
330
|
-
margin-top: var(--stzh-space-xxlarge);
|
|
331
|
-
}
|
|
332
|
-
}
|
|
284
|
+
:host ::slotted(*) stzh-heading[level="3"],
|
|
333
285
|
:host ::slotted(*) h4,
|
|
334
286
|
:host ::slotted(*) stzh-heading[level="4"] {
|
|
335
|
-
margin-top: var(--stzh-space-
|
|
336
|
-
}
|
|
337
|
-
@media screen and (min-width: 600px) {
|
|
338
|
-
:host ::slotted(*) h4,
|
|
339
|
-
:host ::slotted(*) stzh-heading[level="4"] {
|
|
340
|
-
margin-top: var(--stzh-space-large);
|
|
341
|
-
}
|
|
287
|
+
margin-top: var(--stzh-space-xlarge);
|
|
342
288
|
}
|
|
343
289
|
@media screen and (min-width: 1024px) {
|
|
344
|
-
:host ::slotted(*)
|
|
290
|
+
:host ::slotted(*) h3,
|
|
291
|
+
:host ::slotted(*) stzh-heading[level="3"],
|
|
292
|
+
:host ::slotted(*) h4,
|
|
345
293
|
:host ::slotted(*) stzh-heading[level="4"] {
|
|
346
|
-
margin-top: var(--stzh-space-
|
|
294
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
347
295
|
}
|
|
348
296
|
}
|
|
349
297
|
@media screen and (min-width: 1260px) {
|
|
350
|
-
:host ::slotted(*)
|
|
298
|
+
:host ::slotted(*) h3,
|
|
299
|
+
:host ::slotted(*) stzh-heading[level="3"],
|
|
300
|
+
:host ::slotted(*) h4,
|
|
351
301
|
:host ::slotted(*) stzh-heading[level="4"] {
|
|
352
|
-
margin-top: var(--stzh-space-
|
|
302
|
+
margin-top: var(--stzh-space-xxxlarge);
|
|
353
303
|
}
|
|
354
304
|
}
|
|
355
305
|
:host ::slotted(*) p,
|
|
@@ -371,6 +321,16 @@
|
|
|
371
321
|
margin-top: var(--stzh-space-medium);
|
|
372
322
|
}
|
|
373
323
|
}
|
|
324
|
+
@media screen and (min-width: 1260px) {
|
|
325
|
+
:host ::slotted(*) p,
|
|
326
|
+
:host ::slotted(*) stzh-text,
|
|
327
|
+
:host ::slotted(*) ul,
|
|
328
|
+
:host ::slotted(*) ol,
|
|
329
|
+
:host ::slotted(*) dl,
|
|
330
|
+
:host ::slotted(*) stzh-list {
|
|
331
|
+
margin-top: var(--stzh-space-large);
|
|
332
|
+
}
|
|
333
|
+
}
|
|
374
334
|
@media screen and (min-width: 1024px) {
|
|
375
335
|
:host ::slotted(*) p,
|
|
376
336
|
:host ::slotted(*) stzh-text,
|
|
@@ -381,6 +341,16 @@
|
|
|
381
341
|
margin-bottom: var(--stzh-space-medium);
|
|
382
342
|
}
|
|
383
343
|
}
|
|
344
|
+
@media screen and (min-width: 1260px) {
|
|
345
|
+
:host ::slotted(*) p,
|
|
346
|
+
:host ::slotted(*) stzh-text,
|
|
347
|
+
:host ::slotted(*) ul,
|
|
348
|
+
:host ::slotted(*) ol,
|
|
349
|
+
:host ::slotted(*) dl,
|
|
350
|
+
:host ::slotted(*) stzh-list {
|
|
351
|
+
margin-bottom: var(--stzh-space-large);
|
|
352
|
+
}
|
|
353
|
+
}
|
|
384
354
|
:host ::slotted(*) ul ul,
|
|
385
355
|
:host ::slotted(*) ul ol,
|
|
386
356
|
:host ::slotted(*) ul dl,
|
|
@@ -402,46 +372,32 @@
|
|
|
402
372
|
}
|
|
403
373
|
:host ::slotted(*) stzh-text[curve=hero],
|
|
404
374
|
:host ::slotted(*) stzh-heading[curve=hero] {
|
|
405
|
-
margin-bottom: var(--stzh-space-
|
|
406
|
-
}
|
|
407
|
-
@media screen and (min-width: 600px) {
|
|
408
|
-
:host ::slotted(*) stzh-text[curve=hero],
|
|
409
|
-
:host ::slotted(*) stzh-heading[curve=hero] {
|
|
410
|
-
margin-bottom: var(--stzh-space-large);
|
|
411
|
-
}
|
|
375
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
412
376
|
}
|
|
413
377
|
@media screen and (min-width: 1024px) {
|
|
414
378
|
:host ::slotted(*) stzh-text[curve=hero],
|
|
415
379
|
:host ::slotted(*) stzh-heading[curve=hero] {
|
|
416
|
-
margin-bottom: var(--stzh-space-
|
|
380
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
417
381
|
}
|
|
418
382
|
}
|
|
419
383
|
@media screen and (min-width: 1260px) {
|
|
420
384
|
:host ::slotted(*) stzh-text[curve=hero],
|
|
421
385
|
:host ::slotted(*) stzh-heading[curve=hero] {
|
|
422
|
-
margin-bottom: var(--stzh-space-
|
|
386
|
+
margin-bottom: var(--stzh-space-xxxlarge);
|
|
423
387
|
}
|
|
424
388
|
}
|
|
425
389
|
:host ::slotted(*) stzh-text[curve=h1],
|
|
426
390
|
:host ::slotted(*) stzh-heading[curve=h1],
|
|
427
391
|
:host ::slotted(*) stzh-text[curve=h2],
|
|
428
392
|
:host ::slotted(*) stzh-heading[curve=h2] {
|
|
429
|
-
margin-bottom: var(--stzh-space-
|
|
430
|
-
}
|
|
431
|
-
@media screen and (min-width: 600px) {
|
|
432
|
-
:host ::slotted(*) stzh-text[curve=h1],
|
|
433
|
-
:host ::slotted(*) stzh-heading[curve=h1],
|
|
434
|
-
:host ::slotted(*) stzh-text[curve=h2],
|
|
435
|
-
:host ::slotted(*) stzh-heading[curve=h2] {
|
|
436
|
-
margin-bottom: var(--stzh-space-large);
|
|
437
|
-
}
|
|
393
|
+
margin-bottom: var(--stzh-space-xlarge);
|
|
438
394
|
}
|
|
439
395
|
@media screen and (min-width: 1024px) {
|
|
440
396
|
:host ::slotted(*) stzh-text[curve=h1],
|
|
441
397
|
:host ::slotted(*) stzh-heading[curve=h1],
|
|
442
398
|
:host ::slotted(*) stzh-text[curve=h2],
|
|
443
399
|
:host ::slotted(*) stzh-heading[curve=h2] {
|
|
444
|
-
margin-bottom: var(--stzh-space-
|
|
400
|
+
margin-bottom: var(--stzh-space-xxlarge);
|
|
445
401
|
}
|
|
446
402
|
}
|
|
447
403
|
@media screen and (min-width: 1260px) {
|
|
@@ -449,23 +405,17 @@
|
|
|
449
405
|
:host ::slotted(*) stzh-heading[curve=h1],
|
|
450
406
|
:host ::slotted(*) stzh-text[curve=h2],
|
|
451
407
|
:host ::slotted(*) stzh-heading[curve=h2] {
|
|
452
|
-
margin-bottom: var(--stzh-space-
|
|
408
|
+
margin-bottom: var(--stzh-space-xxxlarge);
|
|
453
409
|
}
|
|
454
410
|
}
|
|
455
411
|
:host ::slotted(*) stzh-text[curve=h1],
|
|
456
412
|
:host ::slotted(*) stzh-heading[curve=h1] {
|
|
457
|
-
margin-top: var(--stzh-space-
|
|
458
|
-
}
|
|
459
|
-
@media screen and (min-width: 600px) {
|
|
460
|
-
:host ::slotted(*) stzh-text[curve=h1],
|
|
461
|
-
:host ::slotted(*) stzh-heading[curve=h1] {
|
|
462
|
-
margin-top: var(--stzh-space-xlarge);
|
|
463
|
-
}
|
|
413
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
464
414
|
}
|
|
465
415
|
@media screen and (min-width: 1024px) {
|
|
466
416
|
:host ::slotted(*) stzh-text[curve=h1],
|
|
467
417
|
:host ::slotted(*) stzh-heading[curve=h1] {
|
|
468
|
-
margin-top: var(--stzh-space-
|
|
418
|
+
margin-top: var(--stzh-space-xxxlarge);
|
|
469
419
|
}
|
|
470
420
|
}
|
|
471
421
|
@media screen and (min-width: 1260px) {
|
|
@@ -476,7 +426,7 @@
|
|
|
476
426
|
}
|
|
477
427
|
:host ::slotted(*) stzh-text[curve=h2],
|
|
478
428
|
:host ::slotted(*) stzh-heading[curve=h2] {
|
|
479
|
-
margin-top: var(--stzh-space-
|
|
429
|
+
margin-top: var(--stzh-space-xxxlarge);
|
|
480
430
|
}
|
|
481
431
|
@media screen and (min-width: 600px) {
|
|
482
432
|
:host ::slotted(*) stzh-text[curve=h2],
|
|
@@ -484,6 +434,12 @@
|
|
|
484
434
|
margin-top: var(--stzh-space-xxxxlarge);
|
|
485
435
|
}
|
|
486
436
|
}
|
|
437
|
+
@media screen and (min-width: 1024px) {
|
|
438
|
+
:host ::slotted(*) stzh-text[curve=h2],
|
|
439
|
+
:host ::slotted(*) stzh-heading[curve=h2] {
|
|
440
|
+
margin-top: var(--stzh-space-big);
|
|
441
|
+
}
|
|
442
|
+
}
|
|
487
443
|
@media screen and (min-width: 1260px) {
|
|
488
444
|
:host ::slotted(*) stzh-text[curve=h2],
|
|
489
445
|
:host ::slotted(*) stzh-heading[curve=h2] {
|
|
@@ -492,46 +448,34 @@
|
|
|
492
448
|
}
|
|
493
449
|
:host ::slotted(*) stzh-text[curve=h3],
|
|
494
450
|
:host ::slotted(*) stzh-heading[curve=h3] {
|
|
495
|
-
margin-top: var(--stzh-space-
|
|
496
|
-
}
|
|
497
|
-
@media screen and (min-width: 600px) {
|
|
498
|
-
:host ::slotted(*) stzh-text[curve=h3],
|
|
499
|
-
:host ::slotted(*) stzh-heading[curve=h3] {
|
|
500
|
-
margin-top: var(--stzh-space-large);
|
|
501
|
-
}
|
|
451
|
+
margin-top: var(--stzh-space-xlarge);
|
|
502
452
|
}
|
|
503
453
|
@media screen and (min-width: 1024px) {
|
|
504
454
|
:host ::slotted(*) stzh-text[curve=h3],
|
|
505
455
|
:host ::slotted(*) stzh-heading[curve=h3] {
|
|
506
|
-
margin-top: var(--stzh-space-
|
|
456
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
507
457
|
}
|
|
508
458
|
}
|
|
509
459
|
@media screen and (min-width: 1260px) {
|
|
510
460
|
:host ::slotted(*) stzh-text[curve=h3],
|
|
511
461
|
:host ::slotted(*) stzh-heading[curve=h3] {
|
|
512
|
-
margin-top: var(--stzh-space-
|
|
462
|
+
margin-top: var(--stzh-space-xxxlarge);
|
|
513
463
|
}
|
|
514
464
|
}
|
|
515
465
|
:host ::slotted(*) stzh-text[curve=h4],
|
|
516
466
|
:host ::slotted(*) stzh-heading[curve=h4] {
|
|
517
|
-
margin-top: var(--stzh-space-
|
|
518
|
-
}
|
|
519
|
-
@media screen and (min-width: 600px) {
|
|
520
|
-
:host ::slotted(*) stzh-text[curve=h4],
|
|
521
|
-
:host ::slotted(*) stzh-heading[curve=h4] {
|
|
522
|
-
margin-top: var(--stzh-space-large);
|
|
523
|
-
}
|
|
467
|
+
margin-top: var(--stzh-space-xlarge);
|
|
524
468
|
}
|
|
525
469
|
@media screen and (min-width: 1024px) {
|
|
526
470
|
:host ::slotted(*) stzh-text[curve=h4],
|
|
527
471
|
:host ::slotted(*) stzh-heading[curve=h4] {
|
|
528
|
-
margin-top: var(--stzh-space-
|
|
472
|
+
margin-top: var(--stzh-space-xxlarge);
|
|
529
473
|
}
|
|
530
474
|
}
|
|
531
475
|
@media screen and (min-width: 1260px) {
|
|
532
476
|
:host ::slotted(*) stzh-text[curve=h4],
|
|
533
477
|
:host ::slotted(*) stzh-heading[curve=h4] {
|
|
534
|
-
margin-top: var(--stzh-space-
|
|
478
|
+
margin-top: var(--stzh-space-xxxlarge);
|
|
535
479
|
}
|
|
536
480
|
}
|
|
537
481
|
:host ::slotted(*) stzh-text[curve=p1],
|
|
@@ -549,6 +493,14 @@
|
|
|
549
493
|
margin-top: var(--stzh-space-medium);
|
|
550
494
|
}
|
|
551
495
|
}
|
|
496
|
+
@media screen and (min-width: 1260px) {
|
|
497
|
+
:host ::slotted(*) stzh-text[curve=p1],
|
|
498
|
+
:host ::slotted(*) stzh-text[curve=p2],
|
|
499
|
+
:host ::slotted(*) stzh-heading[curve=p1],
|
|
500
|
+
:host ::slotted(*) stzh-heading[curve=p2] {
|
|
501
|
+
margin-top: var(--stzh-space-large);
|
|
502
|
+
}
|
|
503
|
+
}
|
|
552
504
|
@media screen and (min-width: 1024px) {
|
|
553
505
|
:host ::slotted(*) stzh-text[curve=p1],
|
|
554
506
|
:host ::slotted(*) stzh-text[curve=p2],
|
|
@@ -557,6 +509,14 @@
|
|
|
557
509
|
margin-bottom: var(--stzh-space-medium);
|
|
558
510
|
}
|
|
559
511
|
}
|
|
512
|
+
@media screen and (min-width: 1260px) {
|
|
513
|
+
:host ::slotted(*) stzh-text[curve=p1],
|
|
514
|
+
:host ::slotted(*) stzh-text[curve=p2],
|
|
515
|
+
:host ::slotted(*) stzh-heading[curve=p1],
|
|
516
|
+
:host ::slotted(*) stzh-heading[curve=p2] {
|
|
517
|
+
margin-bottom: var(--stzh-space-large);
|
|
518
|
+
}
|
|
519
|
+
}
|
|
560
520
|
:host ::slotted(*) ul, :host ::slotted(*) ol, :host ::slotted(*) dl {
|
|
561
521
|
list-style: none;
|
|
562
522
|
padding-left: 0;
|
|
@@ -601,7 +561,7 @@
|
|
|
601
561
|
letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);
|
|
602
562
|
padding-left: var(--stzh-space-medium);
|
|
603
563
|
padding-right: var(--stzh-space-medium);
|
|
604
|
-
margin: var(--stzh-space-
|
|
564
|
+
margin: var(--stzh-space-xxlarge);
|
|
605
565
|
color: var(--stzh-richttext-blockquote-color);
|
|
606
566
|
position: relative;
|
|
607
567
|
}
|
|
@@ -639,14 +599,9 @@
|
|
|
639
599
|
padding-right: var(--stzh-space-xlarge);
|
|
640
600
|
}
|
|
641
601
|
}
|
|
642
|
-
@media screen and (min-width: 600px) {
|
|
643
|
-
:host ::slotted(*) blockquote {
|
|
644
|
-
margin: var(--stzh-space-xlarge);
|
|
645
|
-
}
|
|
646
|
-
}
|
|
647
602
|
@media screen and (min-width: 1024px) {
|
|
648
603
|
:host ::slotted(*) blockquote {
|
|
649
|
-
margin: var(--stzh-space-
|
|
604
|
+
margin: var(--stzh-space-xxxlarge);
|
|
650
605
|
}
|
|
651
606
|
}
|
|
652
607
|
@media screen and (min-width: 1260px) {
|
|
@@ -673,6 +628,11 @@
|
|
|
673
628
|
margin-bottom: var(--stzh-space-medium);
|
|
674
629
|
}
|
|
675
630
|
}
|
|
631
|
+
@media screen and (min-width: 1260px) {
|
|
632
|
+
:host ::slotted(*) blockquote p {
|
|
633
|
+
margin-bottom: var(--stzh-space-large);
|
|
634
|
+
}
|
|
635
|
+
}
|
|
676
636
|
:host ::slotted(*) blockquote p::before, :host ::slotted(*) blockquote p::after {
|
|
677
637
|
display: inline-block;
|
|
678
638
|
}
|
|
@@ -699,6 +659,150 @@
|
|
|
699
659
|
display: inline-block;
|
|
700
660
|
margin-right: var(--stzh-space-xxxsmall);
|
|
701
661
|
}
|
|
662
|
+
:host ::slotted(*) table {
|
|
663
|
+
--min-width: none;
|
|
664
|
+
--cell-padding: var(--stzh-table-cell-padding);
|
|
665
|
+
width: 100%;
|
|
666
|
+
border-spacing: 0;
|
|
667
|
+
min-width: var(--min-width);
|
|
668
|
+
}
|
|
669
|
+
:host ::slotted(*) thead {
|
|
670
|
+
position: -webkit-sticky;
|
|
671
|
+
position: sticky;
|
|
672
|
+
top: 0;
|
|
673
|
+
z-index: 3;
|
|
674
|
+
}
|
|
675
|
+
:host ::slotted(*) tr:hover td,
|
|
676
|
+
:host ::slotted(*) tr:hover th {
|
|
677
|
+
background-color: var(--stzh-color-grey5);
|
|
678
|
+
}
|
|
679
|
+
:host ::slotted(*) td,
|
|
680
|
+
:host ::slotted(*) th {
|
|
681
|
+
font-size: var(--stzh-font-milli-font-size);
|
|
682
|
+
line-height: var(--stzh-font-milli-text-line-height);
|
|
683
|
+
letter-spacing: var(--stzh-font-curve---text-letter-spacing);
|
|
684
|
+
text-align: left;
|
|
685
|
+
border: none;
|
|
686
|
+
vertical-align: top;
|
|
687
|
+
border: none;
|
|
688
|
+
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
689
|
+
background-color: var(--stzh-color-white);
|
|
690
|
+
transition: background-color var(--stzh-base-transition-animation-speed);
|
|
691
|
+
padding: var(--cell-padding);
|
|
692
|
+
/* Horizontal alignment */
|
|
693
|
+
/* Vertical alignment */
|
|
694
|
+
/* Nowrap */
|
|
695
|
+
/* Sticky */
|
|
696
|
+
}
|
|
697
|
+
:host ::slotted(*) td a,
|
|
698
|
+
:host ::slotted(*) th a {
|
|
699
|
+
color: var(--stzh-link-color);
|
|
700
|
+
transition: color var(--stzh-base-transition-animation-speed);
|
|
701
|
+
border-radius: var(--stzh-button-border-radius);
|
|
702
|
+
}
|
|
703
|
+
:host ::slotted(*) td a:hover, :host ::slotted(*) td a:focus,
|
|
704
|
+
:host ::slotted(*) th a:hover,
|
|
705
|
+
:host ::slotted(*) th a:focus {
|
|
706
|
+
color: var(--stzh-link-hover-color);
|
|
707
|
+
}
|
|
708
|
+
:host ::slotted(*) td b, :host ::slotted(*) td strong,
|
|
709
|
+
:host ::slotted(*) th b,
|
|
710
|
+
:host ::slotted(*) th strong {
|
|
711
|
+
font-family: var(--stzh-font-family-heavy);
|
|
712
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
713
|
+
font-style: normal;
|
|
714
|
+
}
|
|
715
|
+
:host ::slotted(*) td i, :host ::slotted(*) td em,
|
|
716
|
+
:host ::slotted(*) th i,
|
|
717
|
+
:host ::slotted(*) th em {
|
|
718
|
+
font-family: var(--stzh-font-family-regular);
|
|
719
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
720
|
+
font-style: normal;
|
|
721
|
+
}
|
|
722
|
+
:host ::slotted(*) td.align-left,
|
|
723
|
+
:host ::slotted(*) th.align-left {
|
|
724
|
+
text-align: left;
|
|
725
|
+
}
|
|
726
|
+
:host ::slotted(*) td.align-right,
|
|
727
|
+
:host ::slotted(*) th.align-right {
|
|
728
|
+
text-align: right;
|
|
729
|
+
}
|
|
730
|
+
:host ::slotted(*) td.align-center,
|
|
731
|
+
:host ::slotted(*) th.align-center {
|
|
732
|
+
text-align: center;
|
|
733
|
+
}
|
|
734
|
+
:host ::slotted(*) td.valign-auto,
|
|
735
|
+
:host ::slotted(*) th.valign-auto {
|
|
736
|
+
vertical-align: auto;
|
|
737
|
+
}
|
|
738
|
+
:host ::slotted(*) td.valign-middle,
|
|
739
|
+
:host ::slotted(*) th.valign-middle {
|
|
740
|
+
vertical-align: middle;
|
|
741
|
+
}
|
|
742
|
+
:host ::slotted(*) td.valign-bottom,
|
|
743
|
+
:host ::slotted(*) th.valign-bottom {
|
|
744
|
+
vertical-align: bottom;
|
|
745
|
+
}
|
|
746
|
+
:host ::slotted(*) td.nowrap,
|
|
747
|
+
:host ::slotted(*) th.nowrap {
|
|
748
|
+
white-space: nowrap;
|
|
749
|
+
}
|
|
750
|
+
:host ::slotted(*) td.is-sticky-left, :host ::slotted(*) td.is-sticky-right,
|
|
751
|
+
:host ::slotted(*) th.is-sticky-left,
|
|
752
|
+
:host ::slotted(*) th.is-sticky-right {
|
|
753
|
+
position: -webkit-sticky;
|
|
754
|
+
position: sticky;
|
|
755
|
+
z-index: 1;
|
|
756
|
+
}
|
|
757
|
+
:host ::slotted(*) td.has-sticked,
|
|
758
|
+
:host ::slotted(*) th.has-sticked {
|
|
759
|
+
z-index: 2;
|
|
760
|
+
}
|
|
761
|
+
:host ::slotted(*) td.is-sticky-left,
|
|
762
|
+
:host ::slotted(*) th.is-sticky-left {
|
|
763
|
+
left: 0;
|
|
764
|
+
}
|
|
765
|
+
:host ::slotted(*) td.is-sticky-right,
|
|
766
|
+
:host ::slotted(*) th.is-sticky-right {
|
|
767
|
+
right: 0;
|
|
768
|
+
}
|
|
769
|
+
:host ::slotted(*) td.is-sticky-left::after, :host ::slotted(*) td.is-sticky-right::after,
|
|
770
|
+
:host ::slotted(*) th.is-sticky-left::after,
|
|
771
|
+
:host ::slotted(*) th.is-sticky-right::after {
|
|
772
|
+
background: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
|
|
773
|
+
content: "";
|
|
774
|
+
pointer-events: none;
|
|
775
|
+
position: absolute;
|
|
776
|
+
top: 0;
|
|
777
|
+
height: 100%;
|
|
778
|
+
width: 0.375rem;
|
|
779
|
+
transform: translate(100%);
|
|
780
|
+
opacity: 0;
|
|
781
|
+
transition: opacity var(--stzh-base-transition-animation-speed);
|
|
782
|
+
}
|
|
783
|
+
:host ::slotted(*) td.is-sticky-left::after,
|
|
784
|
+
:host ::slotted(*) th.is-sticky-left::after {
|
|
785
|
+
right: 0;
|
|
786
|
+
}
|
|
787
|
+
:host ::slotted(*) td.is-sticky-right::after,
|
|
788
|
+
:host ::slotted(*) th.is-sticky-right::after {
|
|
789
|
+
left: 0;
|
|
790
|
+
transform: rotate(-180deg) translate(100%);
|
|
791
|
+
}
|
|
792
|
+
:host ::slotted(*) td.has-sticked.is-sticky-left::after, :host ::slotted(*) td.has-sticked.is-sticky-right::after,
|
|
793
|
+
:host ::slotted(*) th.has-sticked.is-sticky-left::after,
|
|
794
|
+
:host ::slotted(*) th.has-sticked.is-sticky-right::after {
|
|
795
|
+
opacity: 1;
|
|
796
|
+
}
|
|
797
|
+
:host ::slotted(*) th {
|
|
798
|
+
font-family: var(--stzh-font-family-heavy);
|
|
799
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
800
|
+
font-style: normal;
|
|
801
|
+
color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
802
|
+
}
|
|
803
|
+
:host ::slotted(*) th.is-sortable {
|
|
804
|
+
padding: 0;
|
|
805
|
+
}
|
|
702
806
|
:host ::slotted(*) a {
|
|
703
807
|
color: var(--stzh-link-color);
|
|
704
808
|
transition: color var(--stzh-base-transition-animation-speed);
|
|
@@ -71,6 +71,25 @@ const Template = (args) => (
|
|
|
71
71
|
</blockquote>
|
|
72
72
|
|
|
73
73
|
<p>Laboris laborum aute id laboris culpa esse aliquip nisi anim velit. Minim sunt eiusmod do laborum amet ut magna. Labore dolore id nostrud enim Lorem pariatur ad dolore id eiusmod adipisicing laboris laborum minim.</p>
|
|
74
|
+
|
|
75
|
+
<table>
|
|
76
|
+
<thead>
|
|
77
|
+
<tr>
|
|
78
|
+
<th>Column Head 1</th>
|
|
79
|
+
<th>Column Head 2</th>
|
|
80
|
+
</tr>
|
|
81
|
+
</thead>
|
|
82
|
+
<tbody>
|
|
83
|
+
<tr>
|
|
84
|
+
<td>Column Content 1</td>
|
|
85
|
+
<td>Column Content 2</td>
|
|
86
|
+
</tr>
|
|
87
|
+
<tr>
|
|
88
|
+
<td>Column Content 1</td>
|
|
89
|
+
<td>Column Content 2</td>
|
|
90
|
+
</tr>
|
|
91
|
+
</tbody>
|
|
92
|
+
</table>
|
|
74
93
|
</stzh-richtext>
|
|
75
94
|
);
|
|
76
95
|
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
|
|
97
97
|
.stzh-saptcha__box {
|
|
98
98
|
padding-top: var(--stzh-space-medium);
|
|
99
|
-
padding-bottom: var(--stzh-space-
|
|
99
|
+
padding-bottom: var(--stzh-space-xlarge);
|
|
100
100
|
padding-left: var(--stzh-space-medium);
|
|
101
101
|
padding-right: var(--stzh-space-medium);
|
|
102
102
|
background-color: var(--stzh-section-highlight-background-color);
|
|
@@ -111,19 +111,14 @@
|
|
|
111
111
|
padding-top: var(--stzh-space-xlarge);
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
@media screen and (min-width: 600px) {
|
|
115
|
-
.stzh-saptcha__box {
|
|
116
|
-
padding-bottom: var(--stzh-space-large);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
114
|
@media screen and (min-width: 1024px) {
|
|
120
115
|
.stzh-saptcha__box {
|
|
121
|
-
padding-bottom: var(--stzh-space-
|
|
116
|
+
padding-bottom: var(--stzh-space-xxlarge);
|
|
122
117
|
}
|
|
123
118
|
}
|
|
124
119
|
@media screen and (min-width: 1260px) {
|
|
125
120
|
.stzh-saptcha__box {
|
|
126
|
-
padding-bottom: var(--stzh-space-
|
|
121
|
+
padding-bottom: var(--stzh-space-xxxlarge);
|
|
127
122
|
}
|
|
128
123
|
}
|
|
129
124
|
@media screen and (min-width: 1024px) {
|
|
@@ -167,4 +162,9 @@
|
|
|
167
162
|
.stzh-saptcha__input {
|
|
168
163
|
margin-top: var(--stzh-space-medium);
|
|
169
164
|
}
|
|
165
|
+
}
|
|
166
|
+
@media screen and (min-width: 1260px) {
|
|
167
|
+
.stzh-saptcha__input {
|
|
168
|
+
margin-top: var(--stzh-space-large);
|
|
169
|
+
}
|
|
170
170
|
}
|