@ukic/web-components 2.1.0-beta.9 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1175) hide show
  1. package/dist/cjs/OpenInNew-f9958725.js +7 -0
  2. package/dist/cjs/OpenInNew-f9958725.js.map +1 -0
  3. package/dist/cjs/chevron-icon-2bb3a907.js +10 -0
  4. package/dist/cjs/chevron-icon-2bb3a907.js.map +1 -0
  5. package/dist/cjs/core.cjs.js +10 -3
  6. package/dist/cjs/core.cjs.js.map +1 -1
  7. package/dist/cjs/{helpers-6eb26e7a.js → helpers-eb53c416.js} +27 -26
  8. package/dist/cjs/helpers-eb53c416.js.map +1 -0
  9. package/dist/cjs/ic-alert.cjs.entry.js +11 -11
  10. package/dist/cjs/ic-alert.cjs.entry.js.map +1 -1
  11. package/dist/cjs/ic-back-to-top.cjs.entry.js +5 -5
  12. package/dist/cjs/ic-back-to-top.cjs.entry.js.map +1 -1
  13. package/dist/cjs/ic-breadcrumb-group.cjs.entry.js +39 -33
  14. package/dist/cjs/ic-breadcrumb-group.cjs.entry.js.map +1 -1
  15. package/dist/cjs/ic-breadcrumb.cjs.entry.js +14 -13
  16. package/dist/cjs/ic-breadcrumb.cjs.entry.js.map +1 -1
  17. package/dist/cjs/ic-button_3.cjs.entry.js +163 -93
  18. package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
  19. package/dist/cjs/ic-card.cjs.entry.js +46 -45
  20. package/dist/cjs/ic-card.cjs.entry.js.map +1 -1
  21. package/dist/cjs/ic-checkbox-group.cjs.entry.js +24 -23
  22. package/dist/cjs/ic-checkbox-group.cjs.entry.js.map +1 -1
  23. package/dist/cjs/ic-checkbox.cjs.entry.js +41 -29
  24. package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
  25. package/dist/cjs/ic-chip.cjs.entry.js +18 -15
  26. package/dist/cjs/ic-chip.cjs.entry.js.map +1 -1
  27. package/dist/cjs/ic-classification-banner.cjs.entry.js +1 -1
  28. package/dist/cjs/ic-data-entity.cjs.entry.js +2 -2
  29. package/dist/cjs/ic-data-entity.cjs.entry.js.map +1 -1
  30. package/dist/cjs/ic-data-row.cjs.entry.js +38 -24
  31. package/dist/cjs/ic-data-row.cjs.entry.js.map +1 -1
  32. package/dist/cjs/ic-dialog.cjs.entry.js +295 -0
  33. package/dist/cjs/ic-dialog.cjs.entry.js.map +1 -0
  34. package/dist/cjs/ic-divider.cjs.entry.js +3 -3
  35. package/dist/cjs/ic-divider.cjs.entry.js.map +1 -1
  36. package/dist/cjs/ic-footer-link-group.cjs.entry.js +18 -18
  37. package/dist/cjs/ic-footer-link-group.cjs.entry.js.map +1 -1
  38. package/dist/cjs/ic-footer-link.cjs.entry.js +23 -17
  39. package/dist/cjs/ic-footer-link.cjs.entry.js.map +1 -1
  40. package/dist/cjs/ic-footer.cjs.entry.js +23 -21
  41. package/dist/cjs/ic-footer.cjs.entry.js.map +1 -1
  42. package/dist/cjs/ic-hero.cjs.entry.js +23 -21
  43. package/dist/cjs/ic-hero.cjs.entry.js.map +1 -1
  44. package/dist/cjs/ic-horizontal-scroll.cjs.entry.js +45 -26
  45. package/dist/cjs/ic-horizontal-scroll.cjs.entry.js.map +1 -1
  46. package/dist/cjs/ic-input-component-container_3.cjs.entry.js +299 -159
  47. package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +1 -1
  48. package/dist/cjs/ic-input-label_2.cjs.entry.js +11 -11
  49. package/dist/cjs/ic-input-label_2.cjs.entry.js.map +1 -1
  50. package/dist/cjs/ic-link.cjs.entry.js +22 -23
  51. package/dist/cjs/ic-link.cjs.entry.js.map +1 -1
  52. package/dist/cjs/ic-menu-group.cjs.entry.js +24 -0
  53. package/dist/cjs/ic-menu-group.cjs.entry.js.map +1 -0
  54. package/dist/cjs/ic-menu-item.cjs.entry.js +122 -0
  55. package/dist/cjs/ic-menu-item.cjs.entry.js.map +1 -0
  56. package/dist/cjs/ic-navigation-button.cjs.entry.js +18 -18
  57. package/dist/cjs/ic-navigation-button.cjs.entry.js.map +1 -1
  58. package/dist/cjs/ic-navigation-group.cjs.entry.js +87 -58
  59. package/dist/cjs/ic-navigation-group.cjs.entry.js.map +1 -1
  60. package/dist/cjs/ic-navigation-item.cjs.entry.js +49 -42
  61. package/dist/cjs/ic-navigation-item.cjs.entry.js.map +1 -1
  62. package/dist/cjs/ic-navigation-menu.cjs.entry.js +28 -34
  63. package/dist/cjs/ic-navigation-menu.cjs.entry.js.map +1 -1
  64. package/dist/cjs/ic-page-header.cjs.entry.js +24 -27
  65. package/dist/cjs/ic-page-header.cjs.entry.js.map +1 -1
  66. package/dist/cjs/ic-pagination-item.cjs.entry.js +56 -0
  67. package/dist/cjs/ic-pagination-item.cjs.entry.js.map +1 -0
  68. package/dist/cjs/ic-pagination.cjs.entry.js +227 -0
  69. package/dist/cjs/ic-pagination.cjs.entry.js.map +1 -0
  70. package/dist/cjs/ic-popover-menu.cjs.entry.js +237 -0
  71. package/dist/cjs/ic-popover-menu.cjs.entry.js.map +1 -0
  72. package/dist/cjs/ic-radio-group.cjs.entry.js +43 -25
  73. package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
  74. package/dist/cjs/ic-radio-option.cjs.entry.js +39 -38
  75. package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
  76. package/dist/cjs/ic-search-bar.cjs.entry.js +178 -102
  77. package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
  78. package/dist/cjs/ic-section-container.cjs.entry.js +1 -1
  79. package/dist/cjs/ic-select.cjs.entry.js +349 -190
  80. package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
  81. package/dist/cjs/ic-side-navigation.cjs.entry.js +116 -87
  82. package/dist/cjs/ic-side-navigation.cjs.entry.js.map +1 -1
  83. package/dist/cjs/ic-skeleton.cjs.entry.js +4 -4
  84. package/dist/cjs/ic-skeleton.cjs.entry.js.map +1 -1
  85. package/dist/cjs/ic-status-tag.cjs.entry.js +6 -6
  86. package/dist/cjs/ic-status-tag.cjs.entry.js.map +1 -1
  87. package/dist/cjs/ic-step.cjs.entry.js +10 -10
  88. package/dist/cjs/ic-step.cjs.entry.js.map +1 -1
  89. package/dist/cjs/ic-stepper.cjs.entry.js +15 -15
  90. package/dist/cjs/ic-stepper.cjs.entry.js.map +1 -1
  91. package/dist/cjs/ic-switch.cjs.entry.js +20 -19
  92. package/dist/cjs/ic-switch.cjs.entry.js.map +1 -1
  93. package/dist/cjs/ic-tab-context.cjs.entry.js +68 -32
  94. package/dist/cjs/ic-tab-context.cjs.entry.js.map +1 -1
  95. package/dist/cjs/ic-tab-group.cjs.entry.js +5 -4
  96. package/dist/cjs/ic-tab-group.cjs.entry.js.map +1 -1
  97. package/dist/cjs/ic-tab-panel.cjs.entry.js +15 -4
  98. package/dist/cjs/ic-tab-panel.cjs.entry.js.map +1 -1
  99. package/dist/cjs/ic-tab.cjs.entry.js +32 -7
  100. package/dist/cjs/ic-tab.cjs.entry.js.map +1 -1
  101. package/dist/cjs/ic-text-field.cjs.entry.js +102 -72
  102. package/dist/cjs/ic-text-field.cjs.entry.js.map +1 -1
  103. package/dist/cjs/ic-theme.cjs.entry.js +2 -2
  104. package/dist/cjs/ic-theme.cjs.entry.js.map +1 -1
  105. package/dist/cjs/ic-toast-region.cjs.entry.js +13 -13
  106. package/dist/cjs/ic-toast-region.cjs.entry.js.map +1 -1
  107. package/dist/cjs/ic-toast.cjs.entry.js +60 -56
  108. package/dist/cjs/ic-toast.cjs.entry.js.map +1 -1
  109. package/dist/cjs/ic-top-navigation.cjs.entry.js +49 -45
  110. package/dist/cjs/ic-top-navigation.cjs.entry.js.map +1 -1
  111. package/dist/cjs/ic-typography.cjs.entry.js +97 -5
  112. package/dist/cjs/ic-typography.cjs.entry.js.map +1 -1
  113. package/dist/cjs/{index-f79a4e53.js → index-2a0c6769.js} +256 -43
  114. package/dist/cjs/index-2a0c6769.js.map +1 -0
  115. package/dist/cjs/loader.cjs.js +4 -3
  116. package/dist/cjs/loader.cjs.js.map +1 -1
  117. package/dist/cjs/{popper-11d5f714.js → popper-d7adcfc6.js} +10 -17
  118. package/dist/cjs/popper-d7adcfc6.js.map +1 -0
  119. package/dist/cjs/types-3eb02246.js.map +1 -1
  120. package/dist/collection/assets/pagination-first-last.svg +3 -0
  121. package/dist/collection/assets/pagination-next-previous.svg +3 -0
  122. package/dist/collection/collection-manifest.json +17 -11
  123. package/dist/collection/components/ic-alert/ic-alert.css +1 -1
  124. package/dist/collection/components/ic-alert/ic-alert.js +49 -49
  125. package/dist/collection/components/ic-alert/ic-alert.js.map +1 -1
  126. package/dist/collection/components/ic-alert/{ic-alert.test.a11y.js → test/a11y/ic-alert.test.a11y.js} +1 -1
  127. package/dist/collection/components/ic-alert/test/a11y/ic-alert.test.a11y.js.map +1 -0
  128. package/dist/collection/components/ic-alert/test/basic/ic-alert.e2e.js +16 -0
  129. package/dist/collection/components/ic-alert/test/basic/ic-alert.e2e.js.map +1 -0
  130. package/dist/collection/components/ic-alert/test/basic/ic-alert.spec.js +182 -0
  131. package/dist/collection/components/ic-alert/test/basic/ic-alert.spec.js.map +1 -0
  132. package/dist/collection/components/ic-back-to-top/ic-back-to-top.css +3 -3
  133. package/dist/collection/components/ic-back-to-top/ic-back-to-top.js +4 -4
  134. package/dist/collection/components/ic-back-to-top/ic-back-to-top.js.map +1 -1
  135. package/dist/collection/components/ic-back-to-top/test/a11y/ic-back-to-top.test.a11y.js.map +1 -0
  136. package/dist/collection/components/ic-back-to-top/test/basic/ic-back-to-top.e2e.js +68 -0
  137. package/dist/collection/components/ic-back-to-top/test/basic/ic-back-to-top.e2e.js.map +1 -0
  138. package/dist/collection/components/ic-back-to-top/test/basic/ic-back-to-top.spec.js +123 -0
  139. package/dist/collection/components/ic-back-to-top/test/basic/ic-back-to-top.spec.js.map +1 -0
  140. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.css +19 -4
  141. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js +28 -27
  142. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js.map +1 -1
  143. package/dist/collection/components/ic-breadcrumb/test/basic/ic-breadcrumb.spec.js +118 -0
  144. package/dist/collection/components/ic-breadcrumb/test/basic/ic-breadcrumb.spec.js.map +1 -0
  145. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js +37 -31
  146. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js.map +1 -1
  147. package/dist/collection/components/ic-breadcrumb-group/{ic-breadcrumb-group.test.a11y.js → test/a11y/ic-breadcrumb-group.test.a11y.js} +1 -1
  148. package/dist/collection/components/ic-breadcrumb-group/test/a11y/ic-breadcrumb-group.test.a11y.js.map +1 -0
  149. package/dist/collection/components/ic-breadcrumb-group/test/basic/ic-breadcrumb-group-test-examples.js.map +1 -0
  150. package/dist/collection/components/ic-breadcrumb-group/test/basic/ic-breadcrumb-group.e2e.js +41 -0
  151. package/dist/collection/components/ic-breadcrumb-group/test/basic/ic-breadcrumb-group.e2e.js.map +1 -0
  152. package/dist/collection/components/ic-breadcrumb-group/test/basic/ic-breadcrumb-group.spec.js +181 -0
  153. package/dist/collection/components/ic-breadcrumb-group/test/basic/ic-breadcrumb-group.spec.js.map +1 -0
  154. package/dist/collection/components/ic-button/ic-button.css +23 -8
  155. package/dist/collection/components/ic-button/ic-button.js +269 -114
  156. package/dist/collection/components/ic-button/ic-button.js.map +1 -1
  157. package/dist/collection/components/ic-button/{ic-button.test.a11y.js → test/a11y/ic-button.test.a11y.js} +1 -1
  158. package/dist/collection/components/ic-button/test/a11y/ic-button.test.a11y.js.map +1 -0
  159. package/dist/collection/components/ic-button/test/basic/ic-button.e2e.js +198 -0
  160. package/dist/collection/components/ic-button/test/basic/ic-button.e2e.js.map +1 -0
  161. package/dist/collection/components/ic-button/test/basic/ic-button.spec.js +256 -0
  162. package/dist/collection/components/ic-button/test/basic/ic-button.spec.js.map +1 -0
  163. package/dist/collection/components/ic-card/ic-card.css +35 -10
  164. package/dist/collection/components/ic-card/ic-card.js +123 -122
  165. package/dist/collection/components/ic-card/ic-card.js.map +1 -1
  166. package/dist/collection/components/ic-card/{ic-card.test.a11y.js → test/a11y/ic-card.test.a11y.js} +1 -1
  167. package/dist/collection/components/ic-card/test/a11y/ic-card.test.a11y.js.map +1 -0
  168. package/dist/collection/components/ic-card/test/basic/ic-card.e2e.js +23 -0
  169. package/dist/collection/components/ic-card/test/basic/ic-card.e2e.js.map +1 -0
  170. package/dist/collection/components/ic-card/test/basic/ic-card.spec.js +152 -0
  171. package/dist/collection/components/ic-card/test/basic/ic-card.spec.js.map +1 -0
  172. package/dist/collection/components/ic-checkbox/ic-checkbox.css +11 -8
  173. package/dist/collection/components/ic-checkbox/ic-checkbox.js +107 -76
  174. package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
  175. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.css +3 -3
  176. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +64 -67
  177. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js.map +1 -1
  178. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.types.js.map +1 -1
  179. package/dist/collection/components/ic-checkbox-group/{ic-checkbox-group.test.a11y.js → test/a11y/ic-checkbox-group.test.a11y.js} +1 -1
  180. package/dist/collection/components/ic-checkbox-group/test/a11y/ic-checkbox-group.test.a11y.js.map +1 -0
  181. package/dist/collection/components/ic-checkbox-group/test/basic/ic-checkbox-group.e2e.js +201 -0
  182. package/dist/collection/components/ic-checkbox-group/test/basic/ic-checkbox-group.e2e.js.map +1 -0
  183. package/dist/collection/components/ic-checkbox-group/test/basic/ic-checkbox-group.spec.js +175 -0
  184. package/dist/collection/components/ic-checkbox-group/test/basic/ic-checkbox-group.spec.js.map +1 -0
  185. package/dist/collection/components/ic-chip/ic-chip.css +11 -10
  186. package/dist/collection/components/ic-chip/ic-chip.js +55 -52
  187. package/dist/collection/components/ic-chip/ic-chip.js.map +1 -1
  188. package/dist/collection/components/ic-chip/{ic-chip.test.a11y.js → test/a11y/ic-chip.test.a11y.js} +1 -1
  189. package/dist/collection/components/ic-chip/test/a11y/ic-chip.test.a11y.js.map +1 -0
  190. package/dist/collection/components/ic-chip/test/basic/ic-chip.spec.js +110 -0
  191. package/dist/collection/components/ic-chip/test/basic/ic-chip.spec.js.map +1 -0
  192. package/dist/collection/components/ic-classification-banner/{ic-classification-banner.test.a11y.js → test/a11y/ic-classification-banner.test.a11y.js} +1 -1
  193. package/dist/collection/components/ic-classification-banner/test/a11y/ic-classification-banner.test.a11y.js.map +1 -0
  194. package/dist/collection/components/ic-classification-banner/test/basic/ic-classification-banner.spec.js +140 -0
  195. package/dist/collection/components/ic-classification-banner/test/basic/ic-classification-banner.spec.js.map +1 -0
  196. package/dist/collection/components/ic-data-entity/ic-data-entity.css +1 -1
  197. package/dist/collection/components/ic-data-entity/{ic-data-entity.test.a11y.js → test/a11y/ic-data-entity.test.a11y.js} +1 -1
  198. package/dist/collection/components/ic-data-entity/test/a11y/ic-data-entity.test.a11y.js.map +1 -0
  199. package/dist/collection/components/ic-data-entity/test/basic/ic-data-entity.spec.js +161 -0
  200. package/dist/collection/components/ic-data-entity/test/basic/ic-data-entity.spec.js.map +1 -0
  201. package/dist/collection/components/ic-data-row/ic-data-row.css +1 -1
  202. package/dist/collection/components/ic-data-row/ic-data-row.js +51 -37
  203. package/dist/collection/components/ic-data-row/ic-data-row.js.map +1 -1
  204. package/dist/collection/components/ic-data-row/{ic-data-row.test.a11y.js → test/a11y/ic-data-row.test.a11y.js} +1 -1
  205. package/dist/collection/components/ic-data-row/test/a11y/ic-data-row.test.a11y.js.map +1 -0
  206. package/dist/collection/components/ic-data-row/test/basic/ic-data-row.spec.js +74 -0
  207. package/dist/collection/components/ic-data-row/test/basic/ic-data-row.spec.js.map +1 -0
  208. package/dist/collection/components/ic-dialog/ic-dialog.css +592 -0
  209. package/dist/collection/components/ic-dialog/ic-dialog.js +640 -0
  210. package/dist/collection/components/ic-dialog/ic-dialog.js.map +1 -0
  211. package/dist/collection/components/ic-dialog/test/a11y/ic-dialog.test.a11y.js +28 -0
  212. package/dist/collection/components/ic-dialog/test/a11y/ic-dialog.test.a11y.js.map +1 -0
  213. package/dist/collection/components/ic-dialog/test/basic/ic-dialog.e2e.js +207 -0
  214. package/dist/collection/components/ic-dialog/test/basic/ic-dialog.e2e.js.map +1 -0
  215. package/dist/collection/components/ic-dialog/test/basic/ic-dialog.spec.js +520 -0
  216. package/dist/collection/components/ic-dialog/test/basic/ic-dialog.spec.js.map +1 -0
  217. package/dist/collection/components/ic-divider/ic-divider.css +1 -1
  218. package/dist/collection/components/ic-divider/test/basic/ic-divider.spec.js +24 -0
  219. package/dist/collection/components/ic-divider/test/basic/ic-divider.spec.js.map +1 -0
  220. package/dist/collection/components/ic-footer/ic-footer.css +2 -2
  221. package/dist/collection/components/ic-footer/ic-footer.js +51 -49
  222. package/dist/collection/components/ic-footer/ic-footer.js.map +1 -1
  223. package/dist/collection/components/ic-footer/{ic-footer.test.a11y.js → test/a11y/ic-footer.test.a11y.js} +1 -1
  224. package/dist/collection/components/ic-footer/test/a11y/ic-footer.test.a11y.js.map +1 -0
  225. package/dist/collection/components/ic-footer/test/basic/ic-footer.e2e.js +50 -0
  226. package/dist/collection/components/ic-footer/test/basic/ic-footer.e2e.js.map +1 -0
  227. package/dist/collection/components/ic-footer/test/basic/ic-footer.spec.js +140 -0
  228. package/dist/collection/components/ic-footer/test/basic/ic-footer.spec.js.map +1 -0
  229. package/dist/collection/components/ic-footer-link/ic-footer-link.css +36 -4
  230. package/dist/collection/components/ic-footer-link/ic-footer-link.js +111 -15
  231. package/dist/collection/components/ic-footer-link/ic-footer-link.js.map +1 -1
  232. package/dist/collection/components/ic-footer-link/{ic-footer-link.test.a11y.js → test/a11y/ic-footer-link.test.a11y.js} +1 -1
  233. package/dist/collection/components/ic-footer-link/test/a11y/ic-footer-link.test.a11y.js.map +1 -0
  234. package/dist/collection/components/ic-footer-link/test/basic/ic-footer-link.spec.js +62 -0
  235. package/dist/collection/components/ic-footer-link/test/basic/ic-footer-link.spec.js.map +1 -0
  236. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.js +18 -18
  237. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.js.map +1 -1
  238. package/dist/collection/components/ic-footer-link-group/{ic-footer-link-group.test.a11y.js → test/a11y/ic-footer-link-group.test.a11y.js} +1 -1
  239. package/dist/collection/components/ic-footer-link-group/test/a11y/ic-footer-link-group.test.a11y.js.map +1 -0
  240. package/dist/collection/components/ic-footer-link-group/test/basic/ic-footer-link-group.spec.js +98 -0
  241. package/dist/collection/components/ic-footer-link-group/test/basic/ic-footer-link-group.spec.js.map +1 -0
  242. package/dist/collection/components/ic-hero/ic-hero.css +23 -22
  243. package/dist/collection/components/ic-hero/ic-hero.js +97 -95
  244. package/dist/collection/components/ic-hero/ic-hero.js.map +1 -1
  245. package/dist/collection/components/ic-hero/{ic-hero.test.a11y.js → test/a11y/ic-hero.test.a11y.js} +1 -1
  246. package/dist/collection/components/ic-hero/test/a11y/ic-hero.test.a11y.js.map +1 -0
  247. package/dist/collection/components/ic-hero/test/basic/ic-hero.spec.js +76 -0
  248. package/dist/collection/components/ic-hero/test/basic/ic-hero.spec.js.map +1 -0
  249. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.css +4 -8
  250. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js +44 -25
  251. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js.map +1 -1
  252. package/dist/collection/components/ic-horizontal-scroll/{ic-horizontal-scroll.test.a11y.js → test/a11y/ic-horizontal-scroll.test.a11y.js} +1 -1
  253. package/dist/collection/components/ic-horizontal-scroll/test/a11y/ic-horizontal-scroll.test.a11y.js.map +1 -0
  254. package/dist/collection/components/ic-horizontal-scroll/test/basic/ic-horizontal-scroll.spec.js +180 -0
  255. package/dist/collection/components/ic-horizontal-scroll/test/basic/ic-horizontal-scroll.spec.js.map +1 -0
  256. package/dist/collection/components/ic-input-component-container/ic-input-component-container.css +38 -9
  257. package/dist/collection/components/ic-input-component-container/ic-input-component-container.js +45 -45
  258. package/dist/collection/components/ic-input-component-container/ic-input-component-container.js.map +1 -1
  259. package/dist/collection/components/ic-input-component-container/test/basic/ic-input-component-container.spec.js +117 -0
  260. package/dist/collection/components/ic-input-component-container/test/basic/ic-input-component-container.spec.js.map +1 -0
  261. package/dist/collection/components/ic-input-container/test/basic/ic-input-container.spec.js +38 -0
  262. package/dist/collection/components/ic-input-container/test/basic/ic-input-container.spec.js.map +1 -0
  263. package/dist/collection/components/ic-input-label/ic-input-label.css +0 -4
  264. package/dist/collection/components/ic-input-label/ic-input-label.js +51 -51
  265. package/dist/collection/components/ic-input-label/ic-input-label.js.map +1 -1
  266. package/dist/collection/components/ic-input-label/test/basic/ic-input-label.spec.js +98 -0
  267. package/dist/collection/components/ic-input-label/test/basic/ic-input-label.spec.js.map +1 -0
  268. package/dist/collection/components/ic-input-validation/ic-input-validation.css +0 -8
  269. package/dist/collection/components/ic-input-validation/ic-input-validation.js +41 -41
  270. package/dist/collection/components/ic-input-validation/ic-input-validation.js.map +1 -1
  271. package/dist/collection/components/ic-input-validation/test/basic/ic-input-validation.spec.js +89 -0
  272. package/dist/collection/components/ic-input-validation/test/basic/ic-input-validation.spec.js.map +1 -0
  273. package/dist/collection/components/ic-link/ic-link.css +16 -3
  274. package/dist/collection/components/ic-link/ic-link.js +55 -52
  275. package/dist/collection/components/ic-link/ic-link.js.map +1 -1
  276. package/dist/collection/components/ic-link/{ic-link.test.a11y.js → test/a11y/ic-link.test.a11y.js} +1 -1
  277. package/dist/collection/components/ic-link/test/a11y/ic-link.test.a11y.js.map +1 -0
  278. package/dist/collection/components/ic-link/test/basic/ic-link.spec.js +203 -0
  279. package/dist/collection/components/ic-link/test/basic/ic-link.spec.js.map +1 -0
  280. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.css +5 -5
  281. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js +97 -89
  282. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js.map +1 -1
  283. package/dist/collection/components/ic-loading-indicator/{ic-loading-indicator.test.a11y.js → test/a11y/ic-loading-indicator.test.a11y.js} +1 -1
  284. package/dist/collection/components/ic-loading-indicator/test/a11y/ic-loading-indicator.test.a11y.js.map +1 -0
  285. package/dist/collection/components/ic-loading-indicator/test/basic/ic-loading-indicator.e2e.js +34 -0
  286. package/dist/collection/components/ic-loading-indicator/test/basic/ic-loading-indicator.e2e.js.map +1 -0
  287. package/dist/collection/components/ic-loading-indicator/test/basic/ic-loading-indicator.spec.js +141 -0
  288. package/dist/collection/components/ic-loading-indicator/test/basic/ic-loading-indicator.spec.js.map +1 -0
  289. package/dist/collection/components/ic-menu/ic-menu.css +47 -10
  290. package/dist/collection/components/ic-menu/ic-menu.js +521 -268
  291. package/dist/collection/components/ic-menu/ic-menu.js.map +1 -1
  292. package/dist/collection/components/ic-menu/test/basic/ic-menu.spec.js +657 -0
  293. package/dist/collection/components/ic-menu/test/basic/ic-menu.spec.js.map +1 -0
  294. package/dist/collection/components/ic-menu-group/ic-menu-group.css +465 -0
  295. package/dist/collection/components/ic-menu-group/ic-menu-group.js +45 -0
  296. package/dist/collection/components/ic-menu-group/ic-menu-group.js.map +1 -0
  297. package/dist/collection/components/ic-menu-group/test/basic/ic-menu-group.spec.js +94 -0
  298. package/dist/collection/components/ic-menu-group/test/basic/ic-menu-group.spec.js.map +1 -0
  299. package/dist/collection/components/ic-menu-item/ic-menu-item.css +628 -0
  300. package/dist/collection/components/ic-menu-item/ic-menu-item.js +394 -0
  301. package/dist/collection/components/ic-menu-item/ic-menu-item.js.map +1 -0
  302. package/dist/collection/components/ic-menu-item/ic-menu-item.types.js +2 -0
  303. package/dist/collection/components/ic-menu-item/ic-menu-item.types.js.map +1 -0
  304. package/dist/collection/components/ic-menu-item/test/basic/ic-menu-item.spec.js +108 -0
  305. package/dist/collection/components/ic-menu-item/test/basic/ic-menu-item.spec.js.map +1 -0
  306. package/dist/collection/components/ic-navigation-button/ic-navigation-button.css +4 -0
  307. package/dist/collection/components/ic-navigation-button/ic-navigation-button.js +56 -56
  308. package/dist/collection/components/ic-navigation-button/ic-navigation-button.js.map +1 -1
  309. package/dist/collection/components/ic-navigation-button/test/basic/ic-navigation-button.spec.js +84 -0
  310. package/dist/collection/components/ic-navigation-button/test/basic/ic-navigation-button.spec.js.map +1 -0
  311. package/dist/collection/components/ic-navigation-group/ic-navigation-group.css +2 -10
  312. package/dist/collection/components/ic-navigation-group/ic-navigation-group.js +101 -72
  313. package/dist/collection/components/ic-navigation-group/ic-navigation-group.js.map +1 -1
  314. package/dist/collection/components/ic-navigation-group/{ic-navigation-group.test.a11y.js → test/a11y/ic-navigation-group.test.a11y.js} +1 -1
  315. package/dist/collection/components/ic-navigation-group/test/a11y/ic-navigation-group.test.a11y.js.map +1 -0
  316. package/dist/collection/components/ic-navigation-group/test/basic/ic-navigation-group.spec.js +309 -0
  317. package/dist/collection/components/ic-navigation-group/test/basic/ic-navigation-group.spec.js.map +1 -0
  318. package/dist/collection/components/ic-navigation-item/ic-navigation-item.css +59 -16
  319. package/dist/collection/components/ic-navigation-item/ic-navigation-item.js +180 -83
  320. package/dist/collection/components/ic-navigation-item/ic-navigation-item.js.map +1 -1
  321. package/dist/collection/components/ic-navigation-item/{ic-navigation-item.test.a11y.js → test/a11y/ic-navigation-item.test.a11y.js} +1 -1
  322. package/dist/collection/components/ic-navigation-item/test/a11y/ic-navigation-item.test.a11y.js.map +1 -0
  323. package/dist/collection/components/ic-navigation-item/test/basic/ic-navigation-item.spec.js +118 -0
  324. package/dist/collection/components/ic-navigation-item/test/basic/ic-navigation-item.spec.js.map +1 -0
  325. package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.css +19 -18
  326. package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js +31 -37
  327. package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js.map +1 -1
  328. package/dist/collection/components/ic-navigation-menu/test/basic/ic-navigation-menu.e2e.js +29 -0
  329. package/dist/collection/components/ic-navigation-menu/test/basic/ic-navigation-menu.e2e.js.map +1 -0
  330. package/dist/collection/components/ic-navigation-menu/test/basic/ic-navigation-menu.spec.js +176 -0
  331. package/dist/collection/components/ic-navigation-menu/test/basic/ic-navigation-menu.spec.js.map +1 -0
  332. package/dist/collection/components/ic-page-header/ic-page-header.css +3 -1
  333. package/dist/collection/components/ic-page-header/ic-page-header.js +65 -68
  334. package/dist/collection/components/ic-page-header/ic-page-header.js.map +1 -1
  335. package/dist/collection/components/ic-page-header/{ic-page-header.test.a11y.js → test/a11y/ic-page-header.test.a11y.js} +1 -1
  336. package/dist/collection/components/ic-page-header/test/a11y/ic-page-header.test.a11y.js.map +1 -0
  337. package/dist/collection/components/ic-page-header/test/basic/ic-page-header.e2e.js +177 -0
  338. package/dist/collection/components/ic-page-header/test/basic/ic-page-header.e2e.js.map +1 -0
  339. package/dist/collection/components/ic-page-header/test/basic/ic-page-header.spec.js +284 -0
  340. package/dist/collection/components/ic-page-header/test/basic/ic-page-header.spec.js.map +1 -0
  341. package/dist/collection/components/ic-pagination/ic-pagination.css +486 -0
  342. package/dist/collection/components/ic-pagination/ic-pagination.js +498 -0
  343. package/dist/collection/components/ic-pagination/ic-pagination.js.map +1 -0
  344. package/dist/collection/components/ic-pagination/ic-pagination.types.js +2 -0
  345. package/dist/collection/components/ic-pagination/ic-pagination.types.js.map +1 -0
  346. package/dist/collection/components/ic-pagination/test/a11y/ic-pagination.test.a11y.js +11 -0
  347. package/dist/collection/components/ic-pagination/test/a11y/ic-pagination.test.a11y.js.map +1 -0
  348. package/dist/collection/components/ic-pagination/test/basic/ic-pagination.e2e.js +128 -0
  349. package/dist/collection/components/ic-pagination/test/basic/ic-pagination.e2e.js.map +1 -0
  350. package/dist/collection/components/ic-pagination/test/basic/ic-pagination.spec.js +335 -0
  351. package/dist/collection/components/ic-pagination/test/basic/ic-pagination.spec.js.map +1 -0
  352. package/dist/collection/components/ic-pagination-item/ic-pagination-item.css +581 -0
  353. package/dist/collection/components/ic-pagination-item/ic-pagination-item.js +229 -0
  354. package/dist/collection/components/ic-pagination-item/ic-pagination-item.js.map +1 -0
  355. package/dist/collection/components/ic-pagination-item/ic-pagination-item.types.js +2 -0
  356. package/dist/collection/components/ic-pagination-item/ic-pagination-item.types.js.map +1 -0
  357. package/dist/collection/components/ic-popover-menu/ic-popover-menu.css +536 -0
  358. package/dist/collection/components/ic-popover-menu/ic-popover-menu.js +433 -0
  359. package/dist/collection/components/ic-popover-menu/ic-popover-menu.js.map +1 -0
  360. package/dist/collection/components/ic-popover-menu/test/a11y/ic-popover-menu.test.a11y.js +13 -0
  361. package/dist/collection/components/ic-popover-menu/test/a11y/ic-popover-menu.test.a11y.js.map +1 -0
  362. package/dist/collection/components/ic-popover-menu/test/basic/ic-popover-menu.e2e.js +30 -0
  363. package/dist/collection/components/ic-popover-menu/test/basic/ic-popover-menu.e2e.js.map +1 -0
  364. package/dist/collection/components/ic-popover-menu/test/basic/ic-popover-menu.spec.js +381 -0
  365. package/dist/collection/components/ic-popover-menu/test/basic/ic-popover-menu.spec.js.map +1 -0
  366. package/dist/collection/components/ic-radio-group/ic-radio-group.css +4 -4
  367. package/dist/collection/components/ic-radio-group/ic-radio-group.js +104 -80
  368. package/dist/collection/components/ic-radio-group/ic-radio-group.js.map +1 -1
  369. package/dist/collection/components/ic-radio-group/ic-radio-group.types.js +2 -0
  370. package/dist/collection/components/ic-radio-group/ic-radio-group.types.js.map +1 -0
  371. package/dist/collection/components/ic-radio-group/{ic-radio-group.test.a11y.js → test/a11y/ic-radio-group.test.a11y.js} +1 -1
  372. package/dist/collection/components/ic-radio-group/test/a11y/ic-radio-group.test.a11y.js.map +1 -0
  373. package/dist/collection/components/ic-radio-group/test/basic/ic-radio-group.e2e.js +343 -0
  374. package/dist/collection/components/ic-radio-group/test/basic/ic-radio-group.e2e.js.map +1 -0
  375. package/dist/collection/components/ic-radio-group/test/basic/ic-radio-group.spec.js +303 -0
  376. package/dist/collection/components/ic-radio-group/test/basic/ic-radio-group.spec.js.map +1 -0
  377. package/dist/collection/components/ic-radio-option/ic-radio-option.css +6 -6
  378. package/dist/collection/components/ic-radio-option/ic-radio-option.js +111 -96
  379. package/dist/collection/components/ic-radio-option/ic-radio-option.js.map +1 -1
  380. package/dist/collection/components/ic-search-bar/ic-search-bar.css +6 -10
  381. package/dist/collection/components/ic-search-bar/ic-search-bar.js +492 -299
  382. package/dist/collection/components/ic-search-bar/ic-search-bar.js.map +1 -1
  383. package/dist/collection/components/ic-search-bar/ic-search-bar.types.js.map +1 -1
  384. package/dist/collection/components/ic-search-bar/{ic-search-bar.test.a11y.js → test/a11y/ic-search-bar.test.a11y.js} +1 -1
  385. package/dist/collection/components/ic-search-bar/test/a11y/ic-search-bar.test.a11y.js.map +1 -0
  386. package/dist/collection/components/ic-search-bar/test/basic/ic-search-bar.e2e.js +1099 -0
  387. package/dist/collection/components/ic-search-bar/test/basic/ic-search-bar.e2e.js.map +1 -0
  388. package/dist/collection/components/ic-search-bar/test/basic/ic-search-bar.spec.js +584 -0
  389. package/dist/collection/components/ic-search-bar/test/basic/ic-search-bar.spec.js.map +1 -0
  390. package/dist/collection/components/ic-section-container/test/basic/ic-section-container.spec.js +69 -0
  391. package/dist/collection/components/ic-section-container/test/basic/ic-section-container.spec.js.map +1 -0
  392. package/dist/collection/components/ic-select/ic-select.css +17 -17
  393. package/dist/collection/components/ic-select/ic-select.js +630 -369
  394. package/dist/collection/components/ic-select/ic-select.js.map +1 -1
  395. package/dist/collection/components/ic-select/{ic-select.test.a11y.js → test/a11y/ic-select.test.a11y.js} +1 -1
  396. package/dist/collection/components/ic-select/test/a11y/ic-select.test.a11y.js.map +1 -0
  397. package/dist/collection/components/ic-select/test/basic/ic-select.e2e.js +1768 -0
  398. package/dist/collection/components/ic-select/test/basic/ic-select.e2e.js.map +1 -0
  399. package/dist/collection/components/ic-select/test/basic/ic-select.spec.js +1296 -0
  400. package/dist/collection/components/ic-select/test/basic/ic-select.spec.js.map +1 -0
  401. package/dist/collection/components/ic-side-navigation/ic-side-navigation.css +47 -44
  402. package/dist/collection/components/ic-side-navigation/ic-side-navigation.js +156 -127
  403. package/dist/collection/components/ic-side-navigation/ic-side-navigation.js.map +1 -1
  404. package/dist/collection/components/ic-side-navigation/{ic-side-navigation.test.a11y.js → test/a11y/ic-side-navigation.test.a11y.js} +1 -1
  405. package/dist/collection/components/ic-side-navigation/test/a11y/ic-side-navigation.test.a11y.js.map +1 -0
  406. package/dist/collection/components/ic-side-navigation/{ic-side-navigation-test-examples.js → test/basic/ic-side-navigation-test-examples.js} +90 -0
  407. package/dist/collection/components/ic-side-navigation/test/basic/ic-side-navigation-test-examples.js.map +1 -0
  408. package/dist/collection/components/ic-side-navigation/test/basic/ic-side-navigation.e2e.js +412 -0
  409. package/dist/collection/components/ic-side-navigation/test/basic/ic-side-navigation.e2e.js.map +1 -0
  410. package/dist/collection/components/ic-side-navigation/test/basic/ic-side-navigation.spec.js +470 -0
  411. package/dist/collection/components/ic-side-navigation/test/basic/ic-side-navigation.spec.js.map +1 -0
  412. package/dist/collection/components/ic-skeleton/ic-skeleton.js +22 -22
  413. package/dist/collection/components/ic-skeleton/ic-skeleton.js.map +1 -1
  414. package/dist/collection/components/ic-skeleton/{ic-skeleton.test.a11y.js → test/a11y/ic-skeleton.test.a11y.js} +1 -1
  415. package/dist/collection/components/ic-skeleton/test/a11y/ic-skeleton.test.a11y.js.map +1 -0
  416. package/dist/collection/components/ic-skeleton/test/basic/ic-skeleton.spec.js +89 -0
  417. package/dist/collection/components/ic-skeleton/test/basic/ic-skeleton.spec.js.map +1 -0
  418. package/dist/collection/components/ic-status-tag/ic-status-tag.css +10 -13
  419. package/dist/collection/components/ic-status-tag/ic-status-tag.js +40 -40
  420. package/dist/collection/components/ic-status-tag/ic-status-tag.js.map +1 -1
  421. package/dist/collection/components/ic-status-tag/{ic-status-tag.test.a11y.js → test/a11y/ic-status-tag.test.a11y.js} +1 -1
  422. package/dist/collection/components/ic-status-tag/test/a11y/ic-status-tag.test.a11y.js.map +1 -0
  423. package/dist/collection/components/ic-status-tag/test/basic/ic-status-tag.spec.js +43 -0
  424. package/dist/collection/components/ic-status-tag/test/basic/ic-status-tag.spec.js.map +1 -0
  425. package/dist/collection/components/ic-step/ic-step.css +6 -6
  426. package/dist/collection/components/ic-step/ic-step.js +127 -127
  427. package/dist/collection/components/ic-step/ic-step.js.map +1 -1
  428. package/dist/collection/components/ic-step/test/basic/ic-step.spec.js +176 -0
  429. package/dist/collection/components/ic-step/test/basic/ic-step.spec.js.map +1 -0
  430. package/dist/collection/components/ic-stepper/ic-stepper.js +41 -41
  431. package/dist/collection/components/ic-stepper/ic-stepper.js.map +1 -1
  432. package/dist/collection/components/ic-stepper/{ic-stepper.test.a11y.js → test/a11y/ic-stepper.test.a11y.js} +1 -1
  433. package/dist/collection/components/ic-stepper/test/a11y/ic-stepper.test.a11y.js.map +1 -0
  434. package/dist/collection/components/ic-stepper/test/basic/ic-stepper-test-examples.js.map +1 -0
  435. package/dist/collection/components/ic-stepper/test/basic/ic-stepper.e2e.js +49 -0
  436. package/dist/collection/components/ic-stepper/test/basic/ic-stepper.e2e.js.map +1 -0
  437. package/dist/collection/components/ic-stepper/test/basic/ic-stepper.spec.js +706 -0
  438. package/dist/collection/components/ic-stepper/test/basic/ic-stepper.spec.js.map +1 -0
  439. package/dist/collection/components/ic-switch/ic-switch.css +4 -4
  440. package/dist/collection/components/ic-switch/ic-switch.js +74 -73
  441. package/dist/collection/components/ic-switch/ic-switch.js.map +1 -1
  442. package/dist/collection/components/ic-switch/{ic-switch.test.a11y.js → test/a11y/ic-switch.test.a11y.js} +1 -1
  443. package/dist/collection/components/ic-switch/test/a11y/ic-switch.test.a11y.js.map +1 -0
  444. package/dist/collection/components/ic-switch/test/basic/ic-switch.spec.js +104 -0
  445. package/dist/collection/components/ic-switch/test/basic/ic-switch.spec.js.map +1 -0
  446. package/dist/collection/components/ic-tab/ic-tab.css +4 -4
  447. package/dist/collection/components/ic-tab/ic-tab.js +114 -31
  448. package/dist/collection/components/ic-tab/ic-tab.js.map +1 -1
  449. package/dist/collection/components/ic-tab/test/basic/ic-tab.e2e.js +32 -0
  450. package/dist/collection/components/ic-tab/test/basic/ic-tab.e2e.js.map +1 -0
  451. package/dist/collection/components/ic-tab/test/basic/ic-tab.spec.js +159 -0
  452. package/dist/collection/components/ic-tab/test/basic/ic-tab.spec.js.map +1 -0
  453. package/dist/collection/components/ic-tab-context/ic-tab-context.js +157 -77
  454. package/dist/collection/components/ic-tab-context/ic-tab-context.js.map +1 -1
  455. package/dist/collection/components/ic-tab-context/test/a11y/ic-tab-context.test.a11y.js.map +1 -0
  456. package/dist/collection/components/ic-tab-context/test/basic/ic-tab-context.e2e.js +317 -0
  457. package/dist/collection/components/ic-tab-context/test/basic/ic-tab-context.e2e.js.map +1 -0
  458. package/dist/collection/components/ic-tab-context/test/basic/ic-tab-context.spec.js +390 -0
  459. package/dist/collection/components/ic-tab-context/test/basic/ic-tab-context.spec.js.map +1 -0
  460. package/dist/collection/components/ic-tab-group/ic-tab-group.css +3 -3
  461. package/dist/collection/components/ic-tab-group/ic-tab-group.js +33 -29
  462. package/dist/collection/components/ic-tab-group/ic-tab-group.js.map +1 -1
  463. package/dist/collection/components/ic-tab-panel/ic-tab-panel.css +0 -4
  464. package/dist/collection/components/ic-tab-panel/ic-tab-panel.js +89 -34
  465. package/dist/collection/components/ic-tab-panel/ic-tab-panel.js.map +1 -1
  466. package/dist/collection/components/ic-tab-panel/test/basic/ic-tab-panel.spec.js +65 -0
  467. package/dist/collection/components/ic-tab-panel/test/basic/ic-tab-panel.spec.js.map +1 -0
  468. package/dist/collection/components/ic-text-field/ic-text-field.css +1 -10
  469. package/dist/collection/components/ic-text-field/ic-text-field.js +456 -345
  470. package/dist/collection/components/ic-text-field/ic-text-field.js.map +1 -1
  471. package/dist/collection/components/ic-text-field/test/a11y/ic-text-field.test.a11y.js.map +1 -0
  472. package/dist/collection/components/ic-text-field/test/basic/ic-text-field.e2e.js +98 -0
  473. package/dist/collection/components/ic-text-field/test/basic/ic-text-field.e2e.js.map +1 -0
  474. package/dist/collection/components/ic-text-field/test/basic/ic-text-field.input.spec.js +236 -0
  475. package/dist/collection/components/ic-text-field/test/basic/ic-text-field.input.spec.js.map +1 -0
  476. package/dist/collection/components/ic-text-field/test/basic/ic-text-field.textarea.spec.js +310 -0
  477. package/dist/collection/components/ic-text-field/test/basic/ic-text-field.textarea.spec.js.map +1 -0
  478. package/dist/collection/components/ic-theme/ic-theme.js.map +1 -1
  479. package/dist/collection/components/ic-theme/test/basic/ic-theme.e2e.js +72 -0
  480. package/dist/collection/components/ic-theme/test/basic/ic-theme.e2e.js.map +1 -0
  481. package/dist/collection/components/ic-theme/test/basic/ic-theme.spec.js +77 -0
  482. package/dist/collection/components/ic-theme/test/basic/ic-theme.spec.js.map +1 -0
  483. package/dist/collection/components/ic-toast/ic-toast.css +5 -0
  484. package/dist/collection/components/ic-toast/ic-toast.js +111 -107
  485. package/dist/collection/components/ic-toast/ic-toast.js.map +1 -1
  486. package/dist/collection/components/ic-toast/{ic-toast.test.a11y.js → test/a11y/ic-toast.test.a11y.js} +1 -1
  487. package/dist/collection/components/ic-toast/test/a11y/ic-toast.test.a11y.js.map +1 -0
  488. package/dist/collection/components/ic-toast/test/basic/ic-toast.e2e.js +82 -0
  489. package/dist/collection/components/ic-toast/test/basic/ic-toast.e2e.js.map +1 -0
  490. package/dist/collection/components/ic-toast/test/basic/ic-toast.spec.js +278 -0
  491. package/dist/collection/components/ic-toast/test/basic/ic-toast.spec.js.map +1 -0
  492. package/dist/collection/components/ic-toast-region/ic-toast-region.js +12 -12
  493. package/dist/collection/components/ic-toast-region/ic-toast-region.js.map +1 -1
  494. package/dist/collection/components/ic-toast-region/test/basic/ic-toast-region.spec.js +62 -0
  495. package/dist/collection/components/ic-toast-region/test/basic/ic-toast-region.spec.js.map +1 -0
  496. package/dist/collection/components/ic-tooltip/ic-tooltip.css +22 -8
  497. package/dist/collection/components/ic-tooltip/ic-tooltip.js +116 -64
  498. package/dist/collection/components/ic-tooltip/ic-tooltip.js.map +1 -1
  499. package/dist/collection/components/ic-tooltip/{ic-tooltip.test.a11y.js → test/a11y/ic-tooltip.test.a11y.js} +1 -1
  500. package/dist/collection/components/ic-tooltip/test/a11y/ic-tooltip.test.a11y.js.map +1 -0
  501. package/dist/collection/components/ic-tooltip/test/basic/ic-tooltip.e2e.js +115 -0
  502. package/dist/collection/components/ic-tooltip/test/basic/ic-tooltip.e2e.js.map +1 -0
  503. package/dist/collection/components/ic-tooltip/test/basic/ic-tooltip.spec.js +128 -0
  504. package/dist/collection/components/ic-tooltip/test/basic/ic-tooltip.spec.js.map +1 -0
  505. package/dist/collection/components/ic-top-navigation/ic-top-navigation.css +21 -15
  506. package/dist/collection/components/ic-top-navigation/ic-top-navigation.js +105 -83
  507. package/dist/collection/components/ic-top-navigation/ic-top-navigation.js.map +1 -1
  508. package/dist/collection/components/ic-top-navigation/{ic-top-navigation.test.a11y.js → test/a11y/ic-top-navigation.test.a11y.js} +8 -1
  509. package/dist/collection/components/ic-top-navigation/test/a11y/ic-top-navigation.test.a11y.js.map +1 -0
  510. package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.e2e.js +61 -0
  511. package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.e2e.js.map +1 -0
  512. package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.mobile.e2e.js +242 -0
  513. package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.mobile.e2e.js.map +1 -0
  514. package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.spec.js +299 -0
  515. package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.spec.js.map +1 -0
  516. package/dist/collection/components/ic-typography/ic-typography.css +58 -1
  517. package/dist/collection/components/ic-typography/ic-typography.js +140 -22
  518. package/dist/collection/components/ic-typography/ic-typography.js.map +1 -1
  519. package/dist/collection/components/ic-typography/{ic-typography.test.a11y.js → test/a11y/ic-typography.test.a11y.js} +1 -1
  520. package/dist/collection/components/ic-typography/test/a11y/ic-typography.test.a11y.js.map +1 -0
  521. package/dist/collection/components/ic-typography/test/basic/ic-typography.e2e.js +39 -0
  522. package/dist/collection/components/ic-typography/test/basic/ic-typography.e2e.js.map +1 -0
  523. package/dist/collection/components/ic-typography/test/basic/ic-typography.spec.js +296 -0
  524. package/dist/collection/components/ic-typography/test/basic/ic-typography.spec.js.map +1 -0
  525. package/dist/collection/testspec.setup.js +21 -0
  526. package/dist/collection/testspec.setup.js.map +1 -1
  527. package/dist/collection/utils/helpers.js +24 -25
  528. package/dist/collection/utils/helpers.js.map +1 -1
  529. package/dist/collection/utils/types.js.map +1 -1
  530. package/dist/components/OpenInNew.js +5 -0
  531. package/dist/components/OpenInNew.js.map +1 -0
  532. package/dist/components/helpers.js +25 -26
  533. package/dist/components/helpers.js.map +1 -1
  534. package/dist/components/ic-alert.js +1 -113
  535. package/dist/components/ic-alert.js.map +1 -1
  536. package/dist/components/ic-alert2.js +117 -0
  537. package/dist/components/ic-alert2.js.map +1 -0
  538. package/dist/components/ic-back-to-top.js +7 -7
  539. package/dist/components/ic-back-to-top.js.map +1 -1
  540. package/dist/components/ic-breadcrumb-group.js +39 -33
  541. package/dist/components/ic-breadcrumb-group.js.map +1 -1
  542. package/dist/components/ic-breadcrumb2.js +13 -12
  543. package/dist/components/ic-breadcrumb2.js.map +1 -1
  544. package/dist/components/ic-button2.js +99 -44
  545. package/dist/components/ic-button2.js.map +1 -1
  546. package/dist/components/ic-card.js +54 -53
  547. package/dist/components/ic-card.js.map +1 -1
  548. package/dist/components/ic-checkbox-group.js +28 -28
  549. package/dist/components/ic-checkbox-group.js.map +1 -1
  550. package/dist/components/ic-checkbox.js +47 -34
  551. package/dist/components/ic-checkbox.js.map +1 -1
  552. package/dist/components/ic-chip.js +22 -19
  553. package/dist/components/ic-chip.js.map +1 -1
  554. package/dist/components/ic-classification-banner.js +1 -1
  555. package/dist/components/ic-data-entity.js +2 -2
  556. package/dist/components/ic-data-entity.js.map +1 -1
  557. package/dist/components/ic-data-row.js +39 -25
  558. package/dist/components/ic-data-row.js.map +1 -1
  559. package/dist/components/ic-dialog.d.ts +11 -0
  560. package/dist/components/ic-dialog.js +356 -0
  561. package/dist/components/ic-dialog.js.map +1 -0
  562. package/dist/components/ic-divider2.js +3 -3
  563. package/dist/components/ic-divider2.js.map +1 -1
  564. package/dist/components/ic-footer-link-group.js +20 -20
  565. package/dist/components/ic-footer-link-group.js.map +1 -1
  566. package/dist/components/ic-footer-link.js +29 -18
  567. package/dist/components/ic-footer-link.js.map +1 -1
  568. package/dist/components/ic-footer.js +25 -23
  569. package/dist/components/ic-footer.js.map +1 -1
  570. package/dist/components/ic-hero.js +30 -28
  571. package/dist/components/ic-hero.js.map +1 -1
  572. package/dist/components/ic-horizontal-scroll2.js +46 -27
  573. package/dist/components/ic-horizontal-scroll2.js.map +1 -1
  574. package/dist/components/ic-input-component-container2.js +11 -11
  575. package/dist/components/ic-input-component-container2.js.map +1 -1
  576. package/dist/components/ic-input-container2.js +1 -1
  577. package/dist/components/ic-input-label2.js +11 -11
  578. package/dist/components/ic-input-label2.js.map +1 -1
  579. package/dist/components/ic-input-validation2.js +9 -9
  580. package/dist/components/ic-input-validation2.js.map +1 -1
  581. package/dist/components/ic-link2.js +24 -25
  582. package/dist/components/ic-link2.js.map +1 -1
  583. package/dist/components/ic-loading-indicator2.js +34 -26
  584. package/dist/components/ic-loading-indicator2.js.map +1 -1
  585. package/dist/components/ic-menu-group.d.ts +11 -0
  586. package/dist/components/ic-menu-group.js +46 -0
  587. package/dist/components/ic-menu-group.js.map +1 -0
  588. package/dist/components/ic-menu-item.d.ts +11 -0
  589. package/dist/components/ic-menu-item.js +8 -0
  590. package/dist/components/ic-menu-item.js.map +1 -0
  591. package/dist/components/ic-menu-item2.js +169 -0
  592. package/dist/components/ic-menu-item2.js.map +1 -0
  593. package/dist/components/ic-menu2.js +326 -169
  594. package/dist/components/ic-menu2.js.map +1 -1
  595. package/dist/components/ic-navigation-button.js +23 -23
  596. package/dist/components/ic-navigation-button.js.map +1 -1
  597. package/dist/components/ic-navigation-group.js +89 -60
  598. package/dist/components/ic-navigation-group.js.map +1 -1
  599. package/dist/components/ic-navigation-item.js +60 -48
  600. package/dist/components/ic-navigation-item.js.map +1 -1
  601. package/dist/components/ic-navigation-menu2.js +30 -36
  602. package/dist/components/ic-navigation-menu2.js.map +1 -1
  603. package/dist/components/ic-page-header.js +30 -33
  604. package/dist/components/ic-page-header.js.map +1 -1
  605. package/dist/components/ic-pagination-item.d.ts +11 -0
  606. package/dist/components/ic-pagination-item.js +8 -0
  607. package/dist/components/ic-pagination-item.js.map +1 -0
  608. package/dist/components/ic-pagination-item2.js +81 -0
  609. package/dist/components/ic-pagination-item2.js.map +1 -0
  610. package/dist/components/ic-pagination.d.ts +11 -0
  611. package/dist/components/ic-pagination.js +288 -0
  612. package/dist/components/ic-pagination.js.map +1 -0
  613. package/dist/components/ic-popover-menu.d.ts +11 -0
  614. package/dist/components/ic-popover-menu.js +290 -0
  615. package/dist/components/ic-popover-menu.js.map +1 -0
  616. package/dist/components/ic-radio-group.js +48 -30
  617. package/dist/components/ic-radio-group.js.map +1 -1
  618. package/dist/components/ic-radio-option.js +44 -43
  619. package/dist/components/ic-radio-option.js.map +1 -1
  620. package/dist/components/ic-search-bar.js +202 -122
  621. package/dist/components/ic-search-bar.js.map +1 -1
  622. package/dist/components/ic-section-container2.js +1 -1
  623. package/dist/components/ic-select.js +379 -212
  624. package/dist/components/ic-select.js.map +1 -1
  625. package/dist/components/ic-side-navigation.js +123 -94
  626. package/dist/components/ic-side-navigation.js.map +1 -1
  627. package/dist/components/ic-skeleton.js +6 -6
  628. package/dist/components/ic-skeleton.js.map +1 -1
  629. package/dist/components/ic-status-tag.js +9 -9
  630. package/dist/components/ic-status-tag.js.map +1 -1
  631. package/dist/components/ic-step.js +18 -18
  632. package/dist/components/ic-step.js.map +1 -1
  633. package/dist/components/ic-stepper.js +21 -21
  634. package/dist/components/ic-stepper.js.map +1 -1
  635. package/dist/components/ic-switch.js +24 -23
  636. package/dist/components/ic-switch.js.map +1 -1
  637. package/dist/components/ic-tab-context.js +73 -36
  638. package/dist/components/ic-tab-context.js.map +1 -1
  639. package/dist/components/ic-tab-group.js +7 -6
  640. package/dist/components/ic-tab-group.js.map +1 -1
  641. package/dist/components/ic-tab-panel.js +18 -7
  642. package/dist/components/ic-tab-panel.js.map +1 -1
  643. package/dist/components/ic-tab.js +33 -8
  644. package/dist/components/ic-tab.js.map +1 -1
  645. package/dist/components/ic-text-field2.js +132 -97
  646. package/dist/components/ic-text-field2.js.map +1 -1
  647. package/dist/components/ic-theme.js +2 -2
  648. package/dist/components/ic-theme.js.map +1 -1
  649. package/dist/components/ic-toast-region.js +13 -13
  650. package/dist/components/ic-toast-region.js.map +1 -1
  651. package/dist/components/ic-toast.js +65 -61
  652. package/dist/components/ic-toast.js.map +1 -1
  653. package/dist/components/ic-tooltip2.js +1854 -49
  654. package/dist/components/ic-tooltip2.js.map +1 -1
  655. package/dist/components/ic-top-navigation.js +59 -54
  656. package/dist/components/ic-top-navigation.js.map +1 -1
  657. package/dist/components/ic-typography2.js +101 -6
  658. package/dist/components/ic-typography2.js.map +1 -1
  659. package/dist/components/index.d.ts +9 -55
  660. package/dist/components/index.js +1 -53
  661. package/dist/components/index.js.map +1 -1
  662. package/dist/components/types.js.map +1 -1
  663. package/dist/core/core.css +47 -3
  664. package/dist/core/core.esm.js +1 -1
  665. package/dist/core/core.esm.js.map +1 -1
  666. package/dist/core/index.esm.js.map +1 -1
  667. package/dist/core/p-0330cb21.entry.js +2 -0
  668. package/dist/core/p-0330cb21.entry.js.map +1 -0
  669. package/dist/core/p-03d1a4a1.entry.js +2 -0
  670. package/dist/core/p-03d1a4a1.entry.js.map +1 -0
  671. package/dist/core/p-041604fc.entry.js +2 -0
  672. package/dist/core/p-041604fc.entry.js.map +1 -0
  673. package/dist/core/{p-24240e11.js → p-06321d19.js} +2 -2
  674. package/dist/core/p-06321d19.js.map +1 -0
  675. package/dist/core/p-1959ec8d.entry.js +2 -0
  676. package/dist/core/p-1959ec8d.entry.js.map +1 -0
  677. package/dist/core/p-1b9b8355.entry.js +2 -0
  678. package/dist/core/p-1b9b8355.entry.js.map +1 -0
  679. package/dist/core/p-26d5fd0f.entry.js +2 -0
  680. package/dist/core/p-26d5fd0f.entry.js.map +1 -0
  681. package/dist/core/p-27d42378.entry.js +2 -0
  682. package/dist/core/p-27d42378.entry.js.map +1 -0
  683. package/dist/core/p-2ae7687a.entry.js +2 -0
  684. package/dist/core/p-2ae7687a.entry.js.map +1 -0
  685. package/dist/core/p-332690f0.entry.js +2 -0
  686. package/dist/core/p-332690f0.entry.js.map +1 -0
  687. package/dist/core/p-39adc795.entry.js +2 -0
  688. package/dist/core/p-39adc795.entry.js.map +1 -0
  689. package/dist/core/{p-ad2477d8.entry.js → p-3adb1167.entry.js} +2 -2
  690. package/dist/core/p-3adb1167.entry.js.map +1 -0
  691. package/dist/core/p-429e4d24.entry.js +2 -0
  692. package/dist/core/p-429e4d24.entry.js.map +1 -0
  693. package/dist/core/{p-8ffa00c9.entry.js → p-441e7d98.entry.js} +2 -2
  694. package/dist/core/p-441e7d98.entry.js.map +1 -0
  695. package/dist/core/p-44512ebe.js.map +1 -1
  696. package/dist/core/p-48301eff.entry.js +2 -0
  697. package/dist/core/p-48301eff.entry.js.map +1 -0
  698. package/dist/core/p-5144e840.entry.js +2 -0
  699. package/dist/core/p-5144e840.entry.js.map +1 -0
  700. package/dist/core/p-5c846d0a.entry.js +2 -0
  701. package/dist/core/p-5c846d0a.entry.js.map +1 -0
  702. package/dist/core/p-5c9c940f.entry.js +2 -0
  703. package/dist/core/p-5c9c940f.entry.js.map +1 -0
  704. package/dist/core/p-5dd0b02e.js +2 -0
  705. package/dist/core/p-5dd0b02e.js.map +1 -0
  706. package/dist/core/{p-35a03442.entry.js → p-65750560.entry.js} +2 -2
  707. package/dist/core/p-65750560.entry.js.map +1 -0
  708. package/dist/core/p-6840589f.entry.js +2 -0
  709. package/dist/core/p-6840589f.entry.js.map +1 -0
  710. package/dist/core/p-69920d86.js +3 -0
  711. package/dist/core/p-69920d86.js.map +1 -0
  712. package/dist/core/p-6bad30aa.entry.js +2 -0
  713. package/dist/core/p-6bad30aa.entry.js.map +1 -0
  714. package/dist/core/p-6f57b13c.js.map +1 -1
  715. package/dist/core/p-7536dd31.entry.js +2 -0
  716. package/dist/core/p-7536dd31.entry.js.map +1 -0
  717. package/dist/core/p-7ae091ef.entry.js +2 -0
  718. package/dist/core/p-7ae091ef.entry.js.map +1 -0
  719. package/dist/core/p-7c0dcd00.js +2 -0
  720. package/dist/core/p-7c0dcd00.js.map +1 -0
  721. package/dist/core/p-7c46caf2.entry.js +2 -0
  722. package/dist/core/p-7c46caf2.entry.js.map +1 -0
  723. package/dist/core/{p-ba8d6c23.entry.js → p-83d5bcae.entry.js} +2 -2
  724. package/dist/core/p-83d5bcae.entry.js.map +1 -0
  725. package/dist/core/p-892d9d9f.entry.js +2 -0
  726. package/dist/core/p-892d9d9f.entry.js.map +1 -0
  727. package/dist/core/p-8991f656.entry.js +2 -0
  728. package/dist/core/p-8991f656.entry.js.map +1 -0
  729. package/dist/core/p-8c45ab61.entry.js +2 -0
  730. package/dist/core/p-8c45ab61.entry.js.map +1 -0
  731. package/dist/core/p-8c7f4343.js.map +1 -1
  732. package/dist/core/p-8ca80000.entry.js +2 -0
  733. package/dist/core/p-8ca80000.entry.js.map +1 -0
  734. package/dist/core/p-8d4f7027.js +2 -0
  735. package/dist/core/p-8d4f7027.js.map +1 -0
  736. package/dist/core/p-90d3a41b.entry.js +2 -0
  737. package/dist/core/p-90d3a41b.entry.js.map +1 -0
  738. package/dist/core/p-95992c98.entry.js +2 -0
  739. package/dist/core/p-95992c98.entry.js.map +1 -0
  740. package/dist/core/{p-41e239cb.entry.js → p-96b71172.entry.js} +2 -2
  741. package/dist/core/p-96b71172.entry.js.map +1 -0
  742. package/dist/core/{p-d2508752.entry.js → p-96bcd466.entry.js} +2 -2
  743. package/dist/core/p-96bcd466.entry.js.map +1 -0
  744. package/dist/core/p-9e551fe9.entry.js +2 -0
  745. package/dist/core/p-9e551fe9.entry.js.map +1 -0
  746. package/dist/core/{p-7fd50355.entry.js → p-a29fe0c6.entry.js} +2 -2
  747. package/dist/core/p-a29fe0c6.entry.js.map +1 -0
  748. package/dist/core/{p-c4a7c734.entry.js → p-a588886f.entry.js} +2 -2
  749. package/dist/core/p-a588886f.entry.js.map +1 -0
  750. package/dist/core/{p-284970bc.entry.js → p-a8b94619.entry.js} +2 -2
  751. package/dist/core/p-a8b94619.entry.js.map +1 -0
  752. package/dist/core/p-adceb0cf.entry.js +2 -0
  753. package/dist/core/p-adceb0cf.entry.js.map +1 -0
  754. package/dist/core/p-b698b8ad.entry.js +2 -0
  755. package/dist/core/p-b698b8ad.entry.js.map +1 -0
  756. package/dist/core/p-b6c538ea.entry.js +2 -0
  757. package/dist/core/p-b6c538ea.entry.js.map +1 -0
  758. package/dist/core/p-c012b867.entry.js +2 -0
  759. package/dist/core/p-c012b867.entry.js.map +1 -0
  760. package/dist/core/p-c5716cbc.entry.js +2 -0
  761. package/dist/core/p-c5716cbc.entry.js.map +1 -0
  762. package/dist/core/p-ca6d834e.entry.js +2 -0
  763. package/dist/core/p-ca6d834e.entry.js.map +1 -0
  764. package/dist/core/{p-7a9bc7f2.entry.js → p-cbbf4b05.entry.js} +2 -2
  765. package/dist/core/p-cbbf4b05.entry.js.map +1 -0
  766. package/dist/core/p-ce791694.entry.js +2 -0
  767. package/dist/core/p-ce791694.entry.js.map +1 -0
  768. package/dist/core/p-cef93d12.entry.js +2 -0
  769. package/dist/core/p-cef93d12.entry.js.map +1 -0
  770. package/dist/core/p-d2215b72.entry.js +2 -0
  771. package/dist/core/p-d2215b72.entry.js.map +1 -0
  772. package/dist/core/p-e0ee714a.entry.js +2 -0
  773. package/dist/core/p-e0ee714a.entry.js.map +1 -0
  774. package/dist/core/p-e6370b7e.entry.js +2 -0
  775. package/dist/core/p-e6370b7e.entry.js.map +1 -0
  776. package/dist/core/p-ee11e185.entry.js +2 -0
  777. package/dist/core/p-ee11e185.entry.js.map +1 -0
  778. package/dist/core/p-f24814b8.entry.js +2 -0
  779. package/dist/core/p-f24814b8.entry.js.map +1 -0
  780. package/dist/core/p-f665242d.entry.js +2 -0
  781. package/dist/core/p-f665242d.entry.js.map +1 -0
  782. package/dist/core/p-f7695299.entry.js +2 -0
  783. package/dist/core/p-f7695299.entry.js.map +1 -0
  784. package/dist/core/p-f923d11b.entry.js +2 -0
  785. package/dist/core/p-f923d11b.entry.js.map +1 -0
  786. package/dist/esm/OpenInNew-67a881e0.js +5 -0
  787. package/dist/esm/OpenInNew-67a881e0.js.map +1 -0
  788. package/dist/esm/chevron-icon-7927f709.js +8 -0
  789. package/dist/esm/chevron-icon-7927f709.js.map +1 -0
  790. package/dist/esm/core.js +7 -3
  791. package/dist/esm/core.js.map +1 -1
  792. package/dist/esm/{helpers-c332acf8.js → helpers-85903813.js} +26 -27
  793. package/dist/esm/helpers-85903813.js.map +1 -0
  794. package/dist/esm/ic-alert.entry.js +11 -11
  795. package/dist/esm/ic-alert.entry.js.map +1 -1
  796. package/dist/esm/ic-back-to-top.entry.js +5 -5
  797. package/dist/esm/ic-back-to-top.entry.js.map +1 -1
  798. package/dist/esm/ic-breadcrumb-group.entry.js +39 -33
  799. package/dist/esm/ic-breadcrumb-group.entry.js.map +1 -1
  800. package/dist/esm/ic-breadcrumb.entry.js +14 -13
  801. package/dist/esm/ic-breadcrumb.entry.js.map +1 -1
  802. package/dist/esm/ic-button_3.entry.js +163 -93
  803. package/dist/esm/ic-button_3.entry.js.map +1 -1
  804. package/dist/esm/ic-card.entry.js +46 -45
  805. package/dist/esm/ic-card.entry.js.map +1 -1
  806. package/dist/esm/ic-checkbox-group.entry.js +24 -23
  807. package/dist/esm/ic-checkbox-group.entry.js.map +1 -1
  808. package/dist/esm/ic-checkbox.entry.js +41 -29
  809. package/dist/esm/ic-checkbox.entry.js.map +1 -1
  810. package/dist/esm/ic-chip.entry.js +18 -15
  811. package/dist/esm/ic-chip.entry.js.map +1 -1
  812. package/dist/esm/ic-classification-banner.entry.js +1 -1
  813. package/dist/esm/ic-data-entity.entry.js +2 -2
  814. package/dist/esm/ic-data-entity.entry.js.map +1 -1
  815. package/dist/esm/ic-data-row.entry.js +38 -24
  816. package/dist/esm/ic-data-row.entry.js.map +1 -1
  817. package/dist/esm/ic-dialog.entry.js +291 -0
  818. package/dist/esm/ic-dialog.entry.js.map +1 -0
  819. package/dist/esm/ic-divider.entry.js +3 -3
  820. package/dist/esm/ic-divider.entry.js.map +1 -1
  821. package/dist/esm/ic-footer-link-group.entry.js +18 -18
  822. package/dist/esm/ic-footer-link-group.entry.js.map +1 -1
  823. package/dist/esm/ic-footer-link.entry.js +23 -17
  824. package/dist/esm/ic-footer-link.entry.js.map +1 -1
  825. package/dist/esm/ic-footer.entry.js +23 -21
  826. package/dist/esm/ic-footer.entry.js.map +1 -1
  827. package/dist/esm/ic-hero.entry.js +23 -21
  828. package/dist/esm/ic-hero.entry.js.map +1 -1
  829. package/dist/esm/ic-horizontal-scroll.entry.js +45 -26
  830. package/dist/esm/ic-horizontal-scroll.entry.js.map +1 -1
  831. package/dist/esm/ic-input-component-container_3.entry.js +299 -159
  832. package/dist/esm/ic-input-component-container_3.entry.js.map +1 -1
  833. package/dist/esm/ic-input-label_2.entry.js +11 -11
  834. package/dist/esm/ic-input-label_2.entry.js.map +1 -1
  835. package/dist/esm/ic-link.entry.js +22 -23
  836. package/dist/esm/ic-link.entry.js.map +1 -1
  837. package/dist/esm/ic-menu-group.entry.js +20 -0
  838. package/dist/esm/ic-menu-group.entry.js.map +1 -0
  839. package/dist/esm/ic-menu-item.entry.js +118 -0
  840. package/dist/esm/ic-menu-item.entry.js.map +1 -0
  841. package/dist/esm/ic-navigation-button.entry.js +18 -18
  842. package/dist/esm/ic-navigation-button.entry.js.map +1 -1
  843. package/dist/esm/ic-navigation-group.entry.js +87 -58
  844. package/dist/esm/ic-navigation-group.entry.js.map +1 -1
  845. package/dist/esm/ic-navigation-item.entry.js +49 -42
  846. package/dist/esm/ic-navigation-item.entry.js.map +1 -1
  847. package/dist/esm/ic-navigation-menu.entry.js +28 -34
  848. package/dist/esm/ic-navigation-menu.entry.js.map +1 -1
  849. package/dist/esm/ic-page-header.entry.js +24 -27
  850. package/dist/esm/ic-page-header.entry.js.map +1 -1
  851. package/dist/esm/ic-pagination-item.entry.js +52 -0
  852. package/dist/esm/ic-pagination-item.entry.js.map +1 -0
  853. package/dist/esm/ic-pagination.entry.js +223 -0
  854. package/dist/esm/ic-pagination.entry.js.map +1 -0
  855. package/dist/esm/ic-popover-menu.entry.js +233 -0
  856. package/dist/esm/ic-popover-menu.entry.js.map +1 -0
  857. package/dist/esm/ic-radio-group.entry.js +43 -25
  858. package/dist/esm/ic-radio-group.entry.js.map +1 -1
  859. package/dist/esm/ic-radio-option.entry.js +39 -38
  860. package/dist/esm/ic-radio-option.entry.js.map +1 -1
  861. package/dist/esm/ic-search-bar.entry.js +178 -102
  862. package/dist/esm/ic-search-bar.entry.js.map +1 -1
  863. package/dist/esm/ic-section-container.entry.js +1 -1
  864. package/dist/esm/ic-select.entry.js +349 -190
  865. package/dist/esm/ic-select.entry.js.map +1 -1
  866. package/dist/esm/ic-side-navigation.entry.js +116 -87
  867. package/dist/esm/ic-side-navigation.entry.js.map +1 -1
  868. package/dist/esm/ic-skeleton.entry.js +4 -4
  869. package/dist/esm/ic-skeleton.entry.js.map +1 -1
  870. package/dist/esm/ic-status-tag.entry.js +6 -6
  871. package/dist/esm/ic-status-tag.entry.js.map +1 -1
  872. package/dist/esm/ic-step.entry.js +10 -10
  873. package/dist/esm/ic-step.entry.js.map +1 -1
  874. package/dist/esm/ic-stepper.entry.js +15 -15
  875. package/dist/esm/ic-stepper.entry.js.map +1 -1
  876. package/dist/esm/ic-switch.entry.js +20 -19
  877. package/dist/esm/ic-switch.entry.js.map +1 -1
  878. package/dist/esm/ic-tab-context.entry.js +68 -32
  879. package/dist/esm/ic-tab-context.entry.js.map +1 -1
  880. package/dist/esm/ic-tab-group.entry.js +5 -4
  881. package/dist/esm/ic-tab-group.entry.js.map +1 -1
  882. package/dist/esm/ic-tab-panel.entry.js +15 -4
  883. package/dist/esm/ic-tab-panel.entry.js.map +1 -1
  884. package/dist/esm/ic-tab.entry.js +32 -7
  885. package/dist/esm/ic-tab.entry.js.map +1 -1
  886. package/dist/esm/ic-text-field.entry.js +102 -72
  887. package/dist/esm/ic-text-field.entry.js.map +1 -1
  888. package/dist/esm/ic-theme.entry.js +2 -2
  889. package/dist/esm/ic-theme.entry.js.map +1 -1
  890. package/dist/esm/ic-toast-region.entry.js +13 -13
  891. package/dist/esm/ic-toast-region.entry.js.map +1 -1
  892. package/dist/esm/ic-toast.entry.js +60 -56
  893. package/dist/esm/ic-toast.entry.js.map +1 -1
  894. package/dist/esm/ic-top-navigation.entry.js +49 -45
  895. package/dist/esm/ic-top-navigation.entry.js.map +1 -1
  896. package/dist/esm/ic-typography.entry.js +97 -5
  897. package/dist/esm/ic-typography.entry.js.map +1 -1
  898. package/dist/esm/{index-90721b3c.js → index-fd30b77e.js} +255 -44
  899. package/dist/esm/index-fd30b77e.js.map +1 -0
  900. package/dist/esm/loader.js +4 -3
  901. package/dist/esm/loader.js.map +1 -1
  902. package/dist/esm/polyfills/css-shim.js +1 -1
  903. package/dist/{components/popper.js → esm/popper-15e448b4.js} +10 -17
  904. package/dist/esm/popper-15e448b4.js.map +1 -0
  905. package/dist/esm/types-dd515332.js.map +1 -1
  906. package/dist/types/components/ic-alert/ic-alert.d.ts +12 -12
  907. package/dist/types/components/ic-back-to-top/ic-back-to-top.d.ts +8 -8
  908. package/dist/types/components/ic-breadcrumb/ic-breadcrumb.d.ts +6 -6
  909. package/dist/types/components/ic-breadcrumb/ic-breadcrumb.types.d.ts +1 -1
  910. package/dist/types/components/ic-breadcrumb-group/ic-breadcrumb-group.d.ts +16 -9
  911. package/dist/types/components/ic-button/ic-button.d.ts +62 -32
  912. package/dist/types/components/ic-button/ic-button.types.d.ts +4 -4
  913. package/dist/types/components/ic-card/ic-card.d.ts +32 -32
  914. package/dist/types/components/ic-checkbox/ic-checkbox.d.ts +29 -23
  915. package/dist/types/components/ic-checkbox-group/ic-checkbox-group.d.ts +14 -15
  916. package/dist/types/components/ic-checkbox-group/ic-checkbox-group.types.d.ts +5 -0
  917. package/dist/types/components/ic-chip/ic-chip.d.ts +16 -15
  918. package/dist/types/components/ic-chip/ic-chip.types.d.ts +2 -2
  919. package/dist/types/components/ic-classification-banner/ic-classification-banner.types.d.ts +1 -1
  920. package/dist/types/components/ic-data-row/ic-data-row.d.ts +17 -11
  921. package/dist/types/components/ic-dialog/ic-dialog.d.ts +123 -0
  922. package/dist/types/components/ic-footer/ic-footer.d.ts +20 -20
  923. package/dist/types/components/ic-footer/ic-footer.types.d.ts +1 -1
  924. package/dist/types/components/ic-footer-link/ic-footer-link.d.ts +26 -6
  925. package/dist/types/components/ic-footer-link-group/ic-footer-link-group.d.ts +8 -8
  926. package/dist/types/components/ic-hero/ic-hero.d.ts +24 -24
  927. package/dist/types/components/ic-hero/ic-hero.types.d.ts +1 -1
  928. package/dist/types/components/ic-horizontal-scroll/ic-horizontal-scroll.d.ts +15 -14
  929. package/dist/types/components/ic-input-component-container/ic-input-component-container.d.ts +15 -15
  930. package/dist/types/components/ic-input-label/ic-input-label.d.ts +14 -14
  931. package/dist/types/components/ic-input-validation/ic-input-validation.d.ts +8 -8
  932. package/dist/types/components/ic-input-validation/ic-input-validation.types.d.ts +1 -1
  933. package/dist/types/components/ic-link/ic-link.d.ts +9 -9
  934. package/dist/types/components/ic-loading-indicator/ic-loading-indicator.d.ts +38 -36
  935. package/dist/types/components/ic-loading-indicator/ic-loading-indicator.types.d.ts +2 -2
  936. package/dist/types/components/ic-menu/ic-menu.d.ts +89 -50
  937. package/dist/types/components/ic-menu-group/ic-menu-group.d.ts +8 -0
  938. package/dist/types/components/ic-menu-item/ic-menu-item.d.ts +74 -0
  939. package/dist/types/components/ic-menu-item/ic-menu-item.types.d.ts +1 -0
  940. package/dist/types/components/ic-navigation-button/ic-navigation-button.d.ts +21 -21
  941. package/dist/types/components/ic-navigation-button/ic-navigation-button.types.d.ts +1 -1
  942. package/dist/types/components/ic-navigation-group/ic-navigation-group.d.ts +21 -18
  943. package/dist/types/components/ic-navigation-item/ic-navigation-item.d.ts +47 -27
  944. package/dist/types/components/ic-navigation-menu/ic-navigation-menu.d.ts +14 -14
  945. package/dist/types/components/ic-page-header/ic-page-header.d.ts +19 -19
  946. package/dist/types/components/ic-pagination/ic-pagination.d.ts +82 -0
  947. package/dist/types/components/ic-pagination/ic-pagination.types.d.ts +4 -0
  948. package/dist/types/components/ic-pagination-item/ic-pagination-item.d.ts +47 -0
  949. package/dist/types/components/ic-pagination-item/ic-pagination-item.types.d.ts +1 -0
  950. package/dist/types/components/ic-popover-menu/ic-popover-menu.d.ts +59 -0
  951. package/dist/types/components/ic-radio-group/ic-radio-group.d.ts +22 -23
  952. package/dist/types/components/ic-radio-group/ic-radio-group.types.d.ts +7 -0
  953. package/dist/types/components/ic-radio-option/ic-radio-option.d.ts +32 -29
  954. package/dist/types/components/ic-search-bar/ic-search-bar.d.ts +120 -87
  955. package/dist/types/components/ic-search-bar/ic-search-bar.types.d.ts +2 -1
  956. package/dist/types/components/ic-select/ic-select.d.ts +116 -78
  957. package/dist/types/components/ic-side-navigation/ic-side-navigation.d.ts +30 -24
  958. package/dist/types/components/ic-side-navigation/{ic-side-navigation-test-examples.d.ts → test/basic/ic-side-navigation-test-examples.d.ts} +1 -0
  959. package/dist/types/components/ic-skeleton/ic-skeleton.d.ts +8 -8
  960. package/dist/types/components/ic-skeleton/ic-skeleton.types.d.ts +1 -1
  961. package/dist/types/components/ic-status-tag/ic-status-tag.d.ts +8 -8
  962. package/dist/types/components/ic-status-tag/ic-status-tag.types.d.ts +2 -2
  963. package/dist/types/components/ic-step/ic-step.d.ts +24 -24
  964. package/dist/types/components/ic-step/ic-step.types.d.ts +3 -3
  965. package/dist/types/components/ic-stepper/ic-stepper.d.ts +17 -17
  966. package/dist/types/components/ic-stepper/ic-stepper.types.d.ts +1 -1
  967. package/dist/types/components/ic-switch/ic-switch.d.ts +23 -23
  968. package/dist/types/components/ic-tab/ic-tab.d.ts +25 -8
  969. package/dist/types/components/ic-tab-context/ic-tab-context.d.ts +29 -20
  970. package/dist/types/components/ic-tab-group/ic-tab-group.d.ts +6 -5
  971. package/dist/types/components/ic-tab-panel/ic-tab-panel.d.ts +27 -7
  972. package/dist/types/components/ic-text-field/ic-text-field.d.ts +110 -91
  973. package/dist/types/components/ic-text-field/ic-text-field.types.d.ts +3 -3
  974. package/dist/types/components/ic-theme/ic-theme.d.ts +1 -1
  975. package/dist/types/components/ic-toast/ic-toast.d.ts +26 -26
  976. package/dist/types/components/ic-toast/ic-toast.types.d.ts +1 -1
  977. package/dist/types/components/ic-toast-region/ic-toast-region.d.ts +3 -3
  978. package/dist/types/components/ic-tooltip/ic-tooltip.d.ts +22 -15
  979. package/dist/types/components/ic-tooltip/ic-tooltip.types.d.ts +1 -1
  980. package/dist/types/components/ic-tooltip/test/a11y/ic-tooltip.test.a11y.d.ts +1 -0
  981. package/dist/types/components/ic-top-navigation/ic-top-navigation.d.ts +36 -32
  982. package/dist/types/components/ic-top-navigation/test/a11y/ic-top-navigation.test.a11y.d.ts +1 -0
  983. package/dist/types/components/ic-typography/ic-typography.d.ts +31 -4
  984. package/dist/types/components/ic-typography/test/a11y/ic-typography.test.a11y.d.ts +1 -0
  985. package/dist/types/components.d.ts +826 -29
  986. package/dist/types/stencil-public-runtime.d.ts +74 -15
  987. package/dist/types/testspec.setup.d.ts +11 -0
  988. package/dist/types/utils/helpers.d.ts +1 -0
  989. package/dist/types/utils/types.d.ts +25 -22
  990. package/hydrate/index.d.ts +17 -16
  991. package/hydrate/index.js +3822 -1955
  992. package/loader/index.d.ts +9 -0
  993. package/package.json +7 -5
  994. package/dist/cjs/chevron-icon-2645d6b0.js +0 -10
  995. package/dist/cjs/chevron-icon-2645d6b0.js.map +0 -1
  996. package/dist/cjs/helpers-6eb26e7a.js.map +0 -1
  997. package/dist/cjs/index-f79a4e53.js.map +0 -1
  998. package/dist/cjs/popper-11d5f714.js.map +0 -1
  999. package/dist/collection/components/ic-alert/ic-alert.test.a11y.js.map +0 -1
  1000. package/dist/collection/components/ic-back-to-top/ic-back-to-top.test.a11y.js.map +0 -1
  1001. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group-test-examples.js.map +0 -1
  1002. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.test.a11y.js.map +0 -1
  1003. package/dist/collection/components/ic-button/ic-button.test.a11y.js.map +0 -1
  1004. package/dist/collection/components/ic-card/ic-card.test.a11y.js.map +0 -1
  1005. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.test.a11y.js.map +0 -1
  1006. package/dist/collection/components/ic-chip/ic-chip.test.a11y.js.map +0 -1
  1007. package/dist/collection/components/ic-classification-banner/ic-classification-banner.test.a11y.js.map +0 -1
  1008. package/dist/collection/components/ic-data-entity/ic-data-entity.test.a11y.js.map +0 -1
  1009. package/dist/collection/components/ic-data-row/ic-data-row.test.a11y.js.map +0 -1
  1010. package/dist/collection/components/ic-footer/ic-footer.test.a11y.js.map +0 -1
  1011. package/dist/collection/components/ic-footer-link/ic-footer-link.test.a11y.js.map +0 -1
  1012. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.test.a11y.js.map +0 -1
  1013. package/dist/collection/components/ic-hero/ic-hero.test.a11y.js.map +0 -1
  1014. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.test.a11y.js.map +0 -1
  1015. package/dist/collection/components/ic-link/ic-link.test.a11y.js.map +0 -1
  1016. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.test.a11y.js.map +0 -1
  1017. package/dist/collection/components/ic-navigation-group/ic-navigation-group.test.a11y.js.map +0 -1
  1018. package/dist/collection/components/ic-navigation-item/ic-navigation-item.test.a11y.js.map +0 -1
  1019. package/dist/collection/components/ic-page-header/ic-page-header.test.a11y.js.map +0 -1
  1020. package/dist/collection/components/ic-radio-group/ic-radio-group.test.a11y.js.map +0 -1
  1021. package/dist/collection/components/ic-search-bar/ic-search-bar.test.a11y.js.map +0 -1
  1022. package/dist/collection/components/ic-select/ic-select.test.a11y.js.map +0 -1
  1023. package/dist/collection/components/ic-side-navigation/ic-side-navigation-test-examples.js.map +0 -1
  1024. package/dist/collection/components/ic-side-navigation/ic-side-navigation.test.a11y.js.map +0 -1
  1025. package/dist/collection/components/ic-skeleton/ic-skeleton.test.a11y.js.map +0 -1
  1026. package/dist/collection/components/ic-status-tag/ic-status-tag.test.a11y.js.map +0 -1
  1027. package/dist/collection/components/ic-stepper/ic-stepper-test-examples.js.map +0 -1
  1028. package/dist/collection/components/ic-stepper/ic-stepper.test.a11y.js.map +0 -1
  1029. package/dist/collection/components/ic-switch/ic-switch.test.a11y.js.map +0 -1
  1030. package/dist/collection/components/ic-tab-context/ic-tab-context.test.a11y.js.map +0 -1
  1031. package/dist/collection/components/ic-text-field/ic-text-field.test.a11y.js.map +0 -1
  1032. package/dist/collection/components/ic-toast/ic-toast.test.a11y.js.map +0 -1
  1033. package/dist/collection/components/ic-tooltip/ic-tooltip.test.a11y.js.map +0 -1
  1034. package/dist/collection/components/ic-top-navigation/ic-top-navigation.test.a11y.js.map +0 -1
  1035. package/dist/collection/components/ic-typography/ic-typography.test.a11y.js.map +0 -1
  1036. package/dist/components/popper.js.map +0 -1
  1037. package/dist/core/p-1724000c.js +0 -2
  1038. package/dist/core/p-1724000c.js.map +0 -1
  1039. package/dist/core/p-17f91c94.entry.js +0 -2
  1040. package/dist/core/p-17f91c94.entry.js.map +0 -1
  1041. package/dist/core/p-18ae4b6d.entry.js +0 -2
  1042. package/dist/core/p-18ae4b6d.entry.js.map +0 -1
  1043. package/dist/core/p-18bf3cb0.entry.js +0 -2
  1044. package/dist/core/p-18bf3cb0.entry.js.map +0 -1
  1045. package/dist/core/p-24240e11.js.map +0 -1
  1046. package/dist/core/p-2642f880.entry.js +0 -2
  1047. package/dist/core/p-2642f880.entry.js.map +0 -1
  1048. package/dist/core/p-284970bc.entry.js.map +0 -1
  1049. package/dist/core/p-31a595c1.entry.js +0 -2
  1050. package/dist/core/p-31a595c1.entry.js.map +0 -1
  1051. package/dist/core/p-35a03442.entry.js.map +0 -1
  1052. package/dist/core/p-360adc51.entry.js +0 -2
  1053. package/dist/core/p-360adc51.entry.js.map +0 -1
  1054. package/dist/core/p-3dda76db.entry.js +0 -2
  1055. package/dist/core/p-3dda76db.entry.js.map +0 -1
  1056. package/dist/core/p-41e239cb.entry.js.map +0 -1
  1057. package/dist/core/p-44c9612c.entry.js +0 -2
  1058. package/dist/core/p-44c9612c.entry.js.map +0 -1
  1059. package/dist/core/p-521be4e2.entry.js +0 -2
  1060. package/dist/core/p-521be4e2.entry.js.map +0 -1
  1061. package/dist/core/p-5450cebf.js +0 -3
  1062. package/dist/core/p-5450cebf.js.map +0 -1
  1063. package/dist/core/p-55512a85.entry.js +0 -2
  1064. package/dist/core/p-55512a85.entry.js.map +0 -1
  1065. package/dist/core/p-560c06af.entry.js +0 -2
  1066. package/dist/core/p-560c06af.entry.js.map +0 -1
  1067. package/dist/core/p-57f2c81c.entry.js +0 -2
  1068. package/dist/core/p-57f2c81c.entry.js.map +0 -1
  1069. package/dist/core/p-5b083ce5.entry.js +0 -2
  1070. package/dist/core/p-5b083ce5.entry.js.map +0 -1
  1071. package/dist/core/p-62b3516e.entry.js +0 -2
  1072. package/dist/core/p-62b3516e.entry.js.map +0 -1
  1073. package/dist/core/p-691ea0f2.entry.js +0 -2
  1074. package/dist/core/p-691ea0f2.entry.js.map +0 -1
  1075. package/dist/core/p-7818d958.entry.js +0 -2
  1076. package/dist/core/p-7818d958.entry.js.map +0 -1
  1077. package/dist/core/p-7a0bf893.entry.js +0 -2
  1078. package/dist/core/p-7a0bf893.entry.js.map +0 -1
  1079. package/dist/core/p-7a9bc7f2.entry.js.map +0 -1
  1080. package/dist/core/p-7fd50355.entry.js.map +0 -1
  1081. package/dist/core/p-897e967a.entry.js +0 -2
  1082. package/dist/core/p-897e967a.entry.js.map +0 -1
  1083. package/dist/core/p-8f1176c6.entry.js +0 -2
  1084. package/dist/core/p-8f1176c6.entry.js.map +0 -1
  1085. package/dist/core/p-8ffa00c9.entry.js.map +0 -1
  1086. package/dist/core/p-91a8db51.entry.js +0 -2
  1087. package/dist/core/p-91a8db51.entry.js.map +0 -1
  1088. package/dist/core/p-a09d853e.entry.js +0 -2
  1089. package/dist/core/p-a09d853e.entry.js.map +0 -1
  1090. package/dist/core/p-a667e329.entry.js +0 -2
  1091. package/dist/core/p-a667e329.entry.js.map +0 -1
  1092. package/dist/core/p-ad2477d8.entry.js.map +0 -1
  1093. package/dist/core/p-b35ae170.entry.js +0 -2
  1094. package/dist/core/p-b35ae170.entry.js.map +0 -1
  1095. package/dist/core/p-b40bd77c.entry.js +0 -2
  1096. package/dist/core/p-b40bd77c.entry.js.map +0 -1
  1097. package/dist/core/p-b4234318.entry.js +0 -2
  1098. package/dist/core/p-b4234318.entry.js.map +0 -1
  1099. package/dist/core/p-ba8d6c23.entry.js.map +0 -1
  1100. package/dist/core/p-bd819f68.entry.js +0 -2
  1101. package/dist/core/p-bd819f68.entry.js.map +0 -1
  1102. package/dist/core/p-c4a7c734.entry.js.map +0 -1
  1103. package/dist/core/p-c72e4b75.entry.js +0 -2
  1104. package/dist/core/p-c72e4b75.entry.js.map +0 -1
  1105. package/dist/core/p-c7b86643.entry.js +0 -2
  1106. package/dist/core/p-c7b86643.entry.js.map +0 -1
  1107. package/dist/core/p-c8f07be6.entry.js +0 -2
  1108. package/dist/core/p-c8f07be6.entry.js.map +0 -1
  1109. package/dist/core/p-c9068822.entry.js +0 -2
  1110. package/dist/core/p-c9068822.entry.js.map +0 -1
  1111. package/dist/core/p-cccbf2bf.entry.js +0 -2
  1112. package/dist/core/p-cccbf2bf.entry.js.map +0 -1
  1113. package/dist/core/p-d2508752.entry.js.map +0 -1
  1114. package/dist/core/p-d7bbace4.entry.js +0 -2
  1115. package/dist/core/p-d7bbace4.entry.js.map +0 -1
  1116. package/dist/core/p-d86b0d0e.entry.js +0 -2
  1117. package/dist/core/p-d86b0d0e.entry.js.map +0 -1
  1118. package/dist/core/p-e0d88c31.entry.js +0 -2
  1119. package/dist/core/p-e0d88c31.entry.js.map +0 -1
  1120. package/dist/core/p-e9202767.entry.js +0 -2
  1121. package/dist/core/p-e9202767.entry.js.map +0 -1
  1122. package/dist/core/p-eba373bf.entry.js +0 -2
  1123. package/dist/core/p-eba373bf.entry.js.map +0 -1
  1124. package/dist/core/p-ec26fc38.js +0 -2
  1125. package/dist/core/p-ec26fc38.js.map +0 -1
  1126. package/dist/core/p-ed6cf9b9.entry.js +0 -2
  1127. package/dist/core/p-ed6cf9b9.entry.js.map +0 -1
  1128. package/dist/esm/chevron-icon-98c98242.js +0 -8
  1129. package/dist/esm/chevron-icon-98c98242.js.map +0 -1
  1130. package/dist/esm/helpers-c332acf8.js.map +0 -1
  1131. package/dist/esm/index-90721b3c.js.map +0 -1
  1132. package/dist/esm/popper-f860750c.js +0 -1801
  1133. package/dist/esm/popper-f860750c.js.map +0 -1
  1134. /package/dist/collection/{components/ic-link/assets → assets}/OpenInNew.svg +0 -0
  1135. /package/dist/collection/components/ic-back-to-top/{ic-back-to-top.test.a11y.js → test/a11y/ic-back-to-top.test.a11y.js} +0 -0
  1136. /package/dist/collection/components/ic-breadcrumb-group/{ic-breadcrumb-group-test-examples.js → test/basic/ic-breadcrumb-group-test-examples.js} +0 -0
  1137. /package/dist/collection/components/ic-stepper/{ic-stepper-test-examples.js → test/basic/ic-stepper-test-examples.js} +0 -0
  1138. /package/dist/collection/components/ic-tab-context/{ic-tab-context.test.a11y.js → test/a11y/ic-tab-context.test.a11y.js} +0 -0
  1139. /package/dist/collection/components/ic-text-field/{ic-text-field.test.a11y.js → test/a11y/ic-text-field.test.a11y.js} +0 -0
  1140. /package/dist/types/components/ic-alert/{ic-alert.test.a11y.d.ts → test/a11y/ic-alert.test.a11y.d.ts} +0 -0
  1141. /package/dist/types/components/ic-back-to-top/{ic-back-to-top.test.a11y.d.ts → test/a11y/ic-back-to-top.test.a11y.d.ts} +0 -0
  1142. /package/dist/types/components/ic-breadcrumb-group/{ic-breadcrumb-group.test.a11y.d.ts → test/a11y/ic-breadcrumb-group.test.a11y.d.ts} +0 -0
  1143. /package/dist/types/components/ic-breadcrumb-group/{ic-breadcrumb-group-test-examples.d.ts → test/basic/ic-breadcrumb-group-test-examples.d.ts} +0 -0
  1144. /package/dist/types/components/ic-button/{ic-button.test.a11y.d.ts → test/a11y/ic-button.test.a11y.d.ts} +0 -0
  1145. /package/dist/types/components/ic-card/{ic-card.test.a11y.d.ts → test/a11y/ic-card.test.a11y.d.ts} +0 -0
  1146. /package/dist/types/components/ic-checkbox-group/{ic-checkbox-group.test.a11y.d.ts → test/a11y/ic-checkbox-group.test.a11y.d.ts} +0 -0
  1147. /package/dist/types/components/ic-chip/{ic-chip.test.a11y.d.ts → test/a11y/ic-chip.test.a11y.d.ts} +0 -0
  1148. /package/dist/types/components/ic-classification-banner/{ic-classification-banner.test.a11y.d.ts → test/a11y/ic-classification-banner.test.a11y.d.ts} +0 -0
  1149. /package/dist/types/components/ic-data-entity/{ic-data-entity.test.a11y.d.ts → test/a11y/ic-data-entity.test.a11y.d.ts} +0 -0
  1150. /package/dist/types/components/ic-data-row/{ic-data-row.test.a11y.d.ts → test/a11y/ic-data-row.test.a11y.d.ts} +0 -0
  1151. /package/dist/types/components/{ic-footer-link-group/ic-footer-link-group.test.a11y.d.ts → ic-dialog/test/a11y/ic-dialog.test.a11y.d.ts} +0 -0
  1152. /package/dist/types/components/{ic-hero/ic-hero.test.a11y.d.ts → ic-footer/test/a11y/ic-footer.test.a11y.d.ts} +0 -0
  1153. /package/dist/types/components/{ic-footer/ic-footer.test.a11y.d.ts → ic-footer-link/test/a11y/ic-footer-link.test.a11y.d.ts} +0 -0
  1154. /package/dist/types/components/{ic-footer-link/ic-footer-link.test.a11y.d.ts → ic-footer-link-group/test/a11y/ic-footer-link-group.test.a11y.d.ts} +0 -0
  1155. /package/dist/types/components/{ic-horizontal-scroll/ic-horizontal-scroll.test.a11y.d.ts → ic-hero/test/a11y/ic-hero.test.a11y.d.ts} +0 -0
  1156. /package/dist/types/components/{ic-link/ic-link.test.a11y.d.ts → ic-horizontal-scroll/test/a11y/ic-horizontal-scroll.test.a11y.d.ts} +0 -0
  1157. /package/dist/types/components/{ic-loading-indicator/ic-loading-indicator.test.a11y.d.ts → ic-link/test/a11y/ic-link.test.a11y.d.ts} +0 -0
  1158. /package/dist/types/components/{ic-navigation-group/ic-navigation-group.test.a11y.d.ts → ic-loading-indicator/test/a11y/ic-loading-indicator.test.a11y.d.ts} +0 -0
  1159. /package/dist/types/components/{ic-navigation-item/ic-navigation-item.test.a11y.d.ts → ic-navigation-group/test/a11y/ic-navigation-group.test.a11y.d.ts} +0 -0
  1160. /package/dist/types/components/{ic-page-header/ic-page-header.test.a11y.d.ts → ic-navigation-item/test/a11y/ic-navigation-item.test.a11y.d.ts} +0 -0
  1161. /package/dist/types/components/{ic-radio-group/ic-radio-group.test.a11y.d.ts → ic-page-header/test/a11y/ic-page-header.test.a11y.d.ts} +0 -0
  1162. /package/dist/types/components/{ic-search-bar/ic-search-bar.test.a11y.d.ts → ic-pagination/test/a11y/ic-pagination.test.a11y.d.ts} +0 -0
  1163. /package/dist/types/components/{ic-select/ic-select.test.a11y.d.ts → ic-popover-menu/test/a11y/ic-popover-menu.test.a11y.d.ts} +0 -0
  1164. /package/dist/types/components/{ic-side-navigation/ic-side-navigation.test.a11y.d.ts → ic-radio-group/test/a11y/ic-radio-group.test.a11y.d.ts} +0 -0
  1165. /package/dist/types/components/{ic-skeleton/ic-skeleton.test.a11y.d.ts → ic-search-bar/test/a11y/ic-search-bar.test.a11y.d.ts} +0 -0
  1166. /package/dist/types/components/{ic-status-tag/ic-status-tag.test.a11y.d.ts → ic-select/test/a11y/ic-select.test.a11y.d.ts} +0 -0
  1167. /package/dist/types/components/{ic-stepper/ic-stepper.test.a11y.d.ts → ic-side-navigation/test/a11y/ic-side-navigation.test.a11y.d.ts} +0 -0
  1168. /package/dist/types/components/{ic-switch/ic-switch.test.a11y.d.ts → ic-skeleton/test/a11y/ic-skeleton.test.a11y.d.ts} +0 -0
  1169. /package/dist/types/components/{ic-tab-context/ic-tab-context.test.a11y.d.ts → ic-status-tag/test/a11y/ic-status-tag.test.a11y.d.ts} +0 -0
  1170. /package/dist/types/components/{ic-text-field/ic-text-field.test.a11y.d.ts → ic-stepper/test/a11y/ic-stepper.test.a11y.d.ts} +0 -0
  1171. /package/dist/types/components/ic-stepper/{ic-stepper-test-examples.d.ts → test/basic/ic-stepper-test-examples.d.ts} +0 -0
  1172. /package/dist/types/components/{ic-toast/ic-toast.test.a11y.d.ts → ic-switch/test/a11y/ic-switch.test.a11y.d.ts} +0 -0
  1173. /package/dist/types/components/{ic-tooltip/ic-tooltip.test.a11y.d.ts → ic-tab-context/test/a11y/ic-tab-context.test.a11y.d.ts} +0 -0
  1174. /package/dist/types/components/{ic-top-navigation/ic-top-navigation.test.a11y.d.ts → ic-text-field/test/a11y/ic-text-field.test.a11y.d.ts} +0 -0
  1175. /package/dist/types/components/{ic-typography/ic-typography.test.a11y.d.ts → ic-toast/test/a11y/ic-toast.test.a11y.d.ts} +0 -0
@@ -5,7 +5,7 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- import { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAutocompleteTypes, IcAutocorrectStates, IcInformationStatusOrEmpty, IcMenuOption, IcOrientation, IcSearchMatchPositions, IcStatusVariants, IcTheme, IcThemeForeground, IcThemeForegroundNoDefault, IcTypographyVariants } from "./utils/types";
8
+ import { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAutocompleteTypes, IcAutocorrectStates, IcBlurEventDetail, IcInformationStatusOrEmpty, IcMenuOption, IcOrientation, IcSearchMatchPositions, IcStatusVariants, IcTheme, IcThemeForeground, IcThemeForegroundNoDefault, IcTypographyVariants, IcValueEventDetail } from "./utils/types";
9
9
  import { IcButtonSizes, IcButtonTooltipPlacement, IcButtonTypes, IcButtonVariants } from "./components/ic-button/ic-button.types";
10
10
  import { IcChangeEventDetail } from "./components/ic-checkbox-group/ic-checkbox-group.types";
11
11
  import { IcChipAppearance, IcChipSizes } from "./components/ic-chip/ic-chip.types";
@@ -14,9 +14,12 @@ import { IcFooterBreakpoints } from "./components/ic-footer/ic-footer.types";
14
14
  import { IcHeroContentAlignments } from "./components/ic-hero/ic-hero.types";
15
15
  import { IcAriaLiveModeVariants } from "./components/ic-input-validation/ic-input-validation.types";
16
16
  import { IcLoadingSizes, IcLoadingTypes } from "./components/ic-loading-indicator/ic-loading-indicator.types";
17
+ import { IcSearchBarBlurEventDetail, IcSearchBarSearchModes } from "./components/ic-search-bar/ic-search-bar.types";
17
18
  import { IcMenuChangeEventDetail, IcMenuOptionIdEventDetail, IcOptionSelectEventDetail } from "./components/ic-menu/ic-menu.types";
18
- import { IcAutocompleteTypes as IcAutocompleteTypes1, IcAutocorrectStates as IcAutocorrectStates1, IcBlurEventDetail, IcInformationStatusOrEmpty as IcInformationStatusOrEmpty1, IcValueEventDetail } from "./interface";
19
- import { IcSearchBarBlurEventDetail } from "./components/ic-search-bar/ic-search-bar.types";
19
+ import { IcMenuItemVariants } from "./components/ic-menu-item/ic-menu-item.types";
20
+ import { IcChangeEventDetail as IcChangeEventDetail1, IcPaginationTypes } from "./components/ic-pagination/ic-pagination.types";
21
+ import { IcPaginationItemType } from "./components/ic-pagination-item/ic-pagination-item.types";
22
+ import { IcChangeEventDetail as IcChangeEventDetail2 } from "./components/ic-radio-group/ic-radio-group.types";
20
23
  import { IcSkeletonVariants } from "./components/ic-skeleton/ic-skeleton.types";
21
24
  import { IcStatusTagAppearance, IcStatusTagStatuses } from "./components/ic-status-tag/ic-status-tag.types";
22
25
  import { IcStepStatuses, IcStepTypes, IcStepVariants } from "./components/ic-step/ic-step.types";
@@ -25,6 +28,29 @@ import { IcSwitchChangeEventDetail } from "./components/ic-switch/ic-switch.type
25
28
  import { IcTabClickEventDetail, IcTabSelectEventDetail } from "./components/ic-tab/ic-tab.types";
26
29
  import { IcAriaAutocompleteTypes, IcTextFieldInputModes, IcTextFieldTypes } from "./components/ic-text-field/ic-text-field.types";
27
30
  import { IcTooltipPlacements } from "./components/ic-tooltip/ic-tooltip.types";
31
+ export { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAutocompleteTypes, IcAutocorrectStates, IcBlurEventDetail, IcInformationStatusOrEmpty, IcMenuOption, IcOrientation, IcSearchMatchPositions, IcStatusVariants, IcTheme, IcThemeForeground, IcThemeForegroundNoDefault, IcTypographyVariants, IcValueEventDetail } from "./utils/types";
32
+ export { IcButtonSizes, IcButtonTooltipPlacement, IcButtonTypes, IcButtonVariants } from "./components/ic-button/ic-button.types";
33
+ export { IcChangeEventDetail } from "./components/ic-checkbox-group/ic-checkbox-group.types";
34
+ export { IcChipAppearance, IcChipSizes } from "./components/ic-chip/ic-chip.types";
35
+ export { IcProtectiveMarkings } from "./components/ic-classification-banner/ic-classification-banner.types";
36
+ export { IcFooterBreakpoints } from "./components/ic-footer/ic-footer.types";
37
+ export { IcHeroContentAlignments } from "./components/ic-hero/ic-hero.types";
38
+ export { IcAriaLiveModeVariants } from "./components/ic-input-validation/ic-input-validation.types";
39
+ export { IcLoadingSizes, IcLoadingTypes } from "./components/ic-loading-indicator/ic-loading-indicator.types";
40
+ export { IcSearchBarBlurEventDetail, IcSearchBarSearchModes } from "./components/ic-search-bar/ic-search-bar.types";
41
+ export { IcMenuChangeEventDetail, IcMenuOptionIdEventDetail, IcOptionSelectEventDetail } from "./components/ic-menu/ic-menu.types";
42
+ export { IcMenuItemVariants } from "./components/ic-menu-item/ic-menu-item.types";
43
+ export { IcChangeEventDetail as IcChangeEventDetail1, IcPaginationTypes } from "./components/ic-pagination/ic-pagination.types";
44
+ export { IcPaginationItemType } from "./components/ic-pagination-item/ic-pagination-item.types";
45
+ export { IcChangeEventDetail as IcChangeEventDetail2 } from "./components/ic-radio-group/ic-radio-group.types";
46
+ export { IcSkeletonVariants } from "./components/ic-skeleton/ic-skeleton.types";
47
+ export { IcStatusTagAppearance, IcStatusTagStatuses } from "./components/ic-status-tag/ic-status-tag.types";
48
+ export { IcStepStatuses, IcStepTypes, IcStepVariants } from "./components/ic-step/ic-step.types";
49
+ export { IcStepperAlignment } from "./components/ic-stepper/ic-stepper.types";
50
+ export { IcSwitchChangeEventDetail } from "./components/ic-switch/ic-switch.types";
51
+ export { IcTabClickEventDetail, IcTabSelectEventDetail } from "./components/ic-tab/ic-tab.types";
52
+ export { IcAriaAutocompleteTypes, IcTextFieldInputModes, IcTextFieldTypes } from "./components/ic-text-field/ic-text-field.types";
53
+ export { IcTooltipPlacements } from "./components/ic-tooltip/ic-tooltip.types";
28
54
  export namespace Components {
29
55
  interface IcAlert {
30
56
  /**
@@ -104,6 +130,30 @@ export namespace Components {
104
130
  * If `true`, the user can save the linked URL instead of navigating to it.
105
131
  */
106
132
  "download"?: string | boolean;
133
+ /**
134
+ * The <form> element to associate the button with.
135
+ */
136
+ "form"?: string;
137
+ /**
138
+ * The URL that processes the information submitted by the button. It overrides the action attribute of the button's form owner. Does nothing if there is no form owner.
139
+ */
140
+ "formaction"?: string;
141
+ /**
142
+ * The way the submitted form data is encoded.
143
+ */
144
+ "formenctype"?: string;
145
+ /**
146
+ * The HTTP method used to submit the form.
147
+ */
148
+ "formmethod"?: string;
149
+ /**
150
+ * If `true`, the form will not be validated when submitted.
151
+ */
152
+ "formnovalidate"?: boolean;
153
+ /**
154
+ * The place to display the response from submitting the form. It overrides the target attribute of the button's form owner.
155
+ */
156
+ "formtarget"?: string;
107
157
  /**
108
158
  * If `true`, the button will fill the width of the container.
109
159
  */
@@ -245,6 +295,10 @@ export namespace Components {
245
295
  * Sets focus on the checkbox.
246
296
  */
247
297
  "setFocus": () => Promise<void>;
298
+ /**
299
+ * If true, the small styling will be applied to the checkbox.
300
+ */
301
+ "small"?: boolean;
248
302
  /**
249
303
  * The value for the checkbox.
250
304
  */
@@ -360,6 +414,68 @@ export namespace Components {
360
414
  */
361
415
  "value": string;
362
416
  }
417
+ interface IcDialog {
418
+ /**
419
+ * If a status is set, sets the heading for the displayed alert.
420
+ */
421
+ "alertHeading"?: string;
422
+ /**
423
+ * If a status is set, sets the message for the displayed alert.
424
+ */
425
+ "alertMessage"?: string;
426
+ /**
427
+ * Sets the label and onclick functions for default buttons.
428
+ */
429
+ "buttonProps"?: { label: string; onclick: string }[];
430
+ /**
431
+ * If set to `false`, dialog controls will not be displayed overriding buttonProps or slotted dialog controls.
432
+ */
433
+ "buttons"?: boolean;
434
+ /**
435
+ * Cancels the dialog. Used by the default 'Cancel' button or can be called manually to trigger cancelling of dialog.
436
+ */
437
+ "cancelDialog": () => Promise<void>;
438
+ /**
439
+ * If set to `true`, the dialog will not close when the backdrop is clicked.
440
+ */
441
+ "closeOnBackdropClick"?: boolean;
442
+ /**
443
+ * Confirms the dialog. Used by the default 'Confirm' button or can be called manually to trigger confirming of dialog.
444
+ */
445
+ "confirmDialog": () => Promise<void>;
446
+ /**
447
+ * If default buttons are displayed, sets the 'primary' or rightmost button to the destructive variant. Stops initial focus being set on the 'primary' or rightmost default or slotted button.
448
+ */
449
+ "destructive"?: boolean;
450
+ /**
451
+ * Sets the dismiss label tooltip and aria label.
452
+ */
453
+ "dismissLabel"?: string;
454
+ /**
455
+ * Sets the heading for the dialog.
456
+ */
457
+ "heading": string;
458
+ /**
459
+ * Use to hide the dialog.
460
+ */
461
+ "hideDialog": () => Promise<void>;
462
+ /**
463
+ * Sets the optional label for the dialog which appears above the heading.
464
+ */
465
+ "label"?: string;
466
+ /**
467
+ * Use to show the dialog.
468
+ */
469
+ "showDialog": () => Promise<void>;
470
+ /**
471
+ * Sets the maximum and minimum height and width for the dialog.
472
+ */
473
+ "size"?: "small" | "medium" | "large";
474
+ /**
475
+ * If set, displays an alert of the corresponding variant below the heading.
476
+ */
477
+ "status"?: "neutral" | "info" | "warning" | "error" | "success";
478
+ }
363
479
  interface IcDivider {
364
480
  }
365
481
  interface IcFooter {
@@ -389,10 +505,30 @@ export namespace Components {
389
505
  "groupLinks"?: boolean;
390
506
  }
391
507
  interface IcFooterLink {
508
+ /**
509
+ * If `true`, the user can save the linked URL instead of navigating to it.
510
+ */
511
+ "download"?: string | boolean;
392
512
  /**
393
513
  * The URL that the link points to.
394
514
  */
395
515
  "href"?: string;
516
+ /**
517
+ * The human language of the linked URL.
518
+ */
519
+ "hreflang"?: string;
520
+ /**
521
+ * How much of the referrer to send when following the link.
522
+ */
523
+ "referrerpolicy"?: ReferrerPolicy;
524
+ /**
525
+ * The relationship of the linked URL as space-separated link types.
526
+ */
527
+ "rel"?: string;
528
+ /**
529
+ * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
530
+ */
531
+ "target"?: string;
396
532
  }
397
533
  interface IcFooterLinkGroup {
398
534
  /**
@@ -575,7 +711,7 @@ export namespace Components {
575
711
  */
576
712
  "setFocus": () => Promise<void>;
577
713
  /**
578
- * If `true`, the 'open in new tab/window' icon will be displayed.
714
+ * @deprecated This prop should not be used anymore. The 'open in new tab/window' icon will display automatically if target="_blank".
579
715
  */
580
716
  "showIcon"?: boolean;
581
717
  /**
@@ -668,6 +804,10 @@ export namespace Components {
668
804
  */
669
805
  "options": IcMenuOption[];
670
806
  "parentEl"?: HTMLElement;
807
+ /**
808
+ * Specify the mode search bar uses to search. `navigation` allows for quick lookups of a set of values, `query` allows for more general searches.
809
+ */
810
+ "searchMode"?: IcSearchBarSearchModes;
671
811
  /**
672
812
  * If `true`, the small styling will be applied to the menu.
673
813
  */
@@ -677,6 +817,58 @@ export namespace Components {
677
817
  */
678
818
  "value": string;
679
819
  }
820
+ interface IcMenuGroup {
821
+ /**
822
+ * The label to display as the title of the menu group.
823
+ */
824
+ "label"?: string;
825
+ }
826
+ interface IcMenuItem {
827
+ /**
828
+ * The description displayed in the menu item, below the label.
829
+ */
830
+ "description"?: string;
831
+ /**
832
+ * If `true`, the menu item will be in disabled state.
833
+ */
834
+ "disabled"?: boolean;
835
+ /**
836
+ * The URL that the link points to. This will render the menu item as an "a" tag.
837
+ */
838
+ "href"?: string;
839
+ /**
840
+ * The human language of the linked URL.
841
+ */
842
+ "hreflang"?: string;
843
+ /**
844
+ * The label describing the keyboard shortcut for a menu item's action.
845
+ */
846
+ "keyboardShortcut"?: string;
847
+ /**
848
+ * The label to display in the menu item.
849
+ */
850
+ "label": string;
851
+ /**
852
+ * How much of the referrer to send when following the link.
853
+ */
854
+ "referrerpolicy"?: ReferrerPolicy;
855
+ /**
856
+ * The relationship of the linked URL as space-separated link types.
857
+ */
858
+ "rel"?: string;
859
+ /**
860
+ * This references the popover menu instance that the menu item is a trigger for. If this prop is set, then the variant will always be default.
861
+ */
862
+ "submenuTriggerFor"?: string;
863
+ /**
864
+ * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
865
+ */
866
+ "target"?: string;
867
+ /**
868
+ * The variant of the menu item.
869
+ */
870
+ "variant": IcMenuItemVariants;
871
+ }
680
872
  interface IcNavigationButton {
681
873
  /**
682
874
  * If `true`, the user can save the linked URL instead of navigating to it.
@@ -728,15 +920,31 @@ export namespace Components {
728
920
  interface IcNavigationItem {
729
921
  "collapsedIconLabel": boolean;
730
922
  "displayNavigationTooltip": boolean;
923
+ /**
924
+ * If `true`, the user can save the linked URL instead of navigating to it.
925
+ */
926
+ "download"?: string | boolean;
731
927
  "expandable": boolean;
732
928
  /**
733
929
  * The destination of the navigation item.
734
930
  */
735
931
  "href": string;
932
+ /**
933
+ * The human language of the linked URL.
934
+ */
935
+ "hreflang"?: string;
736
936
  /**
737
937
  * The label of the navigation item.
738
938
  */
739
939
  "label": string;
940
+ /**
941
+ * How much of the referrer to send when following the link.
942
+ */
943
+ "referrerpolicy"?: ReferrerPolicy;
944
+ /**
945
+ * The relationship of the linked URL as space-separated link types.
946
+ */
947
+ "rel"?: string;
740
948
  /**
741
949
  * If `true`, the navigation item will be set in a selected state.
742
950
  */
@@ -745,6 +953,10 @@ export namespace Components {
745
953
  * Sets focus on the nav item.
746
954
  */
747
955
  "setFocus": () => Promise<void>;
956
+ /**
957
+ * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
958
+ */
959
+ "target"?: string;
748
960
  }
749
961
  interface IcNavigationMenu {
750
962
  /**
@@ -790,6 +1002,109 @@ export namespace Components {
790
1002
  */
791
1003
  "subheading"?: string;
792
1004
  }
1005
+ interface IcPagination {
1006
+ /**
1007
+ * The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
1008
+ */
1009
+ "adjacentCount": number;
1010
+ /**
1011
+ * The appearance of the pagination, e.g. dark, light or the default.
1012
+ */
1013
+ "appearance": IcThemeForeground;
1014
+ /**
1015
+ * The number of pages displayed as boundary items to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
1016
+ */
1017
+ "boundaryCount": number;
1018
+ /**
1019
+ * The current page displayed by the pagination.
1020
+ */
1021
+ "currentPage": number;
1022
+ /**
1023
+ * The default page to display.
1024
+ */
1025
+ "defaultPage": number;
1026
+ /**
1027
+ * If `true`, the pagination will not allow interaction.
1028
+ */
1029
+ "disabled": boolean;
1030
+ /**
1031
+ * If `true`, the current page of the simple pagination will not be displayed.
1032
+ */
1033
+ "hideCurrentPage": boolean;
1034
+ /**
1035
+ * If `true`, the first and last page buttons will not be displayed.
1036
+ */
1037
+ "hideFirstAndLastPageButton": boolean;
1038
+ /**
1039
+ * The label for the pagination item (applicable when simple pagination is being used).
1040
+ */
1041
+ "label": string;
1042
+ /**
1043
+ * The total number of pages.
1044
+ */
1045
+ "pages": number;
1046
+ /**
1047
+ * Sets the currently displayed page.
1048
+ */
1049
+ "setCurrentPage": (page: number) => Promise<void>;
1050
+ /**
1051
+ * The type of pagination to be used.
1052
+ */
1053
+ "type": IcPaginationTypes;
1054
+ }
1055
+ interface IcPaginationItem {
1056
+ /**
1057
+ * The appearance of the pagination, e.g. dark, light or the default.
1058
+ */
1059
+ "appearance": IcThemeForeground;
1060
+ /**
1061
+ * If true the aria-label will be set to `Page X of Y`, where X is the current page and Y is the page count.
1062
+ */
1063
+ "ariaOverride": boolean;
1064
+ /**
1065
+ * If `true`, the pagination item will be disabled.
1066
+ */
1067
+ "disabled": boolean;
1068
+ /**
1069
+ * The label for the pagination item (applicable when simple pagination is being used).
1070
+ */
1071
+ "label": string;
1072
+ /**
1073
+ * The current page number.
1074
+ */
1075
+ "page": number | null;
1076
+ /**
1077
+ * The total number of pages.
1078
+ */
1079
+ "pages": number;
1080
+ /**
1081
+ * If `true`, the pagination item will be selected.
1082
+ */
1083
+ "selected": boolean;
1084
+ /**
1085
+ * The type of pagination item - 'page' or 'ellipsis'.
1086
+ */
1087
+ "type": IcPaginationItemType;
1088
+ }
1089
+ interface IcPopoverMenu {
1090
+ /**
1091
+ * The ID of the element the popover menu will anchor itself to. This is required unless the popover is a submenu.
1092
+ */
1093
+ "anchor": string;
1094
+ /**
1095
+ * If `true`, the popover menu will be displayed.
1096
+ */
1097
+ "open": boolean;
1098
+ "openFromChild": () => Promise<void>;
1099
+ "openFromParent": () => Promise<void>;
1100
+ "parentLabel"?: string;
1101
+ "parentPopover"?: HTMLIcPopoverMenuElement;
1102
+ /**
1103
+ * The unique identifier for a popover submenu.
1104
+ */
1105
+ "submenuId"?: string;
1106
+ "submenuLevel": number;
1107
+ }
793
1108
  interface IcRadioGroup {
794
1109
  /**
795
1110
  * If `true`, the disabled state will be set.
@@ -888,7 +1203,7 @@ export namespace Components {
888
1203
  */
889
1204
  "autofocus": boolean;
890
1205
  /**
891
- * The number of characters until suggestions appear.
1206
+ * The number of characters until suggestions appear. The submit button will be disabled until the inputted value is equal to or greater than this number.
892
1207
  */
893
1208
  "charactersUntilSuggestion": number;
894
1209
  /**
@@ -931,6 +1246,18 @@ export namespace Components {
931
1246
  * The label for the search bar.
932
1247
  */
933
1248
  "label": string;
1249
+ /**
1250
+ * Trigger loading state when fetching options asyncronously
1251
+ */
1252
+ "loading"?: boolean;
1253
+ /**
1254
+ * Change the message displayed when external loading times out.
1255
+ */
1256
+ "loadingErrorLabel"?: string;
1257
+ /**
1258
+ * Change the message displayed whilst the options are being loaded externally.
1259
+ */
1260
+ "loadingLabel"?: string;
934
1261
  /**
935
1262
  * The name of the control, which is submitted with the form data.
936
1263
  */
@@ -951,6 +1278,10 @@ export namespace Components {
951
1278
  * If `true`, the search bar will require a value.
952
1279
  */
953
1280
  "required"?: boolean;
1281
+ /**
1282
+ * Specify the mode search bar uses to search. `navigation` allows for quick lookups of a set of values, `query` allows for more general searches.
1283
+ */
1284
+ "searchMode"?: IcSearchBarSearchModes;
954
1285
  /**
955
1286
  * Sets focus on the native `input`.
956
1287
  */
@@ -963,6 +1294,10 @@ export namespace Components {
963
1294
  * If `true`, the value of the search will have its spelling and grammar checked.
964
1295
  */
965
1296
  "spellcheck": boolean;
1297
+ /**
1298
+ * If using external filtering, set a timeout for when loading takes too long.
1299
+ */
1300
+ "timeout"?: number;
966
1301
  /**
967
1302
  * The value of the search input.
968
1303
  */
@@ -980,7 +1315,7 @@ export namespace Components {
980
1315
  }
981
1316
  interface IcSelect {
982
1317
  /**
983
- * The number of characters until suggestions appear for a searchable select.
1318
+ * @deprecated This prop should not be used anymore.
984
1319
  */
985
1320
  "charactersUntilSuggestions"?: number;
986
1321
  /**
@@ -988,7 +1323,7 @@ export namespace Components {
988
1323
  */
989
1324
  "debounce"?: number;
990
1325
  /**
991
- * Specify whether to disable the built in filtering for a searchable variant. For example, if options will already be filtered from external source.
1326
+ * If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.
992
1327
  */
993
1328
  "disableFilter"?: boolean;
994
1329
  /**
@@ -1023,6 +1358,18 @@ export namespace Components {
1023
1358
  * The label for the select.
1024
1359
  */
1025
1360
  "label": string;
1361
+ /**
1362
+ * If `true`, the loading state will be triggered when fetching options asyncronously.
1363
+ */
1364
+ "loading"?: boolean;
1365
+ /**
1366
+ * The message displayed when external loading times out.
1367
+ */
1368
+ "loadingErrorLabel"?: string;
1369
+ /**
1370
+ * The message displayed whilst the options are being loaded externally.
1371
+ */
1372
+ "loadingLabel"?: string;
1026
1373
  /**
1027
1374
  * The name of the control, which is submitted with the form data.
1028
1375
  */
@@ -1063,6 +1410,10 @@ export namespace Components {
1063
1410
  * If `true`, the small styling will be applied to the select.
1064
1411
  */
1065
1412
  "small"?: boolean;
1413
+ /**
1414
+ * If using external filtering, set a timeout for when loading takes too long.
1415
+ */
1416
+ "timeout"?: number;
1066
1417
  /**
1067
1418
  * The validation status - e.g. 'error' | 'warning' | 'success'.
1068
1419
  */
@@ -1072,7 +1423,7 @@ export namespace Components {
1072
1423
  */
1073
1424
  "validationText"?: string;
1074
1425
  /**
1075
- * The value of the currently selected option.
1426
+ * The value of the select, reflected by the value of the currently selected option. For the searchable variant, the value is also reflected by the user input.
1076
1427
  */
1077
1428
  "value"?: string;
1078
1429
  }
@@ -1261,11 +1612,12 @@ export namespace Components {
1261
1612
  * The selected tab to be controlled by the user. Must be used alongside the icTabSelect event to manage tab selection.
1262
1613
  */
1263
1614
  "selectedTabIndex"?: number;
1615
+ "tabRemovedHandler": (hadFocus?: boolean) => Promise<void>;
1264
1616
  }
1265
1617
  interface IcTabGroup {
1266
1618
  "appearance"?: IcThemeForegroundNoDefault;
1267
1619
  /**
1268
- * The unique context needed if using multiple tabs inside one another i.e. rendering another set of tabs inside a tab panel.
1620
+ * @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
1269
1621
  */
1270
1622
  "contextId"?: string;
1271
1623
  /**
@@ -1280,7 +1632,7 @@ export namespace Components {
1280
1632
  interface IcTabPanel {
1281
1633
  "appearance"?: IcThemeForegroundNoDefault;
1282
1634
  /**
1283
- * The unique context needed if using multiple tabs inside one another i.e. rendering another tabs inside a tab panel.
1635
+ * @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
1284
1636
  */
1285
1637
  "contextId"?: string;
1286
1638
  "panelId"?: string;
@@ -1303,11 +1655,11 @@ export namespace Components {
1303
1655
  /**
1304
1656
  * The state of autocompletion the browser can apply on the text value.
1305
1657
  */
1306
- "autocomplete": IcAutocompleteTypes1;
1658
+ "autocomplete": IcAutocompleteTypes;
1307
1659
  /**
1308
1660
  * The state of autocorrection the browser can apply when the user is entering/editing the text value.
1309
1661
  */
1310
- "autocorrect": IcAutocorrectStates1;
1662
+ "autocorrect": IcAutocorrectStates;
1311
1663
  /**
1312
1664
  * The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.
1313
1665
  */
@@ -1341,10 +1693,18 @@ export namespace Components {
1341
1693
  * The label for the input.
1342
1694
  */
1343
1695
  "label": string;
1696
+ /**
1697
+ * The maximum number that can be accepted as a value, when `type` is `number` and `rows` is `1`. (NOTE: Ensure to include visual indication of max value in `helperText` or `label`)
1698
+ */
1699
+ "max": string | number;
1344
1700
  /**
1345
1701
  * The maximum number of characters that can be entered in the field.
1346
1702
  */
1347
1703
  "maxLength": number;
1704
+ /**
1705
+ * The minimum number that can be accepted as a value, when `type` is `number` and `rows` is `1`. (NOTE: Ensure to include visual indication of min value in `helperText` or `label`)
1706
+ */
1707
+ "min": string | number;
1348
1708
  /**
1349
1709
  * The name of the control, which is submitted with the form data.
1350
1710
  */
@@ -1391,10 +1751,11 @@ export namespace Components {
1391
1751
  * If `true`, the icon in input control will be displayed - only applies when validationStatus ='success'.
1392
1752
  */
1393
1753
  "validationInline": boolean;
1754
+ "validationInlineInternal": boolean;
1394
1755
  /**
1395
1756
  * The validation state - e.g. 'error' | 'warning' | 'success'.
1396
1757
  */
1397
- "validationStatus": IcInformationStatusOrEmpty1;
1758
+ "validationStatus": IcInformationStatusOrEmpty;
1398
1759
  /**
1399
1760
  * The validation state - e.g. 'error' | 'warning' | 'success'.
1400
1761
  */
@@ -1457,6 +1818,12 @@ export namespace Components {
1457
1818
  * If `true`, the tooltip will not be displayed on hover, it will require a click.
1458
1819
  */
1459
1820
  "disableHover"?: boolean;
1821
+ /**
1822
+ * Method to programmatically show/hide the tooltip without needing to interact with an anchor element
1823
+ * @param show Whether to show or hide the tooltip
1824
+ * @param persistTooltip Whether the tooltip should stay on the screen when actions are performed that would previously dismiss the tooltip, such as on hover
1825
+ */
1826
+ "displayTooltip": (show: boolean, persistTooltip?: boolean) => Promise<void>;
1460
1827
  /**
1461
1828
  * The text to display on the tooltip.
1462
1829
  */
@@ -1487,6 +1854,10 @@ export namespace Components {
1487
1854
  * If `true`, the flyout navigation menu on small devices will be contained by the parent element.
1488
1855
  */
1489
1856
  "inline": boolean;
1857
+ /**
1858
+ * The short title of the app to be displayed at small screen sizes in place of the app title.
1859
+ */
1860
+ "shortAppTitle": string;
1490
1861
  /**
1491
1862
  * The status info to be displayed.
1492
1863
  */
@@ -1501,6 +1872,10 @@ export namespace Components {
1501
1872
  * If `true`, appropriate top and bottom margins will be applied to the typography.
1502
1873
  */
1503
1874
  "applyVerticalMargins"?: boolean;
1875
+ /**
1876
+ * The number of lines to display before truncating the text, only used for the 'body' variant.
1877
+ */
1878
+ "maxLines"?: number;
1504
1879
  /**
1505
1880
  * The ICDS typography style to use.
1506
1881
  */
@@ -1527,6 +1902,10 @@ export interface IcChipCustomEvent<T> extends CustomEvent<T> {
1527
1902
  detail: T;
1528
1903
  target: HTMLIcChipElement;
1529
1904
  }
1905
+ export interface IcDialogCustomEvent<T> extends CustomEvent<T> {
1906
+ detail: T;
1907
+ target: HTMLIcDialogElement;
1908
+ }
1530
1909
  export interface IcFooterCustomEvent<T> extends CustomEvent<T> {
1531
1910
  detail: T;
1532
1911
  target: HTMLIcFooterElement;
@@ -1535,6 +1914,10 @@ export interface IcMenuCustomEvent<T> extends CustomEvent<T> {
1535
1914
  detail: T;
1536
1915
  target: HTMLIcMenuElement;
1537
1916
  }
1917
+ export interface IcMenuItemCustomEvent<T> extends CustomEvent<T> {
1918
+ detail: T;
1919
+ target: HTMLIcMenuItemElement;
1920
+ }
1538
1921
  export interface IcNavigationItemCustomEvent<T> extends CustomEvent<T> {
1539
1922
  detail: T;
1540
1923
  target: HTMLIcNavigationItemElement;
@@ -1543,6 +1926,14 @@ export interface IcNavigationMenuCustomEvent<T> extends CustomEvent<T> {
1543
1926
  detail: T;
1544
1927
  target: HTMLIcNavigationMenuElement;
1545
1928
  }
1929
+ export interface IcPaginationCustomEvent<T> extends CustomEvent<T> {
1930
+ detail: T;
1931
+ target: HTMLIcPaginationElement;
1932
+ }
1933
+ export interface IcPaginationItemCustomEvent<T> extends CustomEvent<T> {
1934
+ detail: T;
1935
+ target: HTMLIcPaginationItemElement;
1936
+ }
1546
1937
  export interface IcRadioGroupCustomEvent<T> extends CustomEvent<T> {
1547
1938
  detail: T;
1548
1939
  target: HTMLIcRadioGroupElement;
@@ -1571,6 +1962,10 @@ export interface IcTabContextCustomEvent<T> extends CustomEvent<T> {
1571
1962
  detail: T;
1572
1963
  target: HTMLIcTabContextElement;
1573
1964
  }
1965
+ export interface IcTabPanelCustomEvent<T> extends CustomEvent<T> {
1966
+ detail: T;
1967
+ target: HTMLIcTabPanelElement;
1968
+ }
1574
1969
  export interface IcTextFieldCustomEvent<T> extends CustomEvent<T> {
1575
1970
  detail: T;
1576
1971
  target: HTMLIcTextFieldElement;
@@ -1660,6 +2055,12 @@ declare global {
1660
2055
  prototype: HTMLIcDataRowElement;
1661
2056
  new (): HTMLIcDataRowElement;
1662
2057
  };
2058
+ interface HTMLIcDialogElement extends Components.IcDialog, HTMLStencilElement {
2059
+ }
2060
+ var HTMLIcDialogElement: {
2061
+ prototype: HTMLIcDialogElement;
2062
+ new (): HTMLIcDialogElement;
2063
+ };
1663
2064
  interface HTMLIcDividerElement extends Components.IcDivider, HTMLStencilElement {
1664
2065
  }
1665
2066
  var HTMLIcDividerElement: {
@@ -1738,6 +2139,18 @@ declare global {
1738
2139
  prototype: HTMLIcMenuElement;
1739
2140
  new (): HTMLIcMenuElement;
1740
2141
  };
2142
+ interface HTMLIcMenuGroupElement extends Components.IcMenuGroup, HTMLStencilElement {
2143
+ }
2144
+ var HTMLIcMenuGroupElement: {
2145
+ prototype: HTMLIcMenuGroupElement;
2146
+ new (): HTMLIcMenuGroupElement;
2147
+ };
2148
+ interface HTMLIcMenuItemElement extends Components.IcMenuItem, HTMLStencilElement {
2149
+ }
2150
+ var HTMLIcMenuItemElement: {
2151
+ prototype: HTMLIcMenuItemElement;
2152
+ new (): HTMLIcMenuItemElement;
2153
+ };
1741
2154
  interface HTMLIcNavigationButtonElement extends Components.IcNavigationButton, HTMLStencilElement {
1742
2155
  }
1743
2156
  var HTMLIcNavigationButtonElement: {
@@ -1768,6 +2181,24 @@ declare global {
1768
2181
  prototype: HTMLIcPageHeaderElement;
1769
2182
  new (): HTMLIcPageHeaderElement;
1770
2183
  };
2184
+ interface HTMLIcPaginationElement extends Components.IcPagination, HTMLStencilElement {
2185
+ }
2186
+ var HTMLIcPaginationElement: {
2187
+ prototype: HTMLIcPaginationElement;
2188
+ new (): HTMLIcPaginationElement;
2189
+ };
2190
+ interface HTMLIcPaginationItemElement extends Components.IcPaginationItem, HTMLStencilElement {
2191
+ }
2192
+ var HTMLIcPaginationItemElement: {
2193
+ prototype: HTMLIcPaginationItemElement;
2194
+ new (): HTMLIcPaginationItemElement;
2195
+ };
2196
+ interface HTMLIcPopoverMenuElement extends Components.IcPopoverMenu, HTMLStencilElement {
2197
+ }
2198
+ var HTMLIcPopoverMenuElement: {
2199
+ prototype: HTMLIcPopoverMenuElement;
2200
+ new (): HTMLIcPopoverMenuElement;
2201
+ };
1771
2202
  interface HTMLIcRadioGroupElement extends Components.IcRadioGroup, HTMLStencilElement {
1772
2203
  }
1773
2204
  var HTMLIcRadioGroupElement: {
@@ -1913,6 +2344,7 @@ declare global {
1913
2344
  "ic-classification-banner": HTMLIcClassificationBannerElement;
1914
2345
  "ic-data-entity": HTMLIcDataEntityElement;
1915
2346
  "ic-data-row": HTMLIcDataRowElement;
2347
+ "ic-dialog": HTMLIcDialogElement;
1916
2348
  "ic-divider": HTMLIcDividerElement;
1917
2349
  "ic-footer": HTMLIcFooterElement;
1918
2350
  "ic-footer-link": HTMLIcFooterLinkElement;
@@ -1926,11 +2358,16 @@ declare global {
1926
2358
  "ic-link": HTMLIcLinkElement;
1927
2359
  "ic-loading-indicator": HTMLIcLoadingIndicatorElement;
1928
2360
  "ic-menu": HTMLIcMenuElement;
2361
+ "ic-menu-group": HTMLIcMenuGroupElement;
2362
+ "ic-menu-item": HTMLIcMenuItemElement;
1929
2363
  "ic-navigation-button": HTMLIcNavigationButtonElement;
1930
2364
  "ic-navigation-group": HTMLIcNavigationGroupElement;
1931
2365
  "ic-navigation-item": HTMLIcNavigationItemElement;
1932
2366
  "ic-navigation-menu": HTMLIcNavigationMenuElement;
1933
2367
  "ic-page-header": HTMLIcPageHeaderElement;
2368
+ "ic-pagination": HTMLIcPaginationElement;
2369
+ "ic-pagination-item": HTMLIcPaginationItemElement;
2370
+ "ic-popover-menu": HTMLIcPopoverMenuElement;
1934
2371
  "ic-radio-group": HTMLIcRadioGroupElement;
1935
2372
  "ic-radio-option": HTMLIcRadioOptionElement;
1936
2373
  "ic-search-bar": HTMLIcSearchBarElement;
@@ -2037,6 +2474,30 @@ declare namespace LocalJSX {
2037
2474
  * If `true`, the user can save the linked URL instead of navigating to it.
2038
2475
  */
2039
2476
  "download"?: string | boolean;
2477
+ /**
2478
+ * The <form> element to associate the button with.
2479
+ */
2480
+ "form"?: string;
2481
+ /**
2482
+ * The URL that processes the information submitted by the button. It overrides the action attribute of the button's form owner. Does nothing if there is no form owner.
2483
+ */
2484
+ "formaction"?: string;
2485
+ /**
2486
+ * The way the submitted form data is encoded.
2487
+ */
2488
+ "formenctype"?: string;
2489
+ /**
2490
+ * The HTTP method used to submit the form.
2491
+ */
2492
+ "formmethod"?: string;
2493
+ /**
2494
+ * If `true`, the form will not be validated when submitted.
2495
+ */
2496
+ "formnovalidate"?: boolean;
2497
+ /**
2498
+ * The place to display the response from submitting the form. It overrides the target attribute of the button's form owner.
2499
+ */
2500
+ "formtarget"?: string;
2040
2501
  /**
2041
2502
  * If `true`, the button will fill the width of the container.
2042
2503
  */
@@ -2181,6 +2642,10 @@ declare namespace LocalJSX {
2181
2642
  * Emitted when a checkbox has been checked.
2182
2643
  */
2183
2644
  "onIcCheck"?: (event: IcCheckboxCustomEvent<void>) => void;
2645
+ /**
2646
+ * If true, the small styling will be applied to the checkbox.
2647
+ */
2648
+ "small"?: boolean;
2184
2649
  /**
2185
2650
  * The value for the checkbox.
2186
2651
  */
@@ -2304,6 +2769,68 @@ declare namespace LocalJSX {
2304
2769
  */
2305
2770
  "value"?: string;
2306
2771
  }
2772
+ interface IcDialog {
2773
+ /**
2774
+ * If a status is set, sets the heading for the displayed alert.
2775
+ */
2776
+ "alertHeading"?: string;
2777
+ /**
2778
+ * If a status is set, sets the message for the displayed alert.
2779
+ */
2780
+ "alertMessage"?: string;
2781
+ /**
2782
+ * Sets the label and onclick functions for default buttons.
2783
+ */
2784
+ "buttonProps"?: { label: string; onclick: string }[];
2785
+ /**
2786
+ * If set to `false`, dialog controls will not be displayed overriding buttonProps or slotted dialog controls.
2787
+ */
2788
+ "buttons"?: boolean;
2789
+ /**
2790
+ * If set to `true`, the dialog will not close when the backdrop is clicked.
2791
+ */
2792
+ "closeOnBackdropClick"?: boolean;
2793
+ /**
2794
+ * If default buttons are displayed, sets the 'primary' or rightmost button to the destructive variant. Stops initial focus being set on the 'primary' or rightmost default or slotted button.
2795
+ */
2796
+ "destructive"?: boolean;
2797
+ /**
2798
+ * Sets the dismiss label tooltip and aria label.
2799
+ */
2800
+ "dismissLabel"?: string;
2801
+ /**
2802
+ * Sets the heading for the dialog.
2803
+ */
2804
+ "heading": string;
2805
+ /**
2806
+ * Sets the optional label for the dialog which appears above the heading.
2807
+ */
2808
+ "label"?: string;
2809
+ /**
2810
+ * Cancelation event emitted when default 'Cancel' button clicked or 'cancelDialog' method is called.
2811
+ */
2812
+ "onIcDialogCancelled"?: (event: IcDialogCustomEvent<void>) => void;
2813
+ /**
2814
+ * Emitted when dialog has closed.
2815
+ */
2816
+ "onIcDialogClosed"?: (event: IcDialogCustomEvent<void>) => void;
2817
+ /**
2818
+ * Confirmation event emitted when default 'Confirm' primary button clicked or 'confirmDialog' method is called.
2819
+ */
2820
+ "onIcDialogConfirmed"?: (event: IcDialogCustomEvent<void>) => void;
2821
+ /**
2822
+ * Emitted when dialog has opened.
2823
+ */
2824
+ "onIcDialogOpened"?: (event: IcDialogCustomEvent<void>) => void;
2825
+ /**
2826
+ * Sets the maximum and minimum height and width for the dialog.
2827
+ */
2828
+ "size"?: "small" | "medium" | "large";
2829
+ /**
2830
+ * If set, displays an alert of the corresponding variant below the heading.
2831
+ */
2832
+ "status"?: "neutral" | "info" | "warning" | "error" | "success";
2833
+ }
2307
2834
  interface IcDivider {
2308
2835
  }
2309
2836
  interface IcFooter {
@@ -2333,10 +2860,30 @@ declare namespace LocalJSX {
2333
2860
  "groupLinks"?: boolean;
2334
2861
  }
2335
2862
  interface IcFooterLink {
2863
+ /**
2864
+ * If `true`, the user can save the linked URL instead of navigating to it.
2865
+ */
2866
+ "download"?: string | boolean;
2336
2867
  /**
2337
2868
  * The URL that the link points to.
2338
2869
  */
2339
2870
  "href"?: string;
2871
+ /**
2872
+ * The human language of the linked URL.
2873
+ */
2874
+ "hreflang"?: string;
2875
+ /**
2876
+ * How much of the referrer to send when following the link.
2877
+ */
2878
+ "referrerpolicy"?: ReferrerPolicy;
2879
+ /**
2880
+ * The relationship of the linked URL as space-separated link types.
2881
+ */
2882
+ "rel"?: string;
2883
+ /**
2884
+ * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
2885
+ */
2886
+ "target"?: string;
2340
2887
  }
2341
2888
  interface IcFooterLinkGroup {
2342
2889
  /**
@@ -2514,7 +3061,7 @@ declare namespace LocalJSX {
2514
3061
  */
2515
3062
  "rel"?: string;
2516
3063
  /**
2517
- * If `true`, the 'open in new tab/window' icon will be displayed.
3064
+ * @deprecated This prop should not be used anymore. The 'open in new tab/window' icon will display automatically if target="_blank".
2518
3065
  */
2519
3066
  "showIcon"?: boolean;
2520
3067
  /**
@@ -2597,6 +3144,10 @@ declare namespace LocalJSX {
2597
3144
  * The possible menu selection options.
2598
3145
  */
2599
3146
  "options": IcMenuOption[];
3147
+ /**
3148
+ * Specify the mode search bar uses to search. `navigation` allows for quick lookups of a set of values, `query` allows for more general searches.
3149
+ */
3150
+ "searchMode"?: IcSearchBarSearchModes;
2600
3151
  /**
2601
3152
  * If `true`, the small styling will be applied to the menu.
2602
3153
  */
@@ -2606,6 +3157,58 @@ declare namespace LocalJSX {
2606
3157
  */
2607
3158
  "value": string;
2608
3159
  }
3160
+ interface IcMenuGroup {
3161
+ /**
3162
+ * The label to display as the title of the menu group.
3163
+ */
3164
+ "label"?: string;
3165
+ }
3166
+ interface IcMenuItem {
3167
+ /**
3168
+ * The description displayed in the menu item, below the label.
3169
+ */
3170
+ "description"?: string;
3171
+ /**
3172
+ * If `true`, the menu item will be in disabled state.
3173
+ */
3174
+ "disabled"?: boolean;
3175
+ /**
3176
+ * The URL that the link points to. This will render the menu item as an "a" tag.
3177
+ */
3178
+ "href"?: string;
3179
+ /**
3180
+ * The human language of the linked URL.
3181
+ */
3182
+ "hreflang"?: string;
3183
+ /**
3184
+ * The label describing the keyboard shortcut for a menu item's action.
3185
+ */
3186
+ "keyboardShortcut"?: string;
3187
+ /**
3188
+ * The label to display in the menu item.
3189
+ */
3190
+ "label": string;
3191
+ /**
3192
+ * How much of the referrer to send when following the link.
3193
+ */
3194
+ "referrerpolicy"?: ReferrerPolicy;
3195
+ /**
3196
+ * The relationship of the linked URL as space-separated link types.
3197
+ */
3198
+ "rel"?: string;
3199
+ /**
3200
+ * This references the popover menu instance that the menu item is a trigger for. If this prop is set, then the variant will always be default.
3201
+ */
3202
+ "submenuTriggerFor"?: string;
3203
+ /**
3204
+ * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
3205
+ */
3206
+ "target"?: string;
3207
+ /**
3208
+ * The variant of the menu item.
3209
+ */
3210
+ "variant"?: IcMenuItemVariants;
3211
+ }
2609
3212
  interface IcNavigationButton {
2610
3213
  /**
2611
3214
  * If `true`, the user can save the linked URL instead of navigating to it.
@@ -2647,18 +3250,38 @@ declare namespace LocalJSX {
2647
3250
  "label"?: string;
2648
3251
  }
2649
3252
  interface IcNavigationItem {
3253
+ /**
3254
+ * If `true`, the user can save the linked URL instead of navigating to it.
3255
+ */
3256
+ "download"?: string | boolean;
2650
3257
  /**
2651
3258
  * The destination of the navigation item.
2652
3259
  */
2653
3260
  "href"?: string;
3261
+ /**
3262
+ * The human language of the linked URL.
3263
+ */
3264
+ "hreflang"?: string;
2654
3265
  /**
2655
3266
  * The label of the navigation item.
2656
3267
  */
2657
3268
  "label"?: string;
3269
+ /**
3270
+ * How much of the referrer to send when following the link.
3271
+ */
3272
+ "referrerpolicy"?: ReferrerPolicy;
3273
+ /**
3274
+ * The relationship of the linked URL as space-separated link types.
3275
+ */
3276
+ "rel"?: string;
2658
3277
  /**
2659
3278
  * If `true`, the navigation item will be set in a selected state.
2660
3279
  */
2661
3280
  "selected"?: boolean;
3281
+ /**
3282
+ * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
3283
+ */
3284
+ "target"?: string;
2662
3285
  }
2663
3286
  interface IcNavigationMenu {
2664
3287
  /**
@@ -2704,6 +3327,104 @@ declare namespace LocalJSX {
2704
3327
  */
2705
3328
  "subheading"?: string;
2706
3329
  }
3330
+ interface IcPagination {
3331
+ /**
3332
+ * The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
3333
+ */
3334
+ "adjacentCount"?: number;
3335
+ /**
3336
+ * The appearance of the pagination, e.g. dark, light or the default.
3337
+ */
3338
+ "appearance"?: IcThemeForeground;
3339
+ /**
3340
+ * The number of pages displayed as boundary items to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
3341
+ */
3342
+ "boundaryCount"?: number;
3343
+ /**
3344
+ * The current page displayed by the pagination.
3345
+ */
3346
+ "currentPage"?: number;
3347
+ /**
3348
+ * The default page to display.
3349
+ */
3350
+ "defaultPage"?: number;
3351
+ /**
3352
+ * If `true`, the pagination will not allow interaction.
3353
+ */
3354
+ "disabled"?: boolean;
3355
+ /**
3356
+ * If `true`, the current page of the simple pagination will not be displayed.
3357
+ */
3358
+ "hideCurrentPage"?: boolean;
3359
+ /**
3360
+ * If `true`, the first and last page buttons will not be displayed.
3361
+ */
3362
+ "hideFirstAndLastPageButton"?: boolean;
3363
+ /**
3364
+ * The label for the pagination item (applicable when simple pagination is being used).
3365
+ */
3366
+ "label"?: string;
3367
+ /**
3368
+ * Emitted when a page is selected.
3369
+ */
3370
+ "onIcPageChange"?: (event: IcPaginationCustomEvent<IcChangeEventDetail1>) => void;
3371
+ /**
3372
+ * The total number of pages.
3373
+ */
3374
+ "pages": number;
3375
+ /**
3376
+ * The type of pagination to be used.
3377
+ */
3378
+ "type"?: IcPaginationTypes;
3379
+ }
3380
+ interface IcPaginationItem {
3381
+ /**
3382
+ * The appearance of the pagination, e.g. dark, light or the default.
3383
+ */
3384
+ "appearance"?: IcThemeForeground;
3385
+ /**
3386
+ * If true the aria-label will be set to `Page X of Y`, where X is the current page and Y is the page count.
3387
+ */
3388
+ "ariaOverride"?: boolean;
3389
+ /**
3390
+ * If `true`, the pagination item will be disabled.
3391
+ */
3392
+ "disabled"?: boolean;
3393
+ /**
3394
+ * The label for the pagination item (applicable when simple pagination is being used).
3395
+ */
3396
+ "label"?: string;
3397
+ /**
3398
+ * The current page number.
3399
+ */
3400
+ "page"?: number | null;
3401
+ /**
3402
+ * The total number of pages.
3403
+ */
3404
+ "pages"?: number;
3405
+ /**
3406
+ * If `true`, the pagination item will be selected.
3407
+ */
3408
+ "selected"?: boolean;
3409
+ /**
3410
+ * The type of pagination item - 'page' or 'ellipsis'.
3411
+ */
3412
+ "type"?: IcPaginationItemType;
3413
+ }
3414
+ interface IcPopoverMenu {
3415
+ /**
3416
+ * The ID of the element the popover menu will anchor itself to. This is required unless the popover is a submenu.
3417
+ */
3418
+ "anchor"?: string;
3419
+ /**
3420
+ * If `true`, the popover menu will be displayed.
3421
+ */
3422
+ "open"?: boolean;
3423
+ /**
3424
+ * The unique identifier for a popover submenu.
3425
+ */
3426
+ "submenuId"?: string;
3427
+ }
2707
3428
  interface IcRadioGroup {
2708
3429
  /**
2709
3430
  * If `true`, the disabled state will be set.
@@ -2728,7 +3449,7 @@ declare namespace LocalJSX {
2728
3449
  /**
2729
3450
  * Emitted when a user selects a radio.
2730
3451
  */
2731
- "onIcChange"?: (event: IcRadioGroupCustomEvent<IcValueEventDetail>) => void;
3452
+ "onIcChange"?: (event: IcRadioGroupCustomEvent<IcChangeEventDetail2>) => void;
2732
3453
  /**
2733
3454
  * 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.
2734
3455
  */
@@ -2776,9 +3497,13 @@ declare namespace LocalJSX {
2776
3497
  */
2777
3498
  "name"?: string;
2778
3499
  /**
2779
- * Emitted when a radio is selected.
3500
+ * Emitted when the radio option is selected.
2780
3501
  */
2781
3502
  "onIcCheck"?: (event: IcRadioOptionCustomEvent<IcValueEventDetail>) => void;
3503
+ /**
3504
+ * Emitted when the radio option is selected or deselected.
3505
+ */
3506
+ "onIcSelectedChange"?: (event: IcRadioOptionCustomEvent<void>) => void;
2782
3507
  /**
2783
3508
  * @deprecated This event should not be used anymore. Use icCheck instead.
2784
3509
  */
@@ -2810,7 +3535,7 @@ declare namespace LocalJSX {
2810
3535
  */
2811
3536
  "autofocus"?: boolean;
2812
3537
  /**
2813
- * The number of characters until suggestions appear.
3538
+ * The number of characters until suggestions appear. The submit button will be disabled until the inputted value is equal to or greater than this number.
2814
3539
  */
2815
3540
  "charactersUntilSuggestion"?: number;
2816
3541
  /**
@@ -2853,6 +3578,18 @@ declare namespace LocalJSX {
2853
3578
  * The label for the search bar.
2854
3579
  */
2855
3580
  "label": string;
3581
+ /**
3582
+ * Trigger loading state when fetching options asyncronously
3583
+ */
3584
+ "loading"?: boolean;
3585
+ /**
3586
+ * Change the message displayed when external loading times out.
3587
+ */
3588
+ "loadingErrorLabel"?: string;
3589
+ /**
3590
+ * Change the message displayed whilst the options are being loaded externally.
3591
+ */
3592
+ "loadingLabel"?: string;
2856
3593
  /**
2857
3594
  * The name of the control, which is submitted with the form data.
2858
3595
  */
@@ -2885,6 +3622,10 @@ declare namespace LocalJSX {
2885
3622
  * Emitted when option is highlighted within the menu
2886
3623
  */
2887
3624
  "onIcOptionSelect"?: (event: IcSearchBarCustomEvent<IcOptionSelectEventDetail>) => void;
3625
+ /**
3626
+ * Emitted when the 'retry loading' button is clicked
3627
+ */
3628
+ "onIcRetryLoad"?: (event: IcSearchBarCustomEvent<IcValueEventDetail>) => void;
2888
3629
  /**
2889
3630
  * Emitted when blur is invoked from ic-search-bar
2890
3631
  */
@@ -2913,6 +3654,10 @@ declare namespace LocalJSX {
2913
3654
  * If `true`, the search bar will require a value.
2914
3655
  */
2915
3656
  "required"?: boolean;
3657
+ /**
3658
+ * Specify the mode search bar uses to search. `navigation` allows for quick lookups of a set of values, `query` allows for more general searches.
3659
+ */
3660
+ "searchMode"?: IcSearchBarSearchModes;
2916
3661
  /**
2917
3662
  * If `true`, the small styling will be applied to the search bar.
2918
3663
  */
@@ -2921,6 +3666,10 @@ declare namespace LocalJSX {
2921
3666
  * If `true`, the value of the search will have its spelling and grammar checked.
2922
3667
  */
2923
3668
  "spellcheck"?: boolean;
3669
+ /**
3670
+ * If using external filtering, set a timeout for when loading takes too long.
3671
+ */
3672
+ "timeout"?: number;
2924
3673
  /**
2925
3674
  * The value of the search input.
2926
3675
  */
@@ -2938,7 +3687,7 @@ declare namespace LocalJSX {
2938
3687
  }
2939
3688
  interface IcSelect {
2940
3689
  /**
2941
- * The number of characters until suggestions appear for a searchable select.
3690
+ * @deprecated This prop should not be used anymore.
2942
3691
  */
2943
3692
  "charactersUntilSuggestions"?: number;
2944
3693
  /**
@@ -2946,7 +3695,7 @@ declare namespace LocalJSX {
2946
3695
  */
2947
3696
  "debounce"?: number;
2948
3697
  /**
2949
- * Specify whether to disable the built in filtering for a searchable variant. For example, if options will already be filtered from external source.
3698
+ * If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.
2950
3699
  */
2951
3700
  "disableFilter"?: boolean;
2952
3701
  /**
@@ -2981,12 +3730,24 @@ declare namespace LocalJSX {
2981
3730
  * The label for the select.
2982
3731
  */
2983
3732
  "label": string;
3733
+ /**
3734
+ * If `true`, the loading state will be triggered when fetching options asyncronously.
3735
+ */
3736
+ "loading"?: boolean;
3737
+ /**
3738
+ * The message displayed when external loading times out.
3739
+ */
3740
+ "loadingErrorLabel"?: string;
3741
+ /**
3742
+ * The message displayed whilst the options are being loaded externally.
3743
+ */
3744
+ "loadingLabel"?: string;
2984
3745
  /**
2985
3746
  * The name of the control, which is submitted with the form data.
2986
3747
  */
2987
3748
  "name"?: string;
2988
3749
  /**
2989
- * Emitted when select loses focus.
3750
+ * Emitted when the select loses focus.
2990
3751
  */
2991
3752
  "onIcBlur"?: (event: IcSelectCustomEvent<void>) => void;
2992
3753
  /**
@@ -2994,11 +3755,11 @@ declare namespace LocalJSX {
2994
3755
  */
2995
3756
  "onIcChange"?: (event: IcSelectCustomEvent<IcValueEventDetail>) => void;
2996
3757
  /**
2997
- * Emitted when clear button clicked.
3758
+ * Emitted when the clear button is clicked.
2998
3759
  */
2999
3760
  "onIcClear"?: (event: IcSelectCustomEvent<void>) => void;
3000
3761
  /**
3001
- * Emitted when select gains focus.
3762
+ * Emitted when the select gains focus.
3002
3763
  */
3003
3764
  "onIcFocus"?: (event: IcSelectCustomEvent<void>) => void;
3004
3765
  /**
@@ -3006,9 +3767,13 @@ declare namespace LocalJSX {
3006
3767
  */
3007
3768
  "onIcInput"?: (event: IcSelectCustomEvent<IcValueEventDetail>) => void;
3008
3769
  /**
3009
- * Emitted when option is highlighted within the menu. Highlighting a menu item will trigger an `icChange/onIcChange` due to the value being updated.
3770
+ * Emitted when an option is highlighted within the menu. Highlighting a menu item will also trigger an `icChange/onIcChange` due to the value being updated.
3010
3771
  */
3011
3772
  "onIcOptionSelect"?: (event: IcSelectCustomEvent<IcOptionSelectEventDetail>) => void;
3773
+ /**
3774
+ * Emitted when the 'retry loading' button is clicked for a searchable variant.
3775
+ */
3776
+ "onIcRetryLoad"?: (event: IcSelectCustomEvent<IcValueEventDetail>) => void;
3012
3777
  /**
3013
3778
  * The possible selection options.
3014
3779
  */
@@ -3041,6 +3806,10 @@ declare namespace LocalJSX {
3041
3806
  * If `true`, the small styling will be applied to the select.
3042
3807
  */
3043
3808
  "small"?: boolean;
3809
+ /**
3810
+ * If using external filtering, set a timeout for when loading takes too long.
3811
+ */
3812
+ "timeout"?: number;
3044
3813
  /**
3045
3814
  * The validation status - e.g. 'error' | 'warning' | 'success'.
3046
3815
  */
@@ -3050,7 +3819,7 @@ declare namespace LocalJSX {
3050
3819
  */
3051
3820
  "validationText"?: string;
3052
3821
  /**
3053
- * The value of the currently selected option.
3822
+ * The value of the select, reflected by the value of the currently selected option. For the searchable variant, the value is also reflected by the user input.
3054
3823
  */
3055
3824
  "value"?: string;
3056
3825
  }
@@ -3240,7 +4009,7 @@ declare namespace LocalJSX {
3240
4009
  }
3241
4010
  interface IcTabGroup {
3242
4011
  /**
3243
- * The unique context needed if using multiple tabs inside one another i.e. rendering another set of tabs inside a tab panel.
4012
+ * @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
3244
4013
  */
3245
4014
  "contextId"?: string;
3246
4015
  /**
@@ -3254,7 +4023,7 @@ declare namespace LocalJSX {
3254
4023
  }
3255
4024
  interface IcTabPanel {
3256
4025
  /**
3257
- * The unique context needed if using multiple tabs inside one another i.e. rendering another tabs inside a tab panel.
4026
+ * @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
3258
4027
  */
3259
4028
  "contextId"?: string;
3260
4029
  }
@@ -3270,11 +4039,11 @@ declare namespace LocalJSX {
3270
4039
  /**
3271
4040
  * The state of autocompletion the browser can apply on the text value.
3272
4041
  */
3273
- "autocomplete"?: IcAutocompleteTypes1;
4042
+ "autocomplete"?: IcAutocompleteTypes;
3274
4043
  /**
3275
4044
  * The state of autocorrection the browser can apply when the user is entering/editing the text value.
3276
4045
  */
3277
- "autocorrect"?: IcAutocorrectStates1;
4046
+ "autocorrect"?: IcAutocorrectStates;
3278
4047
  /**
3279
4048
  * The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.
3280
4049
  */
@@ -3307,10 +4076,18 @@ declare namespace LocalJSX {
3307
4076
  * The label for the input.
3308
4077
  */
3309
4078
  "label": string;
4079
+ /**
4080
+ * The maximum number that can be accepted as a value, when `type` is `number` and `rows` is `1`. (NOTE: Ensure to include visual indication of max value in `helperText` or `label`)
4081
+ */
4082
+ "max"?: string | number;
3310
4083
  /**
3311
4084
  * The maximum number of characters that can be entered in the field.
3312
4085
  */
3313
4086
  "maxLength"?: number;
4087
+ /**
4088
+ * The minimum number that can be accepted as a value, when `type` is `number` and `rows` is `1`. (NOTE: Ensure to include visual indication of min value in `helperText` or `label`)
4089
+ */
4090
+ "min"?: string | number;
3314
4091
  /**
3315
4092
  * The name of the control, which is submitted with the form data.
3316
4093
  */
@@ -3374,7 +4151,7 @@ declare namespace LocalJSX {
3374
4151
  /**
3375
4152
  * The validation state - e.g. 'error' | 'warning' | 'success'.
3376
4153
  */
3377
- "validationStatus"?: IcInformationStatusOrEmpty1;
4154
+ "validationStatus"?: IcInformationStatusOrEmpty;
3378
4155
  /**
3379
4156
  * The validation state - e.g. 'error' | 'warning' | 'success'.
3380
4157
  */
@@ -3461,6 +4238,10 @@ declare namespace LocalJSX {
3461
4238
  * If `true`, the flyout navigation menu on small devices will be contained by the parent element.
3462
4239
  */
3463
4240
  "inline"?: boolean;
4241
+ /**
4242
+ * The short title of the app to be displayed at small screen sizes in place of the app title.
4243
+ */
4244
+ "shortAppTitle"?: string;
3464
4245
  /**
3465
4246
  * The status info to be displayed.
3466
4247
  */
@@ -3475,6 +4256,10 @@ declare namespace LocalJSX {
3475
4256
  * If `true`, appropriate top and bottom margins will be applied to the typography.
3476
4257
  */
3477
4258
  "applyVerticalMargins"?: boolean;
4259
+ /**
4260
+ * The number of lines to display before truncating the text, only used for the 'body' variant.
4261
+ */
4262
+ "maxLines"?: number;
3478
4263
  /**
3479
4264
  * The ICDS typography style to use.
3480
4265
  */
@@ -3493,6 +4278,7 @@ declare namespace LocalJSX {
3493
4278
  "ic-classification-banner": IcClassificationBanner;
3494
4279
  "ic-data-entity": IcDataEntity;
3495
4280
  "ic-data-row": IcDataRow;
4281
+ "ic-dialog": IcDialog;
3496
4282
  "ic-divider": IcDivider;
3497
4283
  "ic-footer": IcFooter;
3498
4284
  "ic-footer-link": IcFooterLink;
@@ -3506,11 +4292,16 @@ declare namespace LocalJSX {
3506
4292
  "ic-link": IcLink;
3507
4293
  "ic-loading-indicator": IcLoadingIndicator;
3508
4294
  "ic-menu": IcMenu;
4295
+ "ic-menu-group": IcMenuGroup;
4296
+ "ic-menu-item": IcMenuItem;
3509
4297
  "ic-navigation-button": IcNavigationButton;
3510
4298
  "ic-navigation-group": IcNavigationGroup;
3511
4299
  "ic-navigation-item": IcNavigationItem;
3512
4300
  "ic-navigation-menu": IcNavigationMenu;
3513
4301
  "ic-page-header": IcPageHeader;
4302
+ "ic-pagination": IcPagination;
4303
+ "ic-pagination-item": IcPaginationItem;
4304
+ "ic-popover-menu": IcPopoverMenu;
3514
4305
  "ic-radio-group": IcRadioGroup;
3515
4306
  "ic-radio-option": IcRadioOption;
3516
4307
  "ic-search-bar": IcSearchBar;
@@ -3551,6 +4342,7 @@ declare module "@stencil/core" {
3551
4342
  "ic-classification-banner": LocalJSX.IcClassificationBanner & JSXBase.HTMLAttributes<HTMLIcClassificationBannerElement>;
3552
4343
  "ic-data-entity": LocalJSX.IcDataEntity & JSXBase.HTMLAttributes<HTMLIcDataEntityElement>;
3553
4344
  "ic-data-row": LocalJSX.IcDataRow & JSXBase.HTMLAttributes<HTMLIcDataRowElement>;
4345
+ "ic-dialog": LocalJSX.IcDialog & JSXBase.HTMLAttributes<HTMLIcDialogElement>;
3554
4346
  "ic-divider": LocalJSX.IcDivider & JSXBase.HTMLAttributes<HTMLIcDividerElement>;
3555
4347
  "ic-footer": LocalJSX.IcFooter & JSXBase.HTMLAttributes<HTMLIcFooterElement>;
3556
4348
  "ic-footer-link": LocalJSX.IcFooterLink & JSXBase.HTMLAttributes<HTMLIcFooterLinkElement>;
@@ -3564,11 +4356,16 @@ declare module "@stencil/core" {
3564
4356
  "ic-link": LocalJSX.IcLink & JSXBase.HTMLAttributes<HTMLIcLinkElement>;
3565
4357
  "ic-loading-indicator": LocalJSX.IcLoadingIndicator & JSXBase.HTMLAttributes<HTMLIcLoadingIndicatorElement>;
3566
4358
  "ic-menu": LocalJSX.IcMenu & JSXBase.HTMLAttributes<HTMLIcMenuElement>;
4359
+ "ic-menu-group": LocalJSX.IcMenuGroup & JSXBase.HTMLAttributes<HTMLIcMenuGroupElement>;
4360
+ "ic-menu-item": LocalJSX.IcMenuItem & JSXBase.HTMLAttributes<HTMLIcMenuItemElement>;
3567
4361
  "ic-navigation-button": LocalJSX.IcNavigationButton & JSXBase.HTMLAttributes<HTMLIcNavigationButtonElement>;
3568
4362
  "ic-navigation-group": LocalJSX.IcNavigationGroup & JSXBase.HTMLAttributes<HTMLIcNavigationGroupElement>;
3569
4363
  "ic-navigation-item": LocalJSX.IcNavigationItem & JSXBase.HTMLAttributes<HTMLIcNavigationItemElement>;
3570
4364
  "ic-navigation-menu": LocalJSX.IcNavigationMenu & JSXBase.HTMLAttributes<HTMLIcNavigationMenuElement>;
3571
4365
  "ic-page-header": LocalJSX.IcPageHeader & JSXBase.HTMLAttributes<HTMLIcPageHeaderElement>;
4366
+ "ic-pagination": LocalJSX.IcPagination & JSXBase.HTMLAttributes<HTMLIcPaginationElement>;
4367
+ "ic-pagination-item": LocalJSX.IcPaginationItem & JSXBase.HTMLAttributes<HTMLIcPaginationItemElement>;
4368
+ "ic-popover-menu": LocalJSX.IcPopoverMenu & JSXBase.HTMLAttributes<HTMLIcPopoverMenuElement>;
3572
4369
  "ic-radio-group": LocalJSX.IcRadioGroup & JSXBase.HTMLAttributes<HTMLIcRadioGroupElement>;
3573
4370
  "ic-radio-option": LocalJSX.IcRadioOption & JSXBase.HTMLAttributes<HTMLIcRadioOptionElement>;
3574
4371
  "ic-search-bar": LocalJSX.IcSearchBar & JSXBase.HTMLAttributes<HTMLIcSearchBarElement>;