@baloise/ds-core 20.0.0-next.4 → 20.0.0-next.7

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 (1040) hide show
  1. package/LICENSE +9 -0
  2. package/components/all.d.ts +58 -0
  3. package/components/all.js +87 -0
  4. package/components/ds-accordion.js +1 -1
  5. package/components/ds-alert-container.js +1 -1
  6. package/components/ds-app.js +1 -1
  7. package/components/ds-badge.js +1 -1
  8. package/components/ds-button-group.js +1 -1
  9. package/components/ds-button.js +1 -1
  10. package/components/ds-card-actions.js +1 -1
  11. package/components/ds-card-content.js +1 -1
  12. package/components/ds-card-header.js +1 -1
  13. package/components/ds-card-subtitle.js +1 -1
  14. package/components/ds-card-title.js +1 -1
  15. package/components/ds-card.js +1 -1
  16. package/components/ds-carousel-item.d.ts +11 -0
  17. package/components/ds-carousel-item.js +4 -0
  18. package/components/ds-carousel.d.ts +11 -0
  19. package/components/ds-carousel.js +4 -0
  20. package/components/ds-checkbox-group.js +1 -1
  21. package/components/ds-checkbox.js +1 -1
  22. package/components/ds-close.js +1 -1
  23. package/components/ds-content.js +1 -1
  24. package/components/ds-data-item.d.ts +11 -0
  25. package/components/ds-data-item.js +4 -0
  26. package/components/ds-data-label.d.ts +11 -0
  27. package/components/ds-data-label.js +4 -0
  28. package/components/ds-data-value.d.ts +11 -0
  29. package/components/ds-data-value.js +4 -0
  30. package/components/ds-data.d.ts +11 -0
  31. package/components/ds-data.js +4 -0
  32. package/components/ds-date.d.ts +11 -0
  33. package/components/ds-date.js +4 -0
  34. package/components/ds-divider.js +1 -1
  35. package/components/ds-drawer.d.ts +11 -0
  36. package/components/ds-drawer.js +4 -0
  37. package/components/ds-file-upload.d.ts +11 -0
  38. package/components/ds-file-upload.js +4 -0
  39. package/components/ds-footer.d.ts +11 -0
  40. package/components/ds-footer.js +4 -0
  41. package/components/ds-heading.js +1 -1
  42. package/components/ds-hint-text.d.ts +11 -0
  43. package/components/ds-hint-text.js +4 -0
  44. package/components/ds-hint-title.d.ts +11 -0
  45. package/components/ds-hint-title.js +4 -0
  46. package/components/ds-hint.d.ts +11 -0
  47. package/components/ds-hint.js +4 -0
  48. package/components/ds-icon.js +1 -1
  49. package/components/ds-input-slider.d.ts +11 -0
  50. package/components/ds-input-slider.js +4 -0
  51. package/components/ds-input.js +1 -1
  52. package/components/ds-item.js +1 -1
  53. package/components/ds-label.js +1 -1
  54. package/components/ds-list.js +1 -1
  55. package/components/ds-logo.js +1 -1
  56. package/components/ds-modal-body.d.ts +11 -0
  57. package/components/ds-modal-body.js +4 -0
  58. package/components/ds-modal-header.d.ts +11 -0
  59. package/components/ds-modal-header.js +4 -0
  60. package/components/ds-modal.d.ts +11 -0
  61. package/components/ds-modal.js +4 -0
  62. package/components/ds-navbar.d.ts +11 -0
  63. package/components/ds-navbar.js +4 -0
  64. package/components/ds-notification.js +1 -1
  65. package/components/ds-number-input.js +1 -1
  66. package/components/ds-pagination.js +1 -1
  67. package/components/ds-popup.d.ts +11 -0
  68. package/components/ds-popup.js +4 -0
  69. package/components/ds-progress-bar.js +1 -1
  70. package/components/ds-radio-group.js +1 -1
  71. package/components/ds-radio.js +1 -1
  72. package/components/ds-segment-item.js +1 -1
  73. package/components/ds-segment.js +1 -1
  74. package/components/ds-select-optgroup.d.ts +11 -0
  75. package/components/ds-select-optgroup.js +4 -0
  76. package/components/ds-select-option.d.ts +11 -0
  77. package/components/ds-select-option.js +4 -0
  78. package/components/ds-select.d.ts +11 -0
  79. package/components/ds-select.js +4 -0
  80. package/components/ds-shape.js +1 -1
  81. package/components/ds-snackbar.js +1 -1
  82. package/components/ds-spinner.js +1 -1
  83. package/components/ds-stack.js +1 -1
  84. package/components/ds-step-panel.d.ts +11 -0
  85. package/components/ds-step-panel.js +4 -0
  86. package/components/ds-step.d.ts +11 -0
  87. package/components/ds-step.js +4 -0
  88. package/components/ds-steps.d.ts +11 -0
  89. package/components/ds-steps.js +4 -0
  90. package/components/ds-tab-panel.d.ts +11 -0
  91. package/components/ds-tab-panel.js +4 -0
  92. package/components/ds-tab.d.ts +11 -0
  93. package/components/ds-tab.js +4 -0
  94. package/components/ds-tabs.d.ts +11 -0
  95. package/components/ds-tabs.js +4 -0
  96. package/components/ds-tag-group.js +1 -1
  97. package/components/ds-tag.js +1 -1
  98. package/components/ds-text.js +1 -1
  99. package/components/ds-textarea.js +1 -1
  100. package/components/ds-toast.js +1 -1
  101. package/components/ds-toggle.js +1 -1
  102. package/components/ds-tooltip.d.ts +11 -0
  103. package/components/ds-tooltip.js +4 -0
  104. package/components/index.js +1 -1
  105. package/components/p--EKmxaBS.js +4 -0
  106. package/components/p-3Mi9vpmB.js +4 -0
  107. package/components/p-ABj0eATe.js +4 -0
  108. package/components/p-B-en4B17.js +4 -0
  109. package/components/p-BgzU1loG.js +4 -0
  110. package/components/p-BhbWmCTu.js +4 -0
  111. package/components/p-BqY0KzJC.js +4 -0
  112. package/components/p-BrIcCcce.js +4 -0
  113. package/components/p-BrJFPhMA.js +4 -0
  114. package/components/{p-Urcs7-vS.js → p-BwfAXfmz.js} +1 -1
  115. package/components/p-BwwAKEvn.js +4 -0
  116. package/components/p-ByX1_7SF.js +4 -0
  117. package/components/p-C1jqbZdf.js +4 -0
  118. package/{dist/design-system/p-15bc012833.entry.js → components/p-CA7G72wZ.js} +1 -1
  119. package/components/p-CQHwI4iD.js +4 -0
  120. package/components/p-CWDuQL1i.js +4 -0
  121. package/components/p-CvaNxQtw.js +4 -0
  122. package/components/p-D5zw5ezD.js +4 -0
  123. package/components/p-D9ILiUgm.js +4 -0
  124. package/{dist/design-system/p-BATOumsf.js → components/p-D9YYP2SG.js} +1 -1
  125. package/components/p-DAYd9ty0.js +4 -0
  126. package/components/p-DIK6Zkg6.js +4 -0
  127. package/{dist/design-system/p-BkESlUMc.js → components/p-DQBzmbR6.js} +1 -1
  128. package/components/p-DSeYzuO7.js +4 -0
  129. package/components/{p-z1jJgtep.js → p-DU7t9H9h.js} +1 -1
  130. package/components/p-DY0y8uLL.js +4 -0
  131. package/components/p-DYTOWDAA.js +4 -0
  132. package/components/p-DYlqkAWn.js +4 -0
  133. package/components/p-DbM7ALm9.js +14 -0
  134. package/{dist/design-system/p-D2tr7015.js → components/p-DbY6Pfeh.js} +1 -1
  135. package/components/{p-DZqqelPH.js → p-DcSNuA8W.js} +1 -1
  136. package/components/p-DenZRIeA.js +4 -0
  137. package/{dist/design-system/p-BwrOVItb.js → components/p-Dr4MUfss.js} +1 -1
  138. package/components/p-Du7QOHtz.js +5 -0
  139. package/components/{p-E8U6M5ii.js → p-FBQaJyH0.js} +1 -1
  140. package/components/{p-Dr4dquer.js → p-J0mxIuTt.js} +1 -1
  141. package/{dist/design-system/p-DJxr2Dcd.js → components/p-UCeQ1JCs.js} +1 -1
  142. package/components/p-Uy_dVz21.js +4 -0
  143. package/components/p-VsWv65bD.js +4 -0
  144. package/components/p-WO0X5Vmy.js +4 -0
  145. package/components/p-gz0Nxl39.js +4 -0
  146. package/components/{p-Bt20CEww.js → p-n3_2KEz0.js} +1 -1
  147. package/components/p-qaSW94OG.js +4 -0
  148. package/components/p-u5aa74vh.js +4 -0
  149. package/dist/cjs/{_getTag-B468r9bu.js → _getTag-DxZgmSPS.js} +1 -1
  150. package/dist/cjs/array-CYn4ALBt.js +1986 -0
  151. package/dist/cjs/{breakpoints.decorator-qaoHOU6Q.js → breakpoints.decorator-DY5iYsA5.js} +1 -1
  152. package/dist/cjs/{breakpoints.subject-DhAN_ZAn.js → breakpoints.subject-CzhLlIwN.js} +3 -3
  153. package/dist/cjs/{button.interfaces-BueDWsuH.js → button.interfaces-CqlUGR-N.js} +1 -1
  154. package/dist/cjs/carousel.interfaces-BFQpUNrw.js +12 -0
  155. package/dist/cjs/{config.decorator-Qmrq4ZYj.js → config.decorator-C64wi-MA.js} +1 -1
  156. package/dist/cjs/{config.utils-Cv4cx_Xa.js → config.utils-BhWbrVRz.js} +1 -1
  157. package/dist/cjs/create-validator-decorator-Ctd288ve.js +212 -0
  158. package/dist/cjs/design-system.cjs.js +3 -3
  159. package/dist/cjs/{device-CptgCtVc.js → device-CIliLOe9.js} +1 -1
  160. package/dist/cjs/ds-accordion.cjs.entry.js +30 -34
  161. package/dist/cjs/ds-alert-container.cjs.entry.js +12 -15
  162. package/dist/cjs/ds-app.cjs.entry.js +16 -6
  163. package/dist/cjs/ds-badge.cjs.entry.js +33 -26
  164. package/dist/cjs/ds-button-group.cjs.entry.js +14 -17
  165. package/dist/cjs/ds-button_2.cjs.entry.js +58 -73
  166. package/dist/cjs/ds-card-actions.cjs.entry.js +6 -8
  167. package/dist/cjs/ds-card-content.cjs.entry.js +3 -3
  168. package/dist/cjs/ds-card-header.cjs.entry.js +8 -5
  169. package/dist/cjs/ds-card-subtitle.cjs.entry.js +13 -13
  170. package/dist/cjs/ds-card-title.cjs.entry.js +11 -7
  171. package/dist/cjs/ds-card.cjs.entry.js +32 -43
  172. package/dist/cjs/ds-carousel-item.cjs.entry.js +128 -0
  173. package/dist/cjs/ds-carousel.cjs.entry.js +473 -0
  174. package/dist/cjs/ds-checkbox-group.cjs.entry.js +60 -2013
  175. package/dist/cjs/ds-checkbox.cjs.entry.js +33 -20
  176. package/dist/cjs/ds-content_2.cjs.entry.js +330 -0
  177. package/dist/cjs/ds-data-item.cjs.entry.js +146 -0
  178. package/dist/cjs/ds-data-label.cjs.entry.js +41 -0
  179. package/dist/cjs/ds-data-value.cjs.entry.js +31 -0
  180. package/dist/cjs/ds-data.cjs.entry.js +43 -0
  181. package/dist/cjs/ds-date.cjs.entry.js +5334 -0
  182. package/dist/cjs/{ds-logo.cjs.entry.js → ds-divider_2.cjs.entry.js} +130 -25
  183. package/dist/cjs/ds-drawer_2.cjs.entry.js +602 -0
  184. package/dist/cjs/ds-file-upload.cjs.entry.js +516 -0
  185. package/dist/cjs/ds-footer.cjs.entry.js +159 -0
  186. package/dist/cjs/ds-heading.cjs.entry.js +22 -20
  187. package/dist/cjs/ds-hint-text.cjs.entry.js +28 -0
  188. package/dist/cjs/ds-hint-title.cjs.entry.js +31 -0
  189. package/dist/cjs/ds-hint.cjs.entry.js +243 -0
  190. package/dist/cjs/ds-icon_2.cjs.entry.js +82 -73
  191. package/dist/cjs/ds-input-slider.cjs.entry.js +2885 -0
  192. package/dist/cjs/ds-input.cjs.entry.js +45 -43
  193. package/dist/cjs/ds-item.cjs.entry.js +29 -34
  194. package/dist/cjs/ds-label.cjs.entry.js +23 -31
  195. package/dist/cjs/ds-list.cjs.entry.js +6 -12
  196. package/dist/cjs/ds-modal-body.cjs.entry.js +34 -0
  197. package/dist/cjs/ds-modal-header.cjs.entry.js +31 -0
  198. package/dist/cjs/ds-modal.cjs.entry.js +201 -0
  199. package/dist/cjs/ds-navbar.cjs.entry.js +359 -0
  200. package/dist/cjs/ds-notification.cjs.entry.js +20 -28
  201. package/dist/cjs/ds-number-input.cjs.entry.js +107 -119
  202. package/dist/cjs/ds-pagination.cjs.entry.js +41 -37
  203. package/dist/cjs/ds-progress-bar.cjs.entry.js +25 -29
  204. package/dist/cjs/ds-radio-group.cjs.entry.js +48 -30
  205. package/dist/cjs/ds-radio.cjs.entry.js +36 -34
  206. package/dist/cjs/ds-segment-item.cjs.entry.js +9 -9
  207. package/dist/cjs/ds-segment.cjs.entry.js +29 -117
  208. package/dist/cjs/ds-select-optgroup.cjs.entry.js +49 -0
  209. package/dist/cjs/ds-select-option.cjs.entry.js +57 -0
  210. package/dist/cjs/ds-select.cjs.entry.js +2772 -0
  211. package/dist/cjs/ds-shape.cjs.entry.js +10 -16
  212. package/dist/cjs/ds-snackbar.cjs.entry.js +41 -58
  213. package/dist/cjs/ds-step-panel.cjs.entry.js +55 -0
  214. package/dist/cjs/ds-step.cjs.entry.js +170 -0
  215. package/dist/cjs/ds-steps.cjs.entry.js +227 -0
  216. package/dist/cjs/ds-tab-panel.cjs.entry.js +55 -0
  217. package/dist/cjs/ds-tab.cjs.entry.js +120 -0
  218. package/dist/cjs/ds-tabs.cjs.entry.js +364 -0
  219. package/dist/cjs/ds-tag-group.cjs.entry.js +3 -3
  220. package/dist/cjs/ds-tag.cjs.entry.js +19 -26
  221. package/dist/cjs/ds-text.cjs.entry.js +29 -33
  222. package/dist/cjs/ds-textarea.cjs.entry.js +32 -31
  223. package/dist/cjs/ds-toast.cjs.entry.js +41 -55
  224. package/dist/cjs/ds-toggle.cjs.entry.js +22 -21
  225. package/dist/cjs/ds-tooltip.cjs.entry.js +182 -0
  226. package/dist/cjs/{field.util-RjuvTLNZ.js → field.util-g9nhtuZH.js} +1 -1
  227. package/dist/cjs/floating-ui.dom-Cu3dZdFD.js +1628 -0
  228. package/dist/cjs/focus-BUszBnbl.js +1958 -0
  229. package/dist/cjs/footer.i18n-CpGxizgm.js +162 -0
  230. package/dist/cjs/{form-control-Bno2tBGf.js → form-control-B4Qf8fg-.js} +2 -2
  231. package/dist/cjs/has-value-rj502MLA.js +12 -0
  232. package/dist/cjs/{index-CdD-TT_n.js → index-CqInh7Vc.js} +502 -175
  233. package/dist/cjs/index.cjs.js +26 -8283
  234. package/dist/cjs/isArray-DvQst6zQ.js +42 -0
  235. package/dist/cjs/isNaN-DOSPWDkt.js +106 -0
  236. package/dist/cjs/{isObjectLike-h-ta_ikf.js → isObjectLike-BNz6hnAu.js} +0 -37
  237. package/dist/cjs/keyboard-C7y0jXYb.js +23 -0
  238. package/dist/cjs/{listener-DgVWqfa1.js → listener-1PZJDuOW.js} +1 -1
  239. package/dist/cjs/loader.cjs.js +2 -2
  240. package/dist/cjs/luxon-q23LOWrr.js +8137 -0
  241. package/dist/cjs/one-of-BotLfpAZ.js +30 -0
  242. package/dist/cjs/popup.interfaces-B-mwd9rh.js +23 -0
  243. package/dist/cjs/required-BAhZ8oRM.js +38 -0
  244. package/dist/cjs/resize.decorator-Sqefy8ta.js +98 -0
  245. package/dist/cjs/scroll--5tnvpG1.js +89 -0
  246. package/dist/cjs/svg-D9RbiR8R.js +2443 -0
  247. package/dist/cjs/{tslib.es6-BTi-SLnA.js → tslib.es6-BIB10hMZ.js} +1 -1
  248. package/dist/cjs/type-Br_NbeTX.js +33 -0
  249. package/dist/collection/collection-manifest.json +31 -2
  250. package/dist/collection/components/accordion/accordion.host.css +1 -1
  251. package/dist/collection/components/accordion/accordion.js +22 -29
  252. package/dist/collection/components/alert/alert-container.js +8 -14
  253. package/dist/collection/components/alert/alert.controller.js +1 -1
  254. package/dist/collection/components/alert/snackbar/snackbar.host.css +1 -1
  255. package/dist/collection/components/alert/snackbar/snackbar.js +30 -53
  256. package/dist/collection/components/alert/toast/toast.host.css +1 -1
  257. package/dist/collection/components/alert/toast/toast.js +32 -53
  258. package/dist/collection/components/app/app.js +11 -3
  259. package/dist/collection/components/badge/badge.host.css +1 -1
  260. package/dist/collection/components/badge/badge.interfaces.js +1 -1
  261. package/dist/collection/components/badge/badge.js +28 -25
  262. package/dist/collection/components/button/button-group/button-group.js +8 -14
  263. package/dist/collection/components/button/button.host.css +1 -1
  264. package/dist/collection/components/button/button.interfaces.js +1 -1
  265. package/dist/collection/components/button/button.js +44 -54
  266. package/dist/collection/components/card/card-actions/card-actions.js +3 -6
  267. package/dist/collection/components/card/card-content/card-content.host.css +1 -1
  268. package/dist/collection/components/card/card-header/card-header.js +4 -3
  269. package/dist/collection/components/card/card-subtitle/card-subtitle.js +8 -11
  270. package/dist/collection/components/card/card-title/card-title.js +6 -5
  271. package/dist/collection/components/card/card.host.css +1 -1
  272. package/dist/collection/components/card/card.js +30 -42
  273. package/dist/collection/components/carousel/carousel/carousel.host.css +1 -0
  274. package/dist/collection/components/carousel/carousel/carousel.i18n.js +65 -0
  275. package/dist/collection/components/carousel/carousel/carousel.js +631 -0
  276. package/dist/collection/components/carousel/carousel-item/carousel-item.host.css +1 -0
  277. package/dist/collection/components/carousel/carousel-item/carousel-item.js +313 -0
  278. package/dist/collection/components/carousel/carousel.interfaces.js +6 -0
  279. package/dist/collection/components/carousel/test/carousel.a11y.play.js +34 -0
  280. package/dist/collection/components/carousel/test/carousel.component.play.js +57 -0
  281. package/dist/collection/components/carousel/test/carousel.visual.play.js +24 -0
  282. package/dist/collection/components/checkbox/checkbox-group/checkbox-group.host.css +1 -1
  283. package/dist/collection/components/checkbox/checkbox-group/checkbox-group.js +63 -27
  284. package/dist/collection/components/checkbox/checkbox.host.css +1 -1
  285. package/dist/collection/components/checkbox/checkbox.js +47 -18
  286. package/dist/collection/components/checkbox/test/checkbox.visual.play.js +3 -0
  287. package/dist/collection/components/close/close.js +10 -21
  288. package/dist/collection/components/content/content.js +38 -52
  289. package/dist/collection/components/data/data-item.host.css +1 -0
  290. package/dist/collection/components/data/data-item.i18n.js +35 -0
  291. package/dist/collection/components/data/data-item.js +244 -0
  292. package/dist/collection/components/data/data-label.host.css +1 -0
  293. package/dist/collection/components/data/data-label.js +72 -0
  294. package/dist/collection/components/data/data-value.host.css +1 -0
  295. package/dist/collection/components/data/data-value.js +38 -0
  296. package/dist/collection/components/data/data.host.css +1 -0
  297. package/dist/collection/components/data/data.js +75 -0
  298. package/dist/collection/components/data/test/data.a11y.play.js +31 -0
  299. package/dist/collection/components/data/test/data.component.play.js +104 -0
  300. package/dist/collection/components/data/test/data.visual.play.js +25 -0
  301. package/dist/collection/components/date/date.host.css +1 -0
  302. package/dist/collection/components/date/date.i18n.js +105 -0
  303. package/dist/collection/components/date/date.interfaces.js +4 -0
  304. package/dist/collection/components/date/date.js +1241 -0
  305. package/dist/collection/components/date/date.mask.js +189 -0
  306. package/dist/collection/components/date/date.picker.js +536 -0
  307. package/dist/collection/components/date/test/date.a11y.play.js +27 -0
  308. package/dist/collection/components/date/test/date.component.play.js +69 -0
  309. package/dist/collection/components/date/test/date.visual.play.js +43 -0
  310. package/dist/collection/components/divider/divider.host.css +1 -1
  311. package/dist/collection/components/divider/divider.js +11 -24
  312. package/dist/collection/components/drawer/drawer.host.css +1 -0
  313. package/dist/collection/{utils/property-checkers/constants.js → components/drawer/drawer.interfaces.js} +1 -1
  314. package/dist/collection/components/drawer/drawer.js +492 -0
  315. package/dist/collection/components/drawer/test/drawer.a11y.play.js +39 -0
  316. package/dist/collection/components/drawer/test/drawer.component.play.js +131 -0
  317. package/dist/collection/components/drawer/test/drawer.visual.play.js +31 -0
  318. package/dist/collection/components/file-upload/file-upload.host.css +1 -0
  319. package/dist/collection/components/file-upload/file-upload.i18n.js +55 -0
  320. package/dist/collection/components/file-upload/file-upload.interfaces.js +10 -0
  321. package/dist/collection/components/file-upload/file-upload.js +1030 -0
  322. package/dist/collection/components/file-upload/test/file-upload.a11y.play.js +52 -0
  323. package/dist/collection/components/file-upload/test/file-upload.component.play.js +124 -0
  324. package/dist/collection/components/file-upload/test/file-upload.visual.play.js +18 -0
  325. package/dist/collection/components/file-upload/utils/file-list.util.js +13 -0
  326. package/dist/collection/components/file-upload/utils/file-size.util.js +10 -0
  327. package/dist/collection/components/file-upload/utils/file-validation.util.js +48 -0
  328. package/dist/collection/components/footer/footer.host.css +1 -0
  329. package/dist/collection/components/footer/footer.i18n.js +155 -0
  330. package/dist/collection/components/footer/footer.interfaces.js +4 -0
  331. package/dist/collection/components/footer/footer.js +350 -0
  332. package/dist/collection/components/footer/test/footer.a11y.play.js +17 -0
  333. package/dist/collection/components/footer/test/footer.component.play.js +74 -0
  334. package/dist/collection/components/footer/test/footer.visual.play.js +16 -0
  335. package/dist/collection/components/form/test/form.visual.play.js +13 -1
  336. package/dist/collection/components/heading/heading.host.css +1 -1
  337. package/dist/collection/components/heading/heading.js +16 -17
  338. package/dist/collection/components/hint/hint-text/hint-text.js +28 -0
  339. package/dist/collection/components/hint/hint-title/hint-title.js +31 -0
  340. package/dist/collection/components/hint/hint.host.css +1 -0
  341. package/dist/collection/components/hint/hint.i18n.js +35 -0
  342. package/dist/collection/components/hint/hint.interfaces.js +1 -0
  343. package/dist/collection/components/hint/hint.js +410 -0
  344. package/dist/collection/components/hint/test/hint.a11y.play.js +41 -0
  345. package/dist/collection/components/hint/test/hint.component.play.js +110 -0
  346. package/dist/collection/components/hint/test/hint.visual.play.js +39 -0
  347. package/dist/collection/components/icon/icon.host.css +1 -1
  348. package/dist/collection/components/icon/icon.interfaces.js +1 -0
  349. package/dist/collection/components/icon/icon.js +73 -42
  350. package/dist/collection/components/icon/test/icon.component.play.js +23 -1
  351. package/dist/collection/components/input/clear-button.i18n.js +35 -0
  352. package/dist/collection/components/input/clear-button.util.js +11 -0
  353. package/dist/collection/components/input/input.host.css +1 -1
  354. package/dist/collection/components/input/input.js +36 -37
  355. package/dist/collection/components/input/test/input.component.play.js +1 -1
  356. package/dist/collection/components/input/trigger-button.i18n.js +45 -0
  357. package/dist/collection/components/input-slider/input-slider.host.css +1 -0
  358. package/dist/collection/components/input-slider/input-slider.interfaces.js +4 -0
  359. package/dist/collection/components/input-slider/input-slider.js +961 -0
  360. package/dist/collection/components/input-slider/input-slider.picker.js +124 -0
  361. package/dist/collection/components/input-slider/input-slider.utils.js +32 -0
  362. package/dist/collection/components/input-slider/test/input-slider.a11y.play.js +36 -0
  363. package/dist/collection/components/input-slider/test/input-slider.component.play.js +87 -0
  364. package/dist/collection/components/input-slider/test/input-slider.visual.play.js +27 -0
  365. package/dist/collection/components/label/label.host.css +1 -1
  366. package/dist/collection/components/label/label.js +16 -28
  367. package/dist/collection/components/list/item/item.host.css +1 -1
  368. package/dist/collection/components/list/item/item.interfaces.js +1 -1
  369. package/dist/collection/components/list/item/item.js +27 -34
  370. package/dist/collection/components/list/list.js +3 -10
  371. package/dist/collection/components/list/test/list.visual.play.js +30 -0
  372. package/dist/collection/components/logo/logo.js +11 -18
  373. package/dist/collection/components/modal/modal-body/modal-body.host.css +1 -0
  374. package/dist/collection/components/modal/modal-body/modal-body.js +41 -0
  375. package/dist/collection/components/modal/modal-header/modal-header.js +32 -0
  376. package/dist/collection/components/modal/modal.controller.js +31 -0
  377. package/dist/collection/components/modal/modal.host.css +1 -0
  378. package/dist/collection/components/modal/modal.interfaces.js +1 -0
  379. package/dist/collection/components/modal/modal.js +461 -0
  380. package/dist/collection/components/modal/test/modal.a11y.play.js +59 -0
  381. package/dist/collection/components/modal/test/modal.component.play.js +196 -0
  382. package/dist/collection/components/modal/test/modal.visual.play.js +36 -0
  383. package/dist/collection/components/navbar/navbar.host.css +1 -0
  384. package/dist/collection/components/navbar/navbar.i18n.js +65 -0
  385. package/dist/collection/components/navbar/navbar.interfaces.js +6 -0
  386. package/dist/collection/components/navbar/navbar.js +544 -0
  387. package/dist/collection/components/navbar/test/navbar.a11y.play.js +26 -0
  388. package/dist/collection/components/navbar/test/navbar.component.play.js +76 -0
  389. package/dist/collection/components/navbar/test/navbar.visual.play.js +14 -0
  390. package/dist/collection/components/notification/notification.host.css +1 -1
  391. package/dist/collection/components/notification/notification.js +14 -26
  392. package/dist/collection/components/number-input/number-input.host.css +1 -1
  393. package/dist/collection/components/number-input/number-input.js +23 -24
  394. package/dist/collection/components/pagination/pagination.host.css +1 -1
  395. package/dist/collection/components/pagination/pagination.js +29 -28
  396. package/dist/collection/components/popup/popup.host.css +1 -0
  397. package/dist/collection/components/popup/popup.interfaces.js +18 -0
  398. package/dist/collection/components/popup/popup.js +869 -0
  399. package/dist/collection/components/popup/test/popup.a11y.play.js +50 -0
  400. package/dist/collection/components/popup/test/popup.component.play.js +168 -0
  401. package/dist/collection/components/popup/test/popup.visual.play.js +33 -0
  402. package/dist/collection/components/progress-bar/progress-bar.host.css +1 -1
  403. package/dist/collection/components/progress-bar/progress-bar.js +13 -20
  404. package/dist/collection/components/radio/radio-group/radio-group.host.css +1 -1
  405. package/dist/collection/components/radio/radio-group/radio-group.js +60 -24
  406. package/dist/collection/components/radio/radio.host.css +1 -1
  407. package/dist/collection/components/radio/radio.js +48 -20
  408. package/dist/collection/components/radio/test/radio.visual.play.js +3 -0
  409. package/dist/collection/components/segment/segment/segment.host.css +1 -1
  410. package/dist/collection/components/segment/segment/segment.js +19 -20
  411. package/dist/collection/components/segment/segment-item.js +6 -7
  412. package/dist/collection/components/select/select-optgroup.host.css +1 -0
  413. package/dist/collection/components/select/select-optgroup.js +82 -0
  414. package/dist/collection/components/select/select-option.host.css +1 -0
  415. package/dist/collection/components/select/select-option.js +112 -0
  416. package/dist/collection/components/select/select.host.css +1 -0
  417. package/dist/collection/components/select/select.i18n.js +45 -0
  418. package/dist/collection/components/select/select.interfaces.js +4 -0
  419. package/dist/collection/components/select/select.js +1024 -0
  420. package/dist/collection/components/select/select.picker.js +276 -0
  421. package/dist/collection/components/select/test/select.a11y.play.js +81 -0
  422. package/dist/collection/components/select/test/select.component.play.js +184 -0
  423. package/dist/collection/components/select/test/select.visual.play.js +70 -0
  424. package/dist/collection/components/shape/shape.js +7 -14
  425. package/dist/collection/components/spinner/spinner.js +18 -26
  426. package/dist/collection/components/stack/stack.host.css +1 -1
  427. package/dist/collection/components/stack/stack.js +41 -153
  428. package/dist/collection/components/steps/step/step.host.css +1 -0
  429. package/dist/collection/components/steps/step/step.js +431 -0
  430. package/dist/collection/components/steps/step-panel/step-panel.host.css +1 -0
  431. package/dist/collection/components/steps/step-panel/step-panel.js +104 -0
  432. package/dist/collection/components/steps/steps/steps.host.css +1 -0
  433. package/dist/collection/components/steps/steps/steps.js +356 -0
  434. package/dist/collection/components/steps/steps.interfaces.js +4 -0
  435. package/dist/collection/components/steps/test/steps.a11y.play.js +73 -0
  436. package/dist/collection/components/steps/test/steps.component.play.js +182 -0
  437. package/dist/collection/components/steps/test/steps.visual.play.js +18 -0
  438. package/dist/collection/components/tabs/tab/tab.host.css +1 -0
  439. package/dist/collection/components/tabs/tab/tab.js +278 -0
  440. package/dist/collection/components/tabs/tab-panel/tab-panel.host.css +1 -0
  441. package/dist/collection/components/tabs/tab-panel/tab-panel.js +104 -0
  442. package/dist/collection/components/tabs/tabs/tabs.host.css +1 -0
  443. package/dist/collection/components/tabs/tabs/tabs.i18n.js +45 -0
  444. package/dist/collection/components/tabs/tabs/tabs.js +552 -0
  445. package/dist/collection/components/tabs/tabs.interfaces.js +12 -0
  446. package/dist/collection/components/tabs/test/tabs.a11y.play.js +60 -0
  447. package/dist/collection/components/tabs/test/tabs.component.play.js +129 -0
  448. package/dist/collection/components/tabs/test/tabs.visual.play.js +31 -0
  449. package/dist/collection/components/tag/tag-group/tag-group.js +1 -1
  450. package/dist/collection/components/tag/tag.js +15 -26
  451. package/dist/collection/components/text/text.host.css +1 -1
  452. package/dist/collection/components/text/text.js +23 -30
  453. package/dist/collection/components/textarea/textarea.host.css +1 -1
  454. package/dist/collection/components/textarea/textarea.js +24 -25
  455. package/dist/collection/components/time-input/test/time-input.visual.play.js +18 -0
  456. package/dist/collection/components/toggle/toggle.js +19 -20
  457. package/dist/collection/components/tooltip/test/tooltip.a11y.play.js +32 -0
  458. package/dist/collection/components/tooltip/test/tooltip.component.play.js +51 -0
  459. package/dist/collection/components/tooltip/test/tooltip.visual.play.js +16 -0
  460. package/dist/collection/components/tooltip/tooltip.host.css +1 -0
  461. package/dist/collection/components/tooltip/tooltip.interfaces.js +4 -0
  462. package/dist/collection/components/tooltip/tooltip.js +407 -0
  463. package/dist/collection/foundation/colors.visual.play.js +18 -0
  464. package/dist/collection/global/config/config.const.js +11 -0
  465. package/dist/collection/global/config/config.default.js +92 -42
  466. package/dist/collection/global/config/config.js +1 -1
  467. package/dist/collection/global/config/config.meta.js +27 -0
  468. package/dist/collection/global/config/index.js +1 -0
  469. package/dist/collection/global/config/initialize.js +2 -1
  470. package/dist/collection/global/constants/tags.constant.js +30 -1
  471. package/dist/collection/global/constants/version.constant.js +1 -1
  472. package/dist/collection/global/index.js +0 -1
  473. package/dist/collection/global/initialize.js +2 -0
  474. package/dist/collection/index.js +5 -20
  475. package/dist/collection/utils/attributes.js +0 -15
  476. package/dist/collection/utils/focus.js +72 -0
  477. package/dist/collection/utils/form-control.js +1 -1
  478. package/dist/collection/utils/has-value.js +7 -0
  479. package/dist/collection/utils/helpers.js +14 -74
  480. package/dist/collection/utils/index.js +7 -5
  481. package/dist/collection/utils/{property-checkers/is-value-empty.js → is-value-empty.js} +1 -1
  482. package/dist/collection/utils/number.js +6 -25
  483. package/dist/collection/utils/property-decorators/array-of.js +25 -0
  484. package/dist/collection/utils/property-decorators/bound.js +79 -0
  485. package/dist/collection/utils/property-decorators/create-validator-decorator.js +212 -0
  486. package/dist/collection/utils/property-decorators/date.js +24 -0
  487. package/dist/collection/utils/property-decorators/index.js +12 -0
  488. package/dist/collection/utils/property-decorators/iso-date.js +24 -0
  489. package/dist/collection/utils/property-decorators/one-of.js +25 -0
  490. package/dist/collection/utils/property-decorators/pattern.js +25 -0
  491. package/dist/collection/utils/property-decorators/required.js +44 -0
  492. package/dist/collection/utils/property-decorators/type.js +28 -0
  493. package/dist/collection/utils/property-decorators/url.js +32 -0
  494. package/dist/collection/utils/property-types.js +1 -0
  495. package/dist/collection/utils/svg.js +19 -0
  496. package/dist/design-system/design-system.esm.js +1 -1
  497. package/dist/design-system/index.esm.js +1 -1
  498. package/dist/design-system/p-00e6b1b780.entry.js +4 -0
  499. package/dist/design-system/p-0bf3d4d939.entry.js +4 -0
  500. package/dist/design-system/p-0ea6cdd218.entry.js +4 -0
  501. package/dist/design-system/p-0f2a87fa39.entry.js +4 -0
  502. package/dist/design-system/p-138be1f0cc.entry.js +4 -0
  503. package/dist/design-system/p-16b03e0b02.entry.js +4 -0
  504. package/dist/design-system/p-1750b3c4f1.entry.js +4 -0
  505. package/dist/design-system/p-1A9jKraP.js +4 -0
  506. package/dist/design-system/p-1b1e3ad99c.entry.js +4 -0
  507. package/dist/design-system/p-24c85e99f5.entry.js +4 -0
  508. package/dist/design-system/p-2b038255c5.entry.js +4 -0
  509. package/dist/design-system/p-2bb98dfa2f.entry.js +4 -0
  510. package/dist/design-system/p-2eb6067210.entry.js +4 -0
  511. package/dist/design-system/p-32e156bc72.entry.js +4 -0
  512. package/dist/design-system/p-3824068ae7.entry.js +4 -0
  513. package/dist/design-system/p-3aa3841834.entry.js +4 -0
  514. package/dist/design-system/p-3d2539929c.entry.js +4 -0
  515. package/dist/design-system/p-3d675c6507.entry.js +4 -0
  516. package/dist/design-system/p-3e3a6799d6.entry.js +4 -0
  517. package/dist/design-system/p-3e43fa2bc6.entry.js +4 -0
  518. package/dist/design-system/p-4284d6d646.entry.js +4 -0
  519. package/dist/design-system/{p-1d312498a6.entry.js → p-44981aaf8d.entry.js} +1 -1
  520. package/dist/design-system/p-4b2a59576c.entry.js +4 -0
  521. package/dist/design-system/p-4bfc094a03.entry.js +4 -0
  522. package/dist/design-system/p-53d9a40010.entry.js +4 -0
  523. package/dist/design-system/p-564ee4d78f.entry.js +4 -0
  524. package/dist/design-system/p-599a693db3.entry.js +4 -0
  525. package/dist/design-system/p-5a6c6959fa.entry.js +4 -0
  526. package/dist/design-system/p-5d4a5d0b61.entry.js +4 -0
  527. package/dist/design-system/p-5ded2b6438.entry.js +4 -0
  528. package/dist/design-system/p-5f1a8be21c.entry.js +4 -0
  529. package/dist/design-system/p-5f28436626.entry.js +4 -0
  530. package/dist/design-system/p-6c60833550.entry.js +4 -0
  531. package/dist/design-system/p-7246bfb9a0.entry.js +4 -0
  532. package/dist/design-system/p-77e7a6a068.entry.js +4 -0
  533. package/dist/design-system/p-78112e7b35.entry.js +4 -0
  534. package/dist/design-system/p-7ebdd14afc.entry.js +4 -0
  535. package/dist/design-system/p-7f42c18249.entry.js +4 -0
  536. package/dist/design-system/p-85bf3794f9.entry.js +4 -0
  537. package/dist/design-system/p-8a9d617f75.entry.js +4 -0
  538. package/dist/design-system/p-908e7b073a.entry.js +4 -0
  539. package/dist/design-system/p-9f9364d7df.entry.js +4 -0
  540. package/dist/design-system/p-B-en4B17.js +4 -0
  541. package/dist/design-system/p-B-v2Wm-V.js +5 -0
  542. package/dist/design-system/p-B8KVoKrH.js +5 -0
  543. package/dist/design-system/p-B8PCdo6e.js +4 -0
  544. package/dist/design-system/p-BAY6Z8bT.js +4 -0
  545. package/dist/design-system/{p-C7EnKCpl.js → p-BMM6Nxeh.js} +1 -1
  546. package/{components/p-Diz11uvt.js → dist/design-system/p-BPGfTrrM.js} +1 -1
  547. package/dist/design-system/p-BqY0KzJC.js +4 -0
  548. package/dist/design-system/p-BrJFPhMA.js +4 -0
  549. package/dist/design-system/p-C1jqbZdf.js +4 -0
  550. package/dist/design-system/{p-DCf2fJmI.js → p-C5Rtikeh.js} +1 -1
  551. package/dist/design-system/p-CDhvZoCt.js +4 -0
  552. package/dist/design-system/p-CGHN-3RC.js +4 -0
  553. package/dist/design-system/{p-CAcwu8uP.js → p-CfgwSore.js} +1 -1
  554. package/dist/design-system/p-ChSKXFK5.js +4 -0
  555. package/dist/design-system/{p-BLPSziW-.js → p-Chgme2NJ.js} +1 -1
  556. package/{components/p-5Sp1eJOt.js → dist/design-system/p-CrYAd3JT.js} +1 -1
  557. package/dist/design-system/p-CziF75uh.js +4 -0
  558. package/dist/design-system/p-DJBD4skP.js +14 -0
  559. package/{components/p-E1SnOz0L.js → dist/design-system/p-DOvdnojj.js} +1 -1
  560. package/dist/design-system/p-DYPX3A8m.js +4 -0
  561. package/dist/design-system/p-DiUgZKWs.js +4 -0
  562. package/dist/design-system/p-Dk0GEN2t.js +4 -0
  563. package/dist/design-system/p-DkhJaoXg.js +4 -0
  564. package/dist/design-system/p-DoHCSvjl.js +4 -0
  565. package/dist/design-system/p-DypNSUAh.js +4 -0
  566. package/dist/design-system/p-Uy_dVz21.js +4 -0
  567. package/dist/design-system/{p-Dnjznncd.js → p-Y0rKqVvm.js} +1 -1
  568. package/dist/design-system/p-Z0zrglhd.js +4 -0
  569. package/dist/design-system/p-a42ecb68a0.entry.js +4 -0
  570. package/dist/design-system/p-a782c877ea.entry.js +4 -0
  571. package/dist/design-system/p-a8df8f067b.entry.js +4 -0
  572. package/dist/design-system/p-aa3aee2591.entry.js +4 -0
  573. package/dist/design-system/p-aa3c0ff536.entry.js +4 -0
  574. package/dist/design-system/p-ab8bee7022.entry.js +4 -0
  575. package/dist/design-system/p-adc58b2821.entry.js +4 -0
  576. package/dist/design-system/p-b390490b0d.entry.js +4 -0
  577. package/dist/design-system/p-b44641ec28.entry.js +4 -0
  578. package/dist/design-system/p-b4738dc266.entry.js +4 -0
  579. package/dist/design-system/p-b851a43fff.entry.js +4 -0
  580. package/dist/design-system/p-b8669a617c.entry.js +4 -0
  581. package/dist/design-system/p-b8f626bf28.entry.js +4 -0
  582. package/dist/design-system/p-bd543e1baf.entry.js +4 -0
  583. package/dist/design-system/p-ce67cbbed5.entry.js +4 -0
  584. package/dist/design-system/p-d3a80b8422.entry.js +4 -0
  585. package/dist/design-system/p-d4d9205dda.entry.js +4 -0
  586. package/dist/design-system/p-dbd3d3b3d3.entry.js +4 -0
  587. package/{components/p-BATOumsf.js → dist/design-system/p-dziB1ufg.js} +1 -1
  588. package/dist/design-system/p-e0b2d6e296.entry.js +4 -0
  589. package/dist/design-system/p-e94ee7391c.entry.js +4 -0
  590. package/dist/design-system/p-ee76bf354e.entry.js +4 -0
  591. package/dist/design-system/p-f7be5b6114.entry.js +4 -0
  592. package/dist/design-system/p-fa613cd0d1.entry.js +4 -0
  593. package/dist/design-system/p-faf75173db.entry.js +4 -0
  594. package/dist/design-system/p-fff38e1ca7.entry.js +4 -0
  595. package/dist/design-system/p-x2KazRjl.js +4 -0
  596. package/dist/esm/{_getTag-DFxL3s3h.js → _getTag-BkweuRJc.js} +1 -1
  597. package/dist/esm/array-BJZA868l.js +1984 -0
  598. package/dist/esm/{breakpoints.decorator-L2xeP46f.js → breakpoints.decorator-D9M4v98c.js} +1 -1
  599. package/dist/esm/{breakpoints.subject-BhbzG-rl.js → breakpoints.subject-DHZ7TzYV.js} +3 -3
  600. package/dist/esm/{button.interfaces-BkESlUMc.js → button.interfaces-BPGfTrrM.js} +1 -1
  601. package/dist/esm/carousel.interfaces-B-en4B17.js +8 -0
  602. package/dist/esm/{config.decorator-BQNIja4k.js → config.decorator-CRYVBTkX.js} +1 -1
  603. package/dist/esm/{config.utils-COlKFRlV.js → config.utils-CR4Xudpz.js} +1 -1
  604. package/dist/esm/create-validator-decorator-fUav5byo.js +208 -0
  605. package/dist/esm/design-system.js +4 -4
  606. package/dist/esm/{device-Dhwt3m7W.js → device-CapioAfe.js} +1 -1
  607. package/dist/esm/ds-accordion.entry.js +30 -34
  608. package/dist/esm/ds-alert-container.entry.js +12 -15
  609. package/dist/esm/ds-app.entry.js +16 -6
  610. package/dist/esm/ds-badge.entry.js +33 -26
  611. package/dist/esm/ds-button-group.entry.js +14 -17
  612. package/dist/esm/ds-button_2.entry.js +58 -73
  613. package/dist/esm/ds-card-actions.entry.js +6 -8
  614. package/dist/esm/ds-card-content.entry.js +3 -3
  615. package/dist/esm/ds-card-header.entry.js +8 -5
  616. package/dist/esm/ds-card-subtitle.entry.js +13 -13
  617. package/dist/esm/ds-card-title.entry.js +11 -7
  618. package/dist/esm/ds-card.entry.js +32 -43
  619. package/dist/esm/ds-carousel-item.entry.js +126 -0
  620. package/dist/esm/ds-carousel.entry.js +471 -0
  621. package/dist/esm/ds-checkbox-group.entry.js +59 -2012
  622. package/dist/esm/ds-checkbox.entry.js +33 -20
  623. package/dist/esm/ds-content_2.entry.js +327 -0
  624. package/dist/esm/ds-data-item.entry.js +144 -0
  625. package/dist/esm/ds-data-label.entry.js +39 -0
  626. package/dist/esm/ds-data-value.entry.js +29 -0
  627. package/dist/esm/ds-data.entry.js +41 -0
  628. package/dist/esm/ds-date.entry.js +5332 -0
  629. package/dist/esm/{ds-logo.entry.js → ds-divider_2.entry.js} +130 -26
  630. package/dist/esm/ds-drawer_2.entry.js +599 -0
  631. package/dist/esm/ds-file-upload.entry.js +514 -0
  632. package/dist/esm/ds-footer.entry.js +157 -0
  633. package/dist/esm/ds-heading.entry.js +22 -20
  634. package/dist/esm/ds-hint-text.entry.js +26 -0
  635. package/dist/esm/ds-hint-title.entry.js +29 -0
  636. package/dist/esm/ds-hint.entry.js +241 -0
  637. package/dist/esm/ds-icon_2.entry.js +80 -71
  638. package/dist/esm/ds-input-slider.entry.js +2883 -0
  639. package/dist/esm/ds-input.entry.js +46 -44
  640. package/dist/esm/ds-item.entry.js +29 -34
  641. package/dist/esm/ds-label.entry.js +23 -31
  642. package/dist/esm/ds-list.entry.js +6 -12
  643. package/dist/esm/ds-modal-body.entry.js +32 -0
  644. package/dist/esm/ds-modal-header.entry.js +29 -0
  645. package/dist/esm/ds-modal.entry.js +199 -0
  646. package/dist/esm/ds-navbar.entry.js +357 -0
  647. package/dist/esm/ds-notification.entry.js +20 -28
  648. package/dist/esm/ds-number-input.entry.js +102 -114
  649. package/dist/esm/ds-pagination.entry.js +41 -37
  650. package/dist/esm/ds-progress-bar.entry.js +25 -29
  651. package/dist/esm/ds-radio-group.entry.js +49 -31
  652. package/dist/esm/ds-radio.entry.js +35 -33
  653. package/dist/esm/ds-segment-item.entry.js +9 -9
  654. package/dist/esm/ds-segment.entry.js +28 -116
  655. package/dist/esm/ds-select-optgroup.entry.js +47 -0
  656. package/dist/esm/ds-select-option.entry.js +55 -0
  657. package/dist/esm/ds-select.entry.js +2770 -0
  658. package/dist/esm/ds-shape.entry.js +10 -16
  659. package/dist/esm/ds-snackbar.entry.js +41 -58
  660. package/dist/esm/ds-step-panel.entry.js +53 -0
  661. package/dist/esm/ds-step.entry.js +168 -0
  662. package/dist/esm/ds-steps.entry.js +225 -0
  663. package/dist/esm/ds-tab-panel.entry.js +53 -0
  664. package/dist/esm/ds-tab.entry.js +118 -0
  665. package/dist/esm/ds-tabs.entry.js +362 -0
  666. package/dist/esm/ds-tag-group.entry.js +3 -3
  667. package/dist/esm/ds-tag.entry.js +19 -26
  668. package/dist/esm/ds-text.entry.js +29 -33
  669. package/dist/esm/ds-textarea.entry.js +33 -32
  670. package/dist/esm/ds-toast.entry.js +41 -55
  671. package/dist/esm/ds-toggle.entry.js +22 -21
  672. package/dist/esm/ds-tooltip.entry.js +180 -0
  673. package/dist/esm/{field.util-BXxRO7CD.js → field.util-neIQBS-h.js} +1 -1
  674. package/dist/esm/floating-ui.dom-BqY0KzJC.js +1621 -0
  675. package/dist/esm/focus-6OAqvfus.js +1956 -0
  676. package/dist/esm/footer.i18n-BrJFPhMA.js +159 -0
  677. package/dist/esm/{form-control-D2O-sb65.js → form-control-DhinyMa9.js} +2 -2
  678. package/dist/esm/has-value-Dmsj8ZQw.js +10 -0
  679. package/dist/esm/{index-CuwLeg-T.js → index-B-v2Wm-V.js} +501 -175
  680. package/dist/esm/index.js +13 -8273
  681. package/dist/esm/{input.interfaces-C7EnKCpl.js → input.interfaces-BMM6Nxeh.js} +1 -1
  682. package/dist/esm/isArray-B8PCdo6e.js +40 -0
  683. package/dist/esm/isNaN-BrbqGXXw.js +104 -0
  684. package/dist/esm/{isObjectLike-BAYao9w7.js → isObjectLike-BnBXjF_n.js} +1 -37
  685. package/dist/esm/keyboard-Uy_dVz21.js +20 -0
  686. package/dist/esm/{listener-C_kjUVTE.js → listener-DIZDQOuO.js} +1 -1
  687. package/dist/esm/loader.js +3 -3
  688. package/dist/esm/luxon-C1jqbZdf.js +8133 -0
  689. package/dist/esm/one-of-CjRvS2Tk.js +28 -0
  690. package/dist/esm/popup.interfaces-BAY6Z8bT.js +20 -0
  691. package/dist/esm/required-Dtml5IID.js +36 -0
  692. package/dist/esm/resize.decorator-eogZBBk6.js +96 -0
  693. package/dist/esm/scroll-v2MaEkiZ.js +87 -0
  694. package/dist/esm/svg-B8KVoKrH.js +2440 -0
  695. package/dist/esm/{tslib.es6-tdchDLyb.js → tslib.es6-n47B6oUi.js} +1 -1
  696. package/dist/esm/type-7qEQcw90.js +31 -0
  697. package/dist/types/components/accordion/accordion.d.ts +0 -5
  698. package/dist/types/components/alert/alert-container.d.ts +0 -5
  699. package/dist/types/components/alert/snackbar/snackbar.d.ts +0 -5
  700. package/dist/types/components/alert/toast/toast.d.ts +0 -5
  701. package/dist/types/components/badge/badge.d.ts +1 -3
  702. package/dist/types/components/badge/badge.interfaces.d.ts +1 -1
  703. package/dist/types/components/button/button-group/button-group.d.ts +0 -5
  704. package/dist/types/components/button/button.d.ts +1 -3
  705. package/dist/types/components/button/button.interfaces.d.ts +1 -1
  706. package/dist/types/components/card/card-actions/card-actions.d.ts +0 -1
  707. package/dist/types/components/card/card-subtitle/card-subtitle.d.ts +0 -1
  708. package/dist/types/components/card/card.d.ts +2 -4
  709. package/dist/types/components/carousel/carousel/carousel.d.ts +114 -0
  710. package/dist/types/components/carousel/carousel/carousel.i18n.d.ts +9 -0
  711. package/dist/types/components/carousel/carousel-item/carousel-item.d.ts +70 -0
  712. package/dist/types/components/carousel/carousel.interfaces.d.ts +14 -0
  713. package/dist/types/components/carousel/test/carousel.a11y.play.d.ts +1 -0
  714. package/dist/types/components/carousel/test/carousel.component.play.d.ts +1 -0
  715. package/dist/types/components/carousel/test/carousel.visual.play.d.ts +1 -0
  716. package/dist/types/components/checkbox/checkbox-group/checkbox-group.d.ts +6 -0
  717. package/dist/types/components/checkbox/checkbox.d.ts +4 -0
  718. package/dist/types/components/close/close.d.ts +1 -3
  719. package/dist/types/components/content/content.d.ts +2 -5
  720. package/dist/types/components/data/data-item.d.ts +43 -0
  721. package/dist/types/components/data/data-item.i18n.d.ts +6 -0
  722. package/dist/types/components/data/data-item.interfaces.d.ts +4 -0
  723. package/dist/types/components/data/data-label.d.ts +19 -0
  724. package/dist/types/components/data/data-label.interfaces.d.ts +3 -0
  725. package/dist/types/components/data/data-value.d.ts +15 -0
  726. package/dist/types/components/data/data-value.interfaces.d.ts +5 -0
  727. package/dist/types/components/data/data.d.ts +19 -0
  728. package/dist/types/components/data/data.interfaces.d.ts +4 -0
  729. package/dist/types/components/data/test/data.a11y.play.d.ts +1 -0
  730. package/dist/types/components/data/test/data.component.play.d.ts +1 -0
  731. package/dist/types/components/data/test/data.visual.play.d.ts +1 -0
  732. package/dist/types/components/date/date.d.ts +214 -0
  733. package/dist/types/components/date/date.i18n.d.ts +13 -0
  734. package/dist/types/components/date/date.interfaces.d.ts +18 -0
  735. package/dist/types/components/date/date.mask.d.ts +29 -0
  736. package/dist/types/components/date/date.picker.d.ts +67 -0
  737. package/dist/types/components/date/test/date.a11y.play.d.ts +1 -0
  738. package/dist/types/components/date/test/date.component.play.d.ts +1 -0
  739. package/dist/types/components/date/test/date.visual.play.d.ts +1 -0
  740. package/dist/types/components/divider/divider.d.ts +1 -3
  741. package/dist/types/components/drawer/drawer.d.ts +102 -0
  742. package/dist/types/components/drawer/drawer.interfaces.d.ts +8 -0
  743. package/dist/types/components/drawer/test/drawer.a11y.play.d.ts +1 -0
  744. package/dist/types/components/drawer/test/drawer.component.play.d.ts +1 -0
  745. package/dist/types/components/drawer/test/drawer.visual.play.d.ts +1 -0
  746. package/dist/types/components/file-upload/file-upload.d.ts +192 -0
  747. package/dist/types/components/file-upload/file-upload.i18n.d.ts +8 -0
  748. package/dist/types/components/file-upload/file-upload.interfaces.d.ts +24 -0
  749. package/dist/types/components/file-upload/test/file-upload.a11y.play.d.ts +1 -0
  750. package/dist/types/components/file-upload/test/file-upload.component.play.d.ts +1 -0
  751. package/dist/types/components/file-upload/test/file-upload.visual.play.d.ts +1 -0
  752. package/dist/types/components/file-upload/utils/file-list.util.d.ts +2 -0
  753. package/dist/types/components/file-upload/utils/file-size.util.d.ts +1 -0
  754. package/dist/types/components/file-upload/utils/file-validation.util.d.ts +13 -0
  755. package/dist/types/components/footer/footer.d.ts +68 -0
  756. package/dist/types/components/footer/footer.i18n.d.ts +7 -0
  757. package/dist/types/components/footer/footer.interfaces.d.ts +19 -0
  758. package/dist/types/components/footer/test/footer.a11y.play.d.ts +1 -0
  759. package/dist/types/components/footer/test/footer.component.play.d.ts +1 -0
  760. package/dist/types/components/footer/test/footer.visual.play.d.ts +1 -0
  761. package/dist/types/components/hint/hint-text/hint-text.d.ts +15 -0
  762. package/dist/types/components/hint/hint-title/hint-title.d.ts +16 -0
  763. package/dist/types/components/hint/hint.d.ts +87 -0
  764. package/dist/types/components/hint/hint.i18n.d.ts +6 -0
  765. package/dist/types/components/hint/hint.interfaces.d.ts +4 -0
  766. package/dist/types/components/hint/test/hint.a11y.play.d.ts +1 -0
  767. package/dist/types/components/hint/test/hint.component.play.d.ts +1 -0
  768. package/dist/types/components/hint/test/hint.visual.play.d.ts +1 -0
  769. package/dist/types/components/icon/icon.d.ts +7 -3
  770. package/dist/types/components/icon/icon.interfaces.d.ts +1 -1
  771. package/dist/types/components/input/clear-button.i18n.d.ts +6 -0
  772. package/dist/types/components/input/clear-button.util.d.ts +10 -0
  773. package/dist/types/components/input/trigger-button.i18n.d.ts +7 -0
  774. package/dist/types/components/input-slider/input-slider.d.ts +186 -0
  775. package/dist/types/components/input-slider/input-slider.interfaces.d.ts +18 -0
  776. package/dist/types/components/input-slider/input-slider.picker.d.ts +37 -0
  777. package/dist/types/components/input-slider/input-slider.utils.d.ts +18 -0
  778. package/dist/types/components/input-slider/test/input-slider.a11y.play.d.ts +1 -0
  779. package/dist/types/components/input-slider/test/input-slider.component.play.d.ts +1 -0
  780. package/dist/types/components/input-slider/test/input-slider.visual.play.d.ts +1 -0
  781. package/dist/types/components/label/label.d.ts +3 -5
  782. package/dist/types/components/list/item/item.d.ts +0 -5
  783. package/dist/types/components/list/item/item.interfaces.d.ts +1 -1
  784. package/dist/types/components/list/list.d.ts +0 -5
  785. package/dist/types/components/list/test/list.visual.play.d.ts +1 -0
  786. package/dist/types/components/logo/logo.d.ts +1 -2
  787. package/dist/types/components/modal/modal-body/modal-body.d.ts +15 -0
  788. package/dist/types/components/modal/modal-header/modal-header.d.ts +17 -0
  789. package/dist/types/components/modal/modal.controller.d.ts +3 -0
  790. package/dist/types/components/modal/modal.d.ts +97 -0
  791. package/dist/types/components/modal/modal.interfaces.d.ts +15 -0
  792. package/dist/types/components/modal/test/modal.a11y.play.d.ts +1 -0
  793. package/dist/types/components/modal/test/modal.component.play.d.ts +1 -0
  794. package/dist/types/components/modal/test/modal.visual.play.d.ts +1 -0
  795. package/dist/types/components/navbar/navbar.d.ts +128 -0
  796. package/dist/types/components/navbar/navbar.i18n.d.ts +9 -0
  797. package/dist/types/components/navbar/navbar.interfaces.d.ts +10 -0
  798. package/dist/types/components/navbar/test/navbar.a11y.play.d.ts +1 -0
  799. package/dist/types/components/navbar/test/navbar.component.play.d.ts +1 -0
  800. package/dist/types/components/navbar/test/navbar.visual.play.d.ts +1 -0
  801. package/dist/types/components/notification/notification.d.ts +1 -3
  802. package/dist/types/components/pagination/pagination.d.ts +0 -5
  803. package/dist/types/components/popup/popup.d.ts +152 -0
  804. package/dist/types/components/popup/popup.interfaces.d.ts +14 -0
  805. package/dist/types/components/popup/test/popup.a11y.play.d.ts +1 -0
  806. package/dist/types/components/popup/test/popup.component.play.d.ts +1 -0
  807. package/dist/types/components/popup/test/popup.visual.play.d.ts +1 -0
  808. package/dist/types/components/progress-bar/progress-bar.d.ts +0 -5
  809. package/dist/types/components/radio/radio-group/radio-group.d.ts +6 -0
  810. package/dist/types/components/radio/radio.d.ts +4 -0
  811. package/dist/types/components/select/select-optgroup.d.ts +28 -0
  812. package/dist/types/components/select/select-option.d.ts +34 -0
  813. package/dist/types/components/select/select.d.ts +193 -0
  814. package/dist/types/components/select/select.i18n.d.ts +7 -0
  815. package/dist/types/components/select/select.interfaces.d.ts +16 -0
  816. package/dist/types/components/select/select.picker.d.ts +57 -0
  817. package/dist/types/components/select/test/select.a11y.play.d.ts +1 -0
  818. package/dist/types/components/select/test/select.component.play.d.ts +1 -0
  819. package/dist/types/components/select/test/select.visual.play.d.ts +1 -0
  820. package/dist/types/components/shape/shape.d.ts +2 -7
  821. package/dist/types/components/spinner/spinner.d.ts +0 -2
  822. package/dist/types/components/stack/stack.d.ts +7 -19
  823. package/dist/types/components/steps/step/step.d.ts +89 -0
  824. package/dist/types/components/steps/step-panel/step-panel.d.ts +34 -0
  825. package/dist/types/components/steps/steps/steps.d.ts +77 -0
  826. package/dist/types/components/steps/steps.interfaces.d.ts +10 -0
  827. package/dist/types/components/steps/test/steps.a11y.play.d.ts +1 -0
  828. package/dist/types/components/steps/test/steps.component.play.d.ts +1 -0
  829. package/dist/types/components/steps/test/steps.visual.play.d.ts +1 -0
  830. package/dist/types/components/tabs/tab/tab.d.ts +67 -0
  831. package/dist/types/components/tabs/tab-panel/tab-panel.d.ts +34 -0
  832. package/dist/types/components/tabs/tabs/tabs.d.ts +97 -0
  833. package/dist/types/components/tabs/tabs/tabs.i18n.d.ts +7 -0
  834. package/dist/types/components/tabs/tabs.interfaces.d.ts +12 -0
  835. package/dist/types/components/tabs/test/tabs.a11y.play.d.ts +1 -0
  836. package/dist/types/components/tabs/test/tabs.component.play.d.ts +1 -0
  837. package/dist/types/components/tabs/test/tabs.visual.play.d.ts +1 -0
  838. package/dist/types/components/tag/tag.d.ts +1 -3
  839. package/dist/types/components/text/text.d.ts +2 -7
  840. package/dist/types/components/time-input/test/time-input.visual.play.d.ts +1 -0
  841. package/dist/types/components/tooltip/test/tooltip.a11y.play.d.ts +1 -0
  842. package/dist/types/components/tooltip/test/tooltip.component.play.d.ts +1 -0
  843. package/dist/types/components/tooltip/test/tooltip.visual.play.d.ts +1 -0
  844. package/dist/types/components/tooltip/tooltip.d.ts +85 -0
  845. package/dist/types/components/tooltip/tooltip.interfaces.d.ts +10 -0
  846. package/dist/types/components.d.ts +5162 -1870
  847. package/dist/types/foundation/colors.visual.play.d.ts +1 -0
  848. package/dist/types/global/config/config.const.d.ts +3 -0
  849. package/dist/types/global/config/config.default.d.ts +0 -40
  850. package/dist/types/global/config/config.meta.d.ts +2 -0
  851. package/dist/types/global/config/config.types.d.ts +27 -0
  852. package/dist/types/global/config/index.d.ts +1 -0
  853. package/dist/types/global/index.d.ts +0 -1
  854. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/carousel.po.d.ts +12 -0
  855. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/data-item.po.d.ts +16 -0
  856. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/data.po.d.ts +12 -0
  857. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/date.po.d.ts +15 -0
  858. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/drawer.po.d.ts +11 -0
  859. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/file-upload.po.d.ts +16 -0
  860. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/footer.po.d.ts +16 -0
  861. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/hint.po.d.ts +10 -0
  862. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/index.d.ts +16 -0
  863. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/input-slider.po.d.ts +18 -0
  864. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/modal.po.d.ts +15 -0
  865. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/navbar.po.d.ts +13 -0
  866. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/popup.po.d.ts +11 -0
  867. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/select.po.d.ts +24 -0
  868. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/steps.po.d.ts +13 -0
  869. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/tabs.po.d.ts +13 -0
  870. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/tooltip.po.d.ts +6 -0
  871. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/page/utils/goto.d.ts +1 -1
  872. package/dist/types/index.d.ts +4 -1
  873. package/dist/types/stencil-public-runtime.d.ts +1 -0
  874. package/dist/types/utils/attributes.d.ts +0 -8
  875. package/dist/types/utils/focus.d.ts +18 -0
  876. package/dist/types/utils/form-control.d.ts +2 -2
  877. package/dist/types/utils/has-value.d.ts +1 -0
  878. package/dist/types/utils/index.d.ts +7 -5
  879. package/dist/types/utils/number.d.ts +0 -3
  880. package/dist/types/utils/property-decorators/array-of.d.ts +9 -0
  881. package/dist/types/utils/property-decorators/bound.d.ts +36 -0
  882. package/dist/types/utils/property-decorators/create-validator-decorator.d.ts +48 -0
  883. package/dist/types/utils/property-decorators/date.d.ts +6 -0
  884. package/dist/types/utils/property-decorators/index.d.ts +9 -0
  885. package/dist/types/utils/property-decorators/iso-date.d.ts +6 -0
  886. package/dist/types/utils/property-decorators/one-of.d.ts +8 -0
  887. package/dist/types/utils/property-decorators/pattern.d.ts +8 -0
  888. package/dist/types/utils/property-decorators/required.d.ts +17 -0
  889. package/dist/types/utils/property-decorators/type.d.ts +9 -0
  890. package/dist/types/utils/property-decorators/url.d.ts +6 -0
  891. package/dist/types/utils/svg.d.ts +2 -0
  892. package/docs/cem.json +18228 -0
  893. package/docs/components.json +39621 -17240
  894. package/docs/html.html-data.json +1664 -159
  895. package/docs/tags.json +30 -1
  896. package/package.json +46 -38
  897. package/sbom.cdx.json +58887 -0
  898. package/README.md +0 -33
  899. package/components/p-82RSSk25.js +0 -4
  900. package/components/p-BEngECpF.js +0 -4
  901. package/components/p-BMBthpLd.js +0 -4
  902. package/components/p-BNY3JzuV.js +0 -4
  903. package/components/p-BOTkpyFe.js +0 -5
  904. package/components/p-BOgMmRCt.js +0 -4
  905. package/components/p-CDYlUuhB.js +0 -4
  906. package/components/p-Cb75Rr6o.js +0 -4
  907. package/components/p-CojUmpFm.js +0 -4
  908. package/components/p-DHeVI6dR.js +0 -4
  909. package/components/p-DTPbL3uY.js +0 -4
  910. package/components/p-DnnGnukM.js +0 -4
  911. package/components/p-DtuTnY5l.js +0 -4
  912. package/components/p-JZ1uDtZv.js +0 -4
  913. package/components/p-cSbDziZm.js +0 -4
  914. package/components/p-gA-94RPS.js +0 -4
  915. package/components/p-xDEngwqW.js +0 -4
  916. package/dist/cjs/contact-SPfz2A_q.js +0 -1647
  917. package/dist/cjs/ds-content.cjs.entry.js +0 -154
  918. package/dist/cjs/ds-divider.cjs.entry.js +0 -131
  919. package/dist/cjs/ds-stack.cjs.entry.js +0 -224
  920. package/dist/cjs/isEmpty-BmKp4bH4.js +0 -99
  921. package/dist/cjs/stack.interfaces-6vlKvBmb.js +0 -68
  922. package/dist/cjs/svg-D7Mwbcvp.js +0 -1482
  923. package/dist/cjs/validate.decorator-C9-9HA0Y.js +0 -115
  924. package/dist/collection/global/constants/icons.constant.js +0 -42
  925. package/dist/collection/utils/element-states/element-states.decorator.js +0 -23
  926. package/dist/collection/utils/element-states/element-states.listener.js +0 -55
  927. package/dist/collection/utils/element-states/element-states.subject.js +0 -24
  928. package/dist/collection/utils/element-states/index.js +0 -5
  929. package/dist/collection/utils/keyboard/index.js +0 -6
  930. package/dist/collection/utils/keyboard/keyboard.decorator.js +0 -23
  931. package/dist/collection/utils/keyboard/keyboard.listener.js +0 -34
  932. package/dist/collection/utils/keyboard/keyboard.subject.js +0 -24
  933. package/dist/collection/utils/property-checkers/check-array-of.js +0 -13
  934. package/dist/collection/utils/property-checkers/check-date.js +0 -18
  935. package/dist/collection/utils/property-checkers/check-iso-date.js +0 -14
  936. package/dist/collection/utils/property-checkers/check-one-of.js +0 -13
  937. package/dist/collection/utils/property-checkers/check-pattern.js +0 -13
  938. package/dist/collection/utils/property-checkers/check-type.js +0 -20
  939. package/dist/collection/utils/property-checkers/check-url.js +0 -20
  940. package/dist/collection/utils/property-checkers/empty-or.js +0 -15
  941. package/dist/collection/utils/property-checkers/index.js +0 -57
  942. package/dist/collection/utils/property-checkers/required-and.js +0 -20
  943. package/dist/collection/utils/swipe/index.js +0 -6
  944. package/dist/collection/utils/swipe/swipe.decorator.js +0 -23
  945. package/dist/collection/utils/swipe/swipe.listener.js +0 -33
  946. package/dist/collection/utils/swipe/swipe.subject.js +0 -28
  947. package/dist/collection/utils/validate.decorator.js +0 -203
  948. package/dist/design-system/p-03bbcdf9de.entry.js +0 -4
  949. package/dist/design-system/p-1154323457.entry.js +0 -4
  950. package/dist/design-system/p-1f0601a4f4.entry.js +0 -4
  951. package/dist/design-system/p-21b080a49a.entry.js +0 -4
  952. package/dist/design-system/p-27c34c4e5f.entry.js +0 -4
  953. package/dist/design-system/p-2b91de302f.entry.js +0 -4
  954. package/dist/design-system/p-31c1235ac5.entry.js +0 -4
  955. package/dist/design-system/p-3259acaa64.entry.js +0 -4
  956. package/dist/design-system/p-339d85cca0.entry.js +0 -4
  957. package/dist/design-system/p-35e63b52e7.entry.js +0 -4
  958. package/dist/design-system/p-363f3a7ab4.entry.js +0 -4
  959. package/dist/design-system/p-3d901720f7.entry.js +0 -4
  960. package/dist/design-system/p-40ba8b9812.entry.js +0 -4
  961. package/dist/design-system/p-432430e14f.entry.js +0 -4
  962. package/dist/design-system/p-487807f228.entry.js +0 -4
  963. package/dist/design-system/p-4a049d1b7f.entry.js +0 -4
  964. package/dist/design-system/p-4f4cce8ce4.entry.js +0 -4
  965. package/dist/design-system/p-5a901a9b8e.entry.js +0 -4
  966. package/dist/design-system/p-5d3330bf93.entry.js +0 -4
  967. package/dist/design-system/p-640223834c.entry.js +0 -4
  968. package/dist/design-system/p-6b9aab417f.entry.js +0 -4
  969. package/dist/design-system/p-799705af3a.entry.js +0 -4
  970. package/dist/design-system/p-7e6ed497e7.entry.js +0 -4
  971. package/dist/design-system/p-82RSSk25.js +0 -4
  972. package/dist/design-system/p-8e0872fef0.entry.js +0 -4
  973. package/dist/design-system/p-9617d56181.entry.js +0 -4
  974. package/dist/design-system/p-BaIoYrFa.js +0 -5
  975. package/dist/design-system/p-Cb75Rr6o.js +0 -4
  976. package/dist/design-system/p-CqZ6YSy9.js +0 -4
  977. package/dist/design-system/p-CqzM3doy.js +0 -4
  978. package/dist/design-system/p-CuwLeg-T.js +0 -5
  979. package/dist/design-system/p-DHeVI6dR.js +0 -4
  980. package/dist/design-system/p-DTPbL3uY.js +0 -4
  981. package/dist/design-system/p-aff68865ee.entry.js +0 -4
  982. package/dist/design-system/p-b3c6327744.entry.js +0 -4
  983. package/dist/design-system/p-be9023a38b.entry.js +0 -4
  984. package/dist/design-system/p-c031d1dce5.entry.js +0 -4
  985. package/dist/design-system/p-c3ae96e220.entry.js +0 -4
  986. package/dist/design-system/p-d430812a57.entry.js +0 -4
  987. package/dist/design-system/p-de1354f022.entry.js +0 -4
  988. package/dist/design-system/p-e3d0c82e2a.entry.js +0 -4
  989. package/dist/design-system/p-ea1a5e1f75.entry.js +0 -4
  990. package/dist/design-system/p-ea7169501c.entry.js +0 -4
  991. package/dist/design-system/p-eab397e041.entry.js +0 -4
  992. package/dist/design-system/p-ecba4deb9a.entry.js +0 -4
  993. package/dist/design-system/p-fe0dbd4b03.entry.js +0 -4
  994. package/dist/design-system/p-ng5ZzTOj.js +0 -4
  995. package/dist/esm/contact-Cb75Rr6o.js +0 -1636
  996. package/dist/esm/ds-content.entry.js +0 -152
  997. package/dist/esm/ds-divider.entry.js +0 -129
  998. package/dist/esm/ds-stack.entry.js +0 -222
  999. package/dist/esm/isEmpty-DmZYZqE9.js +0 -97
  1000. package/dist/esm/stack.interfaces-ng5ZzTOj.js +0 -62
  1001. package/dist/esm/svg-BaIoYrFa.js +0 -1480
  1002. package/dist/esm/validate.decorator-82RSSk25.js +0 -110
  1003. package/dist/types/global/constants/icons.constant.d.ts +0 -38
  1004. package/dist/types/utils/element-states/element-states.decorator.d.ts +0 -3
  1005. package/dist/types/utils/element-states/element-states.interfaces.d.ts +0 -10
  1006. package/dist/types/utils/element-states/element-states.listener.d.ts +0 -15
  1007. package/dist/types/utils/element-states/element-states.subject.d.ts +0 -8
  1008. package/dist/types/utils/element-states/index.d.ts +0 -2
  1009. package/dist/types/utils/keyboard/index.d.ts +0 -3
  1010. package/dist/types/utils/keyboard/keyboard.decorator.d.ts +0 -3
  1011. package/dist/types/utils/keyboard/keyboard.interfaces.d.ts +0 -8
  1012. package/dist/types/utils/keyboard/keyboard.listener.d.ts +0 -9
  1013. package/dist/types/utils/keyboard/keyboard.subject.d.ts +0 -8
  1014. package/dist/types/utils/property-checkers/check-array-of.d.ts +0 -2
  1015. package/dist/types/utils/property-checkers/check-date.d.ts +0 -1
  1016. package/dist/types/utils/property-checkers/check-iso-date.d.ts +0 -1
  1017. package/dist/types/utils/property-checkers/check-one-of.d.ts +0 -1
  1018. package/dist/types/utils/property-checkers/check-pattern.d.ts +0 -1
  1019. package/dist/types/utils/property-checkers/check-type.d.ts +0 -2
  1020. package/dist/types/utils/property-checkers/check-url.d.ts +0 -1
  1021. package/dist/types/utils/property-checkers/constants.d.ts +0 -1
  1022. package/dist/types/utils/property-checkers/empty-or.d.ts +0 -1
  1023. package/dist/types/utils/property-checkers/index.d.ts +0 -19
  1024. package/dist/types/utils/property-checkers/required-and.d.ts +0 -1
  1025. package/dist/types/utils/swipe/index.d.ts +0 -3
  1026. package/dist/types/utils/swipe/swipe.decorator.d.ts +0 -5
  1027. package/dist/types/utils/swipe/swipe.interfaces.d.ts +0 -10
  1028. package/dist/types/utils/swipe/swipe.listener.d.ts +0 -10
  1029. package/dist/types/utils/swipe/swipe.subject.d.ts +0 -11
  1030. package/dist/types/utils/validate.decorator.d.ts +0 -114
  1031. /package/dist/collection/{utils/element-states/element-states.interfaces.js → components/data/data-item.interfaces.js} +0 -0
  1032. /package/dist/collection/{utils/keyboard/keyboard.interfaces.js → components/data/data-label.interfaces.js} +0 -0
  1033. /package/dist/collection/{utils/property-checkers/property-types.js → components/data/data-value.interfaces.js} +0 -0
  1034. /package/dist/collection/{utils/swipe/swipe.interfaces.js → components/data/data.interfaces.js} +0 -0
  1035. /package/dist/collection/utils/{property-checkers/is-iso-date.js → is-iso-date.js} +0 -0
  1036. /package/dist/collection/utils/{keyboard/keyboard.helpers.js → keyboard.js} +0 -0
  1037. /package/dist/types/utils/{property-checkers/is-iso-date.d.ts → is-iso-date.d.ts} +0 -0
  1038. /package/dist/types/utils/{property-checkers/is-value-empty.d.ts → is-value-empty.d.ts} +0 -0
  1039. /package/dist/types/utils/{keyboard/keyboard.helpers.d.ts → keyboard.d.ts} +0 -0
  1040. /package/dist/types/utils/{property-checkers/property-types.d.ts → property-types.d.ts} +0 -0
@@ -1,20 +1,23 @@
1
1
  /*!
2
2
  * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
3
  */
4
- import { B as registerInstance, I as createEvent, x as defaultConfig, M as debounceEvent, E as h, G as getElement } from './index-CuwLeg-T.js';
5
- import { _ as __decorate, L as Logger, a as __metadata } from './tslib.es6-tdchDLyb.js';
4
+ import { B as registerInstance, I as createEvent, v as defaultConfig, N as debounceEvent, E as h, G as getElement } from './index-B-v2Wm-V.js';
5
+ import { _ as __decorate, L as Logger, a as __metadata } from './tslib.es6-n47B6oUi.js';
6
6
  import { i as isNil } from './isNil--HeEBNs3.js';
7
7
  import { i as inheritAttributes } from './attributes-B62ocg4Q.js';
8
- import { s as stopEventBubbling, F as FormControl } from './form-control-D2O-sb65.js';
9
- import { s as setupValidation, V as ValidateType, a as ValidateOneOf } from './validate.decorator-82RSSk25.js';
8
+ import { s as stopEventBubbling, F as FormControl } from './form-control-DhinyMa9.js';
9
+ import { h as hasValue } from './has-value-Dmsj8ZQw.js';
10
10
  import { i as isCtrlOrCommandKey, N as NUMBER_KEYS, A as ACTION_KEYS } from './keys.constant-D86WpWIE.js';
11
- import { F as Field } from './field.util-BXxRO7CD.js';
12
- import { I as INPUT_COLORS, a as INPUT_INPUT_TYPES, b as INPUT_AUTOCOMPLETES, c as INPUT_AUTOCORRECTS, d as INPUT_INPUT_MODES, e as INPUT_MASKS } from './input.interfaces-C7EnKCpl.js';
13
- import { L as ListenToConfig } from './config.decorator-BQNIja4k.js';
11
+ import { F as Field } from './field.util-neIQBS-h.js';
12
+ import { I as INPUT_COLORS, b as INPUT_INPUT_TYPES, a as INPUT_AUTOCOMPLETES, c as INPUT_AUTOCORRECTS, d as INPUT_INPUT_MODES, e as INPUT_MASKS } from './input.interfaces-BMM6Nxeh.js';
13
+ import { T as Type } from './type-7qEQcw90.js';
14
+ import { O as OneOf } from './one-of-CjRvS2Tk.js';
15
+ import { L as ListenToConfig } from './config.decorator-CRYVBTkX.js';
14
16
  import './_commonjsHelpers-Duhf3ymL.js';
17
+ import './create-validator-decorator-fUav5byo.js';
15
18
  import './aria-DYfTMCkl.js';
16
19
  import './label.i18n-C7I7OlaM.js';
17
- import './config.utils-COlKFRlV.js';
20
+ import './config.utils-CR4Xudpz.js';
18
21
 
19
22
  class InputMaskUtil {
20
23
  constructor(component) {
@@ -411,7 +414,7 @@ const masks = [
411
414
  ];
412
415
  const getMask = (name) => masks.find(m => m.name === name);
413
416
 
414
- const inputHostCss = () => `:host{--_input-field-gap:var(--input-field-gap, var(--mod-input-field-gap, 0.25rem));--_input-family:var(--input-family, var(--mod-input-family, var(--ds-input-control-family)));--_input-weight:var(--input-weight, var(--mod-input-weight, var(--ds-input-control-weight)));--_input-line-height:var(--input-line-height, var(--mod-input-line-height, var(--ds-input-control-line-height)));--_input-size:var(--input-size, var(--mod-input-size, var(--ds-input-control-size-device)));--_input-color:var(--input-color, var(--mod-input-color, var(--ds-input-control-color-value-base)));--_input-placeholder:var(--input-placeholder, var(--mod-input-placeholder, var(--ds-input-control-color-placeholder-base)));--_input-container-background:var(--input-container-background, var(--mod-input-container-background, var(--ds-input-container-color-base-background)));--_input-container-border-color:var(--input-container-border-color, var(--mod-input-container-border-color, var(--ds-input-container-color-base-border)));--_input-container-border-width:var(--input-container-border-width, var(--mod-input-container-border-width, var(--ds-input-container-border-width)));--_input-container-radius:var(--input-container-radius, var(--mod-input-container-radius, var(--ds-input-container-radius)));--_input-container-hover-background:var(--input-container-hover-background, var(--mod-input-container-hover-background, var(--ds-input-container-color-hover-background)));--_input-container-active-background:var(--input-container-active-background, var(--mod-input-container-active-background, var(--ds-input-container-color-active-background)));--_input-container-focus-background:var(--input-container-focus-background, var(--mod-input-container-focus-background, var(--ds-input-container-color-focus-background)));--_input-container-hover-border:var(--input-container-hover-border, var(--mod-input-container-hover-border, var(--ds-input-container-color-hover-border)));--_input-container-active-border:var(--input-container-active-border, var(--mod-input-container-active-border, var(--ds-input-container-color-active-border)));--_input-container-focus-border:var(--input-container-focus-border, var(--mod-input-container-focus-border, var(--ds-input-container-color-focus-border)));--_input-label-color:var(--input-label-color, var(--mod-input-label-color, var(--ds-input-label-color-base)));--_input-label-family:var(--input-label-family, var(--mod-input-label-family, var(--ds-input-label-family)));--_input-label-weight:var(--input-label-weight, var(--mod-input-label-weight, var(--ds-input-label-weight)));--_input-label-line-height:var(--input-label-line-height, var(--mod-input-label-line-height, var(--ds-input-label-line-height)));--_input-label-size:var(--input-label-size, var(--mod-input-label-size, var(--ds-input-label-size-device)));--_input-description-color:var(--input-description-color, var(--mod-input-description-color, var(--ds-input-description-color-base)));--_input-description-family:var(--input-description-family, var(--mod-input-description-family, var(--ds-input-description-family)));--_input-description-weight:var(--input-description-weight, var(--mod-input-description-weight, var(--ds-input-description-weight)));--_input-description-line-height:var(--input-description-line-height, var(--mod-input-description-line-height, var(--ds-input-description-line-height)));--_input-description-size:var(--input-description-size, var(--mod-input-description-size, var(--ds-input-description-size-device)))}:host{position:relative;display:grid;gap:var(--_input-field-gap)}:host #input{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none;position:relative;background:inherit;-ms-flex:1;flex:1;color:var(--_input-color);font-family:var(--_input-family);font-weight:var(--_input-weight);font-size:var(--_input-size);line-height:var(--_input-line-height);border-radius:var(--_input-container-radius)}:host #input::-webkit-input-placeholder{color:var(--_input-placeholder)}:host #input::-moz-placeholder{color:var(--_input-placeholder)}:host #input:-ms-input-placeholder{color:var(--_input-placeholder)}:host #input::-ms-input-placeholder{color:var(--_input-placeholder)}:host #input::placeholder{color:var(--_input-placeholder)}:host #input::-moz-placeholder{color:var(--_input-placeholder)}:host #input::-webkit-input-placeholder{color:var(--_input-placeholder)}:host #input:-moz-placeholder{color:var(--_input-placeholder)}:host #input:-ms-input-placeholder{color:var(--_input-placeholder)}:host #container{-webkit-box-sizing:border-box;box-sizing:border-box;clear:both;display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;min-height:3rem;gap:.25rem;padding-inline:.5rem;background:var(--_input-container-background);border:var(--_input-container-border-width) solid var(--_input-container-border-color);border-radius:var(--_input-container-radius)}@media (hover: hover)and (pointer: fine){:host #container:hover,:host #container.is-hovered{background:var(--_input-container-hover-background);border-color:var(--_input-container-hover-border)}}:host #container:active,:host #container.is-pressed{background:var(--_input-container-active-background);border-color:var(--_input-container-active-border)}:host #container:focus-within:not(:active),:host #container.is-focused:not(:active){background:var(--_input-container-focus-background);border-color:var(--_input-container-focus-border)}:host :where(fieldset){margin:0;padding:0;border:none}:host :where(legend){padding:0;float:left;width:100%}:host label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;text-wrap:balance;min-width:0;color:var(--_input-label-color);font-family:var(--_input-label-family);font-weight:var(--_input-label-weight);font-size:var(--_input-label-size);line-height:var(--_input-label-line-height)}:host #description{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:-ms-flexbox;display:flex;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;text-wrap:balance;min-width:0;gap:.25rem;min-height:1.125rem;color:var(--_input-description-color);font-family:var(--_input-description-family);font-weight:var(--_input-description-weight);font-size:var(--_input-description-size);line-height:var(--_input-description-line-height)}:host #description ds-icon{--icon-color:var(--_input-description-color)}:host #inner{position:relative;display:grid;gap:var(--_input-field-gap)}:host(.is-danger){--mod-input-container-border-color:var(--ds-input-container-color-danger-border);--mod-input-description-color:var(--ds-input-description-color-danger);--mod-input-container-hover-border:var(--ds-input-container-color-danger-border);--mod-input-container-active-border:var(--ds-input-container-color-danger-border)}:host(.is-success){--mod-input-container-border-color:var(--ds-input-container-color-success-border);--mod-input-description-color:var(--ds-input-description-color-success);--mod-input-container-hover-border:var(--ds-input-container-color-success-border);--mod-input-container-active-border:var(--ds-input-container-color-success-border)}:host(.is-warning){--mod-input-container-border-color:var(--ds-input-container-color-warning-border);--mod-input-description-color:var(--ds-input-description-color-warning);--mod-input-container-hover-border:var(--ds-input-container-color-warning-border);--mod-input-container-active-border:var(--ds-input-container-color-warning-border)}:host(.is-disabled),:host(.is-disabled) #label,:host(.is-disabled) #description,:host(.is-disabled) #input{pointer-events:none;cursor:default}:host(.is-disabled){--mod-input-container-background:var(--ds-input-container-color-disabled-background);--mod-input-container-border-color:var(--ds-input-container-color-disabled-border);--mod-input-label-color:var(--ds-input-label-color-disabled);--mod-input-description-color:var(--ds-input-description-color-disabled);--mod-input-color:var(--ds-input-control-color-value-disabled);--mod-input-placeholder:var(--ds-input-control-color-placeholder-disabled)}`;
417
+ const inputHostCss = () => `:host{--_form-field-gap:var(--form-field-gap, var(--mod-form-field-gap, 0.25rem));--_form-container-background:var(--form-container-background, var(--mod-form-container-background, var(--ds-form-container-color-base-background)));--_form-container-border-color:var(--form-container-border-color, var(--mod-form-container-border-color, var(--ds-form-container-color-base-border)));--_form-container-border-width:var(--form-container-border-width, var(--mod-form-container-border-width, var(--ds-form-container-border-width)));--_form-container-radius:var(--form-container-radius, var(--mod-form-container-radius, var(--ds-form-container-radius)));--_form-container-hover-background:var(--form-container-hover-background, var(--mod-form-container-hover-background, var(--ds-form-container-color-hover-background)));--_form-container-active-background:var(--form-container-active-background, var(--mod-form-container-active-background, var(--ds-form-container-color-active-background)));--_form-container-focus-background:var(--form-container-focus-background, var(--mod-form-container-focus-background, var(--ds-form-container-color-focus-background)));--_form-container-hover-border:var(--form-container-hover-border, var(--mod-form-container-hover-border, var(--ds-form-container-color-hover-border)));--_form-container-active-border:var(--form-container-active-border, var(--mod-form-container-active-border, var(--ds-form-container-color-active-border)));--_form-container-focus-border:var(--form-container-focus-border, var(--mod-form-container-focus-border, var(--ds-form-container-color-focus-border)));--_form-label-color:var(--form-label-color, var(--mod-form-label-color, var(--ds-form-label-color-base)));--_form-label-family:var(--form-label-family, var(--mod-form-label-family, var(--ds-form-label-family)));--_form-label-weight:var(--form-label-weight, var(--mod-form-label-weight, var(--ds-form-label-weight)));--_form-label-line-height:var(--form-label-line-height, var(--mod-form-label-line-height, var(--ds-form-label-line-height)));--_form-label-size:var(--form-label-size, var(--mod-form-label-size, var(--ds-form-label-size-device)));--_form-description-color:var(--form-description-color, var(--mod-form-description-color, var(--ds-form-description-color-base)));--_form-description-family:var(--form-description-family, var(--mod-form-description-family, var(--ds-form-description-family)));--_form-description-weight:var(--form-description-weight, var(--mod-form-description-weight, var(--ds-form-description-weight)));--_form-description-line-height:var(--form-description-line-height, var(--mod-form-description-line-height, var(--ds-form-description-line-height)));--_form-description-size:var(--form-description-size, var(--mod-form-description-size, var(--ds-form-description-size-device)));--_input-family:var(--input-family, var(--mod-input-family, var(--ds-form-control-family)));--_input-weight:var(--input-weight, var(--mod-input-weight, var(--ds-form-control-weight)));--_input-line-height:var(--input-line-height, var(--mod-input-line-height, var(--ds-form-control-line-height)));--_input-size:var(--input-size, var(--mod-input-size, var(--ds-form-control-size-device)));--_input-color:var(--input-color, var(--mod-input-color, var(--ds-form-control-color-value-base)));--_input-placeholder:var(--input-placeholder, var(--mod-input-placeholder, var(--ds-form-control-color-placeholder-base)))}:host{position:relative;display:grid;gap:var(--_form-field-gap)}:host #container{-webkit-box-sizing:border-box;box-sizing:border-box;clear:both;display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;min-height:3rem;gap:.25rem;padding-inline:.5rem;background:var(--_form-container-background);border:var(--_form-container-border-width) solid var(--_form-container-border-color);border-radius:var(--_form-container-radius)}@media (hover: hover)and (pointer: fine){:host #container:hover,:host #container.is-hovered{background:var(--_form-container-hover-background);border-color:var(--_form-container-hover-border)}}:host #container:active,:host #container.is-pressed{background:var(--_form-container-active-background);border-color:var(--_form-container-active-border)}:host #container:focus-within:not(:active),:host #container.is-focused:not(:active){background:var(--_form-container-focus-background);border-color:var(--_form-container-focus-border)}:host :where(fieldset){margin:0;padding:0;border:none}:host :where(legend){padding:0;float:left;width:100%}:host label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;text-wrap:balance;min-width:0;color:var(--_form-label-color);font-family:var(--_form-label-family);font-weight:var(--_form-label-weight);font-size:var(--_form-label-size);line-height:var(--_form-label-line-height)}:host #description{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:-ms-flexbox;display:flex;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;text-wrap:balance;min-width:0;gap:.25rem;min-height:1.125rem;color:var(--_form-description-color);font-family:var(--_form-description-family);font-weight:var(--_form-description-weight);font-size:var(--_form-description-size);line-height:var(--_form-description-line-height)}:host #description ds-icon{--icon-color:var(--_form-description-color)}:host #input{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none;position:relative;background:inherit;-ms-flex:1;flex:1;color:var(--_input-color);font-family:var(--_input-family);font-weight:var(--_input-weight);font-size:var(--_input-size);line-height:var(--_input-line-height);border-radius:var(--_input-container-radius)}:host #input::-webkit-input-placeholder{color:var(--_input-placeholder)}:host #input::-moz-placeholder{color:var(--_input-placeholder)}:host #input:-ms-input-placeholder{color:var(--_input-placeholder)}:host #input::-ms-input-placeholder{color:var(--_input-placeholder)}:host #input::placeholder{color:var(--_input-placeholder)}:host #input::-moz-placeholder{color:var(--_input-placeholder)}:host #input::-webkit-input-placeholder{color:var(--_input-placeholder)}:host #input:-moz-placeholder{color:var(--_input-placeholder)}:host #input:-ms-input-placeholder{color:var(--_input-placeholder)}:host #inner{position:relative;display:grid;gap:var(--_form-field-gap)}:host(.is-danger){--mod-form-container-border-color:var(--ds-form-container-color-danger-border);--mod-form-description-color:var(--ds-form-description-color-danger);--mod-form-container-hover-border:var(--ds-form-container-color-danger-border);--mod-form-container-active-border:var(--ds-form-container-color-danger-border)}:host(.is-success){--mod-form-container-border-color:var(--ds-form-container-color-success-border);--mod-form-description-color:var(--ds-form-description-color-success);--mod-form-container-hover-border:var(--ds-form-container-color-success-border);--mod-form-container-active-border:var(--ds-form-container-color-success-border)}:host(.is-warning){--mod-form-container-border-color:var(--ds-form-container-color-warning-border);--mod-form-description-color:var(--ds-form-description-color-warning);--mod-form-container-hover-border:var(--ds-form-container-color-warning-border);--mod-form-container-active-border:var(--ds-form-container-color-warning-border)}:host(.is-disabled),:host(.is-disabled) #label,:host(.is-disabled) #description,:host(.is-disabled) #input{pointer-events:none;cursor:default}:host(.is-disabled){--mod-form-container-background:var(--ds-form-container-color-disabled-background);--mod-form-container-border-color:var(--ds-form-container-color-disabled-border);--mod-form-label-color:var(--ds-form-label-color-disabled);--mod-form-description-color:var(--ds-form-description-color-disabled);--mod-input-color:var(--ds-form-control-color-value-disabled);--mod-input-placeholder:var(--ds-form-control-color-placeholder-disabled)}`;
415
418
 
416
419
  const Input = class {
417
420
  constructor(hostRef) {
@@ -611,7 +614,6 @@ const Input = class {
611
614
  * ------------------------------------------------------
612
615
  */
613
616
  connectedCallback() {
614
- setupValidation(this);
615
617
  this.debounceChanged();
616
618
  this.maskChanged();
617
619
  this.control.connectedCallback();
@@ -657,7 +659,7 @@ const Input = class {
657
659
  }
658
660
  getFormattedValue() {
659
661
  const value = this.getRawValue();
660
- const suffix = this.suffix !== undefined && value !== undefined && value !== '' ? ' ' + this.suffix : '';
662
+ const suffix = hasValue(this.suffix) && hasValue(value) ? ' ' + this.suffix : '';
661
663
  return `${value}${suffix}`;
662
664
  }
663
665
  /**
@@ -667,17 +669,17 @@ const Input = class {
667
669
  render() {
668
670
  var _a;
669
671
  let value;
670
- if (this.mask) {
672
+ if (hasValue(this.mask)) {
671
673
  value = (_a = this.maskUtil.format(this.getRawValue())) !== null && _a !== void 0 ? _a : this.getRawValue();
672
674
  }
673
675
  else {
674
676
  value = this.focused ? this.getRawValue() : this.getFormattedValue();
675
677
  }
676
678
  let inputProps = {};
677
- if (this.pattern) {
679
+ if (hasValue(this.pattern)) {
678
680
  inputProps = { pattern: this.pattern };
679
681
  }
680
- return (h(Field, { key: '812474583ab9af7ac3156efe5bd7e44f904733e6', disabled: this.disabled, color: this.color, invalid: this.invalid, loading: this.loading, label: this.label, description: this.description, invalidText: this.invalidText, required: this.required, language: this.language }, h("input", Object.assign({ key: '5c94b1ed5a483ccda801c984552a73c6f352cb1f', id: "input", part: "input", name: this.name, ref: inputEl => (this.control.nativeEl = inputEl), "aria-describedby": "description", "aria-invalid": this.invalid === true ? 'true' : 'false', disabled: this.disabled, accept: this.accept, inputMode: this.inputmode, autoCapitalize: this.autocapitalize, autocomplete: this.autocomplete, autocorrect: this.autocorrect, autofocus: this.autofocus, min: this.min, max: this.max, minLength: this.minLength, maxLength: this.maxLength, multiple: this.multiple, placeholder: this.placeholder || '', readonly: this.readonly, required: this.required, spellcheck: this.spellcheck, type: this.type, value: value, onClick: ev => this.handleClick(ev), onFocus: ev => this.handleFocus(ev), onBlur: ev => this.handleBlur(ev), onInput: ev => this.handleInput(ev), onKeyDown: ev => this.handleKeydown(ev), onKeyPress: ev => this.dsKeyPress.emit(ev) }, inputProps, this.inheritedAttributes))));
682
+ return (h(Field, { key: 'babef5825e546b7b80315ed7b83240d2b82562c0', disabled: this.disabled, color: this.color, invalid: this.invalid, loading: this.loading, label: this.label, description: this.description, invalidText: this.invalidText, required: this.required, language: this.language }, h("input", Object.assign({ key: '57f52c5591d793be3c19ab144f497d793bffbeed', id: "input", part: "input", name: this.name, ref: inputEl => (this.control.nativeEl = inputEl), "aria-describedby": "description", "aria-invalid": this.invalid === true ? 'true' : 'false', disabled: this.disabled, accept: this.accept, inputMode: this.inputmode, autoCapitalize: this.autocapitalize, autocomplete: this.autocomplete, autocorrect: this.autocorrect, autofocus: this.autofocus, min: this.min, max: this.max, minLength: this.minLength, maxLength: this.maxLength, multiple: this.multiple, placeholder: this.placeholder || '', readonly: this.readonly, required: this.required, spellcheck: this.spellcheck, type: this.type, value: value, onClick: ev => this.handleClick(ev), onFocus: ev => this.handleFocus(ev), onBlur: ev => this.handleBlur(ev), onInput: ev => this.handleInput(ev), onKeyDown: ev => this.handleKeydown(ev), onKeyPress: ev => this.dsKeyPress.emit(ev) }, inputProps, this.inheritedAttributes))));
681
683
  }
682
684
  static get formAssociated() { return true; }
683
685
  get el() { return getElement(this); }
@@ -697,123 +699,123 @@ __decorate([
697
699
  __metadata("design:returntype", void 0)
698
700
  ], Input.prototype, "createLogger", null);
699
701
  __decorate([
700
- ValidateType('string'),
702
+ Type('string'),
701
703
  __metadata("design:type", Object)
702
704
  ], Input.prototype, "value", void 0);
703
705
  __decorate([
704
- ValidateType('string'),
706
+ Type('string'),
705
707
  __metadata("design:type", String)
706
708
  ], Input.prototype, "name", void 0);
707
709
  __decorate([
708
- ValidateType('string'),
710
+ Type('string'),
709
711
  __metadata("design:type", String)
710
712
  ], Input.prototype, "label", void 0);
711
713
  __decorate([
712
- ValidateType('string'),
714
+ Type('string'),
713
715
  __metadata("design:type", String)
714
716
  ], Input.prototype, "description", void 0);
715
717
  __decorate([
716
- ValidateOneOf(...INPUT_COLORS),
718
+ OneOf(INPUT_COLORS),
717
719
  __metadata("design:type", String)
718
720
  ], Input.prototype, "color", void 0);
719
721
  __decorate([
720
- ValidateType('boolean'),
722
+ Type('boolean'),
721
723
  __metadata("design:type", Boolean)
722
724
  ], Input.prototype, "loading", void 0);
723
725
  __decorate([
724
- ValidateType('boolean'),
726
+ Type('boolean'),
725
727
  __metadata("design:type", Boolean)
726
728
  ], Input.prototype, "invalid", void 0);
727
729
  __decorate([
728
- ValidateType('string'),
730
+ Type('string'),
729
731
  __metadata("design:type", String)
730
732
  ], Input.prototype, "invalidText", void 0);
731
733
  __decorate([
732
- ValidateOneOf(...INPUT_INPUT_TYPES),
734
+ OneOf(INPUT_INPUT_TYPES),
733
735
  __metadata("design:type", String)
734
736
  ], Input.prototype, "type", void 0);
735
737
  __decorate([
736
- ValidateType('string'),
738
+ Type('string'),
737
739
  __metadata("design:type", String)
738
740
  ], Input.prototype, "accept", void 0);
739
741
  __decorate([
740
- ValidateType('string'),
742
+ Type('string'),
741
743
  __metadata("design:type", String)
742
744
  ], Input.prototype, "autocapitalize", void 0);
743
745
  __decorate([
744
- ValidateOneOf(...INPUT_AUTOCOMPLETES),
746
+ OneOf(INPUT_AUTOCOMPLETES),
745
747
  __metadata("design:type", String)
746
748
  ], Input.prototype, "autocomplete", void 0);
747
749
  __decorate([
748
- ValidateOneOf(...INPUT_AUTOCORRECTS),
750
+ OneOf(INPUT_AUTOCORRECTS),
749
751
  __metadata("design:type", String)
750
752
  ], Input.prototype, "autocorrect", void 0);
751
753
  __decorate([
752
- ValidateType('boolean'),
754
+ Type('boolean'),
753
755
  __metadata("design:type", Boolean)
754
756
  ], Input.prototype, "autofocus", void 0);
755
757
  __decorate([
756
- ValidateType('number'),
758
+ Type('number'),
757
759
  __metadata("design:type", Number)
758
760
  ], Input.prototype, "debounce", void 0);
759
761
  __decorate([
760
- ValidateType('string'),
762
+ Type('string'),
761
763
  __metadata("design:type", String)
762
764
  ], Input.prototype, "placeholder", void 0);
763
765
  __decorate([
764
- ValidateType('string'),
766
+ Type('string'),
765
767
  __metadata("design:type", String)
766
768
  ], Input.prototype, "max", void 0);
767
769
  __decorate([
768
- ValidateType('number'),
770
+ Type('number'),
769
771
  __metadata("design:type", Number)
770
772
  ], Input.prototype, "maxLength", void 0);
771
773
  __decorate([
772
- ValidateType('string'),
774
+ Type('string'),
773
775
  __metadata("design:type", String)
774
776
  ], Input.prototype, "min", void 0);
775
777
  __decorate([
776
- ValidateType('number'),
778
+ Type('number'),
777
779
  __metadata("design:type", Number)
778
780
  ], Input.prototype, "minLength", void 0);
779
781
  __decorate([
780
- ValidateType('boolean'),
782
+ Type('boolean'),
781
783
  __metadata("design:type", Boolean)
782
784
  ], Input.prototype, "multiple", void 0);
783
785
  __decorate([
784
- ValidateType('string'),
786
+ Type('string'),
785
787
  __metadata("design:type", String)
786
788
  ], Input.prototype, "pattern", void 0);
787
789
  __decorate([
788
- ValidateType('string'),
790
+ Type('string'),
789
791
  __metadata("design:type", String)
790
792
  ], Input.prototype, "allowedKeyPress", void 0);
791
793
  __decorate([
792
- ValidateType('boolean'),
794
+ Type('boolean'),
793
795
  __metadata("design:type", Boolean)
794
796
  ], Input.prototype, "required", void 0);
795
797
  __decorate([
796
- ValidateType('boolean'),
798
+ Type('boolean'),
797
799
  __metadata("design:type", Boolean)
798
800
  ], Input.prototype, "spellcheck", void 0);
799
801
  __decorate([
800
- ValidateType('boolean'),
802
+ Type('boolean'),
801
803
  __metadata("design:type", Boolean)
802
804
  ], Input.prototype, "disabled", void 0);
803
805
  __decorate([
804
- ValidateType('boolean'),
806
+ Type('boolean'),
805
807
  __metadata("design:type", Boolean)
806
808
  ], Input.prototype, "readonly", void 0);
807
809
  __decorate([
808
- ValidateType('string'),
810
+ Type('string'),
809
811
  __metadata("design:type", String)
810
812
  ], Input.prototype, "suffix", void 0);
811
813
  __decorate([
812
- ValidateOneOf(...INPUT_INPUT_MODES),
814
+ OneOf(INPUT_INPUT_MODES),
813
815
  __metadata("design:type", String)
814
816
  ], Input.prototype, "inputmode", void 0);
815
817
  __decorate([
816
- ValidateOneOf(...INPUT_MASKS),
818
+ OneOf(INPUT_MASKS),
817
819
  __metadata("design:type", String)
818
820
  ], Input.prototype, "mask", void 0);
819
821
  __decorate([
@@ -1,18 +1,20 @@
1
1
  /*!
2
2
  * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
3
  */
4
- import { B as registerInstance, I as createEvent, E as h, F as Host, G as getElement } from './index-CuwLeg-T.js';
5
- import { _ as __decorate, L as Logger, a as __metadata } from './tslib.es6-tdchDLyb.js';
6
- import { s as setupValidation, V as ValidateType, a as ValidateOneOf } from './validate.decorator-82RSSk25.js';
4
+ import { B as registerInstance, I as createEvent, E as h, F as Host, G as getElement } from './index-B-v2Wm-V.js';
5
+ import { _ as __decorate, L as Logger, a as __metadata } from './tslib.es6-n47B6oUi.js';
7
6
  import { A as ACCORDION_MARKERS, a as ACCORDION_MARKER_POSITIONS } from './accordion.interfaces-C7u0gyLh.js';
8
- import { B as BUTTON_TARGETS } from './button.interfaces-BkESlUMc.js';
7
+ import { B as BUTTON_TARGETS } from './button.interfaces-BPGfTrrM.js';
8
+ import { T as Type } from './type-7qEQcw90.js';
9
+ import { O as OneOf } from './one-of-CjRvS2Tk.js';
10
+ import './create-validator-decorator-fUav5byo.js';
9
11
 
10
12
  const ITEM_VARIANTS = ['default', 'link', 'button', 'accordion'];
11
- const ITEM_ACTION_ICONS = ['default', 'link', 'link-external', 'download'];
13
+ const ITEM_ACTION_ICONS = ['', 'default', 'link', 'link-external', 'download'];
12
14
  const ITEM_LABEL_LEVELS = ['', 'h1', 'h2', 'h3', 'h4', 'h5'];
13
15
  const ITEM_LABEL_SIZES = ['', 'h1', 'h2', 'h3', 'h4', 'h5', '3xl', '2xl', 'xl', 'lg', 'base'];
14
16
 
15
- const itemHostCss = () => `:host{--_list-item-focus:var(--list-item-focus, var(--mod-list-item-focus, var(--ds-alias-interaction-focus-color-base)));--_list-item-grid-template-columns:var(--list-item-grid-template-columns, var(--mod-list-item-grid-template-columns, 1fr));--_list-item-min-height:var(--list-item-min-height, var(--mod-list-item-min-height, 3.5rem));--_list-item-gap:var(--list-item-gap, var(--mod-list-item-gap, 1rem));--_list-item-space:var(--list-item-space, var(--mod-list-item-space, 0.5rem));--_list-item-content-gap:var(--list-item-content-gap, var(--mod-list-item-content-gap, 1px));--_list-item-color:var(--list-item-color, var(--mod-list-item-color, inherit));--_list-item-border-color:var(--list-item-border-color, var(--mod-list-item-border-color, var(--ds-list-item-border-color)));--_list-item-border-width:var(--list-item-border-width, var(--mod-list-item-border-width, var(--ds-list-item-border-width, 2px)));--_list-item-border-radius:var(--list-item-border-radius, var(--mod-list-item-border-radius, 12px));--_list-item-accordion-py:var(--list-item-accordion-py, var(--mod-list-item-accordion-py, var(--ds-alias-space-base-device)));--_list-item-action-icon-size:var(--list-item-action-icon-size, var(--mod-list-item-action-icon-size, var(--ds-icon-size-xs)));--_list-item-title-size:var(--list-item-title-size, var(--mod-list-item-title-size, var(--ds-heading-5-size-device)));--_list-item-title-weight:var(--list-item-title-weight, var(--mod-list-item-title-weight, var(--ds-text-weight-bold)));--_list-item-title-family:var(--list-item-title-family, var(--mod-list-item-title-family, var(--ds-global-font-family-heading)));--_list-item-text-family:var(--list-item-text-family, var(--mod-list-item-text-family, var(--ds-global-font-family-body)));--_list-item-text-weight:var(--list-item-text-weight, var(--mod-list-item-text-weight, var(--ds-text-weight-regular)));--_list-item-text-size:var(--list-item-text-size, var(--mod-list-item-text-size, var(--ds-text-size-sm-device)))}:host{position:relative;display:grid;-webkit-box-sizing:border-box;box-sizing:border-box;grid-template-columns:var(--_list-item-grid-template-columns)}:host ::slotted([slot=content]){min-height:46px}:host #item{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center;gap:var(--_list-item-gap);width:100%;color:var(--_list-item-color);background:inherit;border:none;-ms-flex-item-align:stretch;align-self:stretch;text-align:left;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--_list-item-title-family);padding:var(--_list-item-space) 0;padding-bottom:calc(var(--_list-item-space) + 2px);min-height:var(--_list-item-min-height)}:host #item ds-icon{-ms-flex-negative:0;flex-shrink:0}:host #item #content+ds-icon{--icon-size:var(--_list-item-action-icon-size);--icon-inner-size:var(--_list-item-action-icon-size)}:host #item #content{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--_list-item-content-gap);font-family:var(--_list-item-text-family);font-weight:var(--_list-item-text-weight)}:host #item #label{font-family:var(--_list-item-title-family);font-weight:var(--_list-item-title-weight);font-size:var(--_list-item-title-size);margin:0}:host #item #description{font-family:var(--_list-item-text-family);font-weight:var(--_list-item-text-weight);font-size:var(--_list-item-text-size);margin:0}:host #item:after{content:"";border-radius:var(--_list-item-border-radius);width:100%;position:absolute;bottom:0;left:0;right:0;height:var(--_list-item-border-width);background:var(--_list-item-border-color)}:host(.has-label-h1){--mod-list-item-title-size:var(--ds-heading-1-size-device)}:host(.has-label-3xl){--mod-list-item-title-size:var(--ds-heading-1-size-device)}:host(.has-label-h2){--mod-list-item-title-size:var(--ds-heading-2-size-device)}:host(.has-label-2xl){--mod-list-item-title-size:var(--ds-heading-2-size-device)}:host(.has-label-h3){--mod-list-item-title-size:var(--ds-heading-3-size-device)}:host(.has-label-xl){--mod-list-item-title-size:var(--ds-heading-3-size-device)}:host(.has-label-h4){--mod-list-item-title-size:var(--ds-heading-4-size-device)}:host(.has-label-lg){--mod-list-item-title-size:var(--ds-heading-4-size-device)}:host(.has-label-h5){--mod-list-item-title-size:var(--ds-heading-5-size-device)}:host(.has-label-base){--mod-list-item-title-size:var(--ds-heading-5-size-device)}:host(.is-link) #item,:host(.is-button) #item{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none;text-decoration:none;outline:none;cursor:pointer}:host(.is-link) #item::-moz-focus-inner,:host(.is-button) #item::-moz-focus-inner{border:0}:host(.is-link) #item #content,:host(.is-button) #item #content{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;font-family:var(--_list-item-title-family);font-weight:var(--_list-item-title-weight);font-size:var(--_list-item-title-size);color:var(--ds-link-color-base)}@media (hover: hover)and (pointer: fine){:host(.is-link) #item:hover:after,:host(.is-link) #item.is-hovered:after,:host(.is-button) #item:hover:after,:host(.is-button) #item.is-hovered:after{background:var(--ds-link-color-base-hover)}:host(.is-link) #item:hover,:host(.is-link) #item.is-hovered,:host(.is-button) #item:hover,:host(.is-button) #item.is-hovered{color:var(--ds-link-color-base-hover)}:host(.is-link) #item:hover #content,:host(.is-link) #item.is-hovered #content,:host(.is-button) #item:hover #content,:host(.is-button) #item.is-hovered #content{color:var(--ds-link-color-base-hover)}:host(.is-link) #item:hover ds-icon,:host(.is-link) #item:hover ::slotted(ds-icon),:host(.is-link) #item:hover ::slotted(ds-badge),:host(.is-link) #item.is-hovered ds-icon,:host(.is-link) #item.is-hovered ::slotted(ds-icon),:host(.is-link) #item.is-hovered ::slotted(ds-badge),:host(.is-button) #item:hover ds-icon,:host(.is-button) #item:hover ::slotted(ds-icon),:host(.is-button) #item:hover ::slotted(ds-badge),:host(.is-button) #item.is-hovered ds-icon,:host(.is-button) #item.is-hovered ::slotted(ds-icon),:host(.is-button) #item.is-hovered ::slotted(ds-badge){--icon-color:var(--ds-link-color-base-hover)}}:host(.is-link) #item:active:after,:host(.is-link) #item.is-pressed:after,:host(.is-button) #item:active:after,:host(.is-button) #item.is-pressed:after{background:var(--ds-link-color-base-active)}:host(.is-link) #item:active,:host(.is-link) #item.is-pressed,:host(.is-button) #item:active,:host(.is-button) #item.is-pressed{color:var(--ds-link-color-base-active)}:host(.is-link) #item:active #content,:host(.is-link) #item.is-pressed #content,:host(.is-button) #item:active #content,:host(.is-button) #item.is-pressed #content{color:var(--ds-link-color-base-active)}:host(.is-link) #item:active ds-icon,:host(.is-link) #item:active ::slotted(ds-icon),:host(.is-link) #item:active ::slotted(ds-badge),:host(.is-link) #item.is-pressed ds-icon,:host(.is-link) #item.is-pressed ::slotted(ds-icon),:host(.is-link) #item.is-pressed ::slotted(ds-badge),:host(.is-button) #item:active ds-icon,:host(.is-button) #item:active ::slotted(ds-icon),:host(.is-button) #item:active ::slotted(ds-badge),:host(.is-button) #item.is-pressed ds-icon,:host(.is-button) #item.is-pressed ::slotted(ds-icon),:host(.is-button) #item.is-pressed ::slotted(ds-badge){--icon-color:var(--ds-link-color-base-active)}:host(.is-link) #item:focus-visible:not(:active):before,:host(.is-link) #item.is-focused:not(:active):before,:host(.is-button) #item:focus-visible:not(:active):before,:host(.is-button) #item.is-focused:not(:active):before{-webkit-box-shadow:var(--ds-alias-interaction-focus-color-border) 0 0 0 2px,var(--_list-item-focus) 0 0 0 5px !important;box-shadow:var(--ds-alias-interaction-focus-color-border) 0 0 0 2px,var(--_list-item-focus) 0 0 0 5px !important;content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border-radius:var(--ds-alias-radius-base)}:host(.is-accordion) ::slotted(p){padding-block:var(--_list-item-accordion-py)}:host(.is-accordion) #accordion-content:after{content:"";border-radius:var(--_list-item-border-radius);width:100%;position:absolute;bottom:0;left:0;right:0;height:var(--_list-item-border-width);background:var(--_list-item-border-color)}:host(.is-disabled) #item{pointer-events:none !important;cursor:default !important;color:var(--ds-list-item-disabled)}:host(.is-disabled) #item #content{color:var(--ds-list-item-disabled)}:host(.is-disabled) #item ds-icon,:host(.is-disabled) #item ds-badge,:host(.is-disabled) #item ::slotted(ds-icon),:host(.is-disabled) #item ::slotted(ds-badge){--icon-color:var(--ds-list-item-disabled)}:host(.is-disabled) #item ds-badge,:host(.is-disabled) #item ::slotted(ds-badge){--badge-color-background:var(--ds-badge-color-grey-background);--badge-color-text:var(--ds-badge-color-grey-text)}`;
17
+ const itemHostCss = () => `:host{--_list-item-focus:var(--list-item-focus, var(--mod-list-item-focus, var(--ds-alias-interaction-focus-color-base)));--_list-item-grid-template-columns:var(--list-item-grid-template-columns, var(--mod-list-item-grid-template-columns, 1fr));--_list-item-min-height:var(--list-item-min-height, var(--mod-list-item-min-height, 3.5rem));--_list-item-gap:var(--list-item-gap, var(--mod-list-item-gap, 1rem));--_list-item-space:var(--list-item-space, var(--mod-list-item-space, 0.5rem));--_list-item-content-gap:var(--list-item-content-gap, var(--mod-list-item-content-gap, 1px));--_list-item-color:var(--list-item-color, var(--mod-list-item-color, inherit));--_list-item-border-color-base:var(--list-item-border-color-base, var(--mod-list-item-border-color-base, var(--ds-list-item-border-color)));--_list-item-border-color-hover:var(--list-item-border-color-hover, var(--mod-list-item-border-color-hover, var(--ds-link-color-base)));--_list-item-border-color-active:var(--list-item-border-color-active, var(--mod-list-item-border-color-active, var(--ds-link-color-base-active)));--_list-item-border-width:var(--list-item-border-width, var(--mod-list-item-border-width, var(--ds-list-item-border-width, 2px)));--_list-item-border-radius:var(--list-item-border-radius, var(--mod-list-item-border-radius, 12px));--_list-item-background-base:var(--list-item-background-base, var(--mod-list-item-background-base, transparent));--_list-item-background-hover:var(--list-item-background-hover, var(--mod-list-item-background-hover, var(--ds-alias-background-color-primary-lighter)));--_list-item-background-active:var(--list-item-background-active, var(--mod-list-item-background-active, var(--ds-alias-background-color-primary-lighter)));--_list-item-accordion-py:var(--list-item-accordion-py, var(--mod-list-item-accordion-py, var(--ds-alias-space-base-device)));--_list-item-action-icon-size:var(--list-item-action-icon-size, var(--mod-list-item-action-icon-size, var(--ds-icon-size-xs)));--_list-item-title-size:var(--list-item-title-size, var(--mod-list-item-title-size, var(--ds-heading-5-size-device)));--_list-item-title-weight:var(--list-item-title-weight, var(--mod-list-item-title-weight, var(--ds-alias-text-weight-bold)));--_list-item-title-family:var(--list-item-title-family, var(--mod-list-item-title-family, var(--ds-global-font-family-heading)));--_list-item-text-family:var(--list-item-text-family, var(--mod-list-item-text-family, var(--ds-global-font-family-body)));--_list-item-text-weight:var(--list-item-text-weight, var(--mod-list-item-text-weight, var(--ds-alias-text-weight-regular)));--_list-item-text-size:var(--list-item-text-size, var(--mod-list-item-text-size, var(--ds-alias-text-size-sm-device)))}:host{position:relative;display:grid;-webkit-box-sizing:border-box;box-sizing:border-box;grid-template-columns:var(--_list-item-grid-template-columns)}:host ::slotted([slot=content]){min-height:46px}:host #item{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center;gap:var(--_list-item-gap);width:100%;color:var(--_list-item-color);background:inherit;border:none;-ms-flex-item-align:stretch;align-self:stretch;text-align:left;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--_list-item-title-family);padding:var(--_list-item-space) .25rem;padding-bottom:calc(var(--_list-item-space) + 2px);min-height:var(--_list-item-min-height)}:host #item ds-icon{-ms-flex-negative:0;flex-shrink:0}:host #item #content+ds-icon{--icon-size:var(--_list-item-action-icon-size);--icon-inner-size:var(--_list-item-action-icon-size)}:host #item #content{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--_list-item-content-gap);font-family:var(--_list-item-text-family);font-weight:var(--_list-item-text-weight)}:host #item #label{font-family:var(--_list-item-title-family);font-weight:var(--_list-item-title-weight);font-size:var(--_list-item-title-size);margin:0}:host #item #description{font-family:var(--_list-item-text-family);font-weight:var(--_list-item-text-weight);font-size:var(--_list-item-text-size);margin:0}:host #item:after{content:"";border-radius:var(--_list-item-border-radius);width:100%;position:absolute;bottom:0;left:0;right:0;height:var(--_list-item-border-width);background:var(--_list-item-border-color-base)}:host(.has-label-h1){--mod-list-item-title-size:var(--ds-heading-1-size-device)}:host(.has-label-3xl){--mod-list-item-title-size:var(--ds-heading-1-size-device)}:host(.has-label-h2){--mod-list-item-title-size:var(--ds-heading-2-size-device)}:host(.has-label-2xl){--mod-list-item-title-size:var(--ds-heading-2-size-device)}:host(.has-label-h3){--mod-list-item-title-size:var(--ds-heading-3-size-device)}:host(.has-label-xl){--mod-list-item-title-size:var(--ds-heading-3-size-device)}:host(.has-label-h4){--mod-list-item-title-size:var(--ds-heading-4-size-device)}:host(.has-label-lg){--mod-list-item-title-size:var(--ds-heading-4-size-device)}:host(.has-label-h5){--mod-list-item-title-size:var(--ds-heading-5-size-device)}:host(.has-label-base){--mod-list-item-title-size:var(--ds-heading-5-size-device)}:host(.is-link) #item,:host(.is-button) #item{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none;text-decoration:none;outline:none;cursor:pointer;background:var(--_list-item-background-base)}:host(.is-link) #item::-moz-focus-inner,:host(.is-button) #item::-moz-focus-inner{border:0}:host(.is-link) #item #content,:host(.is-button) #item #content{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;font-family:var(--_list-item-title-family);font-weight:var(--_list-item-title-weight);font-size:var(--_list-item-title-size);color:var(--ds-link-color-base)}@media (hover: hover)and (pointer: fine){:host(.is-link) #item:hover,:host(.is-link) #item.is-hovered,:host(.is-button) #item:hover,:host(.is-button) #item.is-hovered{background:var(--_list-item-background-hover)}}:host(.is-link) #item:active,:host(.is-link) #item.is-pressed,:host(.is-button) #item:active,:host(.is-button) #item.is-pressed{background:var(--_list-item-background-active);color:var(--ds-link-color-base-active)}:host(.is-link) #item:active #content,:host(.is-link) #item.is-pressed #content,:host(.is-button) #item:active #content,:host(.is-button) #item.is-pressed #content{color:var(--ds-link-color-base-active)}:host(.is-link) #item:active ds-icon,:host(.is-link) #item:active ::slotted(ds-icon),:host(.is-link) #item:active ::slotted(ds-badge),:host(.is-link) #item.is-pressed ds-icon,:host(.is-link) #item.is-pressed ::slotted(ds-icon),:host(.is-link) #item.is-pressed ::slotted(ds-badge),:host(.is-button) #item:active ds-icon,:host(.is-button) #item:active ::slotted(ds-icon),:host(.is-button) #item:active ::slotted(ds-badge),:host(.is-button) #item.is-pressed ds-icon,:host(.is-button) #item.is-pressed ::slotted(ds-icon),:host(.is-button) #item.is-pressed ::slotted(ds-badge){--icon-color:var(--ds-link-color-base-active)}:host(.is-link) #item:before,:host(.is-button) #item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border-radius:var(--ds-alias-radius-base);-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transition-property:-webkit-box-shadow;transition-property:-webkit-box-shadow;transition-property:box-shadow;transition-property:box-shadow, -webkit-box-shadow;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:cubic-bezier(0, 0, 0.2, 1);transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}:host(.is-link) #item:focus-visible:not(:active):before,:host(.is-link) #item.is-focused:not(:active):before,:host(.is-button) #item:focus-visible:not(:active):before,:host(.is-button) #item.is-focused:not(:active):before{-webkit-box-shadow:var(--ds-alias-interaction-focus-color-border) 0 0 0 2px,var(--_list-item-focus) 0 0 0 5px !important;box-shadow:var(--ds-alias-interaction-focus-color-border) 0 0 0 2px,var(--_list-item-focus) 0 0 0 5px !important}@media (hover: hover)and (pointer: fine){:host(.is-link) #item:hover:after,:host(.is-link) #item.is-hovered:after,:host(.is-button) #item:hover:after,:host(.is-button) #item.is-hovered:after,:host(.is-accordion) #item:hover:after,:host(.is-accordion) #item.is-hovered:after{background:var(--_list-item-border-color-hover)}}:host(.is-link) #item:active:after,:host(.is-link) #item.is-pressed:after,:host(.is-button) #item:active:after,:host(.is-button) #item.is-pressed:after,:host(.is-accordion) #item:active:after,:host(.is-accordion) #item.is-pressed:after{background:var(--_list-item-border-color-active)}:host(.is-accordion) ::slotted(p){padding-block:var(--_list-item-accordion-py)}:host(.is-accordion) ds-accordion{--accordion-summary-color-hover:var(--ds-link-color-base)}:host(.is-accordion) ds-accordion::part(header){background:var(--_list-item-background-base)}:host(.is-accordion) ds-accordion::part(summary){padding-right:.25rem}:host(.is-accordion) ds-accordion::part(summary):hover{background:var(--_list-item-background-hover)}:host(.is-accordion) ds-accordion::part(summary):active{background:var(--_list-item-background-active)}:host(.is-accordion) #accordion-content:after{content:"";border-radius:var(--_list-item-border-radius);width:100%;position:absolute;bottom:0;left:0;right:0;height:var(--_list-item-border-width);background:var(--_list-item-border-color-base)}:host(.is-disabled) #item{pointer-events:none !important;cursor:default !important;color:var(--ds-list-item-disabled)}:host(.is-disabled) #item #content{color:var(--ds-list-item-disabled)}:host(.is-disabled) #item ds-icon,:host(.is-disabled) #item ds-badge,:host(.is-disabled) #item ::slotted(ds-icon),:host(.is-disabled) #item ::slotted(ds-badge){--icon-color:var(--ds-list-item-disabled)}:host(.is-disabled) #item ds-badge,:host(.is-disabled) #item ::slotted(ds-badge){--badge-color-background:var(--ds-badge-color-grey-background);--badge-color-text:var(--ds-badge-color-grey-text)}`;
16
18
 
17
19
  const Item = class {
18
20
  constructor(hostRef) {
@@ -47,7 +49,7 @@ const Item = class {
47
49
  /**
48
50
  * The action icon variant. Controls which icon is displayed for `link` and `button` variants.
49
51
  */
50
- this.actionIcon = 'default';
52
+ this.actionIcon = '';
51
53
  /**
52
54
  * The description text displayed below the label.
53
55
  */
@@ -74,7 +76,7 @@ const Item = class {
74
76
  /**
75
77
  * The semantic heading level of the label element.
76
78
  */
77
- this.labelLevel = 'h5';
79
+ this.labelLevel = '';
78
80
  /**
79
81
  * The visual size of the label. Defaults to `labelLevel` if not set.
80
82
  */
@@ -88,7 +90,7 @@ const Item = class {
88
90
  * Specifies where to display the linked URL.
89
91
  * Only applies when an `href` is provided.
90
92
  */
91
- this.target = '_self';
93
+ this.target = '';
92
94
  /**
93
95
  * The visual and functional variant of the item.
94
96
  */
@@ -104,13 +106,6 @@ const Item = class {
104
106
  createLogger(log) {
105
107
  this.log = log;
106
108
  }
107
- /**
108
- * LIFECYCLE
109
- * ------------------------------------------------------
110
- */
111
- connectedCallback() {
112
- setupValidation(this);
113
- }
114
109
  /**
115
110
  * RENDER
116
111
  * ------------------------------------------------------
@@ -125,13 +120,13 @@ const Item = class {
125
120
  if (this.actionIcon === 'link') {
126
121
  actionIconName = 'nav-go-right';
127
122
  }
128
- if (this.actionIcon === 'link-external') {
123
+ else if (this.actionIcon === 'link-external') {
129
124
  actionIconName = 'link';
130
125
  }
131
- if (this.actionIcon === 'download') {
126
+ else if (this.actionIcon === 'download') {
132
127
  actionIconName = 'download';
133
128
  }
134
- if (this.actionIcon === 'default') {
129
+ else if (this.actionIcon === 'default' || this.actionIcon === '') {
135
130
  if (this.variant === 'link' || this.variant === 'button') {
136
131
  actionIconName = 'nav-go-right';
137
132
  }
@@ -192,63 +187,63 @@ __decorate([
192
187
  __metadata("design:returntype", void 0)
193
188
  ], Item.prototype, "createLogger", null);
194
189
  __decorate([
195
- ValidateType('string'),
190
+ Type('string'),
196
191
  __metadata("design:type", String)
197
192
  ], Item.prototype, "accordionGroup", void 0);
198
193
  __decorate([
199
- ValidateOneOf(...ACCORDION_MARKERS),
194
+ OneOf(ACCORDION_MARKERS),
200
195
  __metadata("design:type", String)
201
196
  ], Item.prototype, "accordionMarker", void 0);
202
197
  __decorate([
203
- ValidateOneOf(...ACCORDION_MARKER_POSITIONS),
198
+ OneOf(ACCORDION_MARKER_POSITIONS),
204
199
  __metadata("design:type", String)
205
200
  ], Item.prototype, "accordionMarkerPosition", void 0);
206
201
  __decorate([
207
- ValidateType('boolean'),
202
+ Type('boolean'),
208
203
  __metadata("design:type", Boolean)
209
204
  ], Item.prototype, "accordionOpen", void 0);
210
205
  __decorate([
211
- ValidateOneOf(...ITEM_ACTION_ICONS),
206
+ OneOf(ITEM_ACTION_ICONS),
212
207
  __metadata("design:type", String)
213
208
  ], Item.prototype, "actionIcon", void 0);
214
209
  __decorate([
215
- ValidateType('string'),
210
+ Type('string'),
216
211
  __metadata("design:type", String)
217
212
  ], Item.prototype, "description", void 0);
218
213
  __decorate([
219
- ValidateType('boolean'),
214
+ Type('boolean'),
220
215
  __metadata("design:type", Boolean)
221
216
  ], Item.prototype, "disabled", void 0);
222
217
  __decorate([
223
- ValidateType('string'),
218
+ Type('string'),
224
219
  __metadata("design:type", String)
225
220
  ], Item.prototype, "download", void 0);
226
221
  __decorate([
227
- ValidateType('string'),
222
+ Type('string'),
228
223
  __metadata("design:type", String)
229
224
  ], Item.prototype, "href", void 0);
230
225
  __decorate([
231
- ValidateType('string'),
226
+ Type('string'),
232
227
  __metadata("design:type", String)
233
228
  ], Item.prototype, "label", void 0);
234
229
  __decorate([
235
- ValidateOneOf(...ITEM_LABEL_LEVELS),
230
+ OneOf(ITEM_LABEL_LEVELS),
236
231
  __metadata("design:type", String)
237
232
  ], Item.prototype, "labelLevel", void 0);
238
233
  __decorate([
239
- ValidateOneOf(...ITEM_LABEL_SIZES),
234
+ OneOf(ITEM_LABEL_SIZES),
240
235
  __metadata("design:type", String)
241
236
  ], Item.prototype, "labelSize", void 0);
242
237
  __decorate([
243
- ValidateType('string'),
238
+ Type('string'),
244
239
  __metadata("design:type", String)
245
240
  ], Item.prototype, "rel", void 0);
246
241
  __decorate([
247
- ValidateOneOf(...BUTTON_TARGETS),
242
+ OneOf(BUTTON_TARGETS),
248
243
  __metadata("design:type", String)
249
244
  ], Item.prototype, "target", void 0);
250
245
  __decorate([
251
- ValidateOneOf(...ITEM_VARIANTS),
246
+ OneOf(ITEM_VARIANTS),
252
247
  __metadata("design:type", String)
253
248
  ], Item.prototype, "variant", void 0);
254
249
  Item.style = itemHostCss();
@@ -1,13 +1,16 @@
1
1
  /*!
2
2
  * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
3
  */
4
- import { B as registerInstance, x as defaultConfig, E as h, F as Host, G as getElement } from './index-CuwLeg-T.js';
5
- import { _ as __decorate, L as Logger, a as __metadata } from './tslib.es6-tdchDLyb.js';
4
+ import { B as registerInstance, v as defaultConfig, E as h, F as Host, G as getElement } from './index-B-v2Wm-V.js';
5
+ import { _ as __decorate, L as Logger, a as __metadata } from './tslib.es6-n47B6oUi.js';
6
+ import { h as hasValue } from './has-value-Dmsj8ZQw.js';
6
7
  import { n as normalizeDeprecatedTShirtSize } from './t-shirt-DR5LIaCn.js';
7
- import { s as setupValidation, V as ValidateType, a as ValidateOneOf } from './validate.decorator-82RSSk25.js';
8
8
  import { I as I18nDsLabel } from './label.i18n-C7I7OlaM.js';
9
- import { L as ListenToConfig } from './config.decorator-BQNIja4k.js';
10
- import './config.utils-COlKFRlV.js';
9
+ import { T as Type } from './type-7qEQcw90.js';
10
+ import { O as OneOf } from './one-of-CjRvS2Tk.js';
11
+ import { L as ListenToConfig } from './config.decorator-CRYVBTkX.js';
12
+ import './create-validator-decorator-fUav5byo.js';
13
+ import './config.utils-CR4Xudpz.js';
11
14
 
12
15
  const LABEL_SIZES = [
13
16
  '',
@@ -23,7 +26,7 @@ const LABEL_SIZES = [
23
26
  'xxx-large',
24
27
  ];
25
28
 
26
- const labelHostCss = () => `:host{--_label-position:var(--label-position, var(--mod-label-position, static));--_label-top:var(--label-top, var(--mod-label-top));--_label-right:var(--label-right, var(--mod-label-right));--_label-bottom:var(--label-bottom, var(--mod-label-bottom));--_label-left:var(--label-left, var(--mod-label-left));position:var(--_label-position);top:var(--_label-top);right:var(--_label-right);bottom:var(--_label-bottom);left:var(--_label-left);--_label-m:var(--label-m, var(--mod-label-m, 0));--_label-my:var(--label-my, var(--mod-label-my));--_label-mx:var(--label-mx, var(--mod-label-mx));--_label-ml:var(--label-ml, var(--mod-label-ml));--_label-mr:var(--label-mr, var(--mod-label-mr));--_label-mt:var(--label-mt, var(--mod-label-mt));--_label-mb:var(--label-mb, var(--mod-label-mb));margin:var(--_label-m);margin-inline:var(--_label-mx);margin-block:var(--_label-my);margin-left:var(--_label-ml);margin-right:var(--_label-mr);margin-top:var(--_label-mt);margin-bottom:var(--_label-mb);--_label-color:var(--label-color, var(--mod-label-color, inherit));--_label-family:var(--label-family, var(--mod-label-family, var(--ds-label-family)));--_label-weight:var(--label-weight, var(--mod-label-weight, var(--ds-label-weight)));--_label-line-height:var(--label-line-height, var(--mod-label-line-height, var(--ds-label-line-height)));--_label-size:var(--label-size, var(--mod-label-size, var(--ds-label-size-base-device)))}:host label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;text-wrap:balance;min-width:0;color:var(--_label-color);font-family:var(--_label-family);font-weight:var(--_label-weight);font-size:var(--_label-size);line-height:var(--_label-line-height)}:host(.has-no-wrap) label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}:host(.is-lg){--mod-label-family:var(--ds-text-family-heading)}:host(.is-xl){--mod-label-family:var(--ds-text-family-heading)}:host(.is-2xl){--mod-label-family:var(--ds-text-family-heading)}:host(.is-3xl){--mod-label-family:var(--ds-text-family-heading)}:host(.is-sm){--mod-label-size:var(--ds-label-size-sm-device)}:host(.is-base){--mod-label-size:var(--ds-label-size-base-device)}:host(.is-lg){--mod-label-size:var(--ds-label-size-lg-device)}:host(.is-xl){--mod-label-size:var(--ds-label-size-xl-device)}:host(.is-2xl){--mod-label-size:var(--ds-label-size-2xl-device)}:host(.is-3xl){--mod-label-size:var(--ds-label-size-3xl-device)}:host(.is-hovered){--mod-label-color:var(--ds-label-color-base-hover)}:host(.is-pressed){--mod-label-color:var(--ds-label-color-base-active)}:host(.is-valid){--mod-label-color:var(--ds-label-color-success)}:host(.is-invalid){--mod-label-color:var(--ds-label-color-danger)}:host(.is-disabled){--mod-label-color:var(--ds-label-color-disabled) !important}:host{display:block}`;
29
+ const labelHostCss = () => `:host{--_label-position:var(--label-position, var(--mod-label-position, static));--_label-top:var(--label-top, var(--mod-label-top));--_label-right:var(--label-right, var(--mod-label-right));--_label-bottom:var(--label-bottom, var(--mod-label-bottom));--_label-left:var(--label-left, var(--mod-label-left));position:var(--_label-position);top:var(--_label-top);right:var(--_label-right);bottom:var(--_label-bottom);left:var(--_label-left);--_label-m:var(--label-m, var(--mod-label-m, 0));--_label-my:var(--label-my, var(--mod-label-my));--_label-mx:var(--label-mx, var(--mod-label-mx));--_label-ml:var(--label-ml, var(--mod-label-ml));--_label-mr:var(--label-mr, var(--mod-label-mr));--_label-mt:var(--label-mt, var(--mod-label-mt));--_label-mb:var(--label-mb, var(--mod-label-mb));margin:var(--_label-m);margin-inline:var(--_label-mx);margin-block:var(--_label-my);margin-left:var(--_label-ml);margin-right:var(--_label-mr);margin-top:var(--_label-mt);margin-bottom:var(--_label-mb);--_label-color:var(--label-color, var(--mod-label-color, inherit));--_label-family:var(--label-family, var(--mod-label-family, var(--ds-label-family)));--_label-weight:var(--label-weight, var(--mod-label-weight, var(--ds-label-weight)));--_label-line-height:var(--label-line-height, var(--mod-label-line-height, var(--ds-label-line-height)));--_label-size:var(--label-size, var(--mod-label-size, var(--ds-label-size-base-device)))}:host label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;text-wrap:balance;min-width:0;color:var(--_label-color);font-family:var(--_label-family);font-weight:var(--_label-weight);font-size:var(--_label-size);line-height:var(--_label-line-height)}:host(.has-no-wrap) label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}:host(.is-lg){--mod-label-family:var(--ds-alias-text-family-heading)}:host(.is-xl){--mod-label-family:var(--ds-alias-text-family-heading)}:host(.is-2xl){--mod-label-family:var(--ds-alias-text-family-heading)}:host(.is-3xl){--mod-label-family:var(--ds-alias-text-family-heading)}:host(.is-sm){--mod-label-size:var(--ds-label-size-sm-device)}:host(.is-base){--mod-label-size:var(--ds-label-size-base-device)}:host(.is-lg){--mod-label-size:var(--ds-label-size-lg-device)}:host(.is-xl){--mod-label-size:var(--ds-label-size-xl-device)}:host(.is-2xl){--mod-label-size:var(--ds-label-size-2xl-device)}:host(.is-3xl){--mod-label-size:var(--ds-label-size-3xl-device)}:host(.is-hovered){--mod-label-color:var(--ds-label-color-base-hover)}:host(.is-pressed){--mod-label-color:var(--ds-label-color-base-active)}:host(.is-valid){--mod-label-color:var(--ds-label-color-success)}:host(.is-invalid){--mod-label-color:var(--ds-label-color-danger)}:host(.is-disabled){--mod-label-color:var(--ds-label-color-disabled) !important}:host{display:block}`;
27
30
 
28
31
  const Label = class {
29
32
  constructor(hostRef) {
@@ -79,17 +82,10 @@ const Label = class {
79
82
  createLogger(log) {
80
83
  this.log = log;
81
84
  }
82
- sizeChanged(newValue) {
83
- this.size = normalizeDeprecatedTShirtSize(newValue);
84
- }
85
85
  /**
86
86
  * LIFECYCLE
87
87
  * ------------------------------------------------------
88
88
  */
89
- connectedCallback() {
90
- setupValidation(this);
91
- this.size = normalizeDeprecatedTShirtSize(this.size);
92
- }
93
89
  /**
94
90
  * PUBLIC LISTENERS
95
91
  * ------------------------------------------------------
@@ -109,22 +105,18 @@ const Label = class {
109
105
  const suffix = this.required === false ? I18nDsLabel[this.language].optional || '' : '';
110
106
  const id = this.htmlId;
111
107
  const htmlFor = this.htmlFor;
112
- return (h(Host, { key: '937c19a2183d9c56279e88e37395b4da1fbb7206', class: {
108
+ const size = normalizeDeprecatedTShirtSize(this.size) || '';
109
+ return (h(Host, { key: 'fc8da311fddaf6d546b260a8bf2ae9cec5f39321', class: {
113
110
  'is-hovered': this.hovered,
114
111
  'is-pressed': this.pressed,
115
112
  'is-disabled': this.disabled,
116
113
  'is-valid': this.valid,
117
114
  'is-invalid': this.invalid,
118
115
  'has-no-wrap': this.noWrap,
119
- [`is-${this.size}`]: !!this.size,
120
- } }, h("label", { key: 'b059b0022e370ce5b202b6c0cd432a3950e0e798', id: id, part: "label", htmlFor: htmlFor }, h("slot", { key: 'c5a1f6741d468abf8d48549aad8f2d43160684cb' }), suffix)));
116
+ [`is-${size}`]: hasValue(this.size),
117
+ } }, h("label", { key: '56e31495cbe7d6fd512a0fb5a6b708774116ae25', id: id, part: "label", htmlFor: htmlFor }, h("slot", { key: '062163754a076d54d253c895d5d3d54de0be0127' }), suffix)));
121
118
  }
122
119
  get el() { return getElement(this); }
123
- static get watchers() { return {
124
- "size": [{
125
- "sizeChanged": 0
126
- }]
127
- }; }
128
120
  };
129
121
  __decorate([
130
122
  Logger('label'),
@@ -133,43 +125,43 @@ __decorate([
133
125
  __metadata("design:returntype", void 0)
134
126
  ], Label.prototype, "createLogger", null);
135
127
  __decorate([
136
- ValidateType('boolean'),
128
+ Type('boolean'),
137
129
  __metadata("design:type", Boolean)
138
130
  ], Label.prototype, "disabled", void 0);
139
131
  __decorate([
140
- ValidateType('string'),
132
+ Type('string'),
141
133
  __metadata("design:type", String)
142
134
  ], Label.prototype, "htmlFor", void 0);
143
135
  __decorate([
144
- ValidateType('string'),
136
+ Type('string'),
145
137
  __metadata("design:type", String)
146
138
  ], Label.prototype, "htmlId", void 0);
147
139
  __decorate([
148
- ValidateType('boolean'),
140
+ Type('boolean'),
149
141
  __metadata("design:type", Boolean)
150
142
  ], Label.prototype, "hovered", void 0);
151
143
  __decorate([
152
- ValidateType('boolean'),
144
+ Type('boolean'),
153
145
  __metadata("design:type", Boolean)
154
146
  ], Label.prototype, "invalid", void 0);
155
147
  __decorate([
156
- ValidateType('boolean'),
148
+ Type('boolean'),
157
149
  __metadata("design:type", Boolean)
158
150
  ], Label.prototype, "noWrap", void 0);
159
151
  __decorate([
160
- ValidateType('boolean'),
152
+ Type('boolean'),
161
153
  __metadata("design:type", Boolean)
162
154
  ], Label.prototype, "pressed", void 0);
163
155
  __decorate([
164
- ValidateType('boolean'),
156
+ Type('boolean'),
165
157
  __metadata("design:type", Boolean)
166
158
  ], Label.prototype, "required", void 0);
167
159
  __decorate([
168
- ValidateOneOf(...LABEL_SIZES),
160
+ OneOf(LABEL_SIZES),
169
161
  __metadata("design:type", String)
170
162
  ], Label.prototype, "size", void 0);
171
163
  __decorate([
172
- ValidateType('boolean'),
164
+ Type('boolean'),
173
165
  __metadata("design:type", Boolean)
174
166
  ], Label.prototype, "valid", void 0);
175
167
  __decorate([