@oiz/stzh-components 2.1.0-beta → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (335) hide show
  1. package/dist/cjs/{_commonjsHelpers-bcc1208a.js → _commonjsHelpers-dcc4cf71.js} +16 -0
  2. package/dist/cjs/{app-globals-07890ee7.js → app-globals-dc82b9ca.js} +1 -1
  3. package/dist/cjs/{js.cookie-9c263d23.js → js.cookie-226c94ed.js} +1 -1
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/stzh-accordion-item.cjs.entry.js +2 -2
  6. package/dist/cjs/stzh-actions.cjs.entry.js +2 -2
  7. package/dist/cjs/stzh-anchornav.cjs.entry.js +2 -2
  8. package/dist/cjs/stzh-appointments.cjs.entry.js +1 -1
  9. package/dist/cjs/stzh-badge_3.cjs.entry.js +2 -1
  10. package/dist/cjs/stzh-chart.cjs.entry.js +26127 -0
  11. package/dist/cjs/stzh-chip.cjs.entry.js +13 -6
  12. package/dist/cjs/stzh-components.cjs.js +2 -2
  13. package/dist/cjs/stzh-contactaddress.cjs.entry.js +65 -0
  14. package/dist/cjs/stzh-datamessagelist.cjs.entry.js +1 -1
  15. package/dist/cjs/stzh-datatable.cjs.entry.js +1 -1
  16. package/dist/cjs/stzh-dropdown.cjs.entry.js +1 -1
  17. package/dist/cjs/stzh-figure.cjs.entry.js +1 -1
  18. package/dist/cjs/stzh-footer.cjs.entry.js +11 -5
  19. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +3 -3
  20. package/dist/cjs/stzh-heading.cjs.entry.js +2 -2
  21. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
  22. package/dist/cjs/stzh-link.cjs.entry.js +2 -1
  23. package/dist/cjs/stzh-message.cjs.entry.js +2 -2
  24. package/dist/cjs/stzh-olmap.cjs.entry.js +1 -1
  25. package/dist/cjs/stzh-pagebottom.cjs.entry.js +2 -2
  26. package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +99 -0
  27. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  28. package/dist/cjs/stzh-share.cjs.entry.js +5 -5
  29. package/dist/cjs/stzh-upload.cjs.entry.js +7 -9
  30. package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +1 -1
  31. package/dist/collection/assets/icons/mono/facebook-filled.svg +3 -0
  32. package/dist/collection/assets/icons/mono/linkedin-filled.svg +12 -0
  33. package/dist/collection/assets/icons/mono/mail-filled.svg +6 -0
  34. package/dist/collection/assets/icons/mono/star-filled.svg +1 -1
  35. package/dist/collection/assets/icons/mono/twitter-filled.svg +3 -0
  36. package/dist/collection/assets/icons/mono/xing-filled.svg +4 -0
  37. package/dist/collection/assets/media/olmap/marker-active.png +0 -0
  38. package/dist/collection/assets/media/olmap/marker.png +0 -0
  39. package/dist/collection/collection-manifest.json +3 -0
  40. package/dist/collection/components/stzh-accordion/stzh-accordion.css +3 -0
  41. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +51 -3
  42. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +1 -1
  43. package/dist/collection/components/stzh-actions/stzh-actions.css +7 -1
  44. package/dist/collection/components/stzh-actions/stzh-actions.js +3 -3
  45. package/dist/collection/components/stzh-actionset/stzh-actionset.css +3 -0
  46. package/dist/collection/components/stzh-anchornav/stzh-anchornav.css +5 -0
  47. package/dist/collection/components/stzh-anchornav/stzh-anchornav.js +1 -1
  48. package/dist/collection/components/stzh-appnav/stzh-appnav.css +3 -0
  49. package/dist/collection/components/stzh-appointments/stzh-appointments.css +3 -0
  50. package/dist/collection/components/stzh-appointments/stzh-appointments.js +1 -1
  51. package/dist/collection/components/stzh-audio/stzh-audio.css +3 -0
  52. package/dist/collection/components/stzh-badge/stzh-badge.css +3 -0
  53. package/dist/collection/components/stzh-button/stzh-button.css +3 -0
  54. package/dist/collection/components/stzh-button/stzh-button.js +19 -1
  55. package/dist/collection/components/stzh-calendar/stzh-calendar.css +3 -0
  56. package/dist/collection/components/stzh-card/stzh-card.css +3 -0
  57. package/dist/collection/components/stzh-card-list/stzh-card-list.css +3 -0
  58. package/dist/collection/components/stzh-cell/stzh-cell.css +3 -0
  59. package/dist/collection/components/stzh-chart/stzh-chart.css +799 -0
  60. package/dist/collection/components/stzh-chart/stzh-chart.js +110 -0
  61. package/dist/collection/components/stzh-chart/stzh-chart.stories.js +287 -0
  62. package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +3 -0
  63. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.css +3 -0
  64. package/dist/collection/components/stzh-chip/stzh-chip.css +4 -21
  65. package/dist/collection/components/stzh-chip/stzh-chip.js +49 -24
  66. package/dist/collection/components/stzh-chip/stzh-chip.stories.js +0 -9
  67. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +3 -0
  68. package/dist/collection/components/stzh-clamp/stzh-clamp.css +3 -0
  69. package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.css +153 -0
  70. package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.js +321 -0
  71. package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.stories.js +100 -0
  72. package/dist/collection/components/stzh-container/stzh-container.css +3 -0
  73. package/dist/collection/components/stzh-cspace/stzh-cspace.css +3 -0
  74. package/dist/collection/components/stzh-datalist/stzh-datalist.css +3 -0
  75. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.css +13 -2
  76. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +3 -0
  77. package/dist/collection/components/stzh-datatable/stzh-datatable.css +3 -0
  78. package/dist/collection/components/stzh-datepicker/stzh-datepicker.css +3 -0
  79. package/dist/collection/components/stzh-dialog/stzh-dialog.css +3 -0
  80. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +3 -0
  81. package/dist/collection/components/stzh-fieldset/stzh-fieldset.css +3 -0
  82. package/dist/collection/components/stzh-figure/stzh-figure.css +3 -1
  83. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.css +3 -0
  84. package/dist/collection/components/stzh-footer/stzh-footer.css +53 -0
  85. package/dist/collection/components/stzh-footer/stzh-footer.js +44 -16
  86. package/dist/collection/components/stzh-footer/stzh-footer.stories.js +21 -1
  87. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +10 -10
  88. package/dist/collection/components/stzh-header/stzh-header.css +3 -0
  89. package/dist/collection/components/stzh-heading/stzh-heading.css +9 -6
  90. package/dist/collection/components/stzh-heading/stzh-heading.js +1 -1
  91. package/dist/collection/components/stzh-hr/stzh-hr.css +3 -0
  92. package/dist/collection/components/stzh-hspace/stzh-hspace.css +3 -0
  93. package/dist/collection/components/stzh-icon/stzh-icon.css +3 -0
  94. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +95 -30
  95. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  96. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.css +3 -0
  97. package/dist/collection/components/stzh-input/stzh-input.css +3 -0
  98. package/dist/collection/components/stzh-link/stzh-link.css +3 -0
  99. package/dist/collection/components/stzh-link/stzh-link.js +19 -1
  100. package/dist/collection/components/stzh-list/stzh-list.css +3 -0
  101. package/dist/collection/components/stzh-list-item/stzh-list-item.css +3 -0
  102. package/dist/collection/components/stzh-loader/stzh-loader.css +3 -0
  103. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.css +3 -0
  104. package/dist/collection/components/stzh-menu/stzh-menu.css +3 -0
  105. package/dist/collection/components/stzh-menu-item/stzh-menu-item.css +3 -0
  106. package/dist/collection/components/stzh-message/stzh-message.css +3 -0
  107. package/dist/collection/components/stzh-metanav/stzh-metanav.css +3 -0
  108. package/dist/collection/components/stzh-olmap/stzh-olmap.css +3 -0
  109. package/dist/collection/components/stzh-overlay/stzh-overlay.css +3 -0
  110. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.css +3 -0
  111. package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.css +7 -4
  112. package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.js +1 -1
  113. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +3 -0
  114. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +5 -1
  115. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.css +396 -0
  116. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.js +157 -0
  117. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.stories.js +94 -0
  118. package/dist/collection/components/stzh-popover/stzh-popover.css +3 -0
  119. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +8 -3
  120. package/dist/collection/components/stzh-progressbar/stzh-progressbar.css +3 -0
  121. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +3 -0
  122. package/dist/collection/components/stzh-radio/stzh-radio.css +3 -0
  123. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +3 -0
  124. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.css +3 -0
  125. package/dist/collection/components/stzh-richtext/stzh-richtext.css +3 -0
  126. package/dist/collection/components/stzh-row/stzh-row.css +3 -0
  127. package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +3 -0
  128. package/dist/collection/components/stzh-section/stzh-section.css +3 -0
  129. package/dist/collection/components/stzh-share/stzh-share.css +3 -0
  130. package/dist/collection/components/stzh-share/stzh-share.js +5 -5
  131. package/dist/collection/components/stzh-skiplink/stzh-skiplink.css +3 -0
  132. package/dist/collection/components/stzh-sortable/stzh-sortable.css +3 -0
  133. package/dist/collection/components/stzh-status/stzh-status.css +3 -0
  134. package/dist/collection/components/stzh-sticky/stzh-sticky.css +3 -0
  135. package/dist/collection/components/stzh-sticky/stzh-sticky.stories.js +1 -1
  136. package/dist/collection/components/stzh-table/stzh-table.css +3 -0
  137. package/dist/collection/components/stzh-text/stzh-text.css +3 -0
  138. package/dist/collection/components/stzh-toggle/stzh-toggle.css +3 -0
  139. package/dist/collection/components/stzh-tooltip/stzh-tooltip.css +3 -0
  140. package/dist/collection/components/stzh-upload/stzh-upload.css +24 -15
  141. package/dist/collection/components/stzh-upload/stzh-upload.js +5 -7
  142. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.css +3 -0
  143. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +3 -0
  144. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +3 -0
  145. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.css +3 -0
  146. package/dist/collection/components/stzh-vspace/stzh-vspace.css +3 -0
  147. package/dist/components/_commonjsHelpers.js +16 -1
  148. package/dist/components/index.d.ts +3 -0
  149. package/dist/components/index.js +4 -1
  150. package/dist/components/stzh-accordion-item.js +2 -2
  151. package/dist/components/stzh-actions.js +2 -2
  152. package/dist/components/stzh-anchornav.js +2 -2
  153. package/dist/components/stzh-appointments.js +1 -1
  154. package/dist/components/stzh-button2.js +3 -1
  155. package/dist/components/stzh-chart.d.ts +11 -0
  156. package/dist/components/stzh-chart.js +26144 -0
  157. package/dist/components/stzh-chip2.js +16 -8
  158. package/dist/components/stzh-contactaddress.d.ts +11 -0
  159. package/dist/components/stzh-contactaddress.js +93 -0
  160. package/dist/components/stzh-datamessagelist.js +1 -1
  161. package/dist/components/stzh-figure.js +1 -1
  162. package/dist/components/stzh-footer.js +13 -6
  163. package/dist/components/stzh-ghettobox2.js +1 -1
  164. package/dist/components/stzh-heading2.js +2 -2
  165. package/dist/components/stzh-icon-sprite.js +1 -1
  166. package/dist/components/stzh-link2.js +3 -1
  167. package/dist/components/stzh-pagebottom.js +2 -2
  168. package/dist/components/stzh-pagetitle-hero.d.ts +11 -0
  169. package/dist/components/stzh-pagetitle-hero.js +116 -0
  170. package/dist/components/stzh-portal-mitwirken.js +1 -1
  171. package/dist/components/stzh-share2.js +5 -5
  172. package/dist/components/stzh-upload.js +7 -9
  173. package/dist/esm/{_commonjsHelpers-ba3f0406.js → _commonjsHelpers-f9dc4873.js} +16 -1
  174. package/dist/esm/{app-globals-acc57d0e.js → app-globals-246b5e49.js} +1 -1
  175. package/dist/esm/{js.cookie-28a40640.js → js.cookie-53735b72.js} +1 -1
  176. package/dist/esm/loader.js +2 -2
  177. package/dist/esm/stzh-accordion-item.entry.js +2 -2
  178. package/dist/esm/stzh-actions.entry.js +2 -2
  179. package/dist/esm/stzh-anchornav.entry.js +2 -2
  180. package/dist/esm/stzh-appointments.entry.js +1 -1
  181. package/dist/esm/stzh-badge_3.entry.js +2 -1
  182. package/dist/esm/stzh-chart.entry.js +26123 -0
  183. package/dist/esm/stzh-chip.entry.js +14 -7
  184. package/dist/esm/stzh-components.js +2 -2
  185. package/dist/esm/stzh-contactaddress.entry.js +61 -0
  186. package/dist/esm/stzh-datamessagelist.entry.js +1 -1
  187. package/dist/esm/stzh-datatable.entry.js +1 -1
  188. package/dist/esm/stzh-dropdown.entry.js +1 -1
  189. package/dist/esm/stzh-figure.entry.js +1 -1
  190. package/dist/esm/stzh-footer.entry.js +11 -5
  191. package/dist/esm/stzh-ghettobox_2.entry.js +3 -3
  192. package/dist/esm/stzh-heading.entry.js +2 -2
  193. package/dist/esm/stzh-icon-sprite.entry.js +1 -1
  194. package/dist/esm/stzh-link.entry.js +2 -1
  195. package/dist/esm/stzh-message.entry.js +2 -2
  196. package/dist/esm/stzh-olmap.entry.js +1 -1
  197. package/dist/esm/stzh-pagebottom.entry.js +2 -2
  198. package/dist/esm/stzh-pagetitle-hero.entry.js +95 -0
  199. package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
  200. package/dist/esm/stzh-share.entry.js +5 -5
  201. package/dist/esm/stzh-upload.entry.js +7 -9
  202. package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
  203. package/dist/esm-es5/_commonjsHelpers-f9dc4873.js +1 -0
  204. package/dist/esm-es5/app-globals-246b5e49.js +1 -0
  205. package/dist/esm-es5/{js.cookie-28a40640.js → js.cookie-53735b72.js} +1 -1
  206. package/dist/esm-es5/loader.js +1 -1
  207. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
  208. package/dist/esm-es5/stzh-actions.entry.js +1 -1
  209. package/dist/esm-es5/stzh-anchornav.entry.js +1 -1
  210. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  211. package/dist/esm-es5/stzh-chart.entry.js +3 -0
  212. package/dist/esm-es5/stzh-chip.entry.js +1 -1
  213. package/dist/esm-es5/stzh-components.js +1 -1
  214. package/dist/esm-es5/stzh-contactaddress.entry.js +1 -0
  215. package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -1
  216. package/dist/esm-es5/stzh-datatable.entry.js +1 -1
  217. package/dist/esm-es5/stzh-dropdown.entry.js +1 -1
  218. package/dist/esm-es5/stzh-figure.entry.js +1 -1
  219. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  220. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  221. package/dist/esm-es5/stzh-heading.entry.js +1 -1
  222. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
  223. package/dist/esm-es5/stzh-link.entry.js +1 -1
  224. package/dist/esm-es5/stzh-message.entry.js +1 -1
  225. package/dist/esm-es5/stzh-olmap.entry.js +1 -1
  226. package/dist/esm-es5/stzh-pagebottom.entry.js +1 -1
  227. package/dist/esm-es5/stzh-pagetitle-hero.entry.js +1 -0
  228. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  229. package/dist/esm-es5/stzh-share.entry.js +1 -1
  230. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  231. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
  232. package/dist/stzh-components/assets/icons/mono/facebook-filled.svg +3 -0
  233. package/dist/stzh-components/assets/icons/mono/linkedin-filled.svg +12 -0
  234. package/dist/stzh-components/assets/icons/mono/mail-filled.svg +6 -0
  235. package/dist/stzh-components/assets/icons/mono/star-filled.svg +1 -1
  236. package/dist/stzh-components/assets/icons/mono/twitter-filled.svg +3 -0
  237. package/dist/stzh-components/assets/icons/mono/xing-filled.svg +4 -0
  238. package/dist/stzh-components/assets/media/olmap/marker-active.png +0 -0
  239. package/dist/stzh-components/assets/media/olmap/marker.png +0 -0
  240. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +95 -30
  241. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  242. package/dist/stzh-components/{p-29d9a568.entry.js → p-105a11cb.entry.js} +1 -1
  243. package/dist/stzh-components/p-17ae6581.entry.js +1 -0
  244. package/dist/stzh-components/{p-3e24b964.entry.js → p-229d4ad2.entry.js} +1 -1
  245. package/dist/stzh-components/{p-3f8976bc.system.entry.js → p-22c9a00d.system.entry.js} +1 -1
  246. package/dist/stzh-components/{p-8e363084.system.entry.js → p-238a8c83.system.entry.js} +1 -1
  247. package/dist/stzh-components/{p-b10682ee.js → p-24b8df26.js} +1 -1
  248. package/dist/stzh-components/p-25ef050a.entry.js +1 -0
  249. package/dist/stzh-components/p-293ceb5e.entry.js +1 -0
  250. package/dist/stzh-components/p-2ba8b5c9.system.entry.js +1 -0
  251. package/dist/stzh-components/{p-e7afcd6f.entry.js → p-38b9e5e9.entry.js} +1 -1
  252. package/dist/stzh-components/{p-07fc857b.system.entry.js → p-44dd74d1.system.entry.js} +1 -1
  253. package/dist/stzh-components/{p-5db542ae.system.js → p-484a366f.system.js} +1 -1
  254. package/dist/stzh-components/{p-a61bf274.entry.js → p-4a3f9353.entry.js} +1 -1
  255. package/dist/stzh-components/{p-d69b12f8.entry.js → p-4e6ddb5f.entry.js} +1 -1
  256. package/dist/stzh-components/p-4fd4a703.entry.js +3 -0
  257. package/dist/stzh-components/p-5caa837c.system.entry.js +3 -0
  258. package/dist/stzh-components/{p-3b33fa76.system.entry.js → p-5ed4d1d5.system.entry.js} +1 -1
  259. package/dist/stzh-components/p-60d8e2da.entry.js +1 -0
  260. package/dist/stzh-components/p-61c9ca5d.entry.js +1 -0
  261. package/dist/stzh-components/p-61d4852f.system.entry.js +1 -0
  262. package/dist/stzh-components/p-6830f839.entry.js +1 -0
  263. package/dist/stzh-components/p-6d22bd0d.entry.js +1 -0
  264. package/dist/stzh-components/{p-d2c97cbc.entry.js → p-71220066.entry.js} +1 -1
  265. package/dist/stzh-components/p-71d757d3.js +1 -0
  266. package/dist/stzh-components/p-7a584d3f.system.entry.js +1 -0
  267. package/dist/stzh-components/p-7aef399f.entry.js +1 -0
  268. package/dist/stzh-components/{p-c5749124.system.entry.js → p-7c172e64.system.entry.js} +1 -1
  269. package/dist/stzh-components/p-7dec02ca.entry.js +1 -0
  270. package/dist/stzh-components/p-84aace40.system.entry.js +1 -0
  271. package/dist/stzh-components/p-8ab86ca3.system.entry.js +1 -0
  272. package/dist/stzh-components/p-8f9de52f.system.entry.js +1 -0
  273. package/dist/stzh-components/p-909d7a3c.system.js +1 -0
  274. package/dist/stzh-components/p-95defe16.system.entry.js +1 -0
  275. package/dist/stzh-components/p-98a972b7.system.entry.js +1 -0
  276. package/dist/stzh-components/p-9c90535a.system.js +1 -0
  277. package/dist/stzh-components/p-a6d4a8b1.js +1 -0
  278. package/dist/stzh-components/p-a866b3a3.entry.js +1 -0
  279. package/dist/stzh-components/p-ac409e7b.system.entry.js +1 -0
  280. package/dist/stzh-components/p-ad119aca.entry.js +1 -0
  281. package/dist/stzh-components/{p-6c3d7756.system.entry.js → p-b1ff3a21.system.entry.js} +1 -1
  282. package/dist/stzh-components/p-bc34bf07.system.entry.js +1 -0
  283. package/dist/stzh-components/{p-1663fc49.system.entry.js → p-bd5b8114.system.entry.js} +1 -1
  284. package/dist/stzh-components/p-c2238fbf.entry.js +1 -0
  285. package/dist/stzh-components/p-c3846ccf.system.entry.js +1 -0
  286. package/dist/stzh-components/p-ce06b4f2.system.js +1 -0
  287. package/dist/stzh-components/p-cf781b59.entry.js +1 -0
  288. package/dist/stzh-components/{p-b367d4e3.entry.js → p-d4b93488.entry.js} +1 -1
  289. package/dist/stzh-components/p-d5ee4ac0.entry.js +1 -0
  290. package/dist/stzh-components/{p-fd811f6b.system.entry.js → p-daa34275.system.entry.js} +2 -2
  291. package/dist/stzh-components/p-e161760f.system.entry.js +1 -0
  292. package/dist/stzh-components/p-e785d9cc.entry.js +1 -0
  293. package/dist/stzh-components/{p-fb150554.system.entry.js → p-f5f3475c.system.entry.js} +1 -1
  294. package/dist/stzh-components/p-f6ab391e.system.entry.js +1 -0
  295. package/dist/stzh-components/{p-74786856.system.entry.js → p-ff2a6bdf.system.entry.js} +1 -1
  296. package/dist/stzh-components/p-ff534e27.entry.js +1 -0
  297. package/dist/stzh-components/stzh-components.css +1 -1
  298. package/dist/stzh-components/stzh-components.esm.js +1 -1
  299. package/dist/stzh-components/stzh-components.js +1 -1
  300. package/dist/types/components.d.ts +242 -11
  301. package/dist/types/index.d.ts +5 -0
  302. package/dist/vscode-data.json +141 -11
  303. package/package.json +6 -2
  304. package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +0 -1
  305. package/dist/esm-es5/app-globals-acc57d0e.js +0 -1
  306. package/dist/stzh-components/p-011dcf30.system.entry.js +0 -1
  307. package/dist/stzh-components/p-0977d9b6.entry.js +0 -1
  308. package/dist/stzh-components/p-10c36281.entry.js +0 -1
  309. package/dist/stzh-components/p-23e9b6c7.system.entry.js +0 -1
  310. package/dist/stzh-components/p-241f060e.entry.js +0 -1
  311. package/dist/stzh-components/p-2c8d491a.system.entry.js +0 -1
  312. package/dist/stzh-components/p-3a73b8b5.system.js +0 -1
  313. package/dist/stzh-components/p-3e8ff66b.js +0 -1
  314. package/dist/stzh-components/p-4b93fb24.entry.js +0 -1
  315. package/dist/stzh-components/p-4c93ffbe.entry.js +0 -1
  316. package/dist/stzh-components/p-5623c1a3.entry.js +0 -1
  317. package/dist/stzh-components/p-58714045.entry.js +0 -1
  318. package/dist/stzh-components/p-59970f71.entry.js +0 -1
  319. package/dist/stzh-components/p-62c7caed.entry.js +0 -1
  320. package/dist/stzh-components/p-79f27d21.entry.js +0 -1
  321. package/dist/stzh-components/p-8e5f4ef6.system.entry.js +0 -1
  322. package/dist/stzh-components/p-9084f0c1.entry.js +0 -1
  323. package/dist/stzh-components/p-948acea1.js +0 -1
  324. package/dist/stzh-components/p-9af41730.system.js +0 -1
  325. package/dist/stzh-components/p-9ca1efe4.system.entry.js +0 -1
  326. package/dist/stzh-components/p-a6da8c06.system.entry.js +0 -1
  327. package/dist/stzh-components/p-afaa9c37.system.entry.js +0 -1
  328. package/dist/stzh-components/p-b71a1607.system.js +0 -1
  329. package/dist/stzh-components/p-bb9e8364.entry.js +0 -1
  330. package/dist/stzh-components/p-bd7dd853.system.entry.js +0 -1
  331. package/dist/stzh-components/p-be534671.entry.js +0 -1
  332. package/dist/stzh-components/p-da857e0d.entry.js +0 -1
  333. package/dist/stzh-components/p-de8f9508.system.entry.js +0 -1
  334. package/dist/stzh-components/p-fa6427bf.system.entry.js +0 -1
  335. package/dist/stzh-components/p-fa9a4cd5.system.entry.js +0 -1
@@ -5,7 +5,7 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- import { Font, Layout, OlmapLayer, ShareService, Space, StzhAccordionItemClosedEvent, StzhAccordionItemCloseEvent, StzhAccordionItemOpenedEvent, StzhAccordionItemOpenEvent, StzhActionsetItem, StzhActionsetItemClickEvent, StzhAnchornavItem, StzhAnchornavItemClickEvent, StzhAppointmentsChangeEvent, StzhAudioEndedEvent, StzhAudioEndEvent, StzhAudioErrorEvent, StzhAudioPauseEvent, StzhAudioPlayEvent, StzhAudioPlayingEvent, StzhAudioReplayEvent, StzhButtonBlurEvent, StzhButtonChangeEvent, StzhButtonFocusEvent, StzhCalendarChangeEvent, StzhCalendarDateDisabledPredicate, StzhCardCollapseEvent, StzhCardHeaderAction, StzhCardHeaderActionClickEvent, StzhCardListCollapseAllEvent, StzhCardStarClickEvent, StzhCardSubtitleClickEvent, StzhCheckboxBlurEvent, StzhCheckboxChangeEvent, StzhCheckboxFocusEvent, StzhChipBlurEvent, StzhChipClickEvent, StzhChipFocusEvent, StzhChipRemoveEvent, StzhChipSelectChangeEvent, StzhChipSelectItem, StzhDatalistItemActionClickEvent, StzhDatalistItemEntry, StzhDatamessagelistItemActionClickEvent, StzhDatamessagelistItemClickEvent, StzhDatamessagelistItemEntryAction, StzhDatamessagelistItemEntryLoadingStatus, StzhDatamessagelistItemEntryMeta, StzhDatamessagelistItemEntryTag, StzhDatepickerChangeEvent, StzhDialogCloseEvent, StzhDialogOpenEvent, StzhDropdowCloseEvent, StzhDropdowInitEvent, StzhDropdownBlurEvent, StzhDropdownChangeEvent, StzhDropdownFocusEvent, StzhDropdownItemAddEvent, StzhDropdownItemRemoveEvent, StzhDropdownOpenEvent, StzhDropdownOptionAddEvent, StzhDropdownOptionRemoveEvent, StzhGhettoboxCloseEvent, StzhGhettoboxOpenEvent, StzhInputBlurEvent, StzhInputChangeEvent, StzhInputFocusEvent, StzhLinkBlurEvent, StzhLinkFocusEvent, StzhMenuItemBlurEvent, StzhMenuItemFocusEvent, StzhMessageCloseEvent, StzhMessageOpenEvent, StzhOlmapInitializedEvent, StzhOlmapMoveEndEvent, StzhOlmapMoveStartEvent, StzhOlmapPostRenderEvent, StzhOverlayCloseEvent, StzhOverlayOpenEvent, StzhPopoverClosedEvent, StzhPopoverCloseEvent, StzhPopoverOpenedEvent, StzhPopoverOpenEvent, StzhProgressbarDataItem, StzhProgressbarItemClickEvent, StzhProgressbarItemDottedClickEvent, StzhRadioBlurEvent, StzhRadioChangeEvent, StzhRadioFocusEvent, StzhSortableDisableEvent, StzhSortableUpdateEvent, StzhStickyStuckBottomEvent, StzhStickyStuckTopEvent, StzhToggleBlurEvent, StzhToggleChangeEvent, StzhToggleFocusEvent, StzhTooltipClosedEvent, StzhTooltipCloseEvent, StzhTooltipOpenedEvent, StzhTooltipOpenEvent, StzhUploadCanceledEvent, StzhUploadCanceledMultipleEvent, StzhUploadCompleteEvent, StzhUploadCompleteMultipleEvent, StzhUploadErrorEvent, StzhUploadErrorMultipleEvent, StzhUploadFileAddedEvent, StzhUploadFileRemovedEvent, StzhUploadFilesAddedEvent, StzhUploadFilesItem, StzhUploadProcessingEvent, StzhUploadProcessingMultipleEvent, StzhUploadProgressEvent, StzhUploadProgressTotalEvent, StzhUploadSendingEvent, StzhUploadSendingMultipleEvent, StzhUploadSuccessEvent, StzhUploadSuccessMultipleEvent, StzhVbzLinechipBlurEvent, StzhVbzLinechipFocusEvent, VBZ } from "./index";
8
+ import { ContactaddressNumber, Font, Layout, OlmapLayer, ShareService, Space, StzhAccordionItemClosedEvent, StzhAccordionItemCloseEvent, StzhAccordionItemOpenedEvent, StzhAccordionItemOpenEvent, StzhActionsetItem, StzhActionsetItemClickEvent, StzhAnchornavItem, StzhAnchornavItemClickEvent, StzhAppointmentsChangeEvent, StzhAudioEndedEvent, StzhAudioEndEvent, StzhAudioErrorEvent, StzhAudioPauseEvent, StzhAudioPlayEvent, StzhAudioPlayingEvent, StzhAudioReplayEvent, StzhButtonBlurEvent, StzhButtonChangeEvent, StzhButtonFocusEvent, StzhCalendarChangeEvent, StzhCalendarDateDisabledPredicate, StzhCardCollapseEvent, StzhCardHeaderAction, StzhCardHeaderActionClickEvent, StzhCardListCollapseAllEvent, StzhCardStarClickEvent, StzhCardSubtitleClickEvent, StzhCheckboxBlurEvent, StzhCheckboxChangeEvent, StzhCheckboxFocusEvent, StzhChipBlurEvent, StzhChipClickEvent, StzhChipFocusEvent, StzhChipRemoveEvent, StzhChipSelectChangeEvent, StzhChipSelectItem, StzhDatalistItemActionClickEvent, StzhDatalistItemEntry, StzhDatamessagelistItemActionClickEvent, StzhDatamessagelistItemClickEvent, StzhDatamessagelistItemEntryAction, StzhDatamessagelistItemEntryLoadingStatus, StzhDatamessagelistItemEntryMeta, StzhDatamessagelistItemEntryTag, StzhDatepickerChangeEvent, StzhDialogCloseEvent, StzhDialogOpenEvent, StzhDropdowCloseEvent, StzhDropdowInitEvent, StzhDropdownBlurEvent, StzhDropdownChangeEvent, StzhDropdownFocusEvent, StzhDropdownItemAddEvent, StzhDropdownItemRemoveEvent, StzhDropdownOpenEvent, StzhDropdownOptionAddEvent, StzhDropdownOptionRemoveEvent, StzhGhettoboxCloseEvent, StzhGhettoboxOpenEvent, StzhInputBlurEvent, StzhInputChangeEvent, StzhInputFocusEvent, StzhLinkBlurEvent, StzhLinkFocusEvent, StzhMenuItemBlurEvent, StzhMenuItemFocusEvent, StzhMessageCloseEvent, StzhMessageOpenEvent, StzhOlmapInitializedEvent, StzhOlmapMoveEndEvent, StzhOlmapMoveStartEvent, StzhOlmapPostRenderEvent, StzhOverlayCloseEvent, StzhOverlayOpenEvent, StzhPopoverClosedEvent, StzhPopoverCloseEvent, StzhPopoverOpenedEvent, StzhPopoverOpenEvent, StzhProgressbarDataItem, StzhProgressbarItemClickEvent, StzhProgressbarItemDottedClickEvent, StzhRadioBlurEvent, StzhRadioChangeEvent, StzhRadioFocusEvent, StzhSortableDisableEvent, StzhSortableUpdateEvent, StzhStickyStuckBottomEvent, StzhStickyStuckTopEvent, StzhToggleBlurEvent, StzhToggleChangeEvent, StzhToggleFocusEvent, StzhTooltipClosedEvent, StzhTooltipCloseEvent, StzhTooltipOpenedEvent, StzhTooltipOpenEvent, StzhUploadCanceledEvent, StzhUploadCanceledMultipleEvent, StzhUploadCompleteEvent, StzhUploadCompleteMultipleEvent, StzhUploadErrorEvent, StzhUploadErrorMultipleEvent, StzhUploadFileAddedEvent, StzhUploadFileRemovedEvent, StzhUploadFilesAddedEvent, StzhUploadFilesItem, StzhUploadProcessingEvent, StzhUploadProcessingMultipleEvent, StzhUploadProgressEvent, StzhUploadProgressTotalEvent, StzhUploadSendingEvent, StzhUploadSendingMultipleEvent, StzhUploadSuccessEvent, StzhUploadSuccessMultipleEvent, StzhVbzLinechipBlurEvent, StzhVbzLinechipFocusEvent, VBZ } from "./index";
9
9
  import { StzhActionsetLocalizedText } from "./components/stzh-actionset/stzh-actionset.localization";
10
10
  import { Placement } from "@floating-ui/dom";
11
11
  import { StzhAppointmentsLocalizedText } from "./components/stzh-appointments/stzh-appointments.localization";
@@ -107,7 +107,7 @@ export namespace Components {
107
107
  /**
108
108
  * Variant determining what position the action buttons are
109
109
  */
110
- "variant": "form" | "dialog" | "process";
110
+ "variant": "form" | "dialog" | "process" | "cta";
111
111
  /**
112
112
  * With border separator
113
113
  */
@@ -294,6 +294,10 @@ export namespace Components {
294
294
  * Whether the button is disabled
295
295
  */
296
296
  "disabled": boolean;
297
+ /**
298
+ * Download attribute of link (if `href` used)
299
+ */
300
+ "download": string;
297
301
  /**
298
302
  * Effect/Animation used
299
303
  */
@@ -515,6 +519,20 @@ export namespace Components {
515
519
  */
516
520
  "spanUltra": number;
517
521
  }
522
+ interface StzhChart {
523
+ /**
524
+ * Caption
525
+ */
526
+ "caption": string;
527
+ /**
528
+ * Chart id
529
+ */
530
+ "chartId": string;
531
+ /**
532
+ * Chart generation function
533
+ */
534
+ "create": Function;
535
+ }
518
536
  interface StzhCheckbox {
519
537
  /**
520
538
  * Id for element which describes the input (this will be overwritten if description prop or slot is used)
@@ -653,13 +671,13 @@ export namespace Components {
653
671
  */
654
672
  "disabled": boolean;
655
673
  /**
656
- * Icon (use instead of icon slot)
674
+ * `href` if the chip should be used as link
657
675
  */
658
- "icon": string;
676
+ "href": string;
659
677
  /**
660
- * Invert (only available for tag variant)
678
+ * Icon (use instead of icon slot)
661
679
  */
662
- "invert": boolean;
680
+ "icon": string;
663
681
  /**
664
682
  * Label
665
683
  */
@@ -680,6 +698,10 @@ export namespace Components {
680
698
  * Size
681
699
  */
682
700
  "size": "default" | "small";
701
+ /**
702
+ * Target if the button is used as link (if `href` used)
703
+ */
704
+ "target": string;
683
705
  /**
684
706
  * Type
685
707
  */
@@ -761,6 +783,64 @@ export namespace Components {
761
783
  */
762
784
  "linesUltra": number;
763
785
  }
786
+ interface StzhContactaddress {
787
+ /**
788
+ * Company Title
789
+ */
790
+ "company": string;
791
+ /**
792
+ * Heading
793
+ */
794
+ "heading": string;
795
+ /**
796
+ * Location / city
797
+ */
798
+ "location": string;
799
+ /**
800
+ * Name
801
+ */
802
+ "name": string;
803
+ /**
804
+ * Numbers Array of objects that can include the attributes `type` = `tel`|`fax`, `label` and `number`.
805
+ */
806
+ "numbers": ContactaddressNumber[] | string;
807
+ /**
808
+ * Post office box heading
809
+ */
810
+ "poBoxHeading": string;
811
+ /**
812
+ * Post office box location / city
813
+ */
814
+ "poboxLocation": string;
815
+ /**
816
+ * Post office box postal code
817
+ */
818
+ "poboxPostalCode": string;
819
+ /**
820
+ * Post office box title
821
+ */
822
+ "poboxTitle": string;
823
+ /**
824
+ * Postal code
825
+ */
826
+ "postalCode": string;
827
+ /**
828
+ * Street
829
+ */
830
+ "street": string;
831
+ /**
832
+ * Additional street info
833
+ */
834
+ "streetInfo": string;
835
+ /**
836
+ * Type
837
+ */
838
+ "type": "Organization" | "Person";
839
+ /**
840
+ * Whether to display border or not
841
+ */
842
+ "withBorder": boolean;
843
+ }
764
844
  interface StzhContainer {
765
845
  }
766
846
  interface StzhCspace {
@@ -1229,6 +1309,10 @@ export namespace Components {
1229
1309
  * Footer variant
1230
1310
  */
1231
1311
  "variant": "default" | "egov";
1312
+ /**
1313
+ * Whether to display separation border
1314
+ */
1315
+ "withBorder": boolean;
1232
1316
  }
1233
1317
  interface StzhGhettobox {
1234
1318
  /**
@@ -1477,6 +1561,10 @@ export namespace Components {
1477
1561
  * Disabled status
1478
1562
  */
1479
1563
  "disabled": boolean;
1564
+ /**
1565
+ * Download attribute of link (if `href` used)
1566
+ */
1567
+ "download": string;
1480
1568
  /**
1481
1569
  * Whether the link is full width
1482
1570
  */
@@ -1768,6 +1856,20 @@ export namespace Components {
1768
1856
  }
1769
1857
  interface StzhPagetitle {
1770
1858
  }
1859
+ interface StzhPagetitleHero {
1860
+ /**
1861
+ * Heading
1862
+ */
1863
+ "heading": string;
1864
+ /**
1865
+ * Lead author
1866
+ */
1867
+ "leadAuthor": string;
1868
+ /**
1869
+ * Subtitle
1870
+ */
1871
+ "subtitle": string;
1872
+ }
1771
1873
  interface StzhPopover {
1772
1874
  /**
1773
1875
  * Distance from popover content to trigger. "8" when default variant, "16" when tooltip variant (arrow height + 8px).
@@ -2773,6 +2875,12 @@ declare global {
2773
2875
  prototype: HTMLStzhCellElement;
2774
2876
  new (): HTMLStzhCellElement;
2775
2877
  };
2878
+ interface HTMLStzhChartElement extends Components.StzhChart, HTMLStencilElement {
2879
+ }
2880
+ var HTMLStzhChartElement: {
2881
+ prototype: HTMLStzhChartElement;
2882
+ new (): HTMLStzhChartElement;
2883
+ };
2776
2884
  interface HTMLStzhCheckboxElement extends Components.StzhCheckbox, HTMLStencilElement {
2777
2885
  }
2778
2886
  var HTMLStzhCheckboxElement: {
@@ -2803,6 +2911,12 @@ declare global {
2803
2911
  prototype: HTMLStzhClampElement;
2804
2912
  new (): HTMLStzhClampElement;
2805
2913
  };
2914
+ interface HTMLStzhContactaddressElement extends Components.StzhContactaddress, HTMLStencilElement {
2915
+ }
2916
+ var HTMLStzhContactaddressElement: {
2917
+ prototype: HTMLStzhContactaddressElement;
2918
+ new (): HTMLStzhContactaddressElement;
2919
+ };
2806
2920
  interface HTMLStzhContainerElement extends Components.StzhContainer, HTMLStencilElement {
2807
2921
  }
2808
2922
  var HTMLStzhContainerElement: {
@@ -3013,6 +3127,12 @@ declare global {
3013
3127
  prototype: HTMLStzhPagetitleElement;
3014
3128
  new (): HTMLStzhPagetitleElement;
3015
3129
  };
3130
+ interface HTMLStzhPagetitleHeroElement extends Components.StzhPagetitleHero, HTMLStencilElement {
3131
+ }
3132
+ var HTMLStzhPagetitleHeroElement: {
3133
+ prototype: HTMLStzhPagetitleHeroElement;
3134
+ new (): HTMLStzhPagetitleHeroElement;
3135
+ };
3016
3136
  interface HTMLStzhPopoverElement extends Components.StzhPopover, HTMLStencilElement {
3017
3137
  }
3018
3138
  var HTMLStzhPopoverElement: {
@@ -3184,11 +3304,13 @@ declare global {
3184
3304
  "stzh-card": HTMLStzhCardElement;
3185
3305
  "stzh-card-list": HTMLStzhCardListElement;
3186
3306
  "stzh-cell": HTMLStzhCellElement;
3307
+ "stzh-chart": HTMLStzhChartElement;
3187
3308
  "stzh-checkbox": HTMLStzhCheckboxElement;
3188
3309
  "stzh-checkboxgroup": HTMLStzhCheckboxgroupElement;
3189
3310
  "stzh-chip": HTMLStzhChipElement;
3190
3311
  "stzh-chip-select": HTMLStzhChipSelectElement;
3191
3312
  "stzh-clamp": HTMLStzhClampElement;
3313
+ "stzh-contactaddress": HTMLStzhContactaddressElement;
3192
3314
  "stzh-container": HTMLStzhContainerElement;
3193
3315
  "stzh-cspace": HTMLStzhCspaceElement;
3194
3316
  "stzh-datalist": HTMLStzhDatalistElement;
@@ -3224,6 +3346,7 @@ declare global {
3224
3346
  "stzh-page-skiplinks": HTMLStzhPageSkiplinksElement;
3225
3347
  "stzh-pagebottom": HTMLStzhPagebottomElement;
3226
3348
  "stzh-pagetitle": HTMLStzhPagetitleElement;
3349
+ "stzh-pagetitle-hero": HTMLStzhPagetitleHeroElement;
3227
3350
  "stzh-popover": HTMLStzhPopoverElement;
3228
3351
  "stzh-portal-mitwirken": HTMLStzhPortalMitwirkenElement;
3229
3352
  "stzh-progressbar": HTMLStzhProgressbarElement;
@@ -3325,7 +3448,7 @@ declare namespace LocalJSX {
3325
3448
  /**
3326
3449
  * Variant determining what position the action buttons are
3327
3450
  */
3328
- "variant"?: "form" | "dialog" | "process";
3451
+ "variant"?: "form" | "dialog" | "process" | "cta";
3329
3452
  /**
3330
3453
  * With border separator
3331
3454
  */
@@ -3550,6 +3673,10 @@ declare namespace LocalJSX {
3550
3673
  * Whether the button is disabled
3551
3674
  */
3552
3675
  "disabled"?: boolean;
3676
+ /**
3677
+ * Download attribute of link (if `href` used)
3678
+ */
3679
+ "download"?: string;
3553
3680
  /**
3554
3681
  * Effect/Animation used
3555
3682
  */
@@ -3795,6 +3922,20 @@ declare namespace LocalJSX {
3795
3922
  */
3796
3923
  "spanUltra"?: number;
3797
3924
  }
3925
+ interface StzhChart {
3926
+ /**
3927
+ * Caption
3928
+ */
3929
+ "caption"?: string;
3930
+ /**
3931
+ * Chart id
3932
+ */
3933
+ "chartId"?: string;
3934
+ /**
3935
+ * Chart generation function
3936
+ */
3937
+ "create"?: Function;
3938
+ }
3798
3939
  interface StzhCheckbox {
3799
3940
  /**
3800
3941
  * Id for element which describes the input (this will be overwritten if description prop or slot is used)
@@ -3941,13 +4082,13 @@ declare namespace LocalJSX {
3941
4082
  */
3942
4083
  "disabled"?: boolean;
3943
4084
  /**
3944
- * Icon (use instead of icon slot)
4085
+ * `href` if the chip should be used as link
3945
4086
  */
3946
- "icon"?: string;
4087
+ "href"?: string;
3947
4088
  /**
3948
- * Invert (only available for tag variant)
4089
+ * Icon (use instead of icon slot)
3949
4090
  */
3950
- "invert"?: boolean;
4091
+ "icon"?: string;
3951
4092
  /**
3952
4093
  * Label
3953
4094
  */
@@ -3980,6 +4121,10 @@ declare namespace LocalJSX {
3980
4121
  * Size
3981
4122
  */
3982
4123
  "size"?: "default" | "small";
4124
+ /**
4125
+ * Target if the button is used as link (if `href` used)
4126
+ */
4127
+ "target"?: string;
3983
4128
  /**
3984
4129
  * Type
3985
4130
  */
@@ -4065,6 +4210,64 @@ declare namespace LocalJSX {
4065
4210
  */
4066
4211
  "linesUltra"?: number;
4067
4212
  }
4213
+ interface StzhContactaddress {
4214
+ /**
4215
+ * Company Title
4216
+ */
4217
+ "company"?: string;
4218
+ /**
4219
+ * Heading
4220
+ */
4221
+ "heading"?: string;
4222
+ /**
4223
+ * Location / city
4224
+ */
4225
+ "location"?: string;
4226
+ /**
4227
+ * Name
4228
+ */
4229
+ "name"?: string;
4230
+ /**
4231
+ * Numbers Array of objects that can include the attributes `type` = `tel`|`fax`, `label` and `number`.
4232
+ */
4233
+ "numbers"?: ContactaddressNumber[] | string;
4234
+ /**
4235
+ * Post office box heading
4236
+ */
4237
+ "poBoxHeading"?: string;
4238
+ /**
4239
+ * Post office box location / city
4240
+ */
4241
+ "poboxLocation"?: string;
4242
+ /**
4243
+ * Post office box postal code
4244
+ */
4245
+ "poboxPostalCode"?: string;
4246
+ /**
4247
+ * Post office box title
4248
+ */
4249
+ "poboxTitle"?: string;
4250
+ /**
4251
+ * Postal code
4252
+ */
4253
+ "postalCode"?: string;
4254
+ /**
4255
+ * Street
4256
+ */
4257
+ "street"?: string;
4258
+ /**
4259
+ * Additional street info
4260
+ */
4261
+ "streetInfo"?: string;
4262
+ /**
4263
+ * Type
4264
+ */
4265
+ "type"?: "Organization" | "Person";
4266
+ /**
4267
+ * Whether to display border or not
4268
+ */
4269
+ "withBorder"?: boolean;
4270
+ }
4068
4271
  interface StzhContainer {
4069
4272
  }
4070
4273
  interface StzhCspace {
@@ -4558,6 +4761,10 @@ declare namespace LocalJSX {
4558
4761
  * Footer variant
4559
4762
  */
4560
4763
  "variant"?: "default" | "egov";
4764
+ /**
4765
+ * Whether to display separation border
4766
+ */
4767
+ "withBorder"?: boolean;
4561
4768
  }
4562
4769
  interface StzhGhettobox {
4563
4770
  /**
@@ -4816,6 +5023,10 @@ declare namespace LocalJSX {
4816
5023
  * Disabled status
4817
5024
  */
4818
5025
  "disabled"?: boolean;
5026
+ /**
5027
+ * Download attribute of link (if `href` used)
5028
+ */
5029
+ "download"?: string;
4819
5030
  /**
4820
5031
  * Whether the link is full width
4821
5032
  */
@@ -5115,6 +5326,20 @@ declare namespace LocalJSX {
5115
5326
  }
5116
5327
  interface StzhPagetitle {
5117
5328
  }
5329
+ interface StzhPagetitleHero {
5330
+ /**
5331
+ * Heading
5332
+ */
5333
+ "heading"?: string;
5334
+ /**
5335
+ * Lead author
5336
+ */
5337
+ "leadAuthor"?: string;
5338
+ /**
5339
+ * Subtitle
5340
+ */
5341
+ "subtitle"?: string;
5342
+ }
5118
5343
  interface StzhPopover {
5119
5344
  /**
5120
5345
  * Distance from popover content to trigger. "8" when default variant, "16" when tooltip variant (arrow height + 8px).
@@ -6022,11 +6247,13 @@ declare namespace LocalJSX {
6022
6247
  "stzh-card": StzhCard;
6023
6248
  "stzh-card-list": StzhCardList;
6024
6249
  "stzh-cell": StzhCell;
6250
+ "stzh-chart": StzhChart;
6025
6251
  "stzh-checkbox": StzhCheckbox;
6026
6252
  "stzh-checkboxgroup": StzhCheckboxgroup;
6027
6253
  "stzh-chip": StzhChip;
6028
6254
  "stzh-chip-select": StzhChipSelect;
6029
6255
  "stzh-clamp": StzhClamp;
6256
+ "stzh-contactaddress": StzhContactaddress;
6030
6257
  "stzh-container": StzhContainer;
6031
6258
  "stzh-cspace": StzhCspace;
6032
6259
  "stzh-datalist": StzhDatalist;
@@ -6062,6 +6289,7 @@ declare namespace LocalJSX {
6062
6289
  "stzh-page-skiplinks": StzhPageSkiplinks;
6063
6290
  "stzh-pagebottom": StzhPagebottom;
6064
6291
  "stzh-pagetitle": StzhPagetitle;
6292
+ "stzh-pagetitle-hero": StzhPagetitleHero;
6065
6293
  "stzh-popover": StzhPopover;
6066
6294
  "stzh-portal-mitwirken": StzhPortalMitwirken;
6067
6295
  "stzh-progressbar": StzhProgressbar;
@@ -6108,11 +6336,13 @@ declare module "@stencil/core" {
6108
6336
  "stzh-card": LocalJSX.StzhCard & JSXBase.HTMLAttributes<HTMLStzhCardElement>;
6109
6337
  "stzh-card-list": LocalJSX.StzhCardList & JSXBase.HTMLAttributes<HTMLStzhCardListElement>;
6110
6338
  "stzh-cell": LocalJSX.StzhCell & JSXBase.HTMLAttributes<HTMLStzhCellElement>;
6339
+ "stzh-chart": LocalJSX.StzhChart & JSXBase.HTMLAttributes<HTMLStzhChartElement>;
6111
6340
  "stzh-checkbox": LocalJSX.StzhCheckbox & JSXBase.HTMLAttributes<HTMLStzhCheckboxElement>;
6112
6341
  "stzh-checkboxgroup": LocalJSX.StzhCheckboxgroup & JSXBase.HTMLAttributes<HTMLStzhCheckboxgroupElement>;
6113
6342
  "stzh-chip": LocalJSX.StzhChip & JSXBase.HTMLAttributes<HTMLStzhChipElement>;
6114
6343
  "stzh-chip-select": LocalJSX.StzhChipSelect & JSXBase.HTMLAttributes<HTMLStzhChipSelectElement>;
6115
6344
  "stzh-clamp": LocalJSX.StzhClamp & JSXBase.HTMLAttributes<HTMLStzhClampElement>;
6345
+ "stzh-contactaddress": LocalJSX.StzhContactaddress & JSXBase.HTMLAttributes<HTMLStzhContactaddressElement>;
6116
6346
  "stzh-container": LocalJSX.StzhContainer & JSXBase.HTMLAttributes<HTMLStzhContainerElement>;
6117
6347
  "stzh-cspace": LocalJSX.StzhCspace & JSXBase.HTMLAttributes<HTMLStzhCspaceElement>;
6118
6348
  "stzh-datalist": LocalJSX.StzhDatalist & JSXBase.HTMLAttributes<HTMLStzhDatalistElement>;
@@ -6148,6 +6378,7 @@ declare module "@stencil/core" {
6148
6378
  "stzh-page-skiplinks": LocalJSX.StzhPageSkiplinks & JSXBase.HTMLAttributes<HTMLStzhPageSkiplinksElement>;
6149
6379
  "stzh-pagebottom": LocalJSX.StzhPagebottom & JSXBase.HTMLAttributes<HTMLStzhPagebottomElement>;
6150
6380
  "stzh-pagetitle": LocalJSX.StzhPagetitle & JSXBase.HTMLAttributes<HTMLStzhPagetitleElement>;
6381
+ "stzh-pagetitle-hero": LocalJSX.StzhPagetitleHero & JSXBase.HTMLAttributes<HTMLStzhPagetitleHeroElement>;
6151
6382
  "stzh-popover": LocalJSX.StzhPopover & JSXBase.HTMLAttributes<HTMLStzhPopoverElement>;
6152
6383
  "stzh-portal-mitwirken": LocalJSX.StzhPortalMitwirken & JSXBase.HTMLAttributes<HTMLStzhPortalMitwirkenElement>;
6153
6384
  "stzh-progressbar": LocalJSX.StzhProgressbar & JSXBase.HTMLAttributes<HTMLStzhProgressbarElement>;
@@ -295,6 +295,11 @@ export declare type StzhDialogOpenEvent = {
295
295
  export declare type StzhDialogCloseEvent = {
296
296
  component: "stzh-dialog";
297
297
  };
298
+ export declare type ContactaddressNumber = {
299
+ type: "tel" | "fax";
300
+ label: string;
301
+ number: string;
302
+ };
298
303
  export declare type StzhOverlayOpenEvent = {
299
304
  component: "stzh-overlay";
300
305
  };