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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (427) hide show
  1. package/dist/cjs/{_commonjsHelpers-dcc4cf71.js → _commonjsHelpers-bcc1208a.js} +0 -16
  2. package/dist/cjs/app-globals-d7bd37fe.js +889 -0
  3. package/dist/cjs/{js.cookie-226c94ed.js → js.cookie-9c263d23.js} +1 -1
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/stzh-actions.cjs.entry.js +3 -1
  6. package/dist/cjs/stzh-actionset.cjs.entry.js +11 -6
  7. package/dist/cjs/stzh-appnav.cjs.entry.js +3 -1
  8. package/dist/cjs/stzh-badge_3.cjs.entry.js +20 -8
  9. package/dist/cjs/stzh-calendar.cjs.entry.js +1 -1
  10. package/dist/cjs/stzh-card_3.cjs.entry.js +36 -29
  11. package/dist/cjs/stzh-carousel.cjs.entry.js +522 -0
  12. package/dist/cjs/stzh-chart.cjs.entry.js +5998 -5171
  13. package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +3 -1
  14. package/dist/cjs/stzh-chip_2.cjs.entry.js +82 -5
  15. package/dist/cjs/stzh-components.cjs.js +2 -2
  16. package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
  17. package/dist/cjs/stzh-datalist_2.cjs.entry.js +10 -3
  18. package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +1 -1
  19. package/dist/cjs/stzh-datatable.cjs.entry.js +16 -4
  20. package/dist/cjs/stzh-datepicker_3.cjs.entry.js +3 -1
  21. package/dist/cjs/stzh-dialog.cjs.entry.js +16 -13
  22. package/dist/cjs/stzh-dropdown.cjs.entry.js +2 -2
  23. package/dist/cjs/stzh-footer.cjs.entry.js +3 -1
  24. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +17 -4
  25. package/dist/cjs/stzh-header.cjs.entry.js +32 -27
  26. package/dist/cjs/stzh-hspace.cjs.entry.js +1 -1
  27. package/dist/cjs/stzh-input.cjs.entry.js +1 -1
  28. package/dist/cjs/stzh-invert.cjs.entry.js +1 -1
  29. package/dist/cjs/stzh-link.cjs.entry.js +15 -4
  30. package/dist/cjs/stzh-loader.cjs.entry.js +1 -1
  31. package/dist/cjs/stzh-menu_2.cjs.entry.js +2 -2
  32. package/dist/cjs/stzh-message.cjs.entry.js +2 -2
  33. package/dist/cjs/stzh-metanav.cjs.entry.js +3 -1
  34. package/dist/cjs/stzh-microsite-teaserlist.cjs.entry.js +1 -1
  35. package/dist/cjs/stzh-olmap.cjs.entry.js +1 -1
  36. package/dist/cjs/stzh-page-skiplinks.cjs.entry.js +3 -1
  37. package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +4 -2
  38. package/dist/cjs/stzh-pagetitle.cjs.entry.js +3 -1
  39. package/dist/cjs/stzh-popover.cjs.entry.js +1 -1
  40. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  41. package/dist/cjs/stzh-readspeaker.cjs.entry.js +3 -1
  42. package/dist/cjs/stzh-sortable.cjs.entry.js +4 -2
  43. package/dist/cjs/stzh-space.cjs.entry.js +1 -1
  44. package/dist/cjs/stzh-sticky.cjs.entry.js +3 -1
  45. package/dist/cjs/stzh-table.cjs.entry.js +14 -4
  46. package/dist/cjs/stzh-upload.cjs.entry.js +1 -1
  47. package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +1 -1
  48. package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +16 -11
  49. package/dist/cjs/stzh-vspace.cjs.entry.js +1 -1
  50. package/dist/collection/assets/i18n/de.json +10 -0
  51. package/dist/collection/assets/i18n/en.json +11 -1
  52. package/dist/collection/collection-manifest.json +1 -0
  53. package/dist/collection/components/stzh-actions/stzh-actions.js +3 -1
  54. package/dist/collection/components/stzh-actionset/stzh-actionset.js +11 -33
  55. package/dist/collection/components/stzh-appnav/stzh-appnav.js +3 -1
  56. package/dist/collection/components/stzh-button/stzh-button.css +16 -1
  57. package/dist/collection/components/stzh-button/stzh-button.js +73 -7
  58. package/dist/collection/components/stzh-calendar/stzh-calendar.css +1 -1
  59. package/dist/collection/components/stzh-card/stzh-card.css +34 -9
  60. package/dist/collection/components/stzh-card/stzh-card.js +52 -54
  61. package/dist/collection/components/stzh-carousel/stzh-carousel.css +253 -0
  62. package/dist/collection/components/stzh-carousel/stzh-carousel.js +966 -0
  63. package/dist/collection/components/stzh-carousel/stzh-carousel.localization.js +1 -0
  64. package/dist/collection/components/stzh-carousel/stzh-carousel.stories.js +138 -0
  65. package/dist/collection/components/stzh-chart/stzh-chart.css +101 -54
  66. package/dist/collection/components/stzh-chart/stzh-chart.stories.js +1 -0
  67. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +3 -1
  68. package/dist/collection/components/stzh-chip/stzh-chip.css +19 -17
  69. package/dist/collection/components/stzh-chip/stzh-chip.js +2 -1
  70. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +1 -1
  71. package/dist/collection/components/stzh-clamp/stzh-clamp.css +46 -160
  72. package/dist/collection/components/stzh-clamp/stzh-clamp.js +218 -8
  73. package/dist/collection/components/stzh-clamp/stzh-clamp.localization.js +1 -0
  74. package/dist/collection/components/stzh-clamp/stzh-clamp.stories.js +1 -1
  75. package/dist/collection/components/stzh-cspace/stzh-cspace.css +36 -0
  76. package/dist/collection/components/stzh-datalist/stzh-datalist.js +18 -18
  77. package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.css +11 -0
  78. package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.js +28 -1
  79. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +10 -0
  80. package/dist/collection/components/stzh-datatable/stzh-datatable.js +15 -12
  81. package/dist/collection/components/stzh-dialog/stzh-dialog.css +2 -2
  82. package/dist/collection/components/stzh-dialog/stzh-dialog.js +15 -12
  83. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +1 -1
  84. package/dist/collection/components/stzh-footer/stzh-footer.js +3 -1
  85. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +3 -1
  86. package/dist/collection/components/stzh-header/stzh-header.js +32 -45
  87. package/dist/collection/components/stzh-hspace/stzh-hspace.css +4 -0
  88. package/dist/collection/components/stzh-input/stzh-input.css +1 -1
  89. package/dist/collection/components/stzh-input/stzh-input.stories.js +12 -12
  90. package/dist/collection/components/stzh-invert/stzh-invert.css +4 -4
  91. package/dist/collection/components/stzh-link/stzh-link.css +11 -0
  92. package/dist/collection/components/stzh-link/stzh-link.js +68 -3
  93. package/dist/collection/components/stzh-loader/stzh-loader.css +4 -4
  94. package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +27 -27
  95. package/dist/collection/components/stzh-metanav/stzh-metanav.js +3 -1
  96. package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.js +1 -1
  97. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.js +3 -1
  98. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +3 -1
  99. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.css +4 -4
  100. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.js +3 -1
  101. package/dist/collection/components/stzh-popover/stzh-popover.css +3 -3
  102. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +118 -12
  103. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +3 -1
  104. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.js +3 -1
  105. package/dist/collection/components/stzh-richtext/stzh-richtext.css +14 -3
  106. package/dist/collection/components/stzh-richtext/stzh-richtext.js +32 -0
  107. package/dist/collection/components/stzh-sortable/stzh-sortable.css +1 -1
  108. package/dist/collection/components/stzh-sortable/stzh-sortable.js +3 -1
  109. package/dist/collection/components/stzh-space/stzh-space.css +4 -0
  110. package/dist/collection/components/stzh-sticky/stzh-sticky.js +3 -1
  111. package/dist/collection/components/stzh-table/stzh-table.js +14 -13
  112. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.js +16 -11
  113. package/dist/collection/components/stzh-vspace/stzh-vspace.css +4 -0
  114. package/dist/collection/global/js/script.js +2 -0
  115. package/dist/components/_commonjsHelpers.js +1 -16
  116. package/dist/components/index.d.ts +1 -0
  117. package/dist/components/index.js +835 -1
  118. package/dist/components/stzh-actions.js +3 -1
  119. package/dist/components/stzh-actionset2.js +12 -7
  120. package/dist/components/stzh-appnav.js +3 -1
  121. package/dist/components/stzh-button2.js +23 -8
  122. package/dist/components/stzh-calendar2.js +1 -1
  123. package/dist/components/stzh-card2.js +37 -29
  124. package/dist/components/stzh-carousel.d.ts +11 -0
  125. package/dist/components/stzh-carousel.js +568 -0
  126. package/dist/components/stzh-chart.js +5995 -5168
  127. package/dist/components/stzh-checkboxgroup.js +3 -1
  128. package/dist/components/stzh-chip-select2.js +21 -9
  129. package/dist/components/stzh-chip2.js +19 -6
  130. package/dist/components/stzh-clamp2.js +110 -11
  131. package/dist/components/stzh-cspace.js +1 -1
  132. package/dist/components/stzh-datalist-item2.js +10 -2
  133. package/dist/components/stzh-datalist2.js +3 -3
  134. package/dist/components/stzh-datamessagelist-item.js +17 -11
  135. package/dist/components/stzh-datatable.js +16 -4
  136. package/dist/components/stzh-dialog.js +16 -13
  137. package/dist/components/stzh-dropdown2.js +1 -1
  138. package/dist/components/stzh-footer.js +3 -1
  139. package/dist/components/stzh-ghettobox2.js +3 -1
  140. package/dist/components/stzh-header.js +33 -28
  141. package/dist/components/stzh-hspace.js +1 -1
  142. package/dist/components/stzh-input2.js +1 -1
  143. package/dist/components/stzh-invert.js +1 -1
  144. package/dist/components/stzh-link2.js +18 -4
  145. package/dist/components/stzh-loader2.js +1 -1
  146. package/dist/components/stzh-menu-item2.js +4 -4
  147. package/dist/components/stzh-metanav.js +3 -1
  148. package/dist/components/stzh-microsite-teaserlist.js +1 -1
  149. package/dist/components/stzh-page-skiplinks.js +3 -1
  150. package/dist/components/stzh-pagetitle-hero.js +4 -2
  151. package/dist/components/stzh-pagetitle.js +3 -1
  152. package/dist/components/stzh-popover2.js +1 -1
  153. package/dist/components/stzh-portal-mitwirken.js +1 -1
  154. package/dist/components/stzh-radiogroup2.js +3 -1
  155. package/dist/components/stzh-readspeaker.js +3 -1
  156. package/dist/components/stzh-richtext2.js +14 -1
  157. package/dist/components/stzh-sortable2.js +4 -2
  158. package/dist/components/stzh-space.js +1 -1
  159. package/dist/components/stzh-sticky.js +3 -1
  160. package/dist/components/stzh-table.js +15 -5
  161. package/dist/components/stzh-upload.js +1 -1
  162. package/dist/components/stzh-vbz-ticker.js +16 -11
  163. package/dist/components/stzh-vspace.js +1 -1
  164. package/dist/esm/{_commonjsHelpers-f9dc4873.js → _commonjsHelpers-ba3f0406.js} +1 -16
  165. package/dist/esm/app-globals-62e1178d.js +887 -0
  166. package/dist/esm/{js.cookie-53735b72.js → js.cookie-28a40640.js} +1 -1
  167. package/dist/esm/loader.js +2 -2
  168. package/dist/esm/stzh-actions.entry.js +3 -1
  169. package/dist/esm/stzh-actionset.entry.js +11 -6
  170. package/dist/esm/stzh-appnav.entry.js +3 -1
  171. package/dist/esm/stzh-badge_3.entry.js +20 -8
  172. package/dist/esm/stzh-calendar.entry.js +1 -1
  173. package/dist/esm/stzh-card_3.entry.js +36 -29
  174. package/dist/esm/stzh-carousel.entry.js +518 -0
  175. package/dist/esm/stzh-chart.entry.js +5995 -5168
  176. package/dist/esm/stzh-checkboxgroup.entry.js +3 -1
  177. package/dist/esm/stzh-chip_2.entry.js +82 -5
  178. package/dist/esm/stzh-components.js +2 -2
  179. package/dist/esm/stzh-cspace.entry.js +1 -1
  180. package/dist/esm/stzh-datalist_2.entry.js +10 -3
  181. package/dist/esm/stzh-datamessagelist-item.entry.js +1 -1
  182. package/dist/esm/stzh-datatable.entry.js +16 -4
  183. package/dist/esm/stzh-datepicker_3.entry.js +3 -1
  184. package/dist/esm/stzh-dialog.entry.js +16 -13
  185. package/dist/esm/stzh-dropdown.entry.js +2 -2
  186. package/dist/esm/stzh-footer.entry.js +3 -1
  187. package/dist/esm/stzh-ghettobox_2.entry.js +17 -4
  188. package/dist/esm/stzh-header.entry.js +32 -27
  189. package/dist/esm/stzh-hspace.entry.js +1 -1
  190. package/dist/esm/stzh-input.entry.js +1 -1
  191. package/dist/esm/stzh-invert.entry.js +1 -1
  192. package/dist/esm/stzh-link.entry.js +15 -4
  193. package/dist/esm/stzh-loader.entry.js +1 -1
  194. package/dist/esm/stzh-menu_2.entry.js +2 -2
  195. package/dist/esm/stzh-message.entry.js +2 -2
  196. package/dist/esm/stzh-metanav.entry.js +3 -1
  197. package/dist/esm/stzh-microsite-teaserlist.entry.js +1 -1
  198. package/dist/esm/stzh-olmap.entry.js +1 -1
  199. package/dist/esm/stzh-page-skiplinks.entry.js +3 -1
  200. package/dist/esm/stzh-pagetitle-hero.entry.js +4 -2
  201. package/dist/esm/stzh-pagetitle.entry.js +3 -1
  202. package/dist/esm/stzh-popover.entry.js +1 -1
  203. package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
  204. package/dist/esm/stzh-readspeaker.entry.js +3 -1
  205. package/dist/esm/stzh-sortable.entry.js +4 -2
  206. package/dist/esm/stzh-space.entry.js +1 -1
  207. package/dist/esm/stzh-sticky.entry.js +3 -1
  208. package/dist/esm/stzh-table.entry.js +14 -4
  209. package/dist/esm/stzh-upload.entry.js +1 -1
  210. package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
  211. package/dist/esm/stzh-vbz-ticker.entry.js +16 -11
  212. package/dist/esm/stzh-vspace.entry.js +1 -1
  213. package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +1 -0
  214. package/dist/esm-es5/app-globals-62e1178d.js +1 -0
  215. package/dist/esm-es5/{js.cookie-53735b72.js → js.cookie-28a40640.js} +1 -1
  216. package/dist/esm-es5/loader.js +1 -1
  217. package/dist/esm-es5/stzh-actions.entry.js +1 -1
  218. package/dist/esm-es5/stzh-actionset.entry.js +1 -1
  219. package/dist/esm-es5/stzh-appnav.entry.js +1 -1
  220. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  221. package/dist/esm-es5/stzh-calendar.entry.js +1 -1
  222. package/dist/esm-es5/stzh-card_3.entry.js +1 -1
  223. package/dist/esm-es5/stzh-carousel.entry.js +1 -0
  224. package/dist/esm-es5/stzh-chart.entry.js +3 -3
  225. package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
  226. package/dist/esm-es5/stzh-chip_2.entry.js +1 -1
  227. package/dist/esm-es5/stzh-components.js +1 -1
  228. package/dist/esm-es5/stzh-cspace.entry.js +1 -1
  229. package/dist/esm-es5/stzh-datalist_2.entry.js +1 -1
  230. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
  231. package/dist/esm-es5/stzh-datatable.entry.js +2 -2
  232. package/dist/esm-es5/stzh-datepicker_3.entry.js +1 -1
  233. package/dist/esm-es5/stzh-dialog.entry.js +1 -1
  234. package/dist/esm-es5/stzh-dropdown.entry.js +2 -2
  235. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  236. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  237. package/dist/esm-es5/stzh-header.entry.js +1 -1
  238. package/dist/esm-es5/stzh-hspace.entry.js +1 -1
  239. package/dist/esm-es5/stzh-input.entry.js +1 -1
  240. package/dist/esm-es5/stzh-invert.entry.js +1 -1
  241. package/dist/esm-es5/stzh-link.entry.js +1 -1
  242. package/dist/esm-es5/stzh-loader.entry.js +1 -1
  243. package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
  244. package/dist/esm-es5/stzh-message.entry.js +1 -1
  245. package/dist/esm-es5/stzh-metanav.entry.js +1 -1
  246. package/dist/esm-es5/stzh-microsite-teaserlist.entry.js +1 -1
  247. package/dist/esm-es5/stzh-olmap.entry.js +1 -1
  248. package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -1
  249. package/dist/esm-es5/stzh-pagetitle-hero.entry.js +1 -1
  250. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
  251. package/dist/esm-es5/stzh-popover.entry.js +1 -1
  252. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  253. package/dist/esm-es5/stzh-readspeaker.entry.js +1 -1
  254. package/dist/esm-es5/stzh-sortable.entry.js +2 -2
  255. package/dist/esm-es5/stzh-space.entry.js +1 -1
  256. package/dist/esm-es5/stzh-sticky.entry.js +1 -1
  257. package/dist/esm-es5/stzh-table.entry.js +1 -1
  258. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  259. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
  260. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
  261. package/dist/esm-es5/stzh-vspace.entry.js +1 -1
  262. package/dist/stzh-components/assets/i18n/de.json +10 -0
  263. package/dist/stzh-components/assets/i18n/en.json +11 -1
  264. package/dist/stzh-components/p-0a408348.entry.js +1 -0
  265. package/dist/stzh-components/{p-ff328114.system.entry.js → p-0c779613.system.entry.js} +1 -1
  266. package/dist/stzh-components/{p-55752bd5.system.entry.js → p-0e690e3e.system.entry.js} +1 -1
  267. package/dist/stzh-components/p-10b4fedd.system.entry.js +1 -0
  268. package/dist/stzh-components/p-14729939.entry.js +1 -0
  269. package/dist/stzh-components/p-1494b502.entry.js +1 -0
  270. package/dist/stzh-components/p-14d5a56d.entry.js +1 -0
  271. package/dist/stzh-components/p-205f5111.system.entry.js +1 -0
  272. package/dist/stzh-components/{p-c8cc2563.system.entry.js → p-263fd0bb.system.entry.js} +1 -1
  273. package/dist/stzh-components/p-2ed20db5.entry.js +1 -0
  274. package/dist/stzh-components/p-322e74e9.system.entry.js +1 -0
  275. package/dist/stzh-components/p-353294ce.entry.js +1 -0
  276. package/dist/stzh-components/p-396697db.system.entry.js +1 -0
  277. package/dist/stzh-components/p-3a73b8b5.system.js +1 -0
  278. package/dist/stzh-components/p-3af95b5d.entry.js +1 -0
  279. package/dist/stzh-components/p-3e8ff66b.js +1 -0
  280. package/dist/stzh-components/p-3f80ce87.entry.js +1 -0
  281. package/dist/stzh-components/{p-c2f909c1.system.entry.js → p-3fc51ad1.system.entry.js} +1 -1
  282. package/dist/stzh-components/p-4453449f.entry.js +1 -0
  283. package/dist/stzh-components/{p-6a94e520.system.entry.js → p-454e50f8.system.entry.js} +1 -1
  284. package/dist/stzh-components/{p-d54ff4d4.system.entry.js → p-47175c6f.system.entry.js} +1 -1
  285. package/dist/stzh-components/p-48d40c7c.system.entry.js +1 -0
  286. package/dist/stzh-components/{p-5c72664e.system.entry.js → p-4acb6752.system.entry.js} +1 -1
  287. package/dist/stzh-components/{p-b1ffc2a9.system.entry.js → p-4b995fe4.system.entry.js} +1 -1
  288. package/dist/stzh-components/{p-be97cb22.entry.js → p-4da7ebff.entry.js} +1 -1
  289. package/dist/stzh-components/p-4f8085e5.entry.js +1 -0
  290. package/dist/stzh-components/{p-2f4448c9.system.entry.js → p-558f336d.system.entry.js} +1 -1
  291. package/dist/stzh-components/p-5a4aef52.entry.js +1 -0
  292. package/dist/stzh-components/{p-484a366f.system.js → p-5db542ae.system.js} +1 -1
  293. package/dist/stzh-components/{p-72a62d0d.system.entry.js → p-6659b6f6.system.entry.js} +1 -1
  294. package/dist/stzh-components/{p-f3276ca5.system.entry.js → p-6a109ce9.system.entry.js} +1 -1
  295. package/dist/stzh-components/{p-1a98470f.system.entry.js → p-6a26c9eb.system.entry.js} +1 -1
  296. package/dist/stzh-components/p-6bc7f44a.entry.js +1 -0
  297. package/dist/stzh-components/{p-02d51685.entry.js → p-6ee87986.entry.js} +1 -1
  298. package/dist/stzh-components/p-7ff1640c.entry.js +1 -0
  299. package/dist/stzh-components/{p-26889a91.entry.js → p-814e5ae7.entry.js} +2 -2
  300. package/dist/stzh-components/p-821ca4af.system.entry.js +1 -0
  301. package/dist/stzh-components/{p-2b67b0b3.system.entry.js → p-884793dd.system.entry.js} +2 -2
  302. package/dist/stzh-components/{p-a32ae73a.system.entry.js → p-88fbb2fc.system.entry.js} +2 -2
  303. package/dist/stzh-components/p-8b16550d.entry.js +1 -0
  304. package/dist/stzh-components/{p-963a7526.system.entry.js → p-8c371d1d.system.entry.js} +1 -1
  305. package/dist/stzh-components/p-8eda017e.entry.js +1 -0
  306. package/dist/stzh-components/p-949f7885.system.js +1 -0
  307. package/dist/stzh-components/{p-6adc5f0c.system.entry.js → p-95bfbf67.system.entry.js} +1 -1
  308. package/dist/stzh-components/p-99d85a97.entry.js +1 -0
  309. package/dist/stzh-components/p-9a94b249.system.entry.js +1 -0
  310. package/dist/stzh-components/{p-32a03d1c.entry.js → p-9ed30a9f.entry.js} +1 -1
  311. package/dist/stzh-components/{p-febba79b.entry.js → p-9f29e6c3.entry.js} +1 -1
  312. package/dist/stzh-components/{p-67816aa4.entry.js → p-a0b2739a.entry.js} +1 -1
  313. package/dist/stzh-components/p-a2121744.system.entry.js +1 -0
  314. package/dist/stzh-components/p-a22ac109.entry.js +1 -0
  315. package/dist/stzh-components/p-a3bf419d.entry.js +1 -0
  316. package/dist/stzh-components/{p-c9c7d88a.entry.js → p-a47e205f.entry.js} +1 -1
  317. package/dist/stzh-components/p-aa2c81e6.system.entry.js +3 -0
  318. package/dist/stzh-components/{p-088b16c6.system.entry.js → p-abf13db9.system.entry.js} +1 -1
  319. package/dist/stzh-components/p-ad96eb50.entry.js +1 -0
  320. package/dist/stzh-components/p-ae7255f6.entry.js +1 -0
  321. package/dist/stzh-components/p-af05718d.system.entry.js +1 -0
  322. package/dist/stzh-components/p-af9aac53.entry.js +3 -0
  323. package/dist/stzh-components/{p-24b8df26.js → p-b10682ee.js} +1 -1
  324. package/dist/stzh-components/p-b4c28bf5.entry.js +1 -0
  325. package/dist/stzh-components/p-b4db3558.js +1 -0
  326. package/dist/stzh-components/p-b61f7404.entry.js +1 -0
  327. package/dist/stzh-components/p-b9adebdc.entry.js +1 -0
  328. package/dist/stzh-components/{p-c4c620fa.system.entry.js → p-b9bd42e6.system.entry.js} +1 -1
  329. package/dist/stzh-components/p-b9f784e4.system.entry.js +1 -0
  330. package/dist/stzh-components/{p-b92734db.entry.js → p-bcfba21f.entry.js} +1 -1
  331. package/dist/stzh-components/p-bd1a5d6d.system.entry.js +1 -0
  332. package/dist/stzh-components/p-c457dad2.system.entry.js +1 -0
  333. package/dist/stzh-components/{p-f8feb07b.entry.js → p-c80a9d50.entry.js} +1 -1
  334. package/dist/stzh-components/p-c9940c35.entry.js +1 -0
  335. package/dist/stzh-components/p-cab1a192.entry.js +1 -0
  336. package/dist/stzh-components/p-cd59cead.system.js +1 -0
  337. package/dist/stzh-components/{p-102e2bcd.system.entry.js → p-cd979ce9.system.entry.js} +1 -1
  338. package/dist/stzh-components/{p-512c38b3.system.entry.js → p-ce5db779.system.entry.js} +1 -1
  339. package/dist/stzh-components/p-d29fd401.entry.js +1 -0
  340. package/dist/stzh-components/{p-7e4261ce.system.entry.js → p-d5514e5b.system.entry.js} +1 -1
  341. package/dist/stzh-components/{p-51b3a560.system.entry.js → p-d585e8fd.system.entry.js} +1 -1
  342. package/dist/stzh-components/p-d5994419.system.entry.js +1 -0
  343. package/dist/stzh-components/p-d6e5f396.system.entry.js +1 -0
  344. package/dist/stzh-components/{p-444b2baf.entry.js → p-e085a0a0.entry.js} +1 -1
  345. package/dist/stzh-components/p-e1501622.system.entry.js +1 -0
  346. package/dist/stzh-components/p-e2d80ee3.entry.js +1 -0
  347. package/dist/stzh-components/p-e4aa12ba.system.entry.js +1 -0
  348. package/dist/stzh-components/p-e54f66ea.system.entry.js +1 -0
  349. package/dist/stzh-components/{p-d9ae09b5.entry.js → p-eb16ad0d.entry.js} +2 -2
  350. package/dist/stzh-components/p-eb1ea7f0.entry.js +1 -0
  351. package/dist/stzh-components/{p-e1b2785b.entry.js → p-ec87506f.entry.js} +1 -1
  352. package/dist/stzh-components/{p-309fc559.system.entry.js → p-ee20b95b.system.entry.js} +1 -1
  353. package/dist/stzh-components/p-f122e15d.system.entry.js +1 -0
  354. package/dist/stzh-components/{p-809ed955.system.entry.js → p-f27d1a06.system.entry.js} +1 -1
  355. package/dist/stzh-components/p-f449f909.entry.js +1 -0
  356. package/dist/stzh-components/{p-af67ea5e.entry.js → p-f4c0d928.entry.js} +1 -1
  357. package/dist/stzh-components/p-f725921a.entry.js +1 -0
  358. package/dist/stzh-components/p-fe1c8047.system.entry.js +1 -0
  359. package/dist/stzh-components/stzh-components.css +1 -1
  360. package/dist/stzh-components/stzh-components.esm.js +1 -1
  361. package/dist/stzh-components/stzh-components.js +1 -1
  362. package/dist/types/components/stzh-carousel/stzh-carousel.localization.d.ts +5 -0
  363. package/dist/types/components/stzh-clamp/stzh-clamp.localization.d.ts +5 -0
  364. package/dist/types/components.d.ts +250 -2
  365. package/dist/types/index.d.ts +20 -0
  366. package/dist/types/utils/translation-utils.d.ts +2 -0
  367. package/dist/vscode-data.json +106 -17
  368. package/package.json +6 -4
  369. package/dist/cjs/app-globals-57922fc2.js +0 -56
  370. package/dist/esm/app-globals-b848652e.js +0 -54
  371. package/dist/esm-es5/_commonjsHelpers-f9dc4873.js +0 -1
  372. package/dist/esm-es5/app-globals-b848652e.js +0 -1
  373. package/dist/stzh-components/p-07dc23a3.system.entry.js +0 -1
  374. package/dist/stzh-components/p-0ba944ab.entry.js +0 -1
  375. package/dist/stzh-components/p-12856e02.system.entry.js +0 -1
  376. package/dist/stzh-components/p-16c0b9ae.entry.js +0 -3
  377. package/dist/stzh-components/p-18e20038.entry.js +0 -1
  378. package/dist/stzh-components/p-1bcda13d.system.entry.js +0 -1
  379. package/dist/stzh-components/p-1d435dd8.system.entry.js +0 -1
  380. package/dist/stzh-components/p-1f74846f.entry.js +0 -1
  381. package/dist/stzh-components/p-29e9ad9f.system.entry.js +0 -1
  382. package/dist/stzh-components/p-30a9de85.system.entry.js +0 -1
  383. package/dist/stzh-components/p-37920e74.system.entry.js +0 -1
  384. package/dist/stzh-components/p-4633b93d.entry.js +0 -1
  385. package/dist/stzh-components/p-4c60da30.entry.js +0 -1
  386. package/dist/stzh-components/p-4eee30ea.system.entry.js +0 -1
  387. package/dist/stzh-components/p-532b4218.entry.js +0 -1
  388. package/dist/stzh-components/p-5d55a672.system.entry.js +0 -1
  389. package/dist/stzh-components/p-64cdef2f.entry.js +0 -1
  390. package/dist/stzh-components/p-65918f6f.system.js +0 -1
  391. package/dist/stzh-components/p-761ee059.entry.js +0 -1
  392. package/dist/stzh-components/p-798ac79c.entry.js +0 -1
  393. package/dist/stzh-components/p-7f857e56.entry.js +0 -1
  394. package/dist/stzh-components/p-84a6e023.system.entry.js +0 -1
  395. package/dist/stzh-components/p-89bd0d46.entry.js +0 -1
  396. package/dist/stzh-components/p-8caafed2.system.entry.js +0 -1
  397. package/dist/stzh-components/p-923dffc7.entry.js +0 -1
  398. package/dist/stzh-components/p-94662bed.system.js +0 -1
  399. package/dist/stzh-components/p-951b04ab.entry.js +0 -1
  400. package/dist/stzh-components/p-990f395b.entry.js +0 -1
  401. package/dist/stzh-components/p-99b82949.entry.js +0 -1
  402. package/dist/stzh-components/p-9be21c72.entry.js +0 -1
  403. package/dist/stzh-components/p-9c35c9cd.entry.js +0 -1
  404. package/dist/stzh-components/p-9c90535a.system.js +0 -1
  405. package/dist/stzh-components/p-9de8b25b.entry.js +0 -1
  406. package/dist/stzh-components/p-a11ef2d6.system.entry.js +0 -1
  407. package/dist/stzh-components/p-a691fe87.js +0 -1
  408. package/dist/stzh-components/p-a6be6aca.system.entry.js +0 -1
  409. package/dist/stzh-components/p-a6d4a8b1.js +0 -1
  410. package/dist/stzh-components/p-a7eb3e02.system.entry.js +0 -1
  411. package/dist/stzh-components/p-ae38f1d2.entry.js +0 -1
  412. package/dist/stzh-components/p-b04a9d0f.system.entry.js +0 -1
  413. package/dist/stzh-components/p-b422041d.entry.js +0 -1
  414. package/dist/stzh-components/p-b9372a2a.entry.js +0 -1
  415. package/dist/stzh-components/p-bb698e26.entry.js +0 -1
  416. package/dist/stzh-components/p-bc545121.entry.js +0 -1
  417. package/dist/stzh-components/p-c2a22eb8.entry.js +0 -1
  418. package/dist/stzh-components/p-cc722b35.system.entry.js +0 -3
  419. package/dist/stzh-components/p-d1cfe06b.entry.js +0 -1
  420. package/dist/stzh-components/p-d943e02c.system.entry.js +0 -1
  421. package/dist/stzh-components/p-db306e24.entry.js +0 -1
  422. package/dist/stzh-components/p-e4a8f1bc.system.entry.js +0 -1
  423. package/dist/stzh-components/p-ed783154.system.entry.js +0 -1
  424. package/dist/stzh-components/p-ee4b939a.entry.js +0 -1
  425. package/dist/stzh-components/p-f0e2a32d.entry.js +0 -1
  426. package/dist/stzh-components/p-fd15cc86.entry.js +0 -1
  427. package/dist/types/components/stzh-clamp/stzh-clamp.d.ts +0 -16
@@ -0,0 +1,138 @@
1
+ import { h } from '../../utils/h';
2
+ import readme from './readme.md';
3
+ import { withDesign } from 'storybook-addon-designs';
4
+ import { getFigmaLink } from '../../../figma';
5
+
6
+ export default {
7
+ title: 'Components/Carousel',
8
+ component: 'stzh-carousel',
9
+ parameters: {
10
+ layout: 'fullscreen',
11
+ actions: {
12
+ handles: ['stzhSlideStart', 'stzhSlidePassed', 'stzhSlideEnd']
13
+ },
14
+ docs: {
15
+ description: {
16
+ component: readme
17
+ }
18
+ },
19
+ design: {
20
+ type: 'figma',
21
+ url: getFigmaLink('carousel'),
22
+ allowFullscreen: true
23
+ }
24
+ },
25
+ decorators: [
26
+ withDesign
27
+ ]
28
+ };
29
+
30
+ const Card = (args) => (
31
+ <stzh-card {...args}>
32
+ <stzh-ratio slot="image">
33
+ <img src="media/images/example.jpg" loading="lazy" alt="Example image" />
34
+ </stzh-ratio>
35
+ <div slot="content">Laboris laborum aute id laboris culpa esse aliquip nisi anim velit.</div>
36
+ </stzh-card>
37
+ );
38
+
39
+ const Template = (args) => (
40
+ <stzh-container>
41
+ <stzh-vspace curve="big"></stzh-vspace>
42
+ <stzh-carousel {...args}>
43
+ <stzh-ratio slot="actions">
44
+ <stzh-hspace justify="end" items="end" size="none">
45
+ <stzh-button
46
+ data-stzh-carousel-previous
47
+ variant="secondary"
48
+ size="small"
49
+ icon="angle-left"
50
+ label="Previous slide"
51
+ icon-only
52
+ ></stzh-button>
53
+ <stzh-button
54
+ data-stzh-carousel-next
55
+ variant="secondary"
56
+ size="small"
57
+ icon="angle-right"
58
+ label="Next slide"
59
+ icon-only
60
+ ></stzh-button>
61
+ </stzh-hspace>
62
+ </stzh-ratio>
63
+
64
+ <stzh-figure caption="Lorem ipsum">
65
+ <stzh-ratio>
66
+ <img src="media/images/example.jpg" loading="lazy" alt="Example image" />
67
+ </stzh-ratio>
68
+ </stzh-figure>
69
+ <stzh-figure caption="Lorem ipsum">
70
+ <stzh-ratio>
71
+ <img src="media/images/example2.jpg" loading="lazy" alt="Example image" />
72
+ </stzh-ratio>
73
+ </stzh-figure>
74
+ <stzh-figure caption="Lorem ipsum">
75
+ <stzh-ratio>
76
+ <img src="media/images/example3.png" loading="lazy" alt="Example image" />
77
+ </stzh-ratio>
78
+ </stzh-figure>
79
+ <stzh-figure caption="Lorem ipsum">
80
+ <stzh-ratio>
81
+ <img src="media/images/example4.png" loading="lazy" alt="Example image" />
82
+ </stzh-ratio>
83
+ </stzh-figure>
84
+ </stzh-carousel>
85
+ <stzh-vspace curve="big"></stzh-vspace>
86
+ </stzh-container>
87
+ );
88
+
89
+ const TemplateCards = (args) => (
90
+ <stzh-container>
91
+ <stzh-vspace curve="big"></stzh-vspace>
92
+ <stzh-carousel {...args}>
93
+ <stzh-hspace slot="actions" justify="end" items="center" size="medium">
94
+ <stzh-text curve="p2" data-stzh-carousel-navigation-text>7 Offers</stzh-text>
95
+ <div>
96
+ <stzh-button
97
+ data-stzh-carousel-previous
98
+ variant="secondary"
99
+ size="small"
100
+ icon="angle-left"
101
+ label="Previous slide"
102
+ icon-only
103
+ ></stzh-button>
104
+ <stzh-button
105
+ data-stzh-carousel-next
106
+ variant="secondary"
107
+ size="small"
108
+ icon="angle-right"
109
+ label="Next slide"
110
+ icon-only
111
+ ></stzh-button>
112
+ </div>
113
+ </stzh-hspace>
114
+
115
+ {Card({ heading: "Lorem ipsum", href: '/', 'hide-header-border': true, 'hide-elevation': true })}
116
+ {Card({ heading: "Lorem ipsum", href: '/', 'hide-header-border': true, 'hide-elevation': true })}
117
+ {Card({ heading: "Lorem ipsum", href: '/', 'hide-header-border': true, 'hide-elevation': true })}
118
+ {Card({ heading: "Lorem ipsum", href: '/', 'hide-header-border': true, 'hide-elevation': true })}
119
+ {Card({ heading: "Lorem ipsum", href: '/', 'hide-header-border': true, 'hide-elevation': true })}
120
+ {Card({ heading: "Lorem ipsum", href: '/', 'hide-header-border': true, 'hide-elevation': true })}
121
+ {Card({ heading: "Lorem ipsum", href: '/', 'hide-header-border': true, 'hide-elevation': true })}
122
+ </stzh-carousel>
123
+ <stzh-vspace curve="big"></stzh-vspace>
124
+ </stzh-container>
125
+ );
126
+
127
+ export const Default = Template.bind({});
128
+ Default.args = {
129
+ 'aria-label': 'Carousel name'
130
+ };
131
+
132
+ export const Cards = TemplateCards.bind({});
133
+ Cards.args = {
134
+ 'variant': 'cards',
135
+ 'slides-small': '2',
136
+ 'slides-medium': '3',
137
+ 'slides-large': '4'
138
+ };
@@ -147,14 +147,20 @@
147
147
  cursor: -webkit-grabbing;
148
148
  }
149
149
 
150
+ :root {
151
+ --stzh-font: var(--stzh-font-family-regular, "Helvetica Neue", Helvetica, Arial, sans-serif);
152
+ }
153
+
150
154
  /**
151
155
  * Axis component based on the d3.axis interface
152
156
  * Changed color to match stzh website (original #B8B8B8)
153
157
  * @module sszvis/axis
154
158
  */
155
159
  .sszvis-axis text {
156
- fill: #767676;
157
- font-family: Arial, sans-serif;
160
+ color: #737373;
161
+ fill: #737373;
162
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
163
+ font-family: var(--stzh-font);
158
164
  font-size: 0.625rem;
159
165
  font-style: normal;
160
166
  font-weight: normal;
@@ -166,7 +172,7 @@
166
172
  .sszvis-axis path,
167
173
  .sszvis-axis line {
168
174
  fill: none;
169
- stroke: #B8B8B8;
175
+ stroke: #b8b8b8;
170
176
  shape-rendering: crispEdges;
171
177
  }
172
178
 
@@ -197,9 +203,9 @@
197
203
  }
198
204
 
199
205
  .sszvis-axis__label-contour {
200
- fill: #FFFFFF;
206
+ fill: #ffffff;
201
207
  opacity: 0.8;
202
- stroke: #FFFFFF;
208
+ stroke: #ffffff;
203
209
  stroke-width: 3;
204
210
  }
205
211
 
@@ -214,7 +220,7 @@
214
220
  * @module sszvis/component/groupedBars
215
221
  */
216
222
  .sszvis-bar--missing {
217
- stroke: #A4A4A4;
223
+ stroke: #a4a4a4;
218
224
  }
219
225
 
220
226
  /**
@@ -248,7 +254,8 @@
248
254
  alignment-baseline: central;
249
255
  /* Maybe at least one of these will work? */
250
256
  dominant-baseline: central;
251
- font-family: Arial, sans-serif;
257
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
258
+ font-family: var(--stzh-font);
252
259
  font-size: 0.625rem;
253
260
  font-style: normal;
254
261
  font-weight: normal;
@@ -267,7 +274,7 @@
267
274
  }
268
275
 
269
276
  .sszvis-sankey-column-label-tick {
270
- stroke: #B8B8B8;
277
+ stroke: #b8b8b8;
271
278
  }
272
279
 
273
280
  .sszvis-sankey-link-source-label {
@@ -374,38 +381,39 @@
374
381
  }
375
382
 
376
383
  .sszvis-control-buttonGroup__item {
377
- background-color: #FFFFFF;
378
- border: 0.0625rem solid #767676;
384
+ background-color: #ffffff;
385
+ border: 0.0625rem solid #0f05a0;
379
386
  border-left: none;
380
387
  box-sizing: border-box;
381
- color: #767676;
388
+ color: #0f05a0;
382
389
  cursor: pointer;
383
390
  display: table-cell;
384
- font-family: Arial, sans-serif;
391
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
392
+ font-family: var(--stzh-font);
385
393
  font-size: 0.75rem;
386
394
  line-height: normal;
387
395
  padding: 0.5625rem 0.75rem;
388
396
  text-align: center;
389
397
  vertical-align: middle;
398
+ transition: all 0.3s;
399
+ }
400
+
401
+ .sszvis-control-buttonGroup__item:hover,
402
+ .sszvis-control-buttonGroup__item.selected:hover {
403
+ background-color: #070250;
404
+ color: #fff;
390
405
  }
391
406
 
392
407
  /**
393
408
  * uses same background color as "Zurücksetzen" form button on stzh Website
394
409
  */
395
410
  .sszvis-control-buttonGroup__item.selected {
396
- background-color: #767676;
397
- color: #FFFFFF;
411
+ background-color: #0f05a0;
412
+ color: #ffffff;
398
413
  }
399
414
 
400
415
  .sszvis-control-buttonGroup__item:first-child {
401
- border-left: 0.0625rem solid #767676;
402
- border-top-left-radius: 0.1875rem;
403
- border-bottom-left-radius: 0.1875rem;
404
- }
405
-
406
- .sszvis-control-buttonGroup__item:last-child {
407
- border-top-right-radius: 0.1875rem;
408
- border-bottom-right-radius: 0.1875rem;
416
+ border-left: 0.0625rem solid #0f05a0;
409
417
  }
410
418
 
411
419
  /**
@@ -414,10 +422,10 @@
414
422
  * @module sszvis/control/select
415
423
  */
416
424
  .sszvis-control-select {
417
- border: 0.0625rem solid #767676;
418
- border-radius: 0.1875rem;
419
- background-color: #FFFFFF;
420
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABQElEQVR4nO3TzW2DUBDEcZdACSnBpe1lVhzdCSXZnaQE55JJSOJgMO9rH/OTOK70/iNxOomIiIiIiMi3cRzfar8hlc0tAM4A3gFMeZ5UDoDps+W86sDMBgBXd7+7+z3yCACmWcfVzIbFg9/xkUeYx68a4b/4iCM8in86wlJ8pBGW4ucj/Dhy98uzowgjrImffZevQzMb3P0WeYSN8bc/v0HkEXbHU8QRksVTpBGSx1OEEbLFU8sjZI+nFkcoFk8tjVA8nloYoVo81RyhejzVGKGZeCo5QnPxVGKEZuMp5wjNx1OOEcLEU8oRwsVTihHCxtOeEcLH0ysjdBNPW0foKp4yjBAnnhKOEC+eEowQN552jBA/nl4YoZ942jBCf/G0YoR+42lhhP7j6cEIx4mn2QjHiyczGw4bLyIiIiIiUtMHjJmBk7uXEiAAAAAASUVORK5CYII=");
425
+ border: 0.0625rem solid #0f05a0;
426
+ border-radius: 0.125rem;
427
+ background-color: #ffffff;
428
+ background-image: url("data:image/png;base64,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");
421
429
  background-position: 96% 51%;
422
430
  background-repeat: no-repeat;
423
431
  background-size: 0.75rem 0.75rem;
@@ -425,17 +433,31 @@
425
433
  cursor: pointer;
426
434
  height: 2.125rem;
427
435
  overflow: hidden;
436
+ color: #0f05a0;
437
+ transition: all 0.3s;
438
+ }
439
+
440
+ .sszvis-control-select:hover {
441
+ border-color: #070250;
442
+ }
443
+
444
+ .sszvis-control-select__element:hover {
445
+ color: #070250;
446
+ cursor: pointer;
428
447
  }
429
448
 
430
449
  .sszvis-control-select__element {
431
450
  background: transparent;
432
- border: 0.0625rem solid #FFFFFF;
433
- color: #767676;
434
- font-family: Arial, sans-serif;
451
+ border: 0.0625rem solid #ffffff;
452
+ color: #0f05a0;
453
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
454
+ font-family: var(--stzh-font);
435
455
  font-size: 1rem;
436
456
  /* Minimum of 16px to prevent iOS to zoom page */
437
457
  height: 2.125rem;
438
458
  outline: 0;
459
+ transition: all 0.3s;
460
+ padding-left: 0.3125rem;
439
461
  }
440
462
 
441
463
  /* Hide focus ring on Firefox */
@@ -445,7 +467,8 @@
445
467
  }
446
468
 
447
469
  .sszvis-control-select__metrics {
448
- font-family: Arial, sans-serif;
470
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
471
+ font-family: var(--stzh-font);
449
472
  font-size: 0.75rem;
450
473
  height: auto;
451
474
  position: absolute;
@@ -465,7 +488,8 @@
465
488
 
466
489
  .sszvis-control-slider--label {
467
490
  fill: #545454;
468
- font-family: Arial, sans-serif;
491
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
492
+ font-family: var(--stzh-font);
469
493
  font-size: 0.625rem;
470
494
  text-anchor: middle;
471
495
  }
@@ -485,12 +509,12 @@
485
509
  * @module sszvis/control/handleRuler
486
510
  */
487
511
  .sszvis-handleRuler__handle {
488
- fill: #FFFFFF;
512
+ fill: #ffffff;
489
513
  stroke: #808184;
490
514
  }
491
515
 
492
516
  .sszvis-handleRuler__handle-mark {
493
- stroke: #A6A8AB;
517
+ stroke: #a6a8ab;
494
518
  }
495
519
 
496
520
  /**
@@ -500,17 +524,18 @@
500
524
  */
501
525
  .sszvis-ruler__rule {
502
526
  shape-rendering: crispEdges;
503
- stroke: #CCCCCC;
527
+ stroke: #cccccc;
504
528
  }
505
529
 
506
530
  .sszvis-ruler__dot {
507
- stroke: #FFFFFF;
531
+ stroke: #ffffff;
508
532
  stroke-width: 1.5;
509
533
  }
510
534
 
511
535
  .sszvis-ruler__label,
512
536
  .sszvis-ruler__label-outline {
513
- font-family: Arial, sans-serif;
537
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
538
+ font-family: var(--stzh-font);
514
539
  font-size: 0.75rem;
515
540
  font-style: normal;
516
541
  font-weight: normal;
@@ -521,7 +546,7 @@
521
546
  }
522
547
 
523
548
  .sszvis-ruler__label-outline {
524
- stroke: #FFFFFF;
549
+ stroke: #ffffff;
525
550
  stroke-width: 3;
526
551
  }
527
552
 
@@ -531,8 +556,8 @@
531
556
  * @module sszvis/annotation/rangeFlag
532
557
  */
533
558
  .sszvis-rangeFlag__mark {
534
- fill: #EFEFEF;
535
- stroke: #7C7C7C;
559
+ fill: #efefef;
560
+ stroke: #7c7c7c;
536
561
  stroke-width: 1.5;
537
562
  }
538
563
 
@@ -553,13 +578,30 @@
553
578
  opacity: 0.25;
554
579
  }
555
580
 
556
- .sszvis-rangeRuler__label, .sszvis-rangeRuler__total {
581
+ .sszvis-rangeRuler__label,
582
+ .sszvis-rangeRuler__total {
583
+ stroke: none;
557
584
  font-size: 0.625rem;
558
- fill: #545454;
559
- font-family: Arial, sans-serif;
585
+ fill: #737373;
586
+ color: #737373;
587
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
588
+ font-family: var(--stzh-font);
560
589
  font-style: normal;
561
590
  }
562
591
 
592
+ .sszvis-rangeRuler__label-contour,
593
+ .sszvis-rangeRuler__total-contour {
594
+ font-size: 0.625rem;
595
+ fill: #737373;
596
+ color: #737373;
597
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
598
+ font-family: var(--stzh-font);
599
+ font-style: normal;
600
+ stroke: #ffffff;
601
+ stroke-width: 3;
602
+ stroke-opacity: 0.8;
603
+ }
604
+
563
605
  /**
564
606
  * Tooltip annotation
565
607
  *
@@ -607,7 +649,7 @@
607
649
  }
608
650
 
609
651
  .sszvis-tooltip__body {
610
- color: #7C7C7C;
652
+ color: #7c7c7c;
611
653
  font-size: 0.6875rem;
612
654
  line-height: 1.4545;
613
655
  vertical-align: middle;
@@ -639,7 +681,7 @@
639
681
  }
640
682
 
641
683
  .sszvis-tooltip__body__table tr {
642
- border-top: 0.0625rem solid #E5E6E7;
684
+ border-top: 0.0625rem solid #e5e6e7;
643
685
  }
644
686
 
645
687
  .sszvis-tooltip__body__table td {
@@ -687,8 +729,9 @@
687
729
  }
688
730
 
689
731
  .sszvis-referenceline__caption {
690
- fill: #7C7C7C;
691
- font-family: Arial, sans-serif;
732
+ fill: #7c7c7c;
733
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
734
+ font-family: var(--stzh-font);
692
735
  font-size: 0.6875rem;
693
736
  text-anchor: middle;
694
737
  /*
@@ -703,8 +746,9 @@
703
746
  * @module sszvis/annotation/circle
704
747
  */
705
748
  .sszvis-dataareacircle__caption {
706
- fill: #7C7C7C;
707
- font-family: Arial, sans-serif;
749
+ fill: #7c7c7c;
750
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
751
+ font-family: var(--stzh-font);
708
752
  font-size: 0.6875rem;
709
753
  text-anchor: middle;
710
754
  }
@@ -715,8 +759,9 @@
715
759
  * @module sszvis/annotation/rectangle
716
760
  */
717
761
  .sszvis-dataarearectangle__caption {
718
- fill: #7C7C7C;
719
- font-family: Arial, sans-serif;
762
+ fill: #7c7c7c;
763
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
764
+ font-family: var(--stzh-font);
720
765
  font-size: 0.6875rem;
721
766
  text-anchor: middle;
722
767
  }
@@ -731,7 +776,8 @@
731
776
  */
732
777
  .sszvis-legend__label {
733
778
  fill: #767676;
734
- font-family: Arial, sans-serif;
779
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
780
+ font-family: var(--stzh-font);
735
781
  font-size: 0.75rem;
736
782
  font-style: normal;
737
783
  font-weight: normal;
@@ -745,7 +791,8 @@
745
791
 
746
792
  .sszvis-legend__axislabel {
747
793
  fill: #767676;
748
- font-family: Arial, sans-serif;
794
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
795
+ font-family: var(--stzh-font);
749
796
  font-size: 0.625rem;
750
797
  font-style: normal;
751
798
  font-weight: normal;
@@ -757,12 +804,12 @@
757
804
 
758
805
  .sszvis-legend__greyline {
759
806
  fill: none;
760
- stroke: #B8B8B8;
807
+ stroke: #b8b8b8;
761
808
  stroke-width: 1.1;
762
809
  }
763
810
 
764
811
  .sszvis-legend__dashedline {
765
- stroke: #CCCCCC;
812
+ stroke: #cccccc;
766
813
  stroke-dasharray: 2 3;
767
814
  stroke-width: 1;
768
815
  }
@@ -30,6 +30,7 @@ const Template = (args) => (
30
30
  </stzh-figure>
31
31
  );
32
32
 
33
+ // https://statistikstadtzuerich.github.io/sszvis/#/pie-charts
33
34
  export const Default = Template.bind({});
34
35
  Default.args = {
35
36
  'chart-id': 'PieChartFourCat',
@@ -138,7 +138,9 @@ export class StzhCheckboxgroup {
138
138
  });
139
139
  }
140
140
  disconnectedCallback() {
141
- this.observer.disconnect();
141
+ if (this.observer) {
142
+ this.observer.disconnect();
143
+ }
142
144
  }
143
145
  render() {
144
146
  const descriptionUsed = hasSlot(this.element, 'description') || !!this.description;
@@ -101,7 +101,7 @@
101
101
  --color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
102
102
  --height: 2rem;
103
103
  --padding: 0 var(--stzh-space-medium);
104
- --border: 0.0625rem solid var(--stzh-color-grey13);
104
+ --border-color: var(--stzh-color-grey13);
105
105
  --border-radius: 1rem;
106
106
  --remove-color: var(--stzh-base-lead-color);
107
107
  --remove-border-radius: 1.5rem;
@@ -110,7 +110,7 @@
110
110
  --icon-color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
111
111
  --counter-color: var(--stzh-color-primary60op);
112
112
  --hover-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
113
- --hover-border: var(--border);
113
+ --hover-border-color: var(--border-color);
114
114
  --hover-background-color: var(--stzh-color-primary8);
115
115
  --hover-remove-color: var(--hover-color);
116
116
  --hover-remove-background-color: var(--hover-background-color);
@@ -140,18 +140,18 @@
140
140
  --icon-size: var(--stzh-icon-size-xsmall);
141
141
  }
142
142
  :host[variant=input] {
143
- --border: 0.0625rem solid transparent;
143
+ --border-color: transparent;
144
144
  --background-color: var(--stzh-color-grey5);
145
- --hover-border: 0.0625rem solid transparent;
145
+ --hover-border-color: transparent;
146
146
  }
147
147
  :host[variant=tag] {
148
148
  --color: var(--stzh-base-color);
149
149
  --icon-color: var(--stzh-base-color);
150
150
  --counter-color: var(--stzh-base-color);
151
- --border: 0.0625rem solid transparent;
151
+ --border-color: transparent;
152
152
  --background-color: var(--stzh-color-black8);
153
153
  --hover-color: var(--stzh-base-color);
154
- --hover-border: 0.0625rem solid transparent;
154
+ --hover-border-color: transparent;
155
155
  --hover-background-color: var(--stzh-color-black8);
156
156
  --hover-icon-color: var(--stzh-base-color);
157
157
  --hover-counter-color: var(--stzh-base-color);
@@ -177,29 +177,29 @@
177
177
  }
178
178
  :host[active]:not([active=false]) {
179
179
  --color: var(--stzh-color-white);
180
- --border: 0.0625rem solid transparent;
180
+ --border-color: transparent;
181
181
  --remove-color: var(--stzh-color-white);
182
182
  --background-color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
183
183
  --icon-color: var(--stzh-color-white);
184
- --counter-color: var(--stzh-color-white48);
184
+ --counter-color: var(--stzh-color-white56);
185
185
  --hover-color: var(--stzh-color-white);
186
- --hover-border: 0.0625rem solid transparent;
186
+ --hover-border-color: transparent;
187
187
  --hover-background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
188
188
  --hover-remove-color: var(--stzh-color-white);
189
189
  --hover-remove-background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
190
190
  --hover-icon-color: var(--stzh-color-white);
191
- --hover-counter-color: var(--stzh-color-white48);
191
+ --hover-counter-color: var(--stzh-color-white56);
192
192
  }
193
193
  @media (forced-colors: active), (-ms-high-contrast: active) {
194
194
  :host[active]:not([active=false]) {
195
195
  --color: SelectedItem;
196
- --border: 0.0625rem solid SelectedItem;
196
+ --border-color: SelectedItem;
197
197
  --remove-color: SelectedItem;
198
198
  --background-color: Canvas;
199
199
  --icon-color: SelectedItem;
200
200
  --counter-color: SelectedItem;
201
201
  --hover-color: Highlight;
202
- --hover-border: 0.0625rem solid Highlight;
202
+ --hover-border-color: Highlight;
203
203
  --hover-background-color: Canvas;
204
204
  --hover-remove-color: Highlight;
205
205
  --hover-remove-background-color: Canvas;
@@ -209,20 +209,20 @@
209
209
  }
210
210
  :host[non-interactive]:not([non-interactive=false]) {
211
211
  --hover-color: var(--color);
212
- --hover-border: var(--border);
212
+ --hover-border: var(--border-color);
213
213
  --hover-background-color: var(--background-color);
214
214
  --hover-icon-color: var(--icon-color);
215
215
  --hover-counter-color: var(--counter-color);
216
216
  }
217
217
  :host[disabled]:not([disabled=false]) {
218
218
  --color: var(--stzh-color-grey25);
219
- --border: 0.0625rem solid var(--stzh-base-border-color);
219
+ --border-color: var(--stzh-base-border-color);
220
220
  --remove-color: var(--stzh-color-grey13);
221
221
  --background-color: var(--stzh-color-white);
222
222
  --icon-color: var(--stzh-color-grey25);
223
223
  --counter-color: var(--stzh-color-grey25);
224
224
  --hover-color: var(--stzh-color-grey25);
225
- --hover-border: 0.0625rem solid var(--stzh-base-border-color);
225
+ --hover-border-color: var(--stzh-base-border-color);
226
226
  --hover-background-color: var(--stzh-color-white);
227
227
  --hover-remove-color: var(--stzh-color-grey13);
228
228
  --hover-remove-background-color: transparent;
@@ -266,7 +266,9 @@
266
266
  -webkit-appearance: none;
267
267
  -moz-appearance: none;
268
268
  appearance: none;
269
- border: var(--border);
269
+ border-width: 0.0625rem;
270
+ border-style: solid;
271
+ border-color: var(--border-color);
270
272
  background-color: var(--background-color);
271
273
  transition: all var(--stzh-base-transition-animation-speed);
272
274
  text-decoration: none;
@@ -325,7 +327,7 @@
325
327
  .stzh-chip__button:hover, .stzh-chip__remove:hover + .stzh-chip__button {
326
328
  color: var(--hover-color);
327
329
  background-color: var(--hover-background-color);
328
- border: var(--hover-border);
330
+ border-color: var(--hover-border-color);
329
331
  }
330
332
  .stzh-chip__button:hover .stzh-chip__counter {
331
333
  color: var(--hover-counter-color);
@@ -66,7 +66,8 @@ export class StzhChip {
66
66
  return (h(Fragment, null, h("div", { class: "stzh-chip__icon-wrapper" }, this.icon ?
67
67
  h("stzh-icon", { class: "stzh-chip__icon", name: this.icon })
68
68
  :
69
- h("slot", { name: "icon" })), h("stzh-clamp", { lines: 1, class: "stzh-chip__label" }, this.label ? this.label : h("slot", null), h("span", { class: "stzh-chip__vhidden" }, "\u00A0(", this.counter, ")")), this.counter &&
69
+ h("slot", { name: "icon" })), h("stzh-clamp", { lines: 1, class: "stzh-chip__label" }, this.label ? this.label : h("slot", null), this.counter &&
70
+ h("span", { class: "stzh-chip__vhidden" }, "\u00A0(", this.counter, ")")), this.counter &&
70
71
  h("div", { class: "stzh-chip__counter", "aria-hidden": "true" }, this.counter)));
71
72
  }
72
73
  render() {
@@ -186,7 +186,7 @@
186
186
  margin: calc(var(--stzh-space-small) / 2) calc(var(--stzh-space-xsmall) / 2);
187
187
  }
188
188
  .stzh-chip-select__chip.is-focused, .stzh-chip-select__chip.is-focused[active]:not([active=false]) {
189
- --border: 0.0625rem solid var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
189
+ --border-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
190
190
  }
191
191
  .stzh-chip-select__chip.is-focused[active]:not([active=false]) {
192
192
  --background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));