@oiz/stzh-components 1.4.0-npmjstest → 2.0.0-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (477) hide show
  1. package/README.md +1 -56
  2. package/dist/cjs/{app-globals-e07b8f5f.js → app-globals-58a084a9.js} +5 -3
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/stzh-actions.cjs.entry.js +1 -1
  5. package/dist/cjs/stzh-actionset.cjs.entry.js +164 -0
  6. package/dist/cjs/stzh-appnav.cjs.entry.js +1 -1
  7. package/dist/cjs/stzh-badge_3.cjs.entry.js +25 -4
  8. package/dist/cjs/stzh-card-list.cjs.entry.js +79 -0
  9. package/dist/cjs/stzh-card.cjs.entry.js +294 -0
  10. package/dist/cjs/stzh-checkbox.cjs.entry.js +1 -1
  11. package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +2 -4
  12. package/dist/cjs/stzh-chip-select.cjs.entry.js +1 -1
  13. package/dist/cjs/stzh-components.cjs.js +2 -2
  14. package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
  15. package/dist/cjs/stzh-datalist.cjs.entry.js +74 -0
  16. package/dist/cjs/stzh-datepicker_4.cjs.entry.js +7 -8
  17. package/dist/cjs/stzh-dialog.cjs.entry.js +2 -2
  18. package/dist/cjs/stzh-dropdown.cjs.entry.js +33 -8
  19. package/dist/cjs/stzh-figure.cjs.entry.js +1 -1
  20. package/dist/cjs/stzh-footer.cjs.entry.js +1 -1
  21. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +2 -2
  22. package/dist/cjs/stzh-header.cjs.entry.js +1 -1
  23. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
  24. package/dist/cjs/stzh-input.cjs.entry.js +10 -6
  25. package/dist/cjs/stzh-link.cjs.entry.js +2 -2
  26. package/dist/cjs/stzh-menu_2.cjs.entry.js +1 -1
  27. package/dist/cjs/stzh-overlay.cjs.entry.js +1 -1
  28. package/dist/cjs/stzh-pagetitle.cjs.entry.js +1 -1
  29. package/dist/cjs/stzh-popover.cjs.entry.js +30 -28
  30. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  31. package/dist/cjs/stzh-readspeaker.cjs.entry.js +1 -1
  32. package/dist/cjs/stzh-sortable.cjs.entry.js +3230 -2440
  33. package/dist/cjs/stzh-table.cjs.entry.js +1 -1
  34. package/dist/cjs/stzh-toggle.cjs.entry.js +1 -1
  35. package/dist/cjs/stzh-tooltip.cjs.entry.js +3 -1
  36. package/dist/cjs/stzh-upload.cjs.entry.js +44 -11
  37. package/dist/cjs/utils-8dc66449.js +76 -0
  38. package/dist/collection/assets/fonts.css +5 -5
  39. package/dist/collection/assets/i18n/de.json +7 -2
  40. package/dist/collection/assets/i18n/en.json +7 -2
  41. package/dist/collection/assets/icons/mono/recycling-outline.svg +11 -0
  42. package/dist/collection/assets/icons/mono/recycling.svg +10 -0
  43. package/dist/collection/assets/icons/mono/smartphone.svg +10 -0
  44. package/dist/collection/assets/icons/mono/target.svg +11 -0
  45. package/dist/collection/collection-manifest.json +4 -2
  46. package/dist/collection/components/stzh-actionset/stzh-actionset.css +147 -0
  47. package/dist/collection/components/stzh-actionset/stzh-actionset.js +351 -0
  48. package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.localization.js → stzh-actionset/stzh-actionset.localization.js} +0 -0
  49. package/dist/collection/components/stzh-actionset/stzh-actionset.stories.js +72 -0
  50. package/dist/collection/components/stzh-button/stzh-button.css +66 -0
  51. package/dist/collection/components/stzh-button/stzh-button.js +98 -4
  52. package/dist/collection/components/stzh-button/stzh-button.stories.js +1 -1
  53. package/dist/collection/components/stzh-card/stzh-card.css +408 -0
  54. package/dist/collection/components/stzh-card/stzh-card.js +771 -0
  55. package/dist/collection/components/stzh-card/stzh-card.localization.js +1 -0
  56. package/dist/collection/components/stzh-card/stzh-card.stories.js +137 -0
  57. package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.css → stzh-card-list/stzh-card-list.css} +9 -9
  58. package/dist/collection/components/stzh-card-list/stzh-card-list.js +224 -0
  59. package/dist/collection/components/{stzh-servicecard/stzh-servicecard.localization.js → stzh-card-list/stzh-card-list.localization.js} +0 -0
  60. package/dist/collection/components/stzh-card-list/stzh-card-list.stories.js +132 -0
  61. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +1 -3
  62. package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +1 -1
  63. package/dist/collection/components/stzh-cspace/stzh-cspace.css +19 -6
  64. package/dist/collection/components/stzh-datalist/stzh-datalist.css +621 -0
  65. package/dist/collection/components/stzh-datalist/stzh-datalist.js +237 -0
  66. package/dist/collection/components/stzh-datalist/stzh-datalist.stories.js +66 -0
  67. package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +1 -21
  68. package/dist/collection/components/stzh-dialog/stzh-dialog.css +11 -2
  69. package/dist/collection/components/stzh-dialog/stzh-dialog.stories.js +18 -8
  70. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +5 -7
  71. package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +86 -27
  72. package/dist/collection/components/stzh-dropdown/stzh-dropdown.stories.js +3328 -0
  73. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +63 -11
  74. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  75. package/dist/collection/components/stzh-input/stzh-input.css +18 -9
  76. package/dist/collection/components/stzh-input/stzh-input.js +80 -26
  77. package/dist/collection/components/stzh-link/stzh-link.css +5 -0
  78. package/dist/collection/components/stzh-link/stzh-link.js +2 -2
  79. package/dist/collection/components/stzh-overlay/stzh-overlay.css +5 -1
  80. package/dist/collection/components/stzh-popover/stzh-popover.js +52 -32
  81. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +292 -9
  82. package/dist/collection/components/stzh-radio/stzh-radio.css +2 -2
  83. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +5 -6
  84. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.stories.js +3 -0
  85. package/dist/collection/components/stzh-richtext/stzh-richtext.css +145 -0
  86. package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +19 -0
  87. package/dist/collection/components/stzh-sortable/stzh-sortable.js +75 -8
  88. package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +1 -1
  89. package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +21 -1
  90. package/dist/collection/components/stzh-upload/stzh-upload.css +3 -0
  91. package/dist/collection/components/stzh-upload/stzh-upload.js +43 -10
  92. package/dist/collection/components/stzh-upload/stzh-upload.stories.js +10 -8
  93. package/dist/collection/global/js/helpers/autofocus.js +3 -1
  94. package/dist/collection/global/js/script.js +1 -1
  95. package/dist/collection/libraries/sortable.js +3791 -0
  96. package/dist/collection/pages/meinkonto.stories.js +93 -88
  97. package/dist/collection/utils/utils.js +39 -0
  98. package/dist/components/index.d.ts +4 -2
  99. package/dist/components/index.js +9 -5
  100. package/dist/components/{stzh-servicecard.d.ts → stzh-actionset.d.ts} +4 -4
  101. package/dist/components/stzh-actionset.js +6 -0
  102. package/dist/components/stzh-actionset2.js +227 -0
  103. package/dist/components/stzh-button2.js +27 -3
  104. package/dist/components/{stzh-servicecard-list.d.ts → stzh-card-list.d.ts} +4 -4
  105. package/dist/components/stzh-card-list.js +123 -0
  106. package/dist/components/stzh-card.d.ts +11 -0
  107. package/dist/components/stzh-card.js +376 -0
  108. package/dist/components/stzh-checkboxgroup.js +1 -3
  109. package/dist/components/stzh-chip-select.js +1 -1
  110. package/dist/components/stzh-cspace.js +1 -1
  111. package/dist/components/stzh-datalist.d.ts +11 -0
  112. package/dist/components/stzh-datalist.js +113 -0
  113. package/dist/components/stzh-datepicker2.js +1 -2
  114. package/dist/components/stzh-dialog.js +1 -1
  115. package/dist/components/stzh-dropdown2.js +36 -9
  116. package/dist/components/stzh-icon-sprite.js +1 -1
  117. package/dist/components/stzh-input2.js +13 -6
  118. package/dist/components/stzh-link2.js +1 -1
  119. package/dist/components/stzh-overlay.js +1 -1
  120. package/dist/components/stzh-popover2.js +31 -28
  121. package/dist/components/stzh-portal-mitwirken.js +1 -1
  122. package/dist/components/stzh-radio2.js +1 -1
  123. package/dist/components/stzh-radiogroup2.js +4 -5
  124. package/dist/components/stzh-richtext2.js +1 -1
  125. package/dist/components/stzh-sortable2.js +3232 -2441
  126. package/dist/components/stzh-tooltip2.js +4 -1
  127. package/dist/components/stzh-upload.js +43 -10
  128. package/dist/components/utils.js +40 -1
  129. package/dist/esm/{app-globals-70c229e3.js → app-globals-6b6ff890.js} +5 -3
  130. package/dist/esm/{index-0e6d34c6.js → index-84f71a43.js} +1 -1
  131. package/dist/esm/loader.js +3 -3
  132. package/dist/esm/stzh-accordion-item.entry.js +1 -1
  133. package/dist/esm/stzh-accordion.entry.js +1 -1
  134. package/dist/esm/stzh-actions.entry.js +2 -2
  135. package/dist/esm/stzh-actionset.entry.js +160 -0
  136. package/dist/esm/stzh-appnav.entry.js +2 -2
  137. package/dist/esm/stzh-appointments.entry.js +1 -1
  138. package/dist/esm/stzh-badge_3.entry.js +26 -5
  139. package/dist/esm/stzh-calendar.entry.js +1 -1
  140. package/dist/esm/stzh-card-list.entry.js +75 -0
  141. package/dist/esm/stzh-card.entry.js +290 -0
  142. package/dist/esm/stzh-cell.entry.js +1 -1
  143. package/dist/esm/stzh-checkbox.entry.js +3 -3
  144. package/dist/esm/stzh-checkboxgroup.entry.js +4 -6
  145. package/dist/esm/stzh-chip-select.entry.js +2 -2
  146. package/dist/esm/stzh-chip.entry.js +1 -1
  147. package/dist/esm/stzh-components.js +3 -3
  148. package/dist/esm/stzh-container.entry.js +1 -1
  149. package/dist/esm/stzh-cspace.entry.js +2 -2
  150. package/dist/esm/stzh-datalist.entry.js +70 -0
  151. package/dist/esm/stzh-datamessagelist-item.entry.js +1 -1
  152. package/dist/esm/stzh-datamessagelist.entry.js +1 -1
  153. package/dist/esm/stzh-datatable.entry.js +1 -1
  154. package/dist/esm/stzh-datepicker_4.entry.js +9 -10
  155. package/dist/esm/stzh-dialog.entry.js +3 -3
  156. package/dist/esm/stzh-dropdown.entry.js +35 -10
  157. package/dist/esm/stzh-fieldset.entry.js +1 -1
  158. package/dist/esm/stzh-figure.entry.js +2 -2
  159. package/dist/esm/stzh-flyingfocus.entry.js +1 -1
  160. package/dist/esm/stzh-footer.entry.js +2 -2
  161. package/dist/esm/stzh-ghettobox_2.entry.js +3 -3
  162. package/dist/esm/stzh-header.entry.js +2 -2
  163. package/dist/esm/stzh-heading.entry.js +1 -1
  164. package/dist/esm/stzh-hr.entry.js +1 -1
  165. package/dist/esm/stzh-hspace.entry.js +1 -1
  166. package/dist/esm/stzh-icon-sprite.entry.js +2 -2
  167. package/dist/esm/{stzh-input-description-da7b0e98.js → stzh-input-description-8c477f97.js} +1 -1
  168. package/dist/esm/stzh-input.entry.js +12 -8
  169. package/dist/esm/stzh-link.entry.js +3 -3
  170. package/dist/esm/stzh-list-item.entry.js +1 -1
  171. package/dist/esm/stzh-list.entry.js +1 -1
  172. package/dist/esm/stzh-loader.entry.js +1 -1
  173. package/dist/esm/stzh-loadingbar.entry.js +1 -1
  174. package/dist/esm/stzh-menu_2.entry.js +2 -2
  175. package/dist/esm/stzh-message.entry.js +1 -1
  176. package/dist/esm/stzh-metanav.entry.js +1 -1
  177. package/dist/esm/stzh-overlay.entry.js +2 -2
  178. package/dist/esm/stzh-page-skiplinks.entry.js +1 -1
  179. package/dist/esm/stzh-pagetitle.entry.js +2 -2
  180. package/dist/esm/stzh-popover.entry.js +31 -29
  181. package/dist/esm/stzh-portal-mitwirken.entry.js +2 -2
  182. package/dist/esm/stzh-progressbar-item.entry.js +1 -1
  183. package/dist/esm/stzh-progressbar.entry.js +1 -1
  184. package/dist/esm/stzh-readspeaker.entry.js +2 -2
  185. package/dist/esm/stzh-row.entry.js +1 -1
  186. package/dist/esm/stzh-saptcha.entry.js +1 -1
  187. package/dist/esm/stzh-section.entry.js +1 -1
  188. package/dist/esm/stzh-skiplink.entry.js +1 -1
  189. package/dist/esm/stzh-sortable.entry.js +3231 -2441
  190. package/dist/esm/stzh-status.entry.js +1 -1
  191. package/dist/esm/stzh-table.entry.js +2 -2
  192. package/dist/esm/stzh-toggle.entry.js +3 -3
  193. package/dist/esm/stzh-tooltip.entry.js +4 -2
  194. package/dist/esm/stzh-upload.entry.js +46 -13
  195. package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
  196. package/dist/esm/stzh-vbz-majorticker.entry.js +1 -1
  197. package/dist/esm/stzh-vbz-ticker.entry.js +1 -1
  198. package/dist/esm/stzh-visuallyhidden.entry.js +1 -1
  199. package/dist/esm/stzh-vspace.entry.js +1 -1
  200. package/dist/esm/utils-68a28fce.js +72 -0
  201. package/dist/esm-es5/app-globals-6b6ff890.js +1 -0
  202. package/dist/esm-es5/{index-0e6d34c6.js → index-84f71a43.js} +1 -1
  203. package/dist/esm-es5/loader.js +1 -1
  204. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
  205. package/dist/esm-es5/stzh-accordion.entry.js +1 -1
  206. package/dist/esm-es5/stzh-actions.entry.js +1 -1
  207. package/dist/esm-es5/stzh-actionset.entry.js +1 -0
  208. package/dist/esm-es5/stzh-appnav.entry.js +1 -1
  209. package/dist/esm-es5/stzh-appointments.entry.js +1 -1
  210. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  211. package/dist/esm-es5/stzh-calendar.entry.js +1 -1
  212. package/dist/esm-es5/stzh-card-list.entry.js +1 -0
  213. package/dist/esm-es5/stzh-card.entry.js +1 -0
  214. package/dist/esm-es5/stzh-cell.entry.js +1 -1
  215. package/dist/esm-es5/stzh-checkbox.entry.js +1 -1
  216. package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
  217. package/dist/esm-es5/stzh-chip-select.entry.js +1 -1
  218. package/dist/esm-es5/stzh-chip.entry.js +1 -1
  219. package/dist/esm-es5/stzh-components.js +1 -1
  220. package/dist/esm-es5/stzh-container.entry.js +1 -1
  221. package/dist/esm-es5/stzh-cspace.entry.js +1 -1
  222. package/dist/esm-es5/stzh-datalist.entry.js +1 -0
  223. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
  224. package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -1
  225. package/dist/esm-es5/stzh-datatable.entry.js +1 -1
  226. package/dist/esm-es5/stzh-datepicker_4.entry.js +1 -1
  227. package/dist/esm-es5/stzh-dialog.entry.js +1 -1
  228. package/dist/esm-es5/stzh-dropdown.entry.js +1 -1
  229. package/dist/esm-es5/stzh-fieldset.entry.js +1 -1
  230. package/dist/esm-es5/stzh-figure.entry.js +1 -1
  231. package/dist/esm-es5/stzh-flyingfocus.entry.js +1 -1
  232. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  233. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  234. package/dist/esm-es5/stzh-header.entry.js +1 -1
  235. package/dist/esm-es5/stzh-heading.entry.js +1 -1
  236. package/dist/esm-es5/stzh-hr.entry.js +1 -1
  237. package/dist/esm-es5/stzh-hspace.entry.js +1 -1
  238. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
  239. package/dist/esm-es5/{stzh-input-description-da7b0e98.js → stzh-input-description-8c477f97.js} +1 -1
  240. package/dist/esm-es5/stzh-input.entry.js +1 -1
  241. package/dist/esm-es5/stzh-link.entry.js +1 -1
  242. package/dist/esm-es5/stzh-list-item.entry.js +1 -1
  243. package/dist/esm-es5/stzh-list.entry.js +1 -1
  244. package/dist/esm-es5/stzh-loader.entry.js +1 -1
  245. package/dist/esm-es5/stzh-loadingbar.entry.js +1 -1
  246. package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
  247. package/dist/esm-es5/stzh-message.entry.js +1 -1
  248. package/dist/esm-es5/stzh-metanav.entry.js +1 -1
  249. package/dist/esm-es5/stzh-overlay.entry.js +1 -1
  250. package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -1
  251. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
  252. package/dist/esm-es5/stzh-popover.entry.js +1 -1
  253. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  254. package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -1
  255. package/dist/esm-es5/stzh-progressbar.entry.js +1 -1
  256. package/dist/esm-es5/stzh-readspeaker.entry.js +1 -1
  257. package/dist/esm-es5/stzh-row.entry.js +1 -1
  258. package/dist/esm-es5/stzh-saptcha.entry.js +1 -1
  259. package/dist/esm-es5/stzh-section.entry.js +1 -1
  260. package/dist/esm-es5/stzh-skiplink.entry.js +1 -1
  261. package/dist/esm-es5/stzh-sortable.entry.js +2 -2
  262. package/dist/esm-es5/stzh-status.entry.js +1 -1
  263. package/dist/esm-es5/stzh-table.entry.js +1 -1
  264. package/dist/esm-es5/stzh-toggle.entry.js +1 -1
  265. package/dist/esm-es5/stzh-tooltip.entry.js +1 -1
  266. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  267. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
  268. package/dist/esm-es5/stzh-vbz-majorticker.entry.js +1 -1
  269. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
  270. package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -1
  271. package/dist/esm-es5/stzh-vspace.entry.js +1 -1
  272. package/dist/esm-es5/utils-68a28fce.js +1 -0
  273. package/dist/stzh-components/assets/fonts.css +5 -5
  274. package/dist/stzh-components/assets/i18n/de.json +7 -2
  275. package/dist/stzh-components/assets/i18n/en.json +7 -2
  276. package/dist/stzh-components/assets/icons/mono/recycling-outline.svg +11 -0
  277. package/dist/stzh-components/assets/icons/mono/recycling.svg +10 -0
  278. package/dist/stzh-components/assets/icons/mono/smartphone.svg +10 -0
  279. package/dist/stzh-components/assets/icons/mono/target.svg +11 -0
  280. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +63 -11
  281. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  282. package/dist/stzh-components/{p-07f16263.entry.js → p-001b7d10.entry.js} +1 -1
  283. package/dist/stzh-components/p-0230004d.system.js +1 -0
  284. package/dist/stzh-components/{p-0837657c.entry.js → p-08a564af.entry.js} +1 -1
  285. package/dist/stzh-components/{p-a6486f64.system.entry.js → p-0b8de542.system.entry.js} +1 -1
  286. package/dist/stzh-components/{p-8db4279d.system.entry.js → p-0bbbbe85.system.entry.js} +1 -1
  287. package/dist/stzh-components/p-0d5522dc.system.entry.js +1 -0
  288. package/dist/stzh-components/{p-33d033a3.system.entry.js → p-0efe125f.system.entry.js} +1 -1
  289. package/dist/stzh-components/{p-4cfe83b5.system.entry.js → p-0fc06049.system.entry.js} +1 -1
  290. package/dist/stzh-components/p-0fc83964.system.entry.js +1 -0
  291. package/dist/stzh-components/{p-08d4ed80.entry.js → p-13b3500e.entry.js} +1 -1
  292. package/dist/stzh-components/p-13f44000.entry.js +1 -0
  293. package/dist/stzh-components/{p-65444117.system.entry.js → p-17c6c1db.system.entry.js} +1 -1
  294. package/dist/stzh-components/{p-b34774e7.entry.js → p-190de4de.entry.js} +1 -1
  295. package/dist/stzh-components/{p-b2c8c31e.system.entry.js → p-19bff884.system.entry.js} +1 -1
  296. package/dist/stzh-components/p-1f57d28e.js +1 -0
  297. package/dist/stzh-components/{p-debb00e6.entry.js → p-216577b4.entry.js} +1 -1
  298. package/dist/stzh-components/{p-6edd58a4.system.entry.js → p-27fd6c6f.system.entry.js} +1 -1
  299. package/dist/stzh-components/{p-55188328.entry.js → p-2818488f.entry.js} +1 -1
  300. package/dist/stzh-components/{p-f9dc7a9b.entry.js → p-29427863.entry.js} +1 -1
  301. package/dist/stzh-components/{p-3c4478b0.entry.js → p-2b338050.entry.js} +1 -1
  302. package/dist/stzh-components/p-2cf1ae40.system.entry.js +1 -0
  303. package/dist/stzh-components/{p-fa8651dd.entry.js → p-2e559062.entry.js} +1 -1
  304. package/dist/stzh-components/{p-11d0c8f3.entry.js → p-332e4fd3.entry.js} +1 -1
  305. package/dist/stzh-components/{p-1ccbd2d6.system.entry.js → p-33c0229f.system.entry.js} +1 -1
  306. package/dist/stzh-components/p-373f79e8.entry.js +1 -0
  307. package/dist/stzh-components/{p-b651f251.entry.js → p-3ac93a01.entry.js} +1 -1
  308. package/dist/stzh-components/p-3b27a43f.system.entry.js +7 -0
  309. package/dist/stzh-components/{p-1cde29ea.entry.js → p-3d8317b5.entry.js} +1 -1
  310. package/dist/stzh-components/{p-48bbcc26.system.entry.js → p-45bab70d.system.entry.js} +1 -1
  311. package/dist/stzh-components/{p-3f03fd94.system.entry.js → p-48b5b697.system.entry.js} +1 -1
  312. package/dist/stzh-components/{p-ece7ad4d.system.entry.js → p-4c6989ae.system.entry.js} +1 -1
  313. package/dist/stzh-components/{p-79ca1ba6.entry.js → p-552f49c4.entry.js} +1 -1
  314. package/dist/stzh-components/{p-562394a9.system.entry.js → p-55d23a3c.system.entry.js} +1 -1
  315. package/dist/stzh-components/{p-60b4f34c.system.entry.js → p-560f96f0.system.entry.js} +1 -1
  316. package/dist/stzh-components/{p-f48a2b00.system.entry.js → p-56b9cc3c.system.entry.js} +1 -1
  317. package/dist/stzh-components/{p-cb4a91b7.system.entry.js → p-58d886cb.system.entry.js} +1 -1
  318. package/dist/stzh-components/p-5975c355.system.entry.js +1 -0
  319. package/dist/stzh-components/p-5987573e.system.entry.js +1 -0
  320. package/dist/stzh-components/{p-634095bd.system.entry.js → p-5997e418.system.entry.js} +1 -1
  321. package/dist/stzh-components/p-59c323ce.entry.js +1 -0
  322. package/dist/stzh-components/{p-49968bbf.entry.js → p-5a02ef03.entry.js} +1 -1
  323. package/dist/stzh-components/{p-82d85c3a.system.entry.js → p-5a354428.system.entry.js} +1 -1
  324. package/dist/stzh-components/{p-0a71fbac.entry.js → p-5bd2849d.entry.js} +1 -1
  325. package/dist/stzh-components/{p-19344366.system.entry.js → p-61aac051.system.entry.js} +1 -1
  326. package/dist/stzh-components/{p-ade1ebcf.system.entry.js → p-6305db38.system.entry.js} +1 -1
  327. package/dist/stzh-components/{p-ff8a3e96.entry.js → p-6354fee3.entry.js} +1 -1
  328. package/dist/stzh-components/{p-86d3ce62.entry.js → p-638bedfa.entry.js} +1 -1
  329. package/dist/stzh-components/{p-9c0494a6.system.js → p-63d89b96.system.js} +1 -1
  330. package/dist/stzh-components/{p-33d75303.entry.js → p-63d8db7b.entry.js} +1 -1
  331. package/dist/stzh-components/{p-818634d2.entry.js → p-64b4cc74.entry.js} +1 -1
  332. package/dist/stzh-components/p-653c6bbc.entry.js +1 -0
  333. package/dist/stzh-components/{p-b1976630.entry.js → p-67f906b1.entry.js} +1 -1
  334. package/dist/stzh-components/{p-f44f4d26.system.entry.js → p-69c3187f.system.entry.js} +1 -1
  335. package/dist/stzh-components/{p-c2d58384.entry.js → p-69f4a27e.entry.js} +1 -1
  336. package/dist/stzh-components/p-6a81e64b.entry.js +1 -0
  337. package/dist/stzh-components/p-6a873872.entry.js +1 -0
  338. package/dist/stzh-components/{p-03b16275.entry.js → p-72f29f07.entry.js} +1 -1
  339. package/dist/stzh-components/p-75cdc8a6.system.entry.js +1 -0
  340. package/dist/stzh-components/{p-a4100bd8.system.entry.js → p-7ad87d98.system.entry.js} +1 -1
  341. package/dist/stzh-components/p-7d8c9866.entry.js +1 -0
  342. package/dist/stzh-components/{p-1cebd703.entry.js → p-7f9f9a8d.entry.js} +1 -1
  343. package/dist/stzh-components/{p-7d098987.entry.js → p-83b1e379.entry.js} +1 -1
  344. package/dist/stzh-components/{p-aec2d2d1.system.entry.js → p-851e0caa.system.entry.js} +1 -1
  345. package/dist/stzh-components/{p-1f15a4e0.system.entry.js → p-86bc421e.system.entry.js} +1 -1
  346. package/dist/stzh-components/{p-690d14cd.entry.js → p-88e0f453.entry.js} +1 -1
  347. package/dist/stzh-components/{p-0338cec3.system.entry.js → p-89274cd5.system.entry.js} +1 -1
  348. package/dist/stzh-components/{p-346e26f2.system.entry.js → p-8a9e588e.system.entry.js} +1 -1
  349. package/dist/stzh-components/{p-66556f67.entry.js → p-8aebb240.entry.js} +1 -1
  350. package/dist/stzh-components/{p-bba52769.system.entry.js → p-8cbc987f.system.entry.js} +1 -1
  351. package/dist/stzh-components/{p-0ae3e066.system.entry.js → p-8d0da18d.system.entry.js} +1 -1
  352. package/dist/stzh-components/{p-56fccfa3.system.entry.js → p-8d547247.system.entry.js} +1 -1
  353. package/dist/stzh-components/p-8f16b0ac.entry.js +8 -0
  354. package/dist/stzh-components/{p-85d78e08.entry.js → p-938ef748.entry.js} +1 -1
  355. package/dist/stzh-components/{p-65282c9d.js → p-93e8e31f.js} +1 -1
  356. package/dist/stzh-components/{p-e9ca8ddc.entry.js → p-961cb979.entry.js} +1 -1
  357. package/dist/stzh-components/{p-98afd4b0.system.entry.js → p-981b2629.system.entry.js} +1 -1
  358. package/dist/stzh-components/p-9bda100f.system.js +1 -0
  359. package/dist/stzh-components/{p-0ec28130.system.entry.js → p-9c72f491.system.entry.js} +1 -1
  360. package/dist/stzh-components/{p-8cf287d8.system.entry.js → p-9fb4da92.system.entry.js} +1 -1
  361. package/dist/stzh-components/{p-e58d3bc7.entry.js → p-a448f5a5.entry.js} +1 -1
  362. package/dist/stzh-components/{p-96fd158c.entry.js → p-a646c09a.entry.js} +1 -1
  363. package/dist/stzh-components/p-a6627504.entry.js +1 -0
  364. package/dist/stzh-components/{p-2f2cb544.system.entry.js → p-a67e09cd.system.entry.js} +1 -1
  365. package/dist/stzh-components/{p-378be0be.system.entry.js → p-a7c35778.system.entry.js} +1 -1
  366. package/dist/stzh-components/{p-c8bc2812.entry.js → p-a7ee2636.entry.js} +1 -1
  367. package/dist/stzh-components/{p-632d9076.system.entry.js → p-a99d3e97.system.entry.js} +1 -1
  368. package/dist/stzh-components/{p-148de4e6.entry.js → p-ab246b66.entry.js} +1 -1
  369. package/dist/stzh-components/{p-936cc626.system.entry.js → p-ab455116.system.entry.js} +1 -1
  370. package/dist/stzh-components/p-af2664fc.system.entry.js +1 -0
  371. package/dist/stzh-components/p-b084fcbf.system.entry.js +1 -0
  372. package/dist/stzh-components/p-b550feaa.system.entry.js +1 -0
  373. package/dist/stzh-components/{p-f8d9411d.system.entry.js → p-b636a18a.system.entry.js} +1 -1
  374. package/dist/stzh-components/{p-f544cf3d.entry.js → p-b9295dc2.entry.js} +1 -1
  375. package/dist/stzh-components/{p-1bfc1097.entry.js → p-b9382599.entry.js} +1 -1
  376. package/dist/stzh-components/{p-46f301c0.entry.js → p-b9a027aa.entry.js} +1 -1
  377. package/dist/stzh-components/{p-e4347cfe.entry.js → p-b9c3f3cc.entry.js} +1 -1
  378. package/dist/stzh-components/{p-7e3924a0.system.entry.js → p-ba94e315.system.entry.js} +1 -1
  379. package/dist/stzh-components/{p-7d62dfeb.system.entry.js → p-bd178c32.system.entry.js} +1 -1
  380. package/dist/stzh-components/{p-e972a44f.system.entry.js → p-be461e19.system.entry.js} +1 -1
  381. package/dist/stzh-components/{p-30b347ee.system.js → p-bf0fdd23.system.js} +2 -2
  382. package/dist/stzh-components/{p-0433fff9.system.entry.js → p-c013a00b.system.entry.js} +1 -1
  383. package/dist/stzh-components/p-c1337453.entry.js +1 -0
  384. package/dist/stzh-components/{p-915e8ad6.entry.js → p-c3d93395.entry.js} +1 -1
  385. package/dist/stzh-components/{p-c6cad5ed.system.entry.js → p-c456c04b.system.entry.js} +1 -1
  386. package/dist/stzh-components/{p-298276e4.entry.js → p-c499e04d.entry.js} +1 -1
  387. package/dist/stzh-components/{p-e9bc3a43.entry.js → p-c4b7c2be.entry.js} +1 -1
  388. package/dist/stzh-components/{p-df422d36.entry.js → p-c58dd9de.entry.js} +1 -1
  389. package/dist/stzh-components/{p-7d2237ca.entry.js → p-c692e405.entry.js} +1 -1
  390. package/dist/stzh-components/{p-4e9bfeb8.system.entry.js → p-c83e4fec.system.entry.js} +1 -1
  391. package/dist/stzh-components/p-ca062c11.system.js +1 -0
  392. package/dist/stzh-components/{p-49e37004.entry.js → p-ce070ccd.entry.js} +1 -1
  393. package/dist/stzh-components/{p-b3b5ee7e.entry.js → p-ce28428b.entry.js} +1 -1
  394. package/dist/stzh-components/p-cfaac121.js +1 -0
  395. package/dist/stzh-components/{p-6ec17efc.entry.js → p-d0aa9d3b.entry.js} +1 -1
  396. package/dist/stzh-components/{p-2990206c.system.entry.js → p-d11a70e2.system.entry.js} +1 -1
  397. package/dist/stzh-components/p-d1dba399.system.entry.js +1 -0
  398. package/dist/stzh-components/p-d2b5e066.entry.js +1 -0
  399. package/dist/stzh-components/{p-58ffc722.system.entry.js → p-d54f04c8.system.entry.js} +1 -1
  400. package/dist/stzh-components/p-d645d645.entry.js +1 -0
  401. package/dist/stzh-components/{p-30cb8bc0.system.entry.js → p-d6c07494.system.entry.js} +1 -1
  402. package/dist/stzh-components/{p-cf162e67.entry.js → p-d7893dfd.entry.js} +1 -1
  403. package/dist/stzh-components/{p-73194e28.entry.js → p-d9643cc4.entry.js} +1 -1
  404. package/dist/stzh-components/{p-c6ad1a8c.entry.js → p-da7b363e.entry.js} +1 -1
  405. package/dist/stzh-components/{p-58917ce2.entry.js → p-db5363ef.entry.js} +1 -1
  406. package/dist/stzh-components/p-de017b87.system.entry.js +1 -0
  407. package/dist/stzh-components/{p-2d0685e3.entry.js → p-e009bfdc.entry.js} +1 -1
  408. package/dist/stzh-components/{p-fc9c4fc3.system.entry.js → p-e213663c.system.entry.js} +1 -1
  409. package/dist/stzh-components/{p-7a6e347d.system.entry.js → p-e7a84e53.system.entry.js} +1 -1
  410. package/dist/stzh-components/{p-14d728f0.entry.js → p-ee22256f.entry.js} +1 -1
  411. package/dist/stzh-components/{p-670d4834.entry.js → p-f1356a85.entry.js} +1 -1
  412. package/dist/stzh-components/{p-82e6148a.system.entry.js → p-f167eaa4.system.entry.js} +1 -1
  413. package/dist/stzh-components/{p-3c799247.entry.js → p-f2ee016a.entry.js} +1 -1
  414. package/dist/stzh-components/{p-1ace5d80.entry.js → p-f788a468.entry.js} +1 -1
  415. package/dist/stzh-components/{p-99533090.system.entry.js → p-f832e938.system.entry.js} +1 -1
  416. package/dist/stzh-components/{p-32b78d65.js → p-f84fa2a4.js} +1 -1
  417. package/dist/stzh-components/{p-80db7aa6.system.entry.js → p-fa56fc0d.system.entry.js} +1 -1
  418. package/dist/stzh-components/{p-88a4f756.system.entry.js → p-fc13d017.system.entry.js} +1 -1
  419. package/dist/stzh-components/p-fc6b4f91.system.entry.js +1 -0
  420. package/dist/stzh-components/p-fdd1998f.entry.js +1 -0
  421. package/dist/stzh-components/{p-9e6c25ed.system.entry.js → p-fdf0b4bc.system.entry.js} +1 -1
  422. package/dist/stzh-components/{p-0c92ee26.system.entry.js → p-ffa1e9dd.system.entry.js} +1 -1
  423. package/dist/stzh-components/stzh-components.css +1 -1
  424. package/dist/stzh-components/stzh-components.esm.js +1 -1
  425. package/dist/stzh-components/stzh-components.js +1 -1
  426. package/dist/types/components/stzh-actionset/stzh-actionset.localization.d.ts +5 -0
  427. package/dist/types/components/{stzh-servicecard/stzh-servicecard.localization.d.ts → stzh-card/stzh-card.localization.d.ts} +2 -1
  428. package/dist/types/components/{stzh-servicecard-list/stzh-servicecard-list.localization.d.ts → stzh-card-list/stzh-card-list.localization.d.ts} +1 -1
  429. package/dist/types/components.d.ts +518 -239
  430. package/dist/types/index.d.ts +57 -14
  431. package/dist/types/utils/utils.d.ts +2 -0
  432. package/dist/vscode-data.json +366 -132
  433. package/package.json +1 -1
  434. package/dist/cjs/stzh-servicecard-list.cjs.entry.js +0 -56
  435. package/dist/cjs/stzh-servicecard.cjs.entry.js +0 -212
  436. package/dist/cjs/utils-d327c19d.js +0 -36
  437. package/dist/collection/components/stzh-servicecard/stzh-servicecard.css +0 -558
  438. package/dist/collection/components/stzh-servicecard/stzh-servicecard.js +0 -592
  439. package/dist/collection/components/stzh-servicecard/stzh-servicecard.stories.js +0 -73
  440. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.js +0 -153
  441. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.stories.js +0 -115
  442. package/dist/components/stzh-servicecard-list.js +0 -99
  443. package/dist/components/stzh-servicecard.js +0 -283
  444. package/dist/esm/stzh-servicecard-list.entry.js +0 -52
  445. package/dist/esm/stzh-servicecard.entry.js +0 -208
  446. package/dist/esm/utils-904416df.js +0 -33
  447. package/dist/esm-es5/app-globals-70c229e3.js +0 -1
  448. package/dist/esm-es5/stzh-servicecard-list.entry.js +0 -1
  449. package/dist/esm-es5/stzh-servicecard.entry.js +0 -1
  450. package/dist/esm-es5/utils-904416df.js +0 -1
  451. package/dist/stzh-components/p-043ab41e.system.entry.js +0 -1
  452. package/dist/stzh-components/p-1d914f6c.entry.js +0 -1
  453. package/dist/stzh-components/p-323fdc2f.entry.js +0 -1
  454. package/dist/stzh-components/p-49ea222f.system.entry.js +0 -1
  455. package/dist/stzh-components/p-5f7b72c8.entry.js +0 -1
  456. package/dist/stzh-components/p-5f856307.system.js +0 -1
  457. package/dist/stzh-components/p-63b5068a.system.entry.js +0 -1
  458. package/dist/stzh-components/p-6c502e6e.js +0 -1
  459. package/dist/stzh-components/p-6ea5c23d.system.entry.js +0 -7
  460. package/dist/stzh-components/p-7279af4a.system.entry.js +0 -1
  461. package/dist/stzh-components/p-7bb1bd3b.entry.js +0 -1
  462. package/dist/stzh-components/p-8462ba57.entry.js +0 -1
  463. package/dist/stzh-components/p-88bef2cd.entry.js +0 -1
  464. package/dist/stzh-components/p-a7c3b41a.entry.js +0 -1
  465. package/dist/stzh-components/p-a86c6487.entry.js +0 -1
  466. package/dist/stzh-components/p-aa4e28cc.system.js +0 -1
  467. package/dist/stzh-components/p-ac1da083.system.js +0 -1
  468. package/dist/stzh-components/p-b63d6ded.system.entry.js +0 -1
  469. package/dist/stzh-components/p-bcade28e.entry.js +0 -1
  470. package/dist/stzh-components/p-be21cebd.js +0 -1
  471. package/dist/stzh-components/p-d04e8743.system.entry.js +0 -1
  472. package/dist/stzh-components/p-d8819b74.system.entry.js +0 -1
  473. package/dist/stzh-components/p-e048de42.entry.js +0 -8
  474. package/dist/stzh-components/p-e2ce48f1.system.entry.js +0 -1
  475. package/dist/stzh-components/p-e987954a.system.entry.js +0 -1
  476. package/dist/stzh-components/p-f21440b3.entry.js +0 -1
  477. package/dist/stzh-components/p-fe9f8a09.system.entry.js +0 -1
@@ -0,0 +1,376 @@
1
+ import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host, Fragment } from '@stencil/core/internal/client';
2
+ import { s as setPropsIfNull, h as hasSlot } from './utils.js';
3
+ import { m as media } from './media-utils.js';
4
+ import { f as fetchTranslations } from './translation-utils.js';
5
+ import { d as defineCustomElement$9 } from './stzh-actionset2.js';
6
+ import { d as defineCustomElement$8 } from './stzh-badge2.js';
7
+ import { d as defineCustomElement$7 } from './stzh-button2.js';
8
+ import { d as defineCustomElement$6 } from './stzh-icon2.js';
9
+ import { d as defineCustomElement$5 } from './stzh-menu2.js';
10
+ import { d as defineCustomElement$4 } from './stzh-menu-item2.js';
11
+ import { d as defineCustomElement$3 } from './stzh-popover2.js';
12
+ import { d as defineCustomElement$2 } from './stzh-tooltip2.js';
13
+
14
+ const stzhCardCss = ".sc-stzh-card-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-card-h{display:none}.sc-stzh-card-h *.sc-stzh-card,.sc-stzh-card-h *.sc-stzh-card::before,.sc-stzh-card-h *.sc-stzh-card::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-card-h{--box-shadow:var(--stzh-box-shadow-popover);--border:0.0625rem solid var(--stzh-base-border-color);--border-radius:0.1875rem;--dnd-visibility:hidden;--dnd-opacity:0;position:relative;border-radius:var(--border-radius)}[checked].sc-stzh-card-h:not([checked=false]){outline:0.1875rem solid var(--stzh-color-primary, var(--stzh-color-zueriblue))}.is-ghost.sc-stzh-card-h::after,.is-ghost .sc-stzh-card-h::after{border-radius:var(--border-radius)}.is-selected.sc-stzh-card-h,.is-chosen.sc-stzh-card-h,.is-selected .sc-stzh-card-h,.is-chosen .sc-stzh-card-h{--box-shadow:var(--stzh-box-shadow-overlay)}.is-ghost.sc-stzh-card-h,.is-ghost .sc-stzh-card-h{--box-shadow:none;--border:0.0625rem solid transparent;overflow:hidden}.is-drag.sc-stzh-card-h,.is-chosen.sc-stzh-card-h,.is-ghost.sc-stzh-card-h,.is-selected.sc-stzh-card-h,.is-drag .sc-stzh-card-h,.is-chosen .sc-stzh-card-h,.is-ghost .sc-stzh-card-h,.is-selected .sc-stzh-card-h{--dnd-visibility:visible;--dnd-opacity:1}.sc-stzh-card-h .sc-stzh-card-s>*{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}.sc-stzh-card-h .sc-stzh-card-s>[slot=image]{max-width:100%}.sc-stzh-card-h .sc-stzh-card-s>img[slot=image]{display:block}.sc-stzh-card-h .sc-stzh-card-s>[slot=meta]:not(:last-child){margin-right:var(--stzh-space-xsmall)}.sc-stzh-card-h .sc-stzh-card-s>table{border:0;border-spacing:0}.sc-stzh-card-h .sc-stzh-card-s>table th{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}.sc-stzh-card-h .sc-stzh-card-s>table td,.sc-stzh-card-h .sc-stzh-card-s>table th{padding:0}.sc-stzh-card-h .sc-stzh-card-s>table td{color:var(--stzh-color-black);padding-left:var(--stzh-space-xsmall)}.stzh-card.sc-stzh-card{background-color:var(--stzh-color-white);border-radius:var(--border-radius);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border:var(--border);-webkit-transition:-webkit-box-shadow var(--stzh-base-transition-animation-speed);transition:-webkit-box-shadow var(--stzh-base-transition-animation-speed);transition:box-shadow var(--stzh-base-transition-animation-speed);transition:box-shadow var(--stzh-base-transition-animation-speed), -webkit-box-shadow var(--stzh-base-transition-animation-speed)}@media screen and (max-width: 1023px){.stzh-card.sc-stzh-card .show-medium.sc-stzh-card{display:none}}@media screen and (min-width: 1024px){.stzh-card.sc-stzh-card .hide-medium.sc-stzh-card{display:none}}.stzh-card__content-wrapper.sc-stzh-card{position:relative}.stzh-card__dnd.sc-stzh-card{--size:var(--stzh-icon-size-xsmall);position:absolute;left:0.1875rem;top:1.4375rem;display:-ms-flexbox;display:flex;visibility:var(--dnd-visibility);opacity:var(--dnd-opacity);-webkit-transition:all var(--stzh-base-transition-animation-speed);transition:all var(--stzh-base-transition-animation-speed);display:none}@media screen and (min-width: 1024px){.stzh-card__dnd.sc-stzh-card{display:block}}@media screen and (min-width: 1260px){.stzh-card__dnd.sc-stzh-card{left:0.25rem;top:1.6875rem}}.stzh-card__header.sc-stzh-card{padding:var(--stzh-space-medium);border-bottom:0.0625rem solid var(--stzh-base-border-color)}@media screen and (min-width: 1024px){.stzh-card__header.sc-stzh-card{padding:var(--stzh-space-large)}}@media screen and (min-width: 1260px){.stzh-card__header.sc-stzh-card{padding:var(--stzh-space-xlarge)}}.stzh-card__header-top.sc-stzh-card{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start}.stzh-card__header-meta.sc-stzh-card{display:-ms-flexbox;display:flex}.stzh-card__header-meta.sc-stzh-card:not(:empty){margin-top:var(--stzh-space-xsmall)}.stzh-card__header-left.sc-stzh-card,.stzh-card__header-right.sc-stzh-card{display:-ms-flexbox;display:flex}.stzh-card__header-right.sc-stzh-card{padding-left:var(--stzh-space-xsmall)}@media screen and (min-width: 600px){.stzh-card__header-right.sc-stzh-card{padding-left:var(--stzh-space-small)}}@media screen and (min-width: 1024px){.stzh-card__header-right.sc-stzh-card{padding-left:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){.stzh-card__header-right.sc-stzh-card{padding-left:var(--stzh-space-large)}}.stzh-card__left.sc-stzh-card{-ms-flex-item-align:center;align-self:center}.stzh-card__title-area.sc-stzh-card{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow:hidden}.stzh-card__title.sc-stzh-card,.stzh-card__subtitle.sc-stzh-card{margin:0}.stzh-card__title.sc-stzh-card{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-default-heading-letter-spacing);color:var(--stzh-base-lead-color)}@media screen and (min-width: 600px){.stzh-card__title.sc-stzh-card{font-size:var(--stzh-font-curve-h3-small-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h3-small-heading-line-height, var(--stzh-font-deci-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-small-heading-letter-spacing)}}@media screen and (min-width: 1024px){.stzh-card__title.sc-stzh-card{font-size:var(--stzh-font-curve-h3-medium-font-size, var(--stzh-font-regular-font-size));line-height:var(--stzh-font-curve-h3-medium-heading-line-height, var(--stzh-font-regular-heading-line-height));letter-spacing:var(--stzh-font-curve-h3-medium-heading-letter-spacing)}}.stzh-card__subtitle.sc-stzh-card{font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;text-decoration:none;margin-left:-0.5625em}@media screen and (min-width: 1024px){.stzh-card__subtitle.sc-stzh-card{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}.stzh-card__subtitle-text.sc-stzh-card{position:relative;display:-ms-inline-flexbox;display:inline-flex;padding-left:0.5625em}.stzh-card__subtitle-text.sc-stzh-card::after{content:\",\";position:absolute;left:0}.stzh-card__content.sc-stzh-card:not(:empty){padding:var(--stzh-space-medium)}@media screen and (min-width: 1024px){.stzh-card__content.sc-stzh-card:not(:empty){padding:var(--stzh-space-large)}}@media screen and (min-width: 1260px){.stzh-card__content.sc-stzh-card:not(:empty){padding:var(--stzh-space-xlarge)}}.stzh-card__footer.sc-stzh-card:not(:empty){padding:var(--stzh-space-medium);border-top:0.0625rem solid var(--stzh-base-border-color)}@media screen and (min-width: 1024px){.stzh-card__footer.sc-stzh-card:not(:empty){padding:var(--stzh-space-large)}}@media screen and (min-width: 1260px){.stzh-card__footer.sc-stzh-card:not(:empty){padding:var(--stzh-space-xlarge)}}.stzh-card__card-actions.sc-stzh-card{display:-ms-inline-flexbox;display:inline-flex;white-space:nowrap}@media screen and (max-width: 1023px){.stzh-card__card-action.sc-stzh-card{--icon-text-margin:0;--badge-icon-text-margin:0}}.stzh-card__card-action[variant=tertiary].sc-stzh-card{--color:var(--stzh-color-grey70)}.stzh-card__card-action.is-button.sc-stzh-card{--icon-size:var(--stzh-icon-size-small)}.stzh-card__card-action.is-placeholder.sc-stzh-card{width:var(--stzh-space-xxlarge);height:var(--stzh-space-xxlarge)}.stzh-card__card-action-popover.sc-stzh-card{--width:auto}.stzh-card--has-subtitle-interactive.sc-stzh-card .stzh-card__subtitle.sc-stzh-card{cursor:pointer;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-card--has-subtitle-interactive.sc-stzh-card .stzh-card__subtitle.sc-stzh-card:hover,.stzh-card--has-subtitle-interactive.sc-stzh-card .stzh-card__subtitle.sc-stzh-card:focus{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-card--type-alert.sc-stzh-card .stzh-card__subtitle.sc-stzh-card{color:var(--stzh-color-error)}.stzh-card--type-alert.sc-stzh-card .stzh-card__subtitle.sc-stzh-card:hover,.stzh-card--type-alert.sc-stzh-card .stzh-card__subtitle.sc-stzh-card:focus{color:var(--stzh-color-error)}.stzh-card--is-collapsed.sc-stzh-card .hide-when-collapsed.sc-stzh-card,.stzh-card--has-collapsed-header.sc-stzh-card .stzh-card__header.sc-stzh-card .hide-when-collapsed.sc-stzh-card{display:none}.stzh-card--is-collapsed.sc-stzh-card .show-when-collapsed.sc-stzh-card,.stzh-card--has-collapsed-header.sc-stzh-card .stzh-card__header.sc-stzh-card .show-when-collapsed.sc-stzh-card{display:block}.stzh-card--is-collapsed.sc-stzh-card .stzh-card__header.sc-stzh-card{border-bottom:none}.stzh-card--is-collapsed.sc-stzh-card .stzh-card__card-action.sc-stzh-card,.stzh-card--has-collapsed-header.sc-stzh-card .stzh-card__card-action.sc-stzh-card{--icon-text-margin:0;--badge-icon-text-margin:0}.stzh-card--is-starred.sc-stzh-card .stzh-card__card-action.is-star.sc-stzh-card{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-card--is-starred.sc-stzh-card .stzh-card__card-action.is-star.sc-stzh-card:hover,.stzh-card--is-starred.sc-stzh-card .stzh-card__card-action.is-star.sc-stzh-card:focus{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-card--has-hidden-header-border.sc-stzh-card .stzh-card__header.sc-stzh-card{border-bottom:none;padding-bottom:0}.stzh-card--has-hidden-footer-border.sc-stzh-card .stzh-card__footer.sc-stzh-card:not(:empty){padding-top:0;border-top:none}";
15
+
16
+ const StzhCard$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
17
+ constructor() {
18
+ super();
19
+ this.__registerHost();
20
+ this.stzhCollapse = createEvent(this, "stzhCollapse", 7);
21
+ this.stzhSubtitleClick = createEvent(this, "stzhSubtitleClick", 7);
22
+ this.stzhStarClick = createEvent(this, "stzhStarClick", 7);
23
+ this.stzhHeaderActionClick = createEvent(this, "stzhHeaderActionClick", 7);
24
+ /** Whether card is collapsed or not */
25
+ this.collapsed = false;
26
+ /** Whether card was starred */
27
+ this.starred = false;
28
+ /** Whether card star is displayed */
29
+ this.starrable = false;
30
+ /** Whether card is selectable */
31
+ this.selectable = false;
32
+ /** Whether card is checked (if card is selectable) */
33
+ this.checked = false;
34
+ /** The name of the input element (if card is selectable) */
35
+ this.name = "";
36
+ /** The value of the input element (if card is selectable) */
37
+ this.value = "";
38
+ /** Whether the element is disabled or not (if card is selectable) */
39
+ this.disabled = false;
40
+ /** Heading */
41
+ this.heading = "";
42
+ /** Subtitle */
43
+ this.subtitle = "";
44
+ this._subtitles = [];
45
+ /** Card header actions */
46
+ this.headerActions = [];
47
+ /** Card footer actions */
48
+ this.footerActions = [];
49
+ /** Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click */
50
+ this.subtitleInteractive = false;
51
+ /** Type */
52
+ this.type = "default";
53
+ /** Whether sorting should be disabled */
54
+ this.sortableDisabled = false;
55
+ /** Whether card is collapsible */
56
+ this.collapsible = false;
57
+ /** Whether to hide header separation border */
58
+ this.hideHeaderBorder = false;
59
+ /** Whether to hide footer separation border */
60
+ this.hideFooterBorder = false;
61
+ /** Whether movement menu items should be shown */
62
+ this.hideMovementActions = false;
63
+ this.nodeChange = (entries) => {
64
+ let changeInSlot = false;
65
+ entries.forEach((entry) => {
66
+ if (entry.target.closest('[slot]') || entry.target.hasAttribute('slot')) {
67
+ changeInSlot = true;
68
+ }
69
+ });
70
+ if (changeInSlot) {
71
+ forceUpdate(this.element);
72
+ }
73
+ };
74
+ this.update = () => {
75
+ if (!this.mainElement) {
76
+ return;
77
+ }
78
+ this.mainElement.classList.remove("stzh-card--has-collapsed-header");
79
+ if (media('medium').matches) {
80
+ const headerWidth = this.headerElement.clientWidth;
81
+ const leftWidth = this.headerLeftElement.clientWidth;
82
+ const rightWidth = this.headerRightElement.clientWidth;
83
+ if (headerWidth - leftWidth <= rightWidth) {
84
+ this.mainElement.classList.add("stzh-card--has-collapsed-header");
85
+ }
86
+ }
87
+ };
88
+ this.headerClick = (event) => {
89
+ if (!this.collapsible) {
90
+ return;
91
+ }
92
+ const filterTags = ["stzh-popover", "stzh-tooltip", "button", "a", "input", "select", "textarea", "iframe", "details", "label", "area"];
93
+ const composedPathTags = event.composedPath().map(element => { var _a; return (_a = element.tagName) === null || _a === void 0 ? void 0 : _a.toLowerCase(); });
94
+ const found = composedPathTags.some(r => filterTags.includes(r));
95
+ if (!found) {
96
+ this.collapsed = !this.collapsed;
97
+ this.stzhCollapse.emit({
98
+ component: "stzh-card",
99
+ collapsed: this.collapsed
100
+ });
101
+ }
102
+ };
103
+ this.subtitleClick = () => {
104
+ if (this.subtitleInteractive) {
105
+ this.stzhSubtitleClick.emit({
106
+ component: "stzh-card"
107
+ });
108
+ }
109
+ };
110
+ this.starToggleClick = () => {
111
+ this.stzhStarClick.emit({
112
+ component: "stzh-card",
113
+ starred: this.starred
114
+ });
115
+ };
116
+ this.actionClick = (action) => {
117
+ this.stzhHeaderActionClick.emit({
118
+ component: "stzh-card",
119
+ action
120
+ });
121
+ };
122
+ this.arrowUpClick = () => {
123
+ const sortable = this.element.closest("stzh-sortable");
124
+ if (sortable) {
125
+ const element = this.findSortableChildElement();
126
+ sortable.moveItem(element, "up");
127
+ }
128
+ };
129
+ this.arrowDownClick = () => {
130
+ const sortable = this.element.closest("stzh-sortable");
131
+ if (sortable) {
132
+ const element = this.findSortableChildElement();
133
+ sortable.moveItem(element, "down");
134
+ }
135
+ };
136
+ this.updateElementInsideSortable = () => {
137
+ const currentSortable = this.element.closest("stzh-sortable");
138
+ // check if element is still inside sortable
139
+ if (!currentSortable) {
140
+ this.sortable.removeEventListener("stzhUpdate", this.updateElementInsideSortable);
141
+ this.sortable.removeEventListener("stzhDisable", this.updateElementInsideSortable);
142
+ return;
143
+ }
144
+ if (this.element) {
145
+ forceUpdate(this.element);
146
+ }
147
+ };
148
+ this.init = () => {
149
+ const chips = this.element.querySelectorAll('stzh-chip[slot="meta"], [slot="meta"] stzh-chip');
150
+ chips.forEach((chip) => {
151
+ setPropsIfNull(chip, {
152
+ size: "small"
153
+ });
154
+ });
155
+ };
156
+ this.handleMutation = (entries) => {
157
+ this.init();
158
+ this.nodeChange(entries);
159
+ };
160
+ this.handleSelectionChange = (event) => {
161
+ this.checked = event.detail.checked;
162
+ console.log(this.element, this.checked);
163
+ };
164
+ }
165
+ handleResize() {
166
+ if (this.debounceResize) {
167
+ window.cancelAnimationFrame(this.debounceResize);
168
+ }
169
+ this.debounceResize = requestAnimationFrame(this.update);
170
+ }
171
+ subtitleWatcher(newValue) {
172
+ if (typeof newValue === "string") {
173
+ try {
174
+ this._subtitles = JSON.parse(newValue);
175
+ }
176
+ catch (err) {
177
+ this._subtitles = [newValue];
178
+ }
179
+ }
180
+ else {
181
+ this._subtitles = newValue;
182
+ }
183
+ }
184
+ headerActionsWatcher(newValue) {
185
+ if (typeof newValue === "string") {
186
+ this._headerActions = JSON.parse(newValue);
187
+ }
188
+ else {
189
+ this._headerActions = newValue;
190
+ }
191
+ }
192
+ footerActionsWatcher(newValue) {
193
+ if (typeof newValue === "string") {
194
+ this._footerActions = JSON.parse(newValue);
195
+ }
196
+ else {
197
+ this._footerActions = newValue;
198
+ }
199
+ }
200
+ findSortableChildElement() {
201
+ const sortable = this.element.closest("stzh-sortable");
202
+ if (sortable) {
203
+ let element = this.element;
204
+ let sortableContainer = null;
205
+ if (typeof sortable.container === "function") {
206
+ sortableContainer = sortable.container();
207
+ }
208
+ else {
209
+ sortableContainer = sortable.container;
210
+ }
211
+ while (element.parentElement && element.parentElement !== sortableContainer) {
212
+ element = element.parentElement;
213
+ }
214
+ return element;
215
+ }
216
+ }
217
+ async componentWillLoad() {
218
+ this.subtitleWatcher(this.subtitle);
219
+ this.headerActionsWatcher(this.headerActions);
220
+ this.footerActionsWatcher(this.footerActions);
221
+ if (!this.localization) {
222
+ this.localization = await fetchTranslations(this.element, "card");
223
+ }
224
+ }
225
+ componentDidLoad() {
226
+ this.sortable = this.element.closest("stzh-sortable");
227
+ if (this.sortable) {
228
+ this.sortable.addEventListener("stzhUpdate", this.updateElementInsideSortable);
229
+ this.sortable.addEventListener("stzhDisable", this.updateElementInsideSortable);
230
+ }
231
+ }
232
+ connectedCallback() {
233
+ this.init();
234
+ this.observer = new MutationObserver(this.handleMutation);
235
+ this.observer.observe(this.element, {
236
+ childList: true,
237
+ subtree: true
238
+ });
239
+ }
240
+ disconnectedCallback() {
241
+ this.observer.disconnect();
242
+ }
243
+ render() {
244
+ var _a, _b, _c;
245
+ const imageUsed = hasSlot(this.element, "image");
246
+ const contentUsed = hasSlot(this.element, "content");
247
+ const classes = {
248
+ "stzh-card": true,
249
+ "stzh-card--has-image": imageUsed,
250
+ "stzh-card--has-content": contentUsed,
251
+ "stzh-card--has-subtitle": !!this.subtitle,
252
+ "stzh-card--has-subtitle-interactive": !!this.subtitle && this.subtitleInteractive,
253
+ "stzh-card--has-hidden-header-border": this.hideHeaderBorder,
254
+ "stzh-card--has-hidden-footer-border": this.hideFooterBorder,
255
+ "stzh-card--is-collapsed": this.collapsed,
256
+ "stzh-card--is-starred": this.starred,
257
+ "stzh-card--is-checked": this.checked,
258
+ [`stzh-card--type-${this.type}`]: !!this.type,
259
+ };
260
+ const Subtitle = `${this.subtitleInteractive ? 'button' : 'span'}`;
261
+ const sortableChildElement = this.findSortableChildElement();
262
+ const isFirstItemInSortable = (sortableChildElement === null || sortableChildElement === void 0 ? void 0 : sortableChildElement.parentElement)
263
+ && Array.from((_a = sortableChildElement === null || sortableChildElement === void 0 ? void 0 : sortableChildElement.parentElement) === null || _a === void 0 ? void 0 : _a.children)
264
+ .indexOf(sortableChildElement) === 0;
265
+ const isLastItemInSortable = (sortableChildElement === null || sortableChildElement === void 0 ? void 0 : sortableChildElement.parentElement)
266
+ && Array.from((_b = sortableChildElement === null || sortableChildElement === void 0 ? void 0 : sortableChildElement.parentElement) === null || _b === void 0 ? void 0 : _b.children)
267
+ .indexOf(sortableChildElement) === ((_c = sortableChildElement === null || sortableChildElement === void 0 ? void 0 : sortableChildElement.parentElement) === null || _c === void 0 ? void 0 : _c.children.length) - 1;
268
+ // const headerActions = [
269
+ // ...this._headerActions
270
+ // ];
271
+ return (h(Host, { role: "listitem", "aria-label": this.heading }, h("article", { ref: (el) => (this.mainElement = el), class: classes }, h("slot", { name: "image" }), h("div", { class: "stzh-card__content-wrapper" }, h("stzh-icon", { class: "stzh-card__dnd", name: "drag" }), h("header", { ref: (el) => (this.headerElement = el), class: "stzh-card__header", onClick: this.headerClick }, h("div", { class: "stzh-card__header-top" }, h("div", { ref: (el) => (this.headerLeftElement = el), class: "stzh-card__header-left" }, h("div", { class: "stzh-card__title-area" }, h("h3", { class: "stzh-card__title" }, this.heading), this._subtitles.length > 0 &&
272
+ h(Subtitle, { class: "stzh-card__subtitle", onClick: this.subtitleClick }, this._subtitles.map(subtitle => (h("span", { class: "stzh-card__subtitle-text" }, subtitle)))))), h("div", { ref: (el) => (this.headerRightElement = el), class: "stzh-card__header-right" }, h("div", { class: "stzh-card__card-actions" }, this._headerActions.map(action => (h("stzh-button", { class: {
273
+ "stzh-card__card-action": true,
274
+ "is-button": true,
275
+ "show-medium": !action.onlyCollapseText,
276
+ "hide-when-collapsed": !action.onlyCollapseText,
277
+ "hide-text-when-collapsed": action.onlyCollapseText
278
+ }, icon: action.icon, badge: action.badge, variant: "tertiary", size: "tiny", badgePosition: "icon", onClick: () => { this.actionClick(action); } }, h("span", { class: {
279
+ "show-medium": action.onlyCollapseText,
280
+ "hide-when-collapsed": action.onlyCollapseText
281
+ } }, action.label)))), this.starrable &&
282
+ h("stzh-tooltip", null, h("stzh-button", { class: "stzh-card__card-action is-star", icon: this.starred ? "star-filled" : "star", variant: "tertiary", size: "tiny", iconOnly: true, onClick: this.starToggleClick }), h("div", { slot: "content" }, this.starred ? this.localization.actionRemove : this.localization.actionAdd)), h("stzh-popover", { label: this.localization.actionsPopoverLabel, placement: "bottom-end", class: "stzh-card__card-action-popover" }, h("stzh-button", { class: "stzh-card__card-action is-further", variant: "tertiary", size: "tiny", icon: "more-vertical", iconOnly: true }), h("stzh-menu", { slot: "content" }, this.starrable &&
283
+ h("stzh-menu-item", { icon: this.starred ? "star-filled" : "star", onClick: this.starToggleClick }, this.starred ? this.localization.actionRemove : this.localization.actionAdd), this._headerActions.filter(action => !action.onlyCollapseText).map(action => (h("stzh-menu-item", { class: "hide-medium show-when-collapsed", icon: action.icon, badge: action.badge, onClick: () => { this.actionClick(action); } }, action.label))), (!this.sortableDisabled && !this.hideMovementActions && this.sortable && !this.sortable.disabled) &&
284
+ h(Fragment, null, !isFirstItemInSortable &&
285
+ h("stzh-menu-item", { icon: "arrow-up", onClick: this.arrowUpClick }, this.localization.actionMoveUp), !isLastItemInSortable &&
286
+ h("stzh-menu-item", { icon: "arrow-down", onClick: this.arrowDownClick }, this.localization.actionMoveDown))))))), h("div", { class: "stzh-card__header-meta" }, h("slot", { name: "meta" }))), h("div", { class: "stzh-card__content hide-when-collapsed" }, h("slot", { name: "content" })), h("div", { class: "stzh-card__footer hide-when-collapsed" }, this._footerActions.length > 0 &&
287
+ h("stzh-actionset", { actions: this._footerActions }), this.selectable &&
288
+ h("stzh-button", { fullwidth: true, type: "radio", variant: "secondary", name: this.name, value: this.value, checked: this.checked, disabled: this.disabled, label: this.localization.select, onStzhChange: this.handleSelectionChange }))))));
289
+ }
290
+ get element() { return this; }
291
+ static get watchers() { return {
292
+ "subtitle": ["subtitleWatcher"],
293
+ "headerActions": ["headerActionsWatcher"],
294
+ "footerActions": ["footerActionsWatcher"]
295
+ }; }
296
+ static get style() { return stzhCardCss; }
297
+ }, [6, "stzh-card", {
298
+ "localization": [16],
299
+ "collapsed": [1540],
300
+ "starred": [1540],
301
+ "starrable": [516],
302
+ "selectable": [516],
303
+ "checked": [516],
304
+ "name": [513],
305
+ "value": [1025],
306
+ "disabled": [516],
307
+ "heading": [1],
308
+ "subtitle": [1],
309
+ "headerActions": [1, "header-actions"],
310
+ "footerActions": [1, "footer-actions"],
311
+ "subtitleInteractive": [4, "subtitle-interactive"],
312
+ "type": [513],
313
+ "sortableDisabled": [516, "sortable-disabled"],
314
+ "collapsible": [516],
315
+ "hideHeaderBorder": [516, "hide-header-border"],
316
+ "hideFooterBorder": [516, "hide-footer-border"],
317
+ "hideMovementActions": [4, "hide-movement-actions"]
318
+ }, [[9, "resize", "handleResize"]]]);
319
+ function defineCustomElement$1() {
320
+ if (typeof customElements === "undefined") {
321
+ return;
322
+ }
323
+ const components = ["stzh-card", "stzh-actionset", "stzh-badge", "stzh-button", "stzh-icon", "stzh-menu", "stzh-menu-item", "stzh-popover", "stzh-tooltip"];
324
+ components.forEach(tagName => { switch (tagName) {
325
+ case "stzh-card":
326
+ if (!customElements.get(tagName)) {
327
+ customElements.define(tagName, StzhCard$1);
328
+ }
329
+ break;
330
+ case "stzh-actionset":
331
+ if (!customElements.get(tagName)) {
332
+ defineCustomElement$9();
333
+ }
334
+ break;
335
+ case "stzh-badge":
336
+ if (!customElements.get(tagName)) {
337
+ defineCustomElement$8();
338
+ }
339
+ break;
340
+ case "stzh-button":
341
+ if (!customElements.get(tagName)) {
342
+ defineCustomElement$7();
343
+ }
344
+ break;
345
+ case "stzh-icon":
346
+ if (!customElements.get(tagName)) {
347
+ defineCustomElement$6();
348
+ }
349
+ break;
350
+ case "stzh-menu":
351
+ if (!customElements.get(tagName)) {
352
+ defineCustomElement$5();
353
+ }
354
+ break;
355
+ case "stzh-menu-item":
356
+ if (!customElements.get(tagName)) {
357
+ defineCustomElement$4();
358
+ }
359
+ break;
360
+ case "stzh-popover":
361
+ if (!customElements.get(tagName)) {
362
+ defineCustomElement$3();
363
+ }
364
+ break;
365
+ case "stzh-tooltip":
366
+ if (!customElements.get(tagName)) {
367
+ defineCustomElement$2();
368
+ }
369
+ break;
370
+ } });
371
+ }
372
+
373
+ const StzhCard = StzhCard$1;
374
+ const defineCustomElement = defineCustomElement$1;
375
+
376
+ export { StzhCard, defineCustomElement };
@@ -94,9 +94,7 @@ const StzhCheckboxgroup$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLE
94
94
  }
95
95
  updateCheckboxesProperty(prop, value) {
96
96
  this.checkboxes.forEach((checkbox) => {
97
- if (prop === "name"
98
- || (this.preventUpdateProperties.indexOf(prop) === -1
99
- && checkbox.getAttribute(prop) === null)) {
97
+ if (prop === "name" || (this.preventUpdateProperties.indexOf(prop) === -1)) {
100
98
  checkbox[camelCase(prop)] = value;
101
99
  }
102
100
  });
@@ -55,7 +55,7 @@ const StzhChipSelect$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElem
55
55
  const classes = {
56
56
  "stzh-chip-select": true
57
57
  };
58
- return (h(Host, null, h("div", { class: classes }, h("div", { class: "stzh-chip-select__chips" }, this._data.map((data) => (h("stzh-chip", { class: "stzh-chip-select__chip", label: data.label, counter: data.counter, icon: data.icon, type: data.type, variant: data.variant, size: data.size, active: this.value === data.value, onClick: () => this.chipClick(data) })))), h("stzh-dropdown", { class: "stzh-chip-select__dropdown", items: [this.value], label: this.label, options: this._dataDropdown, onStzhChange: this.onDropdownChange }))));
58
+ return (h(Host, null, h("div", { class: classes }, h("div", { class: "stzh-chip-select__chips", role: "list" }, this._data.map((data) => (h("stzh-chip", { role: "listitem", class: "stzh-chip-select__chip", label: data.label, counter: data.counter, icon: data.icon, type: data.type, variant: data.variant, size: data.size, active: this.value === data.value, onClick: () => this.chipClick(data) })))), h("stzh-dropdown", { class: "stzh-chip-select__dropdown", items: [this.value], label: this.label, options: this._dataDropdown, onStzhChange: this.onDropdownChange }))));
59
59
  }
60
60
  get element() { return this; }
61
61
  static get watchers() { return {
@@ -1,6 +1,6 @@
1
1
  import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
2
2
 
3
- const stzhCspaceCss = ".sc-stzh-cspace-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-cspace-h{display:none}.sc-stzh-cspace-h *.sc-stzh-cspace,.sc-stzh-cspace-h *.sc-stzh-cspace::before,.sc-stzh-cspace-h *.sc-stzh-cspace::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-input,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datepicker,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-dropdown,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-fieldset,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-actions,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-upload,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-checkbox,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-checkboxgroup,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-radio,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-radiogroup{margin-top:var(--stzh-space-large);margin-bottom:var(--stzh-space-large)}.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"],.sc-stzh-cspace-h .sc-stzh-cspace-s>h2,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"2\"]{margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"],.sc-stzh-cspace-h .sc-stzh-cspace-s>h2,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"2\"]{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"],.sc-stzh-cspace-h .sc-stzh-cspace-s>h2,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"2\"]{margin-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"],.sc-stzh-cspace-h .sc-stzh-cspace-s>h2,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"2\"]{margin-bottom:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"]{margin-top:var(--stzh-space-large)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"]{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"]{margin-top:var(--stzh-space-xxxxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>h2,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"2\"]{margin-top:var(--stzh-space-xxlarge)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h2,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"2\"]{margin-top:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h2,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"2\"]{margin-top:var(--stzh-space-xbig)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>h3,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"3\"]{margin-top:var(--stzh-space-medium)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h3,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"3\"]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h3,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"3\"]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h3,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"3\"]{margin-top:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>h4,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"4\"]{margin-top:var(--stzh-space-medium)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h4,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"4\"]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h4,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"4\"]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h4,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"4\"]{margin-top:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>p,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text,.sc-stzh-cspace-h .sc-stzh-cspace-s>ul,.sc-stzh-cspace-h .sc-stzh-cspace-s>ol,.sc-stzh-cspace-h .sc-stzh-cspace-s>dl,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-list{margin-top:var(--stzh-space-small);margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>p,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text,.sc-stzh-cspace-h .sc-stzh-cspace-s>ul,.sc-stzh-cspace-h .sc-stzh-cspace-s>ol,.sc-stzh-cspace-h .sc-stzh-cspace-s>dl,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-list{margin-top:var(--stzh-space-medium)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>p,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text,.sc-stzh-cspace-h .sc-stzh-cspace-s>ul,.sc-stzh-cspace-h .sc-stzh-cspace-s>ol,.sc-stzh-cspace-h .sc-stzh-cspace-s>dl,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-list{margin-bottom:var(--stzh-space-medium)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=hero],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=hero],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=hero],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=hero],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h2]{margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h2]{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h2]{margin-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h2]{margin-bottom:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1]{margin-top:var(--stzh-space-large)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1]{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1]{margin-top:var(--stzh-space-xxxxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h2]{margin-top:var(--stzh-space-xxlarge)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h2]{margin-top:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h2]{margin-top:var(--stzh-space-xbig)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h3],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h3]{margin-top:var(--stzh-space-medium)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h3],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h3]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h3],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h3]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h3],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h3]{margin-top:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h4],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h4]{margin-top:var(--stzh-space-medium)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h4],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h4]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h4],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h4]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h4],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h4]{margin-top:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=p1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=p2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=p1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=p2]{margin-top:var(--stzh-space-small);margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=p1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=p2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=p1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=p2]{margin-top:var(--stzh-space-medium)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=p1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=p2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=p1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=p2]{margin-bottom:var(--stzh-space-medium)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-figure{margin-top:var(--stzh-space-xxlarge);margin-bottom:var(--stzh-space-xxlarge)}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-progressbar,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-section,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-hr{margin-top:var(--stzh-space-large);margin-bottom:var(--stzh-space-large)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-progressbar,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-section,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-hr{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-progressbar,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-section,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-hr{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-progressbar,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-section,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-hr{margin-top:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-progressbar,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-section,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-hr{margin-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-progressbar,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-section,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-hr{margin-bottom:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-progressbar,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-section,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-hr{margin-bottom:var(--stzh-space-xxxxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-table,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datatable{margin-top:var(--stzh-space-medium);margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-table,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datatable{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-table,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datatable{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-table,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datatable{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-table,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datatable{margin-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-table,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datatable{margin-bottom:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-actions{margin-top:var(--stzh-space-xxlarge)}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-actions[variant=process]{margin-top:var(--stzh-space-large)}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-fieldset{margin-top:var(--stzh-space-large);margin-bottom:var(--stzh-space-large)}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-fieldset[legend]{margin-top:var(--stzh-space-xxlarge)}.sc-stzh-cspace-h .sc-stzh-cspace-s>:first-child,.sc-stzh-cspace-h .sc-stzh-cspace-s>[no-cspace-top]{margin-top:0}.sc-stzh-cspace-h .sc-stzh-cspace-s>:last-child,.sc-stzh-cspace-h .sc-stzh-cspace-s>[no-cspace-bottom]{margin-bottom:0}";
3
+ const stzhCspaceCss = ".sc-stzh-cspace-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-cspace-h{display:none}.sc-stzh-cspace-h *.sc-stzh-cspace,.sc-stzh-cspace-h *.sc-stzh-cspace::before,.sc-stzh-cspace-h *.sc-stzh-cspace::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-input,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datepicker,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-dropdown,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-fieldset,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-actions,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-upload,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-checkbox,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-checkboxgroup,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-radio,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-radiogroup{margin-top:var(--stzh-space-large);margin-bottom:var(--stzh-space-large)}.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"],.sc-stzh-cspace-h .sc-stzh-cspace-s>h2,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"2\"]{margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"],.sc-stzh-cspace-h .sc-stzh-cspace-s>h2,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"2\"]{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"],.sc-stzh-cspace-h .sc-stzh-cspace-s>h2,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"2\"]{margin-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"],.sc-stzh-cspace-h .sc-stzh-cspace-s>h2,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"2\"]{margin-bottom:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"]{margin-top:var(--stzh-space-large)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"]{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h1,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"1\"]{margin-top:var(--stzh-space-xxxxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>h2,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"2\"]{margin-top:var(--stzh-space-xxlarge)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h2,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"2\"]{margin-top:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h2,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"2\"]{margin-top:var(--stzh-space-xbig)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>h3,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"3\"]{margin-top:var(--stzh-space-medium)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h3,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"3\"]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h3,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"3\"]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h3,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"3\"]{margin-top:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>h4,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"4\"]{margin-top:var(--stzh-space-medium)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h4,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"4\"]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h4,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"4\"]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>h4,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[level=\"4\"]{margin-top:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>p,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text,.sc-stzh-cspace-h .sc-stzh-cspace-s>ul,.sc-stzh-cspace-h .sc-stzh-cspace-s>ol,.sc-stzh-cspace-h .sc-stzh-cspace-s>dl,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-list{margin-top:var(--stzh-space-small);margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>p,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text,.sc-stzh-cspace-h .sc-stzh-cspace-s>ul,.sc-stzh-cspace-h .sc-stzh-cspace-s>ol,.sc-stzh-cspace-h .sc-stzh-cspace-s>dl,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-list{margin-top:var(--stzh-space-medium)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>p,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text,.sc-stzh-cspace-h .sc-stzh-cspace-s>ul,.sc-stzh-cspace-h .sc-stzh-cspace-s>ol,.sc-stzh-cspace-h .sc-stzh-cspace-s>dl,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-list{margin-bottom:var(--stzh-space-medium)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=hero],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=hero],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=hero],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=hero],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=hero]{margin-bottom:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h2]{margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h2]{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h2]{margin-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h2]{margin-bottom:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1]{margin-top:var(--stzh-space-large)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1]{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h1]{margin-top:var(--stzh-space-xxxxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h2]{margin-top:var(--stzh-space-xxlarge)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h2]{margin-top:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h2]{margin-top:var(--stzh-space-xbig)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h3],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h3]{margin-top:var(--stzh-space-medium)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h3],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h3]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h3],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h3]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h3],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h3]{margin-top:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h4],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h4]{margin-top:var(--stzh-space-medium)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h4],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h4]{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h4],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h4]{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=h4],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=h4]{margin-top:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=p1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=p2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=p1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=p2]{margin-top:var(--stzh-space-small);margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=p1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=p2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=p1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=p2]{margin-top:var(--stzh-space-medium)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=p1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-text[curve=p2],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=p1],.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-heading[curve=p2]{margin-bottom:var(--stzh-space-medium)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-figure{margin-top:var(--stzh-space-xxlarge);margin-bottom:var(--stzh-space-xxlarge)}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datalist,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-progressbar,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-section,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-hr{margin-top:var(--stzh-space-large);margin-bottom:var(--stzh-space-large)}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datalist,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-progressbar,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-section,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-hr{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datalist,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-progressbar,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-section,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-hr{margin-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datalist,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-progressbar,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-section,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-hr{margin-top:var(--stzh-space-xxxxlarge)}}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datalist,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-progressbar,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-section,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-hr{margin-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datalist,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-progressbar,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-section,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-hr{margin-bottom:var(--stzh-space-xxlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datalist,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-progressbar,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-section,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-hr{margin-bottom:var(--stzh-space-xxxxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-table,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datatable{margin-top:var(--stzh-space-medium);margin-bottom:var(--stzh-space-medium)}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-table,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datatable{margin-top:var(--stzh-space-large)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-table,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datatable{margin-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 600px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-table,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datatable{margin-bottom:var(--stzh-space-large)}}@media screen and (min-width: 1024px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-table,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datatable{margin-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-table,.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-datatable{margin-bottom:var(--stzh-space-xxlarge)}}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-actions{margin-top:var(--stzh-space-xxlarge)}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-actions[variant=process]{margin-top:var(--stzh-space-large)}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-fieldset{margin-top:var(--stzh-space-large);margin-bottom:var(--stzh-space-large)}.sc-stzh-cspace-h .sc-stzh-cspace-s>stzh-fieldset[legend]{margin-top:var(--stzh-space-xxlarge)}.sc-stzh-cspace-h .sc-stzh-cspace-s>:first-child,.sc-stzh-cspace-h .sc-stzh-cspace-s>[no-cspace-top]{margin-top:0}.sc-stzh-cspace-h .sc-stzh-cspace-s>:last-child,.sc-stzh-cspace-h .sc-stzh-cspace-s>[no-cspace-bottom]{margin-bottom:0}.sc-stzh-cspace-h :has(:nth-child(1)[hidden]).sc-stzh-cspace-s>:nth-child(2){margin-top:0}.sc-stzh-cspace-h :has(:nth-last-child(1)[hidden]).sc-stzh-cspace-s>:nth-last-child(2){margin-bottom:0}";
4
4
 
5
5
  const StzhCspace$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
6
6
  constructor() {
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface StzhDatalist extends Components.StzhDatalist, HTMLElement {}
4
+ export const StzhDatalist: {
5
+ prototype: StzhDatalist;
6
+ new (): StzhDatalist;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;