@ukic/web-components 2.35.2 → 3.0.0-alpha.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1059) hide show
  1. package/README.md +0 -4
  2. package/dist/cjs/core.cjs.js +1 -1
  3. package/dist/cjs/{helpers-6f6991cb.js → helpers-eca4c27e.js} +70 -26
  4. package/dist/cjs/helpers-eca4c27e.js.map +1 -0
  5. package/dist/cjs/ic-accordion-group.cjs.entry.js +14 -15
  6. package/dist/cjs/ic-accordion-group.cjs.entry.js.map +1 -1
  7. package/dist/cjs/ic-accordion.cjs.entry.js +7 -8
  8. package/dist/cjs/ic-accordion.cjs.entry.js.map +1 -1
  9. package/dist/cjs/ic-alert.cjs.entry.js +8 -9
  10. package/dist/cjs/ic-alert.cjs.entry.js.map +1 -1
  11. package/dist/cjs/ic-back-to-top.cjs.entry.js +15 -16
  12. package/dist/cjs/ic-back-to-top.cjs.entry.js.map +1 -1
  13. package/dist/cjs/ic-badge.cjs.entry.js +22 -51
  14. package/dist/cjs/ic-badge.cjs.entry.js.map +1 -1
  15. package/dist/cjs/ic-breadcrumb-group.cjs.entry.js +26 -14
  16. package/dist/cjs/ic-breadcrumb-group.cjs.entry.js.map +1 -1
  17. package/dist/cjs/ic-breadcrumb.cjs.entry.js +53 -8
  18. package/dist/cjs/ic-breadcrumb.cjs.entry.js.map +1 -1
  19. package/dist/cjs/ic-button_3.cjs.entry.js +59 -53
  20. package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
  21. package/dist/cjs/ic-card-vertical.cjs.entry.js +150 -0
  22. package/dist/cjs/ic-card-vertical.cjs.entry.js.map +1 -0
  23. package/dist/cjs/ic-checkbox-group.cjs.entry.js +21 -10
  24. package/dist/cjs/ic-checkbox-group.cjs.entry.js.map +1 -1
  25. package/dist/cjs/ic-checkbox.cjs.entry.js +8 -16
  26. package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
  27. package/dist/cjs/ic-chip.cjs.entry.js +22 -23
  28. package/dist/cjs/ic-chip.cjs.entry.js.map +1 -1
  29. package/dist/cjs/ic-classification-banner.cjs.entry.js +2 -2
  30. package/dist/cjs/ic-classification-banner.cjs.entry.js.map +1 -1
  31. package/dist/cjs/ic-data-list.cjs.entry.js +32 -0
  32. package/dist/cjs/ic-data-list.cjs.entry.js.map +1 -0
  33. package/dist/cjs/ic-data-row.cjs.entry.js +12 -12
  34. package/dist/cjs/ic-data-row.cjs.entry.js.map +1 -1
  35. package/dist/cjs/ic-dialog.cjs.entry.js +14 -105
  36. package/dist/cjs/ic-dialog.cjs.entry.js.map +1 -1
  37. package/dist/cjs/ic-divider.cjs.entry.js +73 -10
  38. package/dist/cjs/ic-divider.cjs.entry.js.map +1 -1
  39. package/dist/cjs/ic-empty-state.cjs.entry.js +9 -8
  40. package/dist/cjs/ic-empty-state.cjs.entry.js.map +1 -1
  41. package/dist/cjs/ic-footer-link-group.cjs.entry.js +12 -14
  42. package/dist/cjs/ic-footer-link-group.cjs.entry.js.map +1 -1
  43. package/dist/cjs/ic-footer-link.cjs.entry.js +11 -12
  44. package/dist/cjs/ic-footer-link.cjs.entry.js.map +1 -1
  45. package/dist/cjs/ic-footer.cjs.entry.js +11 -13
  46. package/dist/cjs/ic-footer.cjs.entry.js.map +1 -1
  47. package/dist/cjs/ic-hero.cjs.entry.js +12 -15
  48. package/dist/cjs/ic-hero.cjs.entry.js.map +1 -1
  49. package/dist/cjs/ic-horizontal-scroll.cjs.entry.js +15 -9
  50. package/dist/cjs/ic-horizontal-scroll.cjs.entry.js.map +1 -1
  51. package/dist/cjs/ic-input-component-container_3.cjs.entry.js +478 -201
  52. package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +1 -1
  53. package/dist/cjs/ic-input-label_2.cjs.entry.js +26 -31
  54. package/dist/cjs/ic-input-label_2.cjs.entry.js.map +1 -1
  55. package/dist/cjs/ic-link.cjs.entry.js +22 -15
  56. package/dist/cjs/ic-link.cjs.entry.js.map +1 -1
  57. package/dist/cjs/ic-menu-group.cjs.entry.js +2 -3
  58. package/dist/cjs/ic-menu-group.cjs.entry.js.map +1 -1
  59. package/dist/cjs/ic-menu-item.cjs.entry.js +12 -13
  60. package/dist/cjs/ic-menu-item.cjs.entry.js.map +1 -1
  61. package/dist/cjs/ic-navigation-button.cjs.entry.js +12 -10
  62. package/dist/cjs/ic-navigation-button.cjs.entry.js.map +1 -1
  63. package/dist/cjs/ic-navigation-group.cjs.entry.js +14 -14
  64. package/dist/cjs/ic-navigation-group.cjs.entry.js.map +1 -1
  65. package/dist/cjs/ic-navigation-item.cjs.entry.js +11 -10
  66. package/dist/cjs/ic-navigation-item.cjs.entry.js.map +1 -1
  67. package/dist/cjs/ic-navigation-menu.cjs.entry.js +5 -5
  68. package/dist/cjs/ic-navigation-menu.cjs.entry.js.map +1 -1
  69. package/dist/cjs/ic-page-header.cjs.entry.js +10 -10
  70. package/dist/cjs/ic-page-header.cjs.entry.js.map +1 -1
  71. package/dist/cjs/ic-pagination-item.cjs.entry.js +8 -12
  72. package/dist/cjs/ic-pagination-item.cjs.entry.js.map +1 -1
  73. package/dist/cjs/ic-pagination.cjs.entry.js +51 -46
  74. package/dist/cjs/ic-pagination.cjs.entry.js.map +1 -1
  75. package/dist/cjs/ic-popover-menu.cjs.entry.js +23 -4
  76. package/dist/cjs/ic-popover-menu.cjs.entry.js.map +1 -1
  77. package/dist/cjs/ic-radio-group.cjs.entry.js +32 -18
  78. package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
  79. package/dist/cjs/ic-radio-option.cjs.entry.js +34 -40
  80. package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
  81. package/dist/cjs/ic-search-bar.cjs.entry.js +56 -57
  82. package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
  83. package/dist/cjs/ic-select.cjs.entry.js +194 -81
  84. package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
  85. package/dist/cjs/ic-side-navigation.cjs.entry.js +19 -22
  86. package/dist/cjs/ic-side-navigation.cjs.entry.js.map +1 -1
  87. package/dist/cjs/ic-skeleton.cjs.entry.js +5 -6
  88. package/dist/cjs/ic-skeleton.cjs.entry.js.map +1 -1
  89. package/dist/cjs/ic-status-tag.cjs.entry.js +8 -16
  90. package/dist/cjs/ic-status-tag.cjs.entry.js.map +1 -1
  91. package/dist/cjs/ic-step.cjs.entry.js +41 -46
  92. package/dist/cjs/ic-step.cjs.entry.js.map +1 -1
  93. package/dist/cjs/ic-stepper.cjs.entry.js +27 -18
  94. package/dist/cjs/ic-stepper.cjs.entry.js.map +1 -1
  95. package/dist/cjs/ic-switch.cjs.entry.js +17 -18
  96. package/dist/cjs/ic-switch.cjs.entry.js.map +1 -1
  97. package/dist/cjs/ic-tab-context.cjs.entry.js +34 -28
  98. package/dist/cjs/ic-tab-context.cjs.entry.js.map +1 -1
  99. package/dist/cjs/ic-tab-group.cjs.entry.js +9 -11
  100. package/dist/cjs/ic-tab-group.cjs.entry.js.map +1 -1
  101. package/dist/cjs/ic-tab-panel.cjs.entry.js +12 -11
  102. package/dist/cjs/ic-tab-panel.cjs.entry.js.map +1 -1
  103. package/dist/cjs/ic-tab.cjs.entry.js +10 -9
  104. package/dist/cjs/ic-tab.cjs.entry.js.map +1 -1
  105. package/dist/cjs/ic-text-field.cjs.entry.js +86 -77
  106. package/dist/cjs/ic-text-field.cjs.entry.js.map +1 -1
  107. package/dist/cjs/ic-theme.cjs.entry.js +45 -22
  108. package/dist/cjs/ic-theme.cjs.entry.js.map +1 -1
  109. package/dist/cjs/ic-toast-region.cjs.entry.js +0 -7
  110. package/dist/cjs/ic-toast-region.cjs.entry.js.map +1 -1
  111. package/dist/cjs/ic-toast.cjs.entry.js +83 -36
  112. package/dist/cjs/ic-toast.cjs.entry.js.map +1 -1
  113. package/dist/cjs/ic-toggle-button-group.cjs.entry.js +63 -30
  114. package/dist/cjs/ic-toggle-button-group.cjs.entry.js.map +1 -1
  115. package/dist/cjs/ic-toggle-button.cjs.entry.js +64 -33
  116. package/dist/cjs/ic-toggle-button.cjs.entry.js.map +1 -1
  117. package/dist/cjs/ic-top-navigation.cjs.entry.js +17 -12
  118. package/dist/cjs/ic-top-navigation.cjs.entry.js.map +1 -1
  119. package/dist/cjs/ic-typography.cjs.entry.js +9 -8
  120. package/dist/cjs/ic-typography.cjs.entry.js.map +1 -1
  121. package/dist/cjs/index-f982899d.js +16 -16
  122. package/dist/cjs/loader.cjs.js +1 -1
  123. package/dist/collection/ag-theme-icds.css +32 -31
  124. package/dist/collection/collection-manifest.json +4 -4
  125. package/dist/collection/components/ic-accordion/ic-accordion.css +23 -19
  126. package/dist/collection/components/ic-accordion/ic-accordion.js +31 -34
  127. package/dist/collection/components/ic-accordion/ic-accordion.js.map +1 -1
  128. package/dist/collection/components/ic-accordion/ic-accordion.stories.js +52 -76
  129. package/dist/collection/components/ic-accordion/test/basic/ic-accordion.spec.js +3 -3
  130. package/dist/collection/components/ic-accordion/test/basic/ic-accordion.spec.js.map +1 -1
  131. package/dist/collection/components/ic-accordion-group/ic-accordion-group.css +5 -11
  132. package/dist/collection/components/ic-accordion-group/ic-accordion-group.js +27 -27
  133. package/dist/collection/components/ic-accordion-group/ic-accordion-group.js.map +1 -1
  134. package/dist/collection/components/ic-accordion-group/test/basic/ic-accordion-group.spec.js +9 -9
  135. package/dist/collection/components/ic-accordion-group/test/basic/ic-accordion-group.spec.js.map +1 -1
  136. package/dist/collection/components/ic-alert/ic-alert.css +34 -18
  137. package/dist/collection/components/ic-alert/ic-alert.js +49 -42
  138. package/dist/collection/components/ic-alert/ic-alert.js.map +1 -1
  139. package/dist/collection/components/ic-alert/ic-alert.stories.js +30 -16
  140. package/dist/collection/components/ic-alert/test/basic/ic-alert.spec.js +1 -1
  141. package/dist/collection/components/ic-alert/test/basic/ic-alert.spec.js.map +1 -1
  142. package/dist/collection/components/ic-back-to-top/ic-back-to-top.css +22 -59
  143. package/dist/collection/components/ic-back-to-top/ic-back-to-top.js +38 -14
  144. package/dist/collection/components/ic-back-to-top/ic-back-to-top.js.map +1 -1
  145. package/dist/collection/components/ic-back-to-top/test/basic/ic-back-to-top.spec.js +23 -10
  146. package/dist/collection/components/ic-back-to-top/test/basic/ic-back-to-top.spec.js.map +1 -1
  147. package/dist/collection/components/ic-badge/ic-badge.css +65 -41
  148. package/dist/collection/components/ic-badge/ic-badge.js +51 -99
  149. package/dist/collection/components/ic-badge/ic-badge.js.map +1 -1
  150. package/dist/collection/components/ic-badge/ic-badge.stories.js +50 -40
  151. package/dist/collection/components/ic-badge/test/basic/ic-badge.spec.js +40 -50
  152. package/dist/collection/components/ic-badge/test/basic/ic-badge.spec.js.map +1 -1
  153. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.css +20 -10
  154. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js +104 -34
  155. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js.map +1 -1
  156. package/dist/collection/components/ic-breadcrumb/test/basic/ic-breadcrumb.spec.js +48 -4
  157. package/dist/collection/components/ic-breadcrumb/test/basic/ic-breadcrumb.spec.js.map +1 -1
  158. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.css +7 -5
  159. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js +66 -33
  160. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js.map +1 -1
  161. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.stories.js +60 -200
  162. package/dist/collection/components/ic-breadcrumb-group/test/basic/ic-breadcrumb-group.spec.js +3 -3
  163. package/dist/collection/components/ic-breadcrumb-group/test/basic/ic-breadcrumb-group.spec.js.map +1 -1
  164. package/dist/collection/components/ic-button/ic-button.css +730 -432
  165. package/dist/collection/components/ic-button/ic-button.js +72 -59
  166. package/dist/collection/components/ic-button/ic-button.js.map +1 -1
  167. package/dist/collection/components/ic-button/ic-button.stories.js +1246 -1256
  168. package/dist/collection/components/ic-button/test/basic/ic-button.spec.js +9 -9
  169. package/dist/collection/components/ic-button/test/basic/ic-button.spec.js.map +1 -1
  170. package/dist/collection/components/{ic-card/ic-card.css → ic-card-vertical/ic-card-vertical.css} +99 -109
  171. package/dist/collection/components/{ic-card/ic-card.js → ic-card-vertical/ic-card-vertical.js} +65 -39
  172. package/dist/collection/components/ic-card-vertical/ic-card-vertical.js.map +1 -0
  173. package/dist/collection/components/{ic-card/ic-card.stories.js → ic-card-vertical/ic-card-vertical.stories.js} +61 -45
  174. package/dist/collection/components/{ic-card/test/basic/ic-card.spec.js → ic-card-vertical/test/basic/ic-card-vertical.spec.js} +43 -43
  175. package/dist/collection/components/ic-card-vertical/test/basic/ic-card-vertical.spec.js.map +1 -0
  176. package/dist/collection/components/ic-checkbox/ic-checkbox.css +54 -45
  177. package/dist/collection/components/ic-checkbox/ic-checkbox.js +22 -128
  178. package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
  179. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.css +19 -4
  180. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +38 -21
  181. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js.map +1 -1
  182. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.stories.js +18 -6
  183. package/dist/collection/components/ic-checkbox-group/test/basic/ic-checkbox-group.spec.js +2 -2
  184. package/dist/collection/components/ic-checkbox-group/test/basic/ic-checkbox-group.spec.js.map +1 -1
  185. package/dist/collection/components/ic-chip/ic-chip.css +66 -53
  186. package/dist/collection/components/ic-chip/ic-chip.js +44 -68
  187. package/dist/collection/components/ic-chip/ic-chip.js.map +1 -1
  188. package/dist/collection/components/ic-chip/ic-chip.stories.js +713 -403
  189. package/dist/collection/components/ic-chip/test/basic/ic-chip.spec.js +16 -0
  190. package/dist/collection/components/ic-chip/test/basic/ic-chip.spec.js.map +1 -1
  191. package/dist/collection/components/ic-classification-banner/ic-classification-banner.css +17 -11
  192. package/dist/collection/components/ic-classification-banner/ic-classification-banner.js +1 -1
  193. package/dist/collection/components/ic-classification-banner/ic-classification-banner.js.map +1 -1
  194. package/dist/collection/components/{ic-data-entity/ic-data-entity.css → ic-data-list/ic-data-list.css} +7 -3
  195. package/dist/collection/components/{ic-data-entity/ic-data-entity.js → ic-data-list/ic-data-list.js} +33 -27
  196. package/dist/collection/components/ic-data-list/ic-data-list.js.map +1 -0
  197. package/dist/collection/components/{ic-data-entity/ic-data-entity.stories.js → ic-data-list/ic-data-list.stories.js} +59 -53
  198. package/dist/collection/components/{ic-data-entity/test/basic/ic-data-entity.spec.js → ic-data-list/test/basic/ic-data-list.spec.js} +32 -32
  199. package/dist/collection/components/ic-data-list/test/basic/ic-data-list.spec.js.map +1 -0
  200. package/dist/collection/components/ic-data-row/ic-data-row.css +6 -3
  201. package/dist/collection/components/ic-data-row/ic-data-row.js +28 -24
  202. package/dist/collection/components/ic-data-row/ic-data-row.js.map +1 -1
  203. package/dist/collection/components/ic-data-row/test/basic/ic-data-row.spec.js +4 -4
  204. package/dist/collection/components/ic-data-row/test/basic/ic-data-row.spec.js.map +1 -1
  205. package/dist/collection/components/ic-dialog/ic-dialog.css +19 -15
  206. package/dist/collection/components/ic-dialog/ic-dialog.js +28 -212
  207. package/dist/collection/components/ic-dialog/ic-dialog.js.map +1 -1
  208. package/dist/collection/components/ic-dialog/ic-dialog.stories.js +19 -225
  209. package/dist/collection/components/ic-dialog/test/basic/ic-dialog.spec.js +5 -228
  210. package/dist/collection/components/ic-dialog/test/basic/ic-dialog.spec.js.map +1 -1
  211. package/dist/collection/components/ic-divider/ic-divider.css +295 -4
  212. package/dist/collection/components/ic-divider/ic-divider.js +239 -12
  213. package/dist/collection/components/ic-divider/ic-divider.js.map +1 -1
  214. package/dist/collection/components/ic-divider/ic-divider.stories.js +394 -0
  215. package/dist/collection/components/ic-divider/ic-divider.types.js +2 -0
  216. package/dist/collection/components/ic-divider/ic-divider.types.js.map +1 -0
  217. package/dist/collection/components/ic-divider/test/basic/ic-divider.spec.js +90 -5
  218. package/dist/collection/components/ic-divider/test/basic/ic-divider.spec.js.map +1 -1
  219. package/dist/collection/components/ic-empty-state/ic-empty-state.css +21 -6
  220. package/dist/collection/components/ic-empty-state/ic-empty-state.js +35 -9
  221. package/dist/collection/components/ic-empty-state/ic-empty-state.js.map +1 -1
  222. package/dist/collection/components/ic-empty-state/ic-empty-state.stories.js +13 -6
  223. package/dist/collection/components/ic-empty-state/test/basic/ic-empty-state.spec.js +101 -0
  224. package/dist/collection/components/ic-empty-state/test/basic/ic-empty-state.spec.js.map +1 -0
  225. package/dist/collection/components/ic-footer/ic-footer.css +30 -22
  226. package/dist/collection/components/ic-footer/ic-footer.js +13 -14
  227. package/dist/collection/components/ic-footer/ic-footer.js.map +1 -1
  228. package/dist/collection/components/ic-footer/ic-footer.stories.js +23 -22
  229. package/dist/collection/components/ic-footer/test/basic/ic-footer.spec.js +3 -3
  230. package/dist/collection/components/ic-footer/test/basic/ic-footer.spec.js.map +1 -1
  231. package/dist/collection/components/ic-footer-link/ic-footer-link.css +49 -100
  232. package/dist/collection/components/ic-footer-link/ic-footer-link.js +12 -12
  233. package/dist/collection/components/ic-footer-link/ic-footer-link.js.map +1 -1
  234. package/dist/collection/components/ic-footer-link/test/basic/ic-footer-link.spec.js +1 -1
  235. package/dist/collection/components/ic-footer-link/test/basic/ic-footer-link.spec.js.map +1 -1
  236. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.css +19 -27
  237. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.js +15 -16
  238. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.js.map +1 -1
  239. package/dist/collection/components/ic-footer-link-group/test/basic/ic-footer-link-group.spec.js +8 -8
  240. package/dist/collection/components/ic-footer-link-group/test/basic/ic-footer-link-group.spec.js.map +1 -1
  241. package/dist/collection/components/ic-hero/ic-hero.css +38 -23
  242. package/dist/collection/components/ic-hero/ic-hero.js +18 -41
  243. package/dist/collection/components/ic-hero/ic-hero.js.map +1 -1
  244. package/dist/collection/components/ic-hero/ic-hero.stories.js +65 -106
  245. package/dist/collection/components/ic-hero/test/basic/ic-hero.spec.js +8 -8
  246. package/dist/collection/components/ic-hero/test/basic/ic-hero.spec.js.map +1 -1
  247. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.css +7 -11
  248. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js +65 -10
  249. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js.map +1 -1
  250. package/dist/collection/components/ic-horizontal-scroll/test/basic/ic-horizontal-scroll.spec.js +43 -0
  251. package/dist/collection/components/ic-horizontal-scroll/test/basic/ic-horizontal-scroll.spec.js.map +1 -1
  252. package/dist/collection/components/ic-input-component-container/ic-input-component-container.css +70 -42
  253. package/dist/collection/components/ic-input-component-container/ic-input-component-container.js +12 -87
  254. package/dist/collection/components/ic-input-component-container/ic-input-component-container.js.map +1 -1
  255. package/dist/collection/components/ic-input-component-container/test/basic/ic-input-component-container.spec.js +10 -10
  256. package/dist/collection/components/ic-input-component-container/test/basic/ic-input-component-container.spec.js.map +1 -1
  257. package/dist/collection/components/ic-input-label/ic-input-label.css +19 -21
  258. package/dist/collection/components/ic-input-label/ic-input-label.js +52 -74
  259. package/dist/collection/components/ic-input-label/ic-input-label.js.map +1 -1
  260. package/dist/collection/components/ic-input-label/test/basic/ic-input-label.spec.js +14 -58
  261. package/dist/collection/components/ic-input-label/test/basic/ic-input-label.spec.js.map +1 -1
  262. package/dist/collection/components/ic-input-validation/ic-input-validation.css +13 -4
  263. package/dist/collection/components/ic-input-validation/ic-input-validation.js +7 -7
  264. package/dist/collection/components/ic-input-validation/ic-input-validation.js.map +1 -1
  265. package/dist/collection/components/ic-input-validation/test/basic/ic-input-validation.spec.js +4 -4
  266. package/dist/collection/components/ic-input-validation/test/basic/ic-input-validation.spec.js.map +1 -1
  267. package/dist/collection/components/ic-link/ic-link.css +77 -45
  268. package/dist/collection/components/ic-link/ic-link.js +64 -58
  269. package/dist/collection/components/ic-link/ic-link.js.map +1 -1
  270. package/dist/collection/components/ic-link/ic-link.stories.js +16 -45
  271. package/dist/collection/components/ic-link/test/basic/ic-link.spec.js +19 -114
  272. package/dist/collection/components/ic-link/test/basic/ic-link.spec.js.map +1 -1
  273. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.css +24 -16
  274. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js +73 -50
  275. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js.map +1 -1
  276. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.stories.js +84 -36
  277. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.types.js.map +1 -1
  278. package/dist/collection/components/ic-loading-indicator/test/basic/ic-loading-indicator.spec.js +3 -2
  279. package/dist/collection/components/ic-loading-indicator/test/basic/ic-loading-indicator.spec.js.map +1 -1
  280. package/dist/collection/components/ic-menu/ic-menu.css +119 -30
  281. package/dist/collection/components/ic-menu/ic-menu.js +525 -228
  282. package/dist/collection/components/ic-menu/ic-menu.js.map +1 -1
  283. package/dist/collection/components/ic-menu/test/basic/ic-menu.spec.js +382 -34
  284. package/dist/collection/components/ic-menu/test/basic/ic-menu.spec.js.map +1 -1
  285. package/dist/collection/components/ic-menu-group/ic-menu-group.css +3 -2
  286. package/dist/collection/components/ic-menu-item/ic-menu-item.css +63 -44
  287. package/dist/collection/components/ic-menu-item/ic-menu-item.js +30 -30
  288. package/dist/collection/components/ic-menu-item/ic-menu-item.js.map +1 -1
  289. package/dist/collection/components/ic-menu-item/test/basic/ic-menu-item.spec.js +2 -2
  290. package/dist/collection/components/ic-menu-item/test/basic/ic-menu-item.spec.js.map +1 -1
  291. package/dist/collection/components/ic-navigation-button/ic-navigation-button.css +14 -0
  292. package/dist/collection/components/ic-navigation-button/ic-navigation-button.js +38 -11
  293. package/dist/collection/components/ic-navigation-button/ic-navigation-button.js.map +1 -1
  294. package/dist/collection/components/ic-navigation-button/test/basic/ic-navigation-button.spec.js +3 -3
  295. package/dist/collection/components/ic-navigation-button/test/basic/ic-navigation-button.spec.js.map +1 -1
  296. package/dist/collection/components/ic-navigation-group/ic-navigation-group.css +28 -21
  297. package/dist/collection/components/ic-navigation-group/ic-navigation-group.js +39 -14
  298. package/dist/collection/components/ic-navigation-group/ic-navigation-group.js.map +1 -1
  299. package/dist/collection/components/ic-navigation-group/test/basic/ic-navigation-group.spec.js +3 -3
  300. package/dist/collection/components/ic-navigation-group/test/basic/ic-navigation-group.spec.js.map +1 -1
  301. package/dist/collection/components/ic-navigation-item/ic-navigation-item.css +33 -29
  302. package/dist/collection/components/ic-navigation-item/ic-navigation-item.js +36 -10
  303. package/dist/collection/components/ic-navigation-item/ic-navigation-item.js.map +1 -1
  304. package/dist/collection/components/ic-navigation-item/test/basic/ic-navigation-item.spec.js +3 -3
  305. package/dist/collection/components/ic-navigation-item/test/basic/ic-navigation-item.spec.js.map +1 -1
  306. package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.css +13 -5
  307. package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js +27 -2
  308. package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js.map +1 -1
  309. package/dist/collection/components/ic-page-header/ic-page-header.css +4 -3
  310. package/dist/collection/components/ic-page-header/ic-page-header.js +34 -30
  311. package/dist/collection/components/ic-page-header/ic-page-header.js.map +1 -1
  312. package/dist/collection/components/ic-page-header/ic-page-header.stories.js +306 -40
  313. package/dist/collection/components/ic-page-header/test/basic/ic-page-header.spec.js +15 -15
  314. package/dist/collection/components/ic-page-header/test/basic/ic-page-header.spec.js.map +1 -1
  315. package/dist/collection/components/ic-pagination/ic-pagination.css +15 -0
  316. package/dist/collection/components/ic-pagination/ic-pagination.js +97 -73
  317. package/dist/collection/components/ic-pagination/ic-pagination.js.map +1 -1
  318. package/dist/collection/components/ic-pagination/ic-pagination.stories.js +69 -30
  319. package/dist/collection/components/ic-pagination/test/basic/ic-pagination.spec.js +27 -27
  320. package/dist/collection/components/ic-pagination/test/basic/ic-pagination.spec.js.map +1 -1
  321. package/dist/collection/components/ic-pagination-item/ic-pagination-item.css +36 -13
  322. package/dist/collection/components/ic-pagination-item/ic-pagination-item.js +48 -33
  323. package/dist/collection/components/ic-pagination-item/ic-pagination-item.js.map +1 -1
  324. package/dist/collection/components/ic-popover-menu/ic-popover-menu.css +10 -6
  325. package/dist/collection/components/ic-popover-menu/ic-popover-menu.js +45 -1
  326. package/dist/collection/components/ic-popover-menu/ic-popover-menu.js.map +1 -1
  327. package/dist/collection/components/ic-popover-menu/ic-popover-menu.stories.js +34 -16
  328. package/dist/collection/components/ic-radio-group/ic-radio-group.css +21 -5
  329. package/dist/collection/components/ic-radio-group/ic-radio-group.js +58 -38
  330. package/dist/collection/components/ic-radio-group/ic-radio-group.js.map +1 -1
  331. package/dist/collection/components/ic-radio-group/ic-radio-group.stories.js +21 -28
  332. package/dist/collection/components/ic-radio-group/test/basic/ic-radio-group.spec.js +3 -3
  333. package/dist/collection/components/ic-radio-group/test/basic/ic-radio-group.spec.js.map +1 -1
  334. package/dist/collection/components/ic-radio-option/ic-radio-option.css +40 -30
  335. package/dist/collection/components/ic-radio-option/ic-radio-option.js +58 -148
  336. package/dist/collection/components/ic-radio-option/ic-radio-option.js.map +1 -1
  337. package/dist/collection/components/ic-search-bar/ic-search-bar.css +115 -16
  338. package/dist/collection/components/ic-search-bar/ic-search-bar.js +112 -129
  339. package/dist/collection/components/ic-search-bar/ic-search-bar.js.map +1 -1
  340. package/dist/collection/components/ic-search-bar/ic-search-bar.stories.js +21 -19
  341. package/dist/collection/components/ic-search-bar/test/basic/ic-search-bar.spec.js +78 -112
  342. package/dist/collection/components/ic-search-bar/test/basic/ic-search-bar.spec.js.map +1 -1
  343. package/dist/collection/components/ic-select/ic-select.css +103 -63
  344. package/dist/collection/components/ic-select/ic-select.js +269 -220
  345. package/dist/collection/components/ic-select/ic-select.js.map +1 -1
  346. package/dist/collection/components/ic-select/ic-select_(multi).stories.js +892 -0
  347. package/dist/collection/components/ic-select/{ic-select-searchable.stories.js → ic-select_(searchable).stories.js} +21 -9
  348. package/dist/collection/components/ic-select/{ic-select-single.stories.js → ic-select_(single).stories.js} +14 -4
  349. package/dist/collection/components/ic-select/test/basic/ic-select.spec.js +230 -7
  350. package/dist/collection/components/ic-select/test/basic/ic-select.spec.js.map +1 -1
  351. package/dist/collection/components/ic-side-navigation/ic-side-navigation.css +60 -43
  352. package/dist/collection/components/ic-side-navigation/ic-side-navigation.js +22 -24
  353. package/dist/collection/components/ic-side-navigation/ic-side-navigation.js.map +1 -1
  354. package/dist/collection/components/ic-side-navigation/ic-side-navigation.stories.js +11 -11
  355. package/dist/collection/components/ic-side-navigation/ic-side-navigation.types.js.map +1 -1
  356. package/dist/collection/components/ic-side-navigation/test/basic/ic-side-navigation.spec.js +3 -110
  357. package/dist/collection/components/ic-side-navigation/test/basic/ic-side-navigation.spec.js.map +1 -1
  358. package/dist/collection/components/ic-skeleton/ic-skeleton.css +5 -28
  359. package/dist/collection/components/ic-skeleton/ic-skeleton.js +17 -33
  360. package/dist/collection/components/ic-skeleton/ic-skeleton.js.map +1 -1
  361. package/dist/collection/components/ic-skeleton/ic-skeleton.stories.js +11 -9
  362. package/dist/collection/components/ic-skeleton/test/basic/ic-skeleton.spec.js +1 -1
  363. package/dist/collection/components/ic-skeleton/test/basic/ic-skeleton.spec.js.map +1 -1
  364. package/dist/collection/components/ic-status-tag/ic-status-tag.css +20 -17
  365. package/dist/collection/components/ic-status-tag/ic-status-tag.js +44 -62
  366. package/dist/collection/components/ic-status-tag/ic-status-tag.js.map +1 -1
  367. package/dist/collection/components/ic-status-tag/ic-status-tag.stories.js +41 -6
  368. package/dist/collection/components/ic-status-tag/ic-status-tag.types.js.map +1 -1
  369. package/dist/collection/components/ic-status-tag/test/basic/ic-status-tag.spec.js +15 -32
  370. package/dist/collection/components/ic-status-tag/test/basic/ic-status-tag.spec.js.map +1 -1
  371. package/dist/collection/components/ic-step/ic-step.css +97 -128
  372. package/dist/collection/components/ic-step/ic-step.js +77 -54
  373. package/dist/collection/components/ic-step/ic-step.js.map +1 -1
  374. package/dist/collection/components/ic-step/test/basic/ic-step.spec.js +30 -30
  375. package/dist/collection/components/ic-step/test/basic/ic-step.spec.js.map +1 -1
  376. package/dist/collection/components/ic-stepper/ic-stepper.css +4 -4
  377. package/dist/collection/components/ic-stepper/ic-stepper.js +51 -33
  378. package/dist/collection/components/ic-stepper/ic-stepper.js.map +1 -1
  379. package/dist/collection/components/ic-stepper/ic-stepper.stories.js +103 -153
  380. package/dist/collection/components/ic-stepper/test/basic/ic-stepper-test-examples.js +37 -37
  381. package/dist/collection/components/ic-stepper/test/basic/ic-stepper-test-examples.js.map +1 -1
  382. package/dist/collection/components/ic-stepper/test/basic/ic-stepper.spec.js +237 -237
  383. package/dist/collection/components/ic-stepper/test/basic/ic-stepper.spec.js.map +1 -1
  384. package/dist/collection/components/ic-switch/ic-switch.css +26 -49
  385. package/dist/collection/components/ic-switch/ic-switch.js +33 -48
  386. package/dist/collection/components/ic-switch/ic-switch.js.map +1 -1
  387. package/dist/collection/components/ic-switch/ic-switch.stories.js +20 -42
  388. package/dist/collection/components/ic-switch/test/basic/ic-switch.spec.js +1 -15
  389. package/dist/collection/components/ic-switch/test/basic/ic-switch.spec.js.map +1 -1
  390. package/dist/collection/components/ic-tab/ic-tab.css +47 -21
  391. package/dist/collection/components/ic-tab/ic-tab.js +56 -34
  392. package/dist/collection/components/ic-tab/ic-tab.js.map +1 -1
  393. package/dist/collection/components/ic-tab/test/basic/ic-tab.spec.js +2 -2
  394. package/dist/collection/components/ic-tab/test/basic/ic-tab.spec.js.map +1 -1
  395. package/dist/collection/components/ic-tab-context/ic-tab-context.js +79 -76
  396. package/dist/collection/components/ic-tab-context/ic-tab-context.js.map +1 -1
  397. package/dist/collection/components/ic-tab-context/ic-tabs.stories.js +11 -83
  398. package/dist/collection/components/ic-tab-context/test/basic/ic-tab-context.spec.js +3 -3
  399. package/dist/collection/components/ic-tab-context/test/basic/ic-tab-context.spec.js.map +1 -1
  400. package/dist/collection/components/ic-tab-group/ic-tab-group.css +15 -8
  401. package/dist/collection/components/ic-tab-group/ic-tab-group.js +52 -54
  402. package/dist/collection/components/ic-tab-group/ic-tab-group.js.map +1 -1
  403. package/dist/collection/components/ic-tab-panel/ic-tab-panel.css +2 -2
  404. package/dist/collection/components/ic-tab-panel/ic-tab-panel.js +91 -30
  405. package/dist/collection/components/ic-tab-panel/ic-tab-panel.js.map +1 -1
  406. package/dist/collection/components/ic-tab-panel/test/basic/ic-tab-panel.spec.js +50 -0
  407. package/dist/collection/components/ic-tab-panel/test/basic/ic-tab-panel.spec.js.map +1 -0
  408. package/dist/collection/components/ic-text-field/ic-text-field.css +71 -13
  409. package/dist/collection/components/ic-text-field/ic-text-field.js +122 -128
  410. package/dist/collection/components/ic-text-field/ic-text-field.js.map +1 -1
  411. package/dist/collection/components/ic-text-field/ic-text-field.stories.js +36 -257
  412. package/dist/collection/components/ic-text-field/test/basic/ic-text-field.input.spec.js +59 -26
  413. package/dist/collection/components/ic-text-field/test/basic/ic-text-field.input.spec.js.map +1 -1
  414. package/dist/collection/components/ic-text-field/test/basic/ic-text-field.textarea.spec.js +59 -58
  415. package/dist/collection/components/ic-text-field/test/basic/ic-text-field.textarea.spec.js.map +1 -1
  416. package/dist/collection/components/ic-theme/ic-theme.js +81 -33
  417. package/dist/collection/components/ic-theme/ic-theme.js.map +1 -1
  418. package/dist/collection/components/ic-theme/ic-theme.stories.js +271 -8
  419. package/dist/collection/components/ic-theme/test/basic/ic-theme.e2e.js +7 -7
  420. package/dist/collection/components/ic-theme/test/basic/ic-theme.e2e.js.map +1 -1
  421. package/dist/collection/components/ic-theme/test/basic/ic-theme.spec.js +24 -22
  422. package/dist/collection/components/ic-theme/test/basic/ic-theme.spec.js.map +1 -1
  423. package/dist/collection/components/ic-toast/ic-toast.css +40 -17
  424. package/dist/collection/components/ic-toast/ic-toast.js +83 -33
  425. package/dist/collection/components/ic-toast/ic-toast.js.map +1 -1
  426. package/dist/collection/components/ic-toast/ic-toast.stories.js +1 -18
  427. package/dist/collection/components/ic-toast/test/basic/ic-toast.spec.js +55 -19
  428. package/dist/collection/components/ic-toast/test/basic/ic-toast.spec.js.map +1 -1
  429. package/dist/collection/components/ic-toast-region/ic-toast-region.js +1 -43
  430. package/dist/collection/components/ic-toast-region/ic-toast-region.js.map +1 -1
  431. package/dist/collection/components/ic-toast-region/test/basic/ic-toast-region.spec.js +0 -20
  432. package/dist/collection/components/ic-toast-region/test/basic/ic-toast-region.spec.js.map +1 -1
  433. package/dist/collection/components/ic-toggle-button/ic-toggle-button.css +217 -79
  434. package/dist/collection/components/ic-toggle-button/ic-toggle-button.js +126 -69
  435. package/dist/collection/components/ic-toggle-button/ic-toggle-button.js.map +1 -1
  436. package/dist/collection/components/ic-toggle-button/ic-toggle-button.stories.js +16 -126
  437. package/dist/collection/components/ic-toggle-button/test/basic/ic-toggle-button.spec.js +4 -4
  438. package/dist/collection/components/ic-toggle-button/test/basic/ic-toggle-button.spec.js.map +1 -1
  439. package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.css +29 -19
  440. package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.js +116 -52
  441. package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.js.map +1 -1
  442. package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.stories.js +140 -165
  443. package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.types.js.map +1 -1
  444. package/dist/collection/components/ic-toggle-button-group/test/ic-toggle-button-group.spec.js +121 -39
  445. package/dist/collection/components/ic-toggle-button-group/test/ic-toggle-button-group.spec.js.map +1 -1
  446. package/dist/collection/components/ic-tooltip/ic-tooltip.css +14 -5
  447. package/dist/collection/components/ic-tooltip/ic-tooltip.js +30 -2
  448. package/dist/collection/components/ic-tooltip/ic-tooltip.js.map +1 -1
  449. package/dist/collection/components/ic-tooltip/ic-tooltip.stories.js +10 -0
  450. package/dist/collection/components/ic-tooltip/test/basic/ic-tooltip.spec.js +14 -0
  451. package/dist/collection/components/ic-tooltip/test/basic/ic-tooltip.spec.js.map +1 -1
  452. package/dist/collection/components/ic-top-navigation/ic-top-navigation.css +46 -20
  453. package/dist/collection/components/ic-top-navigation/ic-top-navigation.js +44 -14
  454. package/dist/collection/components/ic-top-navigation/ic-top-navigation.js.map +1 -1
  455. package/dist/collection/components/ic-top-navigation/ic-top-navigation.stories.js +28 -13
  456. package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.spec.js +3 -3
  457. package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.spec.js.map +1 -1
  458. package/dist/collection/components/ic-typography/ic-typography.css +16 -12
  459. package/dist/collection/components/ic-typography/ic-typography.js +31 -5
  460. package/dist/collection/components/ic-typography/ic-typography.js.map +1 -1
  461. package/dist/collection/components/ic-typography/ic-typography.stories.js +10 -0
  462. package/dist/collection/components/ic-typography/test/basic/ic-typography.spec.js +14 -0
  463. package/dist/collection/components/ic-typography/test/basic/ic-typography.spec.js.map +1 -1
  464. package/dist/collection/patterns/z-index.stories.js +2 -2
  465. package/dist/collection/utils/constants.js +1 -1
  466. package/dist/collection/utils/constants.js.map +1 -1
  467. package/dist/collection/utils/helpers.js +49 -19
  468. package/dist/collection/utils/helpers.js.map +1 -1
  469. package/dist/collection/utils/types.js +6 -6
  470. package/dist/collection/utils/types.js.map +1 -1
  471. package/dist/components/helpers.js +64 -21
  472. package/dist/components/helpers.js.map +1 -1
  473. package/dist/components/ic-accordion-group.js +16 -16
  474. package/dist/components/ic-accordion-group.js.map +1 -1
  475. package/dist/components/ic-accordion.js +7 -7
  476. package/dist/components/ic-accordion.js.map +1 -1
  477. package/dist/components/ic-alert.js +128 -1
  478. package/dist/components/ic-alert.js.map +1 -1
  479. package/dist/components/ic-back-to-top.js +29 -16
  480. package/dist/components/ic-back-to-top.js.map +1 -1
  481. package/dist/components/ic-badge.js +25 -54
  482. package/dist/components/ic-badge.js.map +1 -1
  483. package/dist/components/ic-breadcrumb-group.js +31 -16
  484. package/dist/components/ic-breadcrumb-group.js.map +1 -1
  485. package/dist/components/ic-breadcrumb2.js +57 -8
  486. package/dist/components/ic-breadcrumb2.js.map +1 -1
  487. package/dist/components/ic-button2.js +29 -33
  488. package/dist/components/ic-button2.js.map +1 -1
  489. package/dist/components/{ic-data-entity.d.ts → ic-card-vertical.d.ts} +4 -4
  490. package/dist/components/ic-card-vertical.js +198 -0
  491. package/dist/components/ic-card-vertical.js.map +1 -0
  492. package/dist/components/ic-checkbox-group.js +24 -11
  493. package/dist/components/ic-checkbox-group.js.map +1 -1
  494. package/dist/components/ic-checkbox.js +9 -21
  495. package/dist/components/ic-checkbox.js.map +1 -1
  496. package/dist/components/ic-chip.js +24 -23
  497. package/dist/components/ic-chip.js.map +1 -1
  498. package/dist/components/ic-classification-banner.js +2 -2
  499. package/dist/components/ic-classification-banner.js.map +1 -1
  500. package/dist/components/{ic-card.d.ts → ic-data-list.d.ts} +4 -4
  501. package/dist/components/ic-data-list.js +56 -0
  502. package/dist/components/ic-data-list.js.map +1 -0
  503. package/dist/components/ic-data-row.js +14 -13
  504. package/dist/components/ic-data-row.js.map +1 -1
  505. package/dist/components/ic-dialog.js +17 -119
  506. package/dist/components/ic-dialog.js.map +1 -1
  507. package/dist/components/ic-divider2.js +89 -13
  508. package/dist/components/ic-divider2.js.map +1 -1
  509. package/dist/components/ic-empty-state.js +11 -8
  510. package/dist/components/ic-empty-state.js.map +1 -1
  511. package/dist/components/ic-footer-link-group.js +14 -15
  512. package/dist/components/ic-footer-link-group.js.map +1 -1
  513. package/dist/components/ic-footer-link.js +19 -13
  514. package/dist/components/ic-footer-link.js.map +1 -1
  515. package/dist/components/ic-footer.js +12 -14
  516. package/dist/components/ic-footer.js.map +1 -1
  517. package/dist/components/ic-hero.js +13 -17
  518. package/dist/components/ic-hero.js.map +1 -1
  519. package/dist/components/ic-horizontal-scroll2.js +17 -9
  520. package/dist/components/ic-horizontal-scroll2.js.map +1 -1
  521. package/dist/components/ic-input-component-container2.js +12 -31
  522. package/dist/components/ic-input-component-container2.js.map +1 -1
  523. package/dist/components/ic-input-label2.js +18 -23
  524. package/dist/components/ic-input-label2.js.map +1 -1
  525. package/dist/components/ic-input-validation2.js +9 -10
  526. package/dist/components/ic-input-validation2.js.map +1 -1
  527. package/dist/components/ic-link2.js +25 -18
  528. package/dist/components/ic-link2.js.map +1 -1
  529. package/dist/components/ic-loading-indicator2.js +29 -23
  530. package/dist/components/ic-loading-indicator2.js.map +1 -1
  531. package/dist/components/ic-menu-group.js +2 -2
  532. package/dist/components/ic-menu-group.js.map +1 -1
  533. package/dist/components/ic-menu-item2.js +14 -14
  534. package/dist/components/ic-menu-item2.js.map +1 -1
  535. package/dist/components/ic-menu2.js +473 -180
  536. package/dist/components/ic-menu2.js.map +1 -1
  537. package/dist/components/ic-navigation-button.js +14 -11
  538. package/dist/components/ic-navigation-button.js.map +1 -1
  539. package/dist/components/ic-navigation-group.js +16 -14
  540. package/dist/components/ic-navigation-group.js.map +1 -1
  541. package/dist/components/ic-navigation-item.js +13 -10
  542. package/dist/components/ic-navigation-item.js.map +1 -1
  543. package/dist/components/ic-navigation-menu2.js +6 -4
  544. package/dist/components/ic-navigation-menu2.js.map +1 -1
  545. package/dist/components/ic-page-header.js +11 -10
  546. package/dist/components/ic-page-header.js.map +1 -1
  547. package/dist/components/ic-pagination-item2.js +10 -12
  548. package/dist/components/ic-pagination-item2.js.map +1 -1
  549. package/dist/components/ic-pagination.js +56 -49
  550. package/dist/components/ic-pagination.js.map +1 -1
  551. package/dist/components/ic-popover-menu.js +24 -3
  552. package/dist/components/ic-popover-menu.js.map +1 -1
  553. package/dist/components/ic-radio-group.js +35 -19
  554. package/dist/components/ic-radio-group.js.map +1 -1
  555. package/dist/components/ic-radio-option.js +37 -47
  556. package/dist/components/ic-radio-option.js.map +1 -1
  557. package/dist/components/ic-search-bar.js +73 -85
  558. package/dist/components/ic-search-bar.js.map +1 -1
  559. package/dist/components/ic-select.js +197 -89
  560. package/dist/components/ic-select.js.map +1 -1
  561. package/dist/components/ic-side-navigation.js +20 -23
  562. package/dist/components/ic-side-navigation.js.map +1 -1
  563. package/dist/components/ic-skeleton.js +6 -8
  564. package/dist/components/ic-skeleton.js.map +1 -1
  565. package/dist/components/ic-status-tag.js +9 -16
  566. package/dist/components/ic-status-tag.js.map +1 -1
  567. package/dist/components/ic-step.js +48 -51
  568. package/dist/components/ic-step.js.map +1 -1
  569. package/dist/components/ic-stepper.js +29 -18
  570. package/dist/components/ic-stepper.js.map +1 -1
  571. package/dist/components/ic-switch.js +18 -19
  572. package/dist/components/ic-switch.js.map +1 -1
  573. package/dist/components/ic-tab-context.js +39 -31
  574. package/dist/components/ic-tab-context.js.map +1 -1
  575. package/dist/components/ic-tab-group.js +11 -13
  576. package/dist/components/ic-tab-group.js.map +1 -1
  577. package/dist/components/ic-tab-panel.js +17 -13
  578. package/dist/components/ic-tab-panel.js.map +1 -1
  579. package/dist/components/ic-tab.js +11 -9
  580. package/dist/components/ic-tab.js.map +1 -1
  581. package/dist/components/ic-text-field.js +371 -1
  582. package/dist/components/ic-text-field.js.map +1 -1
  583. package/dist/components/ic-theme.js +51 -25
  584. package/dist/components/ic-theme.js.map +1 -1
  585. package/dist/components/ic-toast-region.js +1 -9
  586. package/dist/components/ic-toast-region.js.map +1 -1
  587. package/dist/components/ic-toast.js +86 -37
  588. package/dist/components/ic-toast.js.map +1 -1
  589. package/dist/components/ic-toggle-button-group.js +71 -30
  590. package/dist/components/ic-toggle-button-group.js.map +1 -1
  591. package/dist/components/ic-toggle-button.js +73 -40
  592. package/dist/components/ic-toggle-button.js.map +1 -1
  593. package/dist/components/ic-tooltip2.js +8 -3
  594. package/dist/components/ic-tooltip2.js.map +1 -1
  595. package/dist/components/ic-top-navigation.js +19 -13
  596. package/dist/components/ic-top-navigation.js.map +1 -1
  597. package/dist/components/ic-typography2.js +9 -6
  598. package/dist/components/ic-typography2.js.map +1 -1
  599. package/dist/core/ag-theme-icds.css +32 -31
  600. package/dist/core/core.css +1606 -64
  601. package/dist/core/core.esm.js +1 -1
  602. package/dist/core/core.esm.js.map +1 -1
  603. package/dist/core/p-0cb72d37.entry.js +2 -0
  604. package/dist/core/p-0cb72d37.entry.js.map +1 -0
  605. package/dist/core/p-1223d0e9.entry.js +2 -0
  606. package/dist/core/p-1223d0e9.entry.js.map +1 -0
  607. package/dist/core/p-190c3474.entry.js +2 -0
  608. package/dist/core/p-190c3474.entry.js.map +1 -0
  609. package/dist/core/p-199b9196.entry.js +2 -0
  610. package/dist/core/p-199b9196.entry.js.map +1 -0
  611. package/dist/core/p-1bf956cb.entry.js +2 -0
  612. package/dist/core/p-1bf956cb.entry.js.map +1 -0
  613. package/dist/core/p-20ac0d2a.entry.js +2 -0
  614. package/dist/core/p-20ac0d2a.entry.js.map +1 -0
  615. package/dist/core/p-2197e83e.entry.js +2 -0
  616. package/dist/core/p-2197e83e.entry.js.map +1 -0
  617. package/dist/core/p-243ad74c.entry.js +2 -0
  618. package/dist/core/p-243ad74c.entry.js.map +1 -0
  619. package/dist/core/p-24a34d72.entry.js +2 -0
  620. package/dist/core/p-24a34d72.entry.js.map +1 -0
  621. package/dist/core/{p-7438ab1f.entry.js → p-26bc7c62.entry.js} +2 -2
  622. package/dist/core/p-26bc7c62.entry.js.map +1 -0
  623. package/dist/core/{p-3eda4e14.entry.js → p-27274ca8.entry.js} +2 -2
  624. package/dist/core/p-27274ca8.entry.js.map +1 -0
  625. package/dist/core/p-29afeb33.entry.js +2 -0
  626. package/dist/core/p-29afeb33.entry.js.map +1 -0
  627. package/dist/core/p-2cc0d6b9.entry.js +2 -0
  628. package/dist/core/p-2cc0d6b9.entry.js.map +1 -0
  629. package/dist/core/p-31c84a47.entry.js +2 -0
  630. package/dist/core/p-31c84a47.entry.js.map +1 -0
  631. package/dist/core/p-33b44dc1.entry.js +2 -0
  632. package/dist/core/p-33b44dc1.entry.js.map +1 -0
  633. package/dist/core/p-36ac5305.entry.js +2 -0
  634. package/dist/core/p-36ac5305.entry.js.map +1 -0
  635. package/dist/core/{p-3969d3c0.entry.js → p-3ea4a005.entry.js} +2 -2
  636. package/dist/core/p-3ea4a005.entry.js.map +1 -0
  637. package/dist/core/p-404b482e.entry.js +2 -0
  638. package/dist/core/p-404b482e.entry.js.map +1 -0
  639. package/dist/core/p-419d3378.entry.js +2 -0
  640. package/dist/core/p-419d3378.entry.js.map +1 -0
  641. package/dist/core/p-47038ea3.entry.js +2 -0
  642. package/dist/core/p-47038ea3.entry.js.map +1 -0
  643. package/dist/core/p-490bf0ee.entry.js +2 -0
  644. package/dist/core/p-490bf0ee.entry.js.map +1 -0
  645. package/dist/core/p-4e6e34fe.entry.js +2 -0
  646. package/dist/core/p-4e6e34fe.entry.js.map +1 -0
  647. package/dist/core/p-4fce49bd.entry.js +2 -0
  648. package/dist/core/p-4fce49bd.entry.js.map +1 -0
  649. package/dist/core/p-50b04d0f.entry.js +2 -0
  650. package/dist/core/p-50b04d0f.entry.js.map +1 -0
  651. package/dist/core/p-5b42dbef.entry.js +2 -0
  652. package/dist/core/p-5b42dbef.entry.js.map +1 -0
  653. package/dist/core/p-5be2c26a.entry.js +2 -0
  654. package/dist/core/p-5be2c26a.entry.js.map +1 -0
  655. package/dist/core/p-5d5345a4.entry.js +2 -0
  656. package/dist/core/p-5d5345a4.entry.js.map +1 -0
  657. package/dist/core/p-5dcc0489.entry.js +2 -0
  658. package/dist/core/p-5dcc0489.entry.js.map +1 -0
  659. package/dist/core/p-5f6d6b3f.entry.js +2 -0
  660. package/dist/core/p-5f6d6b3f.entry.js.map +1 -0
  661. package/dist/core/p-5f74782e.entry.js +2 -0
  662. package/dist/core/p-5f74782e.entry.js.map +1 -0
  663. package/dist/core/p-641e244d.entry.js +2 -0
  664. package/dist/core/p-641e244d.entry.js.map +1 -0
  665. package/dist/core/p-6c1cf351.entry.js +2 -0
  666. package/dist/core/p-6c1cf351.entry.js.map +1 -0
  667. package/dist/core/p-6e630778.entry.js +2 -0
  668. package/dist/core/p-6e630778.entry.js.map +1 -0
  669. package/dist/core/p-7c8cd719.entry.js +2 -0
  670. package/dist/core/p-7c8cd719.entry.js.map +1 -0
  671. package/dist/core/p-7c94e055.entry.js +2 -0
  672. package/dist/core/p-7c94e055.entry.js.map +1 -0
  673. package/dist/core/p-7fa74998.entry.js +2 -0
  674. package/dist/core/p-7fa74998.entry.js.map +1 -0
  675. package/dist/core/p-7ff4632d.entry.js +2 -0
  676. package/dist/core/p-7ff4632d.entry.js.map +1 -0
  677. package/dist/core/p-84c3a870.entry.js +2 -0
  678. package/dist/core/p-84c3a870.entry.js.map +1 -0
  679. package/dist/core/p-8624bb98.entry.js +2 -0
  680. package/dist/core/p-8624bb98.entry.js.map +1 -0
  681. package/dist/core/p-87aa30b4.entry.js +2 -0
  682. package/dist/core/p-87aa30b4.entry.js.map +1 -0
  683. package/dist/core/p-932f3e3c.js +2 -0
  684. package/dist/core/p-932f3e3c.js.map +1 -0
  685. package/dist/core/{p-6fae7e1f.entry.js → p-96b4ca6e.entry.js} +2 -2
  686. package/dist/core/p-96b4ca6e.entry.js.map +1 -0
  687. package/dist/core/p-9ad4bbf4.entry.js +2 -0
  688. package/dist/core/p-9ad4bbf4.entry.js.map +1 -0
  689. package/dist/core/p-9cfd6855.entry.js +2 -0
  690. package/dist/core/p-9cfd6855.entry.js.map +1 -0
  691. package/dist/core/p-a38f5453.entry.js +2 -0
  692. package/dist/core/p-a38f5453.entry.js.map +1 -0
  693. package/dist/core/p-af934e73.entry.js +2 -0
  694. package/dist/core/p-af934e73.entry.js.map +1 -0
  695. package/dist/core/p-b9941d97.entry.js +2 -0
  696. package/dist/core/p-b9941d97.entry.js.map +1 -0
  697. package/dist/core/p-cf0176be.entry.js +2 -0
  698. package/dist/core/p-cf0176be.entry.js.map +1 -0
  699. package/dist/core/p-cf5d88a9.entry.js +2 -0
  700. package/dist/core/p-cf5d88a9.entry.js.map +1 -0
  701. package/dist/core/p-d21d8014.entry.js +2 -0
  702. package/dist/core/p-d21d8014.entry.js.map +1 -0
  703. package/dist/core/p-df957570.entry.js +2 -0
  704. package/dist/core/p-df957570.entry.js.map +1 -0
  705. package/dist/core/p-e0730a5d.entry.js +2 -0
  706. package/dist/core/p-e0730a5d.entry.js.map +1 -0
  707. package/dist/core/p-e1f8d915.entry.js +2 -0
  708. package/dist/core/p-e1f8d915.entry.js.map +1 -0
  709. package/dist/core/p-e4cb5585.entry.js +2 -0
  710. package/dist/core/p-e4cb5585.entry.js.map +1 -0
  711. package/dist/core/p-f073fc69.entry.js +2 -0
  712. package/dist/core/p-f073fc69.entry.js.map +1 -0
  713. package/dist/core/p-f2d9eefe.entry.js +2 -0
  714. package/dist/core/p-f2d9eefe.entry.js.map +1 -0
  715. package/dist/core/p-f7872eef.entry.js +2 -0
  716. package/dist/core/p-f7872eef.entry.js.map +1 -0
  717. package/dist/core/{p-9df32798.entry.js → p-f9dceda0.entry.js} +2 -2
  718. package/dist/core/p-f9dceda0.entry.js.map +1 -0
  719. package/dist/core/p-fac53f92.entry.js +2 -0
  720. package/dist/core/p-fac53f92.entry.js.map +1 -0
  721. package/dist/esm/core.js +1 -1
  722. package/dist/esm/{helpers-003f27c9.js → helpers-2624c32c.js} +65 -22
  723. package/dist/esm/helpers-2624c32c.js.map +1 -0
  724. package/dist/esm/ic-accordion-group.entry.js +14 -15
  725. package/dist/esm/ic-accordion-group.entry.js.map +1 -1
  726. package/dist/esm/ic-accordion.entry.js +7 -8
  727. package/dist/esm/ic-accordion.entry.js.map +1 -1
  728. package/dist/esm/ic-alert.entry.js +8 -9
  729. package/dist/esm/ic-alert.entry.js.map +1 -1
  730. package/dist/esm/ic-back-to-top.entry.js +16 -17
  731. package/dist/esm/ic-back-to-top.entry.js.map +1 -1
  732. package/dist/esm/ic-badge.entry.js +22 -51
  733. package/dist/esm/ic-badge.entry.js.map +1 -1
  734. package/dist/esm/ic-breadcrumb-group.entry.js +26 -14
  735. package/dist/esm/ic-breadcrumb-group.entry.js.map +1 -1
  736. package/dist/esm/ic-breadcrumb.entry.js +53 -8
  737. package/dist/esm/ic-breadcrumb.entry.js.map +1 -1
  738. package/dist/esm/ic-button_3.entry.js +59 -53
  739. package/dist/esm/ic-button_3.entry.js.map +1 -1
  740. package/dist/esm/ic-card-vertical.entry.js +146 -0
  741. package/dist/esm/ic-card-vertical.entry.js.map +1 -0
  742. package/dist/esm/ic-checkbox-group.entry.js +21 -10
  743. package/dist/esm/ic-checkbox-group.entry.js.map +1 -1
  744. package/dist/esm/ic-checkbox.entry.js +8 -16
  745. package/dist/esm/ic-checkbox.entry.js.map +1 -1
  746. package/dist/esm/ic-chip.entry.js +23 -24
  747. package/dist/esm/ic-chip.entry.js.map +1 -1
  748. package/dist/esm/ic-classification-banner.entry.js +2 -2
  749. package/dist/esm/ic-classification-banner.entry.js.map +1 -1
  750. package/dist/esm/ic-data-list.entry.js +28 -0
  751. package/dist/esm/ic-data-list.entry.js.map +1 -0
  752. package/dist/esm/ic-data-row.entry.js +12 -12
  753. package/dist/esm/ic-data-row.entry.js.map +1 -1
  754. package/dist/esm/ic-dialog.entry.js +14 -105
  755. package/dist/esm/ic-dialog.entry.js.map +1 -1
  756. package/dist/esm/ic-divider.entry.js +74 -11
  757. package/dist/esm/ic-divider.entry.js.map +1 -1
  758. package/dist/esm/ic-empty-state.entry.js +9 -8
  759. package/dist/esm/ic-empty-state.entry.js.map +1 -1
  760. package/dist/esm/ic-footer-link-group.entry.js +12 -14
  761. package/dist/esm/ic-footer-link-group.entry.js.map +1 -1
  762. package/dist/esm/ic-footer-link.entry.js +11 -12
  763. package/dist/esm/ic-footer-link.entry.js.map +1 -1
  764. package/dist/esm/ic-footer.entry.js +11 -13
  765. package/dist/esm/ic-footer.entry.js.map +1 -1
  766. package/dist/esm/ic-hero.entry.js +12 -15
  767. package/dist/esm/ic-hero.entry.js.map +1 -1
  768. package/dist/esm/ic-horizontal-scroll.entry.js +15 -9
  769. package/dist/esm/ic-horizontal-scroll.entry.js.map +1 -1
  770. package/dist/esm/ic-input-component-container_3.entry.js +478 -201
  771. package/dist/esm/ic-input-component-container_3.entry.js.map +1 -1
  772. package/dist/esm/ic-input-label_2.entry.js +23 -28
  773. package/dist/esm/ic-input-label_2.entry.js.map +1 -1
  774. package/dist/esm/ic-link.entry.js +22 -15
  775. package/dist/esm/ic-link.entry.js.map +1 -1
  776. package/dist/esm/ic-menu-group.entry.js +2 -3
  777. package/dist/esm/ic-menu-group.entry.js.map +1 -1
  778. package/dist/esm/ic-menu-item.entry.js +12 -13
  779. package/dist/esm/ic-menu-item.entry.js.map +1 -1
  780. package/dist/esm/ic-navigation-button.entry.js +12 -10
  781. package/dist/esm/ic-navigation-button.entry.js.map +1 -1
  782. package/dist/esm/ic-navigation-group.entry.js +14 -14
  783. package/dist/esm/ic-navigation-group.entry.js.map +1 -1
  784. package/dist/esm/ic-navigation-item.entry.js +11 -10
  785. package/dist/esm/ic-navigation-item.entry.js.map +1 -1
  786. package/dist/esm/ic-navigation-menu.entry.js +5 -5
  787. package/dist/esm/ic-navigation-menu.entry.js.map +1 -1
  788. package/dist/esm/ic-page-header.entry.js +10 -10
  789. package/dist/esm/ic-page-header.entry.js.map +1 -1
  790. package/dist/esm/ic-pagination-item.entry.js +8 -12
  791. package/dist/esm/ic-pagination-item.entry.js.map +1 -1
  792. package/dist/esm/ic-pagination.entry.js +51 -46
  793. package/dist/esm/ic-pagination.entry.js.map +1 -1
  794. package/dist/esm/ic-popover-menu.entry.js +23 -4
  795. package/dist/esm/ic-popover-menu.entry.js.map +1 -1
  796. package/dist/esm/ic-radio-group.entry.js +32 -18
  797. package/dist/esm/ic-radio-group.entry.js.map +1 -1
  798. package/dist/esm/ic-radio-option.entry.js +34 -40
  799. package/dist/esm/ic-radio-option.entry.js.map +1 -1
  800. package/dist/esm/ic-search-bar.entry.js +56 -57
  801. package/dist/esm/ic-search-bar.entry.js.map +1 -1
  802. package/dist/esm/ic-select.entry.js +193 -80
  803. package/dist/esm/ic-select.entry.js.map +1 -1
  804. package/dist/esm/ic-side-navigation.entry.js +19 -22
  805. package/dist/esm/ic-side-navigation.entry.js.map +1 -1
  806. package/dist/esm/ic-skeleton.entry.js +5 -6
  807. package/dist/esm/ic-skeleton.entry.js.map +1 -1
  808. package/dist/esm/ic-status-tag.entry.js +8 -16
  809. package/dist/esm/ic-status-tag.entry.js.map +1 -1
  810. package/dist/esm/ic-step.entry.js +41 -46
  811. package/dist/esm/ic-step.entry.js.map +1 -1
  812. package/dist/esm/ic-stepper.entry.js +27 -18
  813. package/dist/esm/ic-stepper.entry.js.map +1 -1
  814. package/dist/esm/ic-switch.entry.js +17 -18
  815. package/dist/esm/ic-switch.entry.js.map +1 -1
  816. package/dist/esm/ic-tab-context.entry.js +34 -28
  817. package/dist/esm/ic-tab-context.entry.js.map +1 -1
  818. package/dist/esm/ic-tab-group.entry.js +9 -11
  819. package/dist/esm/ic-tab-group.entry.js.map +1 -1
  820. package/dist/esm/ic-tab-panel.entry.js +12 -11
  821. package/dist/esm/ic-tab-panel.entry.js.map +1 -1
  822. package/dist/esm/ic-tab.entry.js +10 -9
  823. package/dist/esm/ic-tab.entry.js.map +1 -1
  824. package/dist/esm/ic-text-field.entry.js +81 -72
  825. package/dist/esm/ic-text-field.entry.js.map +1 -1
  826. package/dist/esm/ic-theme.entry.js +45 -22
  827. package/dist/esm/ic-theme.entry.js.map +1 -1
  828. package/dist/esm/ic-toast-region.entry.js +0 -7
  829. package/dist/esm/ic-toast-region.entry.js.map +1 -1
  830. package/dist/esm/ic-toast.entry.js +83 -36
  831. package/dist/esm/ic-toast.entry.js.map +1 -1
  832. package/dist/esm/ic-toggle-button-group.entry.js +63 -30
  833. package/dist/esm/ic-toggle-button-group.entry.js.map +1 -1
  834. package/dist/esm/ic-toggle-button.entry.js +65 -34
  835. package/dist/esm/ic-toggle-button.entry.js.map +1 -1
  836. package/dist/esm/ic-top-navigation.entry.js +17 -12
  837. package/dist/esm/ic-top-navigation.entry.js.map +1 -1
  838. package/dist/esm/ic-typography.entry.js +9 -8
  839. package/dist/esm/ic-typography.entry.js.map +1 -1
  840. package/dist/esm/index-d1d2c456.js +16 -16
  841. package/dist/esm/loader.js +1 -1
  842. package/dist/types/components/ic-accordion/ic-accordion.d.ts +5 -5
  843. package/dist/types/components/ic-accordion-group/ic-accordion-group.d.ts +6 -6
  844. package/dist/types/components/ic-alert/ic-alert.d.ts +9 -9
  845. package/dist/types/components/ic-back-to-top/ic-back-to-top.d.ts +5 -1
  846. package/dist/types/components/ic-badge/ic-badge.d.ts +8 -15
  847. package/dist/types/components/ic-breadcrumb/ic-breadcrumb.d.ts +17 -5
  848. package/dist/types/components/ic-breadcrumb-group/ic-breadcrumb-group.d.ts +13 -7
  849. package/dist/types/components/ic-button/ic-button.d.ts +10 -7
  850. package/dist/types/components/{ic-card/ic-card.d.ts → ic-card-vertical/ic-card-vertical.d.ts} +10 -6
  851. package/dist/types/components/ic-checkbox/ic-checkbox.d.ts +3 -27
  852. package/dist/types/components/ic-checkbox-group/ic-checkbox-group.d.ts +5 -3
  853. package/dist/types/components/ic-chip/ic-chip.d.ts +8 -11
  854. package/dist/types/components/ic-data-list/ic-data-list.d.ts +20 -0
  855. package/dist/types/components/ic-data-row/ic-data-row.d.ts +4 -4
  856. package/dist/types/components/ic-dialog/ic-dialog.d.ts +5 -37
  857. package/dist/types/components/ic-divider/ic-divider.d.ts +33 -3
  858. package/dist/types/components/ic-divider/ic-divider.types.d.ts +3 -0
  859. package/dist/types/components/ic-empty-state/ic-empty-state.d.ts +6 -2
  860. package/dist/types/components/ic-footer/ic-footer.d.ts +3 -3
  861. package/dist/types/components/ic-footer-link/ic-footer-link.d.ts +3 -3
  862. package/dist/types/components/ic-footer-link-group/ic-footer-link-group.d.ts +4 -3
  863. package/dist/types/components/ic-hero/ic-hero.d.ts +5 -9
  864. package/dist/types/components/ic-horizontal-scroll/ic-horizontal-scroll.d.ts +8 -2
  865. package/dist/types/components/ic-input-component-container/ic-input-component-container.d.ts +0 -12
  866. package/dist/types/components/ic-input-label/ic-input-label.d.ts +8 -12
  867. package/dist/types/components/ic-link/ic-link.d.ts +10 -10
  868. package/dist/types/components/ic-loading-indicator/ic-loading-indicator.d.ts +12 -8
  869. package/dist/types/components/ic-loading-indicator/ic-loading-indicator.types.d.ts +1 -1
  870. package/dist/types/components/ic-menu/ic-menu.d.ts +49 -20
  871. package/dist/types/components/ic-menu-item/ic-menu-item.d.ts +5 -5
  872. package/dist/types/components/ic-navigation-button/ic-navigation-button.d.ts +7 -3
  873. package/dist/types/components/ic-navigation-group/ic-navigation-group.d.ts +7 -3
  874. package/dist/types/components/ic-navigation-item/ic-navigation-item.d.ts +7 -3
  875. package/dist/types/components/ic-navigation-menu/ic-navigation-menu.d.ts +5 -0
  876. package/dist/types/components/ic-page-header/ic-page-header.d.ts +5 -5
  877. package/dist/types/components/ic-pagination/ic-pagination.d.ts +13 -9
  878. package/dist/types/components/ic-pagination-item/ic-pagination-item.d.ts +9 -5
  879. package/dist/types/components/ic-popover-menu/ic-popover-menu.d.ts +5 -0
  880. package/dist/types/components/ic-radio-group/ic-radio-group.d.ts +7 -6
  881. package/dist/types/components/ic-radio-option/ic-radio-option.d.ts +8 -27
  882. package/dist/types/components/ic-search-bar/ic-search-bar.d.ts +17 -18
  883. package/dist/types/components/ic-select/ic-select.d.ts +36 -47
  884. package/dist/types/components/ic-side-navigation/ic-side-navigation.d.ts +4 -4
  885. package/dist/types/components/ic-side-navigation/ic-side-navigation.types.d.ts +2 -2
  886. package/dist/types/components/ic-skeleton/ic-skeleton.d.ts +3 -6
  887. package/dist/types/components/ic-status-tag/ic-status-tag.d.ts +9 -10
  888. package/dist/types/components/ic-status-tag/ic-status-tag.types.d.ts +0 -1
  889. package/dist/types/components/ic-step/ic-step.d.ts +11 -6
  890. package/dist/types/components/ic-stepper/ic-stepper.d.ts +6 -4
  891. package/dist/types/components/ic-stepper/test/basic/ic-stepper-test-examples.d.ts +4 -4
  892. package/dist/types/components/ic-switch/ic-switch.d.ts +4 -8
  893. package/dist/types/components/ic-tab/ic-tab.d.ts +5 -3
  894. package/dist/types/components/ic-tab-context/ic-tab-context.d.ts +11 -11
  895. package/dist/types/components/ic-tab-group/ic-tab-group.d.ts +5 -10
  896. package/dist/types/components/ic-tab-panel/ic-tab-panel.d.ts +13 -7
  897. package/dist/types/components/ic-text-field/ic-text-field.d.ts +15 -19
  898. package/dist/types/components/ic-theme/ic-theme.d.ts +15 -8
  899. package/dist/types/components/ic-toast/ic-toast.d.ts +8 -1
  900. package/dist/types/components/ic-toast-region/ic-toast-region.d.ts +0 -5
  901. package/dist/types/components/ic-toggle-button/ic-toggle-button.d.ts +11 -10
  902. package/dist/types/components/ic-toggle-button-group/ic-toggle-button-group.d.ts +15 -5
  903. package/dist/types/components/ic-toggle-button-group/ic-toggle-button-group.types.d.ts +1 -1
  904. package/dist/types/components/ic-tooltip/ic-tooltip.d.ts +5 -0
  905. package/dist/types/components/ic-top-navigation/ic-top-navigation.d.ts +8 -4
  906. package/dist/types/components/ic-typography/ic-typography.d.ts +5 -1
  907. package/dist/types/components.d.ts +647 -662
  908. package/dist/types/utils/helpers.d.ts +16 -8
  909. package/dist/types/utils/types.d.ts +11 -9
  910. package/hydrate/index.js +2155 -1491
  911. package/package.json +13 -12
  912. package/vscode-data.json +827 -467
  913. package/dist/cjs/helpers-6f6991cb.js.map +0 -1
  914. package/dist/cjs/ic-card.cjs.entry.js +0 -149
  915. package/dist/cjs/ic-card.cjs.entry.js.map +0 -1
  916. package/dist/cjs/ic-data-entity.cjs.entry.js +0 -29
  917. package/dist/cjs/ic-data-entity.cjs.entry.js.map +0 -1
  918. package/dist/cjs/types-dc22e301.js +0 -16
  919. package/dist/cjs/types-dc22e301.js.map +0 -1
  920. package/dist/collection/components/ic-card/ic-card.js.map +0 -1
  921. package/dist/collection/components/ic-card/test/basic/ic-card.spec.js.map +0 -1
  922. package/dist/collection/components/ic-chip/ic-chip.types.js +0 -2
  923. package/dist/collection/components/ic-chip/ic-chip.types.js.map +0 -1
  924. package/dist/collection/components/ic-data-entity/ic-data-entity.js.map +0 -1
  925. package/dist/collection/components/ic-data-entity/test/basic/ic-data-entity.spec.js.map +0 -1
  926. package/dist/components/ic-alert2.js +0 -132
  927. package/dist/components/ic-alert2.js.map +0 -1
  928. package/dist/components/ic-card.js +0 -196
  929. package/dist/components/ic-card.js.map +0 -1
  930. package/dist/components/ic-data-entity.js +0 -53
  931. package/dist/components/ic-data-entity.js.map +0 -1
  932. package/dist/components/ic-text-field2.js +0 -368
  933. package/dist/components/ic-text-field2.js.map +0 -1
  934. package/dist/components/types.js +0 -16
  935. package/dist/components/types.js.map +0 -1
  936. package/dist/core/p-08478a4c.entry.js +0 -2
  937. package/dist/core/p-08478a4c.entry.js.map +0 -1
  938. package/dist/core/p-12bac804.entry.js +0 -2
  939. package/dist/core/p-12bac804.entry.js.map +0 -1
  940. package/dist/core/p-13b2c3a2.entry.js +0 -2
  941. package/dist/core/p-13b2c3a2.entry.js.map +0 -1
  942. package/dist/core/p-168a7440.entry.js +0 -2
  943. package/dist/core/p-168a7440.entry.js.map +0 -1
  944. package/dist/core/p-193fc7d0.entry.js +0 -2
  945. package/dist/core/p-193fc7d0.entry.js.map +0 -1
  946. package/dist/core/p-1e4690f8.entry.js +0 -2
  947. package/dist/core/p-1e4690f8.entry.js.map +0 -1
  948. package/dist/core/p-1f6d36d5.entry.js +0 -2
  949. package/dist/core/p-1f6d36d5.entry.js.map +0 -1
  950. package/dist/core/p-26b7b18f.js +0 -2
  951. package/dist/core/p-26b7b18f.js.map +0 -1
  952. package/dist/core/p-2a11be1e.entry.js +0 -2
  953. package/dist/core/p-2a11be1e.entry.js.map +0 -1
  954. package/dist/core/p-3969d3c0.entry.js.map +0 -1
  955. package/dist/core/p-3ba915a5.entry.js +0 -2
  956. package/dist/core/p-3ba915a5.entry.js.map +0 -1
  957. package/dist/core/p-3e8023ff.entry.js +0 -2
  958. package/dist/core/p-3e8023ff.entry.js.map +0 -1
  959. package/dist/core/p-3eda4e14.entry.js.map +0 -1
  960. package/dist/core/p-4c6dc1b2.entry.js +0 -2
  961. package/dist/core/p-4c6dc1b2.entry.js.map +0 -1
  962. package/dist/core/p-51407872.entry.js +0 -2
  963. package/dist/core/p-51407872.entry.js.map +0 -1
  964. package/dist/core/p-597c221c.entry.js +0 -2
  965. package/dist/core/p-597c221c.entry.js.map +0 -1
  966. package/dist/core/p-65dc77ba.entry.js +0 -2
  967. package/dist/core/p-65dc77ba.entry.js.map +0 -1
  968. package/dist/core/p-6beed7db.entry.js +0 -2
  969. package/dist/core/p-6beed7db.entry.js.map +0 -1
  970. package/dist/core/p-6d8dc552.entry.js +0 -2
  971. package/dist/core/p-6d8dc552.entry.js.map +0 -1
  972. package/dist/core/p-6fae7e1f.entry.js.map +0 -1
  973. package/dist/core/p-72f292f2.entry.js +0 -2
  974. package/dist/core/p-72f292f2.entry.js.map +0 -1
  975. package/dist/core/p-7438ab1f.entry.js.map +0 -1
  976. package/dist/core/p-78f16b1a.entry.js +0 -2
  977. package/dist/core/p-78f16b1a.entry.js.map +0 -1
  978. package/dist/core/p-7b3a4b3f.entry.js +0 -2
  979. package/dist/core/p-7b3a4b3f.entry.js.map +0 -1
  980. package/dist/core/p-7f1594d9.entry.js +0 -2
  981. package/dist/core/p-7f1594d9.entry.js.map +0 -1
  982. package/dist/core/p-8dd2d3df.entry.js +0 -2
  983. package/dist/core/p-8dd2d3df.entry.js.map +0 -1
  984. package/dist/core/p-90433147.entry.js +0 -2
  985. package/dist/core/p-90433147.entry.js.map +0 -1
  986. package/dist/core/p-915e5888.entry.js +0 -2
  987. package/dist/core/p-915e5888.entry.js.map +0 -1
  988. package/dist/core/p-91fab13d.entry.js +0 -2
  989. package/dist/core/p-91fab13d.entry.js.map +0 -1
  990. package/dist/core/p-96e79d69.entry.js +0 -2
  991. package/dist/core/p-96e79d69.entry.js.map +0 -1
  992. package/dist/core/p-9a6790d8.entry.js +0 -2
  993. package/dist/core/p-9a6790d8.entry.js.map +0 -1
  994. package/dist/core/p-9df32798.entry.js.map +0 -1
  995. package/dist/core/p-9ef08234.entry.js +0 -2
  996. package/dist/core/p-9ef08234.entry.js.map +0 -1
  997. package/dist/core/p-a020afbd.entry.js +0 -2
  998. package/dist/core/p-a020afbd.entry.js.map +0 -1
  999. package/dist/core/p-a141ea39.entry.js +0 -2
  1000. package/dist/core/p-a141ea39.entry.js.map +0 -1
  1001. package/dist/core/p-a32016ff.entry.js +0 -2
  1002. package/dist/core/p-a32016ff.entry.js.map +0 -1
  1003. package/dist/core/p-a438656d.entry.js +0 -2
  1004. package/dist/core/p-a438656d.entry.js.map +0 -1
  1005. package/dist/core/p-a9cea205.entry.js +0 -2
  1006. package/dist/core/p-a9cea205.entry.js.map +0 -1
  1007. package/dist/core/p-b21d5f94.entry.js +0 -2
  1008. package/dist/core/p-b21d5f94.entry.js.map +0 -1
  1009. package/dist/core/p-b262eaff.entry.js +0 -2
  1010. package/dist/core/p-b262eaff.entry.js.map +0 -1
  1011. package/dist/core/p-b60912a7.entry.js +0 -2
  1012. package/dist/core/p-b60912a7.entry.js.map +0 -1
  1013. package/dist/core/p-b62735aa.entry.js +0 -2
  1014. package/dist/core/p-b62735aa.entry.js.map +0 -1
  1015. package/dist/core/p-ba06cc95.entry.js +0 -2
  1016. package/dist/core/p-ba06cc95.entry.js.map +0 -1
  1017. package/dist/core/p-ba884064.entry.js +0 -2
  1018. package/dist/core/p-ba884064.entry.js.map +0 -1
  1019. package/dist/core/p-bdaff5c9.entry.js +0 -2
  1020. package/dist/core/p-bdaff5c9.entry.js.map +0 -1
  1021. package/dist/core/p-bfaa257c.entry.js +0 -2
  1022. package/dist/core/p-bfaa257c.entry.js.map +0 -1
  1023. package/dist/core/p-c05474f3.entry.js +0 -2
  1024. package/dist/core/p-c05474f3.entry.js.map +0 -1
  1025. package/dist/core/p-c939d07d.entry.js +0 -2
  1026. package/dist/core/p-c939d07d.entry.js.map +0 -1
  1027. package/dist/core/p-d0299926.entry.js +0 -2
  1028. package/dist/core/p-d0299926.entry.js.map +0 -1
  1029. package/dist/core/p-d3344518.entry.js +0 -2
  1030. package/dist/core/p-d3344518.entry.js.map +0 -1
  1031. package/dist/core/p-d375858e.entry.js +0 -2
  1032. package/dist/core/p-d375858e.entry.js.map +0 -1
  1033. package/dist/core/p-d41c847e.js +0 -2
  1034. package/dist/core/p-d41c847e.js.map +0 -1
  1035. package/dist/core/p-e1ab5945.entry.js +0 -2
  1036. package/dist/core/p-e1ab5945.entry.js.map +0 -1
  1037. package/dist/core/p-e668390c.entry.js +0 -2
  1038. package/dist/core/p-e668390c.entry.js.map +0 -1
  1039. package/dist/core/p-eae017ce.entry.js +0 -2
  1040. package/dist/core/p-eae017ce.entry.js.map +0 -1
  1041. package/dist/core/p-ee6aa6a1.entry.js +0 -2
  1042. package/dist/core/p-ee6aa6a1.entry.js.map +0 -1
  1043. package/dist/core/p-f3599009.entry.js +0 -2
  1044. package/dist/core/p-f3599009.entry.js.map +0 -1
  1045. package/dist/core/p-f39741be.entry.js +0 -2
  1046. package/dist/core/p-f39741be.entry.js.map +0 -1
  1047. package/dist/core/p-f404b35e.entry.js +0 -2
  1048. package/dist/core/p-f404b35e.entry.js.map +0 -1
  1049. package/dist/core/p-f4382f1f.entry.js +0 -2
  1050. package/dist/core/p-f4382f1f.entry.js.map +0 -1
  1051. package/dist/esm/helpers-003f27c9.js.map +0 -1
  1052. package/dist/esm/ic-card.entry.js +0 -145
  1053. package/dist/esm/ic-card.entry.js.map +0 -1
  1054. package/dist/esm/ic-data-entity.entry.js +0 -25
  1055. package/dist/esm/ic-data-entity.entry.js.map +0 -1
  1056. package/dist/esm/types-6f6b41a5.js +0 -16
  1057. package/dist/esm/types-6f6b41a5.js.map +0 -1
  1058. package/dist/types/components/ic-chip/ic-chip.types.d.ts +0 -1
  1059. package/dist/types/components/ic-data-entity/ic-data-entity.d.ts +0 -20
@@ -5,13 +5,13 @@
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, IcBlurEventDetail, IcButtonTooltipPlacement, IcColor, IcDeviceSizes, IcEmphasisType, IcInformationStatusOrEmpty, IcMenuOption, IcOrientation, IcSearchMatchPositions, IcSelectMethodTypes, IcSelectTypes, IcSizes, IcSizesNoLarge, IcStatusVariants, IcTheme, IcThemeForeground, IcThemeForegroundNoDefault, IcTypographyVariants, IcValueEventDetail } from "./utils/types";
8
+ import { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAutocompleteTypes, IcAutocorrectStates, IcBlurEventDetail, IcBrand, IcBrandForeground, IcButtonTooltipPlacement, IcColor, IcDeviceSizes, IcEmphasisType, IcIconPlacementOptions, IcInformationStatusOrEmpty, IcMenuOption, IcOrientation, IcSearchMatchPositions, IcSelectMethodTypes, IcSelectTypes, IcSizes, IcSizesNoLarge, IcStatusVariants, IcThemeMode, IcTypographyVariants, IcValueEventDetail } from "./utils/types";
9
9
  import { IcBackToTopVariants } from "./components/ic-back-to-top/ic-back-to-top.types";
10
10
  import { IcBadgePositions, IcBadgeTypes, IcBadgeVariants } from "./components/ic-badge/ic-badge.types";
11
11
  import { IcButtonTypes, IcButtonVariants } from "./components/ic-button/ic-button.types";
12
12
  import { IcChangeEventDetail } from "./components/ic-checkbox-group/ic-checkbox-group.types";
13
- import { IcChipAppearance } from "./components/ic-chip/ic-chip.types";
14
13
  import { IcProtectiveMarkings } from "./components/ic-classification-banner/ic-classification-banner.types";
14
+ import { IcDividerLabelPlacement, IcDividerStyles, IcDividerWeights } from "./components/ic-divider/ic-divider.types";
15
15
  import { IcEmptyStateAlignment } from "./components/ic-empty-state/ic-empty-state.types";
16
16
  import { IcFooterBreakpoints } from "./components/ic-footer/ic-footer.types";
17
17
  import { IcHeroContentAlignments } from "./components/ic-hero/ic-hero.types";
@@ -25,7 +25,7 @@ import { IcPaginationItemType } from "./components/ic-pagination-item/ic-paginat
25
25
  import { IcChangeEventDetail as IcChangeEventDetail2 } from "./components/ic-radio-group/ic-radio-group.types";
26
26
  import { IcExpandedDetail } from "./components/ic-side-navigation/ic-side-navigation.types";
27
27
  import { IcSkeletonVariants } from "./components/ic-skeleton/ic-skeleton.types";
28
- import { IcStatusTagAppearance, IcStatusTagStatuses } from "./components/ic-status-tag/ic-status-tag.types";
28
+ import { IcStatusTagStatuses } from "./components/ic-status-tag/ic-status-tag.types";
29
29
  import { IcStepStatuses, IcStepTypes, IcStepVariants } from "./components/ic-step/ic-step.types";
30
30
  import { IcStepperAlignment } from "./components/ic-stepper/ic-stepper.types";
31
31
  import { IcSwitchChangeEventDetail } from "./components/ic-switch/ic-switch.types";
@@ -34,13 +34,13 @@ import { IcAriaAutocompleteTypes, IcTextFieldInputModes, IcTextFieldTypes } from
34
34
  import { IcChangeEventDetail as IcChangeEventDetail3 } from "./components/ic-toggle-button-group/ic-toggle-button-group.types";
35
35
  import { IcTooltipPlacements } from "./components/ic-tooltip/ic-tooltip.types";
36
36
  import { Options } from "@popperjs/core";
37
- export { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAutocompleteTypes, IcAutocorrectStates, IcBlurEventDetail, IcButtonTooltipPlacement, IcColor, IcDeviceSizes, IcEmphasisType, IcInformationStatusOrEmpty, IcMenuOption, IcOrientation, IcSearchMatchPositions, IcSelectMethodTypes, IcSelectTypes, IcSizes, IcSizesNoLarge, IcStatusVariants, IcTheme, IcThemeForeground, IcThemeForegroundNoDefault, IcTypographyVariants, IcValueEventDetail } from "./utils/types";
37
+ export { IcActivationTypes, IcAdditionalFieldTypes, IcAlignment, IcAutocompleteTypes, IcAutocorrectStates, IcBlurEventDetail, IcBrand, IcBrandForeground, IcButtonTooltipPlacement, IcColor, IcDeviceSizes, IcEmphasisType, IcIconPlacementOptions, IcInformationStatusOrEmpty, IcMenuOption, IcOrientation, IcSearchMatchPositions, IcSelectMethodTypes, IcSelectTypes, IcSizes, IcSizesNoLarge, IcStatusVariants, IcThemeMode, IcTypographyVariants, IcValueEventDetail } from "./utils/types";
38
38
  export { IcBackToTopVariants } from "./components/ic-back-to-top/ic-back-to-top.types";
39
39
  export { IcBadgePositions, IcBadgeTypes, IcBadgeVariants } from "./components/ic-badge/ic-badge.types";
40
40
  export { IcButtonTypes, IcButtonVariants } from "./components/ic-button/ic-button.types";
41
41
  export { IcChangeEventDetail } from "./components/ic-checkbox-group/ic-checkbox-group.types";
42
- export { IcChipAppearance } from "./components/ic-chip/ic-chip.types";
43
42
  export { IcProtectiveMarkings } from "./components/ic-classification-banner/ic-classification-banner.types";
43
+ export { IcDividerLabelPlacement, IcDividerStyles, IcDividerWeights } from "./components/ic-divider/ic-divider.types";
44
44
  export { IcEmptyStateAlignment } from "./components/ic-empty-state/ic-empty-state.types";
45
45
  export { IcFooterBreakpoints } from "./components/ic-footer/ic-footer.types";
46
46
  export { IcHeroContentAlignments } from "./components/ic-hero/ic-hero.types";
@@ -54,7 +54,7 @@ export { IcPaginationItemType } from "./components/ic-pagination-item/ic-paginat
54
54
  export { IcChangeEventDetail as IcChangeEventDetail2 } from "./components/ic-radio-group/ic-radio-group.types";
55
55
  export { IcExpandedDetail } from "./components/ic-side-navigation/ic-side-navigation.types";
56
56
  export { IcSkeletonVariants } from "./components/ic-skeleton/ic-skeleton.types";
57
- export { IcStatusTagAppearance, IcStatusTagStatuses } from "./components/ic-status-tag/ic-status-tag.types";
57
+ export { IcStatusTagStatuses } from "./components/ic-status-tag/ic-status-tag.types";
58
58
  export { IcStepStatuses, IcStepTypes, IcStepVariants } from "./components/ic-step/ic-step.types";
59
59
  export { IcStepperAlignment } from "./components/ic-stepper/ic-stepper.types";
60
60
  export { IcSwitchChangeEventDetail } from "./components/ic-switch/ic-switch.types";
@@ -65,7 +65,6 @@ export { IcTooltipPlacements } from "./components/ic-tooltip/ic-tooltip.types";
65
65
  export { Options } from "@popperjs/core";
66
66
  export namespace Components {
67
67
  interface IcAccordion {
68
- "appearance"?: IcThemeForeground;
69
68
  /**
70
69
  * If `true`, the accordion will be disabled.
71
70
  */
@@ -90,16 +89,16 @@ export namespace Components {
90
89
  * The size of the accordion.
91
90
  */
92
91
  "size"?: IcSizes;
92
+ /**
93
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
94
+ */
95
+ "theme"?: IcThemeMode;
93
96
  }
94
97
  interface IcAccordionGroup {
95
98
  /**
96
99
  * The accessible button label to provide more context to the 'See all/Hide all' button for screen reader users.
97
100
  */
98
101
  "accessibleButtonLabel": string;
99
- /**
100
- * The appearance of the accordion group, e.g dark, or light.
101
- */
102
- "appearance": IcThemeForeground;
103
102
  /**
104
103
  * If `true`, the accordion will load in an expanded state.
105
104
  */
@@ -107,7 +106,7 @@ export namespace Components {
107
106
  /**
108
107
  * The header for the accordion group.
109
108
  */
110
- "groupTitle": string;
109
+ "label": string;
111
110
  /**
112
111
  * Sets the focus on first focusable element in the accordion group. If the "See/Hide all" button is present, it will be focused. Otherwise, the first accordion will be focused.
113
112
  */
@@ -120,6 +119,10 @@ export namespace Components {
120
119
  * The size of the accordion.
121
120
  */
122
121
  "size"?: IcSizes;
122
+ /**
123
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
124
+ */
125
+ "theme"?: IcThemeMode;
123
126
  }
124
127
  interface IcAlert {
125
128
  /**
@@ -142,6 +145,10 @@ export namespace Components {
142
145
  * If `true`, the default icon for the neutral variant will appear on the left of the alert.
143
146
  */
144
147
  "showDefaultIcon": boolean;
148
+ /**
149
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
150
+ */
151
+ "theme"?: IcThemeMode;
145
152
  /**
146
153
  * If `true`, the title and message will appear above and below instead of inline.
147
154
  */
@@ -156,6 +163,10 @@ export namespace Components {
156
163
  * The ID of the element to jump back to when the link is clicked.
157
164
  */
158
165
  "target": string;
166
+ /**
167
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
168
+ */
169
+ "theme"?: IcThemeMode;
159
170
  /**
160
171
  * The variant of the button to render
161
172
  */
@@ -171,29 +182,25 @@ export namespace Components {
171
182
  */
172
183
  "customColor"?: IcColor;
173
184
  /**
174
- * @deprecated This method should not be used anymore. Use visible prop to set badge visibility.
185
+ * The text displayed in the badge. This will only be displayed if type="text".
175
186
  */
176
- "hideBadge": () => Promise<void>;
187
+ "label"?: string;
177
188
  /**
178
- * The maximum number shown on the badge appended with a +. This will only be displayed if type="text" and textLabel is not empty.
189
+ * The maximum number shown on the badge appended with a +. This will only be displayed if type="text" and label is not empty.
179
190
  */
180
191
  "maxNumber"?: number;
181
192
  /**
182
193
  * The positioning of the badge in reference to the parent element.
183
194
  */
184
195
  "position"?: IcBadgePositions;
185
- /**
186
- * @deprecated This method should not be used anymore. Use visible prop to set badge visibility.
187
- */
188
- "showBadge": () => Promise<void>;
189
196
  /**
190
197
  * The size of the badge to be displayed.
191
198
  */
192
199
  "size"?: IcSizes;
193
200
  /**
194
- * The text displayed in the badge. This will only be displayed if type="text".
201
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
195
202
  */
196
- "textLabel"?: string;
203
+ "theme"?: IcThemeMode;
197
204
  /**
198
205
  * The type of badge to be displayed.
199
206
  */
@@ -208,7 +215,6 @@ export namespace Components {
208
215
  "visible": boolean;
209
216
  }
210
217
  interface IcBreadcrumb {
211
- "appearance": IcThemeForeground;
212
218
  /**
213
219
  * If `true`, aria-current will be set on the breadcrumb.
214
220
  */
@@ -217,6 +223,7 @@ export namespace Components {
217
223
  * The URL that the breadcrumb link points to.
218
224
  */
219
225
  "href"?: string;
226
+ "monochrome"?: boolean;
220
227
  /**
221
228
  * The title of the breadcrumb.
222
229
  */
@@ -226,12 +233,9 @@ export namespace Components {
226
233
  */
227
234
  "setFocus": () => Promise<void>;
228
235
  "showBackIcon": boolean;
236
+ "theme"?: IcThemeMode;
229
237
  }
230
238
  interface IcBreadcrumbGroup {
231
- /**
232
- * The appearance of the breadcrumb group.
233
- */
234
- "appearance": IcThemeForeground;
235
239
  /**
236
240
  * If `true`, display only a single breadcrumb for the parent page with a back icon.
237
241
  */
@@ -240,16 +244,20 @@ export namespace Components {
240
244
  * If `true`, all breadcrumbs between the first and last breadcrumb will be collapsed.
241
245
  */
242
246
  "collapsed": boolean;
247
+ /**
248
+ * If `true`, the breadcrumb group will display as black in the light theme, and white in the dark theme.
249
+ */
250
+ "monochrome"?: boolean;
251
+ /**
252
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
253
+ */
254
+ "theme"?: IcThemeMode;
243
255
  }
244
256
  interface IcButton {
245
257
  /**
246
258
  * If `fileUpload` is set to `true`, this is the accepted list of file types.
247
259
  */
248
260
  "accept"?: string;
249
- /**
250
- * The appearance of the button, e.g. dark, light, or the default.
251
- */
252
- "appearance"?: IcThemeForeground;
253
261
  "ariaControlsId": string | boolean;
254
262
  "ariaOwnsId": string | boolean;
255
263
  /**
@@ -320,6 +328,10 @@ export namespace Components {
320
328
  * If `true`, the button will be in loading state.
321
329
  */
322
330
  "loading"?: boolean;
331
+ /**
332
+ * If `true`, the button will display as monochromatic in either `light` or `dark` theme.
333
+ */
334
+ "monochrome"?: boolean;
323
335
  /**
324
336
  * If `fileUpload` is set to `true`, this boolean determines whether multiple files are accepted.
325
337
  */
@@ -348,6 +360,10 @@ export namespace Components {
348
360
  * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
349
361
  */
350
362
  "target"?: string;
363
+ /**
364
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
365
+ */
366
+ "theme"?: IcThemeMode;
351
367
  /**
352
368
  * The position of the tooltip in relation to the button.
353
369
  */
@@ -365,7 +381,7 @@ export namespace Components {
365
381
  */
366
382
  "variant"?: IcButtonVariants;
367
383
  }
368
- interface IcCard {
384
+ interface IcCardVertical {
369
385
  /**
370
386
  * If `true`, the card will be a clickable variant, instead of static.
371
387
  */
@@ -389,7 +405,7 @@ export namespace Components {
389
405
  /**
390
406
  * The URL that the clickable card link points to. If set, the clickable card will render as an "a" tag, otherwise it will render as a button.
391
407
  */
392
- "href"?: string | undefined;
408
+ "href"?: string;
393
409
  /**
394
410
  * The human language of the linked URL.
395
411
  */
@@ -418,6 +434,10 @@ export namespace Components {
418
434
  * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
419
435
  */
420
436
  "target"?: string;
437
+ /**
438
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
439
+ */
440
+ "theme"?: IcThemeMode;
421
441
  }
422
442
  interface IcCheckbox {
423
443
  /**
@@ -440,26 +460,6 @@ export namespace Components {
440
460
  * The <form> element to associate the checkbox with.
441
461
  */
442
462
  "form"?: string;
443
- /**
444
- * The URL that processes the information submitted by the checkbox. It overrides the action attribute of the checkbox's form owner. Does nothing if there is no form owner.
445
- */
446
- "formaction"?: string;
447
- /**
448
- * The way the submitted form data is encoded.
449
- */
450
- "formenctype"?: string;
451
- /**
452
- * The HTTP method used to submit the form.
453
- */
454
- "formmethod"?: string;
455
- /**
456
- * If `true`, the form will not be validated when submitted.
457
- */
458
- "formnovalidate"?: boolean;
459
- /**
460
- * The place to display the response from submitting the form. It overrides the target attribute of the checkbox's form owner.
461
- */
462
- "formtarget"?: string;
463
463
  /**
464
464
  * The group label for the checkbox.
465
465
  */
@@ -493,9 +493,9 @@ export namespace Components {
493
493
  */
494
494
  "size"?: IcSizes;
495
495
  /**
496
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
496
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
497
497
  */
498
- "small"?: boolean;
498
+ "theme"?: IcThemeMode;
499
499
  /**
500
500
  * The value for the checkbox.
501
501
  */
@@ -531,9 +531,9 @@ export namespace Components {
531
531
  */
532
532
  "size"?: IcSizes;
533
533
  /**
534
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
534
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
535
535
  */
536
- "small": boolean;
536
+ "theme"?: IcThemeMode;
537
537
  /**
538
538
  * The validation status - e.g. 'error' | 'warning' | 'success'.
539
539
  */
@@ -545,11 +545,7 @@ export namespace Components {
545
545
  }
546
546
  interface IcChip {
547
547
  /**
548
- * @deprecated This prop should not be used anymore. Use variant prop instead.
549
- */
550
- "appearance"?: IcChipAppearance;
551
- /**
552
- * The custom chip colour. This prop will be applied to the chip component if `dismissible` is set to `false`. Can be a hex value e.g. "#ff0000", RGB e.g. "rgb(255, 0, 0)", or RGBA e.g. "rgba(255, 0, 0, 1)".
548
+ * The custom chip colour. This will override the theme colour. Can be a hex value e.g. "#ff0000", RGB e.g. "rgb(255, 0, 0)", or RGBA e.g. "rgba(255, 0, 0, 1)".
553
549
  */
554
550
  "customColor"?: IcColor;
555
551
  /**
@@ -577,7 +573,11 @@ export namespace Components {
577
573
  */
578
574
  "size"?: IcSizes;
579
575
  /**
580
- * If `true`, the outlined variant of chip will have a transparent background rather than white.
576
+ * Sets the chip to the dark or light theme colors. "inherit" will set the color based on the system settings or ic-theme component. Setting the "customColor" prop will override this.
577
+ */
578
+ "theme"?: "dark" | "light" | "inherit";
579
+ /**
580
+ * If `true`, the outlined variant of chip will have a transparent background rather than the theme defined color.
581
581
  */
582
582
  "transparentBackground"?: boolean;
583
583
  /**
@@ -607,19 +607,19 @@ export namespace Components {
607
607
  */
608
608
  "upTo"?: boolean;
609
609
  }
610
- interface IcDataEntity {
610
+ interface IcDataList {
611
611
  /**
612
- * The title for the data entity.
612
+ * The title for the data list.
613
613
  */
614
614
  "heading": string;
615
615
  /**
616
- * The size of the data entity component.
616
+ * The size of the data list component.
617
617
  */
618
618
  "size"?: IcSizesNoLarge;
619
619
  /**
620
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
620
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
621
621
  */
622
- "small"?: boolean;
622
+ "theme"?: IcThemeMode;
623
623
  }
624
624
  interface IcDataRow {
625
625
  /**
@@ -631,9 +631,9 @@ export namespace Components {
631
631
  */
632
632
  "size"?: IcSizesNoLarge;
633
633
  /**
634
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
634
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
635
635
  */
636
- "small"?: boolean;
636
+ "theme"?: IcThemeMode;
637
637
  /**
638
638
  * The value of the middle (right if no end-component supplied) cell of the row.
639
639
  */
@@ -641,19 +641,7 @@ export namespace Components {
641
641
  }
642
642
  interface IcDialog {
643
643
  /**
644
- * @deprecated This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a heading instead.
645
- */
646
- "alertHeading"?: string;
647
- /**
648
- * @deprecated This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a message instead.
649
- */
650
- "alertMessage"?: string;
651
- /**
652
- * Sets the label and onclick functions for default buttons.
653
- */
654
- "buttonProps"?: { label: string; onclick: string }[];
655
- /**
656
- * If set to `false`, dialog controls will not be displayed overriding buttonProps or slotted dialog controls.
644
+ * If set to `false`, default buttons will not be shown, but slotted dialog controls will still be displayed.
657
645
  */
658
646
  "buttons"?: boolean;
659
647
  /**
@@ -669,7 +657,7 @@ export namespace Components {
669
657
  */
670
658
  "confirmDialog": () => Promise<void>;
671
659
  /**
672
- * 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.
660
+ * If 'true', sets the 'primary' or rightmost button to the destructive variant. Stops initial focus being set on the 'primary' or rightmost default or slotted button.
673
661
  */
674
662
  "destructive"?: boolean;
675
663
  /**
@@ -692,10 +680,6 @@ export namespace Components {
692
680
  * If `true`, the close button will not be displayed.
693
681
  */
694
682
  "hideCloseButton"?: boolean;
695
- /**
696
- * @deprecated This method should not be used anymore. Use open prop to set dialog visibility.
697
- */
698
- "hideDialog": () => Promise<void>;
699
683
  /**
700
684
  * Sets the optional label for the dialog which appears above the heading.
701
685
  */
@@ -704,20 +688,44 @@ export namespace Components {
704
688
  * If `true`, the dialog will be displayed.
705
689
  */
706
690
  "open": boolean;
707
- /**
708
- * @deprecated This method should not be used anymore. Use open prop to set dialog visibility.
709
- */
710
- "showDialog": () => Promise<void>;
711
691
  /**
712
692
  * Sets the maximum and minimum height and width for the dialog.
713
693
  */
714
694
  "size"?: "small" | "medium" | "large";
715
695
  /**
716
- * @deprecated This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a variant instead.
696
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
717
697
  */
718
- "status"?: "neutral" | "info" | "warning" | "error" | "success";
698
+ "theme"?: IcThemeMode;
719
699
  }
720
700
  interface IcDivider {
701
+ /**
702
+ * The line style of the divider.
703
+ */
704
+ "borderStyle": IcDividerStyles;
705
+ /**
706
+ * The label for the divider. The label placement will need to be set for the label to be displayed correctly.
707
+ */
708
+ "label"?: string;
709
+ /**
710
+ * The position the label is placed on the divider. `Left` and `right` placement is only applicable when orientation is set to `horizontal`. `Top` and `bottom` placement is only applicable when orientation is set to `vertical`. `Center` placement is applicable for both orientations.
711
+ */
712
+ "labelPlacement"?: IcDividerLabelPlacement;
713
+ /**
714
+ * If `true`, the divider will be displayed in a grey colour.
715
+ */
716
+ "monochrome"?: boolean;
717
+ /**
718
+ * The orientation of the divider.
719
+ */
720
+ "orientation": IcOrientation;
721
+ /**
722
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
723
+ */
724
+ "theme"?: IcThemeMode | IcBrandForeground;
725
+ /**
726
+ * The thickness of the divider.
727
+ */
728
+ "weight": IcDividerWeights;
721
729
  }
722
730
  interface IcEmptyState {
723
731
  /**
@@ -728,10 +736,6 @@ export namespace Components {
728
736
  * The body text rendered in the empty state container.
729
737
  */
730
738
  "body"?: string;
731
- /**
732
- * The number of lines of body text to display before truncating.
733
- */
734
- "bodyMaxLines"?: number;
735
739
  /**
736
740
  * The title rendered in the empty state container.
737
741
  */
@@ -740,10 +744,18 @@ export namespace Components {
740
744
  * The size of the image or icon used in the image slot.
741
745
  */
742
746
  "imageSize"?: IcSizes;
747
+ /**
748
+ * The number of lines of body text to display before truncating.
749
+ */
750
+ "maxLines"?: number;
743
751
  /**
744
752
  * The subtitle rendered in the empty state container.
745
753
  */
746
754
  "subheading"?: string;
755
+ /**
756
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
757
+ */
758
+ "theme"?: IcThemeMode;
747
759
  }
748
760
  interface IcFooter {
749
761
  /**
@@ -801,7 +813,7 @@ export namespace Components {
801
813
  /**
802
814
  * The title of the link group to be displayed.
803
815
  */
804
- "groupTitle": string;
816
+ "label": string;
805
817
  }
806
818
  interface IcHero {
807
819
  /**
@@ -821,11 +833,11 @@ export namespace Components {
821
833
  */
822
834
  "disableBackgroundParallax"?: boolean;
823
835
  /**
824
- * The heading of the hero.
836
+ * The heading of the hero. An <h2> level heading.
825
837
  */
826
838
  "heading": string;
827
839
  /**
828
- * The optional secondary heading, replaced by slotted right content.
840
+ * The optional secondary heading, an <h3> level heading. Replaced by slotted right content.
829
841
  */
830
842
  "secondaryHeading"?: string;
831
843
  /**
@@ -836,10 +848,6 @@ export namespace Components {
836
848
  * The size of the hero component.
837
849
  */
838
850
  "size"?: IcSizesNoLarge;
839
- /**
840
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
841
- */
842
- "small"?: boolean;
843
851
  /**
844
852
  * The description for the hero.
845
853
  */
@@ -849,19 +857,13 @@ export namespace Components {
849
857
  /**
850
858
  * The appearance of the horizontal scroll, e.g. dark, light or the default.
851
859
  */
852
- "appearance"?: IcThemeForeground;
860
+ "appearance"?: IcBrandForeground;
853
861
  "focusTrigger"?: string;
862
+ "monochrome"?: boolean;
854
863
  "scrollItemIntoView": (itemPosition: number) => Promise<void>;
864
+ "theme"?: IcThemeMode;
855
865
  }
856
866
  interface IcInputComponentContainer {
857
- /**
858
- * The appearance of the input component container.
859
- */
860
- "appearance"?: "dark" | "default";
861
- /**
862
- * @deprecated This prop should not be used anymore. Set prop `appearance` to "dark" instead.
863
- */
864
- "dark"?: boolean;
865
867
  /**
866
868
  * If `true`, the disabled state will be set.
867
869
  */
@@ -882,10 +884,6 @@ export namespace Components {
882
884
  * The size of the input component container component.
883
885
  */
884
886
  "size"?: IcSizes;
885
- /**
886
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
887
- */
888
- "small"?: boolean;
889
887
  /**
890
888
  * If `true`, the validation will display inline.
891
889
  */
@@ -906,22 +904,10 @@ export namespace Components {
906
904
  "readonly"?: boolean;
907
905
  }
908
906
  interface IcInputLabel {
909
- /**
910
- * The appearance of the input label.
911
- */
912
- "appearance"?: "dark" | "default";
913
- /**
914
- * @deprecated This prop should not be used anymore. Set prop `appearance` to "dark" instead.
915
- */
916
- "dark"?: boolean;
917
907
  /**
918
908
  * If `true`, the disabled state will be set.
919
909
  */
920
910
  "disabled": boolean;
921
- /**
922
- * If `true`, the input label will display with error styling.
923
- */
924
- "error"?: boolean;
925
911
  /**
926
912
  * The ID of the form element the label is bound to.
927
913
  */
@@ -946,6 +932,11 @@ export namespace Components {
946
932
  * If `true`, the input label will require a value.
947
933
  */
948
934
  "required": boolean;
935
+ /**
936
+ * The status of the label - e.g. 'error'.
937
+ */
938
+ "status": "error" | "";
939
+ "useLabelTag": boolean;
949
940
  }
950
941
  interface IcInputValidation {
951
942
  /**
@@ -970,10 +961,6 @@ export namespace Components {
970
961
  "status": IcInformationStatusOrEmpty;
971
962
  }
972
963
  interface IcLink {
973
- /**
974
- * The appearance of the link, e.g. dark, light, or default.
975
- */
976
- "appearance"?: IcThemeForeground;
977
964
  /**
978
965
  * If `true`, the user can save the linked URL instead of navigating to it.
979
966
  */
@@ -986,6 +973,10 @@ export namespace Components {
986
973
  * The human language of the linked URL.
987
974
  */
988
975
  "hreflang"?: string;
976
+ /**
977
+ * If `true`, the link will display as black in the light theme, and white in the dark theme.
978
+ */
979
+ "monochrome"?: boolean;
989
980
  /**
990
981
  * How much of the referrer to send when following the link.
991
982
  */
@@ -998,20 +989,16 @@ export namespace Components {
998
989
  * Sets focus on the link.
999
990
  */
1000
991
  "setFocus": () => Promise<void>;
1001
- /**
1002
- * @deprecated This prop should not be used anymore. The 'open in new tab/window' icon will display automatically if target="_blank".
1003
- */
1004
- "showIcon"?: boolean;
1005
992
  /**
1006
993
  * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
1007
994
  */
1008
995
  "target"?: string;
1009
- }
1010
- interface IcLoadingIndicator {
1011
996
  /**
1012
- * The appearance of the loading indicator, e.g. dark or light.
997
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1013
998
  */
1014
- "appearance"?: IcThemeForegroundNoDefault;
999
+ "theme"?: IcThemeMode;
1000
+ }
1001
+ interface IcLoadingIndicator {
1015
1002
  /**
1016
1003
  * The description that will be set as the aria-label of the loading indicator when not using a visible label.
1017
1004
  */
@@ -1022,9 +1009,9 @@ export namespace Components {
1022
1009
  "fullWidth"?: boolean;
1023
1010
  "innerLabel"?: number;
1024
1011
  /**
1025
- * The label to be displayed beneath the loading indicator. Display a changing label by separating multiple messages with forward slashes.
1012
+ * The label to be displayed beneath the loading indicator. Display a changing label by supplying an array of messages.
1026
1013
  */
1027
- "label"?: string;
1014
+ "label"?: string | string[];
1028
1015
  /**
1029
1016
  * The time in milliseconds before the label changes.
1030
1017
  */
@@ -1037,6 +1024,10 @@ export namespace Components {
1037
1024
  * The minimum value that the progress value can take. Used to calculate the proportional width of the progress bar.
1038
1025
  */
1039
1026
  "min"?: number;
1027
+ /**
1028
+ * If `true`, the element will display as black and white.
1029
+ */
1030
+ "monochrome"?: boolean;
1040
1031
  /**
1041
1032
  * The current amount of progress made. If not provided, component acts as an indeterminate loading indicator.
1042
1033
  */
@@ -1045,6 +1036,10 @@ export namespace Components {
1045
1036
  * The size of the loading indicator.
1046
1037
  */
1047
1038
  "size"?: IcLoadingSizes;
1039
+ /**
1040
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1041
+ */
1042
+ "theme": IcThemeMode;
1048
1043
  /**
1049
1044
  * The type of indicator, either linear or circular.
1050
1045
  */
@@ -1059,7 +1054,11 @@ export namespace Components {
1059
1054
  * The reference to an anchor element the menu will position itself from when rendered.
1060
1055
  */
1061
1056
  "anchorEl": HTMLElement;
1062
- "autoFocusOnSelected": boolean;
1057
+ "autofocusOnSelected": boolean;
1058
+ /**
1059
+ * If `true`, the menu will close when an option is selected.
1060
+ */
1061
+ "closeOnSelect": boolean;
1063
1062
  /**
1064
1063
  * If `true`, the menu will fill the width of the container.
1065
1064
  */
@@ -1103,17 +1102,13 @@ export namespace Components {
1103
1102
  "searchMode"?: IcSearchBarSearchModes;
1104
1103
  "selectOnEnter"?: boolean;
1105
1104
  /**
1106
- * The size of the menu component.
1105
+ * The size of the menu.
1107
1106
  */
1108
1107
  "size"?: IcSizes;
1109
1108
  /**
1110
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
1111
- */
1112
- "small"?: boolean;
1113
- /**
1114
- * The value of the currently selected option.
1109
+ * The value of the currently selected option - or array of values (if multiple options allowed).
1115
1110
  */
1116
- "value": string;
1111
+ "value": string | string[];
1117
1112
  /**
1118
1113
  * The custom name for the value field for IcMenuOption.
1119
1114
  */
@@ -1126,6 +1121,10 @@ export namespace Components {
1126
1121
  "label"?: string;
1127
1122
  }
1128
1123
  interface IcMenuItem {
1124
+ /**
1125
+ * If `true`, the menu item will be in a checked state. This is only applicable when variant is set to `toggle`.
1126
+ */
1127
+ "checked": boolean;
1129
1128
  /**
1130
1129
  * The description displayed in the menu item, below the label.
1131
1130
  */
@@ -1145,7 +1144,7 @@ export namespace Components {
1145
1144
  /**
1146
1145
  * The label describing the keyboard shortcut for a menu item's action.
1147
1146
  */
1148
- "keyboardShortcut"?: string;
1147
+ "keyboardShortcutLabel"?: string;
1149
1148
  /**
1150
1149
  * The label to display in the menu item.
1151
1150
  */
@@ -1166,10 +1165,6 @@ export namespace Components {
1166
1165
  * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
1167
1166
  */
1168
1167
  "target"?: string;
1169
- /**
1170
- * If `true`, the menu item will be in a checked state. This is only applicable when variant is set to `toggle`.
1171
- */
1172
- "toggleChecked": boolean;
1173
1168
  /**
1174
1169
  * The variant of the menu item.
1175
1170
  */
@@ -1208,6 +1203,10 @@ export namespace Components {
1208
1203
  * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
1209
1204
  */
1210
1205
  "target"?: string;
1206
+ /**
1207
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1208
+ */
1209
+ "theme"?: IcThemeMode;
1211
1210
  }
1212
1211
  interface IcNavigationGroup {
1213
1212
  /**
@@ -1222,6 +1221,10 @@ export namespace Components {
1222
1221
  * Sets focus on the nav item.
1223
1222
  */
1224
1223
  "setFocus": () => Promise<void>;
1224
+ /**
1225
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1226
+ */
1227
+ "theme"?: IcThemeMode;
1225
1228
  }
1226
1229
  interface IcNavigationItem {
1227
1230
  "collapsedIconLabel": boolean;
@@ -1263,12 +1266,20 @@ export namespace Components {
1263
1266
  * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
1264
1267
  */
1265
1268
  "target"?: string;
1269
+ /**
1270
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1271
+ */
1272
+ "theme"?: IcThemeMode;
1266
1273
  }
1267
1274
  interface IcNavigationMenu {
1268
1275
  /**
1269
1276
  * The status info to display.
1270
1277
  */
1271
1278
  "status": string;
1279
+ /**
1280
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1281
+ */
1282
+ "theme"?: IcThemeMode;
1272
1283
  /**
1273
1284
  * The version info to display.
1274
1285
  */
@@ -1295,10 +1306,6 @@ export namespace Components {
1295
1306
  * The size of the page header component.
1296
1307
  */
1297
1308
  "size"?: IcSizesNoLarge;
1298
- /**
1299
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
1300
- */
1301
- "small"?: boolean;
1302
1309
  /**
1303
1310
  * If `true`, the page header will be sticky at all breakpoints.
1304
1311
  */
@@ -1311,20 +1318,20 @@ export namespace Components {
1311
1318
  * The subtitle to render on the page header.
1312
1319
  */
1313
1320
  "subheading"?: string;
1321
+ /**
1322
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1323
+ */
1324
+ "theme"?: IcThemeMode;
1314
1325
  }
1315
1326
  interface IcPagination {
1316
1327
  /**
1317
1328
  * The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
1318
1329
  */
1319
- "adjacentCount": number;
1320
- /**
1321
- * The appearance of the pagination, e.g. dark, light or the default.
1322
- */
1323
- "appearance": IcThemeForeground;
1330
+ "adjacentPageCount": number;
1324
1331
  /**
1325
1332
  * The number of pages displayed as boundary items to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
1326
1333
  */
1327
- "boundaryCount": number;
1334
+ "boundaryPageCount": number;
1328
1335
  /**
1329
1336
  * The current page displayed by the pagination.
1330
1337
  */
@@ -1349,6 +1356,10 @@ export namespace Components {
1349
1356
  * The label for the pagination item (applicable when simple pagination is being used).
1350
1357
  */
1351
1358
  "label": string;
1359
+ /**
1360
+ * If `true`, the pagination will display as black in the light theme, and white in dark theme.
1361
+ */
1362
+ "monochrome"?: boolean;
1352
1363
  /**
1353
1364
  * The total number of pages.
1354
1365
  */
@@ -1358,16 +1369,16 @@ export namespace Components {
1358
1369
  * @param page The page number to set as the current page
1359
1370
  */
1360
1371
  "setCurrentPage": (page: number) => Promise<void>;
1372
+ /**
1373
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1374
+ */
1375
+ "theme"?: IcThemeMode;
1361
1376
  /**
1362
1377
  * The type of pagination to be used.
1363
1378
  */
1364
1379
  "type": IcPaginationTypes;
1365
1380
  }
1366
1381
  interface IcPaginationItem {
1367
- /**
1368
- * The appearance of the pagination, e.g. dark, light or the default.
1369
- */
1370
- "appearance": IcThemeForeground;
1371
1382
  /**
1372
1383
  * If `true`, the pagination item will be disabled.
1373
1384
  */
@@ -1376,6 +1387,10 @@ export namespace Components {
1376
1387
  * The label for the pagination item (applicable when simple pagination is being used).
1377
1388
  */
1378
1389
  "label": string;
1390
+ /**
1391
+ * If `true`, the pagination item will display as black in the light theme, and white in dark theme.
1392
+ */
1393
+ "monochrome"?: boolean;
1379
1394
  /**
1380
1395
  * The current page number.
1381
1396
  */
@@ -1384,6 +1399,10 @@ export namespace Components {
1384
1399
  * If `true`, the pagination item will be selected.
1385
1400
  */
1386
1401
  "selected": boolean;
1402
+ /**
1403
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1404
+ */
1405
+ "theme"?: IcThemeMode;
1387
1406
  /**
1388
1407
  * The type of pagination item - 'page' or 'ellipsis'.
1389
1408
  */
@@ -1411,6 +1430,10 @@ export namespace Components {
1411
1430
  */
1412
1431
  "submenuId"?: string;
1413
1432
  "submenuLevel": number;
1433
+ /**
1434
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1435
+ */
1436
+ "theme"?: IcThemeMode;
1414
1437
  }
1415
1438
  interface IcRadioGroup {
1416
1439
  /**
@@ -1446,9 +1469,9 @@ export namespace Components {
1446
1469
  */
1447
1470
  "size"?: IcSizesNoLarge;
1448
1471
  /**
1449
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
1472
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1450
1473
  */
1451
- "small"?: boolean;
1474
+ "theme"?: IcThemeMode;
1452
1475
  /**
1453
1476
  * The validation status - e.g. 'error' | 'warning' | 'success'.
1454
1477
  */
@@ -1475,26 +1498,6 @@ export namespace Components {
1475
1498
  * The <form> element to associate the radio with.
1476
1499
  */
1477
1500
  "form"?: string;
1478
- /**
1479
- * The URL that processes the information submitted by the radio. It overrides the action attribute of the radio's form owner. Does nothing if there is no form owner.
1480
- */
1481
- "formaction"?: string;
1482
- /**
1483
- * The way the submitted form data is encoded.
1484
- */
1485
- "formenctype"?: string;
1486
- /**
1487
- * The HTTP method used to submit the form.
1488
- */
1489
- "formmethod"?: string;
1490
- /**
1491
- * If `true`, the form will not be validated when submitted.
1492
- */
1493
- "formnovalidate"?: boolean;
1494
- /**
1495
- * The place to display the response from submitting the form. It overrides the target attribute of the radio's form owner.
1496
- */
1497
- "formtarget"?: string;
1498
1501
  /**
1499
1502
  * The group label for the radio option.
1500
1503
  */
@@ -1516,12 +1519,20 @@ export namespace Components {
1516
1519
  */
1517
1520
  "setFocus": () => Promise<void>;
1518
1521
  "setTabIndex": (value: number) => Promise<void>;
1522
+ /**
1523
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1524
+ */
1525
+ "theme"?: IcThemeMode;
1519
1526
  /**
1520
1527
  * The value for the radio option.
1521
1528
  */
1522
1529
  "value": string;
1523
1530
  }
1524
1531
  interface IcSearchBar {
1532
+ /**
1533
+ * The hint text for the hidden assistive description element.
1534
+ */
1535
+ "assistiveHintText"?: string;
1525
1536
  /**
1526
1537
  * The automatic capitalisation of the text value as it is entered/edited by the user. Available options: "off", "none", "on", "sentences", "words", "characters".
1527
1538
  */
@@ -1549,7 +1560,7 @@ export namespace Components {
1549
1560
  /**
1550
1561
  * Specify whether to disable the built in filtering. For example, if options will already be filtered from external source. If `true`, all options provided will be displayed.
1551
1562
  */
1552
- "disableFilter"?: boolean;
1563
+ "disableAutoFiltering"?: boolean;
1553
1564
  /**
1554
1565
  * If `true`, the disabled state will be set.
1555
1566
  */
@@ -1574,10 +1585,6 @@ export namespace Components {
1574
1585
  * If `true`, the label will be hidden and the required label value will be applied as an aria-label.
1575
1586
  */
1576
1587
  "hideLabel"?: boolean;
1577
- /**
1578
- * The hint text for the hidden assistive description element.
1579
- */
1580
- "hintText"?: string;
1581
1588
  /**
1582
1589
  * The label for the search bar.
1583
1590
  */
@@ -1630,14 +1637,14 @@ export namespace Components {
1630
1637
  * The size of the search bar component.
1631
1638
  */
1632
1639
  "size"?: IcSizesNoLarge;
1633
- /**
1634
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
1635
- */
1636
- "small"?: boolean;
1637
1640
  /**
1638
1641
  * If `true`, the value of the search will have its spelling and grammar checked.
1639
1642
  */
1640
1643
  "spellcheck": boolean;
1644
+ /**
1645
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1646
+ */
1647
+ "theme"?: IcThemeMode;
1641
1648
  /**
1642
1649
  * If using external filtering, set a timeout for when loading takes too long.
1643
1650
  */
@@ -1663,17 +1670,13 @@ export namespace Components {
1663
1670
  }
1664
1671
  interface IcSelect {
1665
1672
  /**
1666
- * @deprecated This prop should not be used anymore.
1667
- */
1668
- "charactersUntilSuggestions"?: number;
1669
- /**
1670
- * The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.
1673
+ * The amount of time, in milliseconds, to wait to trigger the `icInput` event after each keystroke.
1671
1674
  */
1672
1675
  "debounce"?: number;
1673
1676
  /**
1674
1677
  * If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.
1675
1678
  */
1676
- "disableFilter"?: boolean;
1679
+ "disableAutoFiltering"?: boolean;
1677
1680
  /**
1678
1681
  * If `true`, the disabled state will be set.
1679
1682
  */
@@ -1687,27 +1690,7 @@ export namespace Components {
1687
1690
  */
1688
1691
  "form"?: string;
1689
1692
  /**
1690
- * The URL that processes the information submitted by the select. It overrides the action attribute of the select's form owner. Does nothing if there is no form owner. This prop should only be used with searchable select and will only be applied if searchable is true.
1691
- */
1692
- "formaction"?: string;
1693
- /**
1694
- * The way the submitted form data is encoded. This prop should only be used with searchable select and will only be applied if searchable is true.
1695
- */
1696
- "formenctype"?: string;
1697
- /**
1698
- * The HTTP method used to submit the form. This prop should only be used with searchable select and will only be applied if searchable is true.
1699
- */
1700
- "formmethod"?: string;
1701
- /**
1702
- * If `true`, the form will not be validated when submitted. This prop should only be used with searchable select and will only be applied if searchable is true.
1703
- */
1704
- "formnovalidate"?: boolean;
1705
- /**
1706
- * The place to display the response from submitting the form. It overrides the target attribute of the select's form owner. This prop should only be used with searchable select and will only be applied if searchable is true.
1707
- */
1708
- "formtarget"?: string;
1709
- /**
1710
- * If `true`, the select element will fill the width of the container. This prop should only be used with searchable select and will only be applied if searchable is true.
1693
+ * If `true`, the select will fill the width of the container.
1711
1694
  */
1712
1695
  "fullWidth": boolean;
1713
1696
  /**
@@ -1742,6 +1725,10 @@ export namespace Components {
1742
1725
  * The message displayed whilst the options are being loaded externally.
1743
1726
  */
1744
1727
  "loadingLabel"?: string;
1728
+ /**
1729
+ * If `true`, multiple options can be selected.
1730
+ */
1731
+ "multiple"?: boolean;
1745
1732
  /**
1746
1733
  * The name of the control, which is submitted with the form data.
1747
1734
  */
@@ -1767,11 +1754,11 @@ export namespace Components {
1767
1754
  */
1768
1755
  "searchMatchPosition"?: IcSearchMatchPositions;
1769
1756
  /**
1770
- * If `true`, a searchable variant of the select will be displayed which can be typed in to filter options.
1757
+ * If `true`, a searchable variant of the select will be displayed which can be typed in to filter options. This functionality is only available on the single-select variant of the select component.
1771
1758
  */
1772
1759
  "searchable"?: boolean;
1773
1760
  /**
1774
- * If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown.
1761
+ * If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown on the single select.
1775
1762
  */
1776
1763
  "selectOnEnter"?: boolean;
1777
1764
  /**
@@ -1783,13 +1770,13 @@ export namespace Components {
1783
1770
  */
1784
1771
  "showClearButton"?: boolean;
1785
1772
  /**
1786
- * The size of the select component.
1773
+ * The size of the select.
1787
1774
  */
1788
1775
  "size"?: IcSizes;
1789
1776
  /**
1790
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
1777
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1791
1778
  */
1792
- "small"?: boolean;
1779
+ "theme"?: IcThemeMode;
1793
1780
  /**
1794
1781
  * If using external filtering, set a timeout for when loading takes too long.
1795
1782
  */
@@ -1803,9 +1790,9 @@ export namespace Components {
1803
1790
  */
1804
1791
  "validationText"?: string;
1805
1792
  /**
1806
- * 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.
1793
+ * 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. For the multi-select variant, the value must be an array of option values.
1807
1794
  */
1808
- "value"?: string;
1795
+ "value"?: string | string[];
1809
1796
  }
1810
1797
  interface IcSideNavigation {
1811
1798
  /**
@@ -1852,13 +1839,9 @@ export namespace Components {
1852
1839
  }
1853
1840
  interface IcSkeleton {
1854
1841
  /**
1855
- * The appearance of the skeleton.
1856
- */
1857
- "appearance"?: "light" | "default";
1858
- /**
1859
- * @deprecated This prop should not be used anymore. Set prop `appearance` to "light" instead.
1842
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1860
1843
  */
1861
- "light"?: boolean;
1844
+ "theme"?: IcThemeMode;
1862
1845
  /**
1863
1846
  * The variant of the skeleton that will be displayed.
1864
1847
  */
@@ -1869,10 +1852,6 @@ export namespace Components {
1869
1852
  * If `true`, role='status' is added to the component and it will act as an 'aria-live' region. Screen readers will announce changes to the `label`, but not the initial value.
1870
1853
  */
1871
1854
  "announced"?: boolean;
1872
- /**
1873
- * @deprecated This prop should not be used anymore. Use variant prop instead.
1874
- */
1875
- "appearance"?: IcStatusTagAppearance;
1876
1855
  /**
1877
1856
  * The content rendered within the status tag.
1878
1857
  */
@@ -1881,14 +1860,18 @@ export namespace Components {
1881
1860
  * The size of the status tag component.
1882
1861
  */
1883
1862
  "size"?: IcSizes;
1884
- /**
1885
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
1886
- */
1887
- "small"?: boolean;
1888
1863
  /**
1889
1864
  * The colour of the status tag.
1890
1865
  */
1891
1866
  "status"?: IcStatusTagStatuses;
1867
+ /**
1868
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1869
+ */
1870
+ "theme"?: "dark" | "light" | "inherit";
1871
+ /**
1872
+ * The letter case of the status tag's label.
1873
+ */
1874
+ "uppercase"?: boolean;
1892
1875
  /**
1893
1876
  * The emphasis of the status tag.
1894
1877
  */
@@ -1897,27 +1880,28 @@ export namespace Components {
1897
1880
  interface IcStep {
1898
1881
  "compactStepStyling"?: IcStepTypes;
1899
1882
  "current"?: boolean;
1883
+ /**
1884
+ * The title of the step within the stepper.
1885
+ */
1886
+ "heading"?: string;
1900
1887
  "lastStep": boolean;
1901
1888
  "lastStepNum"?: number;
1902
- "nextStepTitle"?: string;
1889
+ "nextStepHeading"?: string;
1903
1890
  "progress"?: number;
1904
- "stepNum"?: number;
1905
1891
  /**
1906
1892
  * The status of the step. Use this prop to display a status message on the step if it is required or optional.
1907
1893
  */
1908
- "stepStatus"?: IcStepStatuses;
1894
+ "status"?: IcStepStatuses;
1895
+ "stepNum"?: number;
1909
1896
  /**
1910
1897
  * Additional information about the step. Use this prop to override the default step status messaging displayed when selecting a step type or step status.
1911
1898
  */
1912
- "stepSubtitle"?: string;
1913
- /**
1914
- * The title of the step within the stepper.
1915
- */
1916
- "stepTitle"?: string;
1899
+ "subheading"?: string;
1900
+ "theme"?: IcThemeMode;
1917
1901
  /**
1918
1902
  * The state of the step within the stepper.
1919
1903
  */
1920
- "stepType"?: IcStepTypes;
1904
+ "type"?: IcStepTypes;
1921
1905
  "variant": IcStepVariants;
1922
1906
  }
1923
1907
  interface IcStepper {
@@ -1925,10 +1909,6 @@ export namespace Components {
1925
1909
  * The alignment of the default stepper within its container.
1926
1910
  */
1927
1911
  "aligned"?: IcStepperAlignment;
1928
- /**
1929
- * The appearance of the stepper.
1930
- */
1931
- "appearance"?: "light" | "default";
1932
1912
  /**
1933
1913
  * The length of the connector between each step in pixels. Minimum length is 100px.
1934
1914
  */
@@ -1937,6 +1917,10 @@ export namespace Components {
1937
1917
  * If `true`, the information about each step, i.e. step title, step subtitle and step status, will be hidden on all default steps. The information about each step will still be visible in the compact variant of the stepper.
1938
1918
  */
1939
1919
  "hideStepInfo"?: boolean;
1920
+ /**
1921
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1922
+ */
1923
+ "theme"?: IcThemeMode;
1940
1924
  /**
1941
1925
  * The variant of the stepper.
1942
1926
  */
@@ -1971,30 +1955,26 @@ export namespace Components {
1971
1955
  * Sets focus on the switch.
1972
1956
  */
1973
1957
  "setFocus": () => Promise<void>;
1974
- /**
1975
- * If `true`, the switch will render the On/Off state text.
1976
- */
1977
- "showState"?: boolean;
1978
1958
  /**
1979
1959
  * The size of the switch component.
1980
1960
  */
1981
1961
  "size"?: IcSizesNoLarge;
1982
1962
  /**
1983
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
1963
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1984
1964
  */
1985
- "small"?: boolean;
1965
+ "theme"?: IcThemeMode;
1986
1966
  /**
1987
1967
  * The value of the toggle does not mean if it's checked or not, use the `checked` property for that. The value of a toggle is analogous to the value of a `<input type="checkbox">`, it's only used when the toggle participates in a native `<form>`.
1988
1968
  */
1989
1969
  "value"?: string | null;
1990
1970
  }
1991
1971
  interface IcTab {
1992
- "appearance"?: IcThemeForegroundNoDefault;
1993
1972
  "contextId"?: string;
1994
1973
  /**
1995
1974
  * If `true`, the disabled state will be set.
1996
1975
  */
1997
1976
  "disabled"?: boolean;
1977
+ "monochrome"?: boolean;
1998
1978
  "selected"?: boolean;
1999
1979
  /**
2000
1980
  * Sets focus on the tab.
@@ -2002,32 +1982,32 @@ export namespace Components {
2002
1982
  "setFocus": () => Promise<void>;
2003
1983
  "tabId"?: string;
2004
1984
  "tabPosition"?: number;
1985
+ "theme"?: IcThemeMode;
2005
1986
  }
2006
1987
  interface IcTabContext {
2007
1988
  /**
2008
1989
  * Determines whether tabs have to be manually activated (by pressing 'Enter' or 'Space') when they receive focus using keyboard navigation.
2009
1990
  */
2010
1991
  "activationType"?: IcActivationTypes;
2011
- /**
2012
- * The appearance of the tab context, e.g dark, or light.
2013
- */
2014
- "appearance"?: IcThemeForegroundNoDefault;
2015
1992
  /**
2016
1993
  * The unique context needed if using multiple tabs inside one another i.e. rendering another set of tabs inside a tab panel.
2017
1994
  */
2018
1995
  "contextId"?: string;
1996
+ /**
1997
+ * If `true`, the tabs will display as black in the light theme.
1998
+ */
1999
+ "monochrome"?: boolean;
2019
2000
  /**
2020
2001
  * The selected tab to be controlled by the user. Must be used alongside the icTabSelect event to manage tab selection.
2021
2002
  */
2022
2003
  "selectedTabIndex"?: number;
2023
2004
  "tabRemovedHandler": (hadFocus?: boolean) => Promise<void>;
2024
- }
2025
- interface IcTabGroup {
2026
- "appearance"?: IcThemeForegroundNoDefault;
2027
2005
  /**
2028
- * @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
2006
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
2029
2007
  */
2030
- "contextId"?: string;
2008
+ "theme"?: IcThemeMode;
2009
+ }
2010
+ interface IcTabGroup {
2031
2011
  /**
2032
2012
  * If `true`, the tabs and tab panels will be positioned separately.
2033
2013
  */
@@ -2036,23 +2016,21 @@ export namespace Components {
2036
2016
  * The label to describe the purpose of the set of tabs to screen reader users.
2037
2017
  */
2038
2018
  "label": string;
2019
+ "monochrome"?: boolean;
2020
+ "theme"?: IcThemeMode;
2039
2021
  }
2040
2022
  interface IcTabPanel {
2041
- "appearance"?: IcThemeForegroundNoDefault;
2042
- /**
2043
- * @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
2044
- */
2045
- "contextId"?: string;
2023
+ "monochrome"?: boolean;
2024
+ "panelId"?: string;
2025
+ "selectedTab"?: string;
2026
+ "tabPosition"?: number;
2027
+ "theme"?: IcThemeMode;
2046
2028
  }
2047
2029
  interface IcTextField {
2048
2030
  "ariaActiveDescendant"?: string;
2049
2031
  "ariaAutocomplete": IcAriaAutocompleteTypes;
2050
2032
  "ariaExpanded": string;
2051
2033
  "ariaOwns": string;
2052
- /**
2053
- * If `true`, the form control will have input focus when the page loads.
2054
- */
2055
- "autoFocus": boolean;
2056
2034
  /**
2057
2035
  * The automatic capitalisation of the text value as it is entered/edited by the user. Available options: "off", "none", "on", "sentences", "words", "characters".
2058
2036
  */
@@ -2065,6 +2043,10 @@ export namespace Components {
2065
2043
  * The state of autocorrection the browser can apply when the user is entering/editing the text value.
2066
2044
  */
2067
2045
  "autocorrect": IcAutocorrectStates;
2046
+ /**
2047
+ * If `true`, the form control will have input focus when the page loads.
2048
+ */
2049
+ "autofocus": boolean;
2068
2050
  /**
2069
2051
  * The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.
2070
2052
  */
@@ -2082,6 +2064,10 @@ export namespace Components {
2082
2064
  */
2083
2065
  "helperText": string;
2084
2066
  "hiddenInput": boolean;
2067
+ /**
2068
+ * If `true`, the character count which is displayed when `maxCharacters` is set will be visually hidden.
2069
+ */
2070
+ "hideCharCount": boolean;
2085
2071
  /**
2086
2072
  * If `true`, the label will be hidden and the required label value will be applied as an aria-label.
2087
2073
  */
@@ -2103,17 +2089,9 @@ export namespace Components {
2103
2089
  */
2104
2090
  "max": string | number;
2105
2091
  /**
2106
- * The maximum number of characters that can be entered in the field. Will display an error if too many characters are entered.
2092
+ * The count of characters in the field. Will display a warning if the bound is reached. (NOTE: If the value of the text field has been set using the `value` prop, it will be truncated to this number of characters)
2107
2093
  */
2108
2094
  "maxCharacters": number;
2109
- /**
2110
- * The count of characters in the field. Will display a warning if the bound is reached.
2111
- */
2112
- "maxLength": number;
2113
- /**
2114
- * The text to display as the validation message when the maximum length is exceeded.
2115
- */
2116
- "maxLengthMessage": string;
2117
2095
  /**
2118
2096
  * 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`)
2119
2097
  */
@@ -2155,14 +2133,14 @@ export namespace Components {
2155
2133
  * The size of the text field component.
2156
2134
  */
2157
2135
  "size"?: IcSizesNoLarge;
2158
- /**
2159
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
2160
- */
2161
- "small"?: boolean;
2162
2136
  /**
2163
2137
  * If `true`, the value of the text field will have its spelling and grammar checked.
2164
2138
  */
2165
2139
  "spellcheck": boolean;
2140
+ /**
2141
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
2142
+ */
2143
+ "theme": IcThemeMode;
2166
2144
  "truncateValue"?: boolean;
2167
2145
  /**
2168
2146
  * The type of control to display. The default type is text.
@@ -2188,9 +2166,13 @@ export namespace Components {
2188
2166
  }
2189
2167
  interface IcTheme {
2190
2168
  /**
2191
- * The theme colour. Can be a hex value e.g. "#ff0000", RGB e.g. "rgb(255, 0, 0)", or RGBA e.g. "rgba(255, 0, 0, 1)".
2169
+ * The brand colour. Can be a hex value e.g. "#ff0000", RGB e.g. "rgb(255, 0, 0)", or RGBA e.g. "rgba(255, 0, 0, 1)".
2170
+ */
2171
+ "brandColor"?: IcColor;
2172
+ /**
2173
+ * The theme mode. Can be "dark", "light", or "system". "system" will use the device or browser settings.
2192
2174
  */
2193
- "color"?: IcColor;
2175
+ "theme": "dark" | "light" | "system";
2194
2176
  }
2195
2177
  interface IcToast {
2196
2178
  /**
@@ -2231,11 +2213,6 @@ export namespace Components {
2231
2213
  * The toast element to be displayed.
2232
2214
  */
2233
2215
  "openToast": HTMLIcToastElement;
2234
- /**
2235
- * @deprecated Use openToast prop to display toast instead.
2236
- * @param toast The toast component to display
2237
- */
2238
- "setVisible": (toast: HTMLIcToastElement) => Promise<void>;
2239
2216
  }
2240
2217
  interface IcToggleButton {
2241
2218
  /**
@@ -2243,9 +2220,9 @@ export namespace Components {
2243
2220
  */
2244
2221
  "accessibleLabel"?: string;
2245
2222
  /**
2246
- * The appearance of the toggle button.
2223
+ * If `true`, the toggle button will be in a checked state.
2247
2224
  */
2248
- "appearance"?: IcThemeForeground;
2225
+ "checked": boolean;
2249
2226
  /**
2250
2227
  * If `true`, the toggle button will be in disabled state.
2251
2228
  */
@@ -2257,7 +2234,7 @@ export namespace Components {
2257
2234
  /**
2258
2235
  * The placement of the icon in relation to the toggle button label.
2259
2236
  */
2260
- "iconPlacement"?: "left" | "right" | "top";
2237
+ "iconPlacement"?: IcIconPlacementOptions;
2261
2238
  /**
2262
2239
  * The label to display in the toggle button. This is required for the default variant of toggle buttons.
2263
2240
  */
@@ -2266,14 +2243,18 @@ export namespace Components {
2266
2243
  * If `true`, the toggle button will be in loading state.
2267
2244
  */
2268
2245
  "loading"?: boolean;
2246
+ /**
2247
+ * If `true`, the toggle button will display as black in the light theme, and white in dark theme.
2248
+ */
2249
+ "monochrome"?: boolean;
2269
2250
  /**
2270
2251
  * The size of the toggle button to be displayed.
2271
2252
  */
2272
2253
  "size"?: IcSizes;
2273
2254
  /**
2274
- * If `true`, the toggle button will be in a checked state.
2255
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
2275
2256
  */
2276
- "toggleChecked": boolean;
2257
+ "theme"?: IcThemeMode;
2277
2258
  /**
2278
2259
  * The position of the tooltip in relation to the toggle button.
2279
2260
  */
@@ -2288,10 +2269,6 @@ export namespace Components {
2288
2269
  * The accessible label of the toggle button group component to provide context for screen reader users.
2289
2270
  */
2290
2271
  "accessibleLabel"?: string;
2291
- /**
2292
- * The appearance of the toggle button group, e.g dark, or light.
2293
- */
2294
- "appearance": IcThemeForeground;
2295
2272
  /**
2296
2273
  * If `true`, the toggle button group will be set to the disabled state.
2297
2274
  */
@@ -2308,6 +2285,10 @@ export namespace Components {
2308
2285
  * If `true`, the toggle button group will be in loading state.
2309
2286
  */
2310
2287
  "loading"?: boolean;
2288
+ /**
2289
+ * If `true`, the toggle button group will display as black in the light theme, and white in dark theme.
2290
+ */
2291
+ "monochrome"?: boolean;
2311
2292
  /**
2312
2293
  * If `auto`, controls are toggled automatically when navigated to. If `manual`, the controls must be actioned to change their toggled state. The value of this prop is ignored if `selectType` is set to`multi`.
2313
2294
  */
@@ -2320,6 +2301,10 @@ export namespace Components {
2320
2301
  * The size of the toggle buttons to be displayed. This does not affect the font size of the accessible label.
2321
2302
  */
2322
2303
  "size"?: IcSizes;
2304
+ /**
2305
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
2306
+ */
2307
+ "theme"?: IcThemeMode;
2323
2308
  /**
2324
2309
  * The position of the tooltip in relation to the toggle buttons.
2325
2310
  */
@@ -2366,6 +2351,10 @@ export namespace Components {
2366
2351
  * The ID of the element the tooltip is describing - for when aria-labelledby or aria-describedby is used.
2367
2352
  */
2368
2353
  "target"?: string;
2354
+ /**
2355
+ * Sets the tooltip to the dark or light theme colors. "inherit" will set the color based on the system settings or ic-theme component.
2356
+ */
2357
+ "theme"?: IcThemeMode;
2369
2358
  }
2370
2359
  interface IcTopNavigation {
2371
2360
  /**
@@ -2396,6 +2385,10 @@ export namespace Components {
2396
2385
  * The status info to be displayed.
2397
2386
  */
2398
2387
  "status": string;
2388
+ /**
2389
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
2390
+ */
2391
+ "theme"?: IcThemeMode;
2399
2392
  /**
2400
2393
  * The version info to be displayed.
2401
2394
  */
@@ -2428,6 +2421,10 @@ export namespace Components {
2428
2421
  * If `true`, the typography will have a line through it.
2429
2422
  */
2430
2423
  "strikethrough"?: boolean;
2424
+ /**
2425
+ * Sets the text color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
2426
+ */
2427
+ "theme"?: IcThemeMode;
2431
2428
  /**
2432
2429
  * If `true`, the typography will have a line under it.
2433
2430
  */
@@ -2587,7 +2584,6 @@ declare global {
2587
2584
  new (): HTMLIcAccordionGroupElement;
2588
2585
  };
2589
2586
  interface HTMLIcAlertElementEventMap {
2590
- "dismiss": void;
2591
2587
  "icDismiss": void;
2592
2588
  }
2593
2589
  interface HTMLIcAlertElement extends Components.IcAlert, HTMLStencilElement {
@@ -2647,14 +2643,13 @@ declare global {
2647
2643
  prototype: HTMLIcButtonElement;
2648
2644
  new (): HTMLIcButtonElement;
2649
2645
  };
2650
- interface HTMLIcCardElement extends Components.IcCard, HTMLStencilElement {
2646
+ interface HTMLIcCardVerticalElement extends Components.IcCardVertical, HTMLStencilElement {
2651
2647
  }
2652
- var HTMLIcCardElement: {
2653
- prototype: HTMLIcCardElement;
2654
- new (): HTMLIcCardElement;
2648
+ var HTMLIcCardVerticalElement: {
2649
+ prototype: HTMLIcCardVerticalElement;
2650
+ new (): HTMLIcCardVerticalElement;
2655
2651
  };
2656
2652
  interface HTMLIcCheckboxElementEventMap {
2657
- "checkboxChecked": void;
2658
2653
  "icCheck": void;
2659
2654
  }
2660
2655
  interface HTMLIcCheckboxElement extends Components.IcCheckbox, HTMLStencilElement {
@@ -2689,7 +2684,6 @@ declare global {
2689
2684
  new (): HTMLIcCheckboxGroupElement;
2690
2685
  };
2691
2686
  interface HTMLIcChipElementEventMap {
2692
- "dismiss": void;
2693
2687
  "icDismiss": void;
2694
2688
  }
2695
2689
  interface HTMLIcChipElement extends Components.IcChip, HTMLStencilElement {
@@ -2712,11 +2706,11 @@ declare global {
2712
2706
  prototype: HTMLIcClassificationBannerElement;
2713
2707
  new (): HTMLIcClassificationBannerElement;
2714
2708
  };
2715
- interface HTMLIcDataEntityElement extends Components.IcDataEntity, HTMLStencilElement {
2709
+ interface HTMLIcDataListElement extends Components.IcDataList, HTMLStencilElement {
2716
2710
  }
2717
- var HTMLIcDataEntityElement: {
2718
- prototype: HTMLIcDataEntityElement;
2719
- new (): HTMLIcDataEntityElement;
2711
+ var HTMLIcDataListElement: {
2712
+ prototype: HTMLIcDataListElement;
2713
+ new (): HTMLIcDataListElement;
2720
2714
  };
2721
2715
  interface HTMLIcDataRowElement extends Components.IcDataRow, HTMLStencilElement {
2722
2716
  }
@@ -2834,11 +2828,12 @@ declare global {
2834
2828
  new (): HTMLIcLoadingIndicatorElement;
2835
2829
  };
2836
2830
  interface HTMLIcMenuElementEventMap {
2831
+ "icClear": void;
2837
2832
  "menuKeyPress": { isNavKey: boolean; key: string };
2838
2833
  "menuOptionId": IcMenuOptionIdEventDetail;
2839
2834
  "menuOptionSelect": IcOptionSelectEventDetail;
2835
+ "menuOptionSelectAll": { select: boolean };
2840
2836
  "menuStateChange": IcMenuChangeEventDetail;
2841
- "menuValueChange": IcValueEventDetail;
2842
2837
  "retryButtonClicked": IcValueEventDetail;
2843
2838
  "timeoutBlur": { ev: FocusEvent };
2844
2839
  "ungroupedOptionsSet": { options: IcMenuOption[] };
@@ -3008,7 +3003,6 @@ declare global {
3008
3003
  };
3009
3004
  interface HTMLIcRadioOptionElementEventMap {
3010
3005
  "icCheck": IcValueEventDetail;
3011
- "radioOptionSelect": IcValueEventDetail;
3012
3006
  "icSelectedChange": void;
3013
3007
  }
3014
3008
  interface HTMLIcRadioOptionElement extends Components.IcRadioOption, HTMLStencilElement {
@@ -3029,8 +3023,6 @@ declare global {
3029
3023
  "icChange": IcValueEventDetail;
3030
3024
  "icClear": void;
3031
3025
  "icInput": IcValueEventDetail;
3032
- "icInputBlur": IcSearchBarBlurEventDetail;
3033
- "icInputFocus": IcValueEventDetail;
3034
3026
  "icOptionSelect": IcOptionSelectEventDetail;
3035
3027
  "icMenuChange": IcMenuChangeEventDetail;
3036
3028
  "icClearBlur": IcBlurEventDetail;
@@ -3038,7 +3030,8 @@ declare global {
3038
3030
  "icSubmitSearch": IcValueEventDetail;
3039
3031
  "icSubmitSearchBlur": IcBlurEventDetail;
3040
3032
  "icSearchBarBlur": IcSearchBarBlurEventDetail;
3041
- "icSearchBarFocus": void;
3033
+ "icSearchBarFocus": IcValueEventDetail;
3034
+ "icKeydown": { event: KeyboardEvent };
3042
3035
  }
3043
3036
  interface HTMLIcSearchBarElement extends Components.IcSearchBar, HTMLStencilElement {
3044
3037
  addEventListener<K extends keyof HTMLIcSearchBarElementEventMap>(type: K, listener: (this: HTMLIcSearchBarElement, ev: IcSearchBarCustomEvent<HTMLIcSearchBarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -3069,6 +3062,7 @@ declare global {
3069
3062
  "icInput": IcValueEventDetail;
3070
3063
  "icOpen": void;
3071
3064
  "icOptionSelect": IcOptionSelectEventDetail;
3065
+ "icOptionDeselect": IcOptionSelectEventDetail;
3072
3066
  "icRetryLoad": IcValueEventDetail;
3073
3067
  }
3074
3068
  interface HTMLIcSelectElement extends Components.IcSelect, HTMLStencilElement {
@@ -3086,7 +3080,7 @@ declare global {
3086
3080
  new (): HTMLIcSelectElement;
3087
3081
  };
3088
3082
  interface HTMLIcSideNavigationElementEventMap {
3089
- "sideNavExpanded": IcExpandedDetail;
3083
+ "icSideNavExpanded": IcExpandedDetail;
3090
3084
  }
3091
3085
  interface HTMLIcSideNavigationElement extends Components.IcSideNavigation, HTMLStencilElement {
3092
3086
  addEventListener<K extends keyof HTMLIcSideNavigationElementEventMap>(type: K, listener: (this: HTMLIcSideNavigationElement, ev: IcSideNavigationCustomEvent<HTMLIcSideNavigationElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -3168,7 +3162,6 @@ declare global {
3168
3162
  };
3169
3163
  interface HTMLIcTabContextElementEventMap {
3170
3164
  "icTabSelect": IcTabSelectEventDetail;
3171
- "tabSelect": IcTabSelectEventDetail;
3172
3165
  }
3173
3166
  interface HTMLIcTabContextElement extends Components.IcTabContext, HTMLStencilElement {
3174
3167
  addEventListener<K extends keyof HTMLIcTabContextElementEventMap>(type: K, listener: (this: HTMLIcTabContextElement, ev: IcTabContextCustomEvent<HTMLIcTabContextElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -3231,7 +3224,7 @@ declare global {
3231
3224
  new (): HTMLIcTextFieldElement;
3232
3225
  };
3233
3226
  interface HTMLIcThemeElementEventMap {
3234
- "themeChange": IcTheme;
3227
+ "brandChange": IcBrand;
3235
3228
  }
3236
3229
  interface HTMLIcThemeElement extends Components.IcTheme, HTMLStencilElement {
3237
3230
  addEventListener<K extends keyof HTMLIcThemeElementEventMap>(type: K, listener: (this: HTMLIcThemeElement, ev: IcThemeCustomEvent<HTMLIcThemeElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -3315,7 +3308,7 @@ declare global {
3315
3308
  interface HTMLIcTopNavigationElementEventMap {
3316
3309
  "icNavigationMenuClosed": void;
3317
3310
  "icNavigationMenuOpened": void;
3318
- "topNavResized": { size: number };
3311
+ "icTopNavResized": { size: number };
3319
3312
  }
3320
3313
  interface HTMLIcTopNavigationElement extends Components.IcTopNavigation, HTMLStencilElement {
3321
3314
  addEventListener<K extends keyof HTMLIcTopNavigationElementEventMap>(type: K, listener: (this: HTMLIcTopNavigationElement, ev: IcTopNavigationCustomEvent<HTMLIcTopNavigationElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -3360,12 +3353,12 @@ declare global {
3360
3353
  "ic-breadcrumb": HTMLIcBreadcrumbElement;
3361
3354
  "ic-breadcrumb-group": HTMLIcBreadcrumbGroupElement;
3362
3355
  "ic-button": HTMLIcButtonElement;
3363
- "ic-card": HTMLIcCardElement;
3356
+ "ic-card-vertical": HTMLIcCardVerticalElement;
3364
3357
  "ic-checkbox": HTMLIcCheckboxElement;
3365
3358
  "ic-checkbox-group": HTMLIcCheckboxGroupElement;
3366
3359
  "ic-chip": HTMLIcChipElement;
3367
3360
  "ic-classification-banner": HTMLIcClassificationBannerElement;
3368
- "ic-data-entity": HTMLIcDataEntityElement;
3361
+ "ic-data-list": HTMLIcDataListElement;
3369
3362
  "ic-data-row": HTMLIcDataRowElement;
3370
3363
  "ic-dialog": HTMLIcDialogElement;
3371
3364
  "ic-divider": HTMLIcDividerElement;
@@ -3440,16 +3433,16 @@ declare namespace LocalJSX {
3440
3433
  * The size of the accordion.
3441
3434
  */
3442
3435
  "size"?: IcSizes;
3436
+ /**
3437
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
3438
+ */
3439
+ "theme"?: IcThemeMode;
3443
3440
  }
3444
3441
  interface IcAccordionGroup {
3445
3442
  /**
3446
3443
  * The accessible button label to provide more context to the 'See all/Hide all' button for screen reader users.
3447
3444
  */
3448
3445
  "accessibleButtonLabel"?: string;
3449
- /**
3450
- * The appearance of the accordion group, e.g dark, or light.
3451
- */
3452
- "appearance"?: IcThemeForeground;
3453
3446
  /**
3454
3447
  * If `true`, the accordion will load in an expanded state.
3455
3448
  */
@@ -3457,7 +3450,7 @@ declare namespace LocalJSX {
3457
3450
  /**
3458
3451
  * The header for the accordion group.
3459
3452
  */
3460
- "groupTitle"?: string;
3453
+ "label"?: string;
3461
3454
  /**
3462
3455
  * If `true`, only one accordion will open at a time.
3463
3456
  */
@@ -3466,6 +3459,10 @@ declare namespace LocalJSX {
3466
3459
  * The size of the accordion.
3467
3460
  */
3468
3461
  "size"?: IcSizes;
3462
+ /**
3463
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
3464
+ */
3465
+ "theme"?: IcThemeMode;
3469
3466
  }
3470
3467
  interface IcAlert {
3471
3468
  /**
@@ -3484,10 +3481,6 @@ declare namespace LocalJSX {
3484
3481
  * The main body message of the alert.
3485
3482
  */
3486
3483
  "message"?: string;
3487
- /**
3488
- * @deprecated This event should not be used anymore. Use icDismiss instead.
3489
- */
3490
- "onDismiss"?: (event: IcAlertCustomEvent<void>) => void;
3491
3484
  /**
3492
3485
  * Is emitted when the user dismisses the alert.
3493
3486
  */
@@ -3496,6 +3489,10 @@ declare namespace LocalJSX {
3496
3489
  * If `true`, the default icon for the neutral variant will appear on the left of the alert.
3497
3490
  */
3498
3491
  "showDefaultIcon"?: boolean;
3492
+ /**
3493
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
3494
+ */
3495
+ "theme"?: IcThemeMode;
3499
3496
  /**
3500
3497
  * If `true`, the title and message will appear above and below instead of inline.
3501
3498
  */
@@ -3510,6 +3507,10 @@ declare namespace LocalJSX {
3510
3507
  * The ID of the element to jump back to when the link is clicked.
3511
3508
  */
3512
3509
  "target": string;
3510
+ /**
3511
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
3512
+ */
3513
+ "theme"?: IcThemeMode;
3513
3514
  /**
3514
3515
  * The variant of the button to render
3515
3516
  */
@@ -3525,7 +3526,11 @@ declare namespace LocalJSX {
3525
3526
  */
3526
3527
  "customColor"?: IcColor;
3527
3528
  /**
3528
- * The maximum number shown on the badge appended with a +. This will only be displayed if type="text" and textLabel is not empty.
3529
+ * The text displayed in the badge. This will only be displayed if type="text".
3530
+ */
3531
+ "label"?: string;
3532
+ /**
3533
+ * The maximum number shown on the badge appended with a +. This will only be displayed if type="text" and label is not empty.
3529
3534
  */
3530
3535
  "maxNumber"?: number;
3531
3536
  /**
@@ -3537,9 +3542,9 @@ declare namespace LocalJSX {
3537
3542
  */
3538
3543
  "size"?: IcSizes;
3539
3544
  /**
3540
- * The text displayed in the badge. This will only be displayed if type="text".
3545
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
3541
3546
  */
3542
- "textLabel"?: string;
3547
+ "theme"?: IcThemeMode;
3543
3548
  /**
3544
3549
  * The type of badge to be displayed.
3545
3550
  */
@@ -3568,10 +3573,6 @@ declare namespace LocalJSX {
3568
3573
  "pageTitle": string;
3569
3574
  }
3570
3575
  interface IcBreadcrumbGroup {
3571
- /**
3572
- * The appearance of the breadcrumb group.
3573
- */
3574
- "appearance"?: IcThemeForeground;
3575
3576
  /**
3576
3577
  * If `true`, display only a single breadcrumb for the parent page with a back icon.
3577
3578
  */
@@ -3580,16 +3581,20 @@ declare namespace LocalJSX {
3580
3581
  * If `true`, all breadcrumbs between the first and last breadcrumb will be collapsed.
3581
3582
  */
3582
3583
  "collapsed"?: boolean;
3584
+ /**
3585
+ * If `true`, the breadcrumb group will display as black in the light theme, and white in the dark theme.
3586
+ */
3587
+ "monochrome"?: boolean;
3588
+ /**
3589
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
3590
+ */
3591
+ "theme"?: IcThemeMode;
3583
3592
  }
3584
3593
  interface IcButton {
3585
3594
  /**
3586
3595
  * If `fileUpload` is set to `true`, this is the accepted list of file types.
3587
3596
  */
3588
3597
  "accept"?: string;
3589
- /**
3590
- * The appearance of the button, e.g. dark, light, or the default.
3591
- */
3592
- "appearance"?: IcThemeForeground;
3593
3598
  /**
3594
3599
  * If `true`, the ic-tooltip which is shown for icon variant will be disabled. Title or aria-label must be set if this prop is not applied.
3595
3600
  */
@@ -3658,6 +3663,10 @@ declare namespace LocalJSX {
3658
3663
  * If `true`, the button will be in loading state.
3659
3664
  */
3660
3665
  "loading"?: boolean;
3666
+ /**
3667
+ * If `true`, the button will display as monochromatic in either `light` or `dark` theme.
3668
+ */
3669
+ "monochrome"?: boolean;
3661
3670
  /**
3662
3671
  * If `fileUpload` is set to `true`, this boolean determines whether multiple files are accepted.
3663
3672
  */
@@ -3694,6 +3703,10 @@ declare namespace LocalJSX {
3694
3703
  * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
3695
3704
  */
3696
3705
  "target"?: string;
3706
+ /**
3707
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
3708
+ */
3709
+ "theme"?: IcThemeMode;
3697
3710
  /**
3698
3711
  * The position of the tooltip in relation to the button.
3699
3712
  */
@@ -3711,7 +3724,7 @@ declare namespace LocalJSX {
3711
3724
  */
3712
3725
  "variant"?: IcButtonVariants;
3713
3726
  }
3714
- interface IcCard {
3727
+ interface IcCardVertical {
3715
3728
  /**
3716
3729
  * If `true`, the card will be a clickable variant, instead of static.
3717
3730
  */
@@ -3735,7 +3748,7 @@ declare namespace LocalJSX {
3735
3748
  /**
3736
3749
  * The URL that the clickable card link points to. If set, the clickable card will render as an "a" tag, otherwise it will render as a button.
3737
3750
  */
3738
- "href"?: string | undefined;
3751
+ "href"?: string;
3739
3752
  /**
3740
3753
  * The human language of the linked URL.
3741
3754
  */
@@ -3760,6 +3773,10 @@ declare namespace LocalJSX {
3760
3773
  * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
3761
3774
  */
3762
3775
  "target"?: string;
3776
+ /**
3777
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
3778
+ */
3779
+ "theme"?: IcThemeMode;
3763
3780
  }
3764
3781
  interface IcCheckbox {
3765
3782
  /**
@@ -3771,37 +3788,17 @@ declare namespace LocalJSX {
3771
3788
  */
3772
3789
  "checked"?: boolean;
3773
3790
  /**
3774
- * If `true`, the checkbox will be set to the disabled state.
3775
- */
3776
- "disabled"?: boolean;
3777
- /**
3778
- * The text to be displayed when dynamic.
3779
- */
3780
- "dynamicText"?: string;
3781
- /**
3782
- * The <form> element to associate the checkbox with.
3783
- */
3784
- "form"?: string;
3785
- /**
3786
- * The URL that processes the information submitted by the checkbox. It overrides the action attribute of the checkbox's form owner. Does nothing if there is no form owner.
3787
- */
3788
- "formaction"?: string;
3789
- /**
3790
- * The way the submitted form data is encoded.
3791
- */
3792
- "formenctype"?: string;
3793
- /**
3794
- * The HTTP method used to submit the form.
3791
+ * If `true`, the checkbox will be set to the disabled state.
3795
3792
  */
3796
- "formmethod"?: string;
3793
+ "disabled"?: boolean;
3797
3794
  /**
3798
- * If `true`, the form will not be validated when submitted.
3795
+ * The text to be displayed when dynamic.
3799
3796
  */
3800
- "formnovalidate"?: boolean;
3797
+ "dynamicText"?: string;
3801
3798
  /**
3802
- * The place to display the response from submitting the form. It overrides the target attribute of the checkbox's form owner.
3799
+ * The <form> element to associate the checkbox with.
3803
3800
  */
3804
- "formtarget"?: string;
3801
+ "form"?: string;
3805
3802
  /**
3806
3803
  * The group label for the checkbox.
3807
3804
  */
@@ -3826,10 +3823,6 @@ declare namespace LocalJSX {
3826
3823
  * If `true`, the checkbox will behave like a native checkbox where the `indeterminate` prop sets the indeterminate visual styling, independent of the `checked` state.
3827
3824
  */
3828
3825
  "nativeIndeterminateBehaviour"?: boolean;
3829
- /**
3830
- * @deprecated This event should not be used anymore. Use icCheck instead.
3831
- */
3832
- "onCheckboxChecked"?: (event: IcCheckboxCustomEvent<void>) => void;
3833
3826
  /**
3834
3827
  * Emitted when a checkbox has been checked.
3835
3828
  */
@@ -3839,9 +3832,9 @@ declare namespace LocalJSX {
3839
3832
  */
3840
3833
  "size"?: IcSizes;
3841
3834
  /**
3842
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
3835
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
3843
3836
  */
3844
- "small"?: boolean;
3837
+ "theme"?: IcThemeMode;
3845
3838
  /**
3846
3839
  * The value for the checkbox.
3847
3840
  */
@@ -3881,9 +3874,9 @@ declare namespace LocalJSX {
3881
3874
  */
3882
3875
  "size"?: IcSizes;
3883
3876
  /**
3884
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
3877
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
3885
3878
  */
3886
- "small"?: boolean;
3879
+ "theme"?: IcThemeMode;
3887
3880
  /**
3888
3881
  * The validation status - e.g. 'error' | 'warning' | 'success'.
3889
3882
  */
@@ -3895,11 +3888,7 @@ declare namespace LocalJSX {
3895
3888
  }
3896
3889
  interface IcChip {
3897
3890
  /**
3898
- * @deprecated This prop should not be used anymore. Use variant prop instead.
3899
- */
3900
- "appearance"?: IcChipAppearance;
3901
- /**
3902
- * The custom chip colour. This prop will be applied to the chip component if `dismissible` is set to `false`. Can be a hex value e.g. "#ff0000", RGB e.g. "rgb(255, 0, 0)", or RGBA e.g. "rgba(255, 0, 0, 1)".
3891
+ * The custom chip colour. This will override the theme colour. Can be a hex value e.g. "#ff0000", RGB e.g. "rgb(255, 0, 0)", or RGBA e.g. "rgba(255, 0, 0, 1)".
3903
3892
  */
3904
3893
  "customColor"?: IcColor;
3905
3894
  /**
@@ -3918,10 +3907,6 @@ declare namespace LocalJSX {
3918
3907
  * The text rendered within the chip.
3919
3908
  */
3920
3909
  "label": string;
3921
- /**
3922
- * @deprecated This event should not be used anymore. Use icDismiss instead.
3923
- */
3924
- "onDismiss"?: (event: IcChipCustomEvent<void>) => void;
3925
3910
  /**
3926
3911
  * Is emitted when the user dismisses the chip.
3927
3912
  */
@@ -3931,7 +3916,11 @@ declare namespace LocalJSX {
3931
3916
  */
3932
3917
  "size"?: IcSizes;
3933
3918
  /**
3934
- * If `true`, the outlined variant of chip will have a transparent background rather than white.
3919
+ * Sets the chip to the dark or light theme colors. "inherit" will set the color based on the system settings or ic-theme component. Setting the "customColor" prop will override this.
3920
+ */
3921
+ "theme"?: "dark" | "light" | "inherit";
3922
+ /**
3923
+ * If `true`, the outlined variant of chip will have a transparent background rather than the theme defined color.
3935
3924
  */
3936
3925
  "transparentBackground"?: boolean;
3937
3926
  /**
@@ -3961,19 +3950,19 @@ declare namespace LocalJSX {
3961
3950
  */
3962
3951
  "upTo"?: boolean;
3963
3952
  }
3964
- interface IcDataEntity {
3953
+ interface IcDataList {
3965
3954
  /**
3966
- * The title for the data entity.
3955
+ * The title for the data list.
3967
3956
  */
3968
3957
  "heading"?: string;
3969
3958
  /**
3970
- * The size of the data entity component.
3959
+ * The size of the data list component.
3971
3960
  */
3972
3961
  "size"?: IcSizesNoLarge;
3973
3962
  /**
3974
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
3963
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
3975
3964
  */
3976
- "small"?: boolean;
3965
+ "theme"?: IcThemeMode;
3977
3966
  }
3978
3967
  interface IcDataRow {
3979
3968
  /**
@@ -3985,9 +3974,9 @@ declare namespace LocalJSX {
3985
3974
  */
3986
3975
  "size"?: IcSizesNoLarge;
3987
3976
  /**
3988
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
3977
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
3989
3978
  */
3990
- "small"?: boolean;
3979
+ "theme"?: IcThemeMode;
3991
3980
  /**
3992
3981
  * The value of the middle (right if no end-component supplied) cell of the row.
3993
3982
  */
@@ -3995,19 +3984,7 @@ declare namespace LocalJSX {
3995
3984
  }
3996
3985
  interface IcDialog {
3997
3986
  /**
3998
- * @deprecated This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a heading instead.
3999
- */
4000
- "alertHeading"?: string;
4001
- /**
4002
- * @deprecated This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a message instead.
4003
- */
4004
- "alertMessage"?: string;
4005
- /**
4006
- * Sets the label and onclick functions for default buttons.
4007
- */
4008
- "buttonProps"?: { label: string; onclick: string }[];
4009
- /**
4010
- * If set to `false`, dialog controls will not be displayed overriding buttonProps or slotted dialog controls.
3987
+ * If set to `false`, default buttons will not be shown, but slotted dialog controls will still be displayed.
4011
3988
  */
4012
3989
  "buttons"?: boolean;
4013
3990
  /**
@@ -4015,7 +3992,7 @@ declare namespace LocalJSX {
4015
3992
  */
4016
3993
  "closeOnBackdropClick"?: boolean;
4017
3994
  /**
4018
- * 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.
3995
+ * If 'true', sets the 'primary' or rightmost button to the destructive variant. Stops initial focus being set on the 'primary' or rightmost default or slotted button.
4019
3996
  */
4020
3997
  "destructive"?: boolean;
4021
3998
  /**
@@ -4067,11 +4044,39 @@ declare namespace LocalJSX {
4067
4044
  */
4068
4045
  "size"?: "small" | "medium" | "large";
4069
4046
  /**
4070
- * @deprecated This prop should not be used anymore. Use an ic-alert/IcAlert component within an alert slot with a variant instead.
4047
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
4071
4048
  */
4072
- "status"?: "neutral" | "info" | "warning" | "error" | "success";
4049
+ "theme"?: IcThemeMode;
4073
4050
  }
4074
4051
  interface IcDivider {
4052
+ /**
4053
+ * The line style of the divider.
4054
+ */
4055
+ "borderStyle"?: IcDividerStyles;
4056
+ /**
4057
+ * The label for the divider. The label placement will need to be set for the label to be displayed correctly.
4058
+ */
4059
+ "label"?: string;
4060
+ /**
4061
+ * The position the label is placed on the divider. `Left` and `right` placement is only applicable when orientation is set to `horizontal`. `Top` and `bottom` placement is only applicable when orientation is set to `vertical`. `Center` placement is applicable for both orientations.
4062
+ */
4063
+ "labelPlacement"?: IcDividerLabelPlacement;
4064
+ /**
4065
+ * If `true`, the divider will be displayed in a grey colour.
4066
+ */
4067
+ "monochrome"?: boolean;
4068
+ /**
4069
+ * The orientation of the divider.
4070
+ */
4071
+ "orientation"?: IcOrientation;
4072
+ /**
4073
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
4074
+ */
4075
+ "theme"?: IcThemeMode | IcBrandForeground;
4076
+ /**
4077
+ * The thickness of the divider.
4078
+ */
4079
+ "weight"?: IcDividerWeights;
4075
4080
  }
4076
4081
  interface IcEmptyState {
4077
4082
  /**
@@ -4082,10 +4087,6 @@ declare namespace LocalJSX {
4082
4087
  * The body text rendered in the empty state container.
4083
4088
  */
4084
4089
  "body"?: string;
4085
- /**
4086
- * The number of lines of body text to display before truncating.
4087
- */
4088
- "bodyMaxLines"?: number;
4089
4090
  /**
4090
4091
  * The title rendered in the empty state container.
4091
4092
  */
@@ -4094,10 +4095,18 @@ declare namespace LocalJSX {
4094
4095
  * The size of the image or icon used in the image slot.
4095
4096
  */
4096
4097
  "imageSize"?: IcSizes;
4098
+ /**
4099
+ * The number of lines of body text to display before truncating.
4100
+ */
4101
+ "maxLines"?: number;
4097
4102
  /**
4098
4103
  * The subtitle rendered in the empty state container.
4099
4104
  */
4100
4105
  "subheading"?: string;
4106
+ /**
4107
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
4108
+ */
4109
+ "theme"?: IcThemeMode;
4101
4110
  }
4102
4111
  interface IcFooter {
4103
4112
  /**
@@ -4155,7 +4164,7 @@ declare namespace LocalJSX {
4155
4164
  /**
4156
4165
  * The title of the link group to be displayed.
4157
4166
  */
4158
- "groupTitle": string;
4167
+ "label": string;
4159
4168
  }
4160
4169
  interface IcHero {
4161
4170
  /**
@@ -4175,11 +4184,11 @@ declare namespace LocalJSX {
4175
4184
  */
4176
4185
  "disableBackgroundParallax"?: boolean;
4177
4186
  /**
4178
- * The heading of the hero.
4187
+ * The heading of the hero. An <h2> level heading.
4179
4188
  */
4180
4189
  "heading"?: string;
4181
4190
  /**
4182
- * The optional secondary heading, replaced by slotted right content.
4191
+ * The optional secondary heading, an <h3> level heading. Replaced by slotted right content.
4183
4192
  */
4184
4193
  "secondaryHeading"?: string;
4185
4194
  /**
@@ -4190,10 +4199,6 @@ declare namespace LocalJSX {
4190
4199
  * The size of the hero component.
4191
4200
  */
4192
4201
  "size"?: IcSizesNoLarge;
4193
- /**
4194
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
4195
- */
4196
- "small"?: boolean;
4197
4202
  /**
4198
4203
  * The description for the hero.
4199
4204
  */
@@ -4203,17 +4208,9 @@ declare namespace LocalJSX {
4203
4208
  /**
4204
4209
  * The appearance of the horizontal scroll, e.g. dark, light or the default.
4205
4210
  */
4206
- "appearance"?: IcThemeForeground;
4211
+ "appearance"?: IcBrandForeground;
4207
4212
  }
4208
4213
  interface IcInputComponentContainer {
4209
- /**
4210
- * The appearance of the input component container.
4211
- */
4212
- "appearance"?: "dark" | "default";
4213
- /**
4214
- * @deprecated This prop should not be used anymore. Set prop `appearance` to "dark" instead.
4215
- */
4216
- "dark"?: boolean;
4217
4214
  /**
4218
4215
  * If `true`, the disabled state will be set.
4219
4216
  */
@@ -4234,10 +4231,6 @@ declare namespace LocalJSX {
4234
4231
  * The size of the input component container component.
4235
4232
  */
4236
4233
  "size"?: IcSizes;
4237
- /**
4238
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
4239
- */
4240
- "small"?: boolean;
4241
4234
  /**
4242
4235
  * If `true`, the validation will display inline.
4243
4236
  */
@@ -4258,22 +4251,10 @@ declare namespace LocalJSX {
4258
4251
  "readonly"?: boolean;
4259
4252
  }
4260
4253
  interface IcInputLabel {
4261
- /**
4262
- * The appearance of the input label.
4263
- */
4264
- "appearance"?: "dark" | "default";
4265
- /**
4266
- * @deprecated This prop should not be used anymore. Set prop `appearance` to "dark" instead.
4267
- */
4268
- "dark"?: boolean;
4269
4254
  /**
4270
4255
  * If `true`, the disabled state will be set.
4271
4256
  */
4272
4257
  "disabled"?: boolean;
4273
- /**
4274
- * If `true`, the input label will display with error styling.
4275
- */
4276
- "error"?: boolean;
4277
4258
  /**
4278
4259
  * The ID of the form element the label is bound to.
4279
4260
  */
@@ -4298,6 +4279,10 @@ declare namespace LocalJSX {
4298
4279
  * If `true`, the input label will require a value.
4299
4280
  */
4300
4281
  "required"?: boolean;
4282
+ /**
4283
+ * The status of the label - e.g. 'error'.
4284
+ */
4285
+ "status"?: "error" | "";
4301
4286
  }
4302
4287
  interface IcInputValidation {
4303
4288
  /**
@@ -4322,10 +4307,6 @@ declare namespace LocalJSX {
4322
4307
  "status"?: IcInformationStatusOrEmpty;
4323
4308
  }
4324
4309
  interface IcLink {
4325
- /**
4326
- * The appearance of the link, e.g. dark, light, or default.
4327
- */
4328
- "appearance"?: IcThemeForeground;
4329
4310
  /**
4330
4311
  * If `true`, the user can save the linked URL instead of navigating to it.
4331
4312
  */
@@ -4338,6 +4319,10 @@ declare namespace LocalJSX {
4338
4319
  * The human language of the linked URL.
4339
4320
  */
4340
4321
  "hreflang"?: string;
4322
+ /**
4323
+ * If `true`, the link will display as black in the light theme, and white in the dark theme.
4324
+ */
4325
+ "monochrome"?: boolean;
4341
4326
  /**
4342
4327
  * How much of the referrer to send when following the link.
4343
4328
  */
@@ -4346,20 +4331,16 @@ declare namespace LocalJSX {
4346
4331
  * The relationship of the linked URL as space-separated link types.
4347
4332
  */
4348
4333
  "rel"?: string;
4349
- /**
4350
- * @deprecated This prop should not be used anymore. The 'open in new tab/window' icon will display automatically if target="_blank".
4351
- */
4352
- "showIcon"?: boolean;
4353
4334
  /**
4354
4335
  * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
4355
4336
  */
4356
4337
  "target"?: string;
4357
- }
4358
- interface IcLoadingIndicator {
4359
4338
  /**
4360
- * The appearance of the loading indicator, e.g. dark or light.
4339
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
4361
4340
  */
4362
- "appearance"?: IcThemeForegroundNoDefault;
4341
+ "theme"?: IcThemeMode;
4342
+ }
4343
+ interface IcLoadingIndicator {
4363
4344
  /**
4364
4345
  * The description that will be set as the aria-label of the loading indicator when not using a visible label.
4365
4346
  */
@@ -4369,9 +4350,9 @@ declare namespace LocalJSX {
4369
4350
  */
4370
4351
  "fullWidth"?: boolean;
4371
4352
  /**
4372
- * The label to be displayed beneath the loading indicator. Display a changing label by separating multiple messages with forward slashes.
4353
+ * The label to be displayed beneath the loading indicator. Display a changing label by supplying an array of messages.
4373
4354
  */
4374
- "label"?: string;
4355
+ "label"?: string | string[];
4375
4356
  /**
4376
4357
  * The time in milliseconds before the label changes.
4377
4358
  */
@@ -4384,6 +4365,10 @@ declare namespace LocalJSX {
4384
4365
  * The minimum value that the progress value can take. Used to calculate the proportional width of the progress bar.
4385
4366
  */
4386
4367
  "min"?: number;
4368
+ /**
4369
+ * If `true`, the element will display as black and white.
4370
+ */
4371
+ "monochrome"?: boolean;
4387
4372
  /**
4388
4373
  * The current amount of progress made. If not provided, component acts as an indeterminate loading indicator.
4389
4374
  */
@@ -4392,6 +4377,10 @@ declare namespace LocalJSX {
4392
4377
  * The size of the loading indicator.
4393
4378
  */
4394
4379
  "size"?: IcLoadingSizes;
4380
+ /**
4381
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
4382
+ */
4383
+ "theme"?: IcThemeMode;
4395
4384
  /**
4396
4385
  * The type of indicator, either linear or circular.
4397
4386
  */
@@ -4406,6 +4395,10 @@ declare namespace LocalJSX {
4406
4395
  * The reference to an anchor element the menu will position itself from when rendered.
4407
4396
  */
4408
4397
  "anchorEl": HTMLElement;
4398
+ /**
4399
+ * If `true`, the menu will close when an option is selected.
4400
+ */
4401
+ "closeOnSelect"?: boolean;
4409
4402
  /**
4410
4403
  * If `true`, the menu will fill the width of the container.
4411
4404
  */
@@ -4426,6 +4419,10 @@ declare namespace LocalJSX {
4426
4419
  * The ID of the menu.
4427
4420
  */
4428
4421
  "menuId": string;
4422
+ /**
4423
+ * Emitted when the clear all button is clicked.
4424
+ */
4425
+ "onIcClear"?: (event: IcMenuCustomEvent<void>) => void;
4429
4426
  /**
4430
4427
  * If `true`, the menu will be displayed open.
4431
4428
  */
@@ -4439,17 +4436,13 @@ declare namespace LocalJSX {
4439
4436
  */
4440
4437
  "searchMode"?: IcSearchBarSearchModes;
4441
4438
  /**
4442
- * The size of the menu component.
4439
+ * The size of the menu.
4443
4440
  */
4444
4441
  "size"?: IcSizes;
4445
4442
  /**
4446
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
4447
- */
4448
- "small"?: boolean;
4449
- /**
4450
- * The value of the currently selected option.
4443
+ * The value of the currently selected option - or array of values (if multiple options allowed).
4451
4444
  */
4452
- "value": string;
4445
+ "value": string | string[];
4453
4446
  /**
4454
4447
  * The custom name for the value field for IcMenuOption.
4455
4448
  */
@@ -4462,6 +4455,10 @@ declare namespace LocalJSX {
4462
4455
  "label"?: string;
4463
4456
  }
4464
4457
  interface IcMenuItem {
4458
+ /**
4459
+ * If `true`, the menu item will be in a checked state. This is only applicable when variant is set to `toggle`.
4460
+ */
4461
+ "checked"?: boolean;
4465
4462
  /**
4466
4463
  * The description displayed in the menu item, below the label.
4467
4464
  */
@@ -4481,7 +4478,7 @@ declare namespace LocalJSX {
4481
4478
  /**
4482
4479
  * The label describing the keyboard shortcut for a menu item's action.
4483
4480
  */
4484
- "keyboardShortcut"?: string;
4481
+ "keyboardShortcutLabel"?: string;
4485
4482
  /**
4486
4483
  * The label to display in the menu item.
4487
4484
  */
@@ -4508,10 +4505,6 @@ declare namespace LocalJSX {
4508
4505
  * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
4509
4506
  */
4510
4507
  "target"?: string;
4511
- /**
4512
- * If `true`, the menu item will be in a checked state. This is only applicable when variant is set to `toggle`.
4513
- */
4514
- "toggleChecked"?: boolean;
4515
4508
  /**
4516
4509
  * The variant of the menu item.
4517
4510
  */
@@ -4546,6 +4539,10 @@ declare namespace LocalJSX {
4546
4539
  * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
4547
4540
  */
4548
4541
  "target"?: string;
4542
+ /**
4543
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
4544
+ */
4545
+ "theme"?: IcThemeMode;
4549
4546
  }
4550
4547
  interface IcNavigationGroup {
4551
4548
  /**
@@ -4556,6 +4553,10 @@ declare namespace LocalJSX {
4556
4553
  * The label to display on the group.
4557
4554
  */
4558
4555
  "label"?: string;
4556
+ /**
4557
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
4558
+ */
4559
+ "theme"?: IcThemeMode;
4559
4560
  }
4560
4561
  interface IcNavigationItem {
4561
4562
  /**
@@ -4590,12 +4591,20 @@ declare namespace LocalJSX {
4590
4591
  * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
4591
4592
  */
4592
4593
  "target"?: string;
4594
+ /**
4595
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
4596
+ */
4597
+ "theme"?: IcThemeMode;
4593
4598
  }
4594
4599
  interface IcNavigationMenu {
4595
4600
  /**
4596
4601
  * The status info to display.
4597
4602
  */
4598
4603
  "status"?: string;
4604
+ /**
4605
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
4606
+ */
4607
+ "theme"?: IcThemeMode;
4599
4608
  /**
4600
4609
  * The version info to display.
4601
4610
  */
@@ -4622,10 +4631,6 @@ declare namespace LocalJSX {
4622
4631
  * The size of the page header component.
4623
4632
  */
4624
4633
  "size"?: IcSizesNoLarge;
4625
- /**
4626
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
4627
- */
4628
- "small"?: boolean;
4629
4634
  /**
4630
4635
  * If `true`, the page header will be sticky at all breakpoints.
4631
4636
  */
@@ -4638,20 +4643,20 @@ declare namespace LocalJSX {
4638
4643
  * The subtitle to render on the page header.
4639
4644
  */
4640
4645
  "subheading"?: string;
4646
+ /**
4647
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
4648
+ */
4649
+ "theme"?: IcThemeMode;
4641
4650
  }
4642
4651
  interface IcPagination {
4643
4652
  /**
4644
4653
  * The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
4645
4654
  */
4646
- "adjacentCount"?: number;
4647
- /**
4648
- * The appearance of the pagination, e.g. dark, light or the default.
4649
- */
4650
- "appearance"?: IcThemeForeground;
4655
+ "adjacentPageCount"?: number;
4651
4656
  /**
4652
4657
  * The number of pages displayed as boundary items to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2.
4653
4658
  */
4654
- "boundaryCount"?: number;
4659
+ "boundaryPageCount"?: number;
4655
4660
  /**
4656
4661
  * The current page displayed by the pagination.
4657
4662
  */
@@ -4676,6 +4681,10 @@ declare namespace LocalJSX {
4676
4681
  * The label for the pagination item (applicable when simple pagination is being used).
4677
4682
  */
4678
4683
  "label"?: string;
4684
+ /**
4685
+ * If `true`, the pagination will display as black in the light theme, and white in dark theme.
4686
+ */
4687
+ "monochrome"?: boolean;
4679
4688
  /**
4680
4689
  * Emitted when a page is selected.
4681
4690
  */
@@ -4684,16 +4693,16 @@ declare namespace LocalJSX {
4684
4693
  * The total number of pages.
4685
4694
  */
4686
4695
  "pages": number;
4696
+ /**
4697
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
4698
+ */
4699
+ "theme"?: IcThemeMode;
4687
4700
  /**
4688
4701
  * The type of pagination to be used.
4689
4702
  */
4690
4703
  "type"?: IcPaginationTypes;
4691
4704
  }
4692
4705
  interface IcPaginationItem {
4693
- /**
4694
- * The appearance of the pagination, e.g. dark, light or the default.
4695
- */
4696
- "appearance"?: IcThemeForeground;
4697
4706
  /**
4698
4707
  * If `true`, the pagination item will be disabled.
4699
4708
  */
@@ -4702,6 +4711,10 @@ declare namespace LocalJSX {
4702
4711
  * The label for the pagination item (applicable when simple pagination is being used).
4703
4712
  */
4704
4713
  "label"?: string;
4714
+ /**
4715
+ * If `true`, the pagination item will display as black in the light theme, and white in dark theme.
4716
+ */
4717
+ "monochrome"?: boolean;
4705
4718
  /**
4706
4719
  * The current page number.
4707
4720
  */
@@ -4710,6 +4723,10 @@ declare namespace LocalJSX {
4710
4723
  * If `true`, the pagination item will be selected.
4711
4724
  */
4712
4725
  "selected"?: boolean;
4726
+ /**
4727
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
4728
+ */
4729
+ "theme"?: IcThemeMode;
4713
4730
  /**
4714
4731
  * The type of pagination item - 'page' or 'ellipsis'.
4715
4732
  */
@@ -4732,6 +4749,10 @@ declare namespace LocalJSX {
4732
4749
  * The unique identifier for a popover submenu.
4733
4750
  */
4734
4751
  "submenuId"?: string;
4752
+ /**
4753
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
4754
+ */
4755
+ "theme"?: IcThemeMode;
4735
4756
  }
4736
4757
  interface IcRadioGroup {
4737
4758
  /**
@@ -4771,9 +4792,9 @@ declare namespace LocalJSX {
4771
4792
  */
4772
4793
  "size"?: IcSizesNoLarge;
4773
4794
  /**
4774
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
4795
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
4775
4796
  */
4776
- "small"?: boolean;
4797
+ "theme"?: IcThemeMode;
4777
4798
  /**
4778
4799
  * The validation status - e.g. 'error' | 'warning' | 'success'.
4779
4800
  */
@@ -4800,26 +4821,6 @@ declare namespace LocalJSX {
4800
4821
  * The <form> element to associate the radio with.
4801
4822
  */
4802
4823
  "form"?: string;
4803
- /**
4804
- * The URL that processes the information submitted by the radio. It overrides the action attribute of the radio's form owner. Does nothing if there is no form owner.
4805
- */
4806
- "formaction"?: string;
4807
- /**
4808
- * The way the submitted form data is encoded.
4809
- */
4810
- "formenctype"?: string;
4811
- /**
4812
- * The HTTP method used to submit the form.
4813
- */
4814
- "formmethod"?: string;
4815
- /**
4816
- * If `true`, the form will not be validated when submitted.
4817
- */
4818
- "formnovalidate"?: boolean;
4819
- /**
4820
- * The place to display the response from submitting the form. It overrides the target attribute of the radio's form owner.
4821
- */
4822
- "formtarget"?: string;
4823
4824
  /**
4824
4825
  * The group label for the radio option.
4825
4826
  */
@@ -4840,20 +4841,24 @@ declare namespace LocalJSX {
4840
4841
  * Emitted when the radio option is selected or deselected.
4841
4842
  */
4842
4843
  "onIcSelectedChange"?: (event: IcRadioOptionCustomEvent<void>) => void;
4843
- /**
4844
- * @deprecated This event should not be used anymore. Use icCheck instead.
4845
- */
4846
- "onRadioOptionSelect"?: (event: IcRadioOptionCustomEvent<IcValueEventDetail>) => void;
4847
4844
  /**
4848
4845
  * If `true`, the radio option will be displayed in a selected state.
4849
4846
  */
4850
4847
  "selected"?: boolean;
4848
+ /**
4849
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
4850
+ */
4851
+ "theme"?: IcThemeMode;
4851
4852
  /**
4852
4853
  * The value for the radio option.
4853
4854
  */
4854
4855
  "value": string;
4855
4856
  }
4856
4857
  interface IcSearchBar {
4858
+ /**
4859
+ * The hint text for the hidden assistive description element.
4860
+ */
4861
+ "assistiveHintText"?: string;
4857
4862
  /**
4858
4863
  * The automatic capitalisation of the text value as it is entered/edited by the user. Available options: "off", "none", "on", "sentences", "words", "characters".
4859
4864
  */
@@ -4881,7 +4886,7 @@ declare namespace LocalJSX {
4881
4886
  /**
4882
4887
  * Specify whether to disable the built in filtering. For example, if options will already be filtered from external source. If `true`, all options provided will be displayed.
4883
4888
  */
4884
- "disableFilter"?: boolean;
4889
+ "disableAutoFiltering"?: boolean;
4885
4890
  /**
4886
4891
  * If `true`, the disabled state will be set.
4887
4892
  */
@@ -4906,10 +4911,6 @@ declare namespace LocalJSX {
4906
4911
  * If `true`, the label will be hidden and the required label value will be applied as an aria-label.
4907
4912
  */
4908
4913
  "hideLabel"?: boolean;
4909
- /**
4910
- * The hint text for the hidden assistive description element.
4911
- */
4912
- "hintText"?: string;
4913
4914
  /**
4914
4915
  * The label for the search bar.
4915
4916
  */
@@ -4947,13 +4948,9 @@ declare namespace LocalJSX {
4947
4948
  */
4948
4949
  "onIcInput"?: (event: IcSearchBarCustomEvent<IcValueEventDetail>) => void;
4949
4950
  /**
4950
- * @deprecated This event should not be used anymore. Use icSearchBarBlur instead.
4951
- */
4952
- "onIcInputBlur"?: (event: IcSearchBarCustomEvent<IcSearchBarBlurEventDetail>) => void;
4953
- /**
4954
- * @deprecated This event should not be used anymore. Use icSearchBarFocus instead.
4951
+ * Emitted when a keydown event occurred.
4955
4952
  */
4956
- "onIcInputFocus"?: (event: IcSearchBarCustomEvent<IcValueEventDetail>) => void;
4953
+ "onIcKeydown"?: (event: IcSearchBarCustomEvent<{ event: KeyboardEvent }>) => void;
4957
4954
  /**
4958
4955
  * Emitted when the state of the menu changes (i.e. open or close)
4959
4956
  */
@@ -4973,7 +4970,7 @@ declare namespace LocalJSX {
4973
4970
  /**
4974
4971
  * Emitted when focus is invoked from ic-search-bar
4975
4972
  */
4976
- "onIcSearchBarFocus"?: (event: IcSearchBarCustomEvent<void>) => void;
4973
+ "onIcSearchBarFocus"?: (event: IcSearchBarCustomEvent<IcValueEventDetail>) => void;
4977
4974
  /**
4978
4975
  * Emitted when the search value has been submitted
4979
4976
  */
@@ -5002,14 +4999,14 @@ declare namespace LocalJSX {
5002
4999
  * The size of the search bar component.
5003
5000
  */
5004
5001
  "size"?: IcSizesNoLarge;
5005
- /**
5006
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
5007
- */
5008
- "small"?: boolean;
5009
5002
  /**
5010
5003
  * If `true`, the value of the search will have its spelling and grammar checked.
5011
5004
  */
5012
5005
  "spellcheck"?: boolean;
5006
+ /**
5007
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
5008
+ */
5009
+ "theme"?: IcThemeMode;
5013
5010
  /**
5014
5011
  * If using external filtering, set a timeout for when loading takes too long.
5015
5012
  */
@@ -5035,17 +5032,13 @@ declare namespace LocalJSX {
5035
5032
  }
5036
5033
  interface IcSelect {
5037
5034
  /**
5038
- * @deprecated This prop should not be used anymore.
5039
- */
5040
- "charactersUntilSuggestions"?: number;
5041
- /**
5042
- * The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.
5035
+ * The amount of time, in milliseconds, to wait to trigger the `icInput` event after each keystroke.
5043
5036
  */
5044
5037
  "debounce"?: number;
5045
5038
  /**
5046
5039
  * If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.
5047
5040
  */
5048
- "disableFilter"?: boolean;
5041
+ "disableAutoFiltering"?: boolean;
5049
5042
  /**
5050
5043
  * If `true`, the disabled state will be set.
5051
5044
  */
@@ -5059,27 +5052,7 @@ declare namespace LocalJSX {
5059
5052
  */
5060
5053
  "form"?: string;
5061
5054
  /**
5062
- * The URL that processes the information submitted by the select. It overrides the action attribute of the select's form owner. Does nothing if there is no form owner. This prop should only be used with searchable select and will only be applied if searchable is true.
5063
- */
5064
- "formaction"?: string;
5065
- /**
5066
- * The way the submitted form data is encoded. This prop should only be used with searchable select and will only be applied if searchable is true.
5067
- */
5068
- "formenctype"?: string;
5069
- /**
5070
- * The HTTP method used to submit the form. This prop should only be used with searchable select and will only be applied if searchable is true.
5071
- */
5072
- "formmethod"?: string;
5073
- /**
5074
- * If `true`, the form will not be validated when submitted. This prop should only be used with searchable select and will only be applied if searchable is true.
5075
- */
5076
- "formnovalidate"?: boolean;
5077
- /**
5078
- * The place to display the response from submitting the form. It overrides the target attribute of the select's form owner. This prop should only be used with searchable select and will only be applied if searchable is true.
5079
- */
5080
- "formtarget"?: string;
5081
- /**
5082
- * If `true`, the select element will fill the width of the container. This prop should only be used with searchable select and will only be applied if searchable is true.
5055
+ * If `true`, the select will fill the width of the container.
5083
5056
  */
5084
5057
  "fullWidth"?: boolean;
5085
5058
  /**
@@ -5114,6 +5087,10 @@ declare namespace LocalJSX {
5114
5087
  * The message displayed whilst the options are being loaded externally.
5115
5088
  */
5116
5089
  "loadingLabel"?: string;
5090
+ /**
5091
+ * If `true`, multiple options can be selected.
5092
+ */
5093
+ "multiple"?: boolean;
5117
5094
  /**
5118
5095
  * The name of the control, which is submitted with the form data.
5119
5096
  */
@@ -5127,7 +5104,7 @@ declare namespace LocalJSX {
5127
5104
  */
5128
5105
  "onIcChange"?: (event: IcSelectCustomEvent<IcValueEventDetail>) => void;
5129
5106
  /**
5130
- * Emitted when the clear button is clicked.
5107
+ * Emitted when the clear or clear all button is clicked.
5131
5108
  */
5132
5109
  "onIcClear"?: (event: IcSelectCustomEvent<void>) => void;
5133
5110
  /**
@@ -5147,7 +5124,11 @@ declare namespace LocalJSX {
5147
5124
  */
5148
5125
  "onIcOpen"?: (event: IcSelectCustomEvent<void>) => void;
5149
5126
  /**
5150
- * 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.
5127
+ * Emitted when `multiple` is `true` and an option is deselected.
5128
+ */
5129
+ "onIcOptionDeselect"?: (event: IcSelectCustomEvent<IcOptionSelectEventDetail>) => void;
5130
+ /**
5131
+ * Emitted when an option is selected. Selecting an option will also trigger an `icChange/onIcChange` due to the value being updated.
5151
5132
  */
5152
5133
  "onIcOptionSelect"?: (event: IcSelectCustomEvent<IcOptionSelectEventDetail>) => void;
5153
5134
  /**
@@ -5175,11 +5156,11 @@ declare namespace LocalJSX {
5175
5156
  */
5176
5157
  "searchMatchPosition"?: IcSearchMatchPositions;
5177
5158
  /**
5178
- * If `true`, a searchable variant of the select will be displayed which can be typed in to filter options.
5159
+ * If `true`, a searchable variant of the select will be displayed which can be typed in to filter options. This functionality is only available on the single-select variant of the select component.
5179
5160
  */
5180
5161
  "searchable"?: boolean;
5181
5162
  /**
5182
- * If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown.
5163
+ * If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown on the single select.
5183
5164
  */
5184
5165
  "selectOnEnter"?: boolean;
5185
5166
  /**
@@ -5187,13 +5168,13 @@ declare namespace LocalJSX {
5187
5168
  */
5188
5169
  "showClearButton"?: boolean;
5189
5170
  /**
5190
- * The size of the select component.
5171
+ * The size of the select.
5191
5172
  */
5192
5173
  "size"?: IcSizes;
5193
5174
  /**
5194
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
5175
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
5195
5176
  */
5196
- "small"?: boolean;
5177
+ "theme"?: IcThemeMode;
5197
5178
  /**
5198
5179
  * If using external filtering, set a timeout for when loading takes too long.
5199
5180
  */
@@ -5207,9 +5188,9 @@ declare namespace LocalJSX {
5207
5188
  */
5208
5189
  "validationText"?: string;
5209
5190
  /**
5210
- * 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.
5191
+ * 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. For the multi-select variant, the value must be an array of option values.
5211
5192
  */
5212
- "value"?: string;
5193
+ "value"?: string | string[];
5213
5194
  }
5214
5195
  interface IcSideNavigation {
5215
5196
  /**
@@ -5239,7 +5220,7 @@ declare namespace LocalJSX {
5239
5220
  /**
5240
5221
  * Emitted when the side navigation is collapsed and expanded.
5241
5222
  */
5242
- "onSideNavExpanded"?: (event: IcSideNavigationCustomEvent<IcExpandedDetail>) => void;
5223
+ "onIcSideNavExpanded"?: (event: IcSideNavigationCustomEvent<IcExpandedDetail>) => void;
5243
5224
  /**
5244
5225
  * The short title of the app to be displayed at small screen sizes in place of the app title.
5245
5226
  */
@@ -5259,13 +5240,9 @@ declare namespace LocalJSX {
5259
5240
  }
5260
5241
  interface IcSkeleton {
5261
5242
  /**
5262
- * The appearance of the skeleton.
5263
- */
5264
- "appearance"?: "light" | "default";
5265
- /**
5266
- * @deprecated This prop should not be used anymore. Set prop `appearance` to "light" instead.
5243
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
5267
5244
  */
5268
- "light"?: boolean;
5245
+ "theme"?: IcThemeMode;
5269
5246
  /**
5270
5247
  * The variant of the skeleton that will be displayed.
5271
5248
  */
@@ -5276,10 +5253,6 @@ declare namespace LocalJSX {
5276
5253
  * If `true`, role='status' is added to the component and it will act as an 'aria-live' region. Screen readers will announce changes to the `label`, but not the initial value.
5277
5254
  */
5278
5255
  "announced"?: boolean;
5279
- /**
5280
- * @deprecated This prop should not be used anymore. Use variant prop instead.
5281
- */
5282
- "appearance"?: IcStatusTagAppearance;
5283
5256
  /**
5284
5257
  * The content rendered within the status tag.
5285
5258
  */
@@ -5288,14 +5261,18 @@ declare namespace LocalJSX {
5288
5261
  * The size of the status tag component.
5289
5262
  */
5290
5263
  "size"?: IcSizes;
5291
- /**
5292
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
5293
- */
5294
- "small"?: boolean;
5295
5264
  /**
5296
5265
  * The colour of the status tag.
5297
5266
  */
5298
5267
  "status"?: IcStatusTagStatuses;
5268
+ /**
5269
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
5270
+ */
5271
+ "theme"?: "dark" | "light" | "inherit";
5272
+ /**
5273
+ * The letter case of the status tag's label.
5274
+ */
5275
+ "uppercase"?: boolean;
5299
5276
  /**
5300
5277
  * The emphasis of the status tag.
5301
5278
  */
@@ -5303,31 +5280,27 @@ declare namespace LocalJSX {
5303
5280
  }
5304
5281
  interface IcStep {
5305
5282
  /**
5306
- * The status of the step. Use this prop to display a status message on the step if it is required or optional.
5283
+ * The title of the step within the stepper.
5307
5284
  */
5308
- "stepStatus"?: IcStepStatuses;
5285
+ "heading"?: string;
5309
5286
  /**
5310
- * Additional information about the step. Use this prop to override the default step status messaging displayed when selecting a step type or step status.
5287
+ * The status of the step. Use this prop to display a status message on the step if it is required or optional.
5311
5288
  */
5312
- "stepSubtitle"?: string;
5289
+ "status"?: IcStepStatuses;
5313
5290
  /**
5314
- * The title of the step within the stepper.
5291
+ * Additional information about the step. Use this prop to override the default step status messaging displayed when selecting a step type or step status.
5315
5292
  */
5316
- "stepTitle"?: string;
5293
+ "subheading"?: string;
5317
5294
  /**
5318
5295
  * The state of the step within the stepper.
5319
5296
  */
5320
- "stepType"?: IcStepTypes;
5297
+ "type"?: IcStepTypes;
5321
5298
  }
5322
5299
  interface IcStepper {
5323
5300
  /**
5324
5301
  * The alignment of the default stepper within its container.
5325
5302
  */
5326
5303
  "aligned"?: IcStepperAlignment;
5327
- /**
5328
- * The appearance of the stepper.
5329
- */
5330
- "appearance"?: "light" | "default";
5331
5304
  /**
5332
5305
  * The length of the connector between each step in pixels. Minimum length is 100px.
5333
5306
  */
@@ -5336,6 +5309,10 @@ declare namespace LocalJSX {
5336
5309
  * If `true`, the information about each step, i.e. step title, step subtitle and step status, will be hidden on all default steps. The information about each step will still be visible in the compact variant of the stepper.
5337
5310
  */
5338
5311
  "hideStepInfo"?: boolean;
5312
+ /**
5313
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
5314
+ */
5315
+ "theme"?: IcThemeMode;
5339
5316
  /**
5340
5317
  * The variant of the stepper.
5341
5318
  */
@@ -5378,18 +5355,14 @@ declare namespace LocalJSX {
5378
5355
  * Emitted when the toggle has focus.
5379
5356
  */
5380
5357
  "onIcFocus"?: (event: IcSwitchCustomEvent<void>) => void;
5381
- /**
5382
- * If `true`, the switch will render the On/Off state text.
5383
- */
5384
- "showState"?: boolean;
5385
5358
  /**
5386
5359
  * The size of the switch component.
5387
5360
  */
5388
5361
  "size"?: IcSizesNoLarge;
5389
5362
  /**
5390
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
5363
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
5391
5364
  */
5392
- "small"?: boolean;
5365
+ "theme"?: IcThemeMode;
5393
5366
  /**
5394
5367
  * The value of the toggle does not mean if it's checked or not, use the `checked` property for that. The value of a toggle is analogous to the value of a `<input type="checkbox">`, it's only used when the toggle participates in a native `<form>`.
5395
5368
  */
@@ -5406,32 +5379,28 @@ declare namespace LocalJSX {
5406
5379
  * Determines whether tabs have to be manually activated (by pressing 'Enter' or 'Space') when they receive focus using keyboard navigation.
5407
5380
  */
5408
5381
  "activationType"?: IcActivationTypes;
5409
- /**
5410
- * The appearance of the tab context, e.g dark, or light.
5411
- */
5412
- "appearance"?: IcThemeForegroundNoDefault;
5413
5382
  /**
5414
5383
  * The unique context needed if using multiple tabs inside one another i.e. rendering another set of tabs inside a tab panel.
5415
5384
  */
5416
5385
  "contextId"?: string;
5417
5386
  /**
5418
- * Emitted when a user selects a tab.
5387
+ * If `true`, the tabs will display as black in the light theme.
5419
5388
  */
5420
- "onIcTabSelect"?: (event: IcTabContextCustomEvent<IcTabSelectEventDetail>) => void;
5389
+ "monochrome"?: boolean;
5421
5390
  /**
5422
- * @deprecated This event should not be used anymore. Use icTabSelect instead.
5391
+ * Emitted when a user selects a tab.
5423
5392
  */
5424
- "onTabSelect"?: (event: IcTabContextCustomEvent<IcTabSelectEventDetail>) => void;
5393
+ "onIcTabSelect"?: (event: IcTabContextCustomEvent<IcTabSelectEventDetail>) => void;
5425
5394
  /**
5426
5395
  * The selected tab to be controlled by the user. Must be used alongside the icTabSelect event to manage tab selection.
5427
5396
  */
5428
5397
  "selectedTabIndex"?: number;
5429
- }
5430
- interface IcTabGroup {
5431
5398
  /**
5432
- * @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
5399
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
5433
5400
  */
5434
- "contextId"?: string;
5401
+ "theme"?: IcThemeMode;
5402
+ }
5403
+ interface IcTabGroup {
5435
5404
  /**
5436
5405
  * If `true`, the tabs and tab panels will be positioned separately.
5437
5406
  */
@@ -5442,16 +5411,8 @@ declare namespace LocalJSX {
5442
5411
  "label": string;
5443
5412
  }
5444
5413
  interface IcTabPanel {
5445
- /**
5446
- * @deprecated This is no longer required. The context id is passed down from `ic-tab-context`
5447
- */
5448
- "contextId"?: string;
5449
5414
  }
5450
5415
  interface IcTextField {
5451
- /**
5452
- * If `true`, the form control will have input focus when the page loads.
5453
- */
5454
- "autoFocus"?: boolean;
5455
5416
  /**
5456
5417
  * The automatic capitalisation of the text value as it is entered/edited by the user. Available options: "off", "none", "on", "sentences", "words", "characters".
5457
5418
  */
@@ -5464,6 +5425,10 @@ declare namespace LocalJSX {
5464
5425
  * The state of autocorrection the browser can apply when the user is entering/editing the text value.
5465
5426
  */
5466
5427
  "autocorrect"?: IcAutocorrectStates;
5428
+ /**
5429
+ * If `true`, the form control will have input focus when the page loads.
5430
+ */
5431
+ "autofocus"?: boolean;
5467
5432
  /**
5468
5433
  * The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.
5469
5434
  */
@@ -5480,6 +5445,10 @@ declare namespace LocalJSX {
5480
5445
  * The helper text that will be displayed for additional field guidance.
5481
5446
  */
5482
5447
  "helperText"?: string;
5448
+ /**
5449
+ * If `true`, the character count which is displayed when `maxCharacters` is set will be visually hidden.
5450
+ */
5451
+ "hideCharCount"?: boolean;
5483
5452
  /**
5484
5453
  * If `true`, the label will be hidden and the required label value will be applied as an aria-label.
5485
5454
  */
@@ -5501,17 +5470,9 @@ declare namespace LocalJSX {
5501
5470
  */
5502
5471
  "max"?: string | number;
5503
5472
  /**
5504
- * The maximum number of characters that can be entered in the field. Will display an error if too many characters are entered.
5473
+ * The count of characters in the field. Will display a warning if the bound is reached. (NOTE: If the value of the text field has been set using the `value` prop, it will be truncated to this number of characters)
5505
5474
  */
5506
5475
  "maxCharacters"?: number;
5507
- /**
5508
- * The count of characters in the field. Will display a warning if the bound is reached.
5509
- */
5510
- "maxLength"?: number;
5511
- /**
5512
- * The text to display as the validation message when the maximum length is exceeded.
5513
- */
5514
- "maxLengthMessage"?: string;
5515
5476
  /**
5516
5477
  * 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`)
5517
5478
  */
@@ -5568,14 +5529,14 @@ declare namespace LocalJSX {
5568
5529
  * The size of the text field component.
5569
5530
  */
5570
5531
  "size"?: IcSizesNoLarge;
5571
- /**
5572
- * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
5573
- */
5574
- "small"?: boolean;
5575
5532
  /**
5576
5533
  * If `true`, the value of the text field will have its spelling and grammar checked.
5577
5534
  */
5578
5535
  "spellcheck"?: boolean;
5536
+ /**
5537
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
5538
+ */
5539
+ "theme"?: IcThemeMode;
5579
5540
  /**
5580
5541
  * The type of control to display. The default type is text.
5581
5542
  */
@@ -5599,9 +5560,13 @@ declare namespace LocalJSX {
5599
5560
  }
5600
5561
  interface IcTheme {
5601
5562
  /**
5602
- * The theme colour. Can be a hex value e.g. "#ff0000", RGB e.g. "rgb(255, 0, 0)", or RGBA e.g. "rgba(255, 0, 0, 1)".
5563
+ * The brand colour. Can be a hex value e.g. "#ff0000", RGB e.g. "rgb(255, 0, 0)", or RGBA e.g. "rgba(255, 0, 0, 1)".
5603
5564
  */
5604
- "color"?: IcColor;
5565
+ "brandColor"?: IcColor;
5566
+ /**
5567
+ * The theme mode. Can be "dark", "light", or "system". "system" will use the device or browser settings.
5568
+ */
5569
+ "theme"?: "dark" | "light" | "system";
5605
5570
  }
5606
5571
  interface IcToast {
5607
5572
  /**
@@ -5649,9 +5614,9 @@ declare namespace LocalJSX {
5649
5614
  */
5650
5615
  "accessibleLabel"?: string;
5651
5616
  /**
5652
- * The appearance of the toggle button.
5617
+ * If `true`, the toggle button will be in a checked state.
5653
5618
  */
5654
- "appearance"?: IcThemeForeground;
5619
+ "checked"?: boolean;
5655
5620
  /**
5656
5621
  * If `true`, the toggle button will be in disabled state.
5657
5622
  */
@@ -5663,7 +5628,7 @@ declare namespace LocalJSX {
5663
5628
  /**
5664
5629
  * The placement of the icon in relation to the toggle button label.
5665
5630
  */
5666
- "iconPlacement"?: "left" | "right" | "top";
5631
+ "iconPlacement"?: IcIconPlacementOptions;
5667
5632
  /**
5668
5633
  * The label to display in the toggle button. This is required for the default variant of toggle buttons.
5669
5634
  */
@@ -5672,6 +5637,10 @@ declare namespace LocalJSX {
5672
5637
  * If `true`, the toggle button will be in loading state.
5673
5638
  */
5674
5639
  "loading"?: boolean;
5640
+ /**
5641
+ * If `true`, the toggle button will display as black in the light theme, and white in dark theme.
5642
+ */
5643
+ "monochrome"?: boolean;
5675
5644
  /**
5676
5645
  * Emitted when the user clicks a toggle button.
5677
5646
  */
@@ -5683,9 +5652,9 @@ declare namespace LocalJSX {
5683
5652
  */
5684
5653
  "size"?: IcSizes;
5685
5654
  /**
5686
- * If `true`, the toggle button will be in a checked state.
5655
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
5687
5656
  */
5688
- "toggleChecked"?: boolean;
5657
+ "theme"?: IcThemeMode;
5689
5658
  /**
5690
5659
  * The position of the tooltip in relation to the toggle button.
5691
5660
  */
@@ -5700,10 +5669,6 @@ declare namespace LocalJSX {
5700
5669
  * The accessible label of the toggle button group component to provide context for screen reader users.
5701
5670
  */
5702
5671
  "accessibleLabel"?: string;
5703
- /**
5704
- * The appearance of the toggle button group, e.g dark, or light.
5705
- */
5706
- "appearance"?: IcThemeForeground;
5707
5672
  /**
5708
5673
  * If `true`, the toggle button group will be set to the disabled state.
5709
5674
  */
@@ -5720,6 +5685,10 @@ declare namespace LocalJSX {
5720
5685
  * If `true`, the toggle button group will be in loading state.
5721
5686
  */
5722
5687
  "loading"?: boolean;
5688
+ /**
5689
+ * If `true`, the toggle button group will display as black in the light theme, and white in dark theme.
5690
+ */
5691
+ "monochrome"?: boolean;
5723
5692
  /**
5724
5693
  * Emitted when a toggle button is selected.
5725
5694
  */
@@ -5736,6 +5705,10 @@ declare namespace LocalJSX {
5736
5705
  * The size of the toggle buttons to be displayed. This does not affect the font size of the accessible label.
5737
5706
  */
5738
5707
  "size"?: IcSizes;
5708
+ /**
5709
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
5710
+ */
5711
+ "theme"?: IcThemeMode;
5739
5712
  /**
5740
5713
  * The position of the tooltip in relation to the toggle buttons.
5741
5714
  */
@@ -5770,6 +5743,10 @@ declare namespace LocalJSX {
5770
5743
  * The ID of the element the tooltip is describing - for when aria-labelledby or aria-describedby is used.
5771
5744
  */
5772
5745
  "target"?: string;
5746
+ /**
5747
+ * Sets the tooltip to the dark or light theme colors. "inherit" will set the color based on the system settings or ic-theme component.
5748
+ */
5749
+ "theme"?: IcThemeMode;
5773
5750
  }
5774
5751
  interface IcTopNavigation {
5775
5752
  /**
@@ -5795,7 +5772,7 @@ declare namespace LocalJSX {
5795
5772
  /**
5796
5773
  * Emitted when the top navigation is resized.
5797
5774
  */
5798
- "onTopNavResized"?: (event: IcTopNavigationCustomEvent<{ size: number }>) => void;
5775
+ "onIcTopNavResized"?: (event: IcTopNavigationCustomEvent<{ size: number }>) => void;
5799
5776
  /**
5800
5777
  * The short title of the app to be displayed at small screen sizes in place of the app title.
5801
5778
  */
@@ -5804,6 +5781,10 @@ declare namespace LocalJSX {
5804
5781
  * The status info to be displayed.
5805
5782
  */
5806
5783
  "status"?: string;
5784
+ /**
5785
+ * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
5786
+ */
5787
+ "theme"?: IcThemeMode;
5807
5788
  /**
5808
5789
  * The version info to be displayed.
5809
5790
  */
@@ -5830,6 +5811,10 @@ declare namespace LocalJSX {
5830
5811
  * If `true`, the typography will have a line through it.
5831
5812
  */
5832
5813
  "strikethrough"?: boolean;
5814
+ /**
5815
+ * Sets the text color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
5816
+ */
5817
+ "theme"?: IcThemeMode;
5833
5818
  /**
5834
5819
  * If `true`, the typography will have a line under it.
5835
5820
  */
@@ -5848,12 +5833,12 @@ declare namespace LocalJSX {
5848
5833
  "ic-breadcrumb": IcBreadcrumb;
5849
5834
  "ic-breadcrumb-group": IcBreadcrumbGroup;
5850
5835
  "ic-button": IcButton;
5851
- "ic-card": IcCard;
5836
+ "ic-card-vertical": IcCardVertical;
5852
5837
  "ic-checkbox": IcCheckbox;
5853
5838
  "ic-checkbox-group": IcCheckboxGroup;
5854
5839
  "ic-chip": IcChip;
5855
5840
  "ic-classification-banner": IcClassificationBanner;
5856
- "ic-data-entity": IcDataEntity;
5841
+ "ic-data-list": IcDataList;
5857
5842
  "ic-data-row": IcDataRow;
5858
5843
  "ic-dialog": IcDialog;
5859
5844
  "ic-divider": IcDivider;
@@ -5918,12 +5903,12 @@ declare module "@stencil/core" {
5918
5903
  "ic-breadcrumb": LocalJSX.IcBreadcrumb & JSXBase.HTMLAttributes<HTMLIcBreadcrumbElement>;
5919
5904
  "ic-breadcrumb-group": LocalJSX.IcBreadcrumbGroup & JSXBase.HTMLAttributes<HTMLIcBreadcrumbGroupElement>;
5920
5905
  "ic-button": LocalJSX.IcButton & JSXBase.HTMLAttributes<HTMLIcButtonElement>;
5921
- "ic-card": LocalJSX.IcCard & JSXBase.HTMLAttributes<HTMLIcCardElement>;
5906
+ "ic-card-vertical": LocalJSX.IcCardVertical & JSXBase.HTMLAttributes<HTMLIcCardVerticalElement>;
5922
5907
  "ic-checkbox": LocalJSX.IcCheckbox & JSXBase.HTMLAttributes<HTMLIcCheckboxElement>;
5923
5908
  "ic-checkbox-group": LocalJSX.IcCheckboxGroup & JSXBase.HTMLAttributes<HTMLIcCheckboxGroupElement>;
5924
5909
  "ic-chip": LocalJSX.IcChip & JSXBase.HTMLAttributes<HTMLIcChipElement>;
5925
5910
  "ic-classification-banner": LocalJSX.IcClassificationBanner & JSXBase.HTMLAttributes<HTMLIcClassificationBannerElement>;
5926
- "ic-data-entity": LocalJSX.IcDataEntity & JSXBase.HTMLAttributes<HTMLIcDataEntityElement>;
5911
+ "ic-data-list": LocalJSX.IcDataList & JSXBase.HTMLAttributes<HTMLIcDataListElement>;
5927
5912
  "ic-data-row": LocalJSX.IcDataRow & JSXBase.HTMLAttributes<HTMLIcDataRowElement>;
5928
5913
  "ic-dialog": LocalJSX.IcDialog & JSXBase.HTMLAttributes<HTMLIcDialogElement>;
5929
5914
  "ic-divider": LocalJSX.IcDivider & JSXBase.HTMLAttributes<HTMLIcDividerElement>;