@oiz/stzh-components 2.3.0-alpha → 2.3.0-alpha2

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 (347) hide show
  1. package/dist/cjs/{app-globals-13e786d3.js → app-globals-03f189c4.js} +1 -1
  2. package/dist/cjs/loader.cjs.js +2 -2
  3. package/dist/cjs/stzh-actions.cjs.entry.js +1 -1
  4. package/dist/cjs/stzh-appnav.cjs.entry.js +1 -1
  5. package/dist/cjs/stzh-audio.cjs.entry.js +1 -1
  6. package/dist/cjs/stzh-badge_3.cjs.entry.js +6 -2
  7. package/dist/cjs/stzh-card_3.cjs.entry.js +4 -3
  8. package/dist/cjs/stzh-cell.cjs.entry.js +1 -1
  9. package/dist/cjs/stzh-chart.cjs.entry.js +406 -1473
  10. package/dist/cjs/stzh-checkbox.cjs.entry.js +1 -1
  11. package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +1 -1
  12. package/dist/cjs/stzh-chip_2.cjs.entry.js +1 -1
  13. package/dist/cjs/stzh-components.cjs.js +2 -2
  14. package/dist/cjs/stzh-contact.cjs.entry.js +1 -1
  15. package/dist/cjs/stzh-container.cjs.entry.js +1 -1
  16. package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
  17. package/dist/cjs/stzh-datalist_2.cjs.entry.js +20 -7
  18. package/dist/cjs/stzh-datepicker_3.cjs.entry.js +1 -1
  19. package/dist/cjs/stzh-details.cjs.entry.js +1 -1
  20. package/dist/cjs/stzh-dialog.cjs.entry.js +1 -1
  21. package/dist/cjs/stzh-dropdown.cjs.entry.js +6 -2
  22. package/dist/cjs/stzh-figure.cjs.entry.js +1 -1
  23. package/dist/cjs/stzh-footer.cjs.entry.js +1 -1
  24. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +1 -1
  25. package/dist/cjs/stzh-header.cjs.entry.js +1 -1
  26. package/dist/cjs/stzh-hspace.cjs.entry.js +1 -1
  27. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
  28. package/dist/cjs/stzh-input.cjs.entry.js +1 -1
  29. package/dist/cjs/stzh-link.cjs.entry.js +1 -1
  30. package/dist/cjs/stzh-menu_2.cjs.entry.js +1 -1
  31. package/dist/cjs/stzh-pagebottom.cjs.entry.js +1 -1
  32. package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +1 -1
  33. package/dist/cjs/stzh-pagetitle.cjs.entry.js +1 -1
  34. package/dist/cjs/stzh-popover.cjs.entry.js +1 -1
  35. package/dist/cjs/stzh-progressbar-item.cjs.entry.js +1 -1
  36. package/dist/cjs/stzh-readspeaker.cjs.entry.js +1 -1
  37. package/dist/cjs/stzh-row.cjs.entry.js +1 -1
  38. package/dist/cjs/stzh-section.cjs.entry.js +1 -1
  39. package/dist/cjs/stzh-sortable.cjs.entry.js +2 -2
  40. package/dist/cjs/stzh-space.cjs.entry.js +1 -1
  41. package/dist/cjs/stzh-status.cjs.entry.js +1 -1
  42. package/dist/cjs/stzh-table.cjs.entry.js +1 -1
  43. package/dist/cjs/stzh-textandimage.cjs.entry.js +1 -1
  44. package/dist/cjs/stzh-toggle.cjs.entry.js +1 -1
  45. package/dist/cjs/stzh-tooltip.cjs.entry.js +1 -1
  46. package/dist/cjs/stzh-upload.cjs.entry.js +2 -2
  47. package/dist/cjs/stzh-vspace.cjs.entry.js +1 -1
  48. package/dist/cjs/{utils-ff153309.js → utils-a2ff9f84.js} +39 -11
  49. package/dist/collection/assets/i18n/de.json +3 -3
  50. package/dist/collection/assets/icons/mono/calculator.svg +10 -0
  51. package/dist/collection/components/stzh-button/stzh-button.css +26 -2
  52. package/dist/collection/components/stzh-button/stzh-button.js +40 -0
  53. package/dist/collection/components/stzh-button/stzh-button.stories.js +9 -0
  54. package/dist/collection/components/stzh-card/stzh-card.css +3 -0
  55. package/dist/collection/components/stzh-card-list/stzh-card-list.js +2 -2
  56. package/dist/collection/components/stzh-cell/stzh-cell.css +5 -0
  57. package/dist/collection/components/stzh-chart/stzh-chart.css +37 -55
  58. package/dist/collection/components/stzh-chip/stzh-chip.css +7 -3
  59. package/dist/collection/components/stzh-chip/stzh-chip.js +2 -2
  60. package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +1 -0
  61. package/dist/collection/components/stzh-container/stzh-container.css +8 -0
  62. package/dist/collection/components/stzh-cspace/stzh-cspace.css +8 -6
  63. package/dist/collection/components/stzh-datalist/stzh-datalist.css +3 -3
  64. package/dist/collection/components/stzh-datalist/stzh-datalist.js +5 -5
  65. package/dist/collection/components/stzh-datalist/stzh-datalist.stories.js +18 -6
  66. package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.css +57 -18
  67. package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.js +70 -4
  68. package/dist/collection/components/stzh-datatable/stzh-datatable.js +1 -1
  69. package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +22 -2
  70. package/dist/collection/components/stzh-hspace/stzh-hspace.css +19 -13
  71. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +47 -34
  72. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  73. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +0 -3
  74. package/dist/collection/components/stzh-row/stzh-row.css +5 -0
  75. package/dist/collection/components/stzh-section/stzh-section.css +6 -0
  76. package/dist/collection/components/stzh-sortable/stzh-sortable.js +3 -3
  77. package/dist/collection/components/stzh-space/stzh-space.css +6 -0
  78. package/dist/collection/components/stzh-status/stzh-status.css +5 -1
  79. package/dist/collection/components/stzh-status/stzh-status.js +1 -1
  80. package/dist/collection/components/stzh-table/stzh-table.js +1 -1
  81. package/dist/collection/components/stzh-upload/stzh-upload.js +1 -1
  82. package/dist/collection/components/stzh-vspace/stzh-vspace.css +6 -0
  83. package/dist/collection/pages/website.stories.js +4 -1
  84. package/dist/collection/utils/utils.js +41 -20
  85. package/dist/components/index.js +1 -1
  86. package/dist/components/stzh-button2.js +7 -1
  87. package/dist/components/stzh-card-list2.js +2 -2
  88. package/dist/components/stzh-card2.js +1 -1
  89. package/dist/components/stzh-cell.js +1 -1
  90. package/dist/components/stzh-chart.js +406 -1473
  91. package/dist/components/stzh-chip-select2.js +1 -0
  92. package/dist/components/stzh-chip2.js +1 -1
  93. package/dist/components/stzh-contact.js +18 -12
  94. package/dist/components/stzh-container.js +1 -1
  95. package/dist/components/stzh-cspace.js +1 -1
  96. package/dist/components/stzh-datalist-item2.js +33 -11
  97. package/dist/components/stzh-datalist2.js +17 -11
  98. package/dist/components/stzh-dropdown2.js +6 -1
  99. package/dist/components/stzh-hspace.js +1 -1
  100. package/dist/components/stzh-icon-sprite.js +1 -1
  101. package/dist/components/stzh-progressbar-item2.js +1 -1
  102. package/dist/components/stzh-row.js +1 -1
  103. package/dist/components/stzh-section.js +1 -1
  104. package/dist/components/stzh-sitemap.js +16 -10
  105. package/dist/components/stzh-sortable2.js +2 -2
  106. package/dist/components/stzh-space.js +1 -1
  107. package/dist/components/stzh-status2.js +2 -2
  108. package/dist/components/stzh-upload.js +1 -1
  109. package/dist/components/stzh-vspace.js +1 -1
  110. package/dist/components/utils.js +39 -11
  111. package/dist/esm/{app-globals-2e508622.js → app-globals-02f560cd.js} +1 -1
  112. package/dist/esm/loader.js +2 -2
  113. package/dist/esm/stzh-actions.entry.js +1 -1
  114. package/dist/esm/stzh-appnav.entry.js +1 -1
  115. package/dist/esm/stzh-audio.entry.js +1 -1
  116. package/dist/esm/stzh-badge_3.entry.js +6 -2
  117. package/dist/esm/stzh-card_3.entry.js +4 -3
  118. package/dist/esm/stzh-cell.entry.js +1 -1
  119. package/dist/esm/stzh-chart.entry.js +406 -1473
  120. package/dist/esm/stzh-checkbox.entry.js +1 -1
  121. package/dist/esm/stzh-checkboxgroup.entry.js +1 -1
  122. package/dist/esm/stzh-chip_2.entry.js +1 -1
  123. package/dist/esm/stzh-components.js +2 -2
  124. package/dist/esm/stzh-contact.entry.js +1 -1
  125. package/dist/esm/stzh-container.entry.js +1 -1
  126. package/dist/esm/stzh-cspace.entry.js +1 -1
  127. package/dist/esm/stzh-datalist_2.entry.js +20 -7
  128. package/dist/esm/stzh-datepicker_3.entry.js +1 -1
  129. package/dist/esm/stzh-details.entry.js +1 -1
  130. package/dist/esm/stzh-dialog.entry.js +1 -1
  131. package/dist/esm/stzh-dropdown.entry.js +6 -2
  132. package/dist/esm/stzh-figure.entry.js +1 -1
  133. package/dist/esm/stzh-footer.entry.js +1 -1
  134. package/dist/esm/stzh-ghettobox_2.entry.js +1 -1
  135. package/dist/esm/stzh-header.entry.js +1 -1
  136. package/dist/esm/stzh-hspace.entry.js +1 -1
  137. package/dist/esm/stzh-icon-sprite.entry.js +1 -1
  138. package/dist/esm/stzh-input.entry.js +1 -1
  139. package/dist/esm/stzh-link.entry.js +1 -1
  140. package/dist/esm/stzh-menu_2.entry.js +1 -1
  141. package/dist/esm/stzh-pagebottom.entry.js +1 -1
  142. package/dist/esm/stzh-pagetitle-hero.entry.js +1 -1
  143. package/dist/esm/stzh-pagetitle.entry.js +1 -1
  144. package/dist/esm/stzh-popover.entry.js +1 -1
  145. package/dist/esm/stzh-progressbar-item.entry.js +1 -1
  146. package/dist/esm/stzh-readspeaker.entry.js +1 -1
  147. package/dist/esm/stzh-row.entry.js +1 -1
  148. package/dist/esm/stzh-section.entry.js +1 -1
  149. package/dist/esm/stzh-sortable.entry.js +2 -2
  150. package/dist/esm/stzh-space.entry.js +1 -1
  151. package/dist/esm/stzh-status.entry.js +1 -1
  152. package/dist/esm/stzh-table.entry.js +1 -1
  153. package/dist/esm/stzh-textandimage.entry.js +1 -1
  154. package/dist/esm/stzh-toggle.entry.js +1 -1
  155. package/dist/esm/stzh-tooltip.entry.js +1 -1
  156. package/dist/esm/stzh-upload.entry.js +2 -2
  157. package/dist/esm/stzh-vspace.entry.js +1 -1
  158. package/dist/esm/{utils-92a77db5.js → utils-51148d9a.js} +39 -11
  159. package/dist/esm-es5/app-globals-02f560cd.js +1 -0
  160. package/dist/esm-es5/loader.js +1 -1
  161. package/dist/esm-es5/stzh-actions.entry.js +1 -1
  162. package/dist/esm-es5/stzh-appnav.entry.js +1 -1
  163. package/dist/esm-es5/stzh-audio.entry.js +1 -1
  164. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  165. package/dist/esm-es5/stzh-card_3.entry.js +1 -1
  166. package/dist/esm-es5/stzh-cell.entry.js +1 -1
  167. package/dist/esm-es5/stzh-chart.entry.js +3 -3
  168. package/dist/esm-es5/stzh-checkbox.entry.js +1 -1
  169. package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
  170. package/dist/esm-es5/stzh-chip_2.entry.js +1 -1
  171. package/dist/esm-es5/stzh-components.js +1 -1
  172. package/dist/esm-es5/stzh-contact.entry.js +1 -1
  173. package/dist/esm-es5/stzh-container.entry.js +1 -1
  174. package/dist/esm-es5/stzh-cspace.entry.js +1 -1
  175. package/dist/esm-es5/stzh-datalist_2.entry.js +1 -1
  176. package/dist/esm-es5/stzh-datepicker_3.entry.js +1 -1
  177. package/dist/esm-es5/stzh-details.entry.js +1 -1
  178. package/dist/esm-es5/stzh-dialog.entry.js +1 -1
  179. package/dist/esm-es5/stzh-dropdown.entry.js +2 -2
  180. package/dist/esm-es5/stzh-figure.entry.js +1 -1
  181. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  182. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  183. package/dist/esm-es5/stzh-header.entry.js +1 -1
  184. package/dist/esm-es5/stzh-hspace.entry.js +1 -1
  185. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
  186. package/dist/esm-es5/stzh-input.entry.js +1 -1
  187. package/dist/esm-es5/stzh-link.entry.js +1 -1
  188. package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
  189. package/dist/esm-es5/stzh-pagebottom.entry.js +1 -1
  190. package/dist/esm-es5/stzh-pagetitle-hero.entry.js +1 -1
  191. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
  192. package/dist/esm-es5/stzh-popover.entry.js +1 -1
  193. package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -1
  194. package/dist/esm-es5/stzh-readspeaker.entry.js +1 -1
  195. package/dist/esm-es5/stzh-row.entry.js +1 -1
  196. package/dist/esm-es5/stzh-section.entry.js +1 -1
  197. package/dist/esm-es5/stzh-sortable.entry.js +2 -2
  198. package/dist/esm-es5/stzh-space.entry.js +1 -1
  199. package/dist/esm-es5/stzh-status.entry.js +1 -1
  200. package/dist/esm-es5/stzh-table.entry.js +1 -1
  201. package/dist/esm-es5/stzh-textandimage.entry.js +1 -1
  202. package/dist/esm-es5/stzh-toggle.entry.js +1 -1
  203. package/dist/esm-es5/stzh-tooltip.entry.js +1 -1
  204. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  205. package/dist/esm-es5/stzh-vspace.entry.js +1 -1
  206. package/dist/esm-es5/utils-51148d9a.js +1 -0
  207. package/dist/stzh-components/assets/i18n/de.json +3 -3
  208. package/dist/stzh-components/assets/icons/mono/calculator.svg +10 -0
  209. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +47 -34
  210. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  211. package/dist/stzh-components/{p-d6a11daa.entry.js → p-02d51685.entry.js} +1 -1
  212. package/dist/stzh-components/p-0759cd7e.entry.js +1 -0
  213. package/dist/stzh-components/{p-6c80b920.system.entry.js → p-07dc23a3.system.entry.js} +1 -1
  214. package/dist/stzh-components/{p-bb82fa2d.system.entry.js → p-088b16c6.system.entry.js} +1 -1
  215. package/dist/stzh-components/{p-2ba88798.entry.js → p-0ba944ab.entry.js} +1 -1
  216. package/dist/stzh-components/{p-06f5abab.system.entry.js → p-0ffd0de8.system.entry.js} +1 -1
  217. package/dist/stzh-components/{p-2c490268.system.entry.js → p-102e2bcd.system.entry.js} +1 -1
  218. package/dist/stzh-components/{p-a2b2cfac.system.entry.js → p-12856e02.system.entry.js} +1 -1
  219. package/dist/stzh-components/{p-b9427914.entry.js → p-155ecf6c.entry.js} +1 -1
  220. package/dist/stzh-components/p-16c0b9ae.entry.js +3 -0
  221. package/dist/stzh-components/p-18e20038.entry.js +1 -0
  222. package/dist/stzh-components/{p-f433e62a.system.entry.js → p-1a98470f.system.entry.js} +1 -1
  223. package/dist/stzh-components/p-1bcda13d.system.entry.js +1 -0
  224. package/dist/stzh-components/p-1d435dd8.system.entry.js +1 -0
  225. package/dist/stzh-components/{p-8972cf20.entry.js → p-1f74846f.entry.js} +1 -1
  226. package/dist/stzh-components/{p-ac3e3b2a.system.entry.js → p-215d2cf6.system.entry.js} +1 -1
  227. package/dist/stzh-components/{p-1f925e84.system.entry.js → p-25d8a9c0.system.entry.js} +1 -1
  228. package/dist/stzh-components/{p-97e4272b.system.entry.js → p-2674dc69.system.entry.js} +1 -1
  229. package/dist/stzh-components/p-29e9ad9f.system.entry.js +1 -0
  230. package/dist/stzh-components/p-2c42ae68.entry.js +1 -0
  231. package/dist/stzh-components/{p-d32965be.system.entry.js → p-309fc559.system.entry.js} +1 -1
  232. package/dist/stzh-components/p-30a9de85.system.entry.js +1 -0
  233. package/dist/stzh-components/{p-64e27ac1.entry.js → p-31b995e8.entry.js} +1 -1
  234. package/dist/stzh-components/p-326fcb23.js +1 -0
  235. package/dist/stzh-components/{p-705aa56d.entry.js → p-32a03d1c.entry.js} +1 -1
  236. package/dist/stzh-components/p-37920e74.system.entry.js +1 -0
  237. package/dist/stzh-components/{p-125a8244.entry.js → p-4633b93d.entry.js} +1 -1
  238. package/dist/stzh-components/{p-81b4b0e6.system.entry.js → p-48e79dc0.system.entry.js} +1 -1
  239. package/dist/stzh-components/p-4c60da30.entry.js +1 -0
  240. package/dist/stzh-components/p-4eee30ea.system.entry.js +1 -0
  241. package/dist/stzh-components/{p-41fa7e81.entry.js → p-532b4218.entry.js} +1 -1
  242. package/dist/stzh-components/{p-668b4025.system.entry.js → p-552d0e82.system.entry.js} +1 -1
  243. package/dist/stzh-components/p-57235597.system.entry.js +1 -0
  244. package/dist/stzh-components/p-5c697491.js +1 -0
  245. package/dist/stzh-components/{p-a0a033bd.system.entry.js → p-5c72664e.system.entry.js} +1 -1
  246. package/dist/stzh-components/p-5d55a672.system.entry.js +1 -0
  247. package/dist/stzh-components/p-63bb1d5e.system.js +1 -0
  248. package/dist/stzh-components/{p-7b0c04b3.system.entry.js → p-6606e17e.system.entry.js} +1 -1
  249. package/dist/stzh-components/{p-8ee705ed.entry.js → p-66692130.entry.js} +1 -1
  250. package/dist/stzh-components/{p-bc36fda4.system.entry.js → p-6769b9a8.system.entry.js} +1 -1
  251. package/dist/stzh-components/{p-04d390eb.entry.js → p-67816aa4.entry.js} +1 -1
  252. package/dist/stzh-components/{p-e7e9b295.system.entry.js → p-6a94e520.system.entry.js} +1 -1
  253. package/dist/stzh-components/p-6deb516e.entry.js +1 -0
  254. package/dist/stzh-components/{p-ed58b644.system.entry.js → p-72a62d0d.system.entry.js} +1 -1
  255. package/dist/stzh-components/p-761ee059.entry.js +1 -0
  256. package/dist/stzh-components/{p-c33b7d23.entry.js → p-77320d20.entry.js} +1 -1
  257. package/dist/stzh-components/p-798ac79c.entry.js +1 -0
  258. package/dist/stzh-components/{p-7185f634.entry.js → p-7f857e56.entry.js} +1 -1
  259. package/dist/stzh-components/{p-9d5c70ee.system.entry.js → p-809ed955.system.entry.js} +1 -1
  260. package/dist/stzh-components/{p-fa615b51.system.entry.js → p-84a6e023.system.entry.js} +1 -1
  261. package/dist/stzh-components/p-89bd0d46.entry.js +1 -0
  262. package/dist/stzh-components/{p-5c717080.system.entry.js → p-8f577bc6.system.entry.js} +1 -1
  263. package/dist/stzh-components/{p-cbe6d2ea.entry.js → p-919cf183.entry.js} +1 -1
  264. package/dist/stzh-components/p-94918f2a.system.entry.js +1 -0
  265. package/dist/stzh-components/p-951b04ab.entry.js +1 -0
  266. package/dist/stzh-components/{p-da98a8bb.system.entry.js → p-963a7526.system.entry.js} +1 -1
  267. package/dist/stzh-components/{p-126a0f14.entry.js → p-9be21c72.entry.js} +1 -1
  268. package/dist/stzh-components/p-9de8b25b.entry.js +1 -0
  269. package/dist/stzh-components/{p-fe5d5fc8.entry.js → p-a1727d35.entry.js} +1 -1
  270. package/dist/stzh-components/{p-7e94b787.entry.js → p-a2df0ea1.entry.js} +1 -1
  271. package/dist/stzh-components/{p-6496df0a.system.entry.js → p-a32ae73a.system.entry.js} +2 -2
  272. package/dist/stzh-components/{p-8c5a6832.system.entry.js → p-a7eb3e02.system.entry.js} +1 -1
  273. package/dist/stzh-components/p-acf59d10.entry.js +1 -0
  274. package/dist/stzh-components/p-ad62a793.system.entry.js +1 -0
  275. package/dist/stzh-components/{p-4370efe7.entry.js → p-ae38f1d2.entry.js} +1 -1
  276. package/dist/stzh-components/p-b04a9d0f.system.entry.js +1 -0
  277. package/dist/stzh-components/p-b422041d.entry.js +1 -0
  278. package/dist/stzh-components/{p-b050c1f4.entry.js → p-b9372a2a.entry.js} +1 -1
  279. package/dist/stzh-components/{p-f5b2c12e.entry.js → p-bb698e26.entry.js} +1 -1
  280. package/dist/stzh-components/{p-dbe5320f.entry.js → p-bc2af057.entry.js} +1 -1
  281. package/dist/stzh-components/{p-1c2c9ca8.entry.js → p-bc545121.entry.js} +1 -1
  282. package/dist/stzh-components/{p-d5644c25.entry.js → p-be97cb22.entry.js} +1 -1
  283. package/dist/stzh-components/{p-b6e6f847.entry.js → p-c2a22eb8.entry.js} +1 -1
  284. package/dist/stzh-components/{p-0af8a184.system.entry.js → p-c4c620fa.system.entry.js} +1 -1
  285. package/dist/stzh-components/p-c87e9b71.entry.js +1 -0
  286. package/dist/stzh-components/p-cc722b35.system.entry.js +3 -0
  287. package/dist/stzh-components/{p-38e7645a.entry.js → p-d1cfe06b.entry.js} +1 -1
  288. package/dist/stzh-components/p-d4b7a303.system.js +1 -0
  289. package/dist/stzh-components/p-d4c006e8.entry.js +1 -0
  290. package/dist/stzh-components/{p-a3c7aa63.entry.js → p-d9ae09b5.entry.js} +4 -4
  291. package/dist/stzh-components/p-db6aa108.system.js +1 -0
  292. package/dist/stzh-components/{p-8715198b.entry.js → p-de76e01b.entry.js} +1 -1
  293. package/dist/stzh-components/{p-a44527f8.entry.js → p-e1b2785b.entry.js} +1 -1
  294. package/dist/stzh-components/{p-00c4c8c0.system.entry.js → p-e4a8f1bc.system.entry.js} +1 -1
  295. package/dist/stzh-components/p-e59c2adc.system.entry.js +1 -0
  296. package/dist/stzh-components/p-e9994d05.system.entry.js +1 -0
  297. package/dist/stzh-components/{p-e78fe899.system.entry.js → p-ed783154.system.entry.js} +1 -1
  298. package/dist/stzh-components/{p-4d8c81b2.system.entry.js → p-eed126cf.system.entry.js} +1 -1
  299. package/dist/stzh-components/{p-f3d69226.system.entry.js → p-f3276ca5.system.entry.js} +1 -1
  300. package/dist/stzh-components/p-f4deacf4.system.entry.js +1 -0
  301. package/dist/stzh-components/{p-99aacd74.entry.js → p-f7e18135.entry.js} +1 -1
  302. package/dist/stzh-components/{p-09f582cd.entry.js → p-febba79b.entry.js} +1 -1
  303. package/dist/stzh-components/{p-5f9b58fb.system.entry.js → p-ff328114.system.entry.js} +1 -1
  304. package/dist/stzh-components/stzh-components.esm.js +1 -1
  305. package/dist/stzh-components/stzh-components.js +1 -1
  306. package/dist/types/components.d.ts +58 -14
  307. package/dist/types/index.d.ts +1 -1
  308. package/dist/types/utils/utils.d.ts +4 -2
  309. package/dist/vscode-data.json +46 -6
  310. package/package.json +2 -2
  311. package/dist/esm-es5/app-globals-2e508622.js +0 -1
  312. package/dist/esm-es5/utils-92a77db5.js +0 -1
  313. package/dist/stzh-components/p-0447b178.system.entry.js +0 -1
  314. package/dist/stzh-components/p-0ada0b0a.system.entry.js +0 -1
  315. package/dist/stzh-components/p-0afba769.entry.js +0 -1
  316. package/dist/stzh-components/p-101f9b11.system.entry.js +0 -1
  317. package/dist/stzh-components/p-2ad73c0c.system.entry.js +0 -1
  318. package/dist/stzh-components/p-2f4c5e18.entry.js +0 -1
  319. package/dist/stzh-components/p-3238b0bf.entry.js +0 -1
  320. package/dist/stzh-components/p-3e433996.entry.js +0 -1
  321. package/dist/stzh-components/p-4a298117.system.entry.js +0 -1
  322. package/dist/stzh-components/p-537adcfe.system.entry.js +0 -3
  323. package/dist/stzh-components/p-563b1abc.system.entry.js +0 -1
  324. package/dist/stzh-components/p-5cb1cd93.system.entry.js +0 -1
  325. package/dist/stzh-components/p-6414454e.system.entry.js +0 -1
  326. package/dist/stzh-components/p-65ea23f6.entry.js +0 -1
  327. package/dist/stzh-components/p-74d6e349.system.entry.js +0 -1
  328. package/dist/stzh-components/p-791bc813.system.js +0 -1
  329. package/dist/stzh-components/p-86a29c35.js +0 -1
  330. package/dist/stzh-components/p-8ccefd49.system.entry.js +0 -1
  331. package/dist/stzh-components/p-906caf97.js +0 -1
  332. package/dist/stzh-components/p-9380fb85.entry.js +0 -1
  333. package/dist/stzh-components/p-99e27f57.system.js +0 -1
  334. package/dist/stzh-components/p-99e43fb0.entry.js +0 -1
  335. package/dist/stzh-components/p-9be29697.entry.js +0 -1
  336. package/dist/stzh-components/p-a4dd5ba3.entry.js +0 -1
  337. package/dist/stzh-components/p-a51dd210.system.entry.js +0 -1
  338. package/dist/stzh-components/p-b689b882.entry.js +0 -1
  339. package/dist/stzh-components/p-bf071e77.system.js +0 -1
  340. package/dist/stzh-components/p-c0ec905d.entry.js +0 -1
  341. package/dist/stzh-components/p-c646c712.entry.js +0 -1
  342. package/dist/stzh-components/p-ccf023da.entry.js +0 -3
  343. package/dist/stzh-components/p-da85cf73.system.entry.js +0 -1
  344. package/dist/stzh-components/p-dd5f29aa.entry.js +0 -1
  345. package/dist/stzh-components/p-de9edaf2.entry.js +0 -1
  346. package/dist/stzh-components/p-fd3acd16.system.entry.js +0 -1
  347. package/dist/stzh-components/p-fe9acc68.system.entry.js +0 -1
@@ -0,0 +1,10 @@
1
+ <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_2688_137326)">
3
+ <path d="M16.25 4.50006V6.00006M5 0.750061H20C20.4142 0.750061 20.75 1.08585 20.75 1.50006V22.5001C20.75 22.9143 20.4142 23.2501 20 23.2501H5C4.58579 23.2501 4.25 22.9143 4.25 22.5001V1.50006C4.25 1.08585 4.58579 0.750061 5 0.750061ZM9.125 20.0626C9.125 20.3732 8.87316 20.6251 8.5625 20.6251C8.25184 20.6251 8 20.3732 8 20.0626C8 19.7519 8.25184 19.5001 8.5625 19.5001C8.87316 19.5001 9.125 19.7519 9.125 20.0626ZM13.0625 20.0626C13.0625 20.3732 12.8107 20.6251 12.5 20.6251C12.1893 20.6251 11.9375 20.3732 11.9375 20.0626C11.9375 19.7519 12.1893 19.5001 12.5 19.5001C12.8107 19.5001 13.0625 19.7519 13.0625 20.0626ZM17 20.0626C17 20.3732 16.7482 20.6251 16.4375 20.6251C16.1268 20.6251 15.875 20.3732 15.875 20.0626C15.875 19.7519 16.1268 19.5001 16.4375 19.5001C16.7482 19.5001 17 19.7519 17 20.0626ZM9.125 15.9376C9.125 16.2482 8.87316 16.5001 8.5625 16.5001C8.25184 16.5001 8 16.2482 8 15.9376C8 15.6269 8.25184 15.3751 8.5625 15.3751C8.87316 15.3751 9.125 15.6269 9.125 15.9376ZM13.0625 15.9376C13.0625 16.2482 12.8107 16.5001 12.5 16.5001C12.1893 16.5001 11.9375 16.2482 11.9375 15.9376C11.9375 15.6269 12.1893 15.3751 12.5 15.3751C12.8107 15.3751 13.0625 15.6269 13.0625 15.9376ZM17 15.9376C17 16.2482 16.7482 16.5001 16.4375 16.5001C16.1268 16.5001 15.875 16.2482 15.875 15.9376C15.875 15.6269 16.1268 15.3751 16.4375 15.3751C16.7482 15.3751 17 15.6269 17 15.9376ZM9.125 11.8126C9.125 12.1232 8.87316 12.3751 8.5625 12.3751C8.25184 12.3751 8 12.1232 8 11.8126C8 11.5019 8.25184 11.2501 8.5625 11.2501C8.87316 11.2501 9.125 11.5019 9.125 11.8126ZM13.0625 11.8126C13.0625 12.1232 12.8107 12.3751 12.5 12.3751C12.1893 12.3751 11.9375 12.1232 11.9375 11.8126C11.9375 11.5019 12.1893 11.2501 12.5 11.2501C12.8107 11.2501 13.0625 11.5019 13.0625 11.8126ZM17 11.8126C17 12.1232 16.7482 12.3751 16.4375 12.3751C16.1268 12.3751 15.875 12.1232 15.875 11.8126C15.875 11.5019 16.1268 11.2501 16.4375 11.2501C16.7482 11.2501 17 11.5019 17 11.8126ZM6.5 3.00006H18.5V8.25006H6.5V3.00006Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_2688_137326">
7
+ <rect width="24" height="24" fill="white" transform="translate(0.5 6.10352e-05)"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -108,16 +108,36 @@
108
108
  --badge-icon-text-margin: calc(var(--icon-text-margin) + var(--stzh-space-xxsmall));
109
109
  --padding: calc(var(--stzh-space-xsmall) - 0.0625rem) var(--stzh-space-xlarge);
110
110
  --white-space: normal;
111
+ --border-radius: var(--stzh-button-border-radius);
111
112
  --hover-color: var(--stzh-color-white);
112
113
  --hover-background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
113
114
  --hover-border-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
115
+ --floating-position: sticky;
116
+ --floating-float: right;
117
+ --floating-bottom: var(--stzh-space-medium);
118
+ --floating-right: var(--stzh-space-medium);
114
119
  display: inline-block;
115
- border-radius: var(--stzh-button-border-radius);
120
+ border-radius: var(--border-radius);
121
+ }
122
+ @media screen and (min-width: 600px) {
123
+ :host {
124
+ --floating-bottom: var(--stzh-space-xlarge);
125
+ --floating-right: var(--stzh-space-xlarge);
126
+ }
116
127
  }
117
128
  :host[fullwidth]:not([fullwidth=false]) {
118
129
  width: 100%;
119
130
  display: block;
120
131
  }
132
+ :host[rounded]:not([rounded=false]) {
133
+ --border-radius: var(--height);
134
+ }
135
+ :host[floating]:not([floating=false]) {
136
+ position: var(--floating-position);
137
+ bottom: var(--floating-bottom);
138
+ right: var(--floating-right);
139
+ float: var(--floating-float);
140
+ }
121
141
  :host[size=small] {
122
142
  --height: var(--stzh-form-input-small-height);
123
143
  }
@@ -222,10 +242,11 @@
222
242
  width: 100%;
223
243
  min-width: var(--height);
224
244
  min-height: var(--height);
225
- border-radius: var(--stzh-button-border-radius);
245
+ border-radius: var(--border-radius);
226
246
  text-align: left;
227
247
  /* Hover / Focus / Checked / Disabled of Radio Type */
228
248
  /* Size variants */
249
+ /* Floating */
229
250
  /* Badge positioning variants */
230
251
  /* Variant if button only has icon */
231
252
  /* Effect */
@@ -337,6 +358,9 @@
337
358
  font-size: var(--stzh-font-micro-font-size);
338
359
  line-height: var(--stzh-font-micro-text-line-height);
339
360
  }
361
+ .stzh-button--is-floating {
362
+ box-shadow: var(--stzh-box-shadow-overlay);
363
+ }
340
364
  .stzh-button--badge-position-button .stzh-button__icon-wrapper {
341
365
  position: static;
342
366
  }
@@ -50,6 +50,8 @@ export class StzhButton {
50
50
  this.badgePosition = "button";
51
51
  this.badgeEmpty = false;
52
52
  this.fullwidth = false;
53
+ this.rounded = false;
54
+ this.floating = false;
53
55
  this.size = "default";
54
56
  this.textAlign = "default";
55
57
  this.variant = "default";
@@ -100,6 +102,8 @@ export class StzhButton {
100
102
  "stzh-button--has-icon": iconUsed,
101
103
  "stzh-button--has-icon-only": this.iconOnly,
102
104
  "stzh-button--has-badge": !!this.badge,
105
+ "stzh-button--is-floating": this.floating,
106
+ "stzh-button--is-rounded": this.rounded,
103
107
  "stzh-button--is-fullwidth": this.fullwidth,
104
108
  "stzh-button--is-disabled": this.disabled,
105
109
  "stzh-button--is-active": this.active,
@@ -225,6 +229,42 @@ export class StzhButton {
225
229
  "reflect": true,
226
230
  "defaultValue": "false"
227
231
  },
232
+ "rounded": {
233
+ "type": "boolean",
234
+ "mutable": false,
235
+ "complexType": {
236
+ "original": "boolean",
237
+ "resolved": "boolean",
238
+ "references": {}
239
+ },
240
+ "required": false,
241
+ "optional": false,
242
+ "docs": {
243
+ "tags": [],
244
+ "text": "Whether the button is rounded"
245
+ },
246
+ "attribute": "rounded",
247
+ "reflect": true,
248
+ "defaultValue": "false"
249
+ },
250
+ "floating": {
251
+ "type": "boolean",
252
+ "mutable": false,
253
+ "complexType": {
254
+ "original": "boolean",
255
+ "resolved": "boolean",
256
+ "references": {}
257
+ },
258
+ "required": false,
259
+ "optional": false,
260
+ "docs": {
261
+ "tags": [],
262
+ "text": "Whether the button is floating"
263
+ },
264
+ "attribute": "floating",
265
+ "reflect": true,
266
+ "defaultValue": "false"
267
+ },
228
268
  "size": {
229
269
  "type": "string",
230
270
  "mutable": false,
@@ -64,6 +64,15 @@ CTA.args = {
64
64
  'icon-position': 'right'
65
65
  };
66
66
 
67
+ export const Floating = Template.bind({});
68
+ Floating.args = {
69
+ label: 'Button Text',
70
+ effect: 'cta',
71
+ icon: 'arrow-right',
72
+ rounded: true,
73
+ floating: true
74
+ };
75
+
67
76
  export const LongText = Template.bind({});
68
77
  LongText.args = {
69
78
  label: 'Laboris laborum aute id laboris culpa esse aliquip nisi anim velit'
@@ -109,6 +109,9 @@
109
109
  position: relative;
110
110
  border-radius: var(--border-radius);
111
111
  }
112
+ :host[collapsed]:not([collapsed=false]) {
113
+ --content-min-height: none;
114
+ }
112
115
  :host[checked]:not([checked=false]) {
113
116
  outline: 0.1875rem solid var(--stzh-color-primary, var(--stzh-color-zueriblue));
114
117
  }
@@ -1,5 +1,5 @@
1
1
  import { Host, h } from "@stencil/core";
2
- import { cloneElement, hasSlot } from "../../utils/utils";
2
+ import { cloneWrappedStzhElement, hasSlot } from "../../utils/utils";
3
3
  import { fetchTranslations } from "../../utils/translation-utils";
4
4
  /**
5
5
  * @slot - Slot for `stzh-card` elements
@@ -25,7 +25,7 @@ export class StzhCardList {
25
25
  this.allCollapsed = !cards.some(card => !card.collapsed);
26
26
  };
27
27
  this.sortableGhostClone = (dragElement) => {
28
- const [clonedElement, clonedStzhElement, originalStzhElement] = cloneElement(dragElement);
28
+ const [clonedElement, clonedStzhElement, originalStzhElement] = cloneWrappedStzhElement(dragElement);
29
29
  if (clonedStzhElement
30
30
  && originalStzhElement
31
31
  && clonedStzhElement.tagName.toLowerCase() === "stzh-card") {
@@ -104,6 +104,11 @@
104
104
  flex-basis: var(--cell-width);
105
105
  flex-shrink: 0;
106
106
  }
107
+ :host::after {
108
+ content: "";
109
+ display: table;
110
+ clear: both;
111
+ }
107
112
 
108
113
  /* Justify self variants */
109
114
  :host([justify-self=start]) {
@@ -147,10 +147,6 @@
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
-
154
150
  /**
155
151
  * Axis component based on the d3.axis interface
156
152
  * Changed color to match stzh website (original #B8B8B8)
@@ -158,8 +154,7 @@
158
154
  */
159
155
  .sszvis-axis text {
160
156
  fill: #767676;
161
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
162
- font-family: var(--stzh-font);
157
+ font-family: Arial, sans-serif;
163
158
  font-size: 0.625rem;
164
159
  font-style: normal;
165
160
  font-weight: normal;
@@ -171,7 +166,7 @@
171
166
  .sszvis-axis path,
172
167
  .sszvis-axis line {
173
168
  fill: none;
174
- stroke: #b8b8b8;
169
+ stroke: #B8B8B8;
175
170
  shape-rendering: crispEdges;
176
171
  }
177
172
 
@@ -202,9 +197,9 @@
202
197
  }
203
198
 
204
199
  .sszvis-axis__label-contour {
205
- fill: #ffffff;
200
+ fill: #FFFFFF;
206
201
  opacity: 0.8;
207
- stroke: #ffffff;
202
+ stroke: #FFFFFF;
208
203
  stroke-width: 3;
209
204
  }
210
205
 
@@ -219,7 +214,7 @@
219
214
  * @module sszvis/component/groupedBars
220
215
  */
221
216
  .sszvis-bar--missing {
222
- stroke: #a4a4a4;
217
+ stroke: #A4A4A4;
223
218
  }
224
219
 
225
220
  /**
@@ -253,8 +248,7 @@
253
248
  alignment-baseline: central;
254
249
  /* Maybe at least one of these will work? */
255
250
  dominant-baseline: central;
256
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
257
- font-family: var(--stzh-font);
251
+ font-family: Arial, sans-serif;
258
252
  font-size: 0.625rem;
259
253
  font-style: normal;
260
254
  font-weight: normal;
@@ -273,7 +267,7 @@
273
267
  }
274
268
 
275
269
  .sszvis-sankey-column-label-tick {
276
- stroke: #b8b8b8;
270
+ stroke: #B8B8B8;
277
271
  }
278
272
 
279
273
  .sszvis-sankey-link-source-label {
@@ -380,15 +374,14 @@
380
374
  }
381
375
 
382
376
  .sszvis-control-buttonGroup__item {
383
- background-color: #ffffff;
377
+ background-color: #FFFFFF;
384
378
  border: 0.0625rem solid #767676;
385
379
  border-left: none;
386
380
  box-sizing: border-box;
387
381
  color: #767676;
388
382
  cursor: pointer;
389
383
  display: table-cell;
390
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
391
- font-family: var(--stzh-font);
384
+ font-family: Arial, sans-serif;
392
385
  font-size: 0.75rem;
393
386
  line-height: normal;
394
387
  padding: 0.5625rem 0.75rem;
@@ -401,7 +394,7 @@
401
394
  */
402
395
  .sszvis-control-buttonGroup__item.selected {
403
396
  background-color: #767676;
404
- color: #ffffff;
397
+ color: #FFFFFF;
405
398
  }
406
399
 
407
400
  .sszvis-control-buttonGroup__item:first-child {
@@ -423,7 +416,7 @@
423
416
  .sszvis-control-select {
424
417
  border: 0.0625rem solid #767676;
425
418
  border-radius: 0.1875rem;
426
- background-color: #ffffff;
419
+ background-color: #FFFFFF;
427
420
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABQElEQVR4nO3TzW2DUBDEcZdACSnBpe1lVhzdCSXZnaQE55JJSOJgMO9rH/OTOK70/iNxOomIiIiIiMi3cRzfar8hlc0tAM4A3gFMeZ5UDoDps+W86sDMBgBXd7+7+z3yCACmWcfVzIbFg9/xkUeYx68a4b/4iCM8in86wlJ8pBGW4ucj/Dhy98uzowgjrImffZevQzMb3P0WeYSN8bc/v0HkEXbHU8QRksVTpBGSx1OEEbLFU8sjZI+nFkcoFk8tjVA8nloYoVo81RyhejzVGKGZeCo5QnPxVGKEZuMp5wjNx1OOEcLEU8oRwsVTihHCxtOeEcLH0ysjdBNPW0foKp4yjBAnnhKOEC+eEowQN552jBA/nl4YoZ942jBCf/G0YoR+42lhhP7j6cEIx4mn2QjHiyczGw4bLyIiIiIiUtMHjJmBk7uXEiAAAAAASUVORK5CYII=");
428
421
  background-position: 96% 51%;
429
422
  background-repeat: no-repeat;
@@ -436,10 +429,9 @@
436
429
 
437
430
  .sszvis-control-select__element {
438
431
  background: transparent;
439
- border: 0.0625rem solid #ffffff;
432
+ border: 0.0625rem solid #FFFFFF;
440
433
  color: #767676;
441
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
442
- font-family: var(--stzh-font);
434
+ font-family: Arial, sans-serif;
443
435
  font-size: 1rem;
444
436
  /* Minimum of 16px to prevent iOS to zoom page */
445
437
  height: 2.125rem;
@@ -453,8 +445,7 @@
453
445
  }
454
446
 
455
447
  .sszvis-control-select__metrics {
456
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
457
- font-family: var(--stzh-font);
448
+ font-family: Arial, sans-serif;
458
449
  font-size: 0.75rem;
459
450
  height: auto;
460
451
  position: absolute;
@@ -474,8 +465,7 @@
474
465
 
475
466
  .sszvis-control-slider--label {
476
467
  fill: #545454;
477
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
478
- font-family: var(--stzh-font);
468
+ font-family: Arial, sans-serif;
479
469
  font-size: 0.625rem;
480
470
  text-anchor: middle;
481
471
  }
@@ -495,12 +485,12 @@
495
485
  * @module sszvis/control/handleRuler
496
486
  */
497
487
  .sszvis-handleRuler__handle {
498
- fill: #ffffff;
488
+ fill: #FFFFFF;
499
489
  stroke: #808184;
500
490
  }
501
491
 
502
492
  .sszvis-handleRuler__handle-mark {
503
- stroke: #a6a8ab;
493
+ stroke: #A6A8AB;
504
494
  }
505
495
 
506
496
  /**
@@ -510,18 +500,17 @@
510
500
  */
511
501
  .sszvis-ruler__rule {
512
502
  shape-rendering: crispEdges;
513
- stroke: #cccccc;
503
+ stroke: #CCCCCC;
514
504
  }
515
505
 
516
506
  .sszvis-ruler__dot {
517
- stroke: #ffffff;
507
+ stroke: #FFFFFF;
518
508
  stroke-width: 1.5;
519
509
  }
520
510
 
521
511
  .sszvis-ruler__label,
522
512
  .sszvis-ruler__label-outline {
523
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
524
- font-family: var(--stzh-font);
513
+ font-family: Arial, sans-serif;
525
514
  font-size: 0.75rem;
526
515
  font-style: normal;
527
516
  font-weight: normal;
@@ -532,7 +521,7 @@
532
521
  }
533
522
 
534
523
  .sszvis-ruler__label-outline {
535
- stroke: #ffffff;
524
+ stroke: #FFFFFF;
536
525
  stroke-width: 3;
537
526
  }
538
527
 
@@ -542,8 +531,8 @@
542
531
  * @module sszvis/annotation/rangeFlag
543
532
  */
544
533
  .sszvis-rangeFlag__mark {
545
- fill: #efefef;
546
- stroke: #7c7c7c;
534
+ fill: #EFEFEF;
535
+ stroke: #7C7C7C;
547
536
  stroke-width: 1.5;
548
537
  }
549
538
 
@@ -564,12 +553,10 @@
564
553
  opacity: 0.25;
565
554
  }
566
555
 
567
- .sszvis-rangeRuler__label,
568
- .sszvis-rangeRuler__total {
556
+ .sszvis-rangeRuler__label, .sszvis-rangeRuler__total {
569
557
  font-size: 0.625rem;
570
558
  fill: #545454;
571
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
572
- font-family: var(--stzh-font);
559
+ font-family: Arial, sans-serif;
573
560
  font-style: normal;
574
561
  }
575
562
 
@@ -620,7 +607,7 @@
620
607
  }
621
608
 
622
609
  .sszvis-tooltip__body {
623
- color: #7c7c7c;
610
+ color: #7C7C7C;
624
611
  font-size: 0.6875rem;
625
612
  line-height: 1.4545;
626
613
  vertical-align: middle;
@@ -652,7 +639,7 @@
652
639
  }
653
640
 
654
641
  .sszvis-tooltip__body__table tr {
655
- border-top: 0.0625rem solid #e5e6e7;
642
+ border-top: 0.0625rem solid #E5E6E7;
656
643
  }
657
644
 
658
645
  .sszvis-tooltip__body__table td {
@@ -700,9 +687,8 @@
700
687
  }
701
688
 
702
689
  .sszvis-referenceline__caption {
703
- fill: #7c7c7c;
704
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
705
- font-family: var(--stzh-font);
690
+ fill: #7C7C7C;
691
+ font-family: Arial, sans-serif;
706
692
  font-size: 0.6875rem;
707
693
  text-anchor: middle;
708
694
  /*
@@ -717,9 +703,8 @@
717
703
  * @module sszvis/annotation/circle
718
704
  */
719
705
  .sszvis-dataareacircle__caption {
720
- fill: #7c7c7c;
721
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
722
- font-family: var(--stzh-font);
706
+ fill: #7C7C7C;
707
+ font-family: Arial, sans-serif;
723
708
  font-size: 0.6875rem;
724
709
  text-anchor: middle;
725
710
  }
@@ -730,9 +715,8 @@
730
715
  * @module sszvis/annotation/rectangle
731
716
  */
732
717
  .sszvis-dataarearectangle__caption {
733
- fill: #7c7c7c;
734
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
735
- font-family: var(--stzh-font);
718
+ fill: #7C7C7C;
719
+ font-family: Arial, sans-serif;
736
720
  font-size: 0.6875rem;
737
721
  text-anchor: middle;
738
722
  }
@@ -747,8 +731,7 @@
747
731
  */
748
732
  .sszvis-legend__label {
749
733
  fill: #767676;
750
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
751
- font-family: var(--stzh-font);
734
+ font-family: Arial, sans-serif;
752
735
  font-size: 0.75rem;
753
736
  font-style: normal;
754
737
  font-weight: normal;
@@ -762,8 +745,7 @@
762
745
 
763
746
  .sszvis-legend__axislabel {
764
747
  fill: #767676;
765
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
766
- font-family: var(--stzh-font);
748
+ font-family: Arial, sans-serif;
767
749
  font-size: 0.625rem;
768
750
  font-style: normal;
769
751
  font-weight: normal;
@@ -775,12 +757,12 @@
775
757
 
776
758
  .sszvis-legend__greyline {
777
759
  fill: none;
778
- stroke: #b8b8b8;
760
+ stroke: #B8B8B8;
779
761
  stroke-width: 1.1;
780
762
  }
781
763
 
782
764
  .sszvis-legend__dashedline {
783
- stroke: #cccccc;
765
+ stroke: #CCCCCC;
784
766
  stroke-dasharray: 2 3;
785
767
  stroke-width: 1;
786
768
  }
@@ -100,6 +100,7 @@
100
100
  :host {
101
101
  --color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
102
102
  --height: 2rem;
103
+ --padding: 0 var(--stzh-space-medium);
103
104
  --border: 0.0625rem solid var(--stzh-color-grey13);
104
105
  --border-radius: 1rem;
105
106
  --remove-color: var(--stzh-base-lead-color);
@@ -129,9 +130,13 @@
129
130
  --hover-counter-color: Highlight;
130
131
  }
131
132
  }
133
+ :host[size=large] {
134
+ --height: 2.5rem;
135
+ --border-radius: 1.25rem;
136
+ --padding: 0 var(--stzh-space-xlarge);
137
+ }
132
138
  :host[size=small] {
133
139
  --height: 1.5rem;
134
- --border-radius: 0.75rem;
135
140
  --icon-size: var(--stzh-icon-size-xsmall);
136
141
  }
137
142
  :host[variant=input] {
@@ -256,7 +261,7 @@
256
261
  flex-direction: row;
257
262
  align-items: center;
258
263
  border-radius: var(--border-radius);
259
- padding: 0 var(--stzh-space-medium);
264
+ padding: var(--padding);
260
265
  color: var(--color);
261
266
  -webkit-appearance: none;
262
267
  -moz-appearance: none;
@@ -331,7 +336,6 @@
331
336
  .stzh-chip--size-small .stzh-chip__button {
332
337
  font-size: var(--stzh-font-nano-font-size);
333
338
  line-height: var(--stzh-font-nano-text-line-height);
334
- padding: 0 var(--stzh-space-small);
335
339
  }
336
340
  .stzh-chip--size-small .stzh-chip__icon-wrapper:not(:empty) {
337
341
  margin-right: var(--stzh-space-xxsmall);
@@ -240,8 +240,8 @@ export class StzhChip {
240
240
  "type": "string",
241
241
  "mutable": false,
242
242
  "complexType": {
243
- "original": "\"default\" | \"small\"",
244
- "resolved": "\"default\" | \"small\"",
243
+ "original": "\"default\" | \"small\" | \"large\"",
244
+ "resolved": "\"default\" | \"large\" | \"small\"",
245
245
  "references": {}
246
246
  },
247
247
  "required": false,
@@ -40,6 +40,7 @@ export class StzhChipSelect {
40
40
  }
41
41
  }
42
42
  else if (event.key === " " || event.key === "Enter") {
43
+ event.preventDefault();
43
44
  const activeOptionIndex = this.activeFocusOptionIndex;
44
45
  this.value = this._data[activeOptionIndex].value;
45
46
  this.stzhChange.emit({
@@ -97,6 +97,14 @@
97
97
  box-sizing: border-box;
98
98
  }
99
99
 
100
+ :host {
101
+ clear: both;
102
+ }
103
+ :host::after {
104
+ content: "";
105
+ display: table;
106
+ clear: both;
107
+ }
100
108
  :host ::slotted(*) stzh-header {
101
109
  margin-left: -1.25rem;
102
110
  margin-right: -1.25rem;
@@ -97,6 +97,14 @@
97
97
  box-sizing: border-box;
98
98
  }
99
99
 
100
+ :host {
101
+ clear: both;
102
+ }
103
+ :host::after {
104
+ content: "";
105
+ display: table;
106
+ clear: both;
107
+ }
100
108
  :host ::slotted(stzh-input),
101
109
  :host ::slotted(stzh-datepicker),
102
110
  :host ::slotted(stzh-dropdown),
@@ -574,10 +582,4 @@
574
582
  :host ::slotted(:last-child),
575
583
  :host ::slotted([no-cspace-bottom]) {
576
584
  margin-bottom: 0 !important;
577
- }
578
- :host :has(:nth-child(1)[hidden])::slotted(:nth-child(2)) {
579
- margin-top: 0 !important;
580
- }
581
- :host :has(:nth-last-child(1)[hidden])::slotted(:nth-last-child(2)) {
582
- margin-bottom: 0 !important;
583
585
  }
@@ -105,13 +105,13 @@
105
105
  --item-label-min-width: 9rem;
106
106
  }
107
107
  }
108
- :host[disable-min-width]:not([disable-min-width=false]) {
108
+ :host[disable-label-min-width]:not([disable-label-min-width=false]) {
109
109
  --item-label-min-width: none;
110
110
  }
111
111
 
112
112
  :host ::slotted(stzh-details),
113
113
  .stzh-datalist stzh-details {
114
- --content-grid-column: 1 / 5;
114
+ --content-grid-column: 1 / 6;
115
115
  --content-padding: var(--stzh-space-large) 0 var(--stzh-space-xlarge);
116
116
  --content-border-bottom: 0.0625rem solid var(--stzh-base-border-color);
117
117
  }
@@ -143,6 +143,6 @@
143
143
  width: 100%;
144
144
  display: grid;
145
145
  border-collapse: collapse;
146
- grid-template-columns: auto minmax(auto, 1fr) auto auto;
146
+ grid-template-columns: auto auto minmax(auto, 1fr) auto auto;
147
147
  align-items: stretch;
148
148
  }
@@ -28,7 +28,7 @@ export class StzhDatalist {
28
28
  this.directionLarge = "inherit";
29
29
  this.directionUltra = "inherit";
30
30
  this.hideBorder = false;
31
- this.disableMinWidth = false;
31
+ this.disableLabelMinWidth = false;
32
32
  this.items = [];
33
33
  this.currentDirection = undefined;
34
34
  }
@@ -197,7 +197,7 @@ export class StzhDatalist {
197
197
  "reflect": true,
198
198
  "defaultValue": "false"
199
199
  },
200
- "disableMinWidth": {
200
+ "disableLabelMinWidth": {
201
201
  "type": "boolean",
202
202
  "mutable": false,
203
203
  "complexType": {
@@ -209,9 +209,9 @@ export class StzhDatalist {
209
209
  "optional": false,
210
210
  "docs": {
211
211
  "tags": [],
212
- "text": "Whether to disable min-width of datalist item"
212
+ "text": "Whether to disable min-width of datalist item label for the `horizontal` variant.\n\nIf `false`, the default `min-width` is `144px` (for >= 800px) and `120px` (for < 800px).\nIf `true`, the `min-width` is `none`, so the label column, will have the width of cell with the widest content.\n\nYou can also overwrite the label min-width via CSS with the custom property `--item-label-min-width`."
213
213
  },
214
- "attribute": "disable-min-width",
214
+ "attribute": "disable-label-min-width",
215
215
  "reflect": true,
216
216
  "defaultValue": "false"
217
217
  },
@@ -232,7 +232,7 @@ export class StzhDatalist {
232
232
  "optional": false,
233
233
  "docs": {
234
234
  "tags": [],
235
- "text": "Items in datalist\nArray of objects that must at least include `value` attribute.\nCan optionally contain `label`, `meta`, `icon`, `href` attribute and be nested to display deeper levels:\n`[{\"value\":\"Value 1\", \"label\": \"Label 1\"}, {\"value\":\"Value 2\", \"label\": \"Label 2\", \"items\": [...]}]`"
235
+ "text": "Items in datalist\nArray of objects that must at least include `value` attribute.\nCan optionally contain `leadingIcon`, `label`, `meta`, `icon`, `href`, `statusLabel`, `statusType` attribute and be nested to display deeper levels:\n`[{\"value\":\"Value 1\", \"label\": \"Label 1\"}, {\"value\":\"Value 2\", \"label\": \"Label 2\", \"items\": [...]}]`"
236
236
  },
237
237
  "attribute": "items",
238
238
  "reflect": false,