@oiz/stzh-components 2.1.0-beta → 2.1.0

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 (335) hide show
  1. package/dist/cjs/{_commonjsHelpers-bcc1208a.js → _commonjsHelpers-dcc4cf71.js} +16 -0
  2. package/dist/cjs/{app-globals-07890ee7.js → app-globals-dc82b9ca.js} +1 -1
  3. package/dist/cjs/{js.cookie-9c263d23.js → js.cookie-226c94ed.js} +1 -1
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/stzh-accordion-item.cjs.entry.js +2 -2
  6. package/dist/cjs/stzh-actions.cjs.entry.js +2 -2
  7. package/dist/cjs/stzh-anchornav.cjs.entry.js +2 -2
  8. package/dist/cjs/stzh-appointments.cjs.entry.js +1 -1
  9. package/dist/cjs/stzh-badge_3.cjs.entry.js +2 -1
  10. package/dist/cjs/stzh-chart.cjs.entry.js +26127 -0
  11. package/dist/cjs/stzh-chip.cjs.entry.js +13 -6
  12. package/dist/cjs/stzh-components.cjs.js +2 -2
  13. package/dist/cjs/stzh-contactaddress.cjs.entry.js +65 -0
  14. package/dist/cjs/stzh-datamessagelist.cjs.entry.js +1 -1
  15. package/dist/cjs/stzh-datatable.cjs.entry.js +1 -1
  16. package/dist/cjs/stzh-dropdown.cjs.entry.js +1 -1
  17. package/dist/cjs/stzh-figure.cjs.entry.js +1 -1
  18. package/dist/cjs/stzh-footer.cjs.entry.js +11 -5
  19. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +3 -3
  20. package/dist/cjs/stzh-heading.cjs.entry.js +2 -2
  21. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
  22. package/dist/cjs/stzh-link.cjs.entry.js +2 -1
  23. package/dist/cjs/stzh-message.cjs.entry.js +2 -2
  24. package/dist/cjs/stzh-olmap.cjs.entry.js +1 -1
  25. package/dist/cjs/stzh-pagebottom.cjs.entry.js +2 -2
  26. package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +99 -0
  27. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  28. package/dist/cjs/stzh-share.cjs.entry.js +5 -5
  29. package/dist/cjs/stzh-upload.cjs.entry.js +7 -9
  30. package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +1 -1
  31. package/dist/collection/assets/icons/mono/facebook-filled.svg +3 -0
  32. package/dist/collection/assets/icons/mono/linkedin-filled.svg +12 -0
  33. package/dist/collection/assets/icons/mono/mail-filled.svg +6 -0
  34. package/dist/collection/assets/icons/mono/star-filled.svg +1 -1
  35. package/dist/collection/assets/icons/mono/twitter-filled.svg +3 -0
  36. package/dist/collection/assets/icons/mono/xing-filled.svg +4 -0
  37. package/dist/collection/assets/media/olmap/marker-active.png +0 -0
  38. package/dist/collection/assets/media/olmap/marker.png +0 -0
  39. package/dist/collection/collection-manifest.json +3 -0
  40. package/dist/collection/components/stzh-accordion/stzh-accordion.css +3 -0
  41. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +51 -3
  42. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +1 -1
  43. package/dist/collection/components/stzh-actions/stzh-actions.css +7 -1
  44. package/dist/collection/components/stzh-actions/stzh-actions.js +3 -3
  45. package/dist/collection/components/stzh-actionset/stzh-actionset.css +3 -0
  46. package/dist/collection/components/stzh-anchornav/stzh-anchornav.css +5 -0
  47. package/dist/collection/components/stzh-anchornav/stzh-anchornav.js +1 -1
  48. package/dist/collection/components/stzh-appnav/stzh-appnav.css +3 -0
  49. package/dist/collection/components/stzh-appointments/stzh-appointments.css +3 -0
  50. package/dist/collection/components/stzh-appointments/stzh-appointments.js +1 -1
  51. package/dist/collection/components/stzh-audio/stzh-audio.css +3 -0
  52. package/dist/collection/components/stzh-badge/stzh-badge.css +3 -0
  53. package/dist/collection/components/stzh-button/stzh-button.css +3 -0
  54. package/dist/collection/components/stzh-button/stzh-button.js +19 -1
  55. package/dist/collection/components/stzh-calendar/stzh-calendar.css +3 -0
  56. package/dist/collection/components/stzh-card/stzh-card.css +3 -0
  57. package/dist/collection/components/stzh-card-list/stzh-card-list.css +3 -0
  58. package/dist/collection/components/stzh-cell/stzh-cell.css +3 -0
  59. package/dist/collection/components/stzh-chart/stzh-chart.css +799 -0
  60. package/dist/collection/components/stzh-chart/stzh-chart.js +110 -0
  61. package/dist/collection/components/stzh-chart/stzh-chart.stories.js +287 -0
  62. package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +3 -0
  63. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.css +3 -0
  64. package/dist/collection/components/stzh-chip/stzh-chip.css +4 -21
  65. package/dist/collection/components/stzh-chip/stzh-chip.js +49 -24
  66. package/dist/collection/components/stzh-chip/stzh-chip.stories.js +0 -9
  67. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +3 -0
  68. package/dist/collection/components/stzh-clamp/stzh-clamp.css +3 -0
  69. package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.css +153 -0
  70. package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.js +321 -0
  71. package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.stories.js +100 -0
  72. package/dist/collection/components/stzh-container/stzh-container.css +3 -0
  73. package/dist/collection/components/stzh-cspace/stzh-cspace.css +3 -0
  74. package/dist/collection/components/stzh-datalist/stzh-datalist.css +3 -0
  75. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.css +13 -2
  76. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +3 -0
  77. package/dist/collection/components/stzh-datatable/stzh-datatable.css +3 -0
  78. package/dist/collection/components/stzh-datepicker/stzh-datepicker.css +3 -0
  79. package/dist/collection/components/stzh-dialog/stzh-dialog.css +3 -0
  80. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +3 -0
  81. package/dist/collection/components/stzh-fieldset/stzh-fieldset.css +3 -0
  82. package/dist/collection/components/stzh-figure/stzh-figure.css +3 -1
  83. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.css +3 -0
  84. package/dist/collection/components/stzh-footer/stzh-footer.css +53 -0
  85. package/dist/collection/components/stzh-footer/stzh-footer.js +44 -16
  86. package/dist/collection/components/stzh-footer/stzh-footer.stories.js +21 -1
  87. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +10 -10
  88. package/dist/collection/components/stzh-header/stzh-header.css +3 -0
  89. package/dist/collection/components/stzh-heading/stzh-heading.css +9 -6
  90. package/dist/collection/components/stzh-heading/stzh-heading.js +1 -1
  91. package/dist/collection/components/stzh-hr/stzh-hr.css +3 -0
  92. package/dist/collection/components/stzh-hspace/stzh-hspace.css +3 -0
  93. package/dist/collection/components/stzh-icon/stzh-icon.css +3 -0
  94. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +95 -30
  95. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  96. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.css +3 -0
  97. package/dist/collection/components/stzh-input/stzh-input.css +3 -0
  98. package/dist/collection/components/stzh-link/stzh-link.css +3 -0
  99. package/dist/collection/components/stzh-link/stzh-link.js +19 -1
  100. package/dist/collection/components/stzh-list/stzh-list.css +3 -0
  101. package/dist/collection/components/stzh-list-item/stzh-list-item.css +3 -0
  102. package/dist/collection/components/stzh-loader/stzh-loader.css +3 -0
  103. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.css +3 -0
  104. package/dist/collection/components/stzh-menu/stzh-menu.css +3 -0
  105. package/dist/collection/components/stzh-menu-item/stzh-menu-item.css +3 -0
  106. package/dist/collection/components/stzh-message/stzh-message.css +3 -0
  107. package/dist/collection/components/stzh-metanav/stzh-metanav.css +3 -0
  108. package/dist/collection/components/stzh-olmap/stzh-olmap.css +3 -0
  109. package/dist/collection/components/stzh-overlay/stzh-overlay.css +3 -0
  110. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.css +3 -0
  111. package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.css +7 -4
  112. package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.js +1 -1
  113. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +3 -0
  114. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +5 -1
  115. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.css +396 -0
  116. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.js +157 -0
  117. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.stories.js +94 -0
  118. package/dist/collection/components/stzh-popover/stzh-popover.css +3 -0
  119. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +8 -3
  120. package/dist/collection/components/stzh-progressbar/stzh-progressbar.css +3 -0
  121. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +3 -0
  122. package/dist/collection/components/stzh-radio/stzh-radio.css +3 -0
  123. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +3 -0
  124. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.css +3 -0
  125. package/dist/collection/components/stzh-richtext/stzh-richtext.css +3 -0
  126. package/dist/collection/components/stzh-row/stzh-row.css +3 -0
  127. package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +3 -0
  128. package/dist/collection/components/stzh-section/stzh-section.css +3 -0
  129. package/dist/collection/components/stzh-share/stzh-share.css +3 -0
  130. package/dist/collection/components/stzh-share/stzh-share.js +5 -5
  131. package/dist/collection/components/stzh-skiplink/stzh-skiplink.css +3 -0
  132. package/dist/collection/components/stzh-sortable/stzh-sortable.css +3 -0
  133. package/dist/collection/components/stzh-status/stzh-status.css +3 -0
  134. package/dist/collection/components/stzh-sticky/stzh-sticky.css +3 -0
  135. package/dist/collection/components/stzh-sticky/stzh-sticky.stories.js +1 -1
  136. package/dist/collection/components/stzh-table/stzh-table.css +3 -0
  137. package/dist/collection/components/stzh-text/stzh-text.css +3 -0
  138. package/dist/collection/components/stzh-toggle/stzh-toggle.css +3 -0
  139. package/dist/collection/components/stzh-tooltip/stzh-tooltip.css +3 -0
  140. package/dist/collection/components/stzh-upload/stzh-upload.css +24 -15
  141. package/dist/collection/components/stzh-upload/stzh-upload.js +5 -7
  142. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.css +3 -0
  143. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +3 -0
  144. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +3 -0
  145. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.css +3 -0
  146. package/dist/collection/components/stzh-vspace/stzh-vspace.css +3 -0
  147. package/dist/components/_commonjsHelpers.js +16 -1
  148. package/dist/components/index.d.ts +3 -0
  149. package/dist/components/index.js +4 -1
  150. package/dist/components/stzh-accordion-item.js +2 -2
  151. package/dist/components/stzh-actions.js +2 -2
  152. package/dist/components/stzh-anchornav.js +2 -2
  153. package/dist/components/stzh-appointments.js +1 -1
  154. package/dist/components/stzh-button2.js +3 -1
  155. package/dist/components/stzh-chart.d.ts +11 -0
  156. package/dist/components/stzh-chart.js +26144 -0
  157. package/dist/components/stzh-chip2.js +16 -8
  158. package/dist/components/stzh-contactaddress.d.ts +11 -0
  159. package/dist/components/stzh-contactaddress.js +93 -0
  160. package/dist/components/stzh-datamessagelist.js +1 -1
  161. package/dist/components/stzh-figure.js +1 -1
  162. package/dist/components/stzh-footer.js +13 -6
  163. package/dist/components/stzh-ghettobox2.js +1 -1
  164. package/dist/components/stzh-heading2.js +2 -2
  165. package/dist/components/stzh-icon-sprite.js +1 -1
  166. package/dist/components/stzh-link2.js +3 -1
  167. package/dist/components/stzh-pagebottom.js +2 -2
  168. package/dist/components/stzh-pagetitle-hero.d.ts +11 -0
  169. package/dist/components/stzh-pagetitle-hero.js +116 -0
  170. package/dist/components/stzh-portal-mitwirken.js +1 -1
  171. package/dist/components/stzh-share2.js +5 -5
  172. package/dist/components/stzh-upload.js +7 -9
  173. package/dist/esm/{_commonjsHelpers-ba3f0406.js → _commonjsHelpers-f9dc4873.js} +16 -1
  174. package/dist/esm/{app-globals-acc57d0e.js → app-globals-246b5e49.js} +1 -1
  175. package/dist/esm/{js.cookie-28a40640.js → js.cookie-53735b72.js} +1 -1
  176. package/dist/esm/loader.js +2 -2
  177. package/dist/esm/stzh-accordion-item.entry.js +2 -2
  178. package/dist/esm/stzh-actions.entry.js +2 -2
  179. package/dist/esm/stzh-anchornav.entry.js +2 -2
  180. package/dist/esm/stzh-appointments.entry.js +1 -1
  181. package/dist/esm/stzh-badge_3.entry.js +2 -1
  182. package/dist/esm/stzh-chart.entry.js +26123 -0
  183. package/dist/esm/stzh-chip.entry.js +14 -7
  184. package/dist/esm/stzh-components.js +2 -2
  185. package/dist/esm/stzh-contactaddress.entry.js +61 -0
  186. package/dist/esm/stzh-datamessagelist.entry.js +1 -1
  187. package/dist/esm/stzh-datatable.entry.js +1 -1
  188. package/dist/esm/stzh-dropdown.entry.js +1 -1
  189. package/dist/esm/stzh-figure.entry.js +1 -1
  190. package/dist/esm/stzh-footer.entry.js +11 -5
  191. package/dist/esm/stzh-ghettobox_2.entry.js +3 -3
  192. package/dist/esm/stzh-heading.entry.js +2 -2
  193. package/dist/esm/stzh-icon-sprite.entry.js +1 -1
  194. package/dist/esm/stzh-link.entry.js +2 -1
  195. package/dist/esm/stzh-message.entry.js +2 -2
  196. package/dist/esm/stzh-olmap.entry.js +1 -1
  197. package/dist/esm/stzh-pagebottom.entry.js +2 -2
  198. package/dist/esm/stzh-pagetitle-hero.entry.js +95 -0
  199. package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
  200. package/dist/esm/stzh-share.entry.js +5 -5
  201. package/dist/esm/stzh-upload.entry.js +7 -9
  202. package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
  203. package/dist/esm-es5/_commonjsHelpers-f9dc4873.js +1 -0
  204. package/dist/esm-es5/app-globals-246b5e49.js +1 -0
  205. package/dist/esm-es5/{js.cookie-28a40640.js → js.cookie-53735b72.js} +1 -1
  206. package/dist/esm-es5/loader.js +1 -1
  207. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
  208. package/dist/esm-es5/stzh-actions.entry.js +1 -1
  209. package/dist/esm-es5/stzh-anchornav.entry.js +1 -1
  210. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  211. package/dist/esm-es5/stzh-chart.entry.js +3 -0
  212. package/dist/esm-es5/stzh-chip.entry.js +1 -1
  213. package/dist/esm-es5/stzh-components.js +1 -1
  214. package/dist/esm-es5/stzh-contactaddress.entry.js +1 -0
  215. package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -1
  216. package/dist/esm-es5/stzh-datatable.entry.js +1 -1
  217. package/dist/esm-es5/stzh-dropdown.entry.js +1 -1
  218. package/dist/esm-es5/stzh-figure.entry.js +1 -1
  219. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  220. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  221. package/dist/esm-es5/stzh-heading.entry.js +1 -1
  222. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
  223. package/dist/esm-es5/stzh-link.entry.js +1 -1
  224. package/dist/esm-es5/stzh-message.entry.js +1 -1
  225. package/dist/esm-es5/stzh-olmap.entry.js +1 -1
  226. package/dist/esm-es5/stzh-pagebottom.entry.js +1 -1
  227. package/dist/esm-es5/stzh-pagetitle-hero.entry.js +1 -0
  228. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  229. package/dist/esm-es5/stzh-share.entry.js +1 -1
  230. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  231. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
  232. package/dist/stzh-components/assets/icons/mono/facebook-filled.svg +3 -0
  233. package/dist/stzh-components/assets/icons/mono/linkedin-filled.svg +12 -0
  234. package/dist/stzh-components/assets/icons/mono/mail-filled.svg +6 -0
  235. package/dist/stzh-components/assets/icons/mono/star-filled.svg +1 -1
  236. package/dist/stzh-components/assets/icons/mono/twitter-filled.svg +3 -0
  237. package/dist/stzh-components/assets/icons/mono/xing-filled.svg +4 -0
  238. package/dist/stzh-components/assets/media/olmap/marker-active.png +0 -0
  239. package/dist/stzh-components/assets/media/olmap/marker.png +0 -0
  240. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +95 -30
  241. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  242. package/dist/stzh-components/{p-29d9a568.entry.js → p-105a11cb.entry.js} +1 -1
  243. package/dist/stzh-components/p-17ae6581.entry.js +1 -0
  244. package/dist/stzh-components/{p-3e24b964.entry.js → p-229d4ad2.entry.js} +1 -1
  245. package/dist/stzh-components/{p-3f8976bc.system.entry.js → p-22c9a00d.system.entry.js} +1 -1
  246. package/dist/stzh-components/{p-8e363084.system.entry.js → p-238a8c83.system.entry.js} +1 -1
  247. package/dist/stzh-components/{p-b10682ee.js → p-24b8df26.js} +1 -1
  248. package/dist/stzh-components/p-25ef050a.entry.js +1 -0
  249. package/dist/stzh-components/p-293ceb5e.entry.js +1 -0
  250. package/dist/stzh-components/p-2ba8b5c9.system.entry.js +1 -0
  251. package/dist/stzh-components/{p-e7afcd6f.entry.js → p-38b9e5e9.entry.js} +1 -1
  252. package/dist/stzh-components/{p-07fc857b.system.entry.js → p-44dd74d1.system.entry.js} +1 -1
  253. package/dist/stzh-components/{p-5db542ae.system.js → p-484a366f.system.js} +1 -1
  254. package/dist/stzh-components/{p-a61bf274.entry.js → p-4a3f9353.entry.js} +1 -1
  255. package/dist/stzh-components/{p-d69b12f8.entry.js → p-4e6ddb5f.entry.js} +1 -1
  256. package/dist/stzh-components/p-4fd4a703.entry.js +3 -0
  257. package/dist/stzh-components/p-5caa837c.system.entry.js +3 -0
  258. package/dist/stzh-components/{p-3b33fa76.system.entry.js → p-5ed4d1d5.system.entry.js} +1 -1
  259. package/dist/stzh-components/p-60d8e2da.entry.js +1 -0
  260. package/dist/stzh-components/p-61c9ca5d.entry.js +1 -0
  261. package/dist/stzh-components/p-61d4852f.system.entry.js +1 -0
  262. package/dist/stzh-components/p-6830f839.entry.js +1 -0
  263. package/dist/stzh-components/p-6d22bd0d.entry.js +1 -0
  264. package/dist/stzh-components/{p-d2c97cbc.entry.js → p-71220066.entry.js} +1 -1
  265. package/dist/stzh-components/p-71d757d3.js +1 -0
  266. package/dist/stzh-components/p-7a584d3f.system.entry.js +1 -0
  267. package/dist/stzh-components/p-7aef399f.entry.js +1 -0
  268. package/dist/stzh-components/{p-c5749124.system.entry.js → p-7c172e64.system.entry.js} +1 -1
  269. package/dist/stzh-components/p-7dec02ca.entry.js +1 -0
  270. package/dist/stzh-components/p-84aace40.system.entry.js +1 -0
  271. package/dist/stzh-components/p-8ab86ca3.system.entry.js +1 -0
  272. package/dist/stzh-components/p-8f9de52f.system.entry.js +1 -0
  273. package/dist/stzh-components/p-909d7a3c.system.js +1 -0
  274. package/dist/stzh-components/p-95defe16.system.entry.js +1 -0
  275. package/dist/stzh-components/p-98a972b7.system.entry.js +1 -0
  276. package/dist/stzh-components/p-9c90535a.system.js +1 -0
  277. package/dist/stzh-components/p-a6d4a8b1.js +1 -0
  278. package/dist/stzh-components/p-a866b3a3.entry.js +1 -0
  279. package/dist/stzh-components/p-ac409e7b.system.entry.js +1 -0
  280. package/dist/stzh-components/p-ad119aca.entry.js +1 -0
  281. package/dist/stzh-components/{p-6c3d7756.system.entry.js → p-b1ff3a21.system.entry.js} +1 -1
  282. package/dist/stzh-components/p-bc34bf07.system.entry.js +1 -0
  283. package/dist/stzh-components/{p-1663fc49.system.entry.js → p-bd5b8114.system.entry.js} +1 -1
  284. package/dist/stzh-components/p-c2238fbf.entry.js +1 -0
  285. package/dist/stzh-components/p-c3846ccf.system.entry.js +1 -0
  286. package/dist/stzh-components/p-ce06b4f2.system.js +1 -0
  287. package/dist/stzh-components/p-cf781b59.entry.js +1 -0
  288. package/dist/stzh-components/{p-b367d4e3.entry.js → p-d4b93488.entry.js} +1 -1
  289. package/dist/stzh-components/p-d5ee4ac0.entry.js +1 -0
  290. package/dist/stzh-components/{p-fd811f6b.system.entry.js → p-daa34275.system.entry.js} +2 -2
  291. package/dist/stzh-components/p-e161760f.system.entry.js +1 -0
  292. package/dist/stzh-components/p-e785d9cc.entry.js +1 -0
  293. package/dist/stzh-components/{p-fb150554.system.entry.js → p-f5f3475c.system.entry.js} +1 -1
  294. package/dist/stzh-components/p-f6ab391e.system.entry.js +1 -0
  295. package/dist/stzh-components/{p-74786856.system.entry.js → p-ff2a6bdf.system.entry.js} +1 -1
  296. package/dist/stzh-components/p-ff534e27.entry.js +1 -0
  297. package/dist/stzh-components/stzh-components.css +1 -1
  298. package/dist/stzh-components/stzh-components.esm.js +1 -1
  299. package/dist/stzh-components/stzh-components.js +1 -1
  300. package/dist/types/components.d.ts +242 -11
  301. package/dist/types/index.d.ts +5 -0
  302. package/dist/vscode-data.json +141 -11
  303. package/package.json +6 -2
  304. package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +0 -1
  305. package/dist/esm-es5/app-globals-acc57d0e.js +0 -1
  306. package/dist/stzh-components/p-011dcf30.system.entry.js +0 -1
  307. package/dist/stzh-components/p-0977d9b6.entry.js +0 -1
  308. package/dist/stzh-components/p-10c36281.entry.js +0 -1
  309. package/dist/stzh-components/p-23e9b6c7.system.entry.js +0 -1
  310. package/dist/stzh-components/p-241f060e.entry.js +0 -1
  311. package/dist/stzh-components/p-2c8d491a.system.entry.js +0 -1
  312. package/dist/stzh-components/p-3a73b8b5.system.js +0 -1
  313. package/dist/stzh-components/p-3e8ff66b.js +0 -1
  314. package/dist/stzh-components/p-4b93fb24.entry.js +0 -1
  315. package/dist/stzh-components/p-4c93ffbe.entry.js +0 -1
  316. package/dist/stzh-components/p-5623c1a3.entry.js +0 -1
  317. package/dist/stzh-components/p-58714045.entry.js +0 -1
  318. package/dist/stzh-components/p-59970f71.entry.js +0 -1
  319. package/dist/stzh-components/p-62c7caed.entry.js +0 -1
  320. package/dist/stzh-components/p-79f27d21.entry.js +0 -1
  321. package/dist/stzh-components/p-8e5f4ef6.system.entry.js +0 -1
  322. package/dist/stzh-components/p-9084f0c1.entry.js +0 -1
  323. package/dist/stzh-components/p-948acea1.js +0 -1
  324. package/dist/stzh-components/p-9af41730.system.js +0 -1
  325. package/dist/stzh-components/p-9ca1efe4.system.entry.js +0 -1
  326. package/dist/stzh-components/p-a6da8c06.system.entry.js +0 -1
  327. package/dist/stzh-components/p-afaa9c37.system.entry.js +0 -1
  328. package/dist/stzh-components/p-b71a1607.system.js +0 -1
  329. package/dist/stzh-components/p-bb9e8364.entry.js +0 -1
  330. package/dist/stzh-components/p-bd7dd853.system.entry.js +0 -1
  331. package/dist/stzh-components/p-be534671.entry.js +0 -1
  332. package/dist/stzh-components/p-da857e0d.entry.js +0 -1
  333. package/dist/stzh-components/p-de8f9508.system.entry.js +0 -1
  334. package/dist/stzh-components/p-fa6427bf.system.entry.js +0 -1
  335. package/dist/stzh-components/p-fa9a4cd5.system.entry.js +0 -1
@@ -0,0 +1,110 @@
1
+ import { Host, h, } from "@stencil/core";
2
+ import * as d3 from "d3";
3
+ import * as sszvis from "sszvis/build/sszvis.js";
4
+ import * as topojson from "topojson-client";
5
+ /**
6
+ * @slot caption - Slot for a caption as alternative for attribute
7
+ */
8
+ export class StzhChart {
9
+ constructor() {
10
+ this.initialized = false;
11
+ this.caption = "";
12
+ this.chartId = undefined;
13
+ this.create = function () { };
14
+ }
15
+ createWatcher() {
16
+ if (!this.initialized && this.chartElement) {
17
+ this.initialized = true;
18
+ this.create(this.chartElement, { d3, sszvis, topojson });
19
+ }
20
+ }
21
+ componentDidRender() {
22
+ if (!this.initialized && this.chartElement) {
23
+ this.initialized = true;
24
+ this.create(this.chartElement, { d3, sszvis, topojson });
25
+ }
26
+ }
27
+ render() {
28
+ const classes = {
29
+ "stzh-chart": true
30
+ };
31
+ return (h(Host, null, h("figure", { class: classes }, h("div", { id: this.chartId, ref: (el) => (this.chartElement = el), class: "stzh-chart__element" }), h("figcaption", { class: "stzh-chart__caption" }, this.caption ? this.caption : h("slot", { name: "caption" })))));
32
+ }
33
+ static get is() { return "stzh-chart"; }
34
+ static get originalStyleUrls() {
35
+ return {
36
+ "$": ["stzh-chart.scss"]
37
+ };
38
+ }
39
+ static get styleUrls() {
40
+ return {
41
+ "$": ["stzh-chart.css"]
42
+ };
43
+ }
44
+ static get properties() {
45
+ return {
46
+ "caption": {
47
+ "type": "string",
48
+ "mutable": false,
49
+ "complexType": {
50
+ "original": "string",
51
+ "resolved": "string",
52
+ "references": {}
53
+ },
54
+ "required": false,
55
+ "optional": false,
56
+ "docs": {
57
+ "tags": [],
58
+ "text": "Caption"
59
+ },
60
+ "attribute": "caption",
61
+ "reflect": false,
62
+ "defaultValue": "\"\""
63
+ },
64
+ "chartId": {
65
+ "type": "string",
66
+ "mutable": false,
67
+ "complexType": {
68
+ "original": "string",
69
+ "resolved": "string",
70
+ "references": {}
71
+ },
72
+ "required": false,
73
+ "optional": false,
74
+ "docs": {
75
+ "tags": [],
76
+ "text": "Chart id"
77
+ },
78
+ "attribute": "chart-id",
79
+ "reflect": false
80
+ },
81
+ "create": {
82
+ "type": "unknown",
83
+ "mutable": false,
84
+ "complexType": {
85
+ "original": "Function",
86
+ "resolved": "Function",
87
+ "references": {
88
+ "Function": {
89
+ "location": "global"
90
+ }
91
+ }
92
+ },
93
+ "required": false,
94
+ "optional": false,
95
+ "docs": {
96
+ "tags": [],
97
+ "text": "Chart generation function"
98
+ },
99
+ "defaultValue": "function() {}"
100
+ }
101
+ };
102
+ }
103
+ static get elementRef() { return "element"; }
104
+ static get watchers() {
105
+ return [{
106
+ "propName": "create",
107
+ "methodName": "createWatcher"
108
+ }];
109
+ }
110
+ }
@@ -0,0 +1,287 @@
1
+ import { h } from '../../utils/h';
2
+ import readme from './readme.md';
3
+ import { withDesign } from 'storybook-addon-designs';
4
+ import { getFigmaLink } from '../../../figma';
5
+
6
+ export default {
7
+ title: 'Components/Chart',
8
+ component: 'stzh-chart',
9
+ parameters: {
10
+ layout: 'padded',
11
+ docs: {
12
+ description: {
13
+ component: readme
14
+ }
15
+ },
16
+ design: {
17
+ type: 'figma',
18
+ url: getFigmaLink('chart'),
19
+ allowFullscreen: true
20
+ }
21
+ },
22
+ decorators: [
23
+ withDesign
24
+ ]
25
+ };
26
+
27
+ const Template = (args) => (
28
+ <stzh-chart {...args}></stzh-chart>
29
+ );
30
+
31
+ export const Default = Template.bind({});
32
+ Default.args = {
33
+ 'chart-id': 'PieChartFourCat',
34
+ caption: 'Laboris laborum aute id laboris culpa esse aliquip nisi anim velit.',
35
+ create: function(container, libs) {
36
+ var PieChartFourCatParams = {
37
+ id: '#PieChartFourCat',
38
+ percentage: 'false',
39
+ description: 'Pie Chart Four Cat Desc',
40
+ yExtentOverride: null,
41
+ xColumn: '',
42
+ categoryColumn: 'Kategorie',
43
+ valueColumn: 'Schweiz Import',
44
+ dateColumn: 'Datum',
45
+ data: 'media/samples/chart.csv',
46
+ fallback: 'assets/icons/mono/important-warning.svg',
47
+ yLabel: '',
48
+ title: 'Pie Chart Four Cat Title',
49
+ yColumn: '',
50
+ xLabel: '',
51
+ xTicks: 5
52
+ };
53
+
54
+ (function (d3, sszvis, topojson, PieChartFourCatParams) {
55
+ 'use strict';
56
+
57
+ /* Configuration
58
+ ----------------------------------------------- */
59
+ // CONFIG
60
+ // if a variable is optional, the code needs to work with default values
61
+ // if variable is missing.
62
+ var config = {
63
+ dataPath: PieChartFourCatParams.data, //optional
64
+ title: PieChartFourCatParams.title, //optional
65
+ description: PieChartFourCatParams.description, //optional
66
+ //dateColumn: 'Datum',
67
+ valueColumn: PieChartFourCatParams.valueColumn,
68
+ categoryColumn: PieChartFourCatParams.categoryColumn,
69
+ yLabel: '',
70
+ xLabel: '',
71
+ ticks: 5,
72
+ fallback: false, //optional, creates long ticks when true
73
+ targetElement: PieChartFourCatParams.id
74
+ };
75
+
76
+ if (sszvis.fallbackUnsupported()) {
77
+ sszvis.fallbackRender(PieChartFourCatParams.id);
78
+ return;
79
+ }
80
+
81
+
82
+ /* Configuration
83
+ ----------------------------------------------- */
84
+ var PIE_DIAMETER = 260;
85
+ var LEGEND_TOP_PADDING = 40;
86
+ var LEGEND_LEFT_PADDING = 25;
87
+ var LEGEND_HEIGHT = 76;
88
+ var LEGEND_WIDTH = 102;
89
+ var queryProps = sszvis.responsiveProps()
90
+ .prop('layout', {
91
+ palm: function (width) {
92
+ var sidePadding = Math.max((width - PIE_DIAMETER) / 2, 10);
93
+ var diameter = (width - 2 * sidePadding);
94
+ var legendHeight = LEGEND_TOP_PADDING + LEGEND_HEIGHT + 20;
95
+ return {
96
+ bounds: {
97
+ top: 20,
98
+ bottom: legendHeight,
99
+ left: sidePadding,
100
+ right: sidePadding,
101
+ height: 20 + diameter + legendHeight
102
+ },
103
+ pieRadius: diameter / 2,
104
+ piePosition: {
105
+ top: 0,
106
+ left: sidePadding
107
+ },
108
+ legendPosition: {
109
+ top: diameter + LEGEND_TOP_PADDING,
110
+ left: 0
111
+ }
112
+ }
113
+ },
114
+ _: function (width) {
115
+ return {
116
+ bounds: {
117
+ top: 20,
118
+ bottom: 20,
119
+ left: 20,
120
+ right: LEGEND_WIDTH,
121
+ height: 20 + 20 + PIE_DIAMETER
122
+ },
123
+ pieRadius: PIE_DIAMETER / 2,
124
+ piePosition: {
125
+ top: 0,
126
+ left: width / 2 - (PIE_DIAMETER + LEGEND_LEFT_PADDING + LEGEND_WIDTH) / 2
127
+ },
128
+ legendPosition: {
129
+ top: PIE_DIAMETER / 2 - LEGEND_HEIGHT / 2,
130
+ left: PIE_DIAMETER + LEGEND_LEFT_PADDING
131
+ }
132
+ }
133
+ }
134
+ });
135
+
136
+
137
+ /* Shortcuts
138
+ ----------------------------------------------- */
139
+ var vAcc = sszvis.prop('value');
140
+ var cAcc = sszvis.prop('category');
141
+
142
+
143
+ /* Application state
144
+ ----------------------------------------------- */
145
+ var state = {
146
+ data: [],
147
+ totalValue: 0,
148
+ categories: [],
149
+ selection: []
150
+ };
151
+
152
+
153
+ /* State transitions
154
+ ----------------------------------------------- */
155
+ var actions = {
156
+ prepareState: function (data) {
157
+ state.data = data;
158
+ state.totalValue = d3.sum(state.data, vAcc);
159
+ state.categories = sszvis.set(state.data, cAcc);
160
+ render(state);
161
+ },
162
+
163
+ showTooltip: function (datum) {
164
+ state.selection = [datum];
165
+ render(state);
166
+ },
167
+
168
+ hideTooltip: function () {
169
+ state.selection = [];
170
+ render(state);
171
+ },
172
+
173
+ resize: function () { render(state); }
174
+ };
175
+
176
+
177
+ /* Data initialization
178
+ ----------------------------------------------- */
179
+ d3.csv(config.dataPath)
180
+ .row(function (d) {
181
+ return {
182
+ category: d[config.categoryColumn],
183
+ value: sszvis.parseNumber(d[config.valueColumn])
184
+ };
185
+ })
186
+ .get(function (error, data) {
187
+ if (error) {
188
+ sszvis.loadError(error);
189
+ return;
190
+ }
191
+ actions.prepareState(data);
192
+ });
193
+
194
+
195
+ /* Render
196
+ ----------------------------------------------- */
197
+ function render(state) {
198
+ var props = queryProps(sszvis.measureDimensions(PieChartFourCatParams.id));
199
+ var bounds = sszvis.bounds(props.layout.bounds, PieChartFourCatParams.id);
200
+
201
+
202
+ // Scales
203
+
204
+ var aScale = d3.scaleLinear()
205
+ .domain([0, state.totalValue])
206
+ .range([0, 2 * Math.PI]);
207
+
208
+ // CONFIG
209
+ //choose color scale depending on number of categories
210
+ var cScale = state.categories.length > 6 ? sszvis.scaleQual12() : sszvis.scaleQual6();
211
+ cScale.domain(state.categories);
212
+
213
+
214
+ // Layers
215
+
216
+ var chartLayer = sszvis.createSvgLayer(PieChartFourCatParams.id, bounds, {
217
+ title: config.title,
218
+ description: config.description
219
+ })
220
+ .datum(state.data);
221
+
222
+ var tooltipLayer = sszvis.createHtmlLayer(PieChartFourCatParams.id, bounds)
223
+ .datum(state.selection);
224
+
225
+
226
+ // Components
227
+
228
+ var pieMaker = sszvis.pie()
229
+ .radius(props.layout.pieRadius)
230
+ .angle(sszvis.compose(aScale, vAcc))
231
+ .fill(sszvis.compose(cScale, cAcc));
232
+
233
+ var colorLegend = sszvis.legendColorOrdinal()
234
+ .scale(cScale)
235
+ .rows(state.categories.length)
236
+ .orientation('vertical');
237
+
238
+ var headerText = sszvis.modularTextHTML()
239
+ .bold(sszvis.compose(sszvis.formatFractionPercent, function (d) { return vAcc(d) / state.totalValue; }));
240
+
241
+ var tooltip = sszvis.tooltip()
242
+ .renderInto(tooltipLayer)
243
+ .header(headerText)
244
+ .visible(isSelected);
245
+
246
+
247
+ // Rendering
248
+
249
+ chartLayer
250
+ .attr('transform', sszvis.translateString(props.layout.piePosition.left, props.layout.piePosition.top));
251
+
252
+ var pie = chartLayer.selectGroup('piechart')
253
+ .call(pieMaker);
254
+
255
+ pie.selectAll('[data-tooltip-anchor]')
256
+ .call(tooltip);
257
+
258
+ chartLayer.selectGroup('colorLegend')
259
+ .attr('transform', function () {
260
+ return sszvis.translateString(props.layout.legendPosition.left, props.layout.legendPosition.top);
261
+ })
262
+ .call(colorLegend);
263
+
264
+
265
+ // Interaction
266
+
267
+ var interactionLayer = sszvis.panning()
268
+ .elementSelector('.sszvis-path')
269
+ .on('start', actions.showTooltip)
270
+ .on('pan', actions.showTooltip)
271
+ .on('end', actions.hideTooltip);
272
+
273
+ pie.call(interactionLayer);
274
+
275
+ sszvis.viewport.on('resize', actions.resize);
276
+ }
277
+
278
+
279
+ /* Helper functions
280
+ ----------------------------------------------- */
281
+ function isSelected(d) {
282
+ return sszvis.contains(state.selection, d);
283
+ }
284
+
285
+ })(libs.d3, libs.sszvis, libs.topojson, PieChartFourCatParams);
286
+ }
287
+ };
@@ -4,6 +4,9 @@
4
4
  /*
5
5
  * Base
6
6
  */
7
+ /**
8
+ * Flyingfocus
9
+ */
7
10
  /**
8
11
  * Link
9
12
  */
@@ -4,6 +4,9 @@
4
4
  /*
5
5
  * Base
6
6
  */
7
+ /**
8
+ * Flyingfocus
9
+ */
7
10
  /**
8
11
  * Link
9
12
  */
@@ -4,6 +4,9 @@
4
4
  /*
5
5
  * Base
6
6
  */
7
+ /**
8
+ * Flyingfocus
9
+ */
7
10
  /**
8
11
  * Link
9
12
  */
@@ -164,27 +167,6 @@
164
167
  --hover-counter-color: var(--stzh-color-white48);
165
168
  --hover-icon-color: var(--stzh-color-white);
166
169
  }
167
- :host[variant=filter][invert]:not([invert=false]):not([disabled]) {
168
- --color: var(--stzh-color-white);
169
- --border: 0.0625rem solid var(--stzh-color-white);
170
- --remove-color: var(--stzh-color-white);
171
- --background-color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
172
- --counter-color: var(--stzh-color-white48);
173
- --icon-color: var(--stzh-color-white);
174
- --hover-color: var(--stzh-color-white);
175
- --hover-border: 0.0625rem solid transparent;
176
- --hover-background-color: var(--stzh-color-primary48);
177
- --hover-remove-color: var(--stzh-color-white);
178
- --hover-remove-background-color: var(--stzh-color-primary48);
179
- --hover-counter-color: var(--stzh-color-white48);
180
- --hover-icon-color: var(--stzh-color-white);
181
- }
182
- :host[variant=filter][invert]:not([invert=false])[active]:not([active=false]):not([disabled]) {
183
- --border: 0.0625rem solid transparent;
184
- --background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
185
- --hover-background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
186
- --hover-remove-background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
187
- }
188
170
  :host[disabled]:not([disabled=false]) {
189
171
  --color: var(--stzh-color-grey25);
190
172
  --border: 0.0625rem solid var(--stzh-base-border-color);
@@ -229,6 +211,7 @@
229
211
  border: var(--border);
230
212
  background-color: var(--background-color);
231
213
  transition: all var(--stzh-base-transition-animation-speed);
214
+ text-decoration: none;
232
215
  }
233
216
  .stzh-chip__icon-wrapper {
234
217
  display: flex;
@@ -1,4 +1,4 @@
1
- import { Host, h } from "@stencil/core";
1
+ import { Host, h, Fragment } from "@stencil/core";
2
2
  /**
3
3
  * @slot - Slot for label
4
4
  * @slot icon - Slot for icon
@@ -43,6 +43,8 @@ export class StzhChip {
43
43
  };
44
44
  this.label = "";
45
45
  this.icon = "";
46
+ this.href = "";
47
+ this.target = "";
46
48
  this.removable = false;
47
49
  this.variant = "tag";
48
50
  this.size = "default";
@@ -51,7 +53,6 @@ export class StzhChip {
51
53
  this.removeLabel = "";
52
54
  this.active = false;
53
55
  this.disabled = false;
54
- this.invert = false;
55
56
  this.a11yLabel = undefined;
56
57
  this.a11yDescribedby = "";
57
58
  }
@@ -59,6 +60,13 @@ export class StzhChip {
59
60
  async setFocus() {
60
61
  this.chip.focus();
61
62
  }
63
+ renderInner() {
64
+ return (h(Fragment, null, h("div", { class: "stzh-chip__icon-wrapper" }, this.icon ?
65
+ h("stzh-icon", { class: "stzh-chip__icon", name: this.icon })
66
+ :
67
+ h("slot", { name: "icon" })), h("div", { class: "stzh-chip__label" }, this.label ? this.label : h("slot", null)), this.counter &&
68
+ h("div", { class: "stzh-chip__counter" }, this.counter)));
69
+ }
62
70
  render() {
63
71
  const classes = {
64
72
  "stzh-chip": true,
@@ -71,11 +79,10 @@ export class StzhChip {
71
79
  [`stzh-chip--${this.variant}`]: !!this.variant
72
80
  };
73
81
  return (h(Host, null, h("div", { class: classes }, this.removable &&
74
- h("button", { class: "stzh-chip__remove", onClick: this.onRemoveClick, disabled: this.disabled, "aria-label": this.removeLabel, type: "button" }, h("stzh-icon", { class: "stzh-chip__remove-icon", name: "close" })), h("button", { class: "stzh-chip__button", onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur, disabled: this.disabled, type: "button", "aria-label": this.a11yLabel, "aria-describedby": this.a11yDescribedby }, h("div", { class: "stzh-chip__icon-wrapper" }, this.icon ?
75
- h("stzh-icon", { class: "stzh-chip__icon", name: this.icon })
82
+ h("button", { class: "stzh-chip__remove", onClick: this.onRemoveClick, disabled: this.disabled, "aria-label": this.removeLabel, type: "button" }, h("stzh-icon", { class: "stzh-chip__remove-icon", name: "close" })), this.href ?
83
+ h("a", { class: "stzh-chip__button", href: this.disabled ? null : this.href, target: this.target, "aria-label": this.a11yLabel, "aria-describedby": this.a11yDescribedby, onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur }, this.renderInner())
76
84
  :
77
- h("slot", { name: "icon" })), h("div", { class: "stzh-chip__label" }, this.label ? this.label : h("slot", null)), this.counter &&
78
- h("div", { class: "stzh-chip__counter" }, this.counter)))));
85
+ h("button", { class: "stzh-chip__button", disabled: this.disabled, type: "button", "aria-label": this.a11yLabel, "aria-describedby": this.a11yDescribedby, onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur }, this.renderInner()))));
79
86
  }
80
87
  static get is() { return "stzh-chip"; }
81
88
  static get encapsulation() { return "scoped"; }
@@ -127,6 +134,42 @@ export class StzhChip {
127
134
  "reflect": false,
128
135
  "defaultValue": "\"\""
129
136
  },
137
+ "href": {
138
+ "type": "string",
139
+ "mutable": false,
140
+ "complexType": {
141
+ "original": "string",
142
+ "resolved": "string",
143
+ "references": {}
144
+ },
145
+ "required": false,
146
+ "optional": false,
147
+ "docs": {
148
+ "tags": [],
149
+ "text": "`href` if the chip should be used as link"
150
+ },
151
+ "attribute": "href",
152
+ "reflect": false,
153
+ "defaultValue": "\"\""
154
+ },
155
+ "target": {
156
+ "type": "string",
157
+ "mutable": false,
158
+ "complexType": {
159
+ "original": "string",
160
+ "resolved": "string",
161
+ "references": {}
162
+ },
163
+ "required": false,
164
+ "optional": false,
165
+ "docs": {
166
+ "tags": [],
167
+ "text": "Target if the button is used as link (if `href` used)"
168
+ },
169
+ "attribute": "target",
170
+ "reflect": false,
171
+ "defaultValue": "\"\""
172
+ },
130
173
  "removable": {
131
174
  "type": "boolean",
132
175
  "mutable": false,
@@ -271,24 +314,6 @@ export class StzhChip {
271
314
  "reflect": true,
272
315
  "defaultValue": "false"
273
316
  },
274
- "invert": {
275
- "type": "boolean",
276
- "mutable": false,
277
- "complexType": {
278
- "original": "boolean",
279
- "resolved": "boolean",
280
- "references": {}
281
- },
282
- "required": false,
283
- "optional": false,
284
- "docs": {
285
- "tags": [],
286
- "text": "Invert (only available for tag variant)"
287
- },
288
- "attribute": "invert",
289
- "reflect": true,
290
- "defaultValue": "false"
291
- },
292
317
  "a11yLabel": {
293
318
  "type": "string",
294
319
  "mutable": false,
@@ -38,15 +38,6 @@ Filter.args = {
38
38
  icon: 'bulleted-list'
39
39
  };
40
40
 
41
- export const FilterInverted = Template.bind({});
42
- FilterInverted.args = {
43
- variant: 'filter',
44
- label: 'Topic Tag',
45
- counter: '00',
46
- icon: 'bulleted-list',
47
- invert: true
48
- };
49
-
50
41
  export const Tag = Template.bind({});
51
42
  Tag.args = {
52
43
  label: 'Topic Tag',
@@ -4,6 +4,9 @@
4
4
  /*
5
5
  * Base
6
6
  */
7
+ /**
8
+ * Flyingfocus
9
+ */
7
10
  /**
8
11
  * Link
9
12
  */
@@ -4,6 +4,9 @@
4
4
  /*
5
5
  * Base
6
6
  */
7
+ /**
8
+ * Flyingfocus
9
+ */
7
10
  /**
8
11
  * Link
9
12
  */