@ukic/web-components 2.1.0-beta.1 → 2.1.0-beta.10

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 (817) hide show
  1. package/README.md +8 -0
  2. package/dist/cjs/OpenInNew-f9958725.js +7 -0
  3. package/dist/cjs/OpenInNew-f9958725.js.map +1 -0
  4. package/dist/cjs/{check-icon-999d9877.js → check-icon-b2f60716.js} +2 -2
  5. package/dist/cjs/check-icon-b2f60716.js.map +1 -0
  6. package/dist/cjs/{chevron-icon-d175fe66.js → chevron-icon-2645d6b0.js} +2 -2
  7. package/dist/cjs/chevron-icon-2645d6b0.js.map +1 -0
  8. package/dist/cjs/core.cjs.js +2 -2
  9. package/dist/cjs/{helpers-8bc3b6d2.js → helpers-6eb26e7a.js} +76 -3
  10. package/dist/cjs/helpers-6eb26e7a.js.map +1 -0
  11. package/dist/cjs/ic-alert.cjs.entry.js +6 -25
  12. package/dist/cjs/ic-alert.cjs.entry.js.map +1 -1
  13. package/dist/cjs/ic-back-to-top.cjs.entry.js +24 -12
  14. package/dist/cjs/ic-back-to-top.cjs.entry.js.map +1 -1
  15. package/dist/cjs/ic-breadcrumb-group.cjs.entry.js +2 -2
  16. package/dist/cjs/ic-breadcrumb-group.cjs.entry.js.map +1 -1
  17. package/dist/cjs/ic-breadcrumb.cjs.entry.js +14 -5
  18. package/dist/cjs/ic-breadcrumb.cjs.entry.js.map +1 -1
  19. package/dist/cjs/ic-button_3.cjs.entry.js +39 -29
  20. package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
  21. package/dist/cjs/ic-card.cjs.entry.js +29 -5
  22. package/dist/cjs/ic-card.cjs.entry.js.map +1 -1
  23. package/dist/cjs/ic-checkbox-group.cjs.entry.js +4 -4
  24. package/dist/cjs/ic-checkbox-group.cjs.entry.js.map +1 -1
  25. package/dist/cjs/ic-checkbox.cjs.entry.js +16 -4
  26. package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
  27. package/dist/cjs/ic-chip.cjs.entry.js +77 -0
  28. package/dist/cjs/ic-chip.cjs.entry.js.map +1 -0
  29. package/dist/cjs/ic-classification-banner.cjs.entry.js +3 -3
  30. package/dist/cjs/ic-classification-banner.cjs.entry.js.map +1 -1
  31. package/dist/cjs/ic-data-entity.cjs.entry.js +2 -2
  32. package/dist/cjs/ic-data-entity.cjs.entry.js.map +1 -1
  33. package/dist/cjs/ic-data-row.cjs.entry.js +14 -12
  34. package/dist/cjs/ic-data-row.cjs.entry.js.map +1 -1
  35. package/dist/cjs/ic-divider.cjs.entry.js +3 -3
  36. package/dist/cjs/ic-divider.cjs.entry.js.map +1 -1
  37. package/dist/cjs/ic-footer-link-group.cjs.entry.js +4 -3
  38. package/dist/cjs/ic-footer-link-group.cjs.entry.js.map +1 -1
  39. package/dist/cjs/ic-footer-link.cjs.entry.js +12 -5
  40. package/dist/cjs/ic-footer-link.cjs.entry.js.map +1 -1
  41. package/dist/cjs/ic-footer.cjs.entry.js +5 -5
  42. package/dist/cjs/ic-footer.cjs.entry.js.map +1 -1
  43. package/dist/cjs/ic-hero.cjs.entry.js +3 -3
  44. package/dist/cjs/ic-hero.cjs.entry.js.map +1 -1
  45. package/dist/cjs/ic-horizontal-scroll.cjs.entry.js +158 -0
  46. package/dist/cjs/ic-horizontal-scroll.cjs.entry.js.map +1 -0
  47. package/dist/cjs/ic-input-component-container_3.cjs.entry.js +71 -41
  48. package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +1 -1
  49. package/dist/cjs/ic-input-label_2.cjs.entry.js +6 -8
  50. package/dist/cjs/ic-input-label_2.cjs.entry.js.map +1 -1
  51. package/dist/cjs/ic-link.cjs.entry.js +14 -8
  52. package/dist/cjs/ic-link.cjs.entry.js.map +1 -1
  53. package/dist/cjs/ic-navigation-button.cjs.entry.js +5 -4
  54. package/dist/cjs/ic-navigation-button.cjs.entry.js.map +1 -1
  55. package/dist/cjs/ic-navigation-group.cjs.entry.js +6 -5
  56. package/dist/cjs/ic-navigation-group.cjs.entry.js.map +1 -1
  57. package/dist/cjs/ic-navigation-item.cjs.entry.js +18 -11
  58. package/dist/cjs/ic-navigation-item.cjs.entry.js.map +1 -1
  59. package/dist/cjs/ic-navigation-menu.cjs.entry.js +8 -8
  60. package/dist/cjs/ic-navigation-menu.cjs.entry.js.map +1 -1
  61. package/dist/cjs/ic-page-header.cjs.entry.js +5 -5
  62. package/dist/cjs/ic-page-header.cjs.entry.js.map +1 -1
  63. package/dist/cjs/ic-radio-group.cjs.entry.js +13 -5
  64. package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
  65. package/dist/cjs/ic-radio-option.cjs.entry.js +24 -6
  66. package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
  67. package/dist/cjs/ic-search-bar.cjs.entry.js +53 -41
  68. package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
  69. package/dist/cjs/ic-section-container.cjs.entry.js +2 -2
  70. package/dist/cjs/ic-section-container.cjs.entry.js.map +1 -1
  71. package/dist/cjs/ic-select.cjs.entry.js +206 -59
  72. package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
  73. package/dist/cjs/ic-side-navigation.cjs.entry.js +24 -12
  74. package/dist/cjs/ic-side-navigation.cjs.entry.js.map +1 -1
  75. package/dist/cjs/ic-skeleton.cjs.entry.js +2 -2
  76. package/dist/cjs/ic-skeleton.cjs.entry.js.map +1 -1
  77. package/dist/cjs/ic-status-tag.cjs.entry.js +6 -5
  78. package/dist/cjs/ic-status-tag.cjs.entry.js.map +1 -1
  79. package/dist/cjs/ic-step.cjs.entry.js +103 -15
  80. package/dist/cjs/ic-step.cjs.entry.js.map +1 -1
  81. package/dist/cjs/ic-stepper.cjs.entry.js +166 -42
  82. package/dist/cjs/ic-stepper.cjs.entry.js.map +1 -1
  83. package/dist/cjs/ic-switch.cjs.entry.js +12 -3
  84. package/dist/cjs/ic-switch.cjs.entry.js.map +1 -1
  85. package/dist/cjs/ic-tab-context.cjs.entry.js +7 -2
  86. package/dist/cjs/ic-tab-context.cjs.entry.js.map +1 -1
  87. package/dist/cjs/ic-tab-group.cjs.entry.js +9 -118
  88. package/dist/cjs/ic-tab-group.cjs.entry.js.map +1 -1
  89. package/dist/cjs/ic-tab-panel.cjs.entry.js +2 -2
  90. package/dist/cjs/ic-tab-panel.cjs.entry.js.map +1 -1
  91. package/dist/cjs/ic-tab.cjs.entry.js +10 -2
  92. package/dist/cjs/ic-tab.cjs.entry.js.map +1 -1
  93. package/dist/cjs/ic-text-field.cjs.entry.js +5 -5
  94. package/dist/cjs/ic-text-field.cjs.entry.js.map +1 -1
  95. package/dist/cjs/ic-theme.cjs.entry.js +4 -4
  96. package/dist/cjs/ic-theme.cjs.entry.js.map +1 -1
  97. package/dist/cjs/ic-toast-region.cjs.entry.js +48 -0
  98. package/dist/cjs/ic-toast-region.cjs.entry.js.map +1 -0
  99. package/dist/cjs/ic-toast.cjs.entry.js +165 -0
  100. package/dist/cjs/ic-toast.cjs.entry.js.map +1 -0
  101. package/dist/cjs/ic-top-navigation.cjs.entry.js +15 -10
  102. package/dist/cjs/ic-top-navigation.cjs.entry.js.map +1 -1
  103. package/dist/cjs/ic-typography.cjs.entry.js +1 -1
  104. package/dist/cjs/ic-typography.cjs.entry.js.map +1 -1
  105. package/dist/cjs/{index-3ef30d9d.js → index-f79a4e53.js} +21 -2
  106. package/dist/cjs/index-f79a4e53.js.map +1 -0
  107. package/dist/cjs/loader.cjs.js +2 -2
  108. package/dist/cjs/types-3eb02246.js.map +1 -1
  109. package/dist/collection/assets/back-icon.svg +1 -1
  110. package/dist/collection/assets/check-icon.svg +1 -1
  111. package/dist/collection/assets/chevron-icon.svg +1 -1
  112. package/dist/collection/assets/dismiss-icon.svg +3 -0
  113. package/dist/collection/assets/error-icon.svg +3 -3
  114. package/dist/collection/assets/info-icon.svg +3 -3
  115. package/dist/collection/assets/neutral-icon.svg +3 -3
  116. package/dist/collection/assets/success-icon.svg +3 -3
  117. package/dist/collection/assets/warning-icon-outline.svg +3 -0
  118. package/dist/collection/assets/warning-icon.svg +3 -3
  119. package/dist/collection/collection-manifest.json +4 -0
  120. package/dist/collection/components/ic-alert/ic-alert.css +13 -13
  121. package/dist/collection/components/ic-alert/ic-alert.js +32 -24
  122. package/dist/collection/components/ic-alert/ic-alert.js.map +1 -1
  123. package/dist/collection/components/ic-back-to-top/assets/ArrowUpward.svg +2 -2
  124. package/dist/collection/components/ic-back-to-top/ic-back-to-top.css +18 -8
  125. package/dist/collection/components/ic-back-to-top/ic-back-to-top.js +18 -7
  126. package/dist/collection/components/ic-back-to-top/ic-back-to-top.js.map +1 -1
  127. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.css +1 -1
  128. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js +33 -4
  129. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js.map +1 -1
  130. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js +2 -2
  131. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js.map +1 -1
  132. package/dist/collection/components/ic-button/ic-button.css +16 -15
  133. package/dist/collection/components/ic-button/ic-button.js +17 -32
  134. package/dist/collection/components/ic-button/ic-button.js.map +1 -1
  135. package/dist/collection/components/ic-card/ic-card.css +62 -18
  136. package/dist/collection/components/ic-card/ic-card.js +103 -16
  137. package/dist/collection/components/ic-card/ic-card.js.map +1 -1
  138. package/dist/collection/components/ic-checkbox/ic-checkbox.css +28 -30
  139. package/dist/collection/components/ic-checkbox/ic-checkbox.js +63 -11
  140. package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
  141. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.css +18 -2
  142. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +11 -11
  143. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js.map +1 -1
  144. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.test.a11y.js +1 -1
  145. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.test.a11y.js.map +1 -1
  146. package/dist/collection/components/ic-chip/ic-chip.css +596 -0
  147. package/dist/collection/components/ic-chip/ic-chip.js +247 -0
  148. package/dist/collection/components/ic-chip/ic-chip.js.map +1 -0
  149. package/dist/collection/components/ic-chip/ic-chip.test.a11y.js +11 -0
  150. package/dist/collection/components/ic-chip/ic-chip.test.a11y.js.map +1 -0
  151. package/dist/collection/components/ic-chip/ic-chip.types.js +2 -0
  152. package/dist/collection/components/ic-chip/ic-chip.types.js.map +1 -0
  153. package/dist/collection/components/ic-classification-banner/ic-classification-banner.css +5 -1
  154. package/dist/collection/components/ic-classification-banner/ic-classification-banner.js +6 -6
  155. package/dist/collection/components/ic-classification-banner/ic-classification-banner.js.map +1 -1
  156. package/dist/collection/components/ic-data-entity/ic-data-entity.css +1 -1
  157. package/dist/collection/components/ic-data-entity/ic-data-entity.js +2 -2
  158. package/dist/collection/components/ic-data-entity/ic-data-entity.js.map +1 -1
  159. package/dist/collection/components/ic-data-row/ic-data-row.css +19 -7
  160. package/dist/collection/components/ic-data-row/ic-data-row.js +14 -12
  161. package/dist/collection/components/ic-data-row/ic-data-row.js.map +1 -1
  162. package/dist/collection/components/ic-divider/ic-divider.css +1 -1
  163. package/dist/collection/components/ic-divider/ic-divider.js +1 -1
  164. package/dist/collection/components/ic-divider/ic-divider.js.map +1 -1
  165. package/dist/collection/components/ic-footer/ic-footer.css +4 -4
  166. package/dist/collection/components/ic-footer/ic-footer.js +19 -16
  167. package/dist/collection/components/ic-footer/ic-footer.js.map +1 -1
  168. package/dist/collection/components/ic-footer-link/ic-footer-link.css +28 -3
  169. package/dist/collection/components/ic-footer-link/ic-footer-link.js +101 -4
  170. package/dist/collection/components/ic-footer-link/ic-footer-link.js.map +1 -1
  171. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.css +1 -1
  172. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.js +4 -3
  173. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.js.map +1 -1
  174. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.test.a11y.js +1 -1
  175. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.test.a11y.js.map +1 -1
  176. package/dist/collection/components/ic-hero/ic-hero.css +35 -30
  177. package/dist/collection/components/ic-hero/ic-hero.js +10 -10
  178. package/dist/collection/components/ic-hero/ic-hero.js.map +1 -1
  179. package/dist/collection/components/ic-horizontal-scroll/assets/left-arrow.svg +3 -0
  180. package/dist/collection/components/ic-horizontal-scroll/assets/right-arrow.svg +3 -0
  181. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.css +539 -0
  182. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js +213 -0
  183. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js.map +1 -0
  184. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.test.a11y.js +34 -0
  185. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.test.a11y.js.map +1 -0
  186. package/dist/collection/components/ic-input-component-container/ic-input-component-container.css +16 -17
  187. package/dist/collection/components/ic-input-component-container/ic-input-component-container.js +8 -8
  188. package/dist/collection/components/ic-input-component-container/ic-input-component-container.js.map +1 -1
  189. package/dist/collection/components/ic-input-container/ic-input-container.css +0 -1
  190. package/dist/collection/components/ic-input-container/ic-input-container.js +2 -2
  191. package/dist/collection/components/ic-input-container/ic-input-container.js.map +1 -1
  192. package/dist/collection/components/ic-input-label/ic-input-label.js +8 -8
  193. package/dist/collection/components/ic-input-label/ic-input-label.js.map +1 -1
  194. package/dist/collection/components/ic-input-validation/ic-input-validation.css +4 -5
  195. package/dist/collection/components/ic-input-validation/ic-input-validation.js +5 -5
  196. package/dist/collection/components/ic-input-validation/ic-input-validation.js.map +1 -1
  197. package/dist/collection/components/ic-link/ic-link.css +0 -9
  198. package/dist/collection/components/ic-link/ic-link.js +38 -11
  199. package/dist/collection/components/ic-link/ic-link.js.map +1 -1
  200. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.css +43 -7
  201. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js +48 -9
  202. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js.map +1 -1
  203. package/dist/collection/components/ic-menu/ic-menu.css +20 -15
  204. package/dist/collection/components/ic-menu/ic-menu.js +135 -68
  205. package/dist/collection/components/ic-menu/ic-menu.js.map +1 -1
  206. package/dist/collection/components/ic-navigation-button/ic-navigation-button.js +9 -8
  207. package/dist/collection/components/ic-navigation-button/ic-navigation-button.js.map +1 -1
  208. package/dist/collection/components/ic-navigation-group/ic-navigation-group.css +14 -7
  209. package/dist/collection/components/ic-navigation-group/ic-navigation-group.js +7 -6
  210. package/dist/collection/components/ic-navigation-group/ic-navigation-group.js.map +1 -1
  211. package/dist/collection/components/ic-navigation-item/ic-navigation-item.css +68 -18
  212. package/dist/collection/components/ic-navigation-item/ic-navigation-item.js +113 -16
  213. package/dist/collection/components/ic-navigation-item/ic-navigation-item.js.map +1 -1
  214. package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.css +15 -11
  215. package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js +8 -8
  216. package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js.map +1 -1
  217. package/dist/collection/components/ic-page-header/ic-page-header.css +15 -5
  218. package/dist/collection/components/ic-page-header/ic-page-header.js +10 -10
  219. package/dist/collection/components/ic-page-header/ic-page-header.js.map +1 -1
  220. package/dist/collection/components/ic-radio-group/ic-radio-group.css +32 -0
  221. package/dist/collection/components/ic-radio-group/ic-radio-group.js +44 -13
  222. package/dist/collection/components/ic-radio-group/ic-radio-group.js.map +1 -1
  223. package/dist/collection/components/ic-radio-group/ic-radio-group.test.a11y.js +1 -1
  224. package/dist/collection/components/ic-radio-group/ic-radio-group.test.a11y.js.map +1 -1
  225. package/dist/collection/components/ic-radio-option/ic-radio-option.css +32 -42
  226. package/dist/collection/components/ic-radio-option/ic-radio-option.js +65 -19
  227. package/dist/collection/components/ic-radio-option/ic-radio-option.js.map +1 -1
  228. package/dist/collection/components/ic-search-bar/ic-search-bar.css +24 -18
  229. package/dist/collection/components/ic-search-bar/ic-search-bar.js +87 -82
  230. package/dist/collection/components/ic-search-bar/ic-search-bar.js.map +1 -1
  231. package/dist/collection/components/ic-section-container/ic-section-container.css +1 -0
  232. package/dist/collection/components/ic-section-container/ic-section-container.js +2 -2
  233. package/dist/collection/components/ic-section-container/ic-section-container.js.map +1 -1
  234. package/dist/collection/components/ic-select/assets/Expand.svg +1 -1
  235. package/dist/collection/components/ic-select/ic-select.css +35 -18
  236. package/dist/collection/components/ic-select/ic-select.js +320 -77
  237. package/dist/collection/components/ic-select/ic-select.js.map +1 -1
  238. package/dist/collection/components/ic-side-navigation/ic-side-navigation.css +47 -37
  239. package/dist/collection/components/ic-side-navigation/ic-side-navigation.js +39 -23
  240. package/dist/collection/components/ic-side-navigation/ic-side-navigation.js.map +1 -1
  241. package/dist/collection/components/ic-skeleton/ic-skeleton.css +1 -1
  242. package/dist/collection/components/ic-skeleton/ic-skeleton.js +2 -2
  243. package/dist/collection/components/ic-skeleton/ic-skeleton.js.map +1 -1
  244. package/dist/collection/components/ic-status-tag/ic-status-tag.css +7 -7
  245. package/dist/collection/components/ic-status-tag/ic-status-tag.js +22 -3
  246. package/dist/collection/components/ic-status-tag/ic-status-tag.js.map +1 -1
  247. package/dist/collection/components/ic-status-tag/ic-status-tag.test.a11y.js +1 -1
  248. package/dist/collection/components/ic-status-tag/ic-status-tag.test.a11y.js.map +1 -1
  249. package/dist/collection/components/ic-step/ic-step.css +127 -30
  250. package/dist/collection/components/ic-step/ic-step.js +269 -28
  251. package/dist/collection/components/ic-step/ic-step.js.map +1 -1
  252. package/dist/collection/components/ic-step/ic-step.types.js.map +1 -1
  253. package/dist/collection/components/ic-stepper/ic-stepper-test-examples.js +74 -0
  254. package/dist/collection/components/ic-stepper/ic-stepper-test-examples.js.map +1 -0
  255. package/dist/collection/components/ic-stepper/ic-stepper.css +15 -1
  256. package/dist/collection/components/ic-stepper/ic-stepper.js +210 -40
  257. package/dist/collection/components/ic-stepper/ic-stepper.js.map +1 -1
  258. package/dist/collection/components/ic-stepper/ic-stepper.test.a11y.js +13 -1
  259. package/dist/collection/components/ic-stepper/ic-stepper.test.a11y.js.map +1 -1
  260. package/dist/collection/components/ic-switch/ic-switch.css +20 -20
  261. package/dist/collection/components/ic-switch/ic-switch.js +36 -7
  262. package/dist/collection/components/ic-switch/ic-switch.js.map +1 -1
  263. package/dist/collection/components/ic-tab/ic-tab.css +1 -1
  264. package/dist/collection/components/ic-tab/ic-tab.js +37 -6
  265. package/dist/collection/components/ic-tab/ic-tab.js.map +1 -1
  266. package/dist/collection/components/ic-tab-context/ic-tab-context.js +31 -4
  267. package/dist/collection/components/ic-tab-context/ic-tab-context.js.map +1 -1
  268. package/dist/collection/components/ic-tab-context/ic-tab-context.test.a11y.js +1 -1
  269. package/dist/collection/components/ic-tab-context/ic-tab-context.test.a11y.js.map +1 -1
  270. package/dist/collection/components/ic-tab-group/ic-tab-group.css +6 -120
  271. package/dist/collection/components/ic-tab-group/ic-tab-group.js +12 -156
  272. package/dist/collection/components/ic-tab-group/ic-tab-group.js.map +1 -1
  273. package/dist/collection/components/ic-tab-panel/ic-tab-panel.css +4 -0
  274. package/dist/collection/components/ic-tab-panel/ic-tab-panel.js +2 -2
  275. package/dist/collection/components/ic-tab-panel/ic-tab-panel.js.map +1 -1
  276. package/dist/collection/components/ic-text-field/ic-text-field.css +7 -7
  277. package/dist/collection/components/ic-text-field/ic-text-field.js +32 -32
  278. package/dist/collection/components/ic-text-field/ic-text-field.js.map +1 -1
  279. package/dist/collection/components/ic-theme/ic-theme.js +9 -6
  280. package/dist/collection/components/ic-theme/ic-theme.js.map +1 -1
  281. package/dist/collection/components/ic-toast/ic-toast.css +597 -0
  282. package/dist/collection/components/ic-toast/ic-toast.js +382 -0
  283. package/dist/collection/components/ic-toast/ic-toast.js.map +1 -0
  284. package/dist/collection/components/ic-toast/ic-toast.test.a11y.js +16 -0
  285. package/dist/collection/components/ic-toast/ic-toast.test.a11y.js.map +1 -0
  286. package/dist/collection/components/ic-toast/ic-toast.types.js +2 -0
  287. package/dist/collection/components/ic-toast/ic-toast.types.js.map +1 -0
  288. package/dist/collection/components/ic-toast-region/ic-toast-region.js +81 -0
  289. package/dist/collection/components/ic-toast-region/ic-toast-region.js.map +1 -0
  290. package/dist/collection/components/ic-tooltip/ic-tooltip.css +9 -11
  291. package/dist/collection/components/ic-tooltip/ic-tooltip.js +22 -1
  292. package/dist/collection/components/ic-tooltip/ic-tooltip.js.map +1 -1
  293. package/dist/collection/components/ic-top-navigation/ic-top-navigation.css +34 -52
  294. package/dist/collection/components/ic-top-navigation/ic-top-navigation.js +21 -15
  295. package/dist/collection/components/ic-top-navigation/ic-top-navigation.js.map +1 -1
  296. package/dist/collection/components/ic-top-navigation/ic-top-navigation.test.a11y.js +1 -1
  297. package/dist/collection/components/ic-top-navigation/ic-top-navigation.test.a11y.js.map +1 -1
  298. package/dist/collection/components/ic-typography/ic-typography.js +1 -1
  299. package/dist/collection/components/ic-typography/ic-typography.js.map +1 -1
  300. package/dist/collection/normalize.css +440 -0
  301. package/dist/collection/testspec.setup.js +8 -0
  302. package/dist/collection/testspec.setup.js.map +1 -1
  303. package/dist/collection/utils/constants.js +28 -0
  304. package/dist/collection/utils/constants.js.map +1 -1
  305. package/dist/collection/utils/helpers.js +12 -3
  306. package/dist/collection/utils/helpers.js.map +1 -1
  307. package/dist/collection/utils/types.js.map +1 -1
  308. package/dist/components/OpenInNew.js +5 -0
  309. package/dist/components/OpenInNew.js.map +1 -0
  310. package/dist/components/check-icon.js +1 -1
  311. package/dist/components/chevron-icon.js +1 -1
  312. package/dist/components/helpers.js +70 -3
  313. package/dist/components/helpers.js.map +1 -1
  314. package/dist/components/ic-alert.js +6 -25
  315. package/dist/components/ic-alert.js.map +1 -1
  316. package/dist/components/ic-back-to-top.js +23 -11
  317. package/dist/components/ic-back-to-top.js.map +1 -1
  318. package/dist/components/ic-breadcrumb-group.js.map +1 -1
  319. package/dist/components/ic-breadcrumb2.js +14 -4
  320. package/dist/components/ic-breadcrumb2.js.map +1 -1
  321. package/dist/components/ic-button2.js +8 -20
  322. package/dist/components/ic-button2.js.map +1 -1
  323. package/dist/components/ic-card.js +52 -6
  324. package/dist/components/ic-card.js.map +1 -1
  325. package/dist/components/ic-checkbox-group.js +3 -3
  326. package/dist/components/ic-checkbox-group.js.map +1 -1
  327. package/dist/components/ic-checkbox.js +17 -4
  328. package/dist/components/ic-checkbox.js.map +1 -1
  329. package/dist/components/ic-chip.d.ts +11 -0
  330. package/dist/components/ic-chip.js +111 -0
  331. package/dist/components/ic-chip.js.map +1 -0
  332. package/dist/components/ic-classification-banner.js +2 -2
  333. package/dist/components/ic-classification-banner.js.map +1 -1
  334. package/dist/components/ic-data-entity.js +1 -1
  335. package/dist/components/ic-data-entity.js.map +1 -1
  336. package/dist/components/ic-data-row.js +12 -10
  337. package/dist/components/ic-data-row.js.map +1 -1
  338. package/dist/components/ic-divider2.js +2 -2
  339. package/dist/components/ic-divider2.js.map +1 -1
  340. package/dist/components/ic-footer-link-group.js +4 -3
  341. package/dist/components/ic-footer-link-group.js.map +1 -1
  342. package/dist/components/ic-footer-link.js +17 -5
  343. package/dist/components/ic-footer-link.js.map +1 -1
  344. package/dist/components/ic-footer.js +4 -4
  345. package/dist/components/ic-footer.js.map +1 -1
  346. package/dist/components/ic-hero.js +2 -2
  347. package/dist/components/ic-hero.js.map +1 -1
  348. package/dist/components/ic-horizontal-scroll.d.ts +11 -0
  349. package/dist/components/ic-horizontal-scroll.js +8 -0
  350. package/dist/components/ic-horizontal-scroll.js.map +1 -0
  351. package/dist/components/ic-horizontal-scroll2.js +199 -0
  352. package/dist/components/ic-horizontal-scroll2.js.map +1 -0
  353. package/dist/components/ic-input-component-container2.js +2 -3
  354. package/dist/components/ic-input-component-container2.js.map +1 -1
  355. package/dist/components/ic-input-container2.js +1 -1
  356. package/dist/components/ic-input-container2.js.map +1 -1
  357. package/dist/components/ic-input-label2.js +1 -1
  358. package/dist/components/ic-input-label2.js.map +1 -1
  359. package/dist/components/ic-input-validation2.js +2 -4
  360. package/dist/components/ic-input-validation2.js.map +1 -1
  361. package/dist/components/ic-link2.js +15 -8
  362. package/dist/components/ic-link2.js.map +1 -1
  363. package/dist/components/ic-loading-indicator2.js +27 -7
  364. package/dist/components/ic-loading-indicator2.js.map +1 -1
  365. package/dist/components/ic-menu2.js +66 -35
  366. package/dist/components/ic-menu2.js.map +1 -1
  367. package/dist/components/ic-navigation-button.js +5 -4
  368. package/dist/components/ic-navigation-button.js.map +1 -1
  369. package/dist/components/ic-navigation-group.js +5 -4
  370. package/dist/components/ic-navigation-group.js.map +1 -1
  371. package/dist/components/ic-navigation-item.js +22 -10
  372. package/dist/components/ic-navigation-item.js.map +1 -1
  373. package/dist/components/ic-navigation-menu2.js +8 -8
  374. package/dist/components/ic-navigation-menu2.js.map +1 -1
  375. package/dist/components/ic-page-header.js +30 -6
  376. package/dist/components/ic-page-header.js.map +1 -1
  377. package/dist/components/ic-radio-group.js +14 -5
  378. package/dist/components/ic-radio-group.js.map +1 -1
  379. package/dist/components/ic-radio-option.js +25 -6
  380. package/dist/components/ic-radio-option.js.map +1 -1
  381. package/dist/components/ic-search-bar.js +56 -43
  382. package/dist/components/ic-search-bar.js.map +1 -1
  383. package/dist/components/ic-section-container2.js +1 -1
  384. package/dist/components/ic-section-container2.js.map +1 -1
  385. package/dist/components/ic-select.js +212 -59
  386. package/dist/components/ic-select.js.map +1 -1
  387. package/dist/components/ic-side-navigation.js +23 -11
  388. package/dist/components/ic-side-navigation.js.map +1 -1
  389. package/dist/components/ic-skeleton.js +1 -1
  390. package/dist/components/ic-skeleton.js.map +1 -1
  391. package/dist/components/ic-status-tag.js +6 -4
  392. package/dist/components/ic-status-tag.js.map +1 -1
  393. package/dist/components/ic-step.js +117 -16
  394. package/dist/components/ic-step.js.map +1 -1
  395. package/dist/components/ic-stepper.js +173 -42
  396. package/dist/components/ic-stepper.js.map +1 -1
  397. package/dist/components/ic-switch.js +13 -3
  398. package/dist/components/ic-switch.js.map +1 -1
  399. package/dist/components/ic-tab-context.js +6 -1
  400. package/dist/components/ic-tab-context.js.map +1 -1
  401. package/dist/components/ic-tab-group.js +30 -125
  402. package/dist/components/ic-tab-group.js.map +1 -1
  403. package/dist/components/ic-tab-panel.js +1 -1
  404. package/dist/components/ic-tab-panel.js.map +1 -1
  405. package/dist/components/ic-tab.js +11 -2
  406. package/dist/components/ic-tab.js.map +1 -1
  407. package/dist/components/ic-text-field2.js +6 -6
  408. package/dist/components/ic-text-field2.js.map +1 -1
  409. package/dist/components/ic-theme.js +3 -3
  410. package/dist/components/ic-theme.js.map +1 -1
  411. package/dist/components/ic-toast-region.d.ts +11 -0
  412. package/dist/components/ic-toast-region.js +63 -0
  413. package/dist/components/ic-toast-region.js.map +1 -0
  414. package/dist/components/ic-toast.d.ts +11 -0
  415. package/dist/components/ic-toast.js +214 -0
  416. package/dist/components/ic-toast.js.map +1 -0
  417. package/dist/components/ic-tooltip2.js +7 -3
  418. package/dist/components/ic-tooltip2.js.map +1 -1
  419. package/dist/components/ic-top-navigation.js +23 -12
  420. package/dist/components/ic-top-navigation.js.map +1 -1
  421. package/dist/components/ic-typography2.js.map +1 -1
  422. package/dist/components/index.d.ts +5 -1
  423. package/dist/components/index.js +4 -0
  424. package/dist/components/index.js.map +1 -1
  425. package/dist/components/types.js.map +1 -1
  426. package/dist/core/core.css +2 -2
  427. package/dist/core/core.esm.js +1 -1
  428. package/dist/core/core.esm.js.map +1 -1
  429. package/dist/core/normalize.css +440 -0
  430. package/dist/core/p-1724000c.js +2 -0
  431. package/dist/core/p-1724000c.js.map +1 -0
  432. package/dist/core/p-18ae4b6d.entry.js +2 -0
  433. package/dist/core/p-18ae4b6d.entry.js.map +1 -0
  434. package/dist/core/p-18bf3cb0.entry.js +2 -0
  435. package/dist/core/p-18bf3cb0.entry.js.map +1 -0
  436. package/dist/core/p-24240e11.js +2 -0
  437. package/dist/core/p-284970bc.entry.js +2 -0
  438. package/dist/core/p-284970bc.entry.js.map +1 -0
  439. package/dist/core/p-31a595c1.entry.js +2 -0
  440. package/dist/core/p-31a595c1.entry.js.map +1 -0
  441. package/dist/core/{p-07cd789d.entry.js → p-35a03442.entry.js} +2 -2
  442. package/dist/core/p-35a03442.entry.js.map +1 -0
  443. package/dist/core/p-360adc51.entry.js +2 -0
  444. package/dist/core/p-360adc51.entry.js.map +1 -0
  445. package/dist/core/p-3dda76db.entry.js +2 -0
  446. package/dist/core/p-3dda76db.entry.js.map +1 -0
  447. package/dist/core/p-41e239cb.entry.js +2 -0
  448. package/dist/core/p-41e239cb.entry.js.map +1 -0
  449. package/dist/core/p-44c9612c.entry.js +2 -0
  450. package/dist/core/p-44c9612c.entry.js.map +1 -0
  451. package/dist/core/p-4a73728b.entry.js +2 -0
  452. package/dist/core/p-4a73728b.entry.js.map +1 -0
  453. package/dist/core/p-521be4e2.entry.js +2 -0
  454. package/dist/core/p-521be4e2.entry.js.map +1 -0
  455. package/dist/core/{p-f9370be6.js → p-5450cebf.js} +3 -3
  456. package/dist/core/p-5450cebf.js.map +1 -0
  457. package/dist/core/p-5b083ce5.entry.js +2 -0
  458. package/dist/core/p-5b083ce5.entry.js.map +1 -0
  459. package/dist/core/p-62b3516e.entry.js +2 -0
  460. package/dist/core/p-62b3516e.entry.js.map +1 -0
  461. package/dist/core/{p-10da19d2.entry.js → p-691ea0f2.entry.js} +2 -2
  462. package/dist/core/p-691ea0f2.entry.js.map +1 -0
  463. package/dist/core/p-6a397882.entry.js +2 -0
  464. package/dist/core/p-6a397882.entry.js.map +1 -0
  465. package/dist/core/p-6f57b13c.js.map +1 -1
  466. package/dist/core/p-7818d958.entry.js +2 -0
  467. package/dist/core/p-7818d958.entry.js.map +1 -0
  468. package/dist/core/p-7a0bf893.entry.js +2 -0
  469. package/dist/core/p-7a0bf893.entry.js.map +1 -0
  470. package/dist/core/p-7a9bc7f2.entry.js +2 -0
  471. package/dist/core/p-7a9bc7f2.entry.js.map +1 -0
  472. package/dist/core/{p-e93e9aa3.entry.js → p-7fd50355.entry.js} +2 -2
  473. package/dist/core/p-7fd50355.entry.js.map +1 -0
  474. package/dist/core/p-897e967a.entry.js +2 -0
  475. package/dist/core/p-897e967a.entry.js.map +1 -0
  476. package/dist/core/p-8c7f4343.js +2 -0
  477. package/dist/core/p-8d4f7027.js +2 -0
  478. package/dist/core/p-8f1176c6.entry.js +2 -0
  479. package/dist/core/p-8f1176c6.entry.js.map +1 -0
  480. package/dist/core/{p-0118400b.entry.js → p-8ffa00c9.entry.js} +2 -2
  481. package/dist/core/p-8ffa00c9.entry.js.map +1 -0
  482. package/dist/core/p-91a8db51.entry.js +2 -0
  483. package/dist/core/p-91a8db51.entry.js.map +1 -0
  484. package/dist/core/p-a09d853e.entry.js +2 -0
  485. package/dist/core/p-a09d853e.entry.js.map +1 -0
  486. package/dist/core/p-a10da430.entry.js +2 -0
  487. package/dist/core/p-a10da430.entry.js.map +1 -0
  488. package/dist/core/p-a667e329.entry.js +2 -0
  489. package/dist/core/p-a667e329.entry.js.map +1 -0
  490. package/dist/core/{p-6be5e06b.entry.js → p-ad2477d8.entry.js} +2 -2
  491. package/dist/core/p-ad2477d8.entry.js.map +1 -0
  492. package/dist/core/p-b35ae170.entry.js +2 -0
  493. package/dist/core/p-b35ae170.entry.js.map +1 -0
  494. package/dist/core/p-b40bd77c.entry.js +2 -0
  495. package/dist/core/p-b40bd77c.entry.js.map +1 -0
  496. package/dist/core/p-b4234318.entry.js +2 -0
  497. package/dist/core/p-b4234318.entry.js.map +1 -0
  498. package/dist/core/{p-c4d3c18c.entry.js → p-ba8d6c23.entry.js} +2 -2
  499. package/dist/core/p-ba8d6c23.entry.js.map +1 -0
  500. package/dist/core/p-bd819f68.entry.js +2 -0
  501. package/dist/core/p-bd819f68.entry.js.map +1 -0
  502. package/dist/core/p-c4a7c734.entry.js +2 -0
  503. package/dist/core/p-c4a7c734.entry.js.map +1 -0
  504. package/dist/core/p-c72e4b75.entry.js +2 -0
  505. package/dist/core/p-c72e4b75.entry.js.map +1 -0
  506. package/dist/core/p-c7b86643.entry.js +2 -0
  507. package/dist/core/p-c7b86643.entry.js.map +1 -0
  508. package/dist/core/p-c7c5d2c5.entry.js +2 -0
  509. package/dist/core/p-c7c5d2c5.entry.js.map +1 -0
  510. package/dist/core/p-c8f07be6.entry.js +2 -0
  511. package/dist/core/p-c8f07be6.entry.js.map +1 -0
  512. package/dist/core/{p-6d0eaaeb.entry.js → p-c9068822.entry.js} +2 -2
  513. package/dist/core/{p-6d0eaaeb.entry.js.map → p-c9068822.entry.js.map} +1 -1
  514. package/dist/core/p-cccbf2bf.entry.js +2 -0
  515. package/dist/core/p-cccbf2bf.entry.js.map +1 -0
  516. package/dist/core/{p-02799e26.entry.js → p-d2508752.entry.js} +2 -2
  517. package/dist/core/{p-02799e26.entry.js.map → p-d2508752.entry.js.map} +1 -1
  518. package/dist/core/p-d37b9695.entry.js +2 -0
  519. package/dist/core/p-d37b9695.entry.js.map +1 -0
  520. package/dist/core/p-d86b0d0e.entry.js +2 -0
  521. package/dist/core/p-d86b0d0e.entry.js.map +1 -0
  522. package/dist/core/p-dea3d5f0.entry.js +2 -0
  523. package/dist/core/p-dea3d5f0.entry.js.map +1 -0
  524. package/dist/core/p-e0d88c31.entry.js +2 -0
  525. package/dist/core/p-e0d88c31.entry.js.map +1 -0
  526. package/dist/core/p-e9202767.entry.js +2 -0
  527. package/dist/core/p-e9202767.entry.js.map +1 -0
  528. package/dist/core/p-eba373bf.entry.js +2 -0
  529. package/dist/core/p-eba373bf.entry.js.map +1 -0
  530. package/dist/core/{p-cadb531f.entry.js → p-ed6cf9b9.entry.js} +2 -2
  531. package/dist/core/p-ed6cf9b9.entry.js.map +1 -0
  532. package/dist/esm/OpenInNew-67a881e0.js +5 -0
  533. package/dist/esm/OpenInNew-67a881e0.js.map +1 -0
  534. package/dist/esm/{check-icon-53f1d9e5.js → check-icon-abb210ec.js} +2 -2
  535. package/dist/esm/check-icon-abb210ec.js.map +1 -0
  536. package/dist/esm/chevron-icon-98c98242.js +8 -0
  537. package/dist/esm/chevron-icon-98c98242.js.map +1 -0
  538. package/dist/esm/core.js +2 -2
  539. package/dist/esm/{helpers-3d41833c.js → helpers-c332acf8.js} +71 -4
  540. package/dist/esm/helpers-c332acf8.js.map +1 -0
  541. package/dist/esm/ic-alert.entry.js +6 -25
  542. package/dist/esm/ic-alert.entry.js.map +1 -1
  543. package/dist/esm/ic-back-to-top.entry.js +24 -12
  544. package/dist/esm/ic-back-to-top.entry.js.map +1 -1
  545. package/dist/esm/ic-breadcrumb-group.entry.js +2 -2
  546. package/dist/esm/ic-breadcrumb-group.entry.js.map +1 -1
  547. package/dist/esm/ic-breadcrumb.entry.js +14 -5
  548. package/dist/esm/ic-breadcrumb.entry.js.map +1 -1
  549. package/dist/esm/ic-button_3.entry.js +39 -29
  550. package/dist/esm/ic-button_3.entry.js.map +1 -1
  551. package/dist/esm/ic-card.entry.js +29 -5
  552. package/dist/esm/ic-card.entry.js.map +1 -1
  553. package/dist/esm/ic-checkbox-group.entry.js +4 -4
  554. package/dist/esm/ic-checkbox-group.entry.js.map +1 -1
  555. package/dist/esm/ic-checkbox.entry.js +16 -4
  556. package/dist/esm/ic-checkbox.entry.js.map +1 -1
  557. package/dist/esm/ic-chip.entry.js +73 -0
  558. package/dist/esm/ic-chip.entry.js.map +1 -0
  559. package/dist/esm/ic-classification-banner.entry.js +3 -3
  560. package/dist/esm/ic-classification-banner.entry.js.map +1 -1
  561. package/dist/esm/ic-data-entity.entry.js +2 -2
  562. package/dist/esm/ic-data-entity.entry.js.map +1 -1
  563. package/dist/esm/ic-data-row.entry.js +14 -12
  564. package/dist/esm/ic-data-row.entry.js.map +1 -1
  565. package/dist/esm/ic-divider.entry.js +3 -3
  566. package/dist/esm/ic-divider.entry.js.map +1 -1
  567. package/dist/esm/ic-footer-link-group.entry.js +4 -3
  568. package/dist/esm/ic-footer-link-group.entry.js.map +1 -1
  569. package/dist/esm/ic-footer-link.entry.js +12 -5
  570. package/dist/esm/ic-footer-link.entry.js.map +1 -1
  571. package/dist/esm/ic-footer.entry.js +5 -5
  572. package/dist/esm/ic-footer.entry.js.map +1 -1
  573. package/dist/esm/ic-hero.entry.js +3 -3
  574. package/dist/esm/ic-hero.entry.js.map +1 -1
  575. package/dist/esm/ic-horizontal-scroll.entry.js +154 -0
  576. package/dist/esm/ic-horizontal-scroll.entry.js.map +1 -0
  577. package/dist/esm/ic-input-component-container_3.entry.js +70 -40
  578. package/dist/esm/ic-input-component-container_3.entry.js.map +1 -1
  579. package/dist/esm/ic-input-label_2.entry.js +3 -5
  580. package/dist/esm/ic-input-label_2.entry.js.map +1 -1
  581. package/dist/esm/ic-link.entry.js +13 -7
  582. package/dist/esm/ic-link.entry.js.map +1 -1
  583. package/dist/esm/ic-navigation-button.entry.js +5 -4
  584. package/dist/esm/ic-navigation-button.entry.js.map +1 -1
  585. package/dist/esm/ic-navigation-group.entry.js +6 -5
  586. package/dist/esm/ic-navigation-group.entry.js.map +1 -1
  587. package/dist/esm/ic-navigation-item.entry.js +18 -11
  588. package/dist/esm/ic-navigation-item.entry.js.map +1 -1
  589. package/dist/esm/ic-navigation-menu.entry.js +8 -8
  590. package/dist/esm/ic-navigation-menu.entry.js.map +1 -1
  591. package/dist/esm/ic-page-header.entry.js +5 -5
  592. package/dist/esm/ic-page-header.entry.js.map +1 -1
  593. package/dist/esm/ic-radio-group.entry.js +13 -5
  594. package/dist/esm/ic-radio-group.entry.js.map +1 -1
  595. package/dist/esm/ic-radio-option.entry.js +24 -6
  596. package/dist/esm/ic-radio-option.entry.js.map +1 -1
  597. package/dist/esm/ic-search-bar.entry.js +53 -41
  598. package/dist/esm/ic-search-bar.entry.js.map +1 -1
  599. package/dist/esm/ic-section-container.entry.js +2 -2
  600. package/dist/esm/ic-section-container.entry.js.map +1 -1
  601. package/dist/esm/ic-select.entry.js +206 -59
  602. package/dist/esm/ic-select.entry.js.map +1 -1
  603. package/dist/esm/ic-side-navigation.entry.js +24 -12
  604. package/dist/esm/ic-side-navigation.entry.js.map +1 -1
  605. package/dist/esm/ic-skeleton.entry.js +2 -2
  606. package/dist/esm/ic-skeleton.entry.js.map +1 -1
  607. package/dist/esm/ic-status-tag.entry.js +6 -5
  608. package/dist/esm/ic-status-tag.entry.js.map +1 -1
  609. package/dist/esm/ic-step.entry.js +103 -15
  610. package/dist/esm/ic-step.entry.js.map +1 -1
  611. package/dist/esm/ic-stepper.entry.js +166 -42
  612. package/dist/esm/ic-stepper.entry.js.map +1 -1
  613. package/dist/esm/ic-switch.entry.js +12 -3
  614. package/dist/esm/ic-switch.entry.js.map +1 -1
  615. package/dist/esm/ic-tab-context.entry.js +7 -2
  616. package/dist/esm/ic-tab-context.entry.js.map +1 -1
  617. package/dist/esm/ic-tab-group.entry.js +9 -118
  618. package/dist/esm/ic-tab-group.entry.js.map +1 -1
  619. package/dist/esm/ic-tab-panel.entry.js +2 -2
  620. package/dist/esm/ic-tab-panel.entry.js.map +1 -1
  621. package/dist/esm/ic-tab.entry.js +10 -2
  622. package/dist/esm/ic-tab.entry.js.map +1 -1
  623. package/dist/esm/ic-text-field.entry.js +5 -5
  624. package/dist/esm/ic-text-field.entry.js.map +1 -1
  625. package/dist/esm/ic-theme.entry.js +4 -4
  626. package/dist/esm/ic-theme.entry.js.map +1 -1
  627. package/dist/esm/ic-toast-region.entry.js +44 -0
  628. package/dist/esm/ic-toast-region.entry.js.map +1 -0
  629. package/dist/esm/ic-toast.entry.js +161 -0
  630. package/dist/esm/ic-toast.entry.js.map +1 -0
  631. package/dist/esm/ic-top-navigation.entry.js +15 -10
  632. package/dist/esm/ic-top-navigation.entry.js.map +1 -1
  633. package/dist/esm/ic-typography.entry.js +1 -1
  634. package/dist/esm/ic-typography.entry.js.map +1 -1
  635. package/dist/esm/{index-1500de1f.js → index-90721b3c.js} +21 -2
  636. package/dist/esm/index-90721b3c.js.map +1 -0
  637. package/dist/esm/loader.js +2 -2
  638. package/dist/esm/types-dd515332.js.map +1 -1
  639. package/dist/types/components/ic-alert/ic-alert.d.ts +14 -10
  640. package/dist/types/components/ic-back-to-top/ic-back-to-top.d.ts +1 -0
  641. package/dist/types/components/ic-breadcrumb/ic-breadcrumb.d.ts +9 -5
  642. package/dist/types/components/ic-breadcrumb-group/ic-breadcrumb-group.d.ts +2 -2
  643. package/dist/types/components/ic-button/ic-button.d.ts +11 -14
  644. package/dist/types/components/ic-card/ic-card.d.ts +31 -10
  645. package/dist/types/components/ic-checkbox/ic-checkbox.d.ts +18 -10
  646. package/dist/types/components/ic-checkbox-group/ic-checkbox-group.d.ts +9 -9
  647. package/dist/types/components/ic-chip/ic-chip.d.ts +48 -0
  648. package/dist/types/components/ic-chip/ic-chip.test.a11y.d.ts +1 -0
  649. package/dist/types/components/ic-chip/ic-chip.types.d.ts +2 -0
  650. package/dist/types/components/ic-classification-banner/ic-classification-banner.d.ts +5 -5
  651. package/dist/types/components/ic-data-entity/ic-data-entity.d.ts +2 -2
  652. package/dist/types/components/ic-data-row/ic-data-row.d.ts +3 -3
  653. package/dist/types/components/ic-footer/ic-footer.d.ts +12 -12
  654. package/dist/types/components/ic-footer-link/ic-footer-link.d.ts +20 -0
  655. package/dist/types/components/ic-footer-link-group/ic-footer-link-group.d.ts +1 -1
  656. package/dist/types/components/ic-hero/ic-hero.d.ts +9 -9
  657. package/dist/types/components/ic-horizontal-scroll/ic-horizontal-scroll.d.ts +39 -0
  658. package/dist/types/components/ic-horizontal-scroll/ic-horizontal-scroll.test.a11y.d.ts +1 -0
  659. package/dist/types/components/ic-input-component-container/ic-input-component-container.d.ts +8 -8
  660. package/dist/types/components/ic-input-container/ic-input-container.d.ts +2 -2
  661. package/dist/types/components/ic-input-label/ic-input-label.d.ts +8 -8
  662. package/dist/types/components/ic-input-validation/ic-input-validation.d.ts +5 -5
  663. package/dist/types/components/ic-link/ic-link.d.ts +10 -7
  664. package/dist/types/components/ic-loading-indicator/ic-loading-indicator.d.ts +7 -3
  665. package/dist/types/components/ic-menu/ic-menu.d.ts +36 -18
  666. package/dist/types/components/ic-navigation-button/ic-navigation-button.d.ts +6 -6
  667. package/dist/types/components/ic-navigation-group/ic-navigation-group.d.ts +3 -3
  668. package/dist/types/components/ic-navigation-item/ic-navigation-item.d.ts +28 -8
  669. package/dist/types/components/ic-navigation-menu/ic-navigation-menu.d.ts +2 -2
  670. package/dist/types/components/ic-page-header/ic-page-header.d.ts +10 -8
  671. package/dist/types/components/ic-radio-group/ic-radio-group.d.ts +15 -11
  672. package/dist/types/components/ic-radio-option/ic-radio-option.d.ts +17 -11
  673. package/dist/types/components/ic-search-bar/ic-search-bar.d.ts +31 -30
  674. package/dist/types/components/ic-section-container/ic-section-container.d.ts +2 -2
  675. package/dist/types/components/ic-select/ic-select.d.ts +68 -23
  676. package/dist/types/components/ic-side-navigation/ic-side-navigation.d.ts +13 -12
  677. package/dist/types/components/ic-skeleton/ic-skeleton.d.ts +2 -2
  678. package/dist/types/components/ic-status-tag/ic-status-tag.d.ts +5 -1
  679. package/dist/types/components/ic-step/ic-step.d.ts +37 -8
  680. package/dist/types/components/ic-step/ic-step.types.d.ts +2 -0
  681. package/dist/types/components/ic-stepper/ic-stepper-test-examples.d.ts +4 -0
  682. package/dist/types/components/ic-stepper/ic-stepper.d.ts +23 -6
  683. package/dist/types/components/ic-switch/ic-switch.d.ts +11 -7
  684. package/dist/types/components/ic-tab/ic-tab.d.ts +9 -5
  685. package/dist/types/components/ic-tab-context/ic-tab-context.d.ts +8 -4
  686. package/dist/types/components/ic-tab-group/ic-tab-group.d.ts +5 -33
  687. package/dist/types/components/ic-tab-panel/ic-tab-panel.d.ts +2 -2
  688. package/dist/types/components/ic-text-field/ic-text-field.d.ts +31 -31
  689. package/dist/types/components/ic-theme/ic-theme.d.ts +3 -3
  690. package/dist/types/components/ic-toast/ic-toast.d.ts +66 -0
  691. package/dist/types/components/ic-toast/ic-toast.test.a11y.d.ts +1 -0
  692. package/dist/types/components/ic-toast/ic-toast.types.d.ts +1 -0
  693. package/dist/types/components/ic-toast-region/ic-toast-region.d.ts +12 -0
  694. package/dist/types/components/ic-tooltip/ic-tooltip.d.ts +4 -0
  695. package/dist/types/components/ic-top-navigation/ic-top-navigation.d.ts +7 -6
  696. package/dist/types/components/ic-typography/ic-typography.d.ts +1 -1
  697. package/dist/types/components.d.ts +935 -560
  698. package/dist/types/interface.d.ts +0 -1
  699. package/dist/types/testspec.setup.d.ts +1 -0
  700. package/dist/types/utils/constants.d.ts +22 -0
  701. package/dist/types/utils/helpers.d.ts +2 -0
  702. package/dist/types/utils/types.d.ts +3 -0
  703. package/hydrate/index.js +1592 -585
  704. package/package.json +5 -5
  705. package/dist/cjs/check-icon-999d9877.js.map +0 -1
  706. package/dist/cjs/chevron-icon-d175fe66.js.map +0 -1
  707. package/dist/cjs/error-icon-99504103.js +0 -18
  708. package/dist/cjs/error-icon-99504103.js.map +0 -1
  709. package/dist/cjs/helpers-8bc3b6d2.js.map +0 -1
  710. package/dist/cjs/index-3ef30d9d.js.map +0 -1
  711. package/dist/cjs/success-icon-887b2097.js +0 -11
  712. package/dist/cjs/success-icon-887b2097.js.map +0 -1
  713. package/dist/collection/components/ic-alert/ic-alert.types.js +0 -2
  714. package/dist/collection/components/ic-alert/ic-alert.types.js.map +0 -1
  715. package/dist/collection/components/ic-tab-group/assets/left-arrow.svg +0 -3
  716. package/dist/collection/components/ic-tab-group/assets/right-arrow.svg +0 -3
  717. package/dist/components/error-icon.js +0 -15
  718. package/dist/components/error-icon.js.map +0 -1
  719. package/dist/components/success-icon.js +0 -9
  720. package/dist/components/success-icon.js.map +0 -1
  721. package/dist/core/p-0118400b.entry.js.map +0 -1
  722. package/dist/core/p-07cd789d.entry.js.map +0 -1
  723. package/dist/core/p-0b125f26.entry.js +0 -2
  724. package/dist/core/p-0b125f26.entry.js.map +0 -1
  725. package/dist/core/p-10da19d2.entry.js.map +0 -1
  726. package/dist/core/p-1337db5e.entry.js +0 -2
  727. package/dist/core/p-1337db5e.entry.js.map +0 -1
  728. package/dist/core/p-1721bcf3.entry.js +0 -2
  729. package/dist/core/p-1721bcf3.entry.js.map +0 -1
  730. package/dist/core/p-1e7b4310.js +0 -2
  731. package/dist/core/p-23831891.js +0 -2
  732. package/dist/core/p-23831891.js.map +0 -1
  733. package/dist/core/p-272c7abd.entry.js +0 -2
  734. package/dist/core/p-272c7abd.entry.js.map +0 -1
  735. package/dist/core/p-2f114521.entry.js +0 -2
  736. package/dist/core/p-2f114521.entry.js.map +0 -1
  737. package/dist/core/p-31a8595f.entry.js +0 -2
  738. package/dist/core/p-31a8595f.entry.js.map +0 -1
  739. package/dist/core/p-33a45ace.entry.js +0 -2
  740. package/dist/core/p-33a45ace.entry.js.map +0 -1
  741. package/dist/core/p-347ec49e.entry.js +0 -2
  742. package/dist/core/p-347ec49e.entry.js.map +0 -1
  743. package/dist/core/p-39ae284e.entry.js +0 -2
  744. package/dist/core/p-39ae284e.entry.js.map +0 -1
  745. package/dist/core/p-558552f8.entry.js +0 -2
  746. package/dist/core/p-558552f8.entry.js.map +0 -1
  747. package/dist/core/p-5e261268.entry.js +0 -2
  748. package/dist/core/p-5e261268.entry.js.map +0 -1
  749. package/dist/core/p-60ffb73e.entry.js +0 -2
  750. package/dist/core/p-60ffb73e.entry.js.map +0 -1
  751. package/dist/core/p-69650186.entry.js +0 -2
  752. package/dist/core/p-69650186.entry.js.map +0 -1
  753. package/dist/core/p-6b34d98f.entry.js +0 -2
  754. package/dist/core/p-6b34d98f.entry.js.map +0 -1
  755. package/dist/core/p-6be5e06b.entry.js.map +0 -1
  756. package/dist/core/p-6f6bd657.entry.js +0 -2
  757. package/dist/core/p-6f6bd657.entry.js.map +0 -1
  758. package/dist/core/p-7093d214.entry.js +0 -2
  759. package/dist/core/p-7093d214.entry.js.map +0 -1
  760. package/dist/core/p-7577c6a3.entry.js +0 -2
  761. package/dist/core/p-7577c6a3.entry.js.map +0 -1
  762. package/dist/core/p-7b11e1dc.entry.js +0 -2
  763. package/dist/core/p-7b11e1dc.entry.js.map +0 -1
  764. package/dist/core/p-7b39977f.entry.js +0 -2
  765. package/dist/core/p-7b39977f.entry.js.map +0 -1
  766. package/dist/core/p-7f632414.entry.js +0 -2
  767. package/dist/core/p-7f632414.entry.js.map +0 -1
  768. package/dist/core/p-898607d0.entry.js +0 -2
  769. package/dist/core/p-898607d0.entry.js.map +0 -1
  770. package/dist/core/p-8ddeb574.entry.js +0 -2
  771. package/dist/core/p-8ddeb574.entry.js.map +0 -1
  772. package/dist/core/p-9cd04875.entry.js +0 -2
  773. package/dist/core/p-9cd04875.entry.js.map +0 -1
  774. package/dist/core/p-ac43322e.entry.js +0 -2
  775. package/dist/core/p-ac43322e.entry.js.map +0 -1
  776. package/dist/core/p-ae6aa67f.js +0 -2
  777. package/dist/core/p-ae81dffa.entry.js +0 -2
  778. package/dist/core/p-ae81dffa.entry.js.map +0 -1
  779. package/dist/core/p-b3dec76d.entry.js +0 -2
  780. package/dist/core/p-b3dec76d.entry.js.map +0 -1
  781. package/dist/core/p-b5a988c0.entry.js +0 -2
  782. package/dist/core/p-b5a988c0.entry.js.map +0 -1
  783. package/dist/core/p-bf5717ca.js +0 -2
  784. package/dist/core/p-c4d3c18c.entry.js.map +0 -1
  785. package/dist/core/p-c6dd4f47.entry.js +0 -2
  786. package/dist/core/p-c6dd4f47.entry.js.map +0 -1
  787. package/dist/core/p-cadb531f.entry.js.map +0 -1
  788. package/dist/core/p-cc83692e.entry.js +0 -2
  789. package/dist/core/p-cc83692e.entry.js.map +0 -1
  790. package/dist/core/p-dd3c3e3c.entry.js +0 -2
  791. package/dist/core/p-dd3c3e3c.entry.js.map +0 -1
  792. package/dist/core/p-df5caf13.entry.js +0 -2
  793. package/dist/core/p-df5caf13.entry.js.map +0 -1
  794. package/dist/core/p-e106305b.entry.js +0 -2
  795. package/dist/core/p-e106305b.entry.js.map +0 -1
  796. package/dist/core/p-e28af65b.js +0 -2
  797. package/dist/core/p-e28af65b.js.map +0 -1
  798. package/dist/core/p-e590f1d2.entry.js +0 -2
  799. package/dist/core/p-e590f1d2.entry.js.map +0 -1
  800. package/dist/core/p-e93e9aa3.entry.js.map +0 -1
  801. package/dist/core/p-ecfb2e6b.entry.js +0 -2
  802. package/dist/core/p-ecfb2e6b.entry.js.map +0 -1
  803. package/dist/core/p-f9370be6.js.map +0 -1
  804. package/dist/esm/check-icon-53f1d9e5.js.map +0 -1
  805. package/dist/esm/chevron-icon-5b38c60a.js +0 -8
  806. package/dist/esm/chevron-icon-5b38c60a.js.map +0 -1
  807. package/dist/esm/error-icon-6046a380.js +0 -15
  808. package/dist/esm/error-icon-6046a380.js.map +0 -1
  809. package/dist/esm/helpers-3d41833c.js.map +0 -1
  810. package/dist/esm/index-1500de1f.js.map +0 -1
  811. package/dist/esm/success-icon-2f71b115.js +0 -9
  812. package/dist/esm/success-icon-2f71b115.js.map +0 -1
  813. package/dist/types/components/ic-alert/ic-alert.types.d.ts +0 -1
  814. /package/dist/collection/{components/ic-link/assets → assets}/OpenInNew.svg +0 -0
  815. /package/dist/core/{p-1e7b4310.js.map → p-24240e11.js.map} +0 -0
  816. /package/dist/core/{p-ae6aa67f.js.map → p-8c7f4343.js.map} +0 -0
  817. /package/dist/core/{p-bf5717ca.js.map → p-8d4f7027.js.map} +0 -0
@@ -6,27 +6,47 @@ import { IcNavType } from "../../utils/types";
6
6
  export declare class NavigationItem {
7
7
  el: HTMLIcNavigationItemElement;
8
8
  /**
9
- * Label of the navigation item
9
+ * The label of the navigation item.
10
10
  */
11
11
  label: string;
12
12
  /**
13
- * Destination of the navigation item
13
+ * The destination of the navigation item.
14
14
  */
15
15
  href: string;
16
16
  /**
17
- * If true, sets the navigation item in a selected state
17
+ * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
18
+ */
19
+ target?: string;
20
+ /**
21
+ * The relationship of the linked URL as space-separated link types.
22
+ */
23
+ rel?: string;
24
+ /**
25
+ * The human language of the linked URL.
26
+ */
27
+ hreflang?: string;
28
+ /**
29
+ * How much of the referrer to send when following the link.
30
+ */
31
+ referrerpolicy?: ReferrerPolicy;
32
+ /**
33
+ * If `true`, the user can save the linked URL instead of navigating to it.
34
+ */
35
+ download?: string | boolean;
36
+ /**
37
+ * If `true`, the navigation item will be set in a selected state.
18
38
  */
19
39
  selected: boolean;
20
40
  /**
21
- * @internal Whether the navigation item is expandable
41
+ * @internal If `true`, the navigation item will be expandable.
22
42
  */
23
43
  expandable: boolean;
24
44
  /**
25
- * @internal display navigation item within tooltip
45
+ * @internal If `true`, the navigation item will be displayed within a tooltip.
26
46
  */
27
47
  displayNavigationTooltip: boolean;
28
48
  /**
29
- * @internal display icon and label when side navigation is collapsed
49
+ * @internal If `true`, the icon and label will be displayed when side navigation is collapsed.
30
50
  */
31
51
  collapsedIconLabel: boolean;
32
52
  isTopNavChild: boolean;
@@ -46,12 +66,12 @@ export declare class NavigationItem {
46
66
  /**
47
67
  * @internal - Emitted when navigation item clicked.
48
68
  */
49
- icNavItemClicked: EventEmitter<void>;
69
+ navItemClicked: EventEmitter<void>;
50
70
  themeChangeHandler(ev: CustomEvent): void;
51
71
  private topNavResizedHandler;
52
72
  private sideNavExpandHandler;
53
73
  /**
54
- * Sets focus on the nav item
74
+ * Sets focus on the nav item.
55
75
  */
56
76
  setFocus(): Promise<void>;
57
77
  private handleBlur;
@@ -6,11 +6,11 @@ import { EventEmitter } from "../../stencil-public-runtime";
6
6
  export declare class NavigationMenu {
7
7
  el: HTMLIcNavigationMenuElement;
8
8
  /**
9
- * Version info to display
9
+ * The version info to display.
10
10
  */
11
11
  version: string;
12
12
  /**
13
- * Status info to display
13
+ * The status info to display.
14
14
  */
15
15
  status: string;
16
16
  /**
@@ -12,33 +12,35 @@ import { IcAlignment } from "../../utils/types";
12
12
  export declare class PageHeader {
13
13
  el: HTMLIcPageHeaderElement;
14
14
  /**
15
- * The title to render on the component.
15
+ * The title to render on the page header.
16
16
  */
17
17
  heading?: string;
18
18
  /**
19
- * The subtitle to render on the component.
19
+ * The subtitle to render on the page header.
20
20
  */
21
21
  subheading?: string;
22
22
  /**
23
- * How the component should be aligned.
23
+ * The alignment of the page header.
24
24
  */
25
25
  aligned?: IcAlignment;
26
26
  /**
27
- * Whether the component uses small styling.
27
+ * If `true`, the small styling will be applied to the page header.
28
28
  */
29
29
  small?: boolean;
30
30
  /**
31
- * Set whether the bottom border is used
31
+ * If `true`, a border will be displayed along the bottom of the page header.
32
32
  */
33
33
  border?: boolean;
34
34
  /**
35
- * Set whether the header is sticky at all breakpoints
35
+ * If `true`, the page header will be sticky at all breakpoints.
36
36
  */
37
37
  sticky?: boolean;
38
- /** Set whether the header is only sticky for viewport widths of 992px and above
38
+ /**
39
+ * If `true`, the page header will only be sticky for viewport widths of 992px and above.
39
40
  */
40
41
  stickyDesktopOnly?: boolean;
41
- /** Set whether the reading pattern and tab order change in the action area for viewport widths of above 576px and when actions have not wrapped
42
+ /**
43
+ * If `true`, the reading pattern and tab order will change in the action area for viewport widths of above 576px and when actions have not wrapped.
42
44
  */
43
45
  reverseOrder?: boolean;
44
46
  deviceSize: number;
@@ -1,47 +1,51 @@
1
1
  import { EventEmitter } from "../../stencil-public-runtime";
2
- import { IcInformationStatusOrEmpty } from "../../utils/types";
2
+ import { IcInformationStatusOrEmpty, IcOrientation } from "../../utils/types";
3
3
  import { IcValueEventDetail } from "../../interface";
4
4
  export declare class RadioGroup {
5
5
  private radioOptions;
6
6
  host: HTMLIcRadioGroupElement;
7
7
  /**
8
- * Provide a label for the input.
8
+ * The label for the radio group to be displayed.
9
9
  */
10
10
  label: string;
11
11
  /**
12
- * Provide a name for the input.
12
+ * The name for the radio group to differentiate from other groups.
13
13
  */
14
14
  name: string;
15
15
  /**
16
- * Specify if the input requires a value.
16
+ * If `true`, the radio group will require a value.
17
17
  */
18
18
  required: boolean;
19
19
  /**
20
- * Hides the label and applies the required label value as an aria-label.
20
+ * The orientation of the radio buttons in the radio group. If there are more than two radio buttons in a radio group or either of the radio buttons use the `additional-field` slot, then the orientation will always be vertical.
21
+ */
22
+ orientation: IcOrientation;
23
+ /**
24
+ * If `true`, the label will be hidden and the required label value will be applied as an aria-label.
21
25
  */
22
26
  hideLabel: boolean;
23
27
  /**
24
- * Specify whether the input is disabled.
28
+ * If `true`, the disabled state will be set.
25
29
  */
26
30
  disabled: boolean;
27
31
  /**
28
- * Provide helper text to display additional field guidance.
32
+ * The helper text that will be displayed for additional field guidance.
29
33
  */
30
34
  helperText: string;
31
35
  /**
32
- * Specify whether small styling is to be applied to the element.
36
+ * If `true`, the small styling will be applied to the radio group.
33
37
  */
34
38
  small: boolean;
35
39
  /**
36
- * Provide validation status - 'error'
40
+ * The validation status - e.g. 'error' | 'warning' | 'success'.
37
41
  */
38
42
  validationStatus: IcInformationStatusOrEmpty;
39
43
  /**
40
- * Provide validation text - 'error'
44
+ * The validation text - e.g. 'error' | 'warning' | 'success'.
41
45
  */
42
46
  validationText: string;
43
47
  /**
44
- * Provide checked state
48
+ * The checked state.
45
49
  */
46
50
  checkedValue: string;
47
51
  selectedChild: number;
@@ -4,46 +4,52 @@ import { IcValueEventDetail } from "../../interface";
4
4
  export declare class RadioOption {
5
5
  private radioElement;
6
6
  /**
7
- * Determines whether the radio should be in selected state.
7
+ * If `true`, the radio option will be displayed in a selected state.
8
8
  */
9
9
  selected?: boolean;
10
10
  /**
11
- * Determines whether the radio should be in disabled state.
11
+ * If `true`, the disabled state will be set.
12
12
  */
13
13
  disabled?: boolean;
14
14
  /**
15
- * Provide a label for the input.
15
+ * The label for the radio option.
16
16
  */
17
17
  label?: string;
18
18
  /**
19
- * Provide a value for the input.
19
+ * The value for the radio option.
20
20
  */
21
21
  value: string;
22
22
  /**
23
- * Provide a name for the input.
23
+ * The name for the radio option.
24
24
  */
25
25
  name: string;
26
26
  /**
27
- * Provide a group label for the input.
27
+ * The group label for the radio option.
28
28
  */
29
29
  groupLabel: string;
30
30
  /**
31
- * Provide a text prop for the dynamic text.
31
+ * The text to be displayed when dynamic.
32
32
  */
33
33
  dynamicText: string;
34
- /** Determines type of additional text field in relation to radio option */
34
+ /**
35
+ * The style of additionalField that will be displayed if used.
36
+ */
35
37
  additionalFieldDisplay: IcAdditionalFieldTypes;
36
38
  initiallySelected: boolean;
37
39
  host: HTMLIcRadioOptionElement;
38
40
  /**
39
- * Emitted when radio is checked
41
+ * @deprecated This event should not be used anymore. Use icCheck instead.
40
42
  */
41
- icCheck: EventEmitter<void>;
43
+ radioOptionSelect: EventEmitter<IcValueEventDetail>;
42
44
  /**
43
45
  * Emitted when a radio is selected.
44
46
  */
45
- radioOptionSelect: EventEmitter<IcValueEventDetail>;
47
+ icCheck: EventEmitter<IcValueEventDetail>;
46
48
  selectedChangeHandler(selected: boolean): void;
49
+ /**
50
+ * Sets focus on the radio option.
51
+ */
52
+ setFocus(): Promise<void>;
47
53
  private defaultRadioValue;
48
54
  private skipFocus;
49
55
  private handleClick;
@@ -15,111 +15,112 @@ export declare class SearchBar {
15
15
  private truncateValue;
16
16
  private assistiveHintEl;
17
17
  private preventSubmit;
18
+ private debounceAriaLive;
18
19
  /**
19
- * Provide a label for the input.
20
+ * The label for the search bar.
20
21
  */
21
22
  label: string;
22
23
  /**
23
- * Specify if the input requires a value.
24
+ * If `true`, the search bar will require a value.
24
25
  */
25
26
  required?: boolean;
26
27
  /**
27
- * Specify whether the input is disabled.
28
+ * If `true`, the disabled state will be set.
28
29
  */
29
30
  disabled?: boolean;
30
31
  /**
31
- * Specify whether the input is read only.
32
+ * If `true`, the readonly state will be set.
32
33
  */
33
34
  readonly?: boolean;
34
35
  /**
35
- * Provide a placeholder value to display.
36
+ * The placeholder value to display.
36
37
  */
37
38
  placeholder?: string;
38
39
  /**
39
- * Specify whether the component fills the full width of the container.
40
- * If true, this overrides the --input-width css prop.
40
+ * Specify whether the search bar fills the full width of the container.
41
+ * If `true`, this overrides the --input-width CSS variable.
41
42
  */
42
43
  fullWidth?: boolean;
43
44
  /**
44
45
  * Specify whether to disable the built in filtering. For example, if options will already be filtered from external source.
45
- * If true, all options provided will be displayed.
46
+ * If `true`, all options provided will be displayed.
46
47
  */
47
48
  disableFilter?: boolean;
48
49
  /**
49
- * Hides the label and applies the required label value as an aria-label.
50
+ * If `true`, the label will be hidden and the required label value will be applied as an aria-label.
50
51
  */
51
52
  hideLabel?: boolean;
52
53
  /**
53
- * Provide helper text to display additional field guidance.
54
+ * The helper text that will be displayed for additional field guidance.
54
55
  */
55
56
  helperText?: string;
56
57
  /**
57
- * Specify whether small styling is to be applied to the element.
58
+ * If `true`, the small styling will be applied to the search bar.
58
59
  */
59
60
  small?: boolean;
60
61
  /**
61
- * Value of Search input.
62
+ * The value of the search input.
62
63
  */
63
64
  value: string;
64
65
  /**
65
- * Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.
66
+ * The automatic capitalisation of the text value as it is entered/edited by the user.
66
67
  * Available options: "off", "none", "on", "sentences", "words", "characters".
67
68
  */
68
69
  autocapitalize: string;
69
70
  /**
70
- * Indicates whether the value of the control can be automatically completed by the browser.
71
+ * The state of autocompletion the browser can apply on the text value.
71
72
  */
72
73
  autocomplete?: IcAutocompleteTypes;
73
74
  /**
74
- * Whether auto correction should be enabled when the user is entering/editing the text value.
75
+ * The state of autocorrection the browser can apply when the user is entering/editing the text value.
75
76
  */
76
77
  autocorrect?: IcAutocorrectStates;
77
78
  /**
78
- * This Boolean attribute lets you specify that a form control should have input focus when the page loads.
79
+ * If `true`, the form control will have input focus when the page loads.
79
80
  */
80
81
  autofocus: boolean;
81
82
  /**
82
- * Set the amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.
83
+ * The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.
83
84
  */
84
85
  debounce?: number;
85
- private debounceChanged;
86
86
  /**
87
87
  * The name of the control, which is submitted with the form data.
88
88
  */
89
89
  name: string;
90
90
  /**
91
- * If `true`, the element will have its spelling and grammar checked.
91
+ * If `true`, the value of the search will have its spelling and grammar checked.
92
92
  */
93
93
  spellcheck: boolean;
94
94
  /**
95
- * Provide the suggested search options
95
+ * The suggested search options.
96
96
  */
97
97
  options?: IcMenuOption[];
98
98
  watchOptionsHandler(newOptions: IcMenuOption[]): void;
99
99
  /**
100
- * Specify whether the input should be focussed when component loaded.
100
+ * If `true`, the search bar will be focused when component loaded.
101
101
  */
102
102
  focusOnLoad?: boolean;
103
103
  /**
104
- * Provide hint text for hidden assistive description element.
104
+ * The hint text for the hidden assistive description element.
105
105
  */
106
106
  hintText?: string;
107
107
  /**
108
- * Provide text for empty results list
108
+ * The text displayed when there are no options in the option list.
109
109
  */
110
110
  emptyOptionListText: string;
111
111
  /**
112
- * Number of characters until suggestions appear
112
+ * The number of characters until suggestions appear.
113
113
  */
114
114
  charactersUntilSuggestion: number;
115
115
  watchValueHandler(newValue: string): void;
116
116
  /**
117
- * Sets focus on the native `input`
117
+ * Sets focus on the native `input`.
118
118
  */
119
119
  setFocus(): Promise<void>;
120
120
  handleKeyDown(ev: CustomEvent): void;
121
121
  handleKeyUp(ev: KeyboardEvent): void;
122
122
  private handleSubmitSearch;
123
+ private handleSubmitSearchKeyDown;
123
124
  /**
124
125
  * Emitted when a keyboard input occurred.
125
126
  */
@@ -127,12 +128,12 @@ export declare class SearchBar {
127
128
  private onInput;
128
129
  private debounceAriaLiveUpdate;
129
130
  /**
130
- * Emitted when input loses focus.
131
+ * @deprecated This event should not be used anymore. Use icSearchBarBlur instead.
131
132
  */
132
133
  icInputBlur: EventEmitter<IcSearchBarBlurEventDetail>;
133
134
  private onInputBlur;
134
135
  /**
135
- * Emitted when input gains focus.
136
+ * @deprecated This event should not be used anymore. Use icSearchBarFocus instead.
136
137
  */
137
138
  icInputFocus: EventEmitter<IcValueEventDetail>;
138
139
  private onInputFocus;
@@ -145,6 +146,7 @@ export declare class SearchBar {
145
146
  */
146
147
  icClear: EventEmitter<void>;
147
148
  private handleClear;
149
+ private handleMouseDown;
148
150
  /**
149
151
  * Emitted when the search value has been submitted
150
152
  */
@@ -183,13 +185,13 @@ export declare class SearchBar {
183
185
  clearButtonFocused: boolean;
184
186
  searchSubmitFocused: boolean;
185
187
  prevNoOption: boolean;
188
+ highlightedValue: string;
186
189
  private handleOptionSelect;
190
+ private handleMenuOptionHighlight;
187
191
  private handleMenuChange;
188
192
  private setMenuChange;
189
193
  private handleHostFocus;
190
194
  private handleHostBlur;
191
- onMenuClose(ev: CustomEvent): void;
192
- onMenuOptionHighlighted(ev: CustomEvent): void;
193
195
  private handleShowClearButton;
194
196
  private handleFocusClearButton;
195
197
  private handleMenuCloseFromMenuChange;
@@ -200,7 +202,6 @@ export declare class SearchBar {
200
202
  private hadNoOptions;
201
203
  private isSubmitDisabled;
202
204
  private highlightFirstOptionAfterNoResults;
203
- connectedCallback(): void;
204
205
  componentWillRender(): void;
205
206
  componentWillLoad(): void;
206
207
  componentDidLoad(): void;
@@ -1,11 +1,11 @@
1
1
  import { IcAlignment } from "../../utils/types";
2
2
  export declare class SectionContainer {
3
3
  /**
4
- * How the container should be aligned.
4
+ * The alignment of the container.
5
5
  */
6
6
  aligned?: IcAlignment;
7
7
  /**
8
- * Removes the standard vertical padding from the container.
8
+ * If `true`, the standard vertical padding from the container will be removed.
9
9
  */
10
10
  fullHeight?: boolean;
11
11
  render(): any;
@@ -1,6 +1,7 @@
1
1
  import { EventEmitter } from "../../stencil-public-runtime";
2
2
  import { IcInformationStatusOrEmpty, IcMenuOption, IcSearchMatchPositions } from "../../utils/types";
3
3
  import { IcValueEventDetail } from "../../interface";
4
+ import { IcOptionSelectEventDetail } from "../ic-menu/ic-menu.types";
4
5
  export declare class Select {
5
6
  private nativeSelectElement;
6
7
  private customSelectElement;
@@ -10,92 +11,105 @@ export declare class Select {
10
11
  private clearButton;
11
12
  private inputId;
12
13
  private menuId;
14
+ private ungroupedOptions;
13
15
  private inheritedAttributes;
14
- private debounce;
16
+ private debounceAria;
17
+ private hasSetDefaultValue;
18
+ private initialRender;
19
+ private initialOptionsEmpty;
20
+ private characterKeyPressTimer;
15
21
  /**
16
- * Provide a label for the input.
22
+ * The label for the select.
17
23
  */
18
24
  label: string;
19
25
  /**
20
- * Provide the possible selection options.
26
+ * The possible selection options.
21
27
  */
22
28
  options?: IcMenuOption[];
23
29
  /**
24
- * Specify if the input requires a value.
30
+ * If `true`, the select will require a value.
25
31
  */
26
32
  required?: boolean;
27
33
  /**
28
- * Hides the label and applies the required label value as an aria-label.
34
+ * If `true`, the label will be hidden and the required label value will be applied as an aria-label.
29
35
  */
30
36
  hideLabel?: boolean;
31
37
  /**
32
- * Specify whether the input is disabled.
38
+ * If `true`, the disabled state will be set.
33
39
  */
34
40
  disabled?: boolean;
35
41
  /**
36
- * Specify whether the input is read only.
42
+ * If `true`, the readonly state will be set.
37
43
  */
38
44
  readonly?: boolean;
39
45
  /**
40
- * Provide a placeholder value to display.
46
+ * The placeholder value to be displayed.
41
47
  */
42
48
  placeholder?: string;
43
49
  /**
44
- * Provide helper text to display additional field guidance.
50
+ * The helper text that will be displayed for additional field guidance.
45
51
  */
46
52
  helperText?: string;
47
53
  /**
48
- * Specify whether small styling is to be applied to the element.
54
+ * If `true`, the small styling will be applied to the select.
49
55
  */
50
56
  small?: boolean;
51
57
  /**
52
- * If true, then fill width of container.
58
+ * If `true`, the select element will fill the width of the container.
53
59
  */
54
60
  fullWidth: boolean;
55
61
  /**
56
- * Provide a validation status.
62
+ * The validation status - e.g. 'error' | 'warning' | 'success'.
57
63
  */
58
64
  validationStatus?: IcInformationStatusOrEmpty;
59
65
  /**
60
- * Provide the text to display as the validation message.
66
+ * The text to display as the validation message.
61
67
  */
62
68
  validationText?: string;
63
69
  /**
64
70
  * The value of the currently selected option.
65
71
  */
66
72
  value?: string;
73
+ /**
74
+ * The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.
75
+ */
76
+ debounce?: number;
67
77
  /**
68
78
  * The name of the control, which is submitted with the form data.
69
79
  */
70
80
  name?: string;
71
81
  /**
72
- * Display a button which clears the input when clicked. The button will always appear on the searchable select.
82
+ * If `true`, a button which clears the select input when clicked will be displayed. The button will always appear on the searchable select.
73
83
  */
74
84
  showClearButton?: boolean;
75
85
  /**
76
- * If true, the select can be typed in to filter options.
86
+ * If `true`, a searchable variant of the select will be displayed which can be typed in to filter options.
77
87
  */
78
88
  searchable?: boolean;
79
89
  /**
80
- * If true, descriptions of options are included when filtering options in a searchable select.
90
+ * If `true`, descriptions of options will be included when filtering options in a searchable select. Only applies to built in filtering.
81
91
  */
82
92
  includeDescriptionsInSearch?: boolean;
83
93
  /**
84
- * If true, group titles of grouped options are included when filtering options in a searchable select.
94
+ * If `true`, group titles of grouped options will be included when filtering options in a searchable select. Only applies to built in filtering.
85
95
  */
86
96
  includeGroupTitlesInSearch?: boolean;
87
97
  /**
88
- * Whether the search string of the searchable select should match the start of or anywhere in the options.
98
+ * Whether the search string of the searchable select should match the start of or anywhere in the options. Only applies to built in filtering.
89
99
  */
90
100
  searchMatchPosition?: IcSearchMatchPositions;
91
101
  /**
92
- * Number of characters until suggestions appear for a searchable select.
102
+ * The number of characters until suggestions appear for a searchable select.
93
103
  */
94
104
  charactersUntilSuggestions?: number;
95
105
  /**
96
- * Provide text for empty results list
106
+ * The text displayed when there are no options in the option list.
97
107
  */
98
108
  emptyOptionListText: string;
109
+ /**
110
+ * Specify whether to disable the built in filtering for a searchable variant. For example, if options will already be filtered from external source.
111
+ */
112
+ disableFilter?: boolean;
99
113
  open: boolean;
100
114
  clearButtonFocused: boolean;
101
115
  searchableSelectInputValue: string;
@@ -103,26 +117,49 @@ export declare class Select {
103
117
  ariaActiveDescendant: string;
104
118
  noOptions: IcMenuOption[];
105
119
  initialValue: string;
120
+ currDebounce: number;
121
+ currValue: string;
122
+ debounceIcChange: number;
123
+ pressedCharacters: string;
106
124
  watchOptionsHandler(): void;
125
+ debounceChangedHandler(newValue: number): void;
126
+ valueChangedHandler(): void;
107
127
  /**
108
- * Emitted when a value is selected.
128
+ * Emitted when the value changes.
109
129
  */
110
130
  icChange: EventEmitter<IcValueEventDetail>;
111
131
  /**
112
- * Emitted when select has focus.
132
+ * Emitted when clear button clicked.
133
+ */
134
+ icClear: EventEmitter<void>;
135
+ /**
136
+ * Emitted when select gains focus.
113
137
  */
114
138
  icFocus: EventEmitter<void>;
115
139
  /**
116
- * Emitted when select has blur.
140
+ * Emitted when select loses focus.
117
141
  */
118
142
  icBlur: EventEmitter<void>;
143
+ /**
144
+ * Emitted when option is highlighted within the menu.
145
+ * Highlighting a menu item will trigger an `icChange/onIcChange` due to the value being updated.
146
+ */
147
+ icOptionSelect: EventEmitter<IcOptionSelectEventDetail>;
148
+ /**
149
+ * Emitted when a keyboard input occurred.
150
+ */
151
+ icInput: EventEmitter<IcValueEventDetail>;
119
152
  host: HTMLIcSelectElement;
120
153
  /**
121
154
  * Sets focus on the input box.
122
155
  */
123
156
  setFocus(): Promise<void>;
157
+ private updateOnChangeDebounce;
158
+ private emitIcChange;
159
+ private emitImmediateIcChange;
124
160
  private isMenuEnabled;
125
161
  private setOptionsValuesFromLabels;
162
+ private setUngroupedOptions;
126
163
  private setTextColor;
127
164
  private setMenuChange;
128
165
  private getLabelFromValue;
@@ -131,22 +168,30 @@ export declare class Select {
131
168
  private handleNativeSelectChange;
132
169
  private handleCustomSelectChange;
133
170
  private handleMenuChange;
171
+ private handleMenuKeyPress;
134
172
  private handleFocusIndicatorDisplay;
135
173
  private handleMouseDown;
174
+ private isExternalFiltering;
136
175
  private handleClick;
137
176
  private handleExpandIconMouseDown;
138
177
  private handleClear;
178
+ private handleCharacterKeyDown;
179
+ private handleNativeSelectKeyDown;
139
180
  private handleKeyDown;
140
181
  private handleClearButtonFocus;
141
182
  private handleClearButtonBlur;
183
+ private handleFilter;
142
184
  private handleSearchableSelectInput;
143
185
  private updateSearchableSelectResultAriaLive;
144
186
  private debounceAriaLiveUpdate;
187
+ private getDefaultValue;
188
+ private setDefaultValue;
145
189
  private onFocus;
146
190
  private onBlur;
147
191
  private handleFormReset;
148
192
  componentWillLoad(): void;
149
193
  componentDidRender(): void;
194
+ componentWillUpdate(): void;
150
195
  componentDidLoad(): void;
151
196
  disconnectedCallback(): void;
152
197
  render(): any;