@oiz/stzh-components 2.4.0-beta → 2.5.0-alpha-carousel

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 (427) hide show
  1. package/dist/cjs/{_commonjsHelpers-dcc4cf71.js → _commonjsHelpers-bcc1208a.js} +0 -16
  2. package/dist/cjs/app-globals-d7bd37fe.js +889 -0
  3. package/dist/cjs/{js.cookie-226c94ed.js → js.cookie-9c263d23.js} +1 -1
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/stzh-actions.cjs.entry.js +3 -1
  6. package/dist/cjs/stzh-actionset.cjs.entry.js +11 -6
  7. package/dist/cjs/stzh-appnav.cjs.entry.js +3 -1
  8. package/dist/cjs/stzh-badge_3.cjs.entry.js +20 -8
  9. package/dist/cjs/stzh-calendar.cjs.entry.js +1 -1
  10. package/dist/cjs/stzh-card_3.cjs.entry.js +36 -29
  11. package/dist/cjs/stzh-carousel.cjs.entry.js +522 -0
  12. package/dist/cjs/stzh-chart.cjs.entry.js +5998 -5171
  13. package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +3 -1
  14. package/dist/cjs/stzh-chip_2.cjs.entry.js +82 -5
  15. package/dist/cjs/stzh-components.cjs.js +2 -2
  16. package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
  17. package/dist/cjs/stzh-datalist_2.cjs.entry.js +10 -3
  18. package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +1 -1
  19. package/dist/cjs/stzh-datatable.cjs.entry.js +16 -4
  20. package/dist/cjs/stzh-datepicker_3.cjs.entry.js +3 -1
  21. package/dist/cjs/stzh-dialog.cjs.entry.js +16 -13
  22. package/dist/cjs/stzh-dropdown.cjs.entry.js +2 -2
  23. package/dist/cjs/stzh-footer.cjs.entry.js +3 -1
  24. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +17 -4
  25. package/dist/cjs/stzh-header.cjs.entry.js +32 -27
  26. package/dist/cjs/stzh-hspace.cjs.entry.js +1 -1
  27. package/dist/cjs/stzh-input.cjs.entry.js +1 -1
  28. package/dist/cjs/stzh-invert.cjs.entry.js +1 -1
  29. package/dist/cjs/stzh-link.cjs.entry.js +15 -4
  30. package/dist/cjs/stzh-loader.cjs.entry.js +1 -1
  31. package/dist/cjs/stzh-menu_2.cjs.entry.js +2 -2
  32. package/dist/cjs/stzh-message.cjs.entry.js +2 -2
  33. package/dist/cjs/stzh-metanav.cjs.entry.js +3 -1
  34. package/dist/cjs/stzh-microsite-teaserlist.cjs.entry.js +1 -1
  35. package/dist/cjs/stzh-olmap.cjs.entry.js +1 -1
  36. package/dist/cjs/stzh-page-skiplinks.cjs.entry.js +3 -1
  37. package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +4 -2
  38. package/dist/cjs/stzh-pagetitle.cjs.entry.js +3 -1
  39. package/dist/cjs/stzh-popover.cjs.entry.js +1 -1
  40. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  41. package/dist/cjs/stzh-readspeaker.cjs.entry.js +3 -1
  42. package/dist/cjs/stzh-sortable.cjs.entry.js +4 -2
  43. package/dist/cjs/stzh-space.cjs.entry.js +1 -1
  44. package/dist/cjs/stzh-sticky.cjs.entry.js +3 -1
  45. package/dist/cjs/stzh-table.cjs.entry.js +14 -4
  46. package/dist/cjs/stzh-upload.cjs.entry.js +1 -1
  47. package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +1 -1
  48. package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +16 -11
  49. package/dist/cjs/stzh-vspace.cjs.entry.js +1 -1
  50. package/dist/collection/assets/i18n/de.json +10 -0
  51. package/dist/collection/assets/i18n/en.json +11 -1
  52. package/dist/collection/collection-manifest.json +1 -0
  53. package/dist/collection/components/stzh-actions/stzh-actions.js +3 -1
  54. package/dist/collection/components/stzh-actionset/stzh-actionset.js +11 -33
  55. package/dist/collection/components/stzh-appnav/stzh-appnav.js +3 -1
  56. package/dist/collection/components/stzh-button/stzh-button.css +16 -1
  57. package/dist/collection/components/stzh-button/stzh-button.js +73 -7
  58. package/dist/collection/components/stzh-calendar/stzh-calendar.css +1 -1
  59. package/dist/collection/components/stzh-card/stzh-card.css +34 -9
  60. package/dist/collection/components/stzh-card/stzh-card.js +52 -54
  61. package/dist/collection/components/stzh-carousel/stzh-carousel.css +253 -0
  62. package/dist/collection/components/stzh-carousel/stzh-carousel.js +966 -0
  63. package/dist/collection/components/stzh-carousel/stzh-carousel.localization.js +1 -0
  64. package/dist/collection/components/stzh-carousel/stzh-carousel.stories.js +138 -0
  65. package/dist/collection/components/stzh-chart/stzh-chart.css +101 -54
  66. package/dist/collection/components/stzh-chart/stzh-chart.stories.js +1 -0
  67. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +3 -1
  68. package/dist/collection/components/stzh-chip/stzh-chip.css +19 -17
  69. package/dist/collection/components/stzh-chip/stzh-chip.js +2 -1
  70. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +1 -1
  71. package/dist/collection/components/stzh-clamp/stzh-clamp.css +46 -160
  72. package/dist/collection/components/stzh-clamp/stzh-clamp.js +218 -8
  73. package/dist/collection/components/stzh-clamp/stzh-clamp.localization.js +1 -0
  74. package/dist/collection/components/stzh-clamp/stzh-clamp.stories.js +1 -1
  75. package/dist/collection/components/stzh-cspace/stzh-cspace.css +36 -0
  76. package/dist/collection/components/stzh-datalist/stzh-datalist.js +18 -18
  77. package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.css +11 -0
  78. package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.js +28 -1
  79. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +10 -0
  80. package/dist/collection/components/stzh-datatable/stzh-datatable.js +15 -12
  81. package/dist/collection/components/stzh-dialog/stzh-dialog.css +2 -2
  82. package/dist/collection/components/stzh-dialog/stzh-dialog.js +15 -12
  83. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +1 -1
  84. package/dist/collection/components/stzh-footer/stzh-footer.js +3 -1
  85. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +3 -1
  86. package/dist/collection/components/stzh-header/stzh-header.js +32 -45
  87. package/dist/collection/components/stzh-hspace/stzh-hspace.css +4 -0
  88. package/dist/collection/components/stzh-input/stzh-input.css +1 -1
  89. package/dist/collection/components/stzh-input/stzh-input.stories.js +12 -12
  90. package/dist/collection/components/stzh-invert/stzh-invert.css +4 -4
  91. package/dist/collection/components/stzh-link/stzh-link.css +11 -0
  92. package/dist/collection/components/stzh-link/stzh-link.js +68 -3
  93. package/dist/collection/components/stzh-loader/stzh-loader.css +4 -4
  94. package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +27 -27
  95. package/dist/collection/components/stzh-metanav/stzh-metanav.js +3 -1
  96. package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.js +1 -1
  97. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.js +3 -1
  98. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +3 -1
  99. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.css +4 -4
  100. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.js +3 -1
  101. package/dist/collection/components/stzh-popover/stzh-popover.css +3 -3
  102. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +118 -12
  103. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +3 -1
  104. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.js +3 -1
  105. package/dist/collection/components/stzh-richtext/stzh-richtext.css +14 -3
  106. package/dist/collection/components/stzh-richtext/stzh-richtext.js +32 -0
  107. package/dist/collection/components/stzh-sortable/stzh-sortable.css +1 -1
  108. package/dist/collection/components/stzh-sortable/stzh-sortable.js +3 -1
  109. package/dist/collection/components/stzh-space/stzh-space.css +4 -0
  110. package/dist/collection/components/stzh-sticky/stzh-sticky.js +3 -1
  111. package/dist/collection/components/stzh-table/stzh-table.js +14 -13
  112. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.js +16 -11
  113. package/dist/collection/components/stzh-vspace/stzh-vspace.css +4 -0
  114. package/dist/collection/global/js/script.js +2 -0
  115. package/dist/components/_commonjsHelpers.js +1 -16
  116. package/dist/components/index.d.ts +1 -0
  117. package/dist/components/index.js +835 -1
  118. package/dist/components/stzh-actions.js +3 -1
  119. package/dist/components/stzh-actionset2.js +12 -7
  120. package/dist/components/stzh-appnav.js +3 -1
  121. package/dist/components/stzh-button2.js +23 -8
  122. package/dist/components/stzh-calendar2.js +1 -1
  123. package/dist/components/stzh-card2.js +37 -29
  124. package/dist/components/stzh-carousel.d.ts +11 -0
  125. package/dist/components/stzh-carousel.js +568 -0
  126. package/dist/components/stzh-chart.js +5995 -5168
  127. package/dist/components/stzh-checkboxgroup.js +3 -1
  128. package/dist/components/stzh-chip-select2.js +21 -9
  129. package/dist/components/stzh-chip2.js +19 -6
  130. package/dist/components/stzh-clamp2.js +110 -11
  131. package/dist/components/stzh-cspace.js +1 -1
  132. package/dist/components/stzh-datalist-item2.js +10 -2
  133. package/dist/components/stzh-datalist2.js +3 -3
  134. package/dist/components/stzh-datamessagelist-item.js +17 -11
  135. package/dist/components/stzh-datatable.js +16 -4
  136. package/dist/components/stzh-dialog.js +16 -13
  137. package/dist/components/stzh-dropdown2.js +1 -1
  138. package/dist/components/stzh-footer.js +3 -1
  139. package/dist/components/stzh-ghettobox2.js +3 -1
  140. package/dist/components/stzh-header.js +33 -28
  141. package/dist/components/stzh-hspace.js +1 -1
  142. package/dist/components/stzh-input2.js +1 -1
  143. package/dist/components/stzh-invert.js +1 -1
  144. package/dist/components/stzh-link2.js +18 -4
  145. package/dist/components/stzh-loader2.js +1 -1
  146. package/dist/components/stzh-menu-item2.js +4 -4
  147. package/dist/components/stzh-metanav.js +3 -1
  148. package/dist/components/stzh-microsite-teaserlist.js +1 -1
  149. package/dist/components/stzh-page-skiplinks.js +3 -1
  150. package/dist/components/stzh-pagetitle-hero.js +4 -2
  151. package/dist/components/stzh-pagetitle.js +3 -1
  152. package/dist/components/stzh-popover2.js +1 -1
  153. package/dist/components/stzh-portal-mitwirken.js +1 -1
  154. package/dist/components/stzh-radiogroup2.js +3 -1
  155. package/dist/components/stzh-readspeaker.js +3 -1
  156. package/dist/components/stzh-richtext2.js +14 -1
  157. package/dist/components/stzh-sortable2.js +4 -2
  158. package/dist/components/stzh-space.js +1 -1
  159. package/dist/components/stzh-sticky.js +3 -1
  160. package/dist/components/stzh-table.js +15 -5
  161. package/dist/components/stzh-upload.js +1 -1
  162. package/dist/components/stzh-vbz-ticker.js +16 -11
  163. package/dist/components/stzh-vspace.js +1 -1
  164. package/dist/esm/{_commonjsHelpers-f9dc4873.js → _commonjsHelpers-ba3f0406.js} +1 -16
  165. package/dist/esm/app-globals-62e1178d.js +887 -0
  166. package/dist/esm/{js.cookie-53735b72.js → js.cookie-28a40640.js} +1 -1
  167. package/dist/esm/loader.js +2 -2
  168. package/dist/esm/stzh-actions.entry.js +3 -1
  169. package/dist/esm/stzh-actionset.entry.js +11 -6
  170. package/dist/esm/stzh-appnav.entry.js +3 -1
  171. package/dist/esm/stzh-badge_3.entry.js +20 -8
  172. package/dist/esm/stzh-calendar.entry.js +1 -1
  173. package/dist/esm/stzh-card_3.entry.js +36 -29
  174. package/dist/esm/stzh-carousel.entry.js +518 -0
  175. package/dist/esm/stzh-chart.entry.js +5995 -5168
  176. package/dist/esm/stzh-checkboxgroup.entry.js +3 -1
  177. package/dist/esm/stzh-chip_2.entry.js +82 -5
  178. package/dist/esm/stzh-components.js +2 -2
  179. package/dist/esm/stzh-cspace.entry.js +1 -1
  180. package/dist/esm/stzh-datalist_2.entry.js +10 -3
  181. package/dist/esm/stzh-datamessagelist-item.entry.js +1 -1
  182. package/dist/esm/stzh-datatable.entry.js +16 -4
  183. package/dist/esm/stzh-datepicker_3.entry.js +3 -1
  184. package/dist/esm/stzh-dialog.entry.js +16 -13
  185. package/dist/esm/stzh-dropdown.entry.js +2 -2
  186. package/dist/esm/stzh-footer.entry.js +3 -1
  187. package/dist/esm/stzh-ghettobox_2.entry.js +17 -4
  188. package/dist/esm/stzh-header.entry.js +32 -27
  189. package/dist/esm/stzh-hspace.entry.js +1 -1
  190. package/dist/esm/stzh-input.entry.js +1 -1
  191. package/dist/esm/stzh-invert.entry.js +1 -1
  192. package/dist/esm/stzh-link.entry.js +15 -4
  193. package/dist/esm/stzh-loader.entry.js +1 -1
  194. package/dist/esm/stzh-menu_2.entry.js +2 -2
  195. package/dist/esm/stzh-message.entry.js +2 -2
  196. package/dist/esm/stzh-metanav.entry.js +3 -1
  197. package/dist/esm/stzh-microsite-teaserlist.entry.js +1 -1
  198. package/dist/esm/stzh-olmap.entry.js +1 -1
  199. package/dist/esm/stzh-page-skiplinks.entry.js +3 -1
  200. package/dist/esm/stzh-pagetitle-hero.entry.js +4 -2
  201. package/dist/esm/stzh-pagetitle.entry.js +3 -1
  202. package/dist/esm/stzh-popover.entry.js +1 -1
  203. package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
  204. package/dist/esm/stzh-readspeaker.entry.js +3 -1
  205. package/dist/esm/stzh-sortable.entry.js +4 -2
  206. package/dist/esm/stzh-space.entry.js +1 -1
  207. package/dist/esm/stzh-sticky.entry.js +3 -1
  208. package/dist/esm/stzh-table.entry.js +14 -4
  209. package/dist/esm/stzh-upload.entry.js +1 -1
  210. package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
  211. package/dist/esm/stzh-vbz-ticker.entry.js +16 -11
  212. package/dist/esm/stzh-vspace.entry.js +1 -1
  213. package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +1 -0
  214. package/dist/esm-es5/app-globals-62e1178d.js +1 -0
  215. package/dist/esm-es5/{js.cookie-53735b72.js → js.cookie-28a40640.js} +1 -1
  216. package/dist/esm-es5/loader.js +1 -1
  217. package/dist/esm-es5/stzh-actions.entry.js +1 -1
  218. package/dist/esm-es5/stzh-actionset.entry.js +1 -1
  219. package/dist/esm-es5/stzh-appnav.entry.js +1 -1
  220. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  221. package/dist/esm-es5/stzh-calendar.entry.js +1 -1
  222. package/dist/esm-es5/stzh-card_3.entry.js +1 -1
  223. package/dist/esm-es5/stzh-carousel.entry.js +1 -0
  224. package/dist/esm-es5/stzh-chart.entry.js +3 -3
  225. package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
  226. package/dist/esm-es5/stzh-chip_2.entry.js +1 -1
  227. package/dist/esm-es5/stzh-components.js +1 -1
  228. package/dist/esm-es5/stzh-cspace.entry.js +1 -1
  229. package/dist/esm-es5/stzh-datalist_2.entry.js +1 -1
  230. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
  231. package/dist/esm-es5/stzh-datatable.entry.js +2 -2
  232. package/dist/esm-es5/stzh-datepicker_3.entry.js +1 -1
  233. package/dist/esm-es5/stzh-dialog.entry.js +1 -1
  234. package/dist/esm-es5/stzh-dropdown.entry.js +2 -2
  235. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  236. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  237. package/dist/esm-es5/stzh-header.entry.js +1 -1
  238. package/dist/esm-es5/stzh-hspace.entry.js +1 -1
  239. package/dist/esm-es5/stzh-input.entry.js +1 -1
  240. package/dist/esm-es5/stzh-invert.entry.js +1 -1
  241. package/dist/esm-es5/stzh-link.entry.js +1 -1
  242. package/dist/esm-es5/stzh-loader.entry.js +1 -1
  243. package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
  244. package/dist/esm-es5/stzh-message.entry.js +1 -1
  245. package/dist/esm-es5/stzh-metanav.entry.js +1 -1
  246. package/dist/esm-es5/stzh-microsite-teaserlist.entry.js +1 -1
  247. package/dist/esm-es5/stzh-olmap.entry.js +1 -1
  248. package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -1
  249. package/dist/esm-es5/stzh-pagetitle-hero.entry.js +1 -1
  250. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
  251. package/dist/esm-es5/stzh-popover.entry.js +1 -1
  252. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  253. package/dist/esm-es5/stzh-readspeaker.entry.js +1 -1
  254. package/dist/esm-es5/stzh-sortable.entry.js +2 -2
  255. package/dist/esm-es5/stzh-space.entry.js +1 -1
  256. package/dist/esm-es5/stzh-sticky.entry.js +1 -1
  257. package/dist/esm-es5/stzh-table.entry.js +1 -1
  258. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  259. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
  260. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
  261. package/dist/esm-es5/stzh-vspace.entry.js +1 -1
  262. package/dist/stzh-components/assets/i18n/de.json +10 -0
  263. package/dist/stzh-components/assets/i18n/en.json +11 -1
  264. package/dist/stzh-components/p-0a408348.entry.js +1 -0
  265. package/dist/stzh-components/{p-ff328114.system.entry.js → p-0c779613.system.entry.js} +1 -1
  266. package/dist/stzh-components/{p-55752bd5.system.entry.js → p-0e690e3e.system.entry.js} +1 -1
  267. package/dist/stzh-components/p-10b4fedd.system.entry.js +1 -0
  268. package/dist/stzh-components/p-14729939.entry.js +1 -0
  269. package/dist/stzh-components/p-1494b502.entry.js +1 -0
  270. package/dist/stzh-components/p-14d5a56d.entry.js +1 -0
  271. package/dist/stzh-components/p-205f5111.system.entry.js +1 -0
  272. package/dist/stzh-components/{p-c8cc2563.system.entry.js → p-263fd0bb.system.entry.js} +1 -1
  273. package/dist/stzh-components/p-2ed20db5.entry.js +1 -0
  274. package/dist/stzh-components/p-322e74e9.system.entry.js +1 -0
  275. package/dist/stzh-components/p-353294ce.entry.js +1 -0
  276. package/dist/stzh-components/p-396697db.system.entry.js +1 -0
  277. package/dist/stzh-components/p-3a73b8b5.system.js +1 -0
  278. package/dist/stzh-components/p-3af95b5d.entry.js +1 -0
  279. package/dist/stzh-components/p-3e8ff66b.js +1 -0
  280. package/dist/stzh-components/p-3f80ce87.entry.js +1 -0
  281. package/dist/stzh-components/{p-c2f909c1.system.entry.js → p-3fc51ad1.system.entry.js} +1 -1
  282. package/dist/stzh-components/p-4453449f.entry.js +1 -0
  283. package/dist/stzh-components/{p-6a94e520.system.entry.js → p-454e50f8.system.entry.js} +1 -1
  284. package/dist/stzh-components/{p-d54ff4d4.system.entry.js → p-47175c6f.system.entry.js} +1 -1
  285. package/dist/stzh-components/p-48d40c7c.system.entry.js +1 -0
  286. package/dist/stzh-components/{p-5c72664e.system.entry.js → p-4acb6752.system.entry.js} +1 -1
  287. package/dist/stzh-components/{p-b1ffc2a9.system.entry.js → p-4b995fe4.system.entry.js} +1 -1
  288. package/dist/stzh-components/{p-be97cb22.entry.js → p-4da7ebff.entry.js} +1 -1
  289. package/dist/stzh-components/p-4f8085e5.entry.js +1 -0
  290. package/dist/stzh-components/{p-2f4448c9.system.entry.js → p-558f336d.system.entry.js} +1 -1
  291. package/dist/stzh-components/p-5a4aef52.entry.js +1 -0
  292. package/dist/stzh-components/{p-484a366f.system.js → p-5db542ae.system.js} +1 -1
  293. package/dist/stzh-components/{p-72a62d0d.system.entry.js → p-6659b6f6.system.entry.js} +1 -1
  294. package/dist/stzh-components/{p-f3276ca5.system.entry.js → p-6a109ce9.system.entry.js} +1 -1
  295. package/dist/stzh-components/{p-1a98470f.system.entry.js → p-6a26c9eb.system.entry.js} +1 -1
  296. package/dist/stzh-components/p-6bc7f44a.entry.js +1 -0
  297. package/dist/stzh-components/{p-02d51685.entry.js → p-6ee87986.entry.js} +1 -1
  298. package/dist/stzh-components/p-7ff1640c.entry.js +1 -0
  299. package/dist/stzh-components/{p-26889a91.entry.js → p-814e5ae7.entry.js} +2 -2
  300. package/dist/stzh-components/p-821ca4af.system.entry.js +1 -0
  301. package/dist/stzh-components/{p-2b67b0b3.system.entry.js → p-884793dd.system.entry.js} +2 -2
  302. package/dist/stzh-components/{p-a32ae73a.system.entry.js → p-88fbb2fc.system.entry.js} +2 -2
  303. package/dist/stzh-components/p-8b16550d.entry.js +1 -0
  304. package/dist/stzh-components/{p-963a7526.system.entry.js → p-8c371d1d.system.entry.js} +1 -1
  305. package/dist/stzh-components/p-8eda017e.entry.js +1 -0
  306. package/dist/stzh-components/p-949f7885.system.js +1 -0
  307. package/dist/stzh-components/{p-6adc5f0c.system.entry.js → p-95bfbf67.system.entry.js} +1 -1
  308. package/dist/stzh-components/p-99d85a97.entry.js +1 -0
  309. package/dist/stzh-components/p-9a94b249.system.entry.js +1 -0
  310. package/dist/stzh-components/{p-32a03d1c.entry.js → p-9ed30a9f.entry.js} +1 -1
  311. package/dist/stzh-components/{p-febba79b.entry.js → p-9f29e6c3.entry.js} +1 -1
  312. package/dist/stzh-components/{p-67816aa4.entry.js → p-a0b2739a.entry.js} +1 -1
  313. package/dist/stzh-components/p-a2121744.system.entry.js +1 -0
  314. package/dist/stzh-components/p-a22ac109.entry.js +1 -0
  315. package/dist/stzh-components/p-a3bf419d.entry.js +1 -0
  316. package/dist/stzh-components/{p-c9c7d88a.entry.js → p-a47e205f.entry.js} +1 -1
  317. package/dist/stzh-components/p-aa2c81e6.system.entry.js +3 -0
  318. package/dist/stzh-components/{p-088b16c6.system.entry.js → p-abf13db9.system.entry.js} +1 -1
  319. package/dist/stzh-components/p-ad96eb50.entry.js +1 -0
  320. package/dist/stzh-components/p-ae7255f6.entry.js +1 -0
  321. package/dist/stzh-components/p-af05718d.system.entry.js +1 -0
  322. package/dist/stzh-components/p-af9aac53.entry.js +3 -0
  323. package/dist/stzh-components/{p-24b8df26.js → p-b10682ee.js} +1 -1
  324. package/dist/stzh-components/p-b4c28bf5.entry.js +1 -0
  325. package/dist/stzh-components/p-b4db3558.js +1 -0
  326. package/dist/stzh-components/p-b61f7404.entry.js +1 -0
  327. package/dist/stzh-components/p-b9adebdc.entry.js +1 -0
  328. package/dist/stzh-components/{p-c4c620fa.system.entry.js → p-b9bd42e6.system.entry.js} +1 -1
  329. package/dist/stzh-components/p-b9f784e4.system.entry.js +1 -0
  330. package/dist/stzh-components/{p-b92734db.entry.js → p-bcfba21f.entry.js} +1 -1
  331. package/dist/stzh-components/p-bd1a5d6d.system.entry.js +1 -0
  332. package/dist/stzh-components/p-c457dad2.system.entry.js +1 -0
  333. package/dist/stzh-components/{p-f8feb07b.entry.js → p-c80a9d50.entry.js} +1 -1
  334. package/dist/stzh-components/p-c9940c35.entry.js +1 -0
  335. package/dist/stzh-components/p-cab1a192.entry.js +1 -0
  336. package/dist/stzh-components/p-cd59cead.system.js +1 -0
  337. package/dist/stzh-components/{p-102e2bcd.system.entry.js → p-cd979ce9.system.entry.js} +1 -1
  338. package/dist/stzh-components/{p-512c38b3.system.entry.js → p-ce5db779.system.entry.js} +1 -1
  339. package/dist/stzh-components/p-d29fd401.entry.js +1 -0
  340. package/dist/stzh-components/{p-7e4261ce.system.entry.js → p-d5514e5b.system.entry.js} +1 -1
  341. package/dist/stzh-components/{p-51b3a560.system.entry.js → p-d585e8fd.system.entry.js} +1 -1
  342. package/dist/stzh-components/p-d5994419.system.entry.js +1 -0
  343. package/dist/stzh-components/p-d6e5f396.system.entry.js +1 -0
  344. package/dist/stzh-components/{p-444b2baf.entry.js → p-e085a0a0.entry.js} +1 -1
  345. package/dist/stzh-components/p-e1501622.system.entry.js +1 -0
  346. package/dist/stzh-components/p-e2d80ee3.entry.js +1 -0
  347. package/dist/stzh-components/p-e4aa12ba.system.entry.js +1 -0
  348. package/dist/stzh-components/p-e54f66ea.system.entry.js +1 -0
  349. package/dist/stzh-components/{p-d9ae09b5.entry.js → p-eb16ad0d.entry.js} +2 -2
  350. package/dist/stzh-components/p-eb1ea7f0.entry.js +1 -0
  351. package/dist/stzh-components/{p-e1b2785b.entry.js → p-ec87506f.entry.js} +1 -1
  352. package/dist/stzh-components/{p-309fc559.system.entry.js → p-ee20b95b.system.entry.js} +1 -1
  353. package/dist/stzh-components/p-f122e15d.system.entry.js +1 -0
  354. package/dist/stzh-components/{p-809ed955.system.entry.js → p-f27d1a06.system.entry.js} +1 -1
  355. package/dist/stzh-components/p-f449f909.entry.js +1 -0
  356. package/dist/stzh-components/{p-af67ea5e.entry.js → p-f4c0d928.entry.js} +1 -1
  357. package/dist/stzh-components/p-f725921a.entry.js +1 -0
  358. package/dist/stzh-components/p-fe1c8047.system.entry.js +1 -0
  359. package/dist/stzh-components/stzh-components.css +1 -1
  360. package/dist/stzh-components/stzh-components.esm.js +1 -1
  361. package/dist/stzh-components/stzh-components.js +1 -1
  362. package/dist/types/components/stzh-carousel/stzh-carousel.localization.d.ts +5 -0
  363. package/dist/types/components/stzh-clamp/stzh-clamp.localization.d.ts +5 -0
  364. package/dist/types/components.d.ts +250 -2
  365. package/dist/types/index.d.ts +20 -0
  366. package/dist/types/utils/translation-utils.d.ts +2 -0
  367. package/dist/vscode-data.json +106 -17
  368. package/package.json +6 -4
  369. package/dist/cjs/app-globals-57922fc2.js +0 -56
  370. package/dist/esm/app-globals-b848652e.js +0 -54
  371. package/dist/esm-es5/_commonjsHelpers-f9dc4873.js +0 -1
  372. package/dist/esm-es5/app-globals-b848652e.js +0 -1
  373. package/dist/stzh-components/p-07dc23a3.system.entry.js +0 -1
  374. package/dist/stzh-components/p-0ba944ab.entry.js +0 -1
  375. package/dist/stzh-components/p-12856e02.system.entry.js +0 -1
  376. package/dist/stzh-components/p-16c0b9ae.entry.js +0 -3
  377. package/dist/stzh-components/p-18e20038.entry.js +0 -1
  378. package/dist/stzh-components/p-1bcda13d.system.entry.js +0 -1
  379. package/dist/stzh-components/p-1d435dd8.system.entry.js +0 -1
  380. package/dist/stzh-components/p-1f74846f.entry.js +0 -1
  381. package/dist/stzh-components/p-29e9ad9f.system.entry.js +0 -1
  382. package/dist/stzh-components/p-30a9de85.system.entry.js +0 -1
  383. package/dist/stzh-components/p-37920e74.system.entry.js +0 -1
  384. package/dist/stzh-components/p-4633b93d.entry.js +0 -1
  385. package/dist/stzh-components/p-4c60da30.entry.js +0 -1
  386. package/dist/stzh-components/p-4eee30ea.system.entry.js +0 -1
  387. package/dist/stzh-components/p-532b4218.entry.js +0 -1
  388. package/dist/stzh-components/p-5d55a672.system.entry.js +0 -1
  389. package/dist/stzh-components/p-64cdef2f.entry.js +0 -1
  390. package/dist/stzh-components/p-65918f6f.system.js +0 -1
  391. package/dist/stzh-components/p-761ee059.entry.js +0 -1
  392. package/dist/stzh-components/p-798ac79c.entry.js +0 -1
  393. package/dist/stzh-components/p-7f857e56.entry.js +0 -1
  394. package/dist/stzh-components/p-84a6e023.system.entry.js +0 -1
  395. package/dist/stzh-components/p-89bd0d46.entry.js +0 -1
  396. package/dist/stzh-components/p-8caafed2.system.entry.js +0 -1
  397. package/dist/stzh-components/p-923dffc7.entry.js +0 -1
  398. package/dist/stzh-components/p-94662bed.system.js +0 -1
  399. package/dist/stzh-components/p-951b04ab.entry.js +0 -1
  400. package/dist/stzh-components/p-990f395b.entry.js +0 -1
  401. package/dist/stzh-components/p-99b82949.entry.js +0 -1
  402. package/dist/stzh-components/p-9be21c72.entry.js +0 -1
  403. package/dist/stzh-components/p-9c35c9cd.entry.js +0 -1
  404. package/dist/stzh-components/p-9c90535a.system.js +0 -1
  405. package/dist/stzh-components/p-9de8b25b.entry.js +0 -1
  406. package/dist/stzh-components/p-a11ef2d6.system.entry.js +0 -1
  407. package/dist/stzh-components/p-a691fe87.js +0 -1
  408. package/dist/stzh-components/p-a6be6aca.system.entry.js +0 -1
  409. package/dist/stzh-components/p-a6d4a8b1.js +0 -1
  410. package/dist/stzh-components/p-a7eb3e02.system.entry.js +0 -1
  411. package/dist/stzh-components/p-ae38f1d2.entry.js +0 -1
  412. package/dist/stzh-components/p-b04a9d0f.system.entry.js +0 -1
  413. package/dist/stzh-components/p-b422041d.entry.js +0 -1
  414. package/dist/stzh-components/p-b9372a2a.entry.js +0 -1
  415. package/dist/stzh-components/p-bb698e26.entry.js +0 -1
  416. package/dist/stzh-components/p-bc545121.entry.js +0 -1
  417. package/dist/stzh-components/p-c2a22eb8.entry.js +0 -1
  418. package/dist/stzh-components/p-cc722b35.system.entry.js +0 -3
  419. package/dist/stzh-components/p-d1cfe06b.entry.js +0 -1
  420. package/dist/stzh-components/p-d943e02c.system.entry.js +0 -1
  421. package/dist/stzh-components/p-db306e24.entry.js +0 -1
  422. package/dist/stzh-components/p-e4a8f1bc.system.entry.js +0 -1
  423. package/dist/stzh-components/p-ed783154.system.entry.js +0 -1
  424. package/dist/stzh-components/p-ee4b939a.entry.js +0 -1
  425. package/dist/stzh-components/p-f0e2a32d.entry.js +0 -1
  426. package/dist/stzh-components/p-fd15cc86.entry.js +0 -1
  427. package/dist/types/components/stzh-clamp/stzh-clamp.d.ts +0 -16
@@ -100,14 +100,14 @@
100
100
  @-webkit-keyframes stzh-loader {
101
101
  0% {
102
102
  transform: scale(0);
103
- left: 0;
103
+ left: 0px;
104
104
  opacity: 1;
105
105
  }
106
106
  12.5% {
107
107
  transform: scale(1);
108
108
  }
109
109
  25% {
110
- left: 0;
110
+ left: 0px;
111
111
  }
112
112
  37.5% {
113
113
  left: 4.375rem;
@@ -136,14 +136,14 @@
136
136
  @keyframes stzh-loader {
137
137
  0% {
138
138
  transform: scale(0);
139
- left: 0;
139
+ left: 0px;
140
140
  opacity: 1;
141
141
  }
142
142
  12.5% {
143
143
  transform: scale(1);
144
144
  }
145
145
  25% {
146
- left: 0;
146
+ left: 0px;
147
147
  }
148
148
  37.5% {
149
149
  left: 4.375rem;
@@ -32,12 +32,12 @@ export class StzhMenuItem {
32
32
  this.badge = "";
33
33
  this.badgeType = "default";
34
34
  this.badgeEmpty = false;
35
- this.icon = "";
35
+ this.disabled = false;
36
36
  this.active = false;
37
+ this.icon = "";
37
38
  this.label = "";
38
39
  this.href = "";
39
40
  this.target = "";
40
- this.disabled = false;
41
41
  this.a11yLabel = undefined;
42
42
  }
43
43
  /** Focus menu item */
@@ -134,23 +134,23 @@ export class StzhMenuItem {
134
134
  "reflect": true,
135
135
  "defaultValue": "false"
136
136
  },
137
- "icon": {
138
- "type": "string",
137
+ "disabled": {
138
+ "type": "boolean",
139
139
  "mutable": false,
140
140
  "complexType": {
141
- "original": "string",
142
- "resolved": "string",
141
+ "original": "boolean",
142
+ "resolved": "boolean",
143
143
  "references": {}
144
144
  },
145
145
  "required": false,
146
146
  "optional": false,
147
147
  "docs": {
148
148
  "tags": [],
149
- "text": "Icon (use instead of icon slot)"
149
+ "text": "Whether the button is disabled"
150
150
  },
151
- "attribute": "icon",
152
- "reflect": false,
153
- "defaultValue": "\"\""
151
+ "attribute": "disabled",
152
+ "reflect": true,
153
+ "defaultValue": "false"
154
154
  },
155
155
  "active": {
156
156
  "type": "boolean",
@@ -167,10 +167,10 @@ export class StzhMenuItem {
167
167
  "text": "Whether the button is active"
168
168
  },
169
169
  "attribute": "active",
170
- "reflect": false,
170
+ "reflect": true,
171
171
  "defaultValue": "false"
172
172
  },
173
- "label": {
173
+ "icon": {
174
174
  "type": "string",
175
175
  "mutable": false,
176
176
  "complexType": {
@@ -182,13 +182,13 @@ export class StzhMenuItem {
182
182
  "optional": false,
183
183
  "docs": {
184
184
  "tags": [],
185
- "text": "Label"
185
+ "text": "Icon (use instead of icon slot)"
186
186
  },
187
- "attribute": "label",
187
+ "attribute": "icon",
188
188
  "reflect": false,
189
189
  "defaultValue": "\"\""
190
190
  },
191
- "href": {
191
+ "label": {
192
192
  "type": "string",
193
193
  "mutable": false,
194
194
  "complexType": {
@@ -200,13 +200,13 @@ export class StzhMenuItem {
200
200
  "optional": false,
201
201
  "docs": {
202
202
  "tags": [],
203
- "text": "`href` if the button should be used as link"
203
+ "text": "Label"
204
204
  },
205
- "attribute": "href",
205
+ "attribute": "label",
206
206
  "reflect": false,
207
207
  "defaultValue": "\"\""
208
208
  },
209
- "target": {
209
+ "href": {
210
210
  "type": "string",
211
211
  "mutable": false,
212
212
  "complexType": {
@@ -218,29 +218,29 @@ export class StzhMenuItem {
218
218
  "optional": false,
219
219
  "docs": {
220
220
  "tags": [],
221
- "text": "Target if the button is used as link (if `href` used)"
221
+ "text": "`href` if the button should be used as link"
222
222
  },
223
- "attribute": "target",
223
+ "attribute": "href",
224
224
  "reflect": false,
225
225
  "defaultValue": "\"\""
226
226
  },
227
- "disabled": {
228
- "type": "boolean",
227
+ "target": {
228
+ "type": "string",
229
229
  "mutable": false,
230
230
  "complexType": {
231
- "original": "boolean",
232
- "resolved": "boolean",
231
+ "original": "string",
232
+ "resolved": "string",
233
233
  "references": {}
234
234
  },
235
235
  "required": false,
236
236
  "optional": false,
237
237
  "docs": {
238
238
  "tags": [],
239
- "text": "Whether the button is disabled"
239
+ "text": "Target if the button is used as link (if `href` used)"
240
240
  },
241
- "attribute": "disabled",
241
+ "attribute": "target",
242
242
  "reflect": false,
243
- "defaultValue": "false"
243
+ "defaultValue": "\"\""
244
244
  },
245
245
  "a11yLabel": {
246
246
  "type": "string",
@@ -20,7 +20,9 @@ export class StzhMetanav {
20
20
  });
21
21
  }
22
22
  disconnectedCallback() {
23
- this.observer.disconnect();
23
+ if (this.observer) {
24
+ this.observer.disconnect();
25
+ }
24
26
  }
25
27
  render() {
26
28
  return (h(Host, null, h("div", { class: "stzh-metanav", role: "list" }, h("slot", null))));
@@ -73,7 +73,7 @@ export class StzhMicrositeTeaserlist {
73
73
  const classes = {
74
74
  "stzh-microsite-teaserlist": true,
75
75
  };
76
- return (h(Host, null, h("div", { class: classes }, h("stzh-chip-select", { class: "stzh-microsite-teaserlist__filter", label: this.localization.tagsLabel, data: this._tagChips, onStzhChange: this.handleChange }), h("stzh-card-list", { layout: "subpages" }, this.filteredSlicedItems.map((item) => h("stzh-card", { href: item.link, hideHeaderBorder: true, hideFooterBorder: true, withArrow: true }, item.image &&
76
+ return (h(Host, null, h("div", { class: classes }, h("stzh-chip-select", { class: "stzh-microsite-teaserlist__filter", label: this.localization.tagsLabel, data: this._tagChips, onStzhChange: this.handleChange }), h("stzh-card-list", { layout: "subpages" }, this.filteredSlicedItems.map((item) => h("stzh-card", { href: item.link, hideHeaderBorder: true, hideFooterBorder: true, withArrow: true, hideElevation: true }, item.image &&
77
77
  h("img", { slot: "image", src: item.image }), item.title &&
78
78
  h("stzh-clamp", { slot: "heading", lines: 2 }, item.title), item.description &&
79
79
  h("stzh-clamp", { slot: "content", lines: 3 }, item.description)))), this.showItems < this.filteredItems.length &&
@@ -20,7 +20,9 @@ export class StzhPageSkiplinks {
20
20
  });
21
21
  }
22
22
  disconnectedCallback() {
23
- this.observer.disconnect();
23
+ if (this.observer) {
24
+ this.observer.disconnect();
25
+ }
24
26
  }
25
27
  render() {
26
28
  return (h(Host, null, h("div", { class: "stzh-page-skiplinks", role: "list" }, h("slot", null))));
@@ -53,7 +53,9 @@ export class StzhPagetitle {
53
53
  });
54
54
  }
55
55
  disconnectedCallback() {
56
- this.observer.disconnect();
56
+ if (this.observer) {
57
+ this.observer.disconnect();
58
+ }
57
59
  }
58
60
  render() {
59
61
  const headingSlotUsed = hasSlot(this.element, 'heading');
@@ -112,10 +112,10 @@
112
112
  }
113
113
  :host ::slotted(stzh-chip[slot=tag])[variant=filter]:not([disabled]) {
114
114
  --color: var(--stzh-color-white);
115
- --border: 0.0625rem solid var(--stzh-color-white);
115
+ --border-color: var(--stzh-color-white);
116
116
  --remove-color: var(--stzh-color-white);
117
117
  --background-color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
118
- --counter-color: var(--stzh-color-white48);
118
+ --counter-color: var(--stzh-color-white56);
119
119
  --icon-color: var(--stzh-color-white);
120
120
  --hover-color: var(--stzh-color-white);
121
121
  --hover-border: 0.0625rem solid transparent;
@@ -127,13 +127,13 @@
127
127
  }
128
128
  :host ::slotted(stzh-chip[slot=tag])[variant=filter][non-interactive]:not([non-interactive=false]):not([disabled]) {
129
129
  --hover-color: var(--color);
130
- --hover-border: var(--border);
130
+ --hover-border-color: var(--border-color);
131
131
  --hover-background-color: var(--background-color);
132
132
  --hover-icon-color: var(--icon-color);
133
133
  --hover-counter-color: var(--counter-color);
134
134
  }
135
135
  :host ::slotted(stzh-chip[slot=tag])[variant=filter][active]:not([active=false]):not([disabled]) {
136
- --border: 0.0625rem solid transparent;
136
+ --border-color: transparent;
137
137
  --background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
138
138
  --hover-background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
139
139
  --hover-remove-background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
@@ -66,7 +66,9 @@ export class StzhPagetitleHero {
66
66
  });
67
67
  }
68
68
  disconnectedCallback() {
69
- this.observer.disconnect();
69
+ if (this.observer) {
70
+ this.observer.disconnect();
71
+ }
70
72
  removeMediaChangeListener(this.reinitFitty);
71
73
  this.destroyFitty();
72
74
  }
@@ -101,7 +101,7 @@
101
101
  --width: var(--stzh-popover-width);
102
102
  --min-width: var(--stzh-popover-min-width);
103
103
  --max-width: var(--stzh-popover-max-width);
104
- --padding: 0;
104
+ --padding: 0px;
105
105
  --border-radius: var(--stzh-popover-border-radius);
106
106
  }
107
107
  :host[variant=tooltip] {
@@ -161,8 +161,8 @@
161
161
  .stzh-popover__backdrop {
162
162
  z-index: 1;
163
163
  position: absolute;
164
- top: 0;
165
- left: 0;
164
+ top: 0px;
165
+ left: 0px;
166
166
  width: 100%;
167
167
  height: 100%;
168
168
  overflow-x: hidden;
@@ -152,6 +152,10 @@ the .has-focus class is used by the focus target */
152
152
  --stzh-color-zueriblue: #0F05A0;
153
153
 
154
154
  --stzh-color-zueriblue60op: #6F69C6;
155
+ --stzh-color-zueriblue88: rgba(15, 5, 160, 0.88);
156
+ --stzh-color-zueriblue72: rgba(15, 5, 160, 0.72);
157
+ --stzh-color-zueriblue64: rgba(15, 5, 160, 0.64);
158
+ --stzh-color-zueriblue56: rgba(15, 5, 160, 0.56);
155
159
  --stzh-color-zueriblue48: rgba(15, 5, 160, 0.48);
156
160
  --stzh-color-zueriblue32: rgba(15, 5, 160, 0.32);
157
161
  --stzh-color-zueriblue16: rgba(15, 5, 160, 0.16);
@@ -161,12 +165,20 @@ the .has-focus class is used by the focus target */
161
165
  --stzh-color-zueribluedark: #070250;
162
166
 
163
167
  --stzh-color-white: #FFFFFF;
168
+ --stzh-color-white88: rgba(255, 255, 255, 0.88);
169
+ --stzh-color-white72: rgba(255, 255, 255, 0.72);
170
+ --stzh-color-white64: rgba(255, 255, 255, 0.64);
171
+ --stzh-color-white56: rgba(255, 255, 255, 0.56);
164
172
  --stzh-color-white48: rgba(255, 255, 255, 0.48);
165
173
  --stzh-color-white32: rgba(255, 255, 255, 0.32);
166
174
  --stzh-color-white16: rgba(255, 255, 255, 0.16);
167
175
  --stzh-color-white8: rgba(255, 255, 255, 0.08);
168
176
 
169
177
  --stzh-color-black: #000000;
178
+ --stzh-color-black88: rgba(0, 0, 0, 0.88);
179
+ --stzh-color-black72: rgba(0, 0, 0, 0.72);
180
+ --stzh-color-black64: rgba(0, 0, 0, 0.64);
181
+ --stzh-color-black56: rgba(0, 0, 0, 0.56);
170
182
  --stzh-color-black48: rgba(0, 0, 0, 0.48);
171
183
  --stzh-color-black32: rgba(0, 0, 0, 0.32);
172
184
  --stzh-color-black16: rgba(0, 0, 0, 0.16);
@@ -219,6 +231,10 @@ the .has-focus class is used by the focus target */
219
231
  --stzh-color-primary-hover: var(--stzh-color-zueribluedark);
220
232
 
221
233
  --stzh-color-primary60op: var(--stzh-color-zueriblue60op);
234
+ --stzh-color-primary88: var(--stzh-color-zueriblue88);
235
+ --stzh-color-primary72: var(--stzh-color-zueriblue72);
236
+ --stzh-color-primary64: var(--stzh-color-zueriblue64);
237
+ --stzh-color-primary56: var(--stzh-color-zueriblue56);
222
238
  --stzh-color-primary48: var(--stzh-color-zueriblue48);
223
239
  --stzh-color-primary32: var(--stzh-color-zueriblue32);
224
240
  --stzh-color-primary16: var(--stzh-color-zueriblue16);
@@ -344,15 +360,15 @@ the .has-focus class is used by the focus target */
344
360
  --stzh-space-huge: 5rem;
345
361
  --stzh-space-xhuge: 6rem;
346
362
 
347
- --stzh-space-none: 0.00001rem;
363
+ --stzh-space-none: 0.0001px;
348
364
 
349
365
  --stzh-space-default: var(--stzh-space-medium);
350
366
 
351
367
  /* Box Shadows */
352
- --stzh-box-shadow-header: 0 -0.125rem 1rem rgba(0, 0, 0, 0.16);
353
- --stzh-box-shadow-popover: 0 0 0.25rem rgba(0, 0, 0, 0.24);
354
- --stzh-box-shadow-message: 0 0 0.5rem rgba(0, 0, 0, 0.24);
355
- --stzh-box-shadow-overlay: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.32);
368
+ --stzh-box-shadow-header: 0px -0.125rem 1rem rgba(0, 0, 0, 0.16);
369
+ --stzh-box-shadow-popover: 0px 0px 0.25rem rgba(0, 0, 0, 0.24);
370
+ --stzh-box-shadow-message: 0px 0px 0.5rem rgba(0, 0, 0, 0.24);
371
+ --stzh-box-shadow-overlay: 0px 0.25rem 0.9375rem rgba(0, 0, 0, 0.32);
356
372
 
357
373
  /* Icon sizes */
358
374
  --stzh-icon-size-xxsmall: 0.75rem;
@@ -430,7 +446,7 @@ the .has-focus class is used by the focus target */
430
446
  --stzh-tooltip-max-width: 20.875rem;
431
447
  --stzh-tooltip-padding: var(--stzh-space-small);
432
448
  --stzh-tooltip-border-radius: 0.1875rem;
433
- --stzh-tooltip-drop-shadow: drop-shadow(0 0.125rem 0.625rem rgba(0, 0, 0, 0.16));
449
+ --stzh-tooltip-drop-shadow: drop-shadow(0px 0.125rem 0.625rem rgba(0, 0, 0, 0.16));
434
450
 
435
451
  /* Accordion */
436
452
  --stzh-accordion-content-background: var(--stzh-color-grey5);
@@ -441,6 +457,10 @@ the .has-focus class is used by the focus target */
441
457
  --stzh-color-primary-hover: var(--stzh-color-mahogany);
442
458
 
443
459
  --stzh-color-primary60op: #CB7A73;
460
+ --stzh-color-primary88: rgba(165, 26, 15, 0.88);
461
+ --stzh-color-primary72: rgba(165, 26, 15, 0.72);
462
+ --stzh-color-primary64: rgba(165, 26, 15, 0.64);
463
+ --stzh-color-primary56: rgba(165, 26, 15, 0.56);
444
464
  --stzh-color-primary48: rgba(165, 26, 15, 0.48);
445
465
  --stzh-color-primary32: rgba(165, 26, 15, 0.32);
446
466
  --stzh-color-primary16: rgba(165, 26, 15, 0.16);
@@ -455,6 +475,10 @@ the .has-focus class is used by the focus target */
455
475
  --stzh-color-primary-hover: var(--stzh-color-regalblue);
456
476
 
457
477
  --stzh-color-primary60op: #7BB2CE;
478
+ --stzh-color-primary88: rgba(5, 127, 172, 0.88);
479
+ --stzh-color-primary72: rgba(5, 127, 172, 0.72);
480
+ --stzh-color-primary64: rgba(5, 127, 172, 0.64);
481
+ --stzh-color-primary56: rgba(5, 127, 172, 0.56);
458
482
  --stzh-color-primary48: rgba(5, 127, 172, 0.48);
459
483
  --stzh-color-primary32: rgba(5, 127, 172, 0.32);
460
484
  --stzh-color-primary16: rgba(5, 127, 172, 0.16);
@@ -472,6 +496,10 @@ the .has-focus class is used by the focus target */
472
496
  --stzh-color-primary-hover: var(--stzh-color-venetianred);
473
497
 
474
498
  --stzh-color-primary60op: #DF777E;
499
+ --stzh-color-primary88: rgba(195, 0, 36, 0.88);
500
+ --stzh-color-primary72: rgba(195, 0, 36, 0.72);
501
+ --stzh-color-primary64: rgba(195, 0, 36, 0.64);
502
+ --stzh-color-primary56: rgba(195, 0, 36, 0.56);
475
503
  --stzh-color-primary48: rgba(195, 0, 36, 0.48);
476
504
  --stzh-color-primary32: rgba(195, 0, 36, 0.32);
477
505
  --stzh-color-primary16: rgba(195, 0, 36, 0.16);
@@ -490,6 +518,10 @@ the .has-focus class is used by the focus target */
490
518
  --stzh-color-primary-hover: var(--stzh-color-chambray);
491
519
 
492
520
  --stzh-color-primary60op: #95C0DE;
521
+ --stzh-color-primary88: rgba(74, 150, 200, 0.88);
522
+ --stzh-color-primary72: rgba(74, 150, 200, 0.72);
523
+ --stzh-color-primary64: rgba(74, 150, 200, 0.64);
524
+ --stzh-color-primary56: rgba(74, 150, 200, 0.56);
493
525
  --stzh-color-primary48: rgba(74, 150, 200, 0.48);
494
526
  --stzh-color-primary32: rgba(74, 150, 200, 0.32);
495
527
  --stzh-color-primary16: rgba(74, 150, 200, 0.16);
@@ -516,6 +548,10 @@ the .has-focus class is used by the focus target */
516
548
  --stzh-color-primary-hover: var(--stzh-color-aoz-agenda-hover);
517
549
 
518
550
  --stzh-color-primary60op: #88BBB8;
551
+ --stzh-color-primary88: rgba(47, 142, 135, 0.88);
552
+ --stzh-color-primary72: rgba(47, 142, 135, 0.72);
553
+ --stzh-color-primary64: rgba(47, 142, 135, 0.64);
554
+ --stzh-color-primary56: rgba(47, 142, 135, 0.56);
519
555
  --stzh-color-primary48: rgba(47, 142, 135, 0.48);
520
556
  --stzh-color-primary32: rgba(47, 142, 135, 0.32);
521
557
  --stzh-color-primary16: rgba(47, 142, 135, 0.16);
@@ -528,6 +564,10 @@ the .has-focus class is used by the focus target */
528
564
  --stzh-color-primary-hover: var(--stzh-color-cool-grey60-hover);
529
565
 
530
566
  --stzh-color-primary60op: #9DAEB4;
567
+ --stzh-color-primary88: rgba(92, 119, 129, 0.88);
568
+ --stzh-color-primary72: rgba(92, 119, 129, 0.72);
569
+ --stzh-color-primary64: rgba(92, 119, 129, 0.64);
570
+ --stzh-color-primary56: rgba(92, 119, 129, 0.56);
531
571
  --stzh-color-primary48: rgba(92, 119, 129, 0.48);
532
572
  --stzh-color-primary32: rgba(92, 119, 129, 0.32);
533
573
  --stzh-color-primary16: rgba(92, 119, 129, 0.16);
@@ -540,6 +580,10 @@ the .has-focus class is used by the focus target */
540
580
  --stzh-color-primary-hover: var(--stzh-color-cobalt-blue60-hover);
541
581
 
542
582
  --stzh-color-primary60op: #7298EB;
583
+ --stzh-color-primary88: rgba(3, 83, 220, 0.88);
584
+ --stzh-color-primary72: rgba(3, 83, 220, 0.72);
585
+ --stzh-color-primary64: rgba(3, 83, 220, 0.64);
586
+ --stzh-color-primary56: rgba(3, 83, 220, 0.56);
543
587
  --stzh-color-primary48: rgba(3, 83, 220, 0.48);
544
588
  --stzh-color-primary32: rgba(3, 83, 220, 0.32);
545
589
  --stzh-color-primary16: rgba(3, 83, 220, 0.16);
@@ -552,6 +596,10 @@ the .has-focus class is used by the focus target */
552
596
  --stzh-color-primary-hover: var(--stzh-color-shamrock-green70-hover);
553
597
 
554
598
  --stzh-color-primary60op: #7AAC7C;
599
+ --stzh-color-primary88: rgba(6, 117, 30, 0.88);
600
+ --stzh-color-primary72: rgba(6, 117, 30, 0.72);
601
+ --stzh-color-primary64: rgba(6, 117, 30, 0.64);
602
+ --stzh-color-primary56: rgba(6, 117, 30, 0.56);
555
603
  --stzh-color-primary48: rgba(6, 117, 30, 0.48);
556
604
  --stzh-color-primary32: rgba(6, 117, 30, 0.32);
557
605
  --stzh-color-primary16: rgba(6, 117, 30, 0.16);
@@ -564,6 +612,10 @@ the .has-focus class is used by the focus target */
564
612
  --stzh-color-primary-hover: var(--stzh-color-lime-green80-hover);
565
613
 
566
614
  --stzh-color-primary60op: #8BA276;
615
+ --stzh-color-primary88: rgba(58, 100, 19, 0.88);
616
+ --stzh-color-primary72: rgba(58, 100, 19, 0.72);
617
+ --stzh-color-primary64: rgba(58, 100, 19, 0.64);
618
+ --stzh-color-primary56: rgba(58, 100, 19, 0.56);
567
619
  --stzh-color-primary48: rgba(58, 100, 19, 0.48);
568
620
  --stzh-color-primary32: rgba(58, 100, 19, 0.32);
569
621
  --stzh-color-primary16: rgba(58, 100, 19, 0.16);
@@ -576,6 +628,10 @@ the .has-focus class is used by the focus target */
576
628
  --stzh-color-primary-hover: var(--stzh-color-magenta70-hover);
577
629
 
578
630
  --stzh-color-primary60op: #C3719B;
631
+ --stzh-color-primary88: rgba(150, 0, 85, 0.88);
632
+ --stzh-color-primary72: rgba(150, 0, 85, 0.72);
633
+ --stzh-color-primary64: rgba(150, 0, 85, 0.64);
634
+ --stzh-color-primary56: rgba(150, 0, 85, 0.56);
579
635
  --stzh-color-primary48: rgba(150, 0, 85, 0.48);
580
636
  --stzh-color-primary32: rgba(150, 0, 85, 0.32);
581
637
  --stzh-color-primary16: rgba(150, 0, 85, 0.16);
@@ -588,6 +644,10 @@ the .has-focus class is used by the focus target */
588
644
  --stzh-color-primary-hover: var(--stzh-color-ocher70-hover);
589
645
 
590
646
  --stzh-color-primary60op: #C39D72;
647
+ --stzh-color-primary88: rgba(154, 91, 1, 0.88);
648
+ --stzh-color-primary72: rgba(154, 91, 1, 0.72);
649
+ --stzh-color-primary64: rgba(154, 91, 1, 0.64);
650
+ --stzh-color-primary56: rgba(154, 91, 1, 0.56);
591
651
  --stzh-color-primary48: rgba(154, 91, 1, 0.48);
592
652
  --stzh-color-primary32: rgba(154, 91, 1, 0.32);
593
653
  --stzh-color-primary16: rgba(154, 91, 1, 0.16);
@@ -600,6 +660,10 @@ the .has-focus class is used by the focus target */
600
660
  --stzh-color-primary-hover: var(--stzh-color-orange-hover);
601
661
 
602
662
  --stzh-color-primary60op: #F9B97D;
663
+ --stzh-color-primary88: rgba(242, 139, 0, 0.88);
664
+ --stzh-color-primary72: rgba(242, 139, 0, 0.72);
665
+ --stzh-color-primary64: rgba(242, 139, 0, 0.64);
666
+ --stzh-color-primary56: rgba(242, 139, 0, 0.56);
603
667
  --stzh-color-primary48: rgba(242, 139, 0, 0.48);
604
668
  --stzh-color-primary32: rgba(242, 139, 0, 0.32);
605
669
  --stzh-color-primary16: rgba(242, 139, 0, 0.16);
@@ -612,6 +676,10 @@ the .has-focus class is used by the focus target */
612
676
  --stzh-color-primary-hover: var(--stzh-color-orange70-hover);
613
677
 
614
678
  --stzh-color-primary60op: #D38B71;
679
+ --stzh-color-primary88: rgba(178, 58, 1, 0.88);
680
+ --stzh-color-primary72: rgba(178, 58, 1, 0.72);
681
+ --stzh-color-primary64: rgba(178, 58, 1, 0.64);
682
+ --stzh-color-primary56: rgba(178, 58, 1, 0.56);
615
683
  --stzh-color-primary48: rgba(178, 58, 1, 0.48);
616
684
  --stzh-color-primary32: rgba(178, 58, 1, 0.32);
617
685
  --stzh-color-primary16: rgba(178, 58, 1, 0.16);
@@ -624,6 +692,10 @@ the .has-focus class is used by the focus target */
624
692
  --stzh-color-primary-hover: var(--stzh-color-red-hover);
625
693
 
626
694
  --stzh-color-primary60op: #CC7B74;
695
+ --stzh-color-primary88: rgba(165, 26, 15, 0.88);
696
+ --stzh-color-primary72: rgba(165, 26, 15, 0.72);
697
+ --stzh-color-primary64: rgba(165, 26, 15, 0.64);
698
+ --stzh-color-primary56: rgba(165, 26, 15, 0.56);
627
699
  --stzh-color-primary48: rgba(165, 26, 15, 0.48);
628
700
  --stzh-color-primary32: rgba(165, 26, 15, 0.32);
629
701
  --stzh-color-primary16: rgba(165, 26, 15, 0.16);
@@ -636,6 +708,10 @@ the .has-focus class is used by the focus target */
636
708
  --stzh-color-primary-hover: var(--stzh-color-red60-hover);
637
709
 
638
710
  --stzh-color-primary60op: #ED7A78;
711
+ --stzh-color-primary88: rgba(220, 3, 14, 0.88);
712
+ --stzh-color-primary72: rgba(220, 3, 14, 0.72);
713
+ --stzh-color-primary64: rgba(220, 3, 14, 0.64);
714
+ --stzh-color-primary56: rgba(220, 3, 14, 0.56);
639
715
  --stzh-color-primary48: rgba(220, 3, 14, 0.48);
640
716
  --stzh-color-primary32: rgba(220, 3, 14, 0.32);
641
717
  --stzh-color-primary16: rgba(220, 3, 14, 0.16);
@@ -648,6 +724,10 @@ the .has-focus class is used by the focus target */
648
724
  --stzh-color-primary-hover: var(--stzh-color-violet70-hover);
649
725
 
650
726
  --stzh-color-primary60op: #977CB4;
727
+ --stzh-color-primary88: rgba(81, 35, 128, 0.88);
728
+ --stzh-color-primary72: rgba(81, 35, 128, 0.72);
729
+ --stzh-color-primary64: rgba(81, 35, 128, 0.64);
730
+ --stzh-color-primary56: rgba(81, 35, 128, 0.56);
651
731
  --stzh-color-primary48: rgba(81, 35, 128, 0.48);
652
732
  --stzh-color-primary32: rgba(81, 35, 128, 0.32);
653
733
  --stzh-color-primary16: rgba(81, 35, 128, 0.16);
@@ -660,6 +740,10 @@ the .has-focus class is used by the focus target */
660
740
  --stzh-color-primary-hover: var(--stzh-color-winered-hover);
661
741
 
662
742
  --stzh-color-primary60op: #BB7380;
743
+ --stzh-color-primary88: rgba(137, 7, 42, 0.88);
744
+ --stzh-color-primary72: rgba(137, 7, 42, 0.72);
745
+ --stzh-color-primary64: rgba(137, 7, 42, 0.64);
746
+ --stzh-color-primary56: rgba(137, 7, 42, 0.56);
663
747
  --stzh-color-primary48: rgba(137, 7, 42, 0.48);
664
748
  --stzh-color-primary32: rgba(137, 7, 42, 0.32);
665
749
  --stzh-color-primary16: rgba(137, 7, 42, 0.16);
@@ -1468,17 +1552,28 @@ main a {
1468
1552
  main a:hover, main a:focus {
1469
1553
  color: var(--stzh-link-hover-color);
1470
1554
  }
1471
- main a .stzh-richtext__external-link {
1555
+ main .stzh-richtext__external-link {
1472
1556
  position: relative;
1473
1557
  }
1474
- main a .stzh-richtext__external-icon-wrapper {
1558
+ main .stzh-richtext__external-vhidden {
1559
+ border: 0;
1560
+ clip: rect(0 0 0 0);
1561
+ -webkit-clip-path: inset(100%);
1562
+ clip-path: inset(100%);
1563
+ width: 0.0625rem;
1564
+ height: 0.0625rem;
1565
+ overflow: hidden;
1566
+ padding: 0;
1567
+ position: absolute;
1568
+ }
1569
+ main .stzh-richtext__external-icon-wrapper {
1475
1570
  position: relative;
1476
1571
  display: inline-block;
1477
1572
  width: var(--stzh-icon-size-default);
1478
1573
  height: var(--stzh-link-icon-wrapper-height);
1479
1574
  margin-left: var(--stzh-space-xxsmall);
1480
1575
  }
1481
- main a .stzh-richtext__external-icon {
1576
+ main .stzh-richtext__external-icon {
1482
1577
  --icon: var(--stzh-icon-size-default);
1483
1578
  position: absolute;
1484
1579
  top: 50%;
@@ -3411,17 +3506,28 @@ main .ql-editor a {
3411
3506
  main .ql-editor a:hover, main .ql-editor a:focus {
3412
3507
  color: var(--stzh-link-hover-color);
3413
3508
  }
3414
- main .ql-editor a .stzh-richtext__external-link {
3509
+ main .ql-editor .stzh-richtext__external-link {
3415
3510
  position: relative;
3416
3511
  }
3417
- main .ql-editor a .stzh-richtext__external-icon-wrapper {
3512
+ main .ql-editor .stzh-richtext__external-vhidden {
3513
+ border: 0;
3514
+ clip: rect(0 0 0 0);
3515
+ -webkit-clip-path: inset(100%);
3516
+ clip-path: inset(100%);
3517
+ width: 0.0625rem;
3518
+ height: 0.0625rem;
3519
+ overflow: hidden;
3520
+ padding: 0;
3521
+ position: absolute;
3522
+ }
3523
+ main .ql-editor .stzh-richtext__external-icon-wrapper {
3418
3524
  position: relative;
3419
3525
  display: inline-block;
3420
3526
  width: var(--stzh-icon-size-default);
3421
3527
  height: var(--stzh-link-icon-wrapper-height);
3422
3528
  margin-left: var(--stzh-space-xxsmall);
3423
3529
  }
3424
- main .ql-editor a .stzh-richtext__external-icon {
3530
+ main .ql-editor .stzh-richtext__external-icon {
3425
3531
  --icon: var(--stzh-icon-size-default);
3426
3532
  position: absolute;
3427
3533
  top: 50%;
@@ -141,7 +141,9 @@ export class StzhRadiogroup {
141
141
  });
142
142
  }
143
143
  disconnectedCallback() {
144
- this.observer.disconnect();
144
+ if (this.observer) {
145
+ this.observer.disconnect();
146
+ }
145
147
  }
146
148
  render() {
147
149
  const descriptionUsed = hasSlot(this.element, 'description') || !!this.description;
@@ -40,7 +40,9 @@ export class StzhReadspeaker {
40
40
  });
41
41
  }
42
42
  disconnectedCallback() {
43
- this.observer.disconnect();
43
+ if (this.observer) {
44
+ this.observer.disconnect();
45
+ }
44
46
  }
45
47
  render() {
46
48
  const classes = {
@@ -821,17 +821,28 @@
821
821
  :host ::slotted(*) a:hover, :host ::slotted(*) a:focus {
822
822
  color: var(--stzh-link-hover-color);
823
823
  }
824
- :host ::slotted(*) a .stzh-richtext__external-link {
824
+ :host ::slotted(*) .stzh-richtext__external-link {
825
825
  position: relative;
826
826
  }
827
- :host ::slotted(*) a .stzh-richtext__external-icon-wrapper {
827
+ :host ::slotted(*) .stzh-richtext__external-vhidden {
828
+ border: 0;
829
+ clip: rect(0 0 0 0);
830
+ -webkit-clip-path: inset(100%);
831
+ clip-path: inset(100%);
832
+ width: 0.0625rem;
833
+ height: 0.0625rem;
834
+ overflow: hidden;
835
+ padding: 0;
836
+ position: absolute;
837
+ }
838
+ :host ::slotted(*) .stzh-richtext__external-icon-wrapper {
828
839
  position: relative;
829
840
  display: inline-block;
830
841
  width: var(--stzh-icon-size-default);
831
842
  height: var(--stzh-link-icon-wrapper-height);
832
843
  margin-left: var(--stzh-space-xxsmall);
833
844
  }
834
- :host ::slotted(*) a .stzh-richtext__external-icon {
845
+ :host ::slotted(*) .stzh-richtext__external-icon {
835
846
  --icon: var(--stzh-icon-size-default);
836
847
  position: absolute;
837
848
  top: 50%;