@oiz/stzh-components 2.1.0 → 2.2.0-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (624) hide show
  1. package/dist/cjs/{app-globals-dc82b9ca.js → app-globals-f4ad4e99.js} +1 -1
  2. package/dist/cjs/index.cjs.js +17 -0
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/stzh-accordion-item.cjs.entry.js +3 -2
  5. package/dist/cjs/stzh-accordion.cjs.entry.js +3 -1
  6. package/dist/cjs/stzh-actions.cjs.entry.js +1 -1
  7. package/dist/cjs/stzh-anchornav.cjs.entry.js +2 -2
  8. package/dist/cjs/stzh-appnav.cjs.entry.js +1 -1
  9. package/dist/cjs/stzh-audio.cjs.entry.js +3 -3
  10. package/dist/cjs/stzh-badge_3.cjs.entry.js +12 -5
  11. package/dist/cjs/stzh-card_3.cjs.entry.js +474 -0
  12. package/dist/cjs/stzh-chart.cjs.entry.js +2 -3
  13. package/dist/cjs/stzh-checkbox.cjs.entry.js +2 -2
  14. package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +1 -1
  15. package/dist/cjs/stzh-clamp.cjs.entry.js +1 -1
  16. package/dist/cjs/stzh-components.cjs.js +2 -2
  17. package/dist/cjs/stzh-contactaddress.cjs.entry.js +33 -7
  18. package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
  19. package/dist/cjs/stzh-datalist_2.cjs.entry.js +180 -0
  20. package/dist/cjs/stzh-datepicker_3.cjs.entry.js +2 -2
  21. package/dist/cjs/stzh-details.cjs.entry.js +152 -0
  22. package/dist/cjs/stzh-dialog.cjs.entry.js +1 -1
  23. package/dist/cjs/stzh-dropdown.cjs.entry.js +2 -2
  24. package/dist/cjs/stzh-figure.cjs.entry.js +2 -2
  25. package/dist/cjs/stzh-footer.cjs.entry.js +2 -2
  26. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +8 -5
  27. package/dist/cjs/stzh-header.cjs.entry.js +28 -14
  28. package/dist/cjs/stzh-heading.cjs.entry.js +1 -1
  29. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
  30. package/dist/cjs/stzh-input.cjs.entry.js +2 -2
  31. package/dist/cjs/stzh-langnav.cjs.entry.js +37 -0
  32. package/dist/cjs/stzh-link.cjs.entry.js +10 -3
  33. package/dist/cjs/stzh-menu_2.cjs.entry.js +1 -1
  34. package/dist/cjs/stzh-microsite-teaserlist.cjs.entry.js +96 -0
  35. package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +3 -3
  36. package/dist/cjs/stzh-pagetitle.cjs.entry.js +2 -2
  37. package/dist/cjs/stzh-popover.cjs.entry.js +9 -5
  38. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  39. package/dist/cjs/stzh-readspeaker.cjs.entry.js +1 -1
  40. package/dist/cjs/stzh-sitemap.cjs.entry.js +24 -0
  41. package/dist/cjs/stzh-sortable.cjs.entry.js +30 -11
  42. package/dist/cjs/stzh-table.cjs.entry.js +1 -1
  43. package/dist/cjs/stzh-textandimage.cjs.entry.js +33 -0
  44. package/dist/cjs/stzh-toggle.cjs.entry.js +2 -2
  45. package/dist/cjs/stzh-tooltip.cjs.entry.js +11 -8
  46. package/dist/cjs/stzh-upload.cjs.entry.js +2 -2
  47. package/dist/cjs/stzh-vbz-majorticker.cjs.entry.js +20 -9
  48. package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +27 -38
  49. package/dist/cjs/{utils-8dc66449.js → utils-ff153309.js} +1 -0
  50. package/dist/collection/assets/i18n/de.json +6 -1
  51. package/dist/collection/assets/i18n/en.json +6 -1
  52. package/dist/collection/assets/icons/mono/arrow-right-down.svg +3 -0
  53. package/dist/collection/assets/icons/mono/construction.svg +2 -2
  54. package/dist/collection/assets/icons/mono/fountain.svg +3 -0
  55. package/dist/collection/assets/icons/mono/pause-filled.svg +3 -0
  56. package/dist/collection/assets/icons/mono/play-filled.svg +3 -0
  57. package/dist/collection/assets/icons/mono/reload.svg +2 -9
  58. package/dist/collection/assets/icons/mono/water-drops.svg +11 -0
  59. package/dist/collection/collection-manifest.json +6 -0
  60. package/dist/collection/components/stzh-accordion/stzh-accordion.js +3 -1
  61. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +2 -2
  62. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +4 -3
  63. package/dist/collection/components/stzh-anchornav/stzh-anchornav.css +3 -3
  64. package/dist/collection/components/stzh-anchornav/stzh-anchornav.js +1 -1
  65. package/dist/collection/components/stzh-audio/stzh-audio.css +1 -1
  66. package/dist/collection/components/stzh-audio/stzh-audio.js +1 -1
  67. package/dist/collection/components/stzh-button/stzh-button.css +2 -2
  68. package/dist/collection/components/stzh-button/stzh-button.js +78 -3
  69. package/dist/collection/components/stzh-card/stzh-card.css +71 -22
  70. package/dist/collection/components/stzh-card/stzh-card.js +90 -2
  71. package/dist/collection/components/stzh-card/stzh-card.stories.js +1 -1
  72. package/dist/collection/components/stzh-card-list/stzh-card-list.css +55 -14
  73. package/dist/collection/components/stzh-card-list/stzh-card-list.js +43 -3
  74. package/dist/collection/components/stzh-chart/stzh-chart.css +0 -14
  75. package/dist/collection/components/stzh-chart/stzh-chart.js +1 -20
  76. package/dist/collection/components/stzh-chart/stzh-chart.stories.js +4 -3
  77. package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +6 -3
  78. package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +2 -2
  79. package/dist/collection/components/stzh-clamp/stzh-clamp.css +5 -0
  80. package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.css +91 -12
  81. package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.js +76 -9
  82. package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.stories.js +52 -2
  83. package/dist/collection/components/stzh-cspace/stzh-cspace.css +49 -1
  84. package/dist/collection/components/stzh-datalist/stzh-datalist.css +28 -516
  85. package/dist/collection/components/stzh-datalist/stzh-datalist.js +110 -23
  86. package/dist/collection/components/stzh-datalist/stzh-datalist.stories.js +65 -4
  87. package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.css +260 -0
  88. package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.js +323 -0
  89. package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.stories.js +49 -0
  90. package/dist/collection/components/stzh-details/stzh-details.css +119 -0
  91. package/dist/collection/components/stzh-details/stzh-details.js +313 -0
  92. package/dist/collection/components/stzh-details/stzh-details.stories.js +41 -0
  93. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +3 -3
  94. package/dist/collection/components/stzh-figure/stzh-figure.css +1 -3
  95. package/dist/collection/components/stzh-footer/stzh-footer.css +2 -1
  96. package/dist/collection/components/stzh-footer/stzh-footer.stories.js +3 -1
  97. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +32 -5
  98. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +23 -2
  99. package/dist/collection/components/stzh-header/stzh-header.css +87 -4
  100. package/dist/collection/components/stzh-header/stzh-header.js +63 -13
  101. package/dist/collection/components/stzh-header/stzh-header.stories.js +20 -0
  102. package/dist/collection/components/stzh-heading/stzh-heading.css +3 -0
  103. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +102 -37
  104. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  105. package/dist/collection/components/stzh-input/stzh-input.css +5 -5
  106. package/dist/collection/components/stzh-langnav/stzh-langnav.css +106 -0
  107. package/dist/collection/components/stzh-langnav/stzh-langnav.js +136 -0
  108. package/dist/collection/components/stzh-langnav/stzh-langnav.stories.js +42 -0
  109. package/dist/collection/components/stzh-link/stzh-link.js +95 -2
  110. package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.css +125 -0
  111. package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.js +198 -0
  112. package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.localization.js +1 -0
  113. package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.stories.js +58 -0
  114. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +14 -5
  115. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.css +1 -1
  116. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.js +1 -1
  117. package/dist/collection/components/stzh-popover/stzh-popover.js +9 -5
  118. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +2 -0
  119. package/dist/collection/components/stzh-radio/stzh-radio.css +2 -2
  120. package/dist/collection/components/stzh-richtext/stzh-richtext.css +2 -0
  121. package/dist/collection/components/stzh-sitemap/stzh-sitemap.css +113 -0
  122. package/dist/collection/components/stzh-sitemap/stzh-sitemap.js +53 -0
  123. package/dist/collection/components/stzh-sitemap/stzh-sitemap.stories.js +78 -0
  124. package/dist/collection/components/stzh-sortable/stzh-sortable.js +29 -10
  125. package/dist/collection/components/stzh-textandimage/stzh-textandimage.css +167 -0
  126. package/dist/collection/components/stzh-textandimage/stzh-textandimage.js +78 -0
  127. package/dist/collection/components/stzh-textandimage/stzh-textandimage.stories.js +56 -0
  128. package/dist/collection/components/stzh-toggle/stzh-toggle.css +2 -1
  129. package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +11 -8
  130. package/dist/collection/components/stzh-upload/stzh-upload.css +1 -1
  131. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.js +1 -1
  132. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +2 -1
  133. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.js +84 -12
  134. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +1 -16
  135. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.js +26 -37
  136. package/dist/collection/index.js +12 -0
  137. package/dist/collection/pages/egov.stories.js +9 -6
  138. package/dist/collection/patterns/appointments.stories.js +3 -3
  139. package/dist/collection/patterns/contact.stories.js +118 -0
  140. package/dist/collection/patterns/contactform.stories.js +125 -0
  141. package/dist/collection/patterns/subpages.stories.js +98 -0
  142. package/dist/components/index.d.ts +6 -0
  143. package/dist/components/index.js +8 -1
  144. package/dist/components/index2.js +17 -2017
  145. package/dist/components/index3.js +2017 -0
  146. package/dist/components/stzh-accordion-item.js +3 -2
  147. package/dist/components/stzh-accordion.js +3 -1
  148. package/dist/components/stzh-anchornav.js +2 -2
  149. package/dist/components/stzh-audio.js +2 -2
  150. package/dist/components/stzh-button2.js +15 -4
  151. package/dist/components/stzh-card-list.js +1 -114
  152. package/dist/components/stzh-card-list2.js +123 -0
  153. package/dist/components/stzh-card.js +1 -358
  154. package/dist/components/stzh-card2.js +376 -0
  155. package/dist/components/stzh-chart.js +3 -5
  156. package/dist/components/stzh-checkbox.js +1 -1
  157. package/dist/components/stzh-chip-select.js +1 -157
  158. package/dist/{esm/stzh-chip-select.entry.js → components/stzh-chip-select2.js} +61 -10
  159. package/dist/components/stzh-clamp2.js +1 -1
  160. package/dist/components/stzh-contactaddress.js +74 -10
  161. package/dist/components/stzh-cspace.js +1 -1
  162. package/dist/components/stzh-datalist-item.d.ts +11 -0
  163. package/dist/components/stzh-datalist-item.js +6 -0
  164. package/dist/components/stzh-datalist-item2.js +128 -0
  165. package/dist/components/stzh-datalist.js +1 -96
  166. package/dist/components/stzh-datalist2.js +147 -0
  167. package/dist/components/stzh-details.d.ts +11 -0
  168. package/dist/components/stzh-details.js +170 -0
  169. package/dist/components/stzh-dropdown2.js +1 -1
  170. package/dist/components/stzh-figure.js +1 -1
  171. package/dist/components/stzh-footer.js +1 -1
  172. package/dist/components/stzh-ghettobox2.js +7 -3
  173. package/dist/components/stzh-header.js +29 -13
  174. package/dist/components/stzh-heading2.js +1 -1
  175. package/dist/components/stzh-icon-sprite.js +1 -1
  176. package/dist/components/stzh-input2.js +1 -1
  177. package/dist/components/stzh-langnav.d.ts +11 -0
  178. package/dist/components/stzh-langnav.js +73 -0
  179. package/dist/components/stzh-link2.js +14 -2
  180. package/dist/components/stzh-microsite-teaserlist.d.ts +11 -0
  181. package/dist/components/stzh-microsite-teaserlist.js +212 -0
  182. package/dist/components/stzh-pagetitle-hero.js +2 -2
  183. package/dist/components/stzh-pagetitle.js +1 -1
  184. package/dist/components/stzh-popover2.js +9 -5
  185. package/dist/components/stzh-portal-mitwirken.js +1 -1
  186. package/dist/components/stzh-radio2.js +1 -1
  187. package/dist/components/stzh-richtext2.js +1 -1
  188. package/dist/components/stzh-sitemap.d.ts +11 -0
  189. package/dist/components/stzh-sitemap.js +69 -0
  190. package/dist/components/stzh-sortable2.js +29 -10
  191. package/dist/components/stzh-textandimage.d.ts +11 -0
  192. package/dist/components/stzh-textandimage.js +50 -0
  193. package/dist/components/stzh-toggle.js +1 -1
  194. package/dist/components/stzh-tooltip2.js +11 -8
  195. package/dist/components/stzh-upload.js +1 -1
  196. package/dist/components/stzh-vbz-majorticker.js +25 -12
  197. package/dist/components/stzh-vbz-ticker.js +26 -37
  198. package/dist/components/utils.js +1 -1
  199. package/dist/esm/{app-globals-246b5e49.js → app-globals-17c2ba8d.js} +1 -1
  200. package/dist/esm/{index-2915b467.js → index-011c84fe.js} +1 -1
  201. package/dist/esm/index.js +16 -0
  202. package/dist/esm/loader.js +3 -3
  203. package/dist/esm/stzh-accordion-item.entry.js +4 -3
  204. package/dist/esm/stzh-accordion.entry.js +4 -2
  205. package/dist/esm/stzh-actions.entry.js +2 -2
  206. package/dist/esm/stzh-actionset.entry.js +1 -1
  207. package/dist/esm/stzh-anchornav.entry.js +3 -3
  208. package/dist/esm/stzh-appnav.entry.js +2 -2
  209. package/dist/esm/stzh-appointments.entry.js +1 -1
  210. package/dist/esm/stzh-audio.entry.js +4 -4
  211. package/dist/esm/stzh-badge_3.entry.js +13 -6
  212. package/dist/esm/stzh-calendar.entry.js +1 -1
  213. package/dist/esm/stzh-card_3.entry.js +468 -0
  214. package/dist/esm/stzh-cell.entry.js +1 -1
  215. package/dist/esm/stzh-chart.entry.js +3 -4
  216. package/dist/esm/stzh-checkbox.entry.js +4 -4
  217. package/dist/esm/stzh-checkboxgroup.entry.js +3 -3
  218. package/dist/esm/stzh-chip.entry.js +1 -1
  219. package/dist/esm/stzh-clamp.entry.js +2 -2
  220. package/dist/esm/stzh-components.js +3 -3
  221. package/dist/esm/stzh-contactaddress.entry.js +34 -8
  222. package/dist/esm/stzh-container.entry.js +1 -1
  223. package/dist/esm/stzh-cspace.entry.js +2 -2
  224. package/dist/esm/stzh-datalist_2.entry.js +175 -0
  225. package/dist/esm/stzh-datamessagelist-item.entry.js +1 -1
  226. package/dist/esm/stzh-datamessagelist.entry.js +1 -1
  227. package/dist/esm/stzh-datatable.entry.js +1 -1
  228. package/dist/esm/stzh-datepicker_3.entry.js +4 -4
  229. package/dist/esm/stzh-details.entry.js +148 -0
  230. package/dist/esm/stzh-dialog.entry.js +2 -2
  231. package/dist/esm/stzh-dropdown.entry.js +4 -4
  232. package/dist/esm/stzh-fieldset.entry.js +1 -1
  233. package/dist/esm/stzh-figure.entry.js +3 -3
  234. package/dist/esm/stzh-flyingfocus.entry.js +1 -1
  235. package/dist/esm/stzh-footer.entry.js +3 -3
  236. package/dist/esm/stzh-ghettobox_2.entry.js +9 -6
  237. package/dist/esm/stzh-header.entry.js +29 -15
  238. package/dist/esm/stzh-heading.entry.js +2 -2
  239. package/dist/esm/stzh-hr.entry.js +1 -1
  240. package/dist/esm/stzh-hspace.entry.js +1 -1
  241. package/dist/esm/stzh-icon-sprite.entry.js +2 -2
  242. package/dist/esm/{stzh-input-description-e87e6697.js → stzh-input-description-bdd1e340.js} +1 -1
  243. package/dist/esm/stzh-input.entry.js +4 -4
  244. package/dist/esm/stzh-langnav.entry.js +33 -0
  245. package/dist/esm/stzh-link.entry.js +11 -4
  246. package/dist/esm/stzh-list-item.entry.js +1 -1
  247. package/dist/esm/stzh-list.entry.js +1 -1
  248. package/dist/esm/stzh-loader.entry.js +1 -1
  249. package/dist/esm/stzh-loadingbar.entry.js +1 -1
  250. package/dist/esm/stzh-menu_2.entry.js +2 -2
  251. package/dist/esm/stzh-message.entry.js +1 -1
  252. package/dist/esm/stzh-metanav.entry.js +1 -1
  253. package/dist/esm/stzh-microsite-teaserlist.entry.js +92 -0
  254. package/dist/esm/stzh-olmap.entry.js +1 -1
  255. package/dist/esm/stzh-overlay.entry.js +1 -1
  256. package/dist/esm/stzh-page-skiplinks.entry.js +1 -1
  257. package/dist/esm/stzh-pagebottom.entry.js +1 -1
  258. package/dist/esm/stzh-pagetitle-hero.entry.js +4 -4
  259. package/dist/esm/stzh-pagetitle.entry.js +3 -3
  260. package/dist/esm/stzh-popover.entry.js +10 -6
  261. package/dist/esm/stzh-portal-mitwirken.entry.js +2 -2
  262. package/dist/esm/stzh-progressbar-item.entry.js +1 -1
  263. package/dist/esm/stzh-progressbar.entry.js +1 -1
  264. package/dist/esm/stzh-readspeaker.entry.js +2 -2
  265. package/dist/esm/stzh-row.entry.js +1 -1
  266. package/dist/esm/stzh-saptcha.entry.js +1 -1
  267. package/dist/esm/stzh-section.entry.js +1 -1
  268. package/dist/esm/stzh-share.entry.js +1 -1
  269. package/dist/esm/stzh-sitemap.entry.js +20 -0
  270. package/dist/esm/stzh-skiplink.entry.js +1 -1
  271. package/dist/esm/stzh-sortable.entry.js +31 -12
  272. package/dist/esm/stzh-status.entry.js +1 -1
  273. package/dist/esm/stzh-sticky.entry.js +1 -1
  274. package/dist/esm/stzh-table.entry.js +2 -2
  275. package/dist/esm/stzh-text.entry.js +1 -1
  276. package/dist/esm/stzh-textandimage.entry.js +29 -0
  277. package/dist/esm/stzh-toggle.entry.js +4 -4
  278. package/dist/esm/stzh-tooltip.entry.js +12 -9
  279. package/dist/esm/stzh-upload.entry.js +4 -4
  280. package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
  281. package/dist/esm/stzh-vbz-majorticker.entry.js +21 -10
  282. package/dist/esm/stzh-vbz-ticker.entry.js +26 -37
  283. package/dist/esm/stzh-visuallyhidden.entry.js +1 -1
  284. package/dist/esm/stzh-vspace.entry.js +1 -1
  285. package/dist/esm/{utils-68a28fce.js → utils-92a77db5.js} +1 -1
  286. package/dist/esm-es5/app-globals-17c2ba8d.js +1 -0
  287. package/dist/esm-es5/{index-2915b467.js → index-011c84fe.js} +1 -1
  288. package/dist/esm-es5/index.js +1 -0
  289. package/dist/esm-es5/loader.js +1 -1
  290. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
  291. package/dist/esm-es5/stzh-accordion.entry.js +1 -1
  292. package/dist/esm-es5/stzh-actions.entry.js +1 -1
  293. package/dist/esm-es5/stzh-actionset.entry.js +1 -1
  294. package/dist/esm-es5/stzh-anchornav.entry.js +1 -1
  295. package/dist/esm-es5/stzh-appnav.entry.js +1 -1
  296. package/dist/esm-es5/stzh-appointments.entry.js +1 -1
  297. package/dist/esm-es5/stzh-audio.entry.js +2 -2
  298. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  299. package/dist/esm-es5/stzh-calendar.entry.js +1 -1
  300. package/dist/esm-es5/stzh-card_3.entry.js +1 -0
  301. package/dist/esm-es5/stzh-cell.entry.js +1 -1
  302. package/dist/esm-es5/stzh-chart.entry.js +2 -2
  303. package/dist/esm-es5/stzh-checkbox.entry.js +1 -1
  304. package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
  305. package/dist/esm-es5/stzh-chip.entry.js +1 -1
  306. package/dist/esm-es5/stzh-clamp.entry.js +1 -1
  307. package/dist/esm-es5/stzh-components.js +1 -1
  308. package/dist/esm-es5/stzh-contactaddress.entry.js +1 -1
  309. package/dist/esm-es5/stzh-container.entry.js +1 -1
  310. package/dist/esm-es5/stzh-cspace.entry.js +1 -1
  311. package/dist/esm-es5/stzh-datalist_2.entry.js +1 -0
  312. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
  313. package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -1
  314. package/dist/esm-es5/stzh-datatable.entry.js +1 -1
  315. package/dist/esm-es5/stzh-datepicker_3.entry.js +1 -1
  316. package/dist/esm-es5/stzh-details.entry.js +1 -0
  317. package/dist/esm-es5/stzh-dialog.entry.js +1 -1
  318. package/dist/esm-es5/stzh-dropdown.entry.js +1 -1
  319. package/dist/esm-es5/stzh-fieldset.entry.js +1 -1
  320. package/dist/esm-es5/stzh-figure.entry.js +1 -1
  321. package/dist/esm-es5/stzh-flyingfocus.entry.js +1 -1
  322. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  323. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  324. package/dist/esm-es5/stzh-header.entry.js +1 -1
  325. package/dist/esm-es5/stzh-heading.entry.js +1 -1
  326. package/dist/esm-es5/stzh-hr.entry.js +1 -1
  327. package/dist/esm-es5/stzh-hspace.entry.js +1 -1
  328. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
  329. package/dist/esm-es5/{stzh-input-description-e87e6697.js → stzh-input-description-bdd1e340.js} +1 -1
  330. package/dist/esm-es5/stzh-input.entry.js +1 -1
  331. package/dist/esm-es5/stzh-langnav.entry.js +1 -0
  332. package/dist/esm-es5/stzh-link.entry.js +1 -1
  333. package/dist/esm-es5/stzh-list-item.entry.js +1 -1
  334. package/dist/esm-es5/stzh-list.entry.js +1 -1
  335. package/dist/esm-es5/stzh-loader.entry.js +1 -1
  336. package/dist/esm-es5/stzh-loadingbar.entry.js +1 -1
  337. package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
  338. package/dist/esm-es5/stzh-message.entry.js +1 -1
  339. package/dist/esm-es5/stzh-metanav.entry.js +1 -1
  340. package/dist/esm-es5/stzh-microsite-teaserlist.entry.js +1 -0
  341. package/dist/esm-es5/stzh-olmap.entry.js +1 -1
  342. package/dist/esm-es5/stzh-overlay.entry.js +1 -1
  343. package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -1
  344. package/dist/esm-es5/stzh-pagebottom.entry.js +1 -1
  345. package/dist/esm-es5/stzh-pagetitle-hero.entry.js +1 -1
  346. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
  347. package/dist/esm-es5/stzh-popover.entry.js +1 -1
  348. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  349. package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -1
  350. package/dist/esm-es5/stzh-progressbar.entry.js +1 -1
  351. package/dist/esm-es5/stzh-readspeaker.entry.js +1 -1
  352. package/dist/esm-es5/stzh-row.entry.js +1 -1
  353. package/dist/esm-es5/stzh-saptcha.entry.js +1 -1
  354. package/dist/esm-es5/stzh-section.entry.js +1 -1
  355. package/dist/esm-es5/stzh-share.entry.js +1 -1
  356. package/dist/esm-es5/stzh-sitemap.entry.js +1 -0
  357. package/dist/esm-es5/stzh-skiplink.entry.js +1 -1
  358. package/dist/esm-es5/stzh-sortable.entry.js +2 -2
  359. package/dist/esm-es5/stzh-status.entry.js +1 -1
  360. package/dist/esm-es5/stzh-sticky.entry.js +1 -1
  361. package/dist/esm-es5/stzh-table.entry.js +1 -1
  362. package/dist/esm-es5/stzh-text.entry.js +1 -1
  363. package/dist/esm-es5/stzh-textandimage.entry.js +1 -0
  364. package/dist/esm-es5/stzh-toggle.entry.js +1 -1
  365. package/dist/esm-es5/stzh-tooltip.entry.js +1 -1
  366. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  367. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
  368. package/dist/esm-es5/stzh-vbz-majorticker.entry.js +1 -1
  369. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
  370. package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -1
  371. package/dist/esm-es5/stzh-vspace.entry.js +1 -1
  372. package/dist/esm-es5/{utils-68a28fce.js → utils-92a77db5.js} +1 -1
  373. package/dist/stzh-components/assets/i18n/de.json +6 -1
  374. package/dist/stzh-components/assets/i18n/en.json +6 -1
  375. package/dist/stzh-components/assets/icons/mono/arrow-right-down.svg +3 -0
  376. package/dist/stzh-components/assets/icons/mono/construction.svg +2 -2
  377. package/dist/stzh-components/assets/icons/mono/fountain.svg +3 -0
  378. package/dist/stzh-components/assets/icons/mono/pause-filled.svg +3 -0
  379. package/dist/stzh-components/assets/icons/mono/play-filled.svg +3 -0
  380. package/dist/stzh-components/assets/icons/mono/reload.svg +2 -9
  381. package/dist/stzh-components/assets/icons/mono/water-drops.svg +11 -0
  382. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +102 -37
  383. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  384. package/dist/stzh-components/index.esm.js +1 -0
  385. package/dist/stzh-components/{p-f6ab391e.system.entry.js → p-006751fc.system.entry.js} +1 -1
  386. package/dist/stzh-components/{p-27839f48.entry.js → p-025c9c5b.entry.js} +1 -1
  387. package/dist/stzh-components/p-02fd7470.entry.js +1 -0
  388. package/dist/stzh-components/{p-27bfb4c2.system.entry.js → p-037357fc.system.entry.js} +1 -1
  389. package/dist/stzh-components/{p-e9313802.system.entry.js → p-0409bf6b.system.entry.js} +2 -2
  390. package/dist/stzh-components/p-04a45622.system.entry.js +1 -0
  391. package/dist/stzh-components/{p-d5ee4ac0.entry.js → p-09da70d8.entry.js} +1 -1
  392. package/dist/stzh-components/{p-4e6ddb5f.entry.js → p-0a647396.entry.js} +1 -1
  393. package/dist/stzh-components/{p-20a6ffbb.entry.js → p-0b264a7a.entry.js} +1 -1
  394. package/dist/stzh-components/p-0b9dc96d.system.js +1 -0
  395. package/dist/stzh-components/p-0c8427bc.entry.js +1 -0
  396. package/dist/stzh-components/{p-e662b688.entry.js → p-0cff4e01.entry.js} +1 -1
  397. package/dist/stzh-components/{p-0321e98e.system.entry.js → p-104df3a8.system.entry.js} +1 -1
  398. package/dist/stzh-components/p-10c046fc.system.entry.js +1 -0
  399. package/dist/stzh-components/{p-26159eac.system.entry.js → p-11d7b426.system.entry.js} +1 -1
  400. package/dist/stzh-components/{p-22c9a00d.system.entry.js → p-171c5795.system.entry.js} +1 -1
  401. package/dist/stzh-components/{p-c3161c9b.system.entry.js → p-19ab7e34.system.entry.js} +1 -1
  402. package/dist/stzh-components/{p-67ade1c7.system.entry.js → p-1ca12032.system.entry.js} +1 -1
  403. package/dist/stzh-components/{p-ff534e27.entry.js → p-1d8272a5.entry.js} +1 -1
  404. package/dist/stzh-components/{p-3e504f50.entry.js → p-1da26ca1.entry.js} +1 -1
  405. package/dist/stzh-components/p-1fe1169e.entry.js +1 -0
  406. package/dist/stzh-components/{p-229d4ad2.entry.js → p-213959b7.entry.js} +1 -1
  407. package/dist/stzh-components/{p-14f0d546.entry.js → p-22b06793.entry.js} +1 -1
  408. package/dist/stzh-components/p-231e6e6a.system.entry.js +1 -0
  409. package/dist/stzh-components/{p-3fc40cc0.system.entry.js → p-2577ca1e.system.entry.js} +1 -1
  410. package/dist/stzh-components/{p-881e526e.system.entry.js → p-2862cdd8.system.entry.js} +1 -1
  411. package/dist/stzh-components/{p-7dd6fbc9.system.entry.js → p-288ee536.system.entry.js} +1 -1
  412. package/dist/stzh-components/{p-2c16d2ea.entry.js → p-28d8aa31.entry.js} +1 -1
  413. package/dist/stzh-components/{p-b1ff3a21.system.entry.js → p-2b5b1e4a.system.entry.js} +1 -1
  414. package/dist/stzh-components/{p-8fc8d8c2.system.entry.js → p-2bdc71ae.system.entry.js} +1 -1
  415. package/dist/stzh-components/{p-2e276f2e.system.entry.js → p-30ae5c00.system.entry.js} +1 -1
  416. package/dist/stzh-components/{p-34eb65b9.entry.js → p-30ba96a3.entry.js} +1 -1
  417. package/dist/stzh-components/{p-cbaab05e.entry.js → p-31029226.entry.js} +1 -1
  418. package/dist/stzh-components/{p-c777032f.system.entry.js → p-311813bc.system.entry.js} +1 -1
  419. package/dist/stzh-components/p-3145cd2f.entry.js +1 -0
  420. package/dist/stzh-components/{p-62afe664.entry.js → p-31c3469c.entry.js} +1 -1
  421. package/dist/stzh-components/{p-725b3e74.system.entry.js → p-33f80cd2.system.entry.js} +1 -1
  422. package/dist/stzh-components/{p-d4b93488.entry.js → p-34b45788.entry.js} +1 -1
  423. package/dist/stzh-components/{p-456143f9.entry.js → p-376946bc.entry.js} +1 -1
  424. package/dist/stzh-components/{p-a866b3a3.entry.js → p-3848d8ee.entry.js} +1 -1
  425. package/dist/stzh-components/p-38f9cbf3.system.entry.js +1 -0
  426. package/dist/stzh-components/p-3905ca20.entry.js +1 -0
  427. package/dist/stzh-components/{p-71220066.entry.js → p-391e6b90.entry.js} +1 -1
  428. package/dist/stzh-components/p-3a1ff759.entry.js +1 -0
  429. package/dist/stzh-components/p-4226dec6.system.entry.js +1 -0
  430. package/dist/stzh-components/{p-7a584d3f.system.entry.js → p-4228cd58.system.entry.js} +1 -1
  431. package/dist/stzh-components/p-441ea784.entry.js +1 -0
  432. package/dist/stzh-components/{p-229f4ebc.system.entry.js → p-44e0b101.system.entry.js} +1 -1
  433. package/dist/stzh-components/{p-30e5a674.entry.js → p-49b292df.entry.js} +1 -1
  434. package/dist/stzh-components/p-49bb09a5.entry.js +1 -0
  435. package/dist/stzh-components/{p-9454a438.entry.js → p-4b0f473e.entry.js} +1 -1
  436. package/dist/stzh-components/{p-238a8c83.system.entry.js → p-4bd7dafb.system.entry.js} +1 -1
  437. package/dist/stzh-components/{p-fade35c7.entry.js → p-4c7e52aa.entry.js} +1 -1
  438. package/dist/stzh-components/{p-ff2a6bdf.system.entry.js → p-4cd9f5c7.system.entry.js} +1 -1
  439. package/dist/stzh-components/{p-53c30c58.entry.js → p-51be647d.entry.js} +1 -1
  440. package/dist/stzh-components/p-55b7cda7.system.entry.js +1 -0
  441. package/dist/stzh-components/p-55f6fa41.system.entry.js +1 -0
  442. package/dist/stzh-components/{p-05901b22.system.entry.js → p-57237509.system.entry.js} +1 -1
  443. package/dist/stzh-components/{p-b09b85ac.entry.js → p-576e1345.entry.js} +1 -1
  444. package/dist/stzh-components/p-58af0855.system.entry.js +1 -0
  445. package/dist/stzh-components/{p-c866224d.entry.js → p-5b1c1cf7.entry.js} +1 -1
  446. package/dist/stzh-components/{p-37bdb9cd.system.entry.js → p-5b379647.system.entry.js} +1 -1
  447. package/dist/stzh-components/{p-3a279b45.entry.js → p-5c3c9ad4.entry.js} +1 -1
  448. package/dist/stzh-components/{p-bd5b8114.system.entry.js → p-5ddf8258.system.entry.js} +1 -1
  449. package/dist/stzh-components/{p-470e5f38.system.entry.js → p-5fd9ae99.system.entry.js} +1 -1
  450. package/dist/stzh-components/{p-6c1ad586.system.entry.js → p-60274e67.system.entry.js} +1 -1
  451. package/dist/stzh-components/{p-470ccde5.system.entry.js → p-60d9bf98.system.entry.js} +1 -1
  452. package/dist/stzh-components/{p-652eee8b.system.entry.js → p-60ec90b2.system.entry.js} +1 -1
  453. package/dist/stzh-components/{p-3efefb7f.entry.js → p-62a2684d.entry.js} +1 -1
  454. package/dist/stzh-components/{p-4a3f9353.entry.js → p-64422176.entry.js} +1 -1
  455. package/dist/stzh-components/p-65675e11.entry.js +1 -0
  456. package/dist/stzh-components/{p-a3559e69.entry.js → p-661831da.entry.js} +1 -1
  457. package/dist/stzh-components/{p-bc841847.entry.js → p-669896ec.entry.js} +1 -1
  458. package/dist/stzh-components/{p-c1100fde.entry.js → p-68400ee7.entry.js} +1 -1
  459. package/dist/stzh-components/{p-b666bb15.entry.js → p-6a0a76b3.entry.js} +1 -1
  460. package/dist/stzh-components/p-71c07419.system.entry.js +1 -0
  461. package/dist/stzh-components/{p-3a0f37bd.entry.js → p-72389069.entry.js} +1 -1
  462. package/dist/stzh-components/p-75068cd7.system.entry.js +1 -0
  463. package/dist/stzh-components/{p-090bfb8e.system.entry.js → p-7684506e.system.entry.js} +1 -1
  464. package/dist/stzh-components/p-791bc813.system.js +1 -0
  465. package/dist/stzh-components/{p-cc735465.system.entry.js → p-7adc28a4.system.entry.js} +2 -2
  466. package/dist/stzh-components/p-7ce59988.system.entry.js +1 -0
  467. package/dist/stzh-components/p-7da446d5.js +1 -0
  468. package/dist/stzh-components/{p-e785d9cc.entry.js → p-7e94dde2.entry.js} +1 -1
  469. package/dist/stzh-components/{p-bdc627fa.system.entry.js → p-812ea5e9.system.entry.js} +1 -1
  470. package/dist/stzh-components/p-83830baa.system.entry.js +1 -0
  471. package/dist/stzh-components/{p-5c2d0572.entry.js → p-84965eac.entry.js} +1 -1
  472. package/dist/stzh-components/p-84c86e4c.system.entry.js +1 -0
  473. package/dist/stzh-components/p-86a29c35.js +1 -0
  474. package/dist/stzh-components/{p-44435254.system.entry.js → p-88a31179.system.entry.js} +1 -1
  475. package/dist/stzh-components/{p-b0e514c7.entry.js → p-88cbd2c0.entry.js} +1 -1
  476. package/dist/stzh-components/{p-4fd4a703.entry.js → p-8a1d00fe.entry.js} +2 -2
  477. package/dist/stzh-components/{p-b99c0844.entry.js → p-8bbaed3a.entry.js} +1 -1
  478. package/dist/stzh-components/{p-6a96d63e.system.entry.js → p-8cc119d3.system.entry.js} +1 -1
  479. package/dist/stzh-components/{p-5e81420b.entry.js → p-9176246f.entry.js} +1 -1
  480. package/dist/stzh-components/p-92afa8df.entry.js +1 -0
  481. package/dist/stzh-components/{p-61d4852f.system.entry.js → p-94830f96.system.entry.js} +1 -1
  482. package/dist/stzh-components/p-95b490ec.system.entry.js +1 -0
  483. package/dist/stzh-components/p-9743f558.system.entry.js +1 -0
  484. package/dist/stzh-components/p-97e16665.system.entry.js +1 -0
  485. package/dist/stzh-components/p-996579d0.entry.js +1 -0
  486. package/dist/stzh-components/p-99f92c6d.system.entry.js +1 -0
  487. package/dist/stzh-components/{p-7a4c6adb.js → p-9a5ebb1f.js} +1 -1
  488. package/dist/stzh-components/{p-1a5fc8e3.system.entry.js → p-9dac46e2.system.entry.js} +1 -1
  489. package/dist/stzh-components/p-9e38b823.system.entry.js +1 -0
  490. package/dist/stzh-components/p-9e4e0cc9.entry.js +1 -0
  491. package/dist/stzh-components/p-a16dc363.entry.js +1 -0
  492. package/dist/stzh-components/{p-7c172e64.system.entry.js → p-a17754c7.system.entry.js} +1 -1
  493. package/dist/stzh-components/{p-33a52001.system.entry.js → p-a474826c.system.entry.js} +1 -1
  494. package/dist/stzh-components/{p-7d77b8d2.entry.js → p-a53c0a98.entry.js} +1 -1
  495. package/dist/stzh-components/{p-293ceb5e.entry.js → p-a795868f.entry.js} +1 -1
  496. package/dist/stzh-components/{p-0c10d9b1.entry.js → p-a8101552.entry.js} +2 -2
  497. package/dist/stzh-components/p-a934dd4d.entry.js +1 -0
  498. package/dist/stzh-components/{p-5caa837c.system.entry.js → p-aacf685b.system.entry.js} +2 -2
  499. package/dist/stzh-components/{p-8f9de52f.system.entry.js → p-ab28e094.system.entry.js} +1 -1
  500. package/dist/stzh-components/p-ac3aa560.system.entry.js +1 -0
  501. package/dist/stzh-components/{p-7dec02ca.entry.js → p-addc48e5.entry.js} +1 -1
  502. package/dist/stzh-components/p-af0ab448.system.entry.js +1 -0
  503. package/dist/stzh-components/p-af63f1a4.entry.js +1 -0
  504. package/dist/stzh-components/p-b0d8866d.entry.js +1 -0
  505. package/dist/stzh-components/{p-140e4b63.entry.js → p-b0fe9349.entry.js} +1 -1
  506. package/dist/stzh-components/{p-36596b2b.system.entry.js → p-b2145753.system.entry.js} +1 -1
  507. package/dist/stzh-components/{p-44dd74d1.system.entry.js → p-b436a18d.system.entry.js} +1 -1
  508. package/dist/stzh-components/{p-55435022.system.entry.js → p-b908d228.system.entry.js} +1 -1
  509. package/dist/stzh-components/{p-daa34275.system.entry.js → p-ba0b93c4.system.entry.js} +1 -1
  510. package/dist/stzh-components/{p-90665664.system.entry.js → p-be79497f.system.entry.js} +1 -1
  511. package/dist/stzh-components/{p-0e48efa7.entry.js → p-bee6eef5.entry.js} +1 -1
  512. package/dist/stzh-components/{p-616e70e9.system.entry.js → p-bfcfbfbb.system.entry.js} +1 -1
  513. package/dist/stzh-components/p-c065387a.entry.js +1 -0
  514. package/dist/stzh-components/p-c0fef3d1.entry.js +1 -0
  515. package/dist/stzh-components/p-c26aec94.entry.js +1 -0
  516. package/dist/stzh-components/{p-8eb72064.system.entry.js → p-c30600d0.system.entry.js} +1 -1
  517. package/dist/stzh-components/{p-46f4e907.entry.js → p-c3a543a6.entry.js} +1 -1
  518. package/dist/stzh-components/p-c42435be.entry.js +1 -0
  519. package/dist/stzh-components/{p-2c783943.entry.js → p-cc720d2d.entry.js} +1 -1
  520. package/dist/stzh-components/{p-51c75fba.system.entry.js → p-cfc0bc2e.system.entry.js} +1 -1
  521. package/dist/stzh-components/p-cff8376e.entry.js +1 -0
  522. package/dist/stzh-components/p-d1d5825d.entry.js +1 -0
  523. package/dist/stzh-components/p-d2f6fb1b.system.js +1 -0
  524. package/dist/stzh-components/{p-92ad9720.system.entry.js → p-d4405931.system.entry.js} +1 -1
  525. package/dist/stzh-components/p-d5c0801b.entry.js +1 -0
  526. package/dist/stzh-components/{p-440ae0cc.system.entry.js → p-d5cb80ad.system.entry.js} +1 -1
  527. package/dist/stzh-components/{p-b5a59ac0.entry.js → p-db1692fb.entry.js} +1 -1
  528. package/dist/stzh-components/{p-609bf766.system.js → p-dbdc01c7.system.js} +2 -2
  529. package/dist/stzh-components/p-dce19efd.entry.js +1 -0
  530. package/dist/stzh-components/{p-8347b91f.js → p-df5f49b4.js} +1 -1
  531. package/dist/stzh-components/p-e2e54f09.system.js +1 -0
  532. package/dist/stzh-components/{p-5ed4d1d5.system.entry.js → p-e46d82b9.system.entry.js} +1 -1
  533. package/dist/stzh-components/{p-b3587b9d.system.entry.js → p-e71cd5cd.system.entry.js} +1 -1
  534. package/dist/stzh-components/p-e72ca013.system.entry.js +1 -0
  535. package/dist/stzh-components/p-e76a3647.entry.js +1 -0
  536. package/dist/stzh-components/{p-e347ce1e.system.entry.js → p-e7cf6c45.system.entry.js} +1 -1
  537. package/dist/stzh-components/{p-025953d1.system.entry.js → p-e812d35e.system.entry.js} +1 -1
  538. package/dist/stzh-components/p-eaa65f52.system.js +1 -0
  539. package/dist/stzh-components/p-eade9f77.entry.js +1 -0
  540. package/dist/stzh-components/{p-e69903fe.entry.js → p-eb6d3e6c.entry.js} +1 -1
  541. package/dist/stzh-components/{p-d408604f.system.entry.js → p-ec3a472a.system.entry.js} +1 -1
  542. package/dist/stzh-components/{p-ef62b905.entry.js → p-ed0d51b6.entry.js} +1 -1
  543. package/dist/stzh-components/p-ed6adb96.entry.js +1 -0
  544. package/dist/stzh-components/{p-27573504.system.entry.js → p-f027e569.system.entry.js} +1 -1
  545. package/dist/stzh-components/{p-95defe16.system.entry.js → p-f03ce92d.system.entry.js} +1 -1
  546. package/dist/stzh-components/p-f3107fc7.system.entry.js +1 -0
  547. package/dist/stzh-components/{p-38b9e5e9.entry.js → p-f37be5d7.entry.js} +1 -1
  548. package/dist/stzh-components/{p-8ab86ca3.system.entry.js → p-f59b3545.system.entry.js} +1 -1
  549. package/dist/stzh-components/{p-b54ed1f9.entry.js → p-f5db6234.entry.js} +1 -1
  550. package/dist/stzh-components/{p-92788577.entry.js → p-f5fdc88c.entry.js} +2 -2
  551. package/dist/stzh-components/{p-04dd6821.entry.js → p-f792fc8f.entry.js} +1 -1
  552. package/dist/stzh-components/{p-183e4790.system.entry.js → p-fbf2f4ed.system.entry.js} +1 -1
  553. package/dist/stzh-components/{p-f5f3475c.system.entry.js → p-fcec6003.system.entry.js} +1 -1
  554. package/dist/stzh-components/{p-cf781b59.entry.js → p-fd265f3a.entry.js} +1 -1
  555. package/dist/stzh-components/stzh-components.esm.js +1 -1
  556. package/dist/stzh-components/stzh-components.js +1 -1
  557. package/dist/types/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.localization.d.ts +5 -0
  558. package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.d.ts +13 -12
  559. package/dist/types/components.d.ts +508 -27
  560. package/dist/types/index.d.ts +81 -2
  561. package/dist/vscode-data.json +278 -17
  562. package/package.json +1 -1
  563. package/dist/cjs/stzh-card-list.cjs.entry.js +0 -76
  564. package/dist/cjs/stzh-card.cjs.entry.js +0 -282
  565. package/dist/cjs/stzh-chip-select.cjs.entry.js +0 -112
  566. package/dist/cjs/stzh-datalist.cjs.entry.js +0 -62
  567. package/dist/esm/stzh-card-list.entry.js +0 -72
  568. package/dist/esm/stzh-card.entry.js +0 -278
  569. package/dist/esm/stzh-datalist.entry.js +0 -58
  570. package/dist/esm-es5/app-globals-246b5e49.js +0 -1
  571. package/dist/esm-es5/stzh-card-list.entry.js +0 -1
  572. package/dist/esm-es5/stzh-card.entry.js +0 -1
  573. package/dist/esm-es5/stzh-chip-select.entry.js +0 -1
  574. package/dist/esm-es5/stzh-datalist.entry.js +0 -1
  575. package/dist/stzh-components/p-01909f35.system.entry.js +0 -1
  576. package/dist/stzh-components/p-0230004d.system.js +0 -1
  577. package/dist/stzh-components/p-105a11cb.entry.js +0 -1
  578. package/dist/stzh-components/p-14e457c6.system.entry.js +0 -1
  579. package/dist/stzh-components/p-17ae6581.entry.js +0 -1
  580. package/dist/stzh-components/p-1f57d28e.js +0 -1
  581. package/dist/stzh-components/p-25ef050a.entry.js +0 -1
  582. package/dist/stzh-components/p-2ba8b5c9.system.entry.js +0 -1
  583. package/dist/stzh-components/p-38977481.entry.js +0 -1
  584. package/dist/stzh-components/p-3a47ff2d.system.entry.js +0 -1
  585. package/dist/stzh-components/p-509c97c9.system.entry.js +0 -1
  586. package/dist/stzh-components/p-50ea2036.system.js +0 -1
  587. package/dist/stzh-components/p-529a56aa.system.entry.js +0 -1
  588. package/dist/stzh-components/p-52cd1bd1.system.js +0 -1
  589. package/dist/stzh-components/p-5869502c.system.entry.js +0 -1
  590. package/dist/stzh-components/p-5c311df3.entry.js +0 -1
  591. package/dist/stzh-components/p-60d8e2da.entry.js +0 -1
  592. package/dist/stzh-components/p-61c9ca5d.entry.js +0 -1
  593. package/dist/stzh-components/p-6830f839.entry.js +0 -1
  594. package/dist/stzh-components/p-6a16ceff.entry.js +0 -1
  595. package/dist/stzh-components/p-6d22bd0d.entry.js +0 -1
  596. package/dist/stzh-components/p-71d757d3.js +0 -1
  597. package/dist/stzh-components/p-783346ed.entry.js +0 -1
  598. package/dist/stzh-components/p-7909f56b.entry.js +0 -1
  599. package/dist/stzh-components/p-7aef399f.entry.js +0 -1
  600. package/dist/stzh-components/p-84aace40.system.entry.js +0 -1
  601. package/dist/stzh-components/p-8d9056de.entry.js +0 -1
  602. package/dist/stzh-components/p-909d7a3c.system.js +0 -1
  603. package/dist/stzh-components/p-90ad5e2c.entry.js +0 -1
  604. package/dist/stzh-components/p-965829a6.system.entry.js +0 -1
  605. package/dist/stzh-components/p-98a972b7.system.entry.js +0 -1
  606. package/dist/stzh-components/p-9a7593f5.entry.js +0 -1
  607. package/dist/stzh-components/p-a10e0117.system.entry.js +0 -1
  608. package/dist/stzh-components/p-ac409e7b.system.entry.js +0 -1
  609. package/dist/stzh-components/p-ad119aca.entry.js +0 -1
  610. package/dist/stzh-components/p-bc34bf07.system.entry.js +0 -1
  611. package/dist/stzh-components/p-bfdce66c.entry.js +0 -1
  612. package/dist/stzh-components/p-c051fc3b.entry.js +0 -1
  613. package/dist/stzh-components/p-c2238fbf.entry.js +0 -1
  614. package/dist/stzh-components/p-c3846ccf.system.entry.js +0 -1
  615. package/dist/stzh-components/p-c6813d9f.system.entry.js +0 -1
  616. package/dist/stzh-components/p-c8009c05.system.entry.js +0 -1
  617. package/dist/stzh-components/p-ce06b4f2.system.js +0 -1
  618. package/dist/stzh-components/p-d00e20ff.entry.js +0 -1
  619. package/dist/stzh-components/p-d26ed018.entry.js +0 -1
  620. package/dist/stzh-components/p-e161760f.system.entry.js +0 -1
  621. package/dist/stzh-components/p-ee711f37.system.entry.js +0 -1
  622. package/dist/stzh-components/p-ee944add.system.entry.js +0 -1
  623. package/dist/stzh-components/p-f8ccf5b1.entry.js +0 -1
  624. package/dist/stzh-components/p-f9039c23.entry.js +0 -1
@@ -1 +1 @@
1
- import{r as i,h,a as t}from"./p-7a4c6adb.js";const s=class{constructor(h){i(this,h),this.variant="default"}render(){return h(t,null,h("section",{class:{"stzh-section":!0,[`stzh-section--${this.variant}`]:!0}},h("slot",null)))}};s.style=".sc-stzh-section-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-section-h{display:none}.sc-stzh-section-h *.sc-stzh-section,.sc-stzh-section-h *.sc-stzh-section::before,.sc-stzh-section-h *.sc-stzh-section::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-section-h{--background-color:var(--stzh-section-background-color)}[variant=highlight].sc-stzh-section-h{--stzh-base-color:var(--stzh-color-grey61);--background-color:var(--stzh-section-highlight-background-color);--highlight-horizontal-padding:var(--stzh-section-highlight-horizontal-padding);--highlight-padding:var(--stzh-space-medium) var(--highlight-horizontal-padding)}@media screen and (min-width: 600px){[variant=highlight].sc-stzh-section-h{--highlight-padding:var(--stzh-space-medium) var(--highlight-horizontal-padding) var(--stzh-space-large)}}@media screen and (min-width: 1024px){[variant=highlight].sc-stzh-section-h{--highlight-padding:var(--stzh-space-large) var(--highlight-horizontal-padding) var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){[variant=highlight].sc-stzh-section-h{--highlight-padding:var(--stzh-space-xlarge) var(--highlight-horizontal-padding) var(--stzh-space-xxlarge)}}.stzh-section--highlight.sc-stzh-section{background-color:var(--background-color);padding:var(--highlight-padding)}";export{s as stzh_section}
1
+ import{r as i,h,a as t}from"./p-9a5ebb1f.js";const s=class{constructor(h){i(this,h),this.variant="default"}render(){return h(t,null,h("section",{class:{"stzh-section":!0,[`stzh-section--${this.variant}`]:!0}},h("slot",null)))}};s.style=".sc-stzh-section-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-section-h{display:none}.sc-stzh-section-h *.sc-stzh-section,.sc-stzh-section-h *.sc-stzh-section::before,.sc-stzh-section-h *.sc-stzh-section::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-section-h{--background-color:var(--stzh-section-background-color)}[variant=highlight].sc-stzh-section-h{--stzh-base-color:var(--stzh-color-grey61);--background-color:var(--stzh-section-highlight-background-color);--highlight-horizontal-padding:var(--stzh-section-highlight-horizontal-padding);--highlight-padding:var(--stzh-space-medium) var(--highlight-horizontal-padding)}@media screen and (min-width: 600px){[variant=highlight].sc-stzh-section-h{--highlight-padding:var(--stzh-space-medium) var(--highlight-horizontal-padding) var(--stzh-space-large)}}@media screen and (min-width: 1024px){[variant=highlight].sc-stzh-section-h{--highlight-padding:var(--stzh-space-large) var(--highlight-horizontal-padding) var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){[variant=highlight].sc-stzh-section-h{--highlight-padding:var(--stzh-space-xlarge) var(--highlight-horizontal-padding) var(--stzh-space-xxlarge)}}.stzh-section--highlight.sc-stzh-section{background-color:var(--background-color);padding:var(--highlight-padding)}";export{s as stzh_section}
@@ -1 +1 @@
1
- System.register(["./p-609bf766.system.js"],(function(i){"use strict";var s,t,e;return{setters:[function(i){s=i.r;t=i.h;e=i.a}],execute:function(){var r=".sc-stzh-skiplink-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-skiplink-h{display:none}.sc-stzh-skiplink-h *.sc-stzh-skiplink,.sc-stzh-skiplink-h *.sc-stzh-skiplink::before,.sc-stzh-skiplink-h *.sc-stzh-skiplink::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-skiplink-h:not([focused]){padding:0 !important;margin:0 !important}.stzh-skiplink.sc-stzh-skiplink{display:inline-block;right:0;top:0;white-space:nowrap;padding:var(--stzh-space-large) var(--stzh-space-xxlarge);border:solid 0.0625rem var(--stzh-color-grey40);border-radius:0.125rem;background:var(--stzh-color-white);color:var(--stzh-color-primary, var(--stzh-color-zueriblue));-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);text-decoration:none}.stzh-skiplink.sc-stzh-skiplink:not(:focus):not(:active){border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}.stzh-skiplink.sc-stzh-skiplink:hover{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}";var o=i("stzh_skiplink",function(){function i(i){s(this,i);this.href=undefined;this.linkAccesskey=undefined;this.linkTitle=undefined;this.focused=false}i.prototype.focusinHandler=function(){this.focused=true};i.prototype.focusoutHandler=function(){this.focused=false};i.prototype.render=function(){return t(e,{focused:this.focused},t("a",{class:"stzh-skiplink",href:this.href,accessKey:this.linkAccesskey,title:this.linkTitle},t("slot",null)))};return i}());o.style=r}}}));
1
+ System.register(["./p-dbdc01c7.system.js"],(function(i){"use strict";var s,t,e;return{setters:[function(i){s=i.r;t=i.h;e=i.a}],execute:function(){var r=".sc-stzh-skiplink-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-skiplink-h{display:none}.sc-stzh-skiplink-h *.sc-stzh-skiplink,.sc-stzh-skiplink-h *.sc-stzh-skiplink::before,.sc-stzh-skiplink-h *.sc-stzh-skiplink::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-skiplink-h:not([focused]){padding:0 !important;margin:0 !important}.stzh-skiplink.sc-stzh-skiplink{display:inline-block;right:0;top:0;white-space:nowrap;padding:var(--stzh-space-large) var(--stzh-space-xxlarge);border:solid 0.0625rem var(--stzh-color-grey40);border-radius:0.125rem;background:var(--stzh-color-white);color:var(--stzh-color-primary, var(--stzh-color-zueriblue));-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);text-decoration:none}.stzh-skiplink.sc-stzh-skiplink:not(:focus):not(:active){border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}.stzh-skiplink.sc-stzh-skiplink:hover{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}";var o=i("stzh_skiplink",function(){function i(i){s(this,i);this.href=undefined;this.linkAccesskey=undefined;this.linkTitle=undefined;this.focused=false}i.prototype.focusinHandler=function(){this.focused=true};i.prototype.focusoutHandler=function(){this.focused=false};i.prototype.render=function(){return t(e,{focused:this.focused},t("a",{class:"stzh-skiplink",href:this.href,accessKey:this.linkAccesskey,title:this.linkTitle},t("slot",null)))};return i}());o.style=r}}}));
@@ -1 +1 @@
1
- import{r as s,h as i,a as l}from"./p-7a4c6adb.js";const t=class{constructor(i){s(this,i)}render(){return i(l,null,i("div",{class:{"stzh-visuallyhidden":!0}},i("slot",null)))}};t.style=".sc-stzh-visuallyhidden-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-visuallyhidden-h{display:none}.sc-stzh-visuallyhidden-h *.sc-stzh-visuallyhidden,.sc-stzh-visuallyhidden-h *.sc-stzh-visuallyhidden::before,.sc-stzh-visuallyhidden-h *.sc-stzh-visuallyhidden::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-visuallyhidden-h .sc-stzh-visuallyhidden-s>*:not(:focus):not(:active){border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}";export{t as stzh_visuallyhidden}
1
+ import{r as s,h as i,a as l}from"./p-9a5ebb1f.js";const t=class{constructor(i){s(this,i)}render(){return i(l,null,i("div",{class:{"stzh-visuallyhidden":!0}},i("slot",null)))}};t.style=".sc-stzh-visuallyhidden-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-visuallyhidden-h{display:none}.sc-stzh-visuallyhidden-h *.sc-stzh-visuallyhidden,.sc-stzh-visuallyhidden-h *.sc-stzh-visuallyhidden::before,.sc-stzh-visuallyhidden-h *.sc-stzh-visuallyhidden::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-visuallyhidden-h .sc-stzh-visuallyhidden-s>*:not(:focus):not(:active){border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}";export{t as stzh_visuallyhidden}
@@ -0,0 +1 @@
1
+ import{r as t,h as e,a as s,g as i}from"./p-9a5ebb1f.js";import{h as r}from"./p-86a29c35.js";const h=class{constructor(e){t(this,e),this.caption="",this.copyright=""}render(){const t=r(this.element,"caption");return e(s,null,e("figure",{class:{"stzh-figure":!0,"stzh-figure--has-caption":t}},e("div",{class:"stzh-figure__element"},e("slot",null)),e("figcaption",{class:"stzh-figure__caption"},this.caption?this.caption:e("slot",{name:"caption"}),e("span",{class:"stzh-figure__copyright"},this.copyright?this.copyright:e("slot",{name:"copyright"})))))}get element(){return i(this)}};h.style=".sc-stzh-figure-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-figure-h{display:none}.sc-stzh-figure-h *.sc-stzh-figure,.sc-stzh-figure-h *.sc-stzh-figure::before,.sc-stzh-figure-h *.sc-stzh-figure::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-figure-h .sc-stzh-figure-s>*{width:100%;max-width:100%}.stzh-figure.sc-stzh-figure{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0}.stzh-figure__element.sc-stzh-figure{display:-ms-flexbox;display:flex}.stzh-figure__caption.sc-stzh-figure{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));margin-top:var(--stzh-space-small)}@media screen and (min-width: 1024px){.stzh-figure__caption.sc-stzh-figure{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}.stzh-figure__caption.sc-stzh-figure:empty{display:none}.stzh-figure__copyright.sc-stzh-figure{font-family:var(--stzh-font-family-medium);font-weight:var(--stzh-font-weight-medium);font-style:normal;font-size:var(--stzh-font-femto-font-size);line-height:var(--stzh-font-femto-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}.stzh-figure__copyright.sc-stzh-figure:not(:empty){margin-left:var(--stzh-space-xxsmall)}";export{h as stzh_figure}
@@ -1 +1 @@
1
- System.register(["./p-609bf766.system.js","./p-0230004d.system.js"],(function(s){"use strict";var t,o,i,n,e;return{setters:[function(s){t=s.r;o=s.h;i=s.a;n=s.g},function(s){e=s.s}],execute:function(){var c=".sc-stzh-actions-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-actions-h{display:none}.sc-stzh-actions-h *.sc-stzh-actions,.sc-stzh-actions-h *.sc-stzh-actions::before,.sc-stzh-actions-h *.sc-stzh-actions::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-actions-h .sc-stzh-actions-s>[slot=primary],.sc-stzh-actions-h .sc-stzh-actions-s>[slot=secondary]{-ms-flex-positive:1;flex-grow:1;margin:var(--stzh-space-xxsmall)}.sc-stzh-actions-h[variant=cta] .sc-stzh-actions-s>[slot=primary],.sc-stzh-actions-h[variant=cta] .sc-stzh-actions-s>[slot=secondary]{-ms-flex-positive:0;flex-grow:0}.stzh-actions__actions.sc-stzh-actions{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:calc(var(--stzh-space-xxsmall) * -1)}@media screen and (min-width: 600px){.stzh-actions__actions.sc-stzh-actions{-ms-flex-direction:row;flex-direction:row}}.stzh-actions__primary-actions.sc-stzh-actions,.stzh-actions__secondary-actions.sc-stzh-actions{display:-ms-flexbox;display:flex}.stzh-actions--dialog.sc-stzh-actions .stzh-actions__actions.sc-stzh-actions{-ms-flex-pack:end;justify-content:flex-end}.stzh-actions--process.sc-stzh-actions .stzh-actions__actions.sc-stzh-actions{-ms-flex-pack:justify;justify-content:space-between}.stzh-actions--has-border.sc-stzh-actions{padding-top:var(--stzh-space-medium);border-top:0.0625rem solid var(--stzh-base-border-color)}";var a=s("stzh_actions",function(){function s(s){var o=this;t(this,s);this.init=function(){var s=o.element.querySelectorAll('stzh-button[slot="secondary"], [slot="secondary"] stzh-button');var t=o.element.querySelectorAll("stzh-button");s.forEach((function(s){e(s,{variant:"secondary"})}));t.forEach((function(s){s.setAttribute("role","listitem")}))};this.variant="form";this.withBorder=false}s.prototype.connectedCallback=function(){this.init();this.observer=new MutationObserver(this.init);this.observer.observe(this.element,{childList:true,subtree:true})};s.prototype.disconnectedCallback=function(){this.observer.disconnect()};s.prototype.render=function(){var s;var t=(s={"stzh-actions":true,"stzh-actions--has-border":this.withBorder},s["stzh-actions--".concat(this.variant)]=!!this.variant,s);return o(i,null,o("div",{class:t},o("div",{class:"stzh-actions__actions",role:"list"},o("div",{class:"stzh-actions__secondary-actions"},o("slot",{name:"secondary"})),o("div",{class:"stzh-actions__primary-actions"},o("slot",{name:"primary"})))))};Object.defineProperty(s.prototype,"element",{get:function(){return n(this)},enumerable:false,configurable:true});return s}());a.style=c}}}));
1
+ System.register(["./p-dbdc01c7.system.js","./p-791bc813.system.js"],(function(s){"use strict";var t,o,i,n,e;return{setters:[function(s){t=s.r;o=s.h;i=s.a;n=s.g},function(s){e=s.s}],execute:function(){var c=".sc-stzh-actions-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-actions-h{display:none}.sc-stzh-actions-h *.sc-stzh-actions,.sc-stzh-actions-h *.sc-stzh-actions::before,.sc-stzh-actions-h *.sc-stzh-actions::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-actions-h .sc-stzh-actions-s>[slot=primary],.sc-stzh-actions-h .sc-stzh-actions-s>[slot=secondary]{-ms-flex-positive:1;flex-grow:1;margin:var(--stzh-space-xxsmall)}.sc-stzh-actions-h[variant=cta] .sc-stzh-actions-s>[slot=primary],.sc-stzh-actions-h[variant=cta] .sc-stzh-actions-s>[slot=secondary]{-ms-flex-positive:0;flex-grow:0}.stzh-actions__actions.sc-stzh-actions{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:calc(var(--stzh-space-xxsmall) * -1)}@media screen and (min-width: 600px){.stzh-actions__actions.sc-stzh-actions{-ms-flex-direction:row;flex-direction:row}}.stzh-actions__primary-actions.sc-stzh-actions,.stzh-actions__secondary-actions.sc-stzh-actions{display:-ms-flexbox;display:flex}.stzh-actions--dialog.sc-stzh-actions .stzh-actions__actions.sc-stzh-actions{-ms-flex-pack:end;justify-content:flex-end}.stzh-actions--process.sc-stzh-actions .stzh-actions__actions.sc-stzh-actions{-ms-flex-pack:justify;justify-content:space-between}.stzh-actions--has-border.sc-stzh-actions{padding-top:var(--stzh-space-medium);border-top:0.0625rem solid var(--stzh-base-border-color)}";var a=s("stzh_actions",function(){function s(s){var o=this;t(this,s);this.init=function(){var s=o.element.querySelectorAll('stzh-button[slot="secondary"], [slot="secondary"] stzh-button');var t=o.element.querySelectorAll("stzh-button");s.forEach((function(s){e(s,{variant:"secondary"})}));t.forEach((function(s){s.setAttribute("role","listitem")}))};this.variant="form";this.withBorder=false}s.prototype.connectedCallback=function(){this.init();this.observer=new MutationObserver(this.init);this.observer.observe(this.element,{childList:true,subtree:true})};s.prototype.disconnectedCallback=function(){this.observer.disconnect()};s.prototype.render=function(){var s;var t=(s={"stzh-actions":true,"stzh-actions--has-border":this.withBorder},s["stzh-actions--".concat(this.variant)]=!!this.variant,s);return o(i,null,o("div",{class:t},o("div",{class:"stzh-actions__actions",role:"list"},o("div",{class:"stzh-actions__secondary-actions"},o("slot",{name:"secondary"})),o("div",{class:"stzh-actions__primary-actions"},o("slot",{name:"primary"})))))};Object.defineProperty(s.prototype,"element",{get:function(){return n(this)},enumerable:false,configurable:true});return s}());a.style=c}}}));
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,s,e,a){function i(t){return t instanceof e?t:new e((function(s){s(t)}))}return new(e||(e=Promise))((function(e,n){function r(t){try{c(a.next(t))}catch(s){n(s)}}function o(t){try{c(a["throw"](t))}catch(s){n(s)}}function c(t){t.done?e(t.value):i(t.value).then(r,o)}c((a=a.apply(t,s||[])).next())}))};var __generator=this&&this.__generator||function(t,s){var e={label:0,sent:function(){if(n[0]&1)throw n[1];return n[1]},trys:[],ops:[]},a,i,n,r;return r={next:o(0),throw:o(1),return:o(2)},typeof Symbol==="function"&&(r[Symbol.iterator]=function(){return this}),r;function o(t){return function(s){return c([t,s])}}function c(r){if(a)throw new TypeError("Generator is already executing.");while(e)try{if(a=1,i&&(n=r[0]&2?i["return"]:r[0]?i["throw"]||((n=i["return"])&&n.call(i),0):i.next)&&!(n=n.call(i,r[1])).done)return n;if(i=0,n)r=[r[0]&2,n.value];switch(r[0]){case 0:case 1:n=r;break;case 4:e.label++;return{value:r[1],done:false};case 5:e.label++;i=r[1];r=[0];continue;case 7:r=e.ops.pop();e.trys.pop();continue;default:if(!(n=e.trys,n=n.length>0&&n[n.length-1])&&(r[0]===6||r[0]===2)){e=0;continue}if(r[0]===3&&(!n||r[1]>n[0]&&r[1]<n[3])){e.label=r[1];break}if(r[0]===6&&e.label<n[1]){e.label=n[1];n=r;break}if(n&&e.label<n[2]){e.label=n[2];e.ops.push(r);break}if(n[2])e.ops.pop();e.trys.pop();continue}r=s.call(t,e)}catch(o){r=[6,o];i=0}finally{a=n=0}if(r[0]&5)throw r[1];return{value:r[0]?r[1]:void 0,done:true}}};System.register(["./p-dbdc01c7.system.js","./p-791bc813.system.js"],(function(t){"use strict";var s,e,a,i,n,r;return{setters:[function(t){s=t.r;e=t.h;a=t.F;i=t.a;n=t.g},function(t){r=t.h}],execute:function(){var o=".sc-stzh-contactaddress-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-contactaddress-h{display:none}.sc-stzh-contactaddress-h *.sc-stzh-contactaddress,.sc-stzh-contactaddress-h *.sc-stzh-contactaddress::before,.sc-stzh-contactaddress-h *.sc-stzh-contactaddress::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-contactaddress-h .sc-stzh-contactaddress-s>[slot=image]{width:5.5rem;height:5.5rem;top:0;left:0;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-bottom:var(--stzh-space-xlarge)}@media screen and (min-width: 800px){.sc-stzh-contactaddress-h .sc-stzh-contactaddress-s>[slot=image]{margin-right:var(--stzh-space-xlarge);margin-bottom:0}}@media screen and (min-width: 800px) and (min-width: 1024px){.sc-stzh-contactaddress-h .sc-stzh-contactaddress-s>[slot=image]{margin-right:var(--stzh-space-xxlarge)}}@media screen and (min-width: 800px) and (min-width: 1260px){.sc-stzh-contactaddress-h .sc-stzh-contactaddress-s>[slot=image]{margin-right:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1260px){.sc-stzh-contactaddress-h .sc-stzh-contactaddress-s>[slot=image]{width:12.25rem;height:12.25rem}}.stzh-contactaddress.sc-stzh-contactaddress{font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing)}@media screen and (min-width: 1024px){.stzh-contactaddress.sc-stzh-contactaddress{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}.stzh-contactaddress.sc-stzh-contactaddress,.stzh-contactaddress__inner-wrapper.sc-stzh-contactaddress{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 800px){.stzh-contactaddress.sc-stzh-contactaddress,.stzh-contactaddress__inner-wrapper.sc-stzh-contactaddress{-ms-flex-direction:row;flex-direction:row}}.stzh-contactaddress__wrapper.sc-stzh-contactaddress{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.stzh-contactaddress__image.sc-stzh-contactaddress{display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}.stzh-contactaddress__pobox.sc-stzh-contactaddress{margin-top:var(--stzh-space-small)}@media screen and (min-width: 1024px){.stzh-contactaddress__pobox.sc-stzh-contactaddress{margin-top:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){.stzh-contactaddress__pobox.sc-stzh-contactaddress{margin-top:var(--stzh-space-large)}}.stzh-contactaddress__main-heading.sc-stzh-contactaddress{margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){.stzh-contactaddress__main-heading.sc-stzh-contactaddress{margin-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){.stzh-contactaddress__main-heading.sc-stzh-contactaddress{margin-bottom:var(--stzh-space-large)}}.stzh-contactaddress__number-link.sc-stzh-contactaddress{color:var(--stzh-link-color);-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);border-radius:var(--stzh-button-border-radius)}.stzh-contactaddress__number-link.sc-stzh-contactaddress:hover,.stzh-contactaddress__number-link.sc-stzh-contactaddress:focus{color:var(--stzh-link-hover-color)}.stzh-contactaddress__info.sc-stzh-contactaddress{-ms-flex-positive:1;flex-grow:1}@media screen and (min-width: 800px){.stzh-contactaddress__info.sc-stzh-contactaddress{-ms-flex-preferred-size:45%;flex-basis:45%}}.stzh-contactaddress__availability-title.sc-stzh-contactaddress{margin-bottom:var(--stzh-space-xsmall)}.stzh-contactaddress__availability.sc-stzh-contactaddress{margin-top:var(--stzh-space-xlarge)}@media screen and (min-width: 800px){.stzh-contactaddress__availability.sc-stzh-contactaddress{margin-left:var(--stzh-space-xlarge);margin-top:0;-ms-flex-preferred-size:55%;flex-basis:55%}}@media screen and (min-width: 800px) and (min-width: 1024px){.stzh-contactaddress__availability.sc-stzh-contactaddress{margin-left:var(--stzh-space-xxlarge)}}@media screen and (min-width: 800px) and (min-width: 1260px){.stzh-contactaddress__availability.sc-stzh-contactaddress{margin-left:var(--stzh-space-xxxlarge)}}.stzh-contactaddress--has-border.sc-stzh-contactaddress{padding-bottom:var(--stzh-space-xlarge);border-bottom:0.0625rem solid var(--stzh-base-border-color)}";function c(t){return t.replace(/\s/g,"")}var d=t("stzh_contactaddress",function(){function t(t){s(this,t);this._numbers=[];this._availability=[];this.availabilityDataItems=[];this.type="Organization";this.heading=undefined;this.mainHeading=undefined;this.name=undefined;this.street=undefined;this.streetInfo=undefined;this.postalCode=undefined;this.location=undefined;this.numbers=[];this.poBoxHeading=undefined;this.poboxTitle=undefined;this.poboxPostalCode=undefined;this.poboxLocation=undefined;this.availabilityTitle=undefined;this.availability=undefined;this.withBorder=false}t.prototype.availabilityWatcher=function(t){if(typeof t==="string"){this._availability=JSON.parse(t)}else{this._availability=t}if(this._availability){this.availabilityDataItems=this._availability.map((function(t){return{value:t.hours.join(" | "),label:t.weekday}}))}};t.prototype.numbersWatcher=function(t){if(typeof t==="string"){this._numbers=JSON.parse(t)}else{this._numbers=t}};t.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){this.numbersWatcher(this.numbers);this.availabilityWatcher(this.availability);return[2]}))}))};t.prototype.render=function(){var t=r(this.element,"image");var s={"stzh-contactaddress":true,"stzh-contactaddress--has-image":t,"stzh-contactaddress--has-border":this.withBorder};return e(i,null,e("div",{class:s,itemscope:true,itemtype:"http://schema.org/".concat(this.type)},e("div",{class:"stzh-contactaddress__image"},e("slot",{name:"image"})),e("div",{class:"stzh-contactaddress__wrapper"},this.mainHeading&&e("stzh-heading",{level:"3",class:"stzh-contactaddress__main-heading",itemprop:this.type==="Organization"&&!this.heading||this.type==="Person"&&!this.name?"name":null,innerHTML:this.mainHeading}),e("div",{class:"stzh-contactaddress__inner-wrapper"},e("div",{class:"stzh-contactaddress__info"},this.heading&&e("stzh-heading",{level:"4",class:"stzh-contactaddress__heading",itemprop:this.type==="Organization"||!this.name?"name":null,innerHTML:this.heading}),this.name&&e("div",{class:"stzh-contactaddress__name",itemprop:this.type==="Person"?"name":null},this.name),(this.street||this.postalCode||this.location)&&e("div",{class:"stzh-contactaddress__address",itemprop:"address",itemscope:true,itemtype:"http://schema.org/PostalAddress"},this.street&&e("div",{class:"stzh-contactaddress__street",itemprop:"streetAddress"},this.street,this.streetInfo&&e(a,null,e("br",null)," ",this.streetInfo)),this.postalCode&&e("span",{class:"stzh-contactaddress__postal-code",itemprop:"postalCode"},this.postalCode," "),this.location&&e("span",{class:"stzh-contactaddress__locality",itemprop:"addressLocality"},this.location)),this._numbers.map((function(t){return e("div",{class:"stzh-contactaddress__number"},e("span",null,t.label," "),e("span",{itemprop:t.type==="fax"?"faxNumber":"telephone"},e("a",{class:"stzh-contactaddress__number-link",href:"".concat(t.type,":").concat(c(t.number))},t.number)))})),(this.poBoxHeading||this.poboxTitle||this.poboxPostalCode||this.poboxLocation)&&e("div",{class:"stzh-contactaddress__pobox"},e("div",{class:"stzh-contactaddress__pobox-heading"},this.poBoxHeading),e("div",{class:"stzh-contactaddress__pobox-title"},this.poboxTitle),e("span",{class:"stzh-contactaddress__pobox-postal-code"},this.poboxPostalCode," "),e("span",{class:"stzh-contactaddress__pobox-locality"},this.poboxLocation))),this.availability&&e("div",{class:"stzh-contactaddress__availability"},this.availabilityTitle&&e("stzh-heading",{level:"4",class:"stzh-contactaddress__availability-title"},this.availabilityTitle),e("stzh-datalist",{hideBorder:true,directionSmall:"vertical",items:this.availabilityDataItems}))))))};Object.defineProperty(t.prototype,"element",{get:function(){return n(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{availability:["availabilityWatcher"],numbers:["numbersWatcher"]}},enumerable:false,configurable:true});return t}());d.style=o}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-dbdc01c7.system.js"],(function(e){"use strict";var s,i,n;return{setters:[function(e){s=e.r;i=e.h;n=e.a}],execute:function(){var l='.sc-stzh-clamp-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-clamp-h{display:none}.sc-stzh-clamp-h *.sc-stzh-clamp,.sc-stzh-clamp-h *.sc-stzh-clamp::before,.sc-stzh-clamp-h *.sc-stzh-clamp::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-clamp-h{--lines:1;width:100%;color:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;font-size:inherit;line-height:inherit}[lines="1"].sc-stzh-clamp-h{--lines:1}[lines="2"].sc-stzh-clamp-h{--lines:2}[lines="3"].sc-stzh-clamp-h{--lines:3}[lines="4"].sc-stzh-clamp-h{--lines:4}[lines="5"].sc-stzh-clamp-h{--lines:5}@media screen and (min-width: 600px){[lines-small="1"].sc-stzh-clamp-h{--lines:1}}@media screen and (min-width: 600px){[lines-small="2"].sc-stzh-clamp-h{--lines:2}}@media screen and (min-width: 600px){[lines-small="3"].sc-stzh-clamp-h{--lines:3}}@media screen and (min-width: 600px){[lines-small="4"].sc-stzh-clamp-h{--lines:4}}@media screen and (min-width: 600px){[lines-small="5"].sc-stzh-clamp-h{--lines:5}}@media screen and (min-width: 800px){[lines-smallheader="1"].sc-stzh-clamp-h{--lines:1}}@media screen and (min-width: 800px){[lines-smallheader="2"].sc-stzh-clamp-h{--lines:2}}@media screen and (min-width: 800px){[lines-smallheader="3"].sc-stzh-clamp-h{--lines:3}}@media screen and (min-width: 800px){[lines-smallheader="4"].sc-stzh-clamp-h{--lines:4}}@media screen and (min-width: 800px){[lines-smallheader="5"].sc-stzh-clamp-h{--lines:5}}@media screen and (min-width: 1024px){[lines-medium="1"].sc-stzh-clamp-h{--lines:1}}@media screen and (min-width: 1024px){[lines-medium="2"].sc-stzh-clamp-h{--lines:2}}@media screen and (min-width: 1024px){[lines-medium="3"].sc-stzh-clamp-h{--lines:3}}@media screen and (min-width: 1024px){[lines-medium="4"].sc-stzh-clamp-h{--lines:4}}@media screen and (min-width: 1024px){[lines-medium="5"].sc-stzh-clamp-h{--lines:5}}@media screen and (min-width: 1260px){[lines-large="1"].sc-stzh-clamp-h{--lines:1}}@media screen and (min-width: 1260px){[lines-large="2"].sc-stzh-clamp-h{--lines:2}}@media screen and (min-width: 1260px){[lines-large="3"].sc-stzh-clamp-h{--lines:3}}@media screen and (min-width: 1260px){[lines-large="4"].sc-stzh-clamp-h{--lines:4}}@media screen and (min-width: 1260px){[lines-large="5"].sc-stzh-clamp-h{--lines:5}}@media screen and (min-width: 1440px){[lines-ultra="1"].sc-stzh-clamp-h{--lines:1}}@media screen and (min-width: 1440px){[lines-ultra="2"].sc-stzh-clamp-h{--lines:2}}@media screen and (min-width: 1440px){[lines-ultra="3"].sc-stzh-clamp-h{--lines:3}}@media screen and (min-width: 1440px){[lines-ultra="4"].sc-stzh-clamp-h{--lines:4}}@media screen and (min-width: 1440px){[lines-ultra="5"].sc-stzh-clamp-h{--lines:5}}.stzh-clamp.sc-stzh-clamp{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--lines);line-clamp:var(--lines);overflow:hidden}';var a=e("stzh_clamp",function(){function e(e){s(this,e);this.lines=1;this.linesSmall=0;this.linesMedium=0;this.linesLarge=0;this.linesUltra=0}e.prototype.render=function(){var e={"stzh-clamp":true};return i(n,null,i("div",{class:e},i("slot",null)))};return e}());a.style=l}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-dbdc01c7.system.js"],(function(n){"use strict";var e,t,a,s,o;return{setters:[function(n){e=n.r;t=n.c;a=n.h;s=n.a;o=n.g}],execute:function(){var r=".sc-stzh-langnav-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-langnav-h{display:none}.sc-stzh-langnav-h *.sc-stzh-langnav,.sc-stzh-langnav-h *.sc-stzh-langnav::before,.sc-stzh-langnav-h *.sc-stzh-langnav::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-langnav-h{--dropdown-color:var(--stzh-color-grey61)}.stzh-langnav__dropdown.sc-stzh-langnav{--color:var(--dropdown-color)}";var l=n("stzh_langnav",function(){function n(n){var a=this;e(this,n);this.stzhChange=t(this,"stzhChange",7);this.handleChange=function(n){a.stzhChange.emit({component:"stzh-langnav",value:n.detail.value});if(!a.preventUrlchange){window.location.href=n.detail.value}};this.languageActive=undefined;this.languages=undefined;this.popoverPlacement="bottom";this.preventUrlchange=false}n.prototype.render=function(){var n={"stzh-langnav":true};return a(s,null,a("div",{class:n},a("stzh-dropdown",{class:"stzh-langnav__dropdown","no-search":true,icon:"world-globe",size:"small",variant:"plain",popoverPlacement:this.popoverPlacement,items:this.languageActive?[this.languageActive]:null,options:this.languages,onStzhChange:this.handleChange})))};Object.defineProperty(n.prototype,"element",{get:function(){return o(this)},enumerable:false,configurable:true});return n}());l.style=r}}}));
@@ -0,0 +1 @@
1
+ import{r as t,h as s,F as i,a as e,g as r}from"./p-9a5ebb1f.js";import{a}from"./p-53934cfd.js";import{f as c}from"./p-25a09313.js";import{c as z}from"./p-c8bcceac.js";import{VBZ as h}from"./index.esm.js";const l=class{constructor(s){t(this,s),this.globalDisturbances=[],this.lines=[],this.counter={[`${h.DISTURBANCE_GLOBAL}`]:0,[`${h.DISTURBANCE_INFORMATION}`]:0,[`${h.DISTURBANCE_CONSTRUCTION}`]:0,[`${h.DISTURBANCE_NORMAL}`]:0,[`${h.DISTURBANCE_EVENT}`]:0,[`${h.DISTURBANCE_BUS}`]:0},this.api="https://fpbe.zvv.ch/restproxy/himsearch?format=json&accessId=unic&channels=ticker&additionalfields=tickers:VBZ&orderBy=LMOD_DESC&lang={lang}",this.data="",this.moreInfoLink="https://zvv.ch/zvv/{lang}/fahrplan/vl.html?himIds={id}",this.dateAdapter=void 0,this.localization=void 0}localizationWatcher(){this.collator=new Intl.Collator(this.localization.$locale,{numeric:!0})}async apiWatcher(t){if(!t)return;let s=this.api.replace(/\{lang\}/,this.localization.$locale);s=s+(s.includes("?")?"&":"?")+Date.now();const{data:i}=await a.get(s);this.data=i}async dataWatcher(t){var s,i;this._data="string"==typeof t?JSON.parse(t):t;const e={};null===(i=null===(s=this._data)||void 0===s?void 0:s.Message)||void 0===i||i.forEach((t=>{const s=t.channel.filter((t=>t.name===h.CHANNEL_TICKER&&t.url)).map((t=>t.url)).reduce(((t,s)=>t.concat(s)),[]).find((t=>-1!==t.url.indexOf(h.CHANNEL_INFO_URL_FILTER)));t.baseType===h.BASE_TYPE_GLOBAL?(this.counter[h.DISTURBANCE_GLOBAL]++,this.globalDisturbances.push({id:t.id,head:t.head,category:t.category,baseType:t.baseType,startDate:new Date(`${t.sDate}T${t.sTime}+02:00`),endDate:new Date(`${t.eDate}T${t.eTime}+02:00`),altStart:t.altStart,altEnd:t.altEnd,infoUrl:s})):this.counter[t.category]++,t.affectedProduct&&t.category!==h.DISTURBANCE_INFORMATION&&t.baseType!==h.BASE_TYPE_GLOBAL&&t.affectedProduct.forEach((i=>{void 0===e[i.lineId]&&(e[i.lineId]={line:i.line,name:i.name,category:i.cls,disturbances:[],alert:!1}),t.category===h.DISTURBANCE_NORMAL&&(e[i.lineId].alert=!0),e[i.lineId].disturbances.push({id:t.id,head:t.head,category:t.category,baseType:t.baseType,startDate:new Date(`${t.sDate}T${t.sTime}+02:00`),endDate:new Date(`${t.eDate}T${t.eTime}+02:00`),altStart:t.altStart,altEnd:t.altEnd,infoUrl:s})}))})),this.lines=Object.keys(e).map((t=>e[t])),this.lines.sort(((t,s)=>this.collator.compare(t.line,s.line)))}async componentWillLoad(){this.localization||(this.localization=await c(this.element,"vbz-ticker"),this.localizationWatcher()),this.dateAdapter||(this.dateAdapter=z(this.localization.$formats,this.localization.$globals)),this.data?await this.dataWatcher(this.data):await this.apiWatcher(this.api)}renderDisturbance(t){return s("div",{class:{"stzh-vbz-ticker__disturbance":!0,[`stzh-vbz-ticker__disturbance--type${t.category}`]:!!t.category}},s("stzh-icon",t.category===h.DISTURBANCE_NORMAL||t.baseType===h.BASE_TYPE_GLOBAL?{name:"warning-big",class:"stzh-vbz-ticker__disturbance-icon"}:{name:"construction",class:"stzh-vbz-ticker__disturbance-icon"}),s("div",{class:"stzh-vbz-ticker__disturbance-text"},s("div",{class:"stzh-vbz-ticker__disturbance-title"},t.head),s("div",{class:"stzh-vbz-ticker__disturbance-date"},t.altStart||this.dateAdapter.format(t.startDate),s("span",{innerHTML:this.localization.$formats.dateRange}),t.altEnd||this.dateAdapter.format(t.endDate)),s("stzh-link",t.infoUrl?{class:"stzh-vbz-ticker__disturbance-link",size:"small",href:t.infoUrl.url}:{class:"stzh-vbz-ticker__disturbance-link",size:"small",target:"_blank",icon:"external-link",href:this.moreInfoLink.replace(/\{lang\}/,this.localization.$locale).replace(/\{id\}/,t.id)},this.localization.moreInfo)))}render(){return s(e,null,s("div",{class:{"stzh-vbz-ticker":!0}},s("div",{class:"stzh-vbz-ticker__text"},s("div",{class:"stzh-vbz-ticker__title"},s("div",{class:"stzh-vbz-ticker__title-parts"},0===this.lines.length&&0===this.counter[h.DISTURBANCE_GLOBAL]&&s("div",{class:"stzh-vbz-ticker__title-part stzh-vbz-ticker__title-part--no-disturbances"},s("stzh-icon",{class:"stzh-vbz-ticker__icon",name:"checkmark-circle"}),this.localization.noDisturbances),this.counter[h.DISTURBANCE_NORMAL]>0&&s("div",{class:"stzh-vbz-ticker__title-part stzh-vbz-ticker__title-part--disturbances"},s("stzh-icon",{class:"stzh-vbz-ticker__icon",name:"warning"}),this.counter[h.DISTURBANCE_GLOBAL]>0?this.localization.furtherDisturbanceTitle:this.localization.disturbanceTitle),(this.counter[h.DISTURBANCE_CONSTRUCTION]>0||this.counter[h.DISTURBANCE_EVENT]>0||this.counter[h.DISTURBANCE_BUS]>0)&&s("div",{class:"stzh-vbz-ticker__title-part stzh-vbz-ticker__title-part--others"},s("stzh-icon",{class:"stzh-vbz-ticker__icon",name:"construction"}),this.localization.constructionsTitle))),(this.lines.length>0||this.counter[h.DISTURBANCE_GLOBAL]>0)&&s(i,null,s("div",{class:"stzh-vbz-ticker__chips",role:"list"},this.lines.map((t=>s("div",{class:"stzh-vbz-ticker__chip",role:"listitem"},s("stzh-tooltip",{class:"stzh-vbz-ticker__tooltip"},s("stzh-vbz-linechip",{line:t.line,alert:t.alert}),s("div",{class:"stzh-vbz-ticker__tooltip-content",slot:"content"},t.disturbances.map((t=>this.renderDisturbance(t))))))))))),s("div",{class:"stzh-vbz-ticker__link"},s("slot",{name:"link"}))))}get element(){return r(this)}static get watchers(){return{localization:["localizationWatcher"],api:["apiWatcher"],data:["dataWatcher"]}}};l.style=".sc-stzh-vbz-ticker-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-vbz-ticker-h{display:none}.sc-stzh-vbz-ticker-h *.sc-stzh-vbz-ticker,.sc-stzh-vbz-ticker-h *.sc-stzh-vbz-ticker::before,.sc-stzh-vbz-ticker-h *.sc-stzh-vbz-ticker::after{-webkit-box-sizing:border-box;box-sizing:border-box}.stzh-vbz-ticker.sc-stzh-vbz-ticker{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}@media screen and (min-width: 1024px){.stzh-vbz-ticker.sc-stzh-vbz-ticker{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start}}.stzh-vbz-ticker__icon.sc-stzh-vbz-ticker{--size:var(--stzh-icon-size-small);margin-right:var(--stzh-space-xsmall)}.stzh-vbz-ticker__title.sc-stzh-vbz-ticker{font-family:var(--stzh-font-family-medium);font-weight:var(--stzh-font-weight-medium);font-style:normal;font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 1024px){.stzh-vbz-ticker__title.sc-stzh-vbz-ticker{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}.stzh-vbz-ticker__title-parts.sc-stzh-vbz-ticker{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:calc(var(--stzh-space-xxxsmall) / -1) 0}.stzh-vbz-ticker__title-part.sc-stzh-vbz-ticker{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;white-space:nowrap;margin:var(--stzh-space-xxxsmall) 0}.stzh-vbz-ticker__title-part.sc-stzh-vbz-ticker:not(:last-child){margin-right:var(--stzh-space-large)}.stzh-vbz-ticker__title-part--no-disturbances.sc-stzh-vbz-ticker{color:var(--stzh-color-truegreen)}.stzh-vbz-ticker__title-part--major-events.sc-stzh-vbz-ticker{color:var(--stzh-color-coral)}.stzh-vbz-ticker__title-part--disturbances.sc-stzh-vbz-ticker{color:var(--stzh-color-error)}.stzh-vbz-ticker__link.sc-stzh-vbz-ticker{margin-top:var(--stzh-space-small)}@media screen and (min-width: 1024px){.stzh-vbz-ticker__link.sc-stzh-vbz-ticker{position:absolute;top:0;right:0;margin-top:0}}.stzh-vbz-ticker__chips.sc-stzh-vbz-ticker{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.stzh-vbz-ticker__chips.sc-stzh-vbz-ticker:not(:empty){margin:calc(var(--stzh-space-xxsmall) * -1);margin-top:calc(var(--stzh-space-medium) - var(--stzh-space-xxsmall))}.stzh-vbz-ticker__chip.sc-stzh-vbz-ticker{margin:var(--stzh-space-xxsmall)}.stzh-vbz-ticker__tooltip.sc-stzh-vbz-ticker{--width:20.875rem}.stzh-vbz-ticker__disturbance.sc-stzh-vbz-ticker{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.stzh-vbz-ticker__disturbance.sc-stzh-vbz-ticker:not(:first-child){margin-top:var(--stzh-space-small)}.stzh-vbz-ticker__disturbance--type0.sc-stzh-vbz-ticker .stzh-vbz-ticker__disturbance-title.sc-stzh-vbz-ticker,.stzh-vbz-ticker__disturbance--type0.sc-stzh-vbz-ticker .stzh-vbz-ticker__disturbance-icon.sc-stzh-vbz-ticker,.stzh-vbz-ticker__disturbance--type2.sc-stzh-vbz-ticker .stzh-vbz-ticker__disturbance-title.sc-stzh-vbz-ticker,.stzh-vbz-ticker__disturbance--type2.sc-stzh-vbz-ticker .stzh-vbz-ticker__disturbance-icon.sc-stzh-vbz-ticker{color:var(--stzh-color-error)}.stzh-vbz-ticker__disturbance-title.sc-stzh-vbz-ticker{font-family:var(--stzh-font-family-medium);font-weight:var(--stzh-font-weight-medium);font-style:normal;display:-ms-flexbox;display:flex}.stzh-vbz-ticker__disturbance--type0.sc-stzh-vbz-ticker .stzh-vbz-ticker__disturbance-title.sc-stzh-vbz-ticker,.stzh-vbz-ticker__disturbance--type2.sc-stzh-vbz-ticker .stzh-vbz-ticker__disturbance-title.sc-stzh-vbz-ticker{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal}.stzh-vbz-ticker__disturbance-icon.sc-stzh-vbz-ticker{--size:var(--stzh-icon-size-xsmall);margin-top:var(--stzh-space-xxxsmall);margin-right:var(--stzh-space-xsmall)}.stzh-vbz-ticker__disturbance-link.sc-stzh-vbz-ticker{margin-top:var(--stzh-space-xsmall)}";export{l as stzh_vbz_ticker}
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,s,i,n){function e(t){return t instanceof i?t:new i((function(s){s(t)}))}return new(i||(i=Promise))((function(i,h){function r(t){try{p(n.next(t))}catch(s){h(s)}}function u(t){try{p(n["throw"](t))}catch(s){h(s)}}function p(t){t.done?i(t.value):e(t.value).then(r,u)}p((n=n.apply(t,s||[])).next())}))};var __generator=this&&this.__generator||function(t,s){var i={label:0,sent:function(){if(h[0]&1)throw h[1];return h[1]},trys:[],ops:[]},n,e,h,r;return r={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(r[Symbol.iterator]=function(){return this}),r;function u(t){return function(s){return p([t,s])}}function p(r){if(n)throw new TypeError("Generator is already executing.");while(i)try{if(n=1,e&&(h=r[0]&2?e["return"]:r[0]?e["throw"]||((h=e["return"])&&h.call(e),0):e.next)&&!(h=h.call(e,r[1])).done)return h;if(e=0,h)r=[r[0]&2,h.value];switch(r[0]){case 0:case 1:h=r;break;case 4:i.label++;return{value:r[1],done:false};case 5:i.label++;e=r[1];r=[0];continue;case 7:r=i.ops.pop();i.trys.pop();continue;default:if(!(h=i.trys,h=h.length>0&&h[h.length-1])&&(r[0]===6||r[0]===2)){i=0;continue}if(r[0]===3&&(!h||r[1]>h[0]&&r[1]<h[3])){i.label=r[1];break}if(r[0]===6&&i.label<h[1]){i.label=h[1];h=r;break}if(h&&i.label<h[2]){i.label=h[2];i.ops.push(r);break}if(h[2])i.ops.pop();i.trys.pop();continue}r=s.call(t,i)}catch(u){r=[6,u];e=0}finally{n=h=0}if(r[0]&5)throw r[1];return{value:r[0]?r[1]:void 0,done:true}}};System.register(["./p-dbdc01c7.system.js","./p-791bc813.system.js","./p-a408bfba.system.js","./p-d2f6fb1b.system.js"],(function(t){"use strict";var s,i,n,e,h,r,u,p;return{setters:[function(t){s=t.r;i=t.c;n=t.h;e=t.a;h=t.g},function(t){r=t.h},function(t){u=t.f},function(t){p=t.S}],execute:function(){var a='.sc-stzh-input-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-input-h{display:none}.sc-stzh-input-h *.sc-stzh-input,.sc-stzh-input-h *.sc-stzh-input::before,.sc-stzh-input-h *.sc-stzh-input::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-input-h{width:100%;border-radius:var(--stzh-form-input-border-radius)}.sc-stzh-input-h .sc-stzh-input-s>[slot=button-right],.stzh-input__button-right.sc-stzh-input{position:absolute;top:0;right:0}.sc-stzh-input-h .sc-stzh-input-s>stzh-button[slot=button-right][variant=input],.sc-stzh-input-h .sc-stzh-input-s>[slot=button-right] stzh-button[variant=input],.stzh-input__button-right[variant=input].sc-stzh-input{--border-color:transparent;--hover-border-color:transparent}.stzh-input.sc-stzh-input{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}.stzh-input__marker-symbol.sc-stzh-input{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}.stzh-input__marker-text.sc-stzh-input{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}.stzh-input__description-wrapper.sc-stzh-input{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.stzh-input__error.sc-stzh-input,.stzh-input__description.sc-stzh-input{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);color:var(--stzh-base-color)}.stzh-input__error.sc-stzh-input{color:var(--stzh-color-error)}.stzh-input__error-list.sc-stzh-input{list-style:none;margin:0;padding:0}.stzh-input__description.sc-stzh-input{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.stzh-input__description-long.sc-stzh-input{margin-left:var(--stzh-space-xxsmall);margin-top:0.1875rem}.stzh-input__description-long-popover.sc-stzh-input{--width:auto;--max-width:27.3125rem}.stzh-input__description-long-popover[open].sc-stzh-input:not([open=false]) .stzh-input__description-long-button.sc-stzh-input{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-input__description-long-button.sc-stzh-input{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:none;background-color:transparent;border-radius:0.5rem;cursor:pointer;-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);color:var(--stzh-base-lead-color)}.stzh-input__description-long-button.sc-stzh-input:hover{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-input.sc-stzh-input stzh-icon.stzh-input__description-long-icon.sc-stzh-input{--size:var(--stzh-icon-size-xsmall)}.stzh-input--has-error.sc-stzh-input .stzh-input__error.sc-stzh-input,.stzh-input--has-description.sc-stzh-input .stzh-input__description.sc-stzh-input{margin-top:var(--stzh-space-xxsmall)}.stzh-input__field-wrapper.sc-stzh-input{position:relative;display:-ms-flexbox;display:flex}.stzh-input__input.sc-stzh-input{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing);border:0.0625rem solid var(--stzh-color-grey61);-webkit-transition-property:color, border-color;transition-property:color, border-color;-webkit-transition-duration:var(--stzh-base-transition-animation-speed);transition-duration:var(--stzh-base-transition-animation-speed);border-radius:var(--stzh-form-input-border-radius);padding:var(--stzh-space-xsmall) var(--stzh-space-medium);width:100%;color:var(--stzh-color-primary, var(--stzh-color-zueriblue));background:var(--stzh-color-white);-webkit-appearance:none;-moz-appearance:none;appearance:none}.stzh-input__input.sc-stzh-input::-webkit-input-placeholder{color:var(--stzh-color-grey61)}.stzh-input__input.sc-stzh-input:-moz-placeholder{color:var(--stzh-color-grey61)}.stzh-input__input.sc-stzh-input::-moz-placeholder{color:var(--stzh-color-grey61)}.stzh-input__input.sc-stzh-input:-ms-input-placeholder{color:var(--stzh-color-grey61)}.stzh-input__input.sc-stzh-input:hover,.stzh-input__input.sc-stzh-input:focus{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));border-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-input__input.sc-stzh-input::-ms-clear{display:none}.stzh-input__input.sc-stzh-input:-webkit-autofill{-webkit-background-clip:text;background-clip:text}.stzh-input__input.sc-stzh-input:-moz-placeholder-shown{text-overflow:ellipsis}.stzh-input__input.sc-stzh-input:-ms-input-placeholder{text-overflow:ellipsis}.stzh-input__input.sc-stzh-input:placeholder-shown{text-overflow:ellipsis}.stzh-input__input[type=search].sc-stzh-input::-webkit-search-decoration,.stzh-input__input[type=search].sc-stzh-input::-webkit-search-cancel-button,.stzh-input__input[type=search].sc-stzh-input::-webkit-search-results-button,.stzh-input__input[type=search].sc-stzh-input::-webkit-search-results-decoration{-webkit-appearance:none}.stzh-input__input--input.sc-stzh-input{height:var(--stzh-form-input-height)}.stzh-input__input--textarea.sc-stzh-input{min-height:var(--stzh-form-input-height);resize:vertical}.stzh-input__label.sc-stzh-input{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--stzh-color-grey61);width:auto;position:absolute;top:calc(var(--stzh-form-input-height) / 2);left:calc(var(--stzh-space-medium) + 0.0625rem);max-width:calc(100% - var(--stzh-space-medium) * 2);-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all var(--stzh-base-transition-animation-speed);transition:all var(--stzh-base-transition-animation-speed);pointer-events:none}.stzh-input__label.sc-stzh-input:empty{display:none}.stzh-input__label.sc-stzh-input::before{content:"";display:none;background:var(--stzh-color-white);position:absolute;width:100%;z-index:-1;left:0;top:50%;margin-top:-0.03125rem;height:0.125rem}.stzh-input__input.sc-stzh-input:hover+.stzh-input__label.sc-stzh-input,.stzh-input__input.sc-stzh-input:focus+.stzh-input__label.sc-stzh-input{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-input__button-right.sc-stzh-input{display:none}.stzh-input__button-right[disabled].sc-stzh-input:not([disabled=false])[variant=input]{--color:var(--stzh-color-grey61);--background-color:transparent;--border-color:transparent;--hover-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));--hover-background-color:transparent;--hover-border-color:transparent}.stzh-input--is-clearable.stzh-input--is-filled.sc-stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__button-right.sc-stzh-input,.stzh-input--type-search.sc-stzh-input .stzh-input__button-right.sc-stzh-input{display:block}.stzh-input--type-search.sc-stzh-input:not(.stzh-input--is-filled) .stzh-input__button-right.sc-stzh-input,.stzh-input--type-search.stzh-input--is-readonly.sc-stzh-input .stzh-input__button-right.sc-stzh-input,.stzh-input--type-search.stzh-input--is-disabled.sc-stzh-input .stzh-input__button-right.sc-stzh-input{pointer-events:none}.stzh-input--is-filled.sc-stzh-input .stzh-input__button-right.is-search.sc-stzh-input{pointer-events:initial}.stzh-input.sc-stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__input.sc-stzh-input:focus+.stzh-input__label.sc-stzh-input,.stzh-input--has-fixed-label.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--is-filled.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--is-readonly.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--is-disabled.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--is-invalid.sc-stzh-input .stzh-input__label.sc-stzh-input{display:block;top:0;left:calc(var(--stzh-space-medium) - var(--stzh-space-xxsmall));height:1.25rem;line-height:1.25rem;padding:0 var(--stzh-space-xxsmall);max-width:calc(100% - var(--stzh-space-small) * 2);pointer-events:all}.stzh-input.sc-stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__input.sc-stzh-input:focus+.stzh-input__label.sc-stzh-input:not(:empty)::before,.stzh-input--has-fixed-label.sc-stzh-input .stzh-input__label.sc-stzh-input:not(:empty)::before,.stzh-input--is-filled.sc-stzh-input .stzh-input__label.sc-stzh-input:not(:empty)::before,.stzh-input--is-readonly.sc-stzh-input .stzh-input__label.sc-stzh-input:not(:empty)::before,.stzh-input--is-disabled.sc-stzh-input .stzh-input__label.sc-stzh-input:not(:empty)::before,.stzh-input--is-invalid.sc-stzh-input .stzh-input__label.sc-stzh-input:not(:empty)::before{display:block}.stzh-input--has-button-right.sc-stzh-input .stzh-input__input.sc-stzh-input{padding-right:calc(var(--stzh-space-xsmall) + var(--stzh-form-input-height))}.stzh-input--has-button-right.sc-stzh-input .stzh-input__label.sc-stzh-input{max-width:calc(100% - (var(--stzh-space-medium) + 0.0625rem) * 2 - var(--stzh-form-input-height))}.stzh-input--has-button-right.stzh-input.sc-stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__input.sc-stzh-input:focus+.stzh-input__label.sc-stzh-input,.stzh-input--has-button-right.stzh-input--has-fixed-label.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--has-button-right.stzh-input--is-filled.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--has-button-right.stzh-input--is-readonly.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--has-button-right.stzh-input--is-disabled.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--has-button-right.stzh-input--is-invalid.sc-stzh-input .stzh-input__label.sc-stzh-input{max-width:calc(100% - var(--stzh-space-medium) - var(--stzh-space-xxsmall) - 0.0625rem + var(--stzh-space-xxsmall) - var(--stzh-form-input-height))}.stzh-input--size-small.sc-stzh-input{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}.stzh-input--size-small.sc-stzh-input .stzh-input__input.sc-stzh-input{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}.stzh-input--size-small.sc-stzh-input .stzh-input__input--input.sc-stzh-input{height:var(--stzh-form-input-small-height)}.stzh-input--size-small.sc-stzh-input .stzh-input__input--textarea.sc-stzh-input{min-height:var(--stzh-form-input-small-height)}.stzh-input--size-small.sc-stzh-input .stzh-input__label.sc-stzh-input{top:calc(var(--stzh-form-input-small-height) / 2)}.stzh-input--size-small.stzh-input.sc-stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__input.sc-stzh-input:focus+.stzh-input__label.sc-stzh-input,.stzh-input--size-small.stzh-input--has-fixed-label.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--size-small.stzh-input--is-filled.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--size-small.stzh-input--is-readonly.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--size-small.stzh-input--is-disabled.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--size-small.stzh-input--is-invalid.sc-stzh-input .stzh-input__label.sc-stzh-input{top:0}.stzh-input--size-small.stzh-input--has-button-right.sc-stzh-input .stzh-input__input.sc-stzh-input{padding-right:calc(var(--stzh-space-xxsmall) + var(--stzh-form-input-small-height))}.stzh-input--size-small.stzh-input--has-button-right.sc-stzh-input .stzh-input__label.sc-stzh-input{max-width:calc(100% - (var(--stzh-space-medium) + 0.0625rem) * 2 - var(--stzh-form-input-small-height))}.stzh-input--size-small.stzh-input--has-button-right.stzh-input.sc-stzh-input:not(.stzh-input--is-readonly):not(.stzh-input--is-disabled) .stzh-input__input.sc-stzh-input:focus+.stzh-input__label.sc-stzh-input,.stzh-input--size-small.stzh-input--has-button-right.stzh-input--has-fixed-label.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--size-small.stzh-input--has-button-right.stzh-input--is-filled.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--size-small.stzh-input--has-button-right.stzh-input--is-readonly.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--size-small.stzh-input--has-button-right.stzh-input--is-disabled.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--size-small.stzh-input--has-button-right.stzh-input--is-invalid.sc-stzh-input .stzh-input__label.sc-stzh-input{max-width:calc(100% - var(--stzh-space-medium) - var(--stzh-space-xxsmall) - 0.0625rem + var(--stzh-space-xsmall) - var(--stzh-form-input-small-height))}.stzh-input.sc-stzh-input:not(.stzh-input--has-spin) .stzh-input__input.sc-stzh-input::-webkit-outer-spin-button,.stzh-input.sc-stzh-input:not(.stzh-input--has-spin) .stzh-input__input.sc-stzh-input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.stzh-input.sc-stzh-input:not(.stzh-input--has-spin) .stzh-input__input[type=number].sc-stzh-input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.stzh-input--is-invalid.sc-stzh-input .stzh-input__input.sc-stzh-input,.stzh-input--is-invalid.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--is-invalid.sc-stzh-input .stzh-input__input.sc-stzh-input+.stzh-input__label.sc-stzh-input{color:var(--stzh-color-error)}.stzh-input--is-invalid.sc-stzh-input .stzh-input__input.sc-stzh-input{border-color:var(--stzh-color-error)}.stzh-input--is-invalid.sc-stzh-input .stzh-input__input.sc-stzh-input::-webkit-input-placeholder{color:var(--stzh-color-error)}.stzh-input--is-invalid.sc-stzh-input .stzh-input__input.sc-stzh-input:-moz-placeholder{color:var(--stzh-color-error)}.stzh-input--is-invalid.sc-stzh-input .stzh-input__input.sc-stzh-input::-moz-placeholder{color:var(--stzh-color-error)}.stzh-input--is-invalid.sc-stzh-input .stzh-input__input.sc-stzh-input:-ms-input-placeholder{color:var(--stzh-color-error)}.stzh-input--is-readonly.sc-stzh-input .stzh-input__input.sc-stzh-input,.stzh-input--is-readonly.sc-stzh-input .stzh-input__input.sc-stzh-input+.stzh-input__label.sc-stzh-input,.stzh-input--is-disabled.sc-stzh-input .stzh-input__input.sc-stzh-input,.stzh-input--is-disabled.sc-stzh-input .stzh-input__input.sc-stzh-input+.stzh-input__label.sc-stzh-input{color:var(--stzh-color-grey61)}.stzh-input--is-readonly.sc-stzh-input .stzh-input__input.sc-stzh-input,.stzh-input--is-disabled.sc-stzh-input .stzh-input__input.sc-stzh-input{color:var(--stzh-color-grey61);border-color:transparent;background-color:var(--stzh-color-black8);cursor:not-allowed}.stzh-input--is-readonly.sc-stzh-input .stzh-input__input.sc-stzh-input::-webkit-input-placeholder,.stzh-input--is-disabled.sc-stzh-input .stzh-input__input.sc-stzh-input::-webkit-input-placeholder{color:var(--stzh-color-grey61)}.stzh-input--is-readonly.sc-stzh-input .stzh-input__input.sc-stzh-input:-moz-placeholder,.stzh-input--is-disabled.sc-stzh-input .stzh-input__input.sc-stzh-input:-moz-placeholder{color:var(--stzh-color-grey61)}.stzh-input--is-readonly.sc-stzh-input .stzh-input__input.sc-stzh-input::-moz-placeholder,.stzh-input--is-disabled.sc-stzh-input .stzh-input__input.sc-stzh-input::-moz-placeholder{color:var(--stzh-color-grey61)}.stzh-input--is-readonly.sc-stzh-input .stzh-input__input.sc-stzh-input:-ms-input-placeholder,.stzh-input--is-disabled.sc-stzh-input .stzh-input__input.sc-stzh-input:-ms-input-placeholder{color:var(--stzh-color-grey61)}.stzh-input--is-readonly.sc-stzh-input .stzh-input__input.sc-stzh-input:hover,.stzh-input--is-readonly.sc-stzh-input .stzh-input__input.sc-stzh-input:focus,.stzh-input--is-disabled.sc-stzh-input .stzh-input__input.sc-stzh-input:hover,.stzh-input--is-disabled.sc-stzh-input .stzh-input__input.sc-stzh-input:focus{border-color:transparent}.stzh-input--is-readonly.sc-stzh-input .stzh-input__label.sc-stzh-input,.stzh-input--is-disabled.sc-stzh-input .stzh-input__label.sc-stzh-input{cursor:not-allowed}.stzh-input--is-readonly.sc-stzh-input .stzh-input__label.sc-stzh-input::before,.stzh-input--is-disabled.sc-stzh-input .stzh-input__label.sc-stzh-input::before{background:transparent}.stzh-input--is-readonly.sc-stzh-input .stzh-input__button-right[disabled].sc-stzh-input:not([disabled=false])[variant=input],.stzh-input--is-disabled.sc-stzh-input .stzh-input__button-right[disabled].sc-stzh-input:not([disabled=false])[variant=input]{--color:var(--stzh-color-grey61);--hover-color:var(--stzh-color-grey61)}';var o=0;var l=t("stzh_input",function(){function t(t){var n=this;s(this,t);this.stzhChange=i(this,"stzhChange",7);this.stzhFocus=i(this,"stzhFocus",7);this.stzhBlur=i(this,"stzhBlur",7);this.onClearClick=function(t){n.value="";n.input.focus();n.stzhChange.emit({component:"stzh-input",originalEvent:t,value:n.value})};this.onInput=function(t){n.value=n.input.value;n.stzhChange.emit({component:"stzh-input",originalEvent:t,value:n.value})};this.onFocus=function(t){var s=new FocusEvent("focus",{view:window,bubbles:false,cancelable:false});n.element.dispatchEvent(s);n.stzhFocus.emit({component:"stzh-input",originalEvent:t})};this.onBlur=function(t){n.input.value=n.input.value;var s=new FocusEvent("blur",{view:window,bubbles:false,cancelable:false});n.element.dispatchEvent(s);n.stzhBlur.emit({component:"stzh-input",originalEvent:t})};this.localization=undefined;this.multiline=false;this.rows=undefined;this.type="text";this.step=1;this.min=undefined;this.max=undefined;this.showSpin=false;this.readonly=false;this.disabled=false;this.clearable=false;this.showMarker=false;this.minlength=undefined;this.maxlength=undefined;this.name=undefined;this.value="";this.description=undefined;this.descriptionLong=undefined;this.error=undefined;this.invalid=false;this.required=false;this.inputmode=undefined;this.autocomplete="on";this.noAutocomplete=false;this.label="";this.size="default";this.a11yDescribedby="";this.filled=undefined}t.prototype.setFocus=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){this.input.focus();return[2]}))}))};t.prototype.valueWatcher=function(t){this.filled=t!==""};t.prototype.errorWatcher=function(t){if(typeof t==="string"){try{this._error=JSON.parse(t)}catch(s){if(t){this._error=[t]}else{this._error=[]}}}else if(t){this._error=t}else{this._error=[]}this.invalid=this._error.length>0};t.prototype.typeWatcher=function(t){var s=["text","search","password","email","url","tel","number"];if(!this.multiline&&!s.includes(t)){throw new Error("Type ".concat(t," not supported"))}};t.prototype.renderTextarea=function(){var t=this;return n("textarea",{class:"stzh-input__input stzh-input__input--textarea",ref:function(s){return t.input=s},id:this.inputId,name:this.name,value:this.value,rows:this.rows,disabled:this.disabled,readonly:this.readonly,minlength:this.minlength,maxlength:this.maxlength,"aria-describedby":"".concat(this.inputId,"-description ").concat(this.a11yDescribedby),"aria-required":this.required?"true":"false","aria-invalid":this.invalid?"true":"false",onInput:this.onInput,onFocus:this.onFocus,onBlur:this.onBlur})};t.prototype.renderInput=function(){var t=this;return n("input",{class:"stzh-input__input stzh-input__input--input",ref:function(s){return t.input=s},id:this.inputId,type:this.type,name:this.name,value:this.value,min:this.min,max:this.max,step:this.step,inputmode:this.inputmode,disabled:this.disabled,readonly:this.readonly,minlength:this.minlength,maxlength:this.maxlength,autocomplete:this.noAutocomplete?"off":this.autocomplete,"aria-autocomplete":this.noAutocomplete?"none":undefined,"aria-describedby":"".concat(this.inputId,"-description ").concat(this.a11yDescribedby),"aria-required":this.required?"true":"false","aria-invalid":this.invalid?"true":"false",onInput:this.onInput,onFocus:this.onFocus,onBlur:this.onBlur})};t.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(s){switch(s.label){case 0:this.inputId="stzh-input-".concat(o++);this.typeWatcher(this.type);this.valueWatcher(this.value);this.errorWatcher(this.error);if(!!this.localization)return[3,2];t=this;return[4,u(this.element,"input")];case 1:t.localization=s.sent();s.label=2;case 2:return[2]}}))}))};t.prototype.render=function(){var t;var s;var i=r(this.element,"button-right");var h=r(this.element,"description")||!!this.description;var u=r(this.element,"description-long")||!!this.descriptionLong;var a=r(this.element,"error")||!!this.error;var o=(t={"stzh-input":true,"stzh-input--has-button-right":i||this.type==="search"||this.clearable&&this.filled&&!this.readonly&&!this.disabled,"stzh-input--has-description":h,"stzh-input--has-description-long":u,"stzh-input--has-error":a,"stzh-input--has-spin":this.showSpin,"stzh-input--is-invalid":this.invalid,"stzh-input--is-disabled":this.disabled,"stzh-input--is-readonly":this.readonly,"stzh-input--is-required":this.required,"stzh-input--is-filled":this.filled,"stzh-input--is-clearable":this.clearable,"stzh-input--has-fixed-label":((s=window===null||window===void 0?void 0:window.stzhComponents)===null||s===void 0?void 0:s.labels)==="fixed"},t["stzh-input--size-".concat(this.size)]=!!this.size,t["stzh-input--type-".concat(this.type)]=!!this.type,t);return n(e,null,n("div",{class:o},n("div",{class:"stzh-input__field-wrapper"},this.multiline?this.renderTextarea():this.renderInput(),n("label",{class:"stzh-input__label",htmlFor:this.inputId},this.label?this.label:n("slot",null),this.showMarker&&n("span",{class:"stzh-input__marker"},n("span",{class:"stzh-input__marker-symbol","aria-hidden":"true"},this.required?this.localization.$globals.requiredFieldMarker:this.localization.$globals.optionalFieldMarker),n("span",{class:"stzh-input__marker-text"},this.required?this.localization.$globals.requiredFieldText:this.localization.$globals.optionalFieldText))),this.clearable||this.type==="search"?n("stzh-button",{class:"stzh-input__button-right",icon:this.disabled||this.readonly||!this.filled?"search":"close-circle","icon-only":true,variant:"input",onClick:this.onClearClick,disabled:this.disabled||this.readonly||!this.filled,a11yLabel:this.localization.$globals.clearButtonLabel,"aria-controls":this.inputId}):n("slot",{name:"button-right"})),n(p,{classPrefix:"stzh-input",id:"".concat(this.inputId,"-description"),error:this._error,description:this.description,descriptionLong:this.descriptionLong,descriptionLongUsed:u,moreInfoButtonLabel:this.localization.$globals.moreInfoButtonLabel})))};Object.defineProperty(t.prototype,"element",{get:function(){return h(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{value:["valueWatcher"],error:["errorWatcher"],type:["typeWatcher"]}},enumerable:false,configurable:true});return t}());l.style=a}}}));
@@ -1,2 +1,2 @@
1
1
  const t="stzh-components";let e,n,s,l=!1,o=!1,i=!1,r=!1,c=!1;const f="http://www.w3.org/1999/xlink",u={},a=t=>"object"==(t=typeof t)||"function"===t,d=(t,e,...n)=>{let s=null,l=null,o=null,i=!1,r=!1;const c=[],f=e=>{for(let n=0;n<e.length;n++)s=e[n],Array.isArray(s)?f(s):null!=s&&"boolean"!=typeof s&&((i="function"!=typeof t&&!a(s))&&(s+=""),i&&r?c[c.length-1].t+=s:c.push(i?h(null,s):s),r=i)};if(f(n),e){e.key&&(l=e.key),e.name&&(o=e.name);{const t=e.className||e.class;t&&(e.class="object"!=typeof t?t:Object.keys(t).filter((e=>t[e])).join(" "))}}if("function"==typeof t)return t(null===e?{}:e,c,m);const u=h(t,null);return u.l=e,c.length>0&&(u.o=c),u.i=l,u.u=o,u},h=(t,e)=>({h:0,p:t,t:e,m:null,o:null,l:null,i:null,u:null}),p={},m={forEach:(t,e)=>t.map(b).forEach(e),map:(t,e)=>t.map(b).map(e).map($)},b=t=>({vattrs:t.l,vchildren:t.o,vkey:t.i,vname:t.u,vtag:t.p,vtext:t.t}),$=t=>{if("function"==typeof t.vtag){const e=Object.assign({},t.vattrs);return t.vkey&&(e.key=t.vkey),t.vname&&(e.name=t.vname),d(t.vtag,e,...t.vchildren||[])}const e=h(t.vtag,t.vtext);return e.l=t.vattrs,e.o=t.vchildren,e.i=t.vkey,e.u=t.vname,e},y=t=>ht(t).$,w=(t,e,n)=>{const s=y(t);return{emit:t=>v(s,e,{bubbles:!!(4&n),composed:!!(2&n),cancelable:!!(1&n),detail:t})}},v=(t,e,n)=>{const s=Ot.ce(e,n);return t.dispatchEvent(s),s},g=new WeakMap,j=t=>"sc-"+t.v,k=(t,e,n,s,l,o)=>{if(n!==s){let r=bt(t,e),c=e.toLowerCase();if("class"===e){const e=t.classList,l=S(n),o=S(s);e.remove(...l.filter((t=>t&&!o.includes(t)))),e.add(...o.filter((t=>t&&!l.includes(t))))}else if("style"===e){for(const e in n)s&&null!=s[e]||(e.includes("-")?t.style.removeProperty(e):t.style[e]="");for(const e in s)n&&s[e]===n[e]||(e.includes("-")?t.style.setProperty(e,s[e]):t.style[e]=s[e])}else if("key"===e);else if("ref"===e)s&&s(t);else if(r||"o"!==e[0]||"n"!==e[1]){const u=a(s);if((r||u&&null!==s)&&!l)try{if(t.tagName.includes("-"))t[e]=s;else{const l=null==s?"":s;"list"===e?r=!1:null!=n&&t[e]==l||(t[e]=l)}}catch(i){}let d=!1;c!==(c=c.replace(/^xlink\:?/,""))&&(e=c,d=!0),null==s||!1===s?!1===s&&""!==t.getAttribute(e)||(d?t.removeAttributeNS(f,e):t.removeAttribute(e)):(!r||4&o||l)&&!u&&(s=!0===s?"":s,d?t.setAttributeNS(f,e,s):t.setAttribute(e,s))}else e="-"===e[2]?e.slice(3):bt(gt,c)?c.slice(2):c[2]+e.slice(3),n&&Ot.rel(t,e,n,!1),s&&Ot.ael(t,e,s,!1)}},O=/\s/,S=t=>t?t.split(O):[],_=(t,e,n,s)=>{const l=11===e.m.nodeType&&e.m.host?e.m.host:e.m,o=t&&t.l||u,i=e.l||u;for(s in o)s in i||k(l,s,o[s],void 0,n,e.h);for(s in i)k(l,s,o[s],i[s],n,e.h)},C=(t,o,c,f)=>{const u=o.o[c];let a,d,h,p=0;if(l||(i=!0,"slot"===u.p&&(e&&f.classList.add(e+"-s"),u.h|=u.o?2:1)),null!==u.t)a=u.m=jt.createTextNode(u.t);else if(1&u.h)a=u.m=jt.createTextNode("");else{if(r||(r="svg"===u.p),a=u.m=jt.createElementNS(r?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",2&u.h?"slot-fb":u.p),r&&"foreignObject"===u.p&&(r=!1),_(null,u,r),null!=e&&a["s-si"]!==e&&a.classList.add(a["s-si"]=e),u.o)for(p=0;p<u.o.length;++p)d=C(t,u,p,a),d&&a.appendChild(d);"svg"===u.p?r=!1:"foreignObject"===a.tagName&&(r=!0)}return a["s-hn"]=s,3&u.h&&(a["s-sr"]=!0,a["s-cr"]=n,a["s-sn"]=u.u||"",h=t&&t.o&&t.o[c],h&&h.p===u.p&&t.m&&x(t.m,!1)),a},x=(t,e)=>{Ot.h|=1;const n=t.childNodes;for(let l=n.length-1;l>=0;l--){const t=n[l];t["s-hn"]!==s&&t["s-ol"]&&(P(t).insertBefore(t,E(t)),t["s-ol"].remove(),t["s-ol"]=void 0,i=!0),e&&x(t,e)}Ot.h&=-2},M=(t,e,n,l,o,i)=>{let r,c=t["s-cr"]&&t["s-cr"].parentNode||t;for(c.shadowRoot&&c.tagName===s&&(c=c.shadowRoot);o<=i;++o)l[o]&&(r=C(null,n,o,t),r&&(l[o].m=r,c.insertBefore(r,E(e))))},N=(t,e,n,s,l)=>{for(;e<=n;++e)(s=t[e])&&(l=s.m,A(s),o=!0,l["s-ol"]?l["s-ol"].remove():x(l,!0),l.remove())},R=(t,e)=>t.p===e.p&&("slot"===t.p?t.u===e.u:t.i===e.i),E=t=>t&&t["s-ol"]||t,P=t=>(t["s-ol"]?t["s-ol"]:t).parentNode,T=(t,e)=>{const n=e.m=t.m,s=t.o,l=e.o,o=e.p,i=e.t;let c;null===i?(r="svg"===o||"foreignObject"!==o&&r,"slot"===o||_(t,e,r),null!==s&&null!==l?((t,e,n,s)=>{let l,o,i=0,r=0,c=0,f=0,u=e.length-1,a=e[0],d=e[u],h=s.length-1,p=s[0],m=s[h];for(;i<=u&&r<=h;)if(null==a)a=e[++i];else if(null==d)d=e[--u];else if(null==p)p=s[++r];else if(null==m)m=s[--h];else if(R(a,p))T(a,p),a=e[++i],p=s[++r];else if(R(d,m))T(d,m),d=e[--u],m=s[--h];else if(R(a,m))"slot"!==a.p&&"slot"!==m.p||x(a.m.parentNode,!1),T(a,m),t.insertBefore(a.m,d.m.nextSibling),a=e[++i],m=s[--h];else if(R(d,p))"slot"!==a.p&&"slot"!==m.p||x(d.m.parentNode,!1),T(d,p),t.insertBefore(d.m,a.m),d=e[--u],p=s[++r];else{for(c=-1,f=i;f<=u;++f)if(e[f]&&null!==e[f].i&&e[f].i===p.i){c=f;break}c>=0?(o=e[c],o.p!==p.p?l=C(e&&e[r],n,c,t):(T(o,p),e[c]=void 0,l=o.m),p=s[++r]):(l=C(e&&e[r],n,r,t),p=s[++r]),l&&P(a.m).insertBefore(l,E(a.m))}i>u?M(t,null==s[h+1]?null:s[h+1].m,n,s,r,h):r>h&&N(e,i,u)})(n,s,e,l):null!==l?(null!==t.t&&(n.textContent=""),M(n,null,e,l,0,l.length-1)):null!==s&&N(s,0,s.length-1),r&&"svg"===o&&(r=!1)):(c=n["s-cr"])?c.parentNode.textContent=i:t.t!==i&&(n.data=i)},W=t=>{const e=t.childNodes;let n,s,l,o,i,r;for(s=0,l=e.length;s<l;s++)if(n=e[s],1===n.nodeType){if(n["s-sr"])for(i=n["s-sn"],n.hidden=!1,o=0;o<l;o++)if(r=e[o].nodeType,e[o]["s-hn"]!==n["s-hn"]||""!==i){if(1===r&&i===e[o].getAttribute("slot")){n.hidden=!0;break}}else if(1===r||3===r&&""!==e[o].textContent.trim()){n.hidden=!0;break}W(n)}},z=[],L=t=>{let e,n,s,l,i,r,c=0;const f=t.childNodes,u=f.length;for(;c<u;c++){if(e=f[c],e["s-sr"]&&(n=e["s-cr"])&&n.parentNode)for(s=n.parentNode.childNodes,l=e["s-sn"],r=s.length-1;r>=0;r--)n=s[r],n["s-cn"]||n["s-nr"]||n["s-hn"]===e["s-hn"]||(U(n,l)?(i=z.find((t=>t.g===n)),o=!0,n["s-sn"]=n["s-sn"]||l,i?i.j=e:z.push({j:e,g:n}),n["s-sr"]&&z.map((t=>{U(t.g,n["s-sn"])&&(i=z.find((t=>t.g===n)),i&&!t.j&&(t.j=i.j))}))):z.some((t=>t.g===n))||z.push({g:n}));1===e.nodeType&&L(e)}},U=(t,e)=>1===t.nodeType?null===t.getAttribute("slot")&&""===e||t.getAttribute("slot")===e:t["s-sn"]===e||""===e,A=t=>{t.l&&t.l.ref&&t.l.ref(null),t.o&&t.o.map(A)},D=(t,e)=>{e&&!t.k&&e["s-p"]&&e["s-p"].push(new Promise((e=>t.k=e)))},F=(t,e)=>{if(t.h|=16,!(4&t.h))return D(t,t.O),Wt((()=>q(t,e)));t.h|=512},q=(t,e)=>{const n=t.S;let s;return e?(t.h|=256,t._&&(t._.map((([t,e])=>J(n,t,e))),t._=null),s=J(n,"componentWillLoad")):s=J(n,"componentWillUpdate"),s=K(s,(()=>J(n,"componentWillRender"))),K(s,(()=>H(t,n,e)))},H=async(t,e,n)=>{const s=t.$,l=s["s-rc"];n&&(t=>{const e=t.C,n=t.$,s=e.h,l=((t,e)=>{let n=j(e);const s=vt.get(n);if(t=11===t.nodeType?t:jt,s)if("string"==typeof s){let e,l=g.get(t=t.head||t);l||g.set(t,l=new Set),l.has(n)||(e=jt.createElement("style"),e.innerHTML=s,t.insertBefore(e,t.querySelector("link")),l&&l.add(n))}else t.adoptedStyleSheets.includes(s)||(t.adoptedStyleSheets=[...t.adoptedStyleSheets,s]);return n})(St&&n.shadowRoot?n.shadowRoot:n.getRootNode(),e);10&s&&(n["s-sc"]=l,n.classList.add(l+"-h"),2&s&&n.classList.add(l+"-s"))})(t);V(t,e),l&&(l.map((t=>t())),s["s-rc"]=void 0);{const e=s["s-p"],n=()=>B(t);0===e.length?n():(Promise.all(e).then(n),t.h|=4,e.length=0)}},V=(t,r)=>{try{r=r.render(),t.h&=-17,t.h|=2,((t,r)=>{const c=t.$,f=t.C,u=t.M||h(null,null),a=(t=>t&&t.p===p)(r)?r:d(null,null,r);if(s=c.tagName,f.N&&(a.l=a.l||{},f.N.map((([t,e])=>a.l[e]=c[t]))),a.p=null,a.h|=4,t.M=a,a.m=u.m=c.shadowRoot||c,e=c["s-sc"],n=c["s-cr"],l=St&&0!=(1&f.h),o=!1,T(u,a),Ot.h|=1,i){let t,e,n,s,l,o;L(a.m);let i=0;for(;i<z.length;i++)t=z[i],e=t.g,e["s-ol"]||(n=jt.createTextNode(""),n["s-nr"]=e,e.parentNode.insertBefore(e["s-ol"]=n,e));for(i=0;i<z.length;i++)if(t=z[i],e=t.g,t.j){for(s=t.j.parentNode,l=t.j.nextSibling,n=e["s-ol"];n=n.previousSibling;)if(o=n["s-nr"],o&&o["s-sn"]===e["s-sn"]&&s===o.parentNode&&(o=o.nextSibling,!o||!o["s-nr"])){l=o;break}(!l&&s!==e.parentNode||e.nextSibling!==l)&&e!==l&&(!e["s-hn"]&&e["s-ol"]&&(e["s-hn"]=e["s-ol"].parentNode.nodeName),s.insertBefore(e,l))}else 1===e.nodeType&&(e.hidden=!0)}o&&W(a.m),Ot.h&=-2,z.length=0})(t,r)}catch(c){$t(c,t.$)}return null},B=t=>{const e=t.$,n=t.S,s=t.O;J(n,"componentDidRender"),64&t.h?J(n,"componentDidUpdate"):(t.h|=64,Q(e),J(n,"componentDidLoad"),t.R(e),s||I()),t.P(e),t.k&&(t.k(),t.k=void 0),512&t.h&&Pt((()=>F(t,!1))),t.h&=-517},G=t=>{{const e=ht(t),n=e.$.isConnected;return n&&2==(18&e.h)&&F(e,!1),n}},I=()=>{Q(jt.documentElement),Pt((()=>v(gt,"appload",{detail:{namespace:"stzh-components"}})))},J=(t,e,n)=>{if(t&&t[e])try{return t[e](n)}catch(s){$t(s)}},K=(t,e)=>t&&t.then?t.then(e):e(),Q=t=>t.classList.add("hydrated"),X=(t,e,n)=>{if(e.T){t.watchers&&(e.W=t.watchers);const s=Object.entries(e.T),l=t.prototype;if(s.map((([t,[s]])=>{31&s||2&n&&32&s?Object.defineProperty(l,t,{get(){return((t,e)=>ht(this).L.get(e))(0,t)},set(n){((t,e,n,s)=>{const l=ht(t),o=l.$,i=l.L.get(e),r=l.h,c=l.S;if(n=((t,e)=>null==t||a(t)?t:4&e?"false"!==t&&(""===t||!!t):2&e?parseFloat(t):1&e?t+"":t)(n,s.T[e][0]),(!(8&r)||void 0===i)&&n!==i&&(!Number.isNaN(i)||!Number.isNaN(n))&&(l.L.set(e,n),c)){if(s.W&&128&r){const t=s.W[e];t&&t.map((t=>{try{c[t](n,i,e)}catch(s){$t(s,o)}}))}if(2==(18&r)){if(c.componentShouldUpdate&&!1===c.componentShouldUpdate(n,i,e))return;F(l,!1)}}})(this,t,n,e)},configurable:!0,enumerable:!0}):1&n&&64&s&&Object.defineProperty(l,t,{value(...e){const n=ht(this);return n.U.then((()=>n.S[t](...e)))}})})),1&n){const n=new Map;l.attributeChangedCallback=function(t,e,s){Ot.jmp((()=>{const e=n.get(t);if(this.hasOwnProperty(e))s=this[e],delete this[e];else if(l.hasOwnProperty(e)&&"number"==typeof this[e]&&this[e]==s)return;this[e]=(null!==s||"boolean"!=typeof this[e])&&s}))},t.observedAttributes=s.filter((([t,e])=>15&e[0])).map((([t,s])=>{const l=s[1]||t;return n.set(l,t),512&s[0]&&e.N.push([t,l]),l}))}}return t},Y=t=>{J(t,"connectedCallback")},Z=t=>{const e=t.cloneNode;t.cloneNode=function(t){const n=this,s=n.shadowRoot&&St,l=e.call(n,!!s&&t);if(!s&&t){let t,e,s=0;const o=["s-id","s-cr","s-lr","s-rc","s-sc","s-p","s-cn","s-sr","s-sn","s-hn","s-ol","s-nr","s-si"];for(;s<n.childNodes.length;s++)t=n.childNodes[s]["s-nr"],e=o.every((t=>!n.childNodes[s][t])),t&&(l.__appendChild?l.__appendChild(t.cloneNode(!0)):l.appendChild(t.cloneNode(!0))),e&&l.appendChild(n.childNodes[s].cloneNode(!0))}return l}},tt=t=>{t.__appendChild=t.appendChild,t.appendChild=function(t){const e=t["s-sn"]=st(t),n=lt(this.childNodes,e);if(n){const s=ot(n,e),l=s[s.length-1];return l.parentNode.insertBefore(t,l.nextSibling)}return this.__appendChild(t)}},et=(t,e)=>{if(2&e.h){const e=Object.getOwnPropertyDescriptor(Node.prototype,"textContent");Object.defineProperty(t,"__textContent",e),Object.defineProperty(t,"textContent",{get(){var t;const e=lt(this.childNodes,"");return 3===(null===(t=null==e?void 0:e.nextSibling)||void 0===t?void 0:t.nodeType)?e.nextSibling.textContent:e?e.textContent:this.__textContent},set(t){var e;const n=lt(this.childNodes,"");if(3===(null===(e=null==n?void 0:n.nextSibling)||void 0===e?void 0:e.nodeType))n.nextSibling.textContent=t;else if(n)n.textContent=t;else{this.__textContent=t;const e=this["s-cr"];e&&this.insertBefore(e,this.firstChild)}}})}},nt=(t,e)=>{class n extends Array{item(t){return this[t]}}if(8&e.h){const e=t.__lookupGetter__("childNodes");Object.defineProperty(t,"children",{get(){return this.childNodes.map((t=>1===t.nodeType))}}),Object.defineProperty(t,"childElementCount",{get:()=>t.children.length}),Object.defineProperty(t,"childNodes",{get(){const t=e.call(this);if(0==(1&Ot.h)&&2&ht(this).h){const e=new n;for(let n=0;n<t.length;n++){const s=t[n]["s-nr"];s&&e.push(s)}return e}return n.from(t)}})}},st=t=>t["s-sn"]||1===t.nodeType&&t.getAttribute("slot")||"",lt=(t,e)=>{let n,s=0;for(;s<t.length;s++){if(n=t[s],n["s-sr"]&&n["s-sn"]===e)return n;if(n=lt(n.childNodes,e),n)return n}return null},ot=(t,e)=>{const n=[t];for(;(t=t.nextSibling)&&t["s-sn"]===e;)n.push(t);return n},it=(t,e={})=>{const n=[],s=e.exclude||[],l=gt.customElements,o=jt.head,i=o.querySelector("meta[charset]"),r=jt.createElement("style"),c=[];let f,u=!0;Object.assign(Ot,e),Ot.A=new URL(e.resourcesUrl||"./",jt.baseURI).href,t.map((t=>{t[1].map((e=>{const o={h:e[0],v:e[1],T:e[2],D:e[3]};o.T=e[2],o.D=e[3],o.N=[],o.W={},!St&&1&o.h&&(o.h|=8);const i=o.v,r=class extends HTMLElement{constructor(t){super(t),mt(t=this,o),1&o.h&&(St?t.attachShadow({mode:"open"}):"shadowRoot"in t||(t.shadowRoot=t)),nt(t,o)}connectedCallback(){f&&(clearTimeout(f),f=null),u?c.push(this):Ot.jmp((()=>(t=>{if(0==(1&Ot.h)){const e=ht(t),n=e.C,s=()=>{};if(1&e.h)ct(t,e,n.D),Y(e.S);else{e.h|=1,12&n.h&&(t=>{const e=t["s-cr"]=jt.createComment("");e["s-cn"]=!0,t.insertBefore(e,t.firstChild)})(t);{let n=t;for(;n=n.parentNode||n.host;)if(n["s-p"]){D(e,e.O=n);break}}n.T&&Object.entries(n.T).map((([e,[n]])=>{if(31&n&&t.hasOwnProperty(e)){const n=t[e];delete t[e],t[e]=n}})),(async(t,e,n,s,l)=>{if(0==(32&e.h)){{if(e.h|=32,(l=wt(n)).then){const t=()=>{};l=await l,t()}l.isProxied||(n.W=l.watchers,X(l,n,2),l.isProxied=!0);const t=()=>{};e.h|=8;try{new l(e)}catch(r){$t(r)}e.h&=-9,e.h|=128,t(),Y(e.S)}if(l.style){let t=l.style;const e=j(n);if(!vt.has(e)){const s=()=>{};8&n.h&&(t=await __sc_import_stzh_components("./p-8364475f.js").then((n=>n.scopeCss(t,e,!1)))),((t,e,n)=>{let s=vt.get(t);Ct&&n?(s=s||new CSSStyleSheet,"string"==typeof s?s=e:s.replaceSync(e)):s=e,vt.set(t,s)})(e,t,!!(1&n.h)),s()}}}const o=e.O,i=()=>F(e,!0);o&&o["s-rc"]?o["s-rc"].push(i):i()})(0,e,n)}s()}})(this)))}disconnectedCallback(){Ot.jmp((()=>(()=>{if(0==(1&Ot.h)){const t=ht(this),e=t.S;t.F&&(t.F.map((t=>t())),t.F=void 0),J(e,"disconnectedCallback")}})()))}componentOnReady(){return ht(this).q}};Z(r.prototype),tt(r.prototype),et(r.prototype,o),o.H=t[0],s.includes(i)||l.get(i)||(n.push(i),l.define(i,X(r,o,1)))}))})),r.innerHTML=n+"{visibility:hidden}.hydrated{visibility:inherit}",r.setAttribute("data-styles",""),o.insertBefore(r,i?i.nextSibling:o.firstChild),u=!1,c.length?c.map((t=>t.connectedCallback())):Ot.jmp((()=>f=setTimeout(I,30)))},rt=(t,e)=>e,ct=(t,e,n)=>{n&&n.map((([n,s,l])=>{const o=ut(t,n),i=ft(e,l),r=at(n);Ot.ael(o,s,i,r),(e.F=e.F||[]).push((()=>Ot.rel(o,s,i,r)))}))},ft=(t,e)=>n=>{try{256&t.h?t.S[e](n):(t._=t._||[]).push([e,n])}catch(s){$t(s)}},ut=(t,e)=>4&e?jt:8&e?gt:t,at=t=>0!=(2&t),dt=new WeakMap,ht=t=>dt.get(t),pt=(t,e)=>dt.set(e.S=t,e),mt=(t,e)=>{const n={h:0,$:t,C:e,L:new Map};return n.U=new Promise((t=>n.P=t)),n.q=new Promise((t=>n.R=t)),t["s-p"]=[],t["s-rc"]=[],ct(t,n,e.D),dt.set(t,n)},bt=(t,e)=>e in t,$t=(t,e)=>(0,console.error)(t,e),yt=new Map,wt=t=>{const e=t.v.replace(/-/g,"_"),n=t.H,s=yt.get(n);return s?s[e]:__sc_import_stzh_components(`./${n}.entry.js`).then((t=>(yt.set(n,t),t[e])),$t)
2
- /*!__STENCIL_STATIC_IMPORT_SWITCH__*/},vt=new Map,gt="undefined"!=typeof window?window:{},jt=gt.document||{head:{}},kt=gt.HTMLElement||class{},Ot={h:0,A:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,e,n,s)=>t.addEventListener(e,n,s),rel:(t,e,n,s)=>t.removeEventListener(e,n,s),ce:(t,e)=>new CustomEvent(t,e)},St=(()=>(jt.head.attachShadow+"").indexOf("[native")>-1)(),_t=t=>Promise.resolve(t),Ct=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(t){}return!1})(),xt=[],Mt=[],Nt=(t,e)=>n=>{t.push(n),c||(c=!0,e&&4&Ot.h?Pt(Et):Ot.raf(Et))},Rt=t=>{for(let n=0;n<t.length;n++)try{t[n](performance.now())}catch(e){$t(e)}t.length=0},Et=()=>{Rt(xt),Rt(Mt),(c=xt.length>0)&&Ot.raf(Et)},Pt=t=>_t().then(t),Tt=Nt(xt,!1),Wt=Nt(Mt,!0);export{rt as F,kt as H,t as N,p as a,it as b,w as c,jt as d,Tt as e,G as f,y as g,d as h,Wt as i,_t as p,pt as r,gt as w}
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/},vt=new Map,gt="undefined"!=typeof window?window:{},jt=gt.document||{head:{}},kt=gt.HTMLElement||class{},Ot={h:0,A:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,e,n,s)=>t.addEventListener(e,n,s),rel:(t,e,n,s)=>t.removeEventListener(e,n,s),ce:(t,e)=>new CustomEvent(t,e)},St=(()=>(jt.head.attachShadow+"").indexOf("[native")>-1)(),_t=t=>Promise.resolve(t),Ct=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(t){}return!1})(),xt=[],Mt=[],Nt=(t,e)=>n=>{t.push(n),c||(c=!0,e&&4&Ot.h?Pt(Et):Ot.raf(Et))},Rt=t=>{for(let n=0;n<t.length;n++)try{t[n](performance.now())}catch(e){$t(e)}t.length=0},Et=()=>{Rt(xt),Rt(Mt),(c=xt.length>0)&&Ot.raf(Et)},Pt=t=>_t().then(t),Tt=Nt(xt,!1),Wt=Nt(Mt,!0);export{rt as F,kt as H,t as N,p as a,it as b,w as c,jt as d,Tt as e,Wt as f,y as g,d as h,G as i,_t as p,pt as r,gt as w}
@@ -1 +1 @@
1
- System.register(["./p-609bf766.system.js"],(function(t){"use strict";var e,i,s;return{setters:[function(t){e=t.r;i=t.h;s=t.a}],execute:function(){var n=".sc-stzh-text-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-text-h{display:none}.sc-stzh-text-h *.sc-stzh-text,.sc-stzh-text-h *.sc-stzh-text::before,.sc-stzh-text-h *.sc-stzh-text::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-text-h{width:100%;--color:var(--stzh-base-color);color:var(--color)}.sc-stzh-text-h .sc-stzh-text-s>*:first-child{margin-top:0}.sc-stzh-text-h .sc-stzh-text-s>*:last-child{margin-bottom:0}[lead].sc-stzh-text-h:not([lead=false]){--color:var(--stzh-base-lead-color)}.stzh-text.sc-stzh-text{font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing);color:var(--color)}@media screen and (min-width: 1024px){.stzh-text.sc-stzh-text{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}.stzh-text--is-lead.sc-stzh-text{font-family:var(--stzh-font-family-light);font-weight:var(--stzh-font-weight-light);font-style:normal;font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h3-default-text-letter-spacing);letter-spacing:0.0625rem}@media screen and (min-width: 600px){.stzh-text--is-lead.sc-stzh-text{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h3-small-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--is-lead.sc-stzh-text{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-text-letter-spacing)}}.stzh-text--font-light.sc-stzh-text{font-family:var(--stzh-font-family-light);font-weight:var(--stzh-font-weight-light);font-style:normal}.stzh-text--font-regular.sc-stzh-text{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}.stzh-text--font-medium.sc-stzh-text{font-family:var(--stzh-font-family-medium);font-weight:var(--stzh-font-weight-medium);font-style:normal}.stzh-text--font-heavy.sc-stzh-text{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal}.stzh-text--font-title.sc-stzh-text{font-family:var(--stzh-font-family-title);font-weight:var(--stzh-font-weight-title)}.stzh-text--curve-caption.sc-stzh-text{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height))}@media screen and (min-width: 1024px){.stzh-text--curve-caption.sc-stzh-text{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}.stzh-text--curve-p2.sc-stzh-text{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height))}@media screen and (min-width: 1024px){.stzh-text--curve-p2.sc-stzh-text{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}.stzh-text--curve-p1.sc-stzh-text{font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing)}@media screen and (min-width: 1024px){.stzh-text--curve-p1.sc-stzh-text{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}.stzh-text--curve-h4.sc-stzh-text{font-size:var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-h4-default-text-letter-spacing)}@media screen and (min-width: 1024px){.stzh-text--curve-h4.sc-stzh-text{font-size:var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h4-medium-text-letter-spacing)}}.stzh-text--curve-h3.sc-stzh-text{font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h3-default-text-letter-spacing)}@media screen and (min-width: 600px){.stzh-text--curve-h3.sc-stzh-text{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h3-small-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--curve-h3.sc-stzh-text{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-text-letter-spacing)}}.stzh-text--curve-h2.sc-stzh-text{font-size:var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h2-default-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h2-default-text-letter-spacing)}@media screen and (min-width: 600px){.stzh-text--curve-h2.sc-stzh-text{font-size:var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h2-small-text-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h2-small-text-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}}@media screen and (min-width: 1024px){.stzh-text--curve-h2.sc-stzh-text{font-size:var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-h2-medium-text-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-h2-medium-text-letter-spacing, var(--stzh-font-hecto-text-letter-spacing))}}@media screen and (min-width: 1440px){.stzh-text--curve-h2.sc-stzh-text{font-size:var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h2-ultra-text-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h2-ultra-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}.stzh-text--curve-h1.sc-stzh-text{font-size:var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h1-default-text-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h1-default-text-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}@media screen and (min-width: 600px){.stzh-text--curve-h1.sc-stzh-text{font-size:var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h1-small-text-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h1-small-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}@media screen and (min-width: 1024px){.stzh-text--curve-h1.sc-stzh-text{font-size:var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));line-height:var(--stzh-font-curve-h1-medium-text-line-height, var(--stzh-font-mega-text-line-height));letter-spacing:var(--stzh-font-curve-h1-medium-text-letter-spacing, var(--stzh-font-mega-text-letter-spacing))}}@media screen and (min-width: 1440px){.stzh-text--curve-h1.sc-stzh-text{font-size:var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));line-height:var(--stzh-font-curve-h1-ultra-text-line-height, var(--stzh-font-giga-text-line-height));letter-spacing:var(--stzh-font-curve-h1-ultra-text-letter-spacing, var(--stzh-font-giga-text-letter-spacing))}}.stzh-text--curve-hero.sc-stzh-text{font-size:var(--stzh-font-curve-hero-default-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-hero-default-text-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-hero-default-text-letter-spacing, var(--stzh-font-hecto-text-letter-spacing))}@media screen and (min-width: 600px){.stzh-text--curve-hero.sc-stzh-text{font-size:var(--stzh-font-curve-hero-small-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-hero-small-text-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-hero-small-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}@media screen and (min-width: 1024px){.stzh-text--curve-hero.sc-stzh-text{font-size:var(--stzh-font-curve-hero-medium-font-size, var(--stzh-font-giga-font-size));line-height:var(--stzh-font-curve-hero-medium-text-line-height, var(--stzh-font-giga-text-line-height));letter-spacing:var(--stzh-font-curve-hero-medium-text-letter-spacing, var(--stzh-font-giga-text-letter-spacing))}}@media screen and (min-width: 1260px){.stzh-text--curve-hero.sc-stzh-text{font-size:var(--stzh-font-curve-hero-large-font-size, var(--stzh-font-hero-font-size));line-height:var(--stzh-font-curve-hero-large-text-line-height, var(--stzh-font-hero-text-line-height));letter-spacing:var(--stzh-font-curve-hero-large-text-letter-spacing, var(--stzh-font-hero-text-letter-spacing))}}.stzh-text--size-femto.sc-stzh-text{font-size:var(--stzh-font-femto-font-size);line-height:var(--stzh-font-femto-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}.stzh-text--size-pico.sc-stzh-text{font-size:var(--stzh-font-pico-font-size);line-height:var(--stzh-font-pico-text-line-height)}.stzh-text--size-nano.sc-stzh-text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height)}.stzh-text--size-micro.sc-stzh-text{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}.stzh-text--size-milli.sc-stzh-text{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}.stzh-text--size-centi.sc-stzh-text{font-size:var(--stzh-font-centi-font-size);line-height:var(--stzh-font-centi-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}.stzh-text--size-deci.sc-stzh-text{font-size:var(--stzh-font-deci-font-size);line-height:var(--stzh-font-deci-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}.stzh-text--size-regular.sc-stzh-text{font-size:var(--stzh-font-regular-font-size);line-height:var(--stzh-font-regular-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}.stzh-text--size-deca.sc-stzh-text{font-size:var(--stzh-font-deca-font-size);line-height:var(--stzh-font-deca-text-line-height);letter-spacing:var(--stzh-font-deca-text-letter-spacing)}.stzh-text--size-hecto.sc-stzh-text{font-size:var(--stzh-font-hecto-font-size);line-height:var(--stzh-font-hecto-text-line-height);letter-spacing:var(--stzh-font-hecto-text-letter-spacing)}.stzh-text--size-kilo.sc-stzh-text{font-size:var(--stzh-font-kilo-font-size);line-height:var(--stzh-font-kilo-text-line-height);letter-spacing:var(--stzh-font-kilo-text-letter-spacing)}.stzh-text--size-mega.sc-stzh-text{font-size:var(--stzh-font-mega-font-size);line-height:var(--stzh-font-mega-text-line-height);letter-spacing:var(--stzh-font-mega-text-letter-spacing)}.stzh-text--size-giga.sc-stzh-text{font-size:var(--stzh-font-giga-font-size);line-height:var(--stzh-font-giga-text-line-height);letter-spacing:var(--stzh-font-giga-text-letter-spacing)}.stzh-text--size-hero.sc-stzh-text{font-size:var(--stzh-font-hero-font-size);line-height:var(--stzh-font-hero-text-line-height);letter-spacing:var(--stzh-font-hero-text-letter-spacing)}@media screen and (min-width: 600px){.stzh-text--size-small-femto.sc-stzh-text{font-size:var(--stzh-font-femto-font-size);line-height:var(--stzh-font-femto-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-pico.sc-stzh-text{font-size:var(--stzh-font-pico-font-size);line-height:var(--stzh-font-pico-text-line-height)}}@media screen and (min-width: 600px){.stzh-text--size-small-nano.sc-stzh-text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height)}}@media screen and (min-width: 600px){.stzh-text--size-small-micro.sc-stzh-text{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}}@media screen and (min-width: 600px){.stzh-text--size-small-milli.sc-stzh-text{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-centi.sc-stzh-text{font-size:var(--stzh-font-centi-font-size);line-height:var(--stzh-font-centi-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-deci.sc-stzh-text{font-size:var(--stzh-font-deci-font-size);line-height:var(--stzh-font-deci-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-regular.sc-stzh-text{font-size:var(--stzh-font-regular-font-size);line-height:var(--stzh-font-regular-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-deca.sc-stzh-text{font-size:var(--stzh-font-deca-font-size);line-height:var(--stzh-font-deca-text-line-height);letter-spacing:var(--stzh-font-deca-text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-hecto.sc-stzh-text{font-size:var(--stzh-font-hecto-font-size);line-height:var(--stzh-font-hecto-text-line-height);letter-spacing:var(--stzh-font-hecto-text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-kilo.sc-stzh-text{font-size:var(--stzh-font-kilo-font-size);line-height:var(--stzh-font-kilo-text-line-height);letter-spacing:var(--stzh-font-kilo-text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-mega.sc-stzh-text{font-size:var(--stzh-font-mega-font-size);line-height:var(--stzh-font-mega-text-line-height);letter-spacing:var(--stzh-font-mega-text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-giga.sc-stzh-text{font-size:var(--stzh-font-giga-font-size);line-height:var(--stzh-font-giga-text-line-height);letter-spacing:var(--stzh-font-giga-text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-hero.sc-stzh-text{font-size:var(--stzh-font-hero-font-size);line-height:var(--stzh-font-hero-text-line-height);letter-spacing:var(--stzh-font-hero-text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-femto.sc-stzh-text{font-size:var(--stzh-font-femto-font-size);line-height:var(--stzh-font-femto-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-pico.sc-stzh-text{font-size:var(--stzh-font-pico-font-size);line-height:var(--stzh-font-pico-text-line-height)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-nano.sc-stzh-text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-micro.sc-stzh-text{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-milli.sc-stzh-text{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-centi.sc-stzh-text{font-size:var(--stzh-font-centi-font-size);line-height:var(--stzh-font-centi-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-deci.sc-stzh-text{font-size:var(--stzh-font-deci-font-size);line-height:var(--stzh-font-deci-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-regular.sc-stzh-text{font-size:var(--stzh-font-regular-font-size);line-height:var(--stzh-font-regular-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-deca.sc-stzh-text{font-size:var(--stzh-font-deca-font-size);line-height:var(--stzh-font-deca-text-line-height);letter-spacing:var(--stzh-font-deca-text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-hecto.sc-stzh-text{font-size:var(--stzh-font-hecto-font-size);line-height:var(--stzh-font-hecto-text-line-height);letter-spacing:var(--stzh-font-hecto-text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-kilo.sc-stzh-text{font-size:var(--stzh-font-kilo-font-size);line-height:var(--stzh-font-kilo-text-line-height);letter-spacing:var(--stzh-font-kilo-text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-mega.sc-stzh-text{font-size:var(--stzh-font-mega-font-size);line-height:var(--stzh-font-mega-text-line-height);letter-spacing:var(--stzh-font-mega-text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-giga.sc-stzh-text{font-size:var(--stzh-font-giga-font-size);line-height:var(--stzh-font-giga-text-line-height);letter-spacing:var(--stzh-font-giga-text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-hero.sc-stzh-text{font-size:var(--stzh-font-hero-font-size);line-height:var(--stzh-font-hero-text-line-height);letter-spacing:var(--stzh-font-hero-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-femto.sc-stzh-text{font-size:var(--stzh-font-femto-font-size);line-height:var(--stzh-font-femto-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-pico.sc-stzh-text{font-size:var(--stzh-font-pico-font-size);line-height:var(--stzh-font-pico-text-line-height)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-nano.sc-stzh-text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-micro.sc-stzh-text{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-milli.sc-stzh-text{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-centi.sc-stzh-text{font-size:var(--stzh-font-centi-font-size);line-height:var(--stzh-font-centi-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-deci.sc-stzh-text{font-size:var(--stzh-font-deci-font-size);line-height:var(--stzh-font-deci-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-regular.sc-stzh-text{font-size:var(--stzh-font-regular-font-size);line-height:var(--stzh-font-regular-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-deca.sc-stzh-text{font-size:var(--stzh-font-deca-font-size);line-height:var(--stzh-font-deca-text-line-height);letter-spacing:var(--stzh-font-deca-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-hecto.sc-stzh-text{font-size:var(--stzh-font-hecto-font-size);line-height:var(--stzh-font-hecto-text-line-height);letter-spacing:var(--stzh-font-hecto-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-kilo.sc-stzh-text{font-size:var(--stzh-font-kilo-font-size);line-height:var(--stzh-font-kilo-text-line-height);letter-spacing:var(--stzh-font-kilo-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-mega.sc-stzh-text{font-size:var(--stzh-font-mega-font-size);line-height:var(--stzh-font-mega-text-line-height);letter-spacing:var(--stzh-font-mega-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-giga.sc-stzh-text{font-size:var(--stzh-font-giga-font-size);line-height:var(--stzh-font-giga-text-line-height);letter-spacing:var(--stzh-font-giga-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-hero.sc-stzh-text{font-size:var(--stzh-font-hero-font-size);line-height:var(--stzh-font-hero-text-line-height);letter-spacing:var(--stzh-font-hero-text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-femto.sc-stzh-text{font-size:var(--stzh-font-femto-font-size);line-height:var(--stzh-font-femto-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-pico.sc-stzh-text{font-size:var(--stzh-font-pico-font-size);line-height:var(--stzh-font-pico-text-line-height)}}@media screen and (min-width: 1260px){.stzh-text--size-large-nano.sc-stzh-text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height)}}@media screen and (min-width: 1260px){.stzh-text--size-large-micro.sc-stzh-text{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}}@media screen and (min-width: 1260px){.stzh-text--size-large-milli.sc-stzh-text{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-centi.sc-stzh-text{font-size:var(--stzh-font-centi-font-size);line-height:var(--stzh-font-centi-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-deci.sc-stzh-text{font-size:var(--stzh-font-deci-font-size);line-height:var(--stzh-font-deci-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-regular.sc-stzh-text{font-size:var(--stzh-font-regular-font-size);line-height:var(--stzh-font-regular-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-deca.sc-stzh-text{font-size:var(--stzh-font-deca-font-size);line-height:var(--stzh-font-deca-text-line-height);letter-spacing:var(--stzh-font-deca-text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-hecto.sc-stzh-text{font-size:var(--stzh-font-hecto-font-size);line-height:var(--stzh-font-hecto-text-line-height);letter-spacing:var(--stzh-font-hecto-text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-kilo.sc-stzh-text{font-size:var(--stzh-font-kilo-font-size);line-height:var(--stzh-font-kilo-text-line-height);letter-spacing:var(--stzh-font-kilo-text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-mega.sc-stzh-text{font-size:var(--stzh-font-mega-font-size);line-height:var(--stzh-font-mega-text-line-height);letter-spacing:var(--stzh-font-mega-text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-giga.sc-stzh-text{font-size:var(--stzh-font-giga-font-size);line-height:var(--stzh-font-giga-text-line-height);letter-spacing:var(--stzh-font-giga-text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-hero.sc-stzh-text{font-size:var(--stzh-font-hero-font-size);line-height:var(--stzh-font-hero-text-line-height);letter-spacing:var(--stzh-font-hero-text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-femto.sc-stzh-text{font-size:var(--stzh-font-femto-font-size);line-height:var(--stzh-font-femto-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-pico.sc-stzh-text{font-size:var(--stzh-font-pico-font-size);line-height:var(--stzh-font-pico-text-line-height)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-nano.sc-stzh-text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-micro.sc-stzh-text{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-milli.sc-stzh-text{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-centi.sc-stzh-text{font-size:var(--stzh-font-centi-font-size);line-height:var(--stzh-font-centi-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-deci.sc-stzh-text{font-size:var(--stzh-font-deci-font-size);line-height:var(--stzh-font-deci-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-regular.sc-stzh-text{font-size:var(--stzh-font-regular-font-size);line-height:var(--stzh-font-regular-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-deca.sc-stzh-text{font-size:var(--stzh-font-deca-font-size);line-height:var(--stzh-font-deca-text-line-height);letter-spacing:var(--stzh-font-deca-text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-hecto.sc-stzh-text{font-size:var(--stzh-font-hecto-font-size);line-height:var(--stzh-font-hecto-text-line-height);letter-spacing:var(--stzh-font-hecto-text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-kilo.sc-stzh-text{font-size:var(--stzh-font-kilo-font-size);line-height:var(--stzh-font-kilo-text-line-height);letter-spacing:var(--stzh-font-kilo-text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-mega.sc-stzh-text{font-size:var(--stzh-font-mega-font-size);line-height:var(--stzh-font-mega-text-line-height);letter-spacing:var(--stzh-font-mega-text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-giga.sc-stzh-text{font-size:var(--stzh-font-giga-font-size);line-height:var(--stzh-font-giga-text-line-height);letter-spacing:var(--stzh-font-giga-text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-hero.sc-stzh-text{font-size:var(--stzh-font-hero-font-size);line-height:var(--stzh-font-hero-text-line-height);letter-spacing:var(--stzh-font-hero-text-letter-spacing)}}";var h=t("stzh_text",function(){function t(t){e(this,t);this.font="default";this.curve="default";this.lead=false;this.size="inherit";this.sizeSmall="inherit";this.sizeMedium="inherit";this.sizeLarge="inherit";this.sizeUltra="inherit"}t.prototype.render=function(){var t;return i(s,null,i("div",{class:(t={"stzh-text":true,"stzh-text--is-lead":this.lead},t["stzh-text--font-".concat(this.font)]=!!this.font,t["stzh-text--curve-".concat(this.curve)]=!!this.curve,t["stzh-text--size-".concat(this.size)]=!!this.size,t["stzh-text--size-small-".concat(this.sizeSmall)]=!!this.sizeSmall,t["stzh-text--size-medium-".concat(this.sizeMedium)]=!!this.sizeMedium,t["stzh-text--size-large-".concat(this.sizeLarge)]=!!this.sizeLarge,t["stzh-text--size-ultra-".concat(this.sizeUltra)]=!!this.sizeUltra,t)},i("slot",null)))};return t}());h.style=n}}}));
1
+ System.register(["./p-dbdc01c7.system.js"],(function(t){"use strict";var e,i,s;return{setters:[function(t){e=t.r;i=t.h;s=t.a}],execute:function(){var n=".sc-stzh-text-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-text-h{display:none}.sc-stzh-text-h *.sc-stzh-text,.sc-stzh-text-h *.sc-stzh-text::before,.sc-stzh-text-h *.sc-stzh-text::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-text-h{width:100%;--color:var(--stzh-base-color);color:var(--color)}.sc-stzh-text-h .sc-stzh-text-s>*:first-child{margin-top:0}.sc-stzh-text-h .sc-stzh-text-s>*:last-child{margin-bottom:0}[lead].sc-stzh-text-h:not([lead=false]){--color:var(--stzh-base-lead-color)}.stzh-text.sc-stzh-text{font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing);color:var(--color)}@media screen and (min-width: 1024px){.stzh-text.sc-stzh-text{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}.stzh-text--is-lead.sc-stzh-text{font-family:var(--stzh-font-family-light);font-weight:var(--stzh-font-weight-light);font-style:normal;font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h3-default-text-letter-spacing);letter-spacing:0.0625rem}@media screen and (min-width: 600px){.stzh-text--is-lead.sc-stzh-text{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h3-small-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--is-lead.sc-stzh-text{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-text-letter-spacing)}}.stzh-text--font-light.sc-stzh-text{font-family:var(--stzh-font-family-light);font-weight:var(--stzh-font-weight-light);font-style:normal}.stzh-text--font-regular.sc-stzh-text{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}.stzh-text--font-medium.sc-stzh-text{font-family:var(--stzh-font-family-medium);font-weight:var(--stzh-font-weight-medium);font-style:normal}.stzh-text--font-heavy.sc-stzh-text{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal}.stzh-text--font-title.sc-stzh-text{font-family:var(--stzh-font-family-title);font-weight:var(--stzh-font-weight-title)}.stzh-text--curve-caption.sc-stzh-text{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height))}@media screen and (min-width: 1024px){.stzh-text--curve-caption.sc-stzh-text{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}.stzh-text--curve-p2.sc-stzh-text{font-size:var(--stzh-font-curve-p2-default-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-p2-default-text-line-height, var(--stzh-font-micro-text-line-height))}@media screen and (min-width: 1024px){.stzh-text--curve-p2.sc-stzh-text{font-size:var(--stzh-font-curve-p2-medium-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p2-medium-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p2-medium-text-letter-spacing)}}.stzh-text--curve-p1.sc-stzh-text{font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing)}@media screen and (min-width: 1024px){.stzh-text--curve-p1.sc-stzh-text{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}.stzh-text--curve-h4.sc-stzh-text{font-size:var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-h4-default-text-letter-spacing)}@media screen and (min-width: 1024px){.stzh-text--curve-h4.sc-stzh-text{font-size:var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h4-medium-text-letter-spacing)}}.stzh-text--curve-h3.sc-stzh-text{font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h3-default-text-letter-spacing)}@media screen and (min-width: 600px){.stzh-text--curve-h3.sc-stzh-text{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h3-small-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--curve-h3.sc-stzh-text{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-text-line-height, var(--stzh-font-regular-text-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-text-letter-spacing)}}.stzh-text--curve-h2.sc-stzh-text{font-size:var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h2-default-text-line-height, var(--stzh-font-deci-text-line-height));letter-spacing:var(--stzh-font-curve-h2-default-text-letter-spacing)}@media screen and (min-width: 600px){.stzh-text--curve-h2.sc-stzh-text{font-size:var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h2-small-text-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h2-small-text-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}}@media screen and (min-width: 1024px){.stzh-text--curve-h2.sc-stzh-text{font-size:var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-h2-medium-text-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-h2-medium-text-letter-spacing, var(--stzh-font-hecto-text-letter-spacing))}}@media screen and (min-width: 1440px){.stzh-text--curve-h2.sc-stzh-text{font-size:var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h2-ultra-text-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h2-ultra-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}.stzh-text--curve-h1.sc-stzh-text{font-size:var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h1-default-text-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h1-default-text-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}@media screen and (min-width: 600px){.stzh-text--curve-h1.sc-stzh-text{font-size:var(--stzh-font-curve-h1-small-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h1-small-text-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h1-small-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}@media screen and (min-width: 1024px){.stzh-text--curve-h1.sc-stzh-text{font-size:var(--stzh-font-curve-h1-medium-font-size, var(--stzh-font-mega-font-size));line-height:var(--stzh-font-curve-h1-medium-text-line-height, var(--stzh-font-mega-text-line-height));letter-spacing:var(--stzh-font-curve-h1-medium-text-letter-spacing, var(--stzh-font-mega-text-letter-spacing))}}@media screen and (min-width: 1440px){.stzh-text--curve-h1.sc-stzh-text{font-size:var(--stzh-font-curve-h1-ultra-font-size, var(--stzh-font-giga-font-size));line-height:var(--stzh-font-curve-h1-ultra-text-line-height, var(--stzh-font-giga-text-line-height));letter-spacing:var(--stzh-font-curve-h1-ultra-text-letter-spacing, var(--stzh-font-giga-text-letter-spacing))}}.stzh-text--curve-hero.sc-stzh-text{font-size:var(--stzh-font-curve-hero-default-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-hero-default-text-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-hero-default-text-letter-spacing, var(--stzh-font-hecto-text-letter-spacing))}@media screen and (min-width: 600px){.stzh-text--curve-hero.sc-stzh-text{font-size:var(--stzh-font-curve-hero-small-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-hero-small-text-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-hero-small-text-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}@media screen and (min-width: 1024px){.stzh-text--curve-hero.sc-stzh-text{font-size:var(--stzh-font-curve-hero-medium-font-size, var(--stzh-font-giga-font-size));line-height:var(--stzh-font-curve-hero-medium-text-line-height, var(--stzh-font-giga-text-line-height));letter-spacing:var(--stzh-font-curve-hero-medium-text-letter-spacing, var(--stzh-font-giga-text-letter-spacing))}}@media screen and (min-width: 1260px){.stzh-text--curve-hero.sc-stzh-text{font-size:var(--stzh-font-curve-hero-large-font-size, var(--stzh-font-hero-font-size));line-height:var(--stzh-font-curve-hero-large-text-line-height, var(--stzh-font-hero-text-line-height));letter-spacing:var(--stzh-font-curve-hero-large-text-letter-spacing, var(--stzh-font-hero-text-letter-spacing))}}.stzh-text--size-femto.sc-stzh-text{font-size:var(--stzh-font-femto-font-size);line-height:var(--stzh-font-femto-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}.stzh-text--size-pico.sc-stzh-text{font-size:var(--stzh-font-pico-font-size);line-height:var(--stzh-font-pico-text-line-height)}.stzh-text--size-nano.sc-stzh-text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height)}.stzh-text--size-micro.sc-stzh-text{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}.stzh-text--size-milli.sc-stzh-text{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}.stzh-text--size-centi.sc-stzh-text{font-size:var(--stzh-font-centi-font-size);line-height:var(--stzh-font-centi-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}.stzh-text--size-deci.sc-stzh-text{font-size:var(--stzh-font-deci-font-size);line-height:var(--stzh-font-deci-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}.stzh-text--size-regular.sc-stzh-text{font-size:var(--stzh-font-regular-font-size);line-height:var(--stzh-font-regular-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}.stzh-text--size-deca.sc-stzh-text{font-size:var(--stzh-font-deca-font-size);line-height:var(--stzh-font-deca-text-line-height);letter-spacing:var(--stzh-font-deca-text-letter-spacing)}.stzh-text--size-hecto.sc-stzh-text{font-size:var(--stzh-font-hecto-font-size);line-height:var(--stzh-font-hecto-text-line-height);letter-spacing:var(--stzh-font-hecto-text-letter-spacing)}.stzh-text--size-kilo.sc-stzh-text{font-size:var(--stzh-font-kilo-font-size);line-height:var(--stzh-font-kilo-text-line-height);letter-spacing:var(--stzh-font-kilo-text-letter-spacing)}.stzh-text--size-mega.sc-stzh-text{font-size:var(--stzh-font-mega-font-size);line-height:var(--stzh-font-mega-text-line-height);letter-spacing:var(--stzh-font-mega-text-letter-spacing)}.stzh-text--size-giga.sc-stzh-text{font-size:var(--stzh-font-giga-font-size);line-height:var(--stzh-font-giga-text-line-height);letter-spacing:var(--stzh-font-giga-text-letter-spacing)}.stzh-text--size-hero.sc-stzh-text{font-size:var(--stzh-font-hero-font-size);line-height:var(--stzh-font-hero-text-line-height);letter-spacing:var(--stzh-font-hero-text-letter-spacing)}@media screen and (min-width: 600px){.stzh-text--size-small-femto.sc-stzh-text{font-size:var(--stzh-font-femto-font-size);line-height:var(--stzh-font-femto-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-pico.sc-stzh-text{font-size:var(--stzh-font-pico-font-size);line-height:var(--stzh-font-pico-text-line-height)}}@media screen and (min-width: 600px){.stzh-text--size-small-nano.sc-stzh-text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height)}}@media screen and (min-width: 600px){.stzh-text--size-small-micro.sc-stzh-text{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}}@media screen and (min-width: 600px){.stzh-text--size-small-milli.sc-stzh-text{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-centi.sc-stzh-text{font-size:var(--stzh-font-centi-font-size);line-height:var(--stzh-font-centi-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-deci.sc-stzh-text{font-size:var(--stzh-font-deci-font-size);line-height:var(--stzh-font-deci-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-regular.sc-stzh-text{font-size:var(--stzh-font-regular-font-size);line-height:var(--stzh-font-regular-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-deca.sc-stzh-text{font-size:var(--stzh-font-deca-font-size);line-height:var(--stzh-font-deca-text-line-height);letter-spacing:var(--stzh-font-deca-text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-hecto.sc-stzh-text{font-size:var(--stzh-font-hecto-font-size);line-height:var(--stzh-font-hecto-text-line-height);letter-spacing:var(--stzh-font-hecto-text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-kilo.sc-stzh-text{font-size:var(--stzh-font-kilo-font-size);line-height:var(--stzh-font-kilo-text-line-height);letter-spacing:var(--stzh-font-kilo-text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-mega.sc-stzh-text{font-size:var(--stzh-font-mega-font-size);line-height:var(--stzh-font-mega-text-line-height);letter-spacing:var(--stzh-font-mega-text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-giga.sc-stzh-text{font-size:var(--stzh-font-giga-font-size);line-height:var(--stzh-font-giga-text-line-height);letter-spacing:var(--stzh-font-giga-text-letter-spacing)}}@media screen and (min-width: 600px){.stzh-text--size-small-hero.sc-stzh-text{font-size:var(--stzh-font-hero-font-size);line-height:var(--stzh-font-hero-text-line-height);letter-spacing:var(--stzh-font-hero-text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-femto.sc-stzh-text{font-size:var(--stzh-font-femto-font-size);line-height:var(--stzh-font-femto-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-pico.sc-stzh-text{font-size:var(--stzh-font-pico-font-size);line-height:var(--stzh-font-pico-text-line-height)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-nano.sc-stzh-text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-micro.sc-stzh-text{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-milli.sc-stzh-text{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-centi.sc-stzh-text{font-size:var(--stzh-font-centi-font-size);line-height:var(--stzh-font-centi-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-deci.sc-stzh-text{font-size:var(--stzh-font-deci-font-size);line-height:var(--stzh-font-deci-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-regular.sc-stzh-text{font-size:var(--stzh-font-regular-font-size);line-height:var(--stzh-font-regular-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-deca.sc-stzh-text{font-size:var(--stzh-font-deca-font-size);line-height:var(--stzh-font-deca-text-line-height);letter-spacing:var(--stzh-font-deca-text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-hecto.sc-stzh-text{font-size:var(--stzh-font-hecto-font-size);line-height:var(--stzh-font-hecto-text-line-height);letter-spacing:var(--stzh-font-hecto-text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-kilo.sc-stzh-text{font-size:var(--stzh-font-kilo-font-size);line-height:var(--stzh-font-kilo-text-line-height);letter-spacing:var(--stzh-font-kilo-text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-mega.sc-stzh-text{font-size:var(--stzh-font-mega-font-size);line-height:var(--stzh-font-mega-text-line-height);letter-spacing:var(--stzh-font-mega-text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-giga.sc-stzh-text{font-size:var(--stzh-font-giga-font-size);line-height:var(--stzh-font-giga-text-line-height);letter-spacing:var(--stzh-font-giga-text-letter-spacing)}}@media screen and (min-width: 800px){.stzh-text--size-smallheader-hero.sc-stzh-text{font-size:var(--stzh-font-hero-font-size);line-height:var(--stzh-font-hero-text-line-height);letter-spacing:var(--stzh-font-hero-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-femto.sc-stzh-text{font-size:var(--stzh-font-femto-font-size);line-height:var(--stzh-font-femto-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-pico.sc-stzh-text{font-size:var(--stzh-font-pico-font-size);line-height:var(--stzh-font-pico-text-line-height)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-nano.sc-stzh-text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-micro.sc-stzh-text{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-milli.sc-stzh-text{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-centi.sc-stzh-text{font-size:var(--stzh-font-centi-font-size);line-height:var(--stzh-font-centi-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-deci.sc-stzh-text{font-size:var(--stzh-font-deci-font-size);line-height:var(--stzh-font-deci-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-regular.sc-stzh-text{font-size:var(--stzh-font-regular-font-size);line-height:var(--stzh-font-regular-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-deca.sc-stzh-text{font-size:var(--stzh-font-deca-font-size);line-height:var(--stzh-font-deca-text-line-height);letter-spacing:var(--stzh-font-deca-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-hecto.sc-stzh-text{font-size:var(--stzh-font-hecto-font-size);line-height:var(--stzh-font-hecto-text-line-height);letter-spacing:var(--stzh-font-hecto-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-kilo.sc-stzh-text{font-size:var(--stzh-font-kilo-font-size);line-height:var(--stzh-font-kilo-text-line-height);letter-spacing:var(--stzh-font-kilo-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-mega.sc-stzh-text{font-size:var(--stzh-font-mega-font-size);line-height:var(--stzh-font-mega-text-line-height);letter-spacing:var(--stzh-font-mega-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-giga.sc-stzh-text{font-size:var(--stzh-font-giga-font-size);line-height:var(--stzh-font-giga-text-line-height);letter-spacing:var(--stzh-font-giga-text-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-text--size-medium-hero.sc-stzh-text{font-size:var(--stzh-font-hero-font-size);line-height:var(--stzh-font-hero-text-line-height);letter-spacing:var(--stzh-font-hero-text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-femto.sc-stzh-text{font-size:var(--stzh-font-femto-font-size);line-height:var(--stzh-font-femto-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-pico.sc-stzh-text{font-size:var(--stzh-font-pico-font-size);line-height:var(--stzh-font-pico-text-line-height)}}@media screen and (min-width: 1260px){.stzh-text--size-large-nano.sc-stzh-text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height)}}@media screen and (min-width: 1260px){.stzh-text--size-large-micro.sc-stzh-text{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}}@media screen and (min-width: 1260px){.stzh-text--size-large-milli.sc-stzh-text{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-centi.sc-stzh-text{font-size:var(--stzh-font-centi-font-size);line-height:var(--stzh-font-centi-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-deci.sc-stzh-text{font-size:var(--stzh-font-deci-font-size);line-height:var(--stzh-font-deci-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-regular.sc-stzh-text{font-size:var(--stzh-font-regular-font-size);line-height:var(--stzh-font-regular-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-deca.sc-stzh-text{font-size:var(--stzh-font-deca-font-size);line-height:var(--stzh-font-deca-text-line-height);letter-spacing:var(--stzh-font-deca-text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-hecto.sc-stzh-text{font-size:var(--stzh-font-hecto-font-size);line-height:var(--stzh-font-hecto-text-line-height);letter-spacing:var(--stzh-font-hecto-text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-kilo.sc-stzh-text{font-size:var(--stzh-font-kilo-font-size);line-height:var(--stzh-font-kilo-text-line-height);letter-spacing:var(--stzh-font-kilo-text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-mega.sc-stzh-text{font-size:var(--stzh-font-mega-font-size);line-height:var(--stzh-font-mega-text-line-height);letter-spacing:var(--stzh-font-mega-text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-giga.sc-stzh-text{font-size:var(--stzh-font-giga-font-size);line-height:var(--stzh-font-giga-text-line-height);letter-spacing:var(--stzh-font-giga-text-letter-spacing)}}@media screen and (min-width: 1260px){.stzh-text--size-large-hero.sc-stzh-text{font-size:var(--stzh-font-hero-font-size);line-height:var(--stzh-font-hero-text-line-height);letter-spacing:var(--stzh-font-hero-text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-femto.sc-stzh-text{font-size:var(--stzh-font-femto-font-size);line-height:var(--stzh-font-femto-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-pico.sc-stzh-text{font-size:var(--stzh-font-pico-font-size);line-height:var(--stzh-font-pico-text-line-height)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-nano.sc-stzh-text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-micro.sc-stzh-text{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-milli.sc-stzh-text{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-centi.sc-stzh-text{font-size:var(--stzh-font-centi-font-size);line-height:var(--stzh-font-centi-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-deci.sc-stzh-text{font-size:var(--stzh-font-deci-font-size);line-height:var(--stzh-font-deci-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-regular.sc-stzh-text{font-size:var(--stzh-font-regular-font-size);line-height:var(--stzh-font-regular-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-deca.sc-stzh-text{font-size:var(--stzh-font-deca-font-size);line-height:var(--stzh-font-deca-text-line-height);letter-spacing:var(--stzh-font-deca-text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-hecto.sc-stzh-text{font-size:var(--stzh-font-hecto-font-size);line-height:var(--stzh-font-hecto-text-line-height);letter-spacing:var(--stzh-font-hecto-text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-kilo.sc-stzh-text{font-size:var(--stzh-font-kilo-font-size);line-height:var(--stzh-font-kilo-text-line-height);letter-spacing:var(--stzh-font-kilo-text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-mega.sc-stzh-text{font-size:var(--stzh-font-mega-font-size);line-height:var(--stzh-font-mega-text-line-height);letter-spacing:var(--stzh-font-mega-text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-giga.sc-stzh-text{font-size:var(--stzh-font-giga-font-size);line-height:var(--stzh-font-giga-text-line-height);letter-spacing:var(--stzh-font-giga-text-letter-spacing)}}@media screen and (min-width: 1440px){.stzh-text--size-ultra-hero.sc-stzh-text{font-size:var(--stzh-font-hero-font-size);line-height:var(--stzh-font-hero-text-line-height);letter-spacing:var(--stzh-font-hero-text-letter-spacing)}}";var h=t("stzh_text",function(){function t(t){e(this,t);this.font="default";this.curve="default";this.lead=false;this.size="inherit";this.sizeSmall="inherit";this.sizeMedium="inherit";this.sizeLarge="inherit";this.sizeUltra="inherit"}t.prototype.render=function(){var t;return i(s,null,i("div",{class:(t={"stzh-text":true,"stzh-text--is-lead":this.lead},t["stzh-text--font-".concat(this.font)]=!!this.font,t["stzh-text--curve-".concat(this.curve)]=!!this.curve,t["stzh-text--size-".concat(this.size)]=!!this.size,t["stzh-text--size-small-".concat(this.sizeSmall)]=!!this.sizeSmall,t["stzh-text--size-medium-".concat(this.sizeMedium)]=!!this.sizeMedium,t["stzh-text--size-large-".concat(this.sizeLarge)]=!!this.sizeLarge,t["stzh-text--size-ultra-".concat(this.sizeUltra)]=!!this.sizeUltra,t)},i("slot",null)))};return t}());h.style=n}}}));
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,e,n,r){function i(t){return t instanceof n?t:new n((function(e){e(t)}))}return new(n||(n=Promise))((function(n,o){function a(t){try{c(r.next(t))}catch(e){o(e)}}function s(t){try{c(r["throw"](t))}catch(e){o(e)}}function c(t){t.done?n(t.value):i(t.value).then(a,s)}c((r=r.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var n={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,i,o,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(t){return function(e){return c([t,e])}}function c(a){if(r)throw new TypeError("Generator is already executing.");while(n)try{if(r=1,i&&(o=a[0]&2?i["return"]:a[0]?i["throw"]||((o=i["return"])&&o.call(i),0):i.next)&&!(o=o.call(i,a[1])).done)return o;if(i=0,o)a=[a[0]&2,o.value];switch(a[0]){case 0:case 1:o=a;break;case 4:n.label++;return{value:a[1],done:false};case 5:n.label++;i=a[1];a=[0];continue;case 7:a=n.ops.pop();n.trys.pop();continue;default:if(!(o=n.trys,o=o.length>0&&o[o.length-1])&&(a[0]===6||a[0]===2)){n=0;continue}if(a[0]===3&&(!o||a[1]>o[0]&&a[1]<o[3])){n.label=a[1];break}if(a[0]===6&&n.label<o[1]){n.label=o[1];o=a;break}if(o&&n.label<o[2]){n.label=o[2];n.ops.push(a);break}if(o[2])n.ops.pop();n.trys.pop();continue}a=e.call(t,n)}catch(s){a=[6,s];i=0}finally{r=o=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}};System.register(["./p-dbdc01c7.system.js","./p-ded16c0e.system.js","./p-f58c28ad.system.js","./p-a408bfba.system.js","./p-309d2b66.system.js","./p-eaa65f52.system.js"],(function(t){"use strict";var e,n,r,i,o,a,s,c,h,u;return{setters:[function(t){e=t.r;n=t.c;r=t.h;i=t.a;o=t.g},function(t){a=t.a},function(t){s=t.a},function(t){c=t.f},function(t){h=t.c},function(t){u=t.VBZ}],execute:function(){var l=".sc-stzh-vbz-majorticker-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-vbz-majorticker-h{display:none}.sc-stzh-vbz-majorticker-h *.sc-stzh-vbz-majorticker,.sc-stzh-vbz-majorticker-h *.sc-stzh-vbz-majorticker::before,.sc-stzh-vbz-majorticker-h *.sc-stzh-vbz-majorticker::after{-webkit-box-sizing:border-box;box-sizing:border-box}.stzh-vbz-majorticker__ghettobox.sc-stzh-vbz-majorticker{--background-color:var(--stzh-color-coral);--color:var(--stzh-color-black);--close-color:var(--stzh-color-black)}";var f=t("stzh_vbz_majorticker",function(){function t(t){var r=this;e(this,t);this.stzhDisturbanceFetched=n(this,"stzhDisturbanceFetched",7);this.disturbance=null;this.onGhettoboxOpen=function(){r.ghettoboxShown=true};this.onGhettoboxClose=function(){r.ghettoboxShown=false};this.api="https://fpbe.zvv.ch/restproxy/himsearch?format=json&accessId=unic&channels=ticker&additionalfields=tickers:VBZ&orderBy=LMOD_DESC&lang={lang}";this.data="";this.moreInfoLink="https://zvv.ch/zvv/{lang}/fahrplan/vl.html?himIds={id}";this.dateAdapter=undefined;this.localization=undefined;this.ghettoboxCloseTimeKey=undefined;this.ghettoboxShown=true}t.prototype.getGhettoboxShown=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.ghettoboxShown]}))}))};t.prototype.getDisturbance=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.disturbance]}))}))};t.prototype.apiWatcher=function(t){return __awaiter(this,void 0,void 0,(function(){var e,n;return __generator(this,(function(r){switch(r.label){case 0:if(!t){return[2]}e=this.api.replace(/\{lang\}/,this.localization.$locale);e=e+(e.includes("?")?"&":"?")+Date.now();return[4,a.get(e)];case 1:n=r.sent().data;this.data=n;return[2]}}))}))};t.prototype.dataWatcher=function(t){return __awaiter(this,void 0,void 0,(function(){var e,n,r,i,o;return __generator(this,(function(a){if(typeof t==="string"){this._data=JSON.parse(t)}else{this._data=t}r=(n=(e=this._data)===null||e===void 0?void 0:e.Message)===null||n===void 0?void 0:n.find((function(t){return t.category===u.DISTURBANCE_INFORMATION&&t.baseType===u.BASE_TYPE_GLOBAL}));if(r){i=r.channel.filter((function(t){return t.name===u.CHANNEL_TICKER&&t.url})).map((function(t){return t.url})).reduce((function(t,e){return t.concat(e)}),[]);o=i.find((function(t){return t.url.indexOf(u.CHANNEL_INFO_URL_FILTER)!==-1}));this.disturbance={id:r.id,head:r.head,text:s(r.text),startDate:new Date("".concat(r.sDate,"T").concat(r.sTime,"+02:00")),endDate:new Date("".concat(r.eDate,"T").concat(r.eTime,"+02:00")),altStart:r.altStart,altEnd:r.altEnd,infoUrl:o}}this.stzhDisturbanceFetched.emit({component:"stzh-vbz-majorticker",disturbance:this.disturbance});return[2]}))}))};t.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(e){switch(e.label){case 0:if(!!this.localization)return[3,2];t=this;return[4,c(this.element,"vbz-majorticker")];case 1:t.localization=e.sent();e.label=2;case 2:if(!this.dateAdapter){this.dateAdapter=h(this.localization.$formats,this.localization.$globals)}if(!this.data)return[3,4];return[4,this.dataWatcher(this.data)];case 3:e.sent();return[3,6];case 4:return[4,this.apiWatcher(this.api)];case 5:e.sent();e.label=6;case 6:return[2]}}))}))};t.prototype.render=function(){var t={"stzh-vbz-majorticker":true};return r(i,{hidden:!this.disturbance||!this.ghettoboxShown},r("div",{class:t},this.disturbance&&r("stzh-ghettobox",{onStzhOpen:this.onGhettoboxOpen,onStzhClose:this.onGhettoboxClose,class:"stzh-vbz-majorticker__ghettobox",hideClose:true,closeTimeKey:this.ghettoboxCloseTimeKey,mainTitle:this.disturbance.head,publishDate:this.disturbance.startDate},r("stzh-richtext",{innerHTML:this.disturbance.text}),this.disturbance.infoUrl?r("stzh-button",{slot:"button",href:this.disturbance.infoUrl.url},this.disturbance.infoUrl.name):r("stzh-button",{slot:"button",target:"_blank",href:this.moreInfoLink.replace(/\{lang\}/,this.localization.$locale).replace(/\{id\}/,this.disturbance.id)},this.localization.moreInfo))))};Object.defineProperty(t.prototype,"element",{get:function(){return o(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{api:["apiWatcher"],data:["dataWatcher"]}},enumerable:false,configurable:true});return t}());f.style=l}}}));
@@ -0,0 +1 @@
1
+ import{r as t,h as s,a as e,g as a}from"./p-9a5ebb1f.js";const h=class{constructor(s){t(this,s),this.init=()=>{this.element.querySelectorAll("stzh-link").forEach((t=>{t.setAttribute("role","listitem")}))}}connectedCallback(){this.init(),this.observer=new MutationObserver(this.init),this.observer.observe(this.element,{childList:!0,subtree:!0})}disconnectedCallback(){this.observer.disconnect()}render(){return s(e,null,s("div",{class:"stzh-metanav",role:"list"},s("slot",null)))}get element(){return a(this)}};h.style=".sc-stzh-metanav-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-metanav-h{display:none}.sc-stzh-metanav-h *.sc-stzh-metanav,.sc-stzh-metanav-h *.sc-stzh-metanav::before,.sc-stzh-metanav-h *.sc-stzh-metanav::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-metanav-h .sc-stzh-metanav-s>stzh-link .stzh-link{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);padding:var(--stzh-space-xsmall) var(--stzh-space-small);color:var(--stzh-color-grey61)}.sc-stzh-metanav-h .sc-stzh-metanav-s>stzh-link .stzh-link:hover{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.sc-stzh-metanav-h .sc-stzh-metanav-s>stzh-link .stzh-link:hover .stzh-link__text{text-decoration:underline}.sc-stzh-metanav-h .sc-stzh-metanav-s>stzh-link .stzh-link__text{text-decoration:none}.stzh-metanav.sc-stzh-metanav{display:-ms-flexbox;display:flex}";export{h as stzh_metanav}
@@ -0,0 +1 @@
1
+ import{r as s,h as t,F as a,a as e,g as i}from"./p-9a5ebb1f.js";import{h as c}from"./p-86a29c35.js";const d=class{constructor(t){s(this,t),this._numbers=[],this._availability=[],this.availabilityDataItems=[],this.type="Organization",this.heading=void 0,this.mainHeading=void 0,this.name=void 0,this.street=void 0,this.streetInfo=void 0,this.postalCode=void 0,this.location=void 0,this.numbers=[],this.poBoxHeading=void 0,this.poboxTitle=void 0,this.poboxPostalCode=void 0,this.poboxLocation=void 0,this.availabilityTitle=void 0,this.availability=void 0,this.withBorder=!1}availabilityWatcher(s){this._availability="string"==typeof s?JSON.parse(s):s,this._availability&&(this.availabilityDataItems=this._availability.map((s=>({value:s.hours.join(" | "),label:s.weekday}))))}numbersWatcher(s){this._numbers="string"==typeof s?JSON.parse(s):s}async componentWillLoad(){this.numbersWatcher(this.numbers),this.availabilityWatcher(this.availability)}render(){const s=c(this.element,"image");return t(e,null,t("div",{class:{"stzh-contactaddress":!0,"stzh-contactaddress--has-image":s,"stzh-contactaddress--has-border":this.withBorder},itemscope:!0,itemtype:`http://schema.org/${this.type}`},t("div",{class:"stzh-contactaddress__image"},t("slot",{name:"image"})),t("div",{class:"stzh-contactaddress__wrapper"},this.mainHeading&&t("stzh-heading",{level:"3",class:"stzh-contactaddress__main-heading",itemprop:"Organization"===this.type&&!this.heading||"Person"===this.type&&!this.name?"name":null,innerHTML:this.mainHeading}),t("div",{class:"stzh-contactaddress__inner-wrapper"},t("div",{class:"stzh-contactaddress__info"},this.heading&&t("stzh-heading",{level:"4",class:"stzh-contactaddress__heading",itemprop:"Organization"!==this.type&&this.name?null:"name",innerHTML:this.heading}),this.name&&t("div",{class:"stzh-contactaddress__name",itemprop:"Person"===this.type?"name":null},this.name),(this.street||this.postalCode||this.location)&&t("div",{class:"stzh-contactaddress__address",itemprop:"address",itemscope:!0,itemtype:"http://schema.org/PostalAddress"},this.street&&t("div",{class:"stzh-contactaddress__street",itemprop:"streetAddress"},this.street,this.streetInfo&&t(a,null,t("br",null)," ",this.streetInfo)),this.postalCode&&t("span",{class:"stzh-contactaddress__postal-code",itemprop:"postalCode"},this.postalCode," "),this.location&&t("span",{class:"stzh-contactaddress__locality",itemprop:"addressLocality"},this.location)),this._numbers.map((s=>{return t("div",{class:"stzh-contactaddress__number"},t("span",null,s.label," "),t("span",{itemprop:"fax"===s.type?"faxNumber":"telephone"},t("a",{class:"stzh-contactaddress__number-link",href:`${s.type}:${a=s.number,a.replace(/\s/g,"")}`},s.number)));var a})),(this.poBoxHeading||this.poboxTitle||this.poboxPostalCode||this.poboxLocation)&&t("div",{class:"stzh-contactaddress__pobox"},t("div",{class:"stzh-contactaddress__pobox-heading"},this.poBoxHeading),t("div",{class:"stzh-contactaddress__pobox-title"},this.poboxTitle),t("span",{class:"stzh-contactaddress__pobox-postal-code"},this.poboxPostalCode," "),t("span",{class:"stzh-contactaddress__pobox-locality"},this.poboxLocation))),this.availability&&t("div",{class:"stzh-contactaddress__availability"},this.availabilityTitle&&t("stzh-heading",{level:"4",class:"stzh-contactaddress__availability-title"},this.availabilityTitle),t("stzh-datalist",{hideBorder:!0,directionSmall:"vertical",items:this.availabilityDataItems}))))))}get element(){return i(this)}static get watchers(){return{availability:["availabilityWatcher"],numbers:["numbersWatcher"]}}};d.style=".sc-stzh-contactaddress-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-contactaddress-h{display:none}.sc-stzh-contactaddress-h *.sc-stzh-contactaddress,.sc-stzh-contactaddress-h *.sc-stzh-contactaddress::before,.sc-stzh-contactaddress-h *.sc-stzh-contactaddress::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-contactaddress-h .sc-stzh-contactaddress-s>[slot=image]{width:5.5rem;height:5.5rem;top:0;left:0;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-bottom:var(--stzh-space-xlarge)}@media screen and (min-width: 800px){.sc-stzh-contactaddress-h .sc-stzh-contactaddress-s>[slot=image]{margin-right:var(--stzh-space-xlarge);margin-bottom:0}}@media screen and (min-width: 800px) and (min-width: 1024px){.sc-stzh-contactaddress-h .sc-stzh-contactaddress-s>[slot=image]{margin-right:var(--stzh-space-xxlarge)}}@media screen and (min-width: 800px) and (min-width: 1260px){.sc-stzh-contactaddress-h .sc-stzh-contactaddress-s>[slot=image]{margin-right:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1260px){.sc-stzh-contactaddress-h .sc-stzh-contactaddress-s>[slot=image]{width:12.25rem;height:12.25rem}}.stzh-contactaddress.sc-stzh-contactaddress{font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing)}@media screen and (min-width: 1024px){.stzh-contactaddress.sc-stzh-contactaddress{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}.stzh-contactaddress.sc-stzh-contactaddress,.stzh-contactaddress__inner-wrapper.sc-stzh-contactaddress{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 800px){.stzh-contactaddress.sc-stzh-contactaddress,.stzh-contactaddress__inner-wrapper.sc-stzh-contactaddress{-ms-flex-direction:row;flex-direction:row}}.stzh-contactaddress__wrapper.sc-stzh-contactaddress{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.stzh-contactaddress__image.sc-stzh-contactaddress{display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}.stzh-contactaddress__pobox.sc-stzh-contactaddress{margin-top:var(--stzh-space-small)}@media screen and (min-width: 1024px){.stzh-contactaddress__pobox.sc-stzh-contactaddress{margin-top:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){.stzh-contactaddress__pobox.sc-stzh-contactaddress{margin-top:var(--stzh-space-large)}}.stzh-contactaddress__main-heading.sc-stzh-contactaddress{margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){.stzh-contactaddress__main-heading.sc-stzh-contactaddress{margin-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){.stzh-contactaddress__main-heading.sc-stzh-contactaddress{margin-bottom:var(--stzh-space-large)}}.stzh-contactaddress__number-link.sc-stzh-contactaddress{color:var(--stzh-link-color);-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);border-radius:var(--stzh-button-border-radius)}.stzh-contactaddress__number-link.sc-stzh-contactaddress:hover,.stzh-contactaddress__number-link.sc-stzh-contactaddress:focus{color:var(--stzh-link-hover-color)}.stzh-contactaddress__info.sc-stzh-contactaddress{-ms-flex-positive:1;flex-grow:1}@media screen and (min-width: 800px){.stzh-contactaddress__info.sc-stzh-contactaddress{-ms-flex-preferred-size:45%;flex-basis:45%}}.stzh-contactaddress__availability-title.sc-stzh-contactaddress{margin-bottom:var(--stzh-space-xsmall)}.stzh-contactaddress__availability.sc-stzh-contactaddress{margin-top:var(--stzh-space-xlarge)}@media screen and (min-width: 800px){.stzh-contactaddress__availability.sc-stzh-contactaddress{margin-left:var(--stzh-space-xlarge);margin-top:0;-ms-flex-preferred-size:55%;flex-basis:55%}}@media screen and (min-width: 800px) and (min-width: 1024px){.stzh-contactaddress__availability.sc-stzh-contactaddress{margin-left:var(--stzh-space-xxlarge)}}@media screen and (min-width: 800px) and (min-width: 1260px){.stzh-contactaddress__availability.sc-stzh-contactaddress{margin-left:var(--stzh-space-xxxlarge)}}.stzh-contactaddress--has-border.sc-stzh-contactaddress{padding-bottom:var(--stzh-space-xlarge);border-bottom:0.0625rem solid var(--stzh-base-border-color)}";export{d as stzh_contactaddress}