@oiz/stzh-components 1.5.0-alpha → 2.0.0-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{app-globals-3b6f75bd.js → app-globals-58a084a9.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-actionset.cjs.entry.js +164 -0
- package/dist/cjs/stzh-badge_3.cjs.entry.js +24 -3
- package/dist/cjs/stzh-card-list.cjs.entry.js +79 -0
- package/dist/cjs/stzh-card.cjs.entry.js +294 -0
- package/dist/cjs/stzh-chip-select.cjs.entry.js +1 -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-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 +1 -1
- package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
- package/dist/cjs/stzh-input.cjs.entry.js +3 -4
- package/dist/cjs/stzh-link.cjs.entry.js +1 -1
- package/dist/cjs/stzh-overlay.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-sortable.cjs.entry.js +17 -0
- package/dist/cjs/stzh-tooltip.cjs.entry.js +3 -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/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-actionset/stzh-actionset.css +147 -0
- package/dist/collection/components/stzh-actionset/stzh-actionset.js +351 -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-button/stzh-button.css +66 -0
- package/dist/collection/components/stzh-button/stzh-button.js +98 -4
- package/dist/collection/components/stzh-button/stzh-button.stories.js +1 -1
- package/dist/collection/components/stzh-card/stzh-card.css +408 -0
- package/dist/collection/components/{stzh-servicecard/stzh-servicecard.js → stzh-card/stzh-card.js} +283 -126
- package/dist/collection/components/stzh-card/stzh-card.localization.js +1 -0
- package/dist/collection/components/stzh-card/stzh-card.stories.js +137 -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} +46 -18
- 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-select/stzh-chip-select.js +1 -1
- package/dist/collection/components/stzh-cspace/stzh-cspace.css +13 -6
- 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-datepicker/stzh-datepicker.js +1 -21
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +2 -1
- 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-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +63 -11
- 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 +2 -23
- package/dist/collection/components/stzh-link/stzh-link.css +5 -0
- package/dist/collection/components/stzh-link/stzh-link.js +2 -2
- package/dist/collection/components/stzh-overlay/stzh-overlay.css +5 -1
- package/dist/collection/components/stzh-popover/stzh-popover.js +52 -32
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +292 -0
- 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 +145 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +19 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.js +38 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +1 -1
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +21 -1
- 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-servicecard.d.ts → stzh-actionset.d.ts} +4 -4
- package/dist/components/stzh-actionset.js +6 -0
- package/dist/components/stzh-actionset2.js +227 -0
- package/dist/components/stzh-button2.js +27 -3
- package/dist/components/{stzh-servicecard-list.d.ts → stzh-card-list.d.ts} +4 -4
- package/dist/components/stzh-card-list.js +123 -0
- package/dist/components/stzh-card.d.ts +11 -0
- package/dist/components/stzh-card.js +376 -0
- package/dist/components/stzh-chip-select.js +1 -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-datepicker2.js +1 -2
- package/dist/components/stzh-dialog.js +1 -1
- package/dist/components/stzh-dropdown2.js +4 -7
- package/dist/components/stzh-icon-sprite.js +1 -1
- package/dist/components/stzh-input2.js +3 -5
- package/dist/components/stzh-link2.js +1 -1
- package/dist/components/stzh-overlay.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-sortable2.js +17 -0
- package/dist/components/stzh-tooltip2.js +4 -1
- package/dist/esm/{app-globals-c42494e9.js → app-globals-6b6ff890.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 +1 -1
- 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 +160 -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 +25 -4
- package/dist/esm/stzh-calendar.entry.js +1 -1
- package/dist/esm/stzh-card-list.entry.js +75 -0
- package/dist/esm/stzh-card.entry.js +290 -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 +2 -2
- package/dist/esm/stzh-chip.entry.js +1 -1
- 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 +1 -1
- package/dist/esm/stzh-datamessagelist.entry.js +1 -1
- package/dist/esm/stzh-datatable.entry.js +1 -1
- package/dist/esm/stzh-datepicker_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 +2 -2
- package/dist/esm/stzh-header.entry.js +1 -1
- package/dist/esm/stzh-heading.entry.js +1 -1
- package/dist/esm/stzh-hr.entry.js +1 -1
- package/dist/esm/stzh-hspace.entry.js +1 -1
- package/dist/esm/stzh-icon-sprite.entry.js +2 -2
- package/dist/esm/{stzh-input-description-da7b0e98.js → stzh-input-description-8c477f97.js} +1 -1
- package/dist/esm/stzh-input.entry.js +5 -6
- package/dist/esm/stzh-link.entry.js +2 -2
- 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 +1 -1
- package/dist/esm/stzh-message.entry.js +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +18 -1
- package/dist/esm/stzh-status.entry.js +1 -1
- package/dist/esm/stzh-table.entry.js +1 -1
- 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 +2 -2
- 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 +1 -1
- package/dist/esm/stzh-visuallyhidden.entry.js +1 -1
- package/dist/esm/stzh-vspace.entry.js +1 -1
- package/dist/esm-es5/app-globals-6b6ff890.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 +1 -1
- 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/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 +63 -11
- 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-0837657c.entry.js → p-08a564af.entry.js} +1 -1
- package/dist/stzh-components/{p-fd16e20e.system.entry.js → p-0b8de542.system.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-0d5522dc.system.entry.js +1 -0
- package/dist/stzh-components/{p-33d033a3.system.entry.js → p-0efe125f.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-13f44000.entry.js +1 -0
- package/dist/stzh-components/{p-65444117.system.entry.js → p-17c6c1db.system.entry.js} +1 -1
- 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-debb00e6.entry.js → p-216577b4.entry.js} +1 -1
- package/dist/stzh-components/{p-6edd58a4.system.entry.js → p-27fd6c6f.system.entry.js} +1 -1
- package/dist/stzh-components/{p-bdba7714.entry.js → p-2818488f.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-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-11d0c8f3.entry.js → p-332e4fd3.entry.js} +1 -1
- package/dist/stzh-components/{p-c863ffd0.system.entry.js → p-33c0229f.system.entry.js} +1 -1
- package/dist/stzh-components/p-373f79e8.entry.js +1 -0
- package/dist/stzh-components/{p-b651f251.entry.js → p-3ac93a01.entry.js} +1 -1
- package/dist/stzh-components/{p-c7c17bb7.system.entry.js → p-3b27a43f.system.entry.js} +2 -2
- package/dist/stzh-components/{p-1cde29ea.entry.js → p-3d8317b5.entry.js} +1 -1
- 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-bb2e1dda.entry.js → p-552f49c4.entry.js} +1 -1
- 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-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-5975c355.system.entry.js +1 -0
- package/dist/stzh-components/p-5987573e.system.entry.js +1 -0
- package/dist/stzh-components/{p-68a8b7b7.system.entry.js → p-5997e418.system.entry.js} +1 -1
- package/dist/stzh-components/p-59c323ce.entry.js +1 -0
- 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-4a398453.system.entry.js → p-61aac051.system.entry.js} +1 -1
- package/dist/stzh-components/{p-ade1ebcf.system.entry.js → p-6305db38.system.entry.js} +1 -1
- package/dist/stzh-components/{p-f610f725.entry.js → p-6354fee3.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-63d8db7b.entry.js} +1 -1
- package/dist/stzh-components/{p-818634d2.entry.js → p-64b4cc74.entry.js} +1 -1
- package/dist/stzh-components/p-653c6bbc.entry.js +1 -0
- package/dist/stzh-components/{p-8a60addb.entry.js → p-67f906b1.entry.js} +1 -1
- 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-6a81e64b.entry.js +1 -0
- package/dist/stzh-components/p-6a873872.entry.js +1 -0
- package/dist/stzh-components/{p-03b16275.entry.js → p-72f29f07.entry.js} +1 -1
- package/dist/stzh-components/p-75cdc8a6.system.entry.js +1 -0
- package/dist/stzh-components/{p-6fc271d0.system.entry.js → p-7ad87d98.system.entry.js} +1 -1
- package/dist/stzh-components/p-7d8c9866.entry.js +1 -0
- package/dist/stzh-components/{p-1cebd703.entry.js → p-7f9f9a8d.entry.js} +1 -1
- package/dist/stzh-components/{p-7d098987.entry.js → p-83b1e379.entry.js} +1 -1
- package/dist/stzh-components/{p-aec2d2d1.system.entry.js → p-851e0caa.system.entry.js} +1 -1
- package/dist/stzh-components/{p-1f15a4e0.system.entry.js → p-86bc421e.system.entry.js} +1 -1
- 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-346e26f2.system.entry.js → p-8a9e588e.system.entry.js} +1 -1
- package/dist/stzh-components/{p-66556f67.entry.js → p-8aebb240.entry.js} +1 -1
- package/dist/stzh-components/{p-f1a58a7c.system.entry.js → p-8cbc987f.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-b281b653.entry.js → p-8f16b0ac.entry.js} +2 -2
- package/dist/stzh-components/{p-85d78e08.entry.js → p-938ef748.entry.js} +1 -1
- package/dist/stzh-components/{p-65282c9d.js → p-93e8e31f.js} +1 -1
- 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-9bda100f.system.js +1 -0
- package/dist/stzh-components/{p-0ec28130.system.entry.js → p-9c72f491.system.entry.js} +1 -1
- package/dist/stzh-components/{p-8cf287d8.system.entry.js → p-9fb4da92.system.entry.js} +1 -1
- 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-632d9076.system.entry.js → p-a99d3e97.system.entry.js} +1 -1
- package/dist/stzh-components/{p-148de4e6.entry.js → p-ab246b66.entry.js} +1 -1
- package/dist/stzh-components/{p-936cc626.system.entry.js → p-ab455116.system.entry.js} +1 -1
- package/dist/stzh-components/p-af2664fc.system.entry.js +1 -0
- package/dist/stzh-components/p-b084fcbf.system.entry.js +1 -0
- package/dist/stzh-components/p-b550feaa.system.entry.js +1 -0
- package/dist/stzh-components/{p-a760352a.system.entry.js → p-b636a18a.system.entry.js} +1 -1
- package/dist/stzh-components/{p-3ed69b16.entry.js → p-b9295dc2.entry.js} +1 -1
- package/dist/stzh-components/{p-f2050d1e.entry.js → p-b9382599.entry.js} +1 -1
- package/dist/stzh-components/{p-46f301c0.entry.js → p-b9a027aa.entry.js} +1 -1
- package/dist/stzh-components/{p-e4347cfe.entry.js → p-b9c3f3cc.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-7d62dfeb.system.entry.js → p-bd178c32.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-da063c7e.system.entry.js → p-c013a00b.system.entry.js} +1 -1
- 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-c6cad5ed.system.entry.js → p-c456c04b.system.entry.js} +1 -1
- package/dist/stzh-components/{p-8bd3ba06.entry.js → p-c499e04d.entry.js} +1 -1
- package/dist/stzh-components/{p-e9bc3a43.entry.js → p-c4b7c2be.entry.js} +1 -1
- package/dist/stzh-components/{p-df422d36.entry.js → p-c58dd9de.entry.js} +1 -1
- package/dist/stzh-components/{p-7d2237ca.entry.js → p-c692e405.entry.js} +1 -1
- package/dist/stzh-components/{p-4e9bfeb8.system.entry.js → p-c83e4fec.system.entry.js} +1 -1
- package/dist/stzh-components/p-ca062c11.system.js +1 -0
- package/dist/stzh-components/{p-586cae98.entry.js → p-ce070ccd.entry.js} +1 -1
- package/dist/stzh-components/{p-b3b5ee7e.entry.js → p-ce28428b.entry.js} +1 -1
- package/dist/stzh-components/p-cfaac121.js +1 -0
- package/dist/stzh-components/{p-04d7b18f.entry.js → p-d0aa9d3b.entry.js} +1 -1
- package/dist/stzh-components/{p-5ea652ae.system.entry.js → p-d11a70e2.system.entry.js} +1 -1
- package/dist/stzh-components/p-d1dba399.system.entry.js +1 -0
- package/dist/stzh-components/p-d2b5e066.entry.js +1 -0
- package/dist/stzh-components/{p-58ffc722.system.entry.js → p-d54f04c8.system.entry.js} +1 -1
- package/dist/stzh-components/p-d645d645.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-03e2634c.entry.js → p-da7b363e.entry.js} +1 -1
- package/dist/stzh-components/{p-58917ce2.entry.js → p-db5363ef.entry.js} +1 -1
- package/dist/stzh-components/p-de017b87.system.entry.js +1 -0
- package/dist/stzh-components/{p-ec3d4dd4.entry.js → p-e009bfdc.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-7a6e347d.system.entry.js → p-e7a84e53.system.entry.js} +1 -1
- 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-82e6148a.system.entry.js → p-f167eaa4.system.entry.js} +1 -1
- package/dist/stzh-components/{p-3c799247.entry.js → p-f2ee016a.entry.js} +1 -1
- 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/{p-90a10825.system.entry.js → p-ffa1e9dd.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-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 +458 -245
- package/dist/types/index.d.ts +56 -14
- package/dist/vscode-data.json +346 -131
- 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.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-2b11d549.system.entry.js +0 -1
- package/dist/stzh-components/p-34190502.entry.js +0 -1
- package/dist/stzh-components/p-3ebd2c03.js +0 -1
- package/dist/stzh-components/p-5e0cccc9.system.entry.js +0 -1
- package/dist/stzh-components/p-63b5068a.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-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-c581e798.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-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-faf20030.system.js +0 -1
- package/dist/stzh-components/p-fce0e218.system.entry.js +0 -1
- package/dist/stzh-components/p-fe9f8a09.system.entry.js +0 -1
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
.stzh-input--is-filled .stzh-input__button-right.is-search {
|
|
320
320
|
pointer-events: initial;
|
|
321
321
|
}
|
|
322
|
-
.stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__input:focus + .stzh-input__label, .stzh-input--has-fixed-label .stzh-input__label, .stzh-input--is-filled .stzh-input__label, .stzh-input--is-readonly .stzh-input__label, .stzh-input--is-disabled .stzh-input__label, .stzh-input--
|
|
322
|
+
.stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__input:focus + .stzh-input__label, .stzh-input--has-fixed-label .stzh-input__label, .stzh-input--is-filled .stzh-input__label, .stzh-input--is-readonly .stzh-input__label, .stzh-input--is-disabled .stzh-input__label, .stzh-input--is-invalid .stzh-input__label {
|
|
323
323
|
display: block;
|
|
324
324
|
top: 0;
|
|
325
325
|
left: calc(var(--stzh-space-medium) - var(--stzh-space-xxsmall));
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
max-width: calc(100% - var(--stzh-space-small) * 2);
|
|
330
330
|
pointer-events: all;
|
|
331
331
|
}
|
|
332
|
-
.stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__input:focus + .stzh-input__label:not(:empty)::before, .stzh-input--has-fixed-label .stzh-input__label:not(:empty)::before, .stzh-input--is-filled .stzh-input__label:not(:empty)::before, .stzh-input--is-readonly .stzh-input__label:not(:empty)::before, .stzh-input--is-disabled .stzh-input__label:not(:empty)::before, .stzh-input--
|
|
332
|
+
.stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__input:focus + .stzh-input__label:not(:empty)::before, .stzh-input--has-fixed-label .stzh-input__label:not(:empty)::before, .stzh-input--is-filled .stzh-input__label:not(:empty)::before, .stzh-input--is-readonly .stzh-input__label:not(:empty)::before, .stzh-input--is-disabled .stzh-input__label:not(:empty)::before, .stzh-input--is-invalid .stzh-input__label:not(:empty)::before {
|
|
333
333
|
display: block;
|
|
334
334
|
}
|
|
335
335
|
.stzh-input--has-button-right .stzh-input__input {
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
.stzh-input--has-button-right .stzh-input__label {
|
|
339
339
|
max-width: calc(100% - (var(--stzh-space-medium) + 0.0625rem) * 2 - var(--stzh-form-input-height));
|
|
340
340
|
}
|
|
341
|
-
.stzh-input--has-button-right.stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__input:focus + .stzh-input__label, .stzh-input--has-button-right.stzh-input--has-fixed-label .stzh-input__label, .stzh-input--has-button-right.stzh-input--is-filled .stzh-input__label, .stzh-input--has-button-right.stzh-input--is-readonly .stzh-input__label, .stzh-input--has-button-right.stzh-input--is-disabled .stzh-input__label, .stzh-input--has-button-right.stzh-input--
|
|
341
|
+
.stzh-input--has-button-right.stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__input:focus + .stzh-input__label, .stzh-input--has-button-right.stzh-input--has-fixed-label .stzh-input__label, .stzh-input--has-button-right.stzh-input--is-filled .stzh-input__label, .stzh-input--has-button-right.stzh-input--is-readonly .stzh-input__label, .stzh-input--has-button-right.stzh-input--is-disabled .stzh-input__label, .stzh-input--has-button-right.stzh-input--is-invalid .stzh-input__label {
|
|
342
342
|
max-width: calc(100% - var(--stzh-space-medium) - var(--stzh-space-xxsmall) - 0.0625rem + var(--stzh-space-xxsmall) - var(--stzh-form-input-height));
|
|
343
343
|
}
|
|
344
344
|
.stzh-input--size-small {
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
.stzh-input--size-small .stzh-input__label {
|
|
359
359
|
top: calc(var(--stzh-form-input-small-height) / 2);
|
|
360
360
|
}
|
|
361
|
-
.stzh-input--size-small.stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__input:focus + .stzh-input__label, .stzh-input--size-small.stzh-input--has-fixed-label .stzh-input__label, .stzh-input--size-small.stzh-input--is-filled .stzh-input__label, .stzh-input--size-small.stzh-input--is-readonly .stzh-input__label, .stzh-input--size-small.stzh-input--is-disabled .stzh-input__label, .stzh-input--size-small.stzh-input--
|
|
361
|
+
.stzh-input--size-small.stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__input:focus + .stzh-input__label, .stzh-input--size-small.stzh-input--has-fixed-label .stzh-input__label, .stzh-input--size-small.stzh-input--is-filled .stzh-input__label, .stzh-input--size-small.stzh-input--is-readonly .stzh-input__label, .stzh-input--size-small.stzh-input--is-disabled .stzh-input__label, .stzh-input--size-small.stzh-input--is-invalid .stzh-input__label {
|
|
362
362
|
top: 0;
|
|
363
363
|
}
|
|
364
364
|
.stzh-input--size-small.stzh-input--has-button-right .stzh-input__input {
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
.stzh-input--size-small.stzh-input--has-button-right .stzh-input__label {
|
|
368
368
|
max-width: calc(100% - (var(--stzh-space-medium) + 0.0625rem) * 2 - var(--stzh-form-input-small-height));
|
|
369
369
|
}
|
|
370
|
-
.stzh-input--size-small.stzh-input--has-button-right.stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__input:focus + .stzh-input__label, .stzh-input--size-small.stzh-input--has-button-right.stzh-input--has-fixed-label .stzh-input__label, .stzh-input--size-small.stzh-input--has-button-right.stzh-input--is-filled .stzh-input__label, .stzh-input--size-small.stzh-input--has-button-right.stzh-input--is-readonly .stzh-input__label, .stzh-input--size-small.stzh-input--has-button-right.stzh-input--is-disabled .stzh-input__label, .stzh-input--size-small.stzh-input--has-button-right.stzh-input--
|
|
370
|
+
.stzh-input--size-small.stzh-input--has-button-right.stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__input:focus + .stzh-input__label, .stzh-input--size-small.stzh-input--has-button-right.stzh-input--has-fixed-label .stzh-input__label, .stzh-input--size-small.stzh-input--has-button-right.stzh-input--is-filled .stzh-input__label, .stzh-input--size-small.stzh-input--has-button-right.stzh-input--is-readonly .stzh-input__label, .stzh-input--size-small.stzh-input--has-button-right.stzh-input--is-disabled .stzh-input__label, .stzh-input--size-small.stzh-input--has-button-right.stzh-input--is-invalid .stzh-input__label {
|
|
371
371
|
max-width: calc(100% - var(--stzh-space-medium) - var(--stzh-space-xxsmall) - 0.0625rem + var(--stzh-space-xsmall) - var(--stzh-form-input-small-height));
|
|
372
372
|
}
|
|
373
373
|
.stzh-input:not(.stzh-input--has-spin) .stzh-input__input::-webkit-outer-spin-button, .stzh-input:not(.stzh-input--has-spin) .stzh-input__input::-webkit-inner-spin-button {
|
|
@@ -130,10 +130,10 @@ export class StzhInput {
|
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
renderTextarea() {
|
|
133
|
-
return (h("textarea", { class: "stzh-input__input stzh-input__input--textarea", ref: (el) => (this.input = el), id: this.inputId, name: this.name, rows: this.rows,
|
|
133
|
+
return (h("textarea", { class: "stzh-input__input stzh-input__input--textarea", ref: (el) => (this.input = el), id: this.inputId, name: this.name, rows: this.rows, disabled: this.disabled, readonly: this.readonly, minlength: this.minlength, maxlength: this.maxlength, "aria-describedby": `${this.inputId}-description ${this.a11yDescribedby}`, "aria-required": this.required ? "true" : "false", "aria-invalid": this.invalid ? "true" : "false", onInput: this.onInput, onFocus: this.onFocus, onBlur: this.onBlur }, this.value));
|
|
134
134
|
}
|
|
135
135
|
renderInput() {
|
|
136
|
-
return (h("input", { class: "stzh-input__input stzh-input__input--input", ref: (el) => (this.input = el), id: this.inputId, type: this.type, name: this.name, value: this.value, min: this.min, max: this.max, step: this.step,
|
|
136
|
+
return (h("input", { class: "stzh-input__input stzh-input__input--input", ref: (el) => (this.input = el), id: this.inputId, type: this.type, name: this.name, value: this.value, min: this.min, max: this.max, step: this.step, inputmode: this.inputmode, disabled: this.disabled, readonly: this.readonly, minlength: this.minlength, maxlength: this.maxlength, autocomplete: this.noAutocomplete ? "off" : this.autocomplete, "aria-autocomplete": this.noAutocomplete ? "none" : undefined, "aria-describedby": `${this.inputId}-description ${this.a11yDescribedby}`, "aria-required": this.required ? "true" : "false", "aria-invalid": this.invalid ? "true" : "false", onInput: this.onInput, onFocus: this.onFocus, onBlur: this.onBlur }));
|
|
137
137
|
}
|
|
138
138
|
async componentWillLoad() {
|
|
139
139
|
this.inputId = `stzh-input-${inputCounter++}`;
|
|
@@ -163,7 +163,6 @@ export class StzhInput {
|
|
|
163
163
|
"stzh-input--is-disabled": this.disabled,
|
|
164
164
|
"stzh-input--is-readonly": this.readonly,
|
|
165
165
|
"stzh-input--is-required": this.required,
|
|
166
|
-
"stzh-input--has-placeholder": !!this.placeholder,
|
|
167
166
|
"stzh-input--is-filled": this.filled,
|
|
168
167
|
"stzh-input--is-clearable": this.clearable,
|
|
169
168
|
"stzh-input--has-fixed-label": ((_a = window === null || window === void 0 ? void 0 : window.stzhComponents) === null || _a === void 0 ? void 0 : _a.labels) === "fixed",
|
|
@@ -566,26 +565,6 @@ export class StzhInput {
|
|
|
566
565
|
"reflect": true,
|
|
567
566
|
"defaultValue": "false"
|
|
568
567
|
},
|
|
569
|
-
"placeholder": {
|
|
570
|
-
"type": "string",
|
|
571
|
-
"mutable": false,
|
|
572
|
-
"complexType": {
|
|
573
|
-
"original": "string",
|
|
574
|
-
"resolved": "string",
|
|
575
|
-
"references": {}
|
|
576
|
-
},
|
|
577
|
-
"required": false,
|
|
578
|
-
"optional": false,
|
|
579
|
-
"docs": {
|
|
580
|
-
"tags": [{
|
|
581
|
-
"name": "deprecated",
|
|
582
|
-
"text": undefined
|
|
583
|
-
}],
|
|
584
|
-
"text": "Placeholder text"
|
|
585
|
-
},
|
|
586
|
-
"attribute": "placeholder",
|
|
587
|
-
"reflect": false
|
|
588
|
-
},
|
|
589
568
|
"inputmode": {
|
|
590
569
|
"type": "string",
|
|
591
570
|
"mutable": false,
|
|
@@ -226,6 +226,11 @@
|
|
|
226
226
|
font-size: var(--stzh-font-micro-font-size);
|
|
227
227
|
line-height: var(--stzh-font-micro-text-line-height);
|
|
228
228
|
}
|
|
229
|
+
.stzh-link--size-inherit {
|
|
230
|
+
font-size: inherit;
|
|
231
|
+
line-height: inherit;
|
|
232
|
+
letter-spacing: inherit;
|
|
233
|
+
}
|
|
229
234
|
.stzh-link--is-disabled {
|
|
230
235
|
cursor: not-allowed;
|
|
231
236
|
}
|
|
@@ -147,8 +147,8 @@ export class StzhLink {
|
|
|
147
147
|
"type": "string",
|
|
148
148
|
"mutable": false,
|
|
149
149
|
"complexType": {
|
|
150
|
-
"original": "\"default\" | \"small\"",
|
|
151
|
-
"resolved": "\"default\" | \"small\"",
|
|
150
|
+
"original": "\"default\" | \"small\" | \"inherit\"",
|
|
151
|
+
"resolved": "\"default\" | \"inherit\" | \"small\"",
|
|
152
152
|
"references": {}
|
|
153
153
|
},
|
|
154
154
|
"required": false,
|
|
@@ -94,6 +94,10 @@
|
|
|
94
94
|
box-sizing: border-box;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
+
:host {
|
|
98
|
+
--backdrop-opacity: 0.8;
|
|
99
|
+
}
|
|
100
|
+
|
|
97
101
|
.stzh-overlay {
|
|
98
102
|
display: none;
|
|
99
103
|
z-index: var(--stzh-z-index-overlay);
|
|
@@ -109,7 +113,7 @@
|
|
|
109
113
|
.stzh-overlay__backdrop {
|
|
110
114
|
z-index: 1;
|
|
111
115
|
background-color: var(--stzh-color-white);
|
|
112
|
-
opacity:
|
|
116
|
+
opacity: var(--backdrop-opacity);
|
|
113
117
|
position: absolute;
|
|
114
118
|
top: 0;
|
|
115
119
|
left: 0;
|
|
@@ -1,64 +1,64 @@
|
|
|
1
1
|
import { Host, h, } from "@stencil/core";
|
|
2
|
-
import { computePosition, offset, shift, flip, arrow, autoUpdate, } from
|
|
3
|
-
import { createFocusTrap } from
|
|
2
|
+
import { computePosition, offset, shift, flip, arrow, autoUpdate, } from "@floating-ui/dom";
|
|
3
|
+
import { createFocusTrap } from "focus-trap";
|
|
4
4
|
import { fetchTranslations } from "../../utils/translation-utils";
|
|
5
|
-
import { media } from
|
|
5
|
+
import { media } from "../../utils/media-utils";
|
|
6
6
|
import { waitForEvent } from "../../utils/event-utils";
|
|
7
7
|
import { stopAnimations, animateTo } from "../../utils/animation-utils";
|
|
8
|
-
import Arrow from
|
|
8
|
+
import Arrow from "../stzh-tooltip/assets/arrow.svg";
|
|
9
9
|
const ANIMATION_SHOW_DURATION = 200;
|
|
10
10
|
const ANIMATION_HIDE_DURATION = 300;
|
|
11
11
|
const ANIMATION_SHOW_DURATION_SMALL = 100;
|
|
12
12
|
const ANIMATION_HIDE_DURATION_SMALL = 200;
|
|
13
13
|
function animationContentWrapperShow() {
|
|
14
|
-
const isSmall = media(
|
|
14
|
+
const isSmall = media("small").matches;
|
|
15
15
|
return {
|
|
16
16
|
keyframes: [
|
|
17
|
-
{ opacity:
|
|
18
|
-
{ opacity:
|
|
17
|
+
{ opacity: "0" },
|
|
18
|
+
{ opacity: "1" }
|
|
19
19
|
],
|
|
20
20
|
options: {
|
|
21
21
|
duration: isSmall ? ANIMATION_SHOW_DURATION_SMALL : ANIMATION_SHOW_DURATION,
|
|
22
|
-
easing:
|
|
22
|
+
easing: "linear"
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
25
|
}
|
|
26
26
|
function animationContentWrapperHide() {
|
|
27
|
-
const isSmall = media(
|
|
27
|
+
const isSmall = media("small").matches;
|
|
28
28
|
return {
|
|
29
29
|
keyframes: [
|
|
30
|
-
{ opacity:
|
|
31
|
-
{ opacity:
|
|
30
|
+
{ opacity: "1" },
|
|
31
|
+
{ opacity: "0" }
|
|
32
32
|
],
|
|
33
33
|
options: {
|
|
34
34
|
duration: isSmall ? ANIMATION_HIDE_DURATION_SMALL : ANIMATION_HIDE_DURATION,
|
|
35
|
-
easing:
|
|
35
|
+
easing: "linear"
|
|
36
36
|
}
|
|
37
37
|
};
|
|
38
38
|
}
|
|
39
39
|
function animationDialogShow() {
|
|
40
|
-
const isSmall = media(
|
|
40
|
+
const isSmall = media("small").matches;
|
|
41
41
|
return {
|
|
42
42
|
keyframes: [
|
|
43
|
-
{ transform: isSmall ?
|
|
44
|
-
{ transform:
|
|
43
|
+
{ transform: isSmall ? "translateY(-8px)" : "translateY(100%)" },
|
|
44
|
+
{ transform: "translateY(0px)" }
|
|
45
45
|
],
|
|
46
46
|
options: {
|
|
47
47
|
duration: isSmall ? ANIMATION_SHOW_DURATION_SMALL : ANIMATION_SHOW_DURATION,
|
|
48
|
-
easing:
|
|
48
|
+
easing: "linear"
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
51
|
}
|
|
52
52
|
function animationDialogHide() {
|
|
53
|
-
const isSmall = media(
|
|
53
|
+
const isSmall = media("small").matches;
|
|
54
54
|
return {
|
|
55
55
|
keyframes: [
|
|
56
|
-
{ transform:
|
|
57
|
-
{ transform: isSmall ?
|
|
56
|
+
{ transform: "translateY(0px)" },
|
|
57
|
+
{ transform: isSmall ? "translateY(-8px)" : "translateY(100%)" }
|
|
58
58
|
],
|
|
59
59
|
options: {
|
|
60
60
|
duration: isSmall ? ANIMATION_HIDE_DURATION_SMALL : ANIMATION_HIDE_DURATION,
|
|
61
|
-
easing:
|
|
61
|
+
easing: "linear"
|
|
62
62
|
}
|
|
63
63
|
};
|
|
64
64
|
}
|
|
@@ -87,6 +87,8 @@ export class StzhPopover {
|
|
|
87
87
|
this.skidding = 0;
|
|
88
88
|
/** Label for mobile view (use label slot as alternative) */
|
|
89
89
|
this.label = "";
|
|
90
|
+
/** Position strategy */
|
|
91
|
+
this.strategy = "absolute";
|
|
90
92
|
this.initialTouchX = null;
|
|
91
93
|
this.initialTouchY = null;
|
|
92
94
|
this.handleKeydown = (event) => {
|
|
@@ -98,7 +100,7 @@ export class StzhPopover {
|
|
|
98
100
|
this.toggle();
|
|
99
101
|
};
|
|
100
102
|
this.computePosition = async () => {
|
|
101
|
-
if (media(
|
|
103
|
+
if (media("small").matches) {
|
|
102
104
|
const middleware = [
|
|
103
105
|
offset({
|
|
104
106
|
mainAxis: this.distance,
|
|
@@ -117,8 +119,8 @@ export class StzhPopover {
|
|
|
117
119
|
padding: 5
|
|
118
120
|
}));
|
|
119
121
|
}
|
|
120
|
-
const { x = 0, y = 0, strategy =
|
|
121
|
-
|
|
122
|
+
const { x = 0, y = 0, strategy = "absolute", placement, middlewareData } = await computePosition(this.element, this.dialogElement, {
|
|
123
|
+
strategy: this.strategy,
|
|
122
124
|
placement: this.placement,
|
|
123
125
|
middleware,
|
|
124
126
|
});
|
|
@@ -130,8 +132,8 @@ export class StzhPopover {
|
|
|
130
132
|
});
|
|
131
133
|
if (this.variant === "tooltip") {
|
|
132
134
|
Object.assign(this.arrowElement.style, {
|
|
133
|
-
left: x != null ? `${middlewareData.arrow.x}px` :
|
|
134
|
-
top: y != null ? `${middlewareData.arrow.y}px` :
|
|
135
|
+
left: x != null ? `${middlewareData.arrow.x}px` : "",
|
|
136
|
+
top: y != null ? `${middlewareData.arrow.y}px` : "",
|
|
135
137
|
});
|
|
136
138
|
}
|
|
137
139
|
}
|
|
@@ -233,7 +235,7 @@ export class StzhPopover {
|
|
|
233
235
|
this.contentWrapperElement.hidden = false;
|
|
234
236
|
await Promise.all([
|
|
235
237
|
animateTo(this.contentWrapperElement, animationShow.keyframes, animationShow.options),
|
|
236
|
-
animateTo(media(
|
|
238
|
+
animateTo(media("small").matches ? this.dialogElement : this.contentElement, animationShowDialog.keyframes, animationShowDialog.options)
|
|
237
239
|
]);
|
|
238
240
|
if (this.toggledByMethod) {
|
|
239
241
|
this.stzhOpened.emit({
|
|
@@ -256,7 +258,7 @@ export class StzhPopover {
|
|
|
256
258
|
]);
|
|
257
259
|
await Promise.all([
|
|
258
260
|
animateTo(this.contentWrapperElement, animationHide.keyframes, animationHide.options),
|
|
259
|
-
animateTo(media(
|
|
261
|
+
animateTo(media("small").matches ? this.dialogElement : this.contentElement, animationHideDialog.keyframes, animationHideDialog.options),
|
|
260
262
|
]);
|
|
261
263
|
this.contentWrapperElement.hidden = true;
|
|
262
264
|
this.dialogElement.style.willChange = "auto";
|
|
@@ -269,7 +271,7 @@ export class StzhPopover {
|
|
|
269
271
|
this.toggledByMethod = false;
|
|
270
272
|
}
|
|
271
273
|
distanceWatcher(newValue) {
|
|
272
|
-
if (typeof newValue ===
|
|
274
|
+
if (typeof newValue === "number") {
|
|
273
275
|
this.distance = newValue;
|
|
274
276
|
}
|
|
275
277
|
else {
|
|
@@ -281,13 +283,13 @@ export class StzhPopover {
|
|
|
281
283
|
popoverCounter++;
|
|
282
284
|
this.distanceWatcher(this.distance);
|
|
283
285
|
if (!this.localization) {
|
|
284
|
-
this.localization = await fetchTranslations(this.element,
|
|
286
|
+
this.localization = await fetchTranslations(this.element, "popover");
|
|
285
287
|
}
|
|
286
288
|
}
|
|
287
289
|
popoverShown() {
|
|
288
290
|
document.body.classList.add(CLASS_BODY_OPEN);
|
|
289
291
|
this.triggerElement.firstElementChild
|
|
290
|
-
.setAttribute(
|
|
292
|
+
.setAttribute("aria-expanded", "true");
|
|
291
293
|
if (this.trap) {
|
|
292
294
|
this.trap.activate();
|
|
293
295
|
}
|
|
@@ -295,7 +297,7 @@ export class StzhPopover {
|
|
|
295
297
|
popoverHidden() {
|
|
296
298
|
document.body.classList.remove(CLASS_BODY_OPEN);
|
|
297
299
|
this.triggerElement.firstElementChild
|
|
298
|
-
.setAttribute(
|
|
300
|
+
.setAttribute("aria-expanded", "false");
|
|
299
301
|
if (this.trap) {
|
|
300
302
|
this.trap.deactivate();
|
|
301
303
|
}
|
|
@@ -324,7 +326,7 @@ export class StzhPopover {
|
|
|
324
326
|
let trigger = (_a = this.triggerElement) === null || _a === void 0 ? void 0 : _a.firstElementChild;
|
|
325
327
|
if (!trigger) {
|
|
326
328
|
const defaultSlot = Array.from(this.element.children)
|
|
327
|
-
.find(child => !child.hasAttribute(
|
|
329
|
+
.find(child => !child.hasAttribute("slot"));
|
|
328
330
|
trigger = defaultSlot;
|
|
329
331
|
}
|
|
330
332
|
if (trigger) {
|
|
@@ -473,6 +475,24 @@ export class StzhPopover {
|
|
|
473
475
|
"reflect": false,
|
|
474
476
|
"defaultValue": "\"\""
|
|
475
477
|
},
|
|
478
|
+
"strategy": {
|
|
479
|
+
"type": "string",
|
|
480
|
+
"mutable": false,
|
|
481
|
+
"complexType": {
|
|
482
|
+
"original": "\"absolute\" | \"fixed\"",
|
|
483
|
+
"resolved": "\"absolute\" | \"fixed\"",
|
|
484
|
+
"references": {}
|
|
485
|
+
},
|
|
486
|
+
"required": false,
|
|
487
|
+
"optional": false,
|
|
488
|
+
"docs": {
|
|
489
|
+
"tags": [],
|
|
490
|
+
"text": "Position strategy"
|
|
491
|
+
},
|
|
492
|
+
"attribute": "strategy",
|
|
493
|
+
"reflect": false,
|
|
494
|
+
"defaultValue": "\"absolute\""
|
|
495
|
+
},
|
|
476
496
|
"localization": {
|
|
477
497
|
"type": "unknown",
|
|
478
498
|
"mutable": false,
|
|
@@ -645,6 +645,8 @@ the .has-focus class is used by the focus target */
|
|
|
645
645
|
}
|
|
646
646
|
|
|
647
647
|
.stzh-theme-ma {
|
|
648
|
+
--stzh-section-highlight-background-color: var(--stzh-color-white);
|
|
649
|
+
|
|
648
650
|
background-color: var(--stzh-color-grey5);
|
|
649
651
|
}
|
|
650
652
|
|
|
@@ -738,6 +740,7 @@ main {
|
|
|
738
740
|
/* Lists */
|
|
739
741
|
/* Figure */
|
|
740
742
|
/* Blockquote */
|
|
743
|
+
/* Table */
|
|
741
744
|
/* Links */
|
|
742
745
|
/* Process Header */
|
|
743
746
|
/* Links */
|
|
@@ -1327,6 +1330,150 @@ main blockquote footer::before {
|
|
|
1327
1330
|
display: inline-block;
|
|
1328
1331
|
margin-right: var(--stzh-space-xxxsmall);
|
|
1329
1332
|
}
|
|
1333
|
+
main table {
|
|
1334
|
+
--min-width: none;
|
|
1335
|
+
--cell-padding: var(--stzh-table-cell-padding);
|
|
1336
|
+
width: 100%;
|
|
1337
|
+
border-spacing: 0;
|
|
1338
|
+
min-width: var(--min-width);
|
|
1339
|
+
}
|
|
1340
|
+
main thead {
|
|
1341
|
+
position: -webkit-sticky;
|
|
1342
|
+
position: sticky;
|
|
1343
|
+
top: 0;
|
|
1344
|
+
z-index: 3;
|
|
1345
|
+
}
|
|
1346
|
+
main tr:hover td,
|
|
1347
|
+
main tr:hover th {
|
|
1348
|
+
background-color: var(--stzh-color-grey5);
|
|
1349
|
+
}
|
|
1350
|
+
main td,
|
|
1351
|
+
main th {
|
|
1352
|
+
font-size: var(--stzh-font-milli-font-size);
|
|
1353
|
+
line-height: var(--stzh-font-milli-text-line-height);
|
|
1354
|
+
letter-spacing: var(--stzh-font-curve---text-letter-spacing);
|
|
1355
|
+
text-align: left;
|
|
1356
|
+
border: none;
|
|
1357
|
+
vertical-align: top;
|
|
1358
|
+
border: none;
|
|
1359
|
+
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
1360
|
+
background-color: var(--stzh-color-white);
|
|
1361
|
+
transition: background-color var(--stzh-base-transition-animation-speed);
|
|
1362
|
+
padding: var(--cell-padding);
|
|
1363
|
+
/* Horizontal alignment */
|
|
1364
|
+
/* Vertical alignment */
|
|
1365
|
+
/* Nowrap */
|
|
1366
|
+
/* Sticky */
|
|
1367
|
+
}
|
|
1368
|
+
main td a,
|
|
1369
|
+
main th a {
|
|
1370
|
+
color: var(--stzh-link-color);
|
|
1371
|
+
transition: color var(--stzh-base-transition-animation-speed);
|
|
1372
|
+
border-radius: var(--stzh-button-border-radius);
|
|
1373
|
+
}
|
|
1374
|
+
main td a:hover, main td a:focus,
|
|
1375
|
+
main th a:hover,
|
|
1376
|
+
main th a:focus {
|
|
1377
|
+
color: var(--stzh-link-hover-color);
|
|
1378
|
+
}
|
|
1379
|
+
main td b, main td strong,
|
|
1380
|
+
main th b,
|
|
1381
|
+
main th strong {
|
|
1382
|
+
font-family: var(--stzh-font-family-heavy);
|
|
1383
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
1384
|
+
font-style: normal;
|
|
1385
|
+
}
|
|
1386
|
+
main td i, main td em,
|
|
1387
|
+
main th i,
|
|
1388
|
+
main th em {
|
|
1389
|
+
font-family: var(--stzh-font-family-regular);
|
|
1390
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
1391
|
+
font-style: normal;
|
|
1392
|
+
}
|
|
1393
|
+
main td.align-left,
|
|
1394
|
+
main th.align-left {
|
|
1395
|
+
text-align: left;
|
|
1396
|
+
}
|
|
1397
|
+
main td.align-right,
|
|
1398
|
+
main th.align-right {
|
|
1399
|
+
text-align: right;
|
|
1400
|
+
}
|
|
1401
|
+
main td.align-center,
|
|
1402
|
+
main th.align-center {
|
|
1403
|
+
text-align: center;
|
|
1404
|
+
}
|
|
1405
|
+
main td.valign-auto,
|
|
1406
|
+
main th.valign-auto {
|
|
1407
|
+
vertical-align: auto;
|
|
1408
|
+
}
|
|
1409
|
+
main td.valign-middle,
|
|
1410
|
+
main th.valign-middle {
|
|
1411
|
+
vertical-align: middle;
|
|
1412
|
+
}
|
|
1413
|
+
main td.valign-bottom,
|
|
1414
|
+
main th.valign-bottom {
|
|
1415
|
+
vertical-align: bottom;
|
|
1416
|
+
}
|
|
1417
|
+
main td.nowrap,
|
|
1418
|
+
main th.nowrap {
|
|
1419
|
+
white-space: nowrap;
|
|
1420
|
+
}
|
|
1421
|
+
main td.is-sticky-left, main td.is-sticky-right,
|
|
1422
|
+
main th.is-sticky-left,
|
|
1423
|
+
main th.is-sticky-right {
|
|
1424
|
+
position: -webkit-sticky;
|
|
1425
|
+
position: sticky;
|
|
1426
|
+
z-index: 1;
|
|
1427
|
+
}
|
|
1428
|
+
main td.has-sticked,
|
|
1429
|
+
main th.has-sticked {
|
|
1430
|
+
z-index: 2;
|
|
1431
|
+
}
|
|
1432
|
+
main td.is-sticky-left,
|
|
1433
|
+
main th.is-sticky-left {
|
|
1434
|
+
left: 0;
|
|
1435
|
+
}
|
|
1436
|
+
main td.is-sticky-right,
|
|
1437
|
+
main th.is-sticky-right {
|
|
1438
|
+
right: 0;
|
|
1439
|
+
}
|
|
1440
|
+
main td.is-sticky-left::after, main td.is-sticky-right::after,
|
|
1441
|
+
main th.is-sticky-left::after,
|
|
1442
|
+
main th.is-sticky-right::after {
|
|
1443
|
+
background: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
|
|
1444
|
+
content: "";
|
|
1445
|
+
pointer-events: none;
|
|
1446
|
+
position: absolute;
|
|
1447
|
+
top: 0;
|
|
1448
|
+
height: 100%;
|
|
1449
|
+
width: 0.375rem;
|
|
1450
|
+
transform: translate(100%);
|
|
1451
|
+
opacity: 0;
|
|
1452
|
+
transition: opacity var(--stzh-base-transition-animation-speed);
|
|
1453
|
+
}
|
|
1454
|
+
main td.is-sticky-left::after,
|
|
1455
|
+
main th.is-sticky-left::after {
|
|
1456
|
+
right: 0;
|
|
1457
|
+
}
|
|
1458
|
+
main td.is-sticky-right::after,
|
|
1459
|
+
main th.is-sticky-right::after {
|
|
1460
|
+
left: 0;
|
|
1461
|
+
transform: rotate(-180deg) translate(100%);
|
|
1462
|
+
}
|
|
1463
|
+
main td.has-sticked.is-sticky-left::after, main td.has-sticked.is-sticky-right::after,
|
|
1464
|
+
main th.has-sticked.is-sticky-left::after,
|
|
1465
|
+
main th.has-sticked.is-sticky-right::after {
|
|
1466
|
+
opacity: 1;
|
|
1467
|
+
}
|
|
1468
|
+
main th {
|
|
1469
|
+
font-family: var(--stzh-font-family-heavy);
|
|
1470
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
1471
|
+
font-style: normal;
|
|
1472
|
+
color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
1473
|
+
}
|
|
1474
|
+
main th.is-sortable {
|
|
1475
|
+
padding: 0;
|
|
1476
|
+
}
|
|
1330
1477
|
main a {
|
|
1331
1478
|
color: var(--stzh-link-color);
|
|
1332
1479
|
transition: color var(--stzh-base-transition-animation-speed);
|
|
@@ -2635,6 +2782,7 @@ main .ql-editor {
|
|
|
2635
2782
|
/* Lists */
|
|
2636
2783
|
/* Figure */
|
|
2637
2784
|
/* Blockquote */
|
|
2785
|
+
/* Table */
|
|
2638
2786
|
/* Links */
|
|
2639
2787
|
}
|
|
2640
2788
|
main .ql-editor h1, main .ql-editor h2, main .ql-editor h3, main .ql-editor h4 {
|
|
@@ -3201,6 +3349,150 @@ main .ql-editor blockquote footer::before {
|
|
|
3201
3349
|
display: inline-block;
|
|
3202
3350
|
margin-right: var(--stzh-space-xxxsmall);
|
|
3203
3351
|
}
|
|
3352
|
+
main .ql-editor table {
|
|
3353
|
+
--min-width: none;
|
|
3354
|
+
--cell-padding: var(--stzh-table-cell-padding);
|
|
3355
|
+
width: 100%;
|
|
3356
|
+
border-spacing: 0;
|
|
3357
|
+
min-width: var(--min-width);
|
|
3358
|
+
}
|
|
3359
|
+
main .ql-editor thead {
|
|
3360
|
+
position: -webkit-sticky;
|
|
3361
|
+
position: sticky;
|
|
3362
|
+
top: 0;
|
|
3363
|
+
z-index: 3;
|
|
3364
|
+
}
|
|
3365
|
+
main .ql-editor tr:hover td,
|
|
3366
|
+
main .ql-editor tr:hover th {
|
|
3367
|
+
background-color: var(--stzh-color-grey5);
|
|
3368
|
+
}
|
|
3369
|
+
main .ql-editor td,
|
|
3370
|
+
main .ql-editor th {
|
|
3371
|
+
font-size: var(--stzh-font-milli-font-size);
|
|
3372
|
+
line-height: var(--stzh-font-milli-text-line-height);
|
|
3373
|
+
letter-spacing: var(--stzh-font-curve---text-letter-spacing);
|
|
3374
|
+
text-align: left;
|
|
3375
|
+
border: none;
|
|
3376
|
+
vertical-align: top;
|
|
3377
|
+
border: none;
|
|
3378
|
+
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
3379
|
+
background-color: var(--stzh-color-white);
|
|
3380
|
+
transition: background-color var(--stzh-base-transition-animation-speed);
|
|
3381
|
+
padding: var(--cell-padding);
|
|
3382
|
+
/* Horizontal alignment */
|
|
3383
|
+
/* Vertical alignment */
|
|
3384
|
+
/* Nowrap */
|
|
3385
|
+
/* Sticky */
|
|
3386
|
+
}
|
|
3387
|
+
main .ql-editor td a,
|
|
3388
|
+
main .ql-editor th a {
|
|
3389
|
+
color: var(--stzh-link-color);
|
|
3390
|
+
transition: color var(--stzh-base-transition-animation-speed);
|
|
3391
|
+
border-radius: var(--stzh-button-border-radius);
|
|
3392
|
+
}
|
|
3393
|
+
main .ql-editor td a:hover, main .ql-editor td a:focus,
|
|
3394
|
+
main .ql-editor th a:hover,
|
|
3395
|
+
main .ql-editor th a:focus {
|
|
3396
|
+
color: var(--stzh-link-hover-color);
|
|
3397
|
+
}
|
|
3398
|
+
main .ql-editor td b, main .ql-editor td strong,
|
|
3399
|
+
main .ql-editor th b,
|
|
3400
|
+
main .ql-editor th strong {
|
|
3401
|
+
font-family: var(--stzh-font-family-heavy);
|
|
3402
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
3403
|
+
font-style: normal;
|
|
3404
|
+
}
|
|
3405
|
+
main .ql-editor td i, main .ql-editor td em,
|
|
3406
|
+
main .ql-editor th i,
|
|
3407
|
+
main .ql-editor th em {
|
|
3408
|
+
font-family: var(--stzh-font-family-regular);
|
|
3409
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
3410
|
+
font-style: normal;
|
|
3411
|
+
}
|
|
3412
|
+
main .ql-editor td.align-left,
|
|
3413
|
+
main .ql-editor th.align-left {
|
|
3414
|
+
text-align: left;
|
|
3415
|
+
}
|
|
3416
|
+
main .ql-editor td.align-right,
|
|
3417
|
+
main .ql-editor th.align-right {
|
|
3418
|
+
text-align: right;
|
|
3419
|
+
}
|
|
3420
|
+
main .ql-editor td.align-center,
|
|
3421
|
+
main .ql-editor th.align-center {
|
|
3422
|
+
text-align: center;
|
|
3423
|
+
}
|
|
3424
|
+
main .ql-editor td.valign-auto,
|
|
3425
|
+
main .ql-editor th.valign-auto {
|
|
3426
|
+
vertical-align: auto;
|
|
3427
|
+
}
|
|
3428
|
+
main .ql-editor td.valign-middle,
|
|
3429
|
+
main .ql-editor th.valign-middle {
|
|
3430
|
+
vertical-align: middle;
|
|
3431
|
+
}
|
|
3432
|
+
main .ql-editor td.valign-bottom,
|
|
3433
|
+
main .ql-editor th.valign-bottom {
|
|
3434
|
+
vertical-align: bottom;
|
|
3435
|
+
}
|
|
3436
|
+
main .ql-editor td.nowrap,
|
|
3437
|
+
main .ql-editor th.nowrap {
|
|
3438
|
+
white-space: nowrap;
|
|
3439
|
+
}
|
|
3440
|
+
main .ql-editor td.is-sticky-left, main .ql-editor td.is-sticky-right,
|
|
3441
|
+
main .ql-editor th.is-sticky-left,
|
|
3442
|
+
main .ql-editor th.is-sticky-right {
|
|
3443
|
+
position: -webkit-sticky;
|
|
3444
|
+
position: sticky;
|
|
3445
|
+
z-index: 1;
|
|
3446
|
+
}
|
|
3447
|
+
main .ql-editor td.has-sticked,
|
|
3448
|
+
main .ql-editor th.has-sticked {
|
|
3449
|
+
z-index: 2;
|
|
3450
|
+
}
|
|
3451
|
+
main .ql-editor td.is-sticky-left,
|
|
3452
|
+
main .ql-editor th.is-sticky-left {
|
|
3453
|
+
left: 0;
|
|
3454
|
+
}
|
|
3455
|
+
main .ql-editor td.is-sticky-right,
|
|
3456
|
+
main .ql-editor th.is-sticky-right {
|
|
3457
|
+
right: 0;
|
|
3458
|
+
}
|
|
3459
|
+
main .ql-editor td.is-sticky-left::after, main .ql-editor td.is-sticky-right::after,
|
|
3460
|
+
main .ql-editor th.is-sticky-left::after,
|
|
3461
|
+
main .ql-editor th.is-sticky-right::after {
|
|
3462
|
+
background: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
|
|
3463
|
+
content: "";
|
|
3464
|
+
pointer-events: none;
|
|
3465
|
+
position: absolute;
|
|
3466
|
+
top: 0;
|
|
3467
|
+
height: 100%;
|
|
3468
|
+
width: 0.375rem;
|
|
3469
|
+
transform: translate(100%);
|
|
3470
|
+
opacity: 0;
|
|
3471
|
+
transition: opacity var(--stzh-base-transition-animation-speed);
|
|
3472
|
+
}
|
|
3473
|
+
main .ql-editor td.is-sticky-left::after,
|
|
3474
|
+
main .ql-editor th.is-sticky-left::after {
|
|
3475
|
+
right: 0;
|
|
3476
|
+
}
|
|
3477
|
+
main .ql-editor td.is-sticky-right::after,
|
|
3478
|
+
main .ql-editor th.is-sticky-right::after {
|
|
3479
|
+
left: 0;
|
|
3480
|
+
transform: rotate(-180deg) translate(100%);
|
|
3481
|
+
}
|
|
3482
|
+
main .ql-editor td.has-sticked.is-sticky-left::after, main .ql-editor td.has-sticked.is-sticky-right::after,
|
|
3483
|
+
main .ql-editor th.has-sticked.is-sticky-left::after,
|
|
3484
|
+
main .ql-editor th.has-sticked.is-sticky-right::after {
|
|
3485
|
+
opacity: 1;
|
|
3486
|
+
}
|
|
3487
|
+
main .ql-editor th {
|
|
3488
|
+
font-family: var(--stzh-font-family-heavy);
|
|
3489
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
3490
|
+
font-style: normal;
|
|
3491
|
+
color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
3492
|
+
}
|
|
3493
|
+
main .ql-editor th.is-sortable {
|
|
3494
|
+
padding: 0;
|
|
3495
|
+
}
|
|
3204
3496
|
main .ql-editor a {
|
|
3205
3497
|
color: var(--stzh-link-color);
|
|
3206
3498
|
transition: color var(--stzh-base-transition-animation-speed);
|