@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
package/vscode-data.json CHANGED
@@ -29,15 +29,30 @@
29
29
  "description": "The size of the accordion.",
30
30
  "values": [
31
31
  {
32
- "name": "default"
32
+ "name": "large"
33
33
  },
34
34
  {
35
- "name": "large"
35
+ "name": "medium"
36
36
  },
37
37
  {
38
38
  "name": "small"
39
39
  }
40
40
  ]
41
+ },
42
+ {
43
+ "name": "theme",
44
+ "description": "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.",
45
+ "values": [
46
+ {
47
+ "name": "dark"
48
+ },
49
+ {
50
+ "name": "inherit"
51
+ },
52
+ {
53
+ "name": "light"
54
+ }
55
+ ]
41
56
  }
42
57
  ]
43
58
  },
@@ -52,27 +67,12 @@
52
67
  "name": "accessible-button-label",
53
68
  "description": "The accessible button label to provide more context to the 'See all/Hide all' button for screen reader users."
54
69
  },
55
- {
56
- "name": "appearance",
57
- "description": "The appearance of the accordion group, e.g dark, or light.",
58
- "values": [
59
- {
60
- "name": "dark"
61
- },
62
- {
63
- "name": "default"
64
- },
65
- {
66
- "name": "light"
67
- }
68
- ]
69
- },
70
70
  {
71
71
  "name": "expanded",
72
72
  "description": "If `true`, the accordion will load in an expanded state."
73
73
  },
74
74
  {
75
- "name": "group-title",
75
+ "name": "label",
76
76
  "description": "The header for the accordion group."
77
77
  },
78
78
  {
@@ -84,15 +84,30 @@
84
84
  "description": "The size of the accordion.",
85
85
  "values": [
86
86
  {
87
- "name": "default"
87
+ "name": "large"
88
88
  },
89
89
  {
90
- "name": "large"
90
+ "name": "medium"
91
91
  },
92
92
  {
93
93
  "name": "small"
94
94
  }
95
95
  ]
96
+ },
97
+ {
98
+ "name": "theme",
99
+ "description": "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.",
100
+ "values": [
101
+ {
102
+ "name": "dark"
103
+ },
104
+ {
105
+ "name": "inherit"
106
+ },
107
+ {
108
+ "name": "light"
109
+ }
110
+ ]
96
111
  }
97
112
  ]
98
113
  },
@@ -123,6 +138,21 @@
123
138
  "name": "show-default-icon",
124
139
  "description": "If `true`, the default icon for the neutral variant will appear on the left of the alert."
125
140
  },
141
+ {
142
+ "name": "theme",
143
+ "description": "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.",
144
+ "values": [
145
+ {
146
+ "name": "dark"
147
+ },
148
+ {
149
+ "name": "inherit"
150
+ },
151
+ {
152
+ "name": "light"
153
+ }
154
+ ]
155
+ },
126
156
  {
127
157
  "name": "title-above",
128
158
  "description": "If `true`, the title and message will appear above and below instead of inline."
@@ -161,6 +191,21 @@
161
191
  "name": "target",
162
192
  "description": "The ID of the element to jump back to when the link is clicked."
163
193
  },
194
+ {
195
+ "name": "theme",
196
+ "description": "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.",
197
+ "values": [
198
+ {
199
+ "name": "dark"
200
+ },
201
+ {
202
+ "name": "inherit"
203
+ },
204
+ {
205
+ "name": "light"
206
+ }
207
+ ]
208
+ },
164
209
  {
165
210
  "name": "variant",
166
211
  "description": "The variant of the button to render",
@@ -190,9 +235,13 @@
190
235
  "name": "custom-color",
191
236
  "description": "The custom badge colour. This will only style the badge component if variant=\"custom\".\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\"."
192
237
  },
238
+ {
239
+ "name": "label",
240
+ "description": "The text displayed in the badge. This will only be displayed if type=\"text\"."
241
+ },
193
242
  {
194
243
  "name": "max-number",
195
- "description": "The maximum number shown on the badge appended with a +.\nThis will only be displayed if type=\"text\" and textLabel is not empty."
244
+ "description": "The maximum number shown on the badge appended with a +.\nThis will only be displayed if type=\"text\" and label is not empty."
196
245
  },
197
246
  {
198
247
  "name": "position",
@@ -214,10 +263,10 @@
214
263
  "description": "The size of the badge to be displayed.",
215
264
  "values": [
216
265
  {
217
- "name": "default"
266
+ "name": "large"
218
267
  },
219
268
  {
220
- "name": "large"
269
+ "name": "medium"
221
270
  },
222
271
  {
223
272
  "name": "small"
@@ -225,8 +274,19 @@
225
274
  ]
226
275
  },
227
276
  {
228
- "name": "text-label",
229
- "description": "The text displayed in the badge. This will only be displayed if type=\"text\"."
277
+ "name": "theme",
278
+ "description": "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.",
279
+ "values": [
280
+ {
281
+ "name": "dark"
282
+ },
283
+ {
284
+ "name": "inherit"
285
+ },
286
+ {
287
+ "name": "light"
288
+ }
289
+ ]
230
290
  },
231
291
  {
232
292
  "name": "type",
@@ -305,27 +365,31 @@
305
365
  },
306
366
  "attributes": [
307
367
  {
308
- "name": "appearance",
309
- "description": "The appearance of the breadcrumb group.",
368
+ "name": "back-breadcrumb-only",
369
+ "description": "If `true`, display only a single breadcrumb for the parent page with a back icon."
370
+ },
371
+ {
372
+ "name": "collapsed",
373
+ "description": "If `true`, all breadcrumbs between the first and last breadcrumb will be collapsed."
374
+ },
375
+ {
376
+ "name": "monochrome",
377
+ "description": "If `true`, the breadcrumb group will display as black in the light theme, and white in the dark theme."
378
+ },
379
+ {
380
+ "name": "theme",
381
+ "description": "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.",
310
382
  "values": [
311
383
  {
312
384
  "name": "dark"
313
385
  },
314
386
  {
315
- "name": "default"
387
+ "name": "inherit"
316
388
  },
317
389
  {
318
390
  "name": "light"
319
391
  }
320
392
  ]
321
- },
322
- {
323
- "name": "back-breadcrumb-only",
324
- "description": "If `true`, display only a single breadcrumb for the parent page with a back icon."
325
- },
326
- {
327
- "name": "collapsed",
328
- "description": "If `true`, all breadcrumbs between the first and last breadcrumb will be collapsed."
329
393
  }
330
394
  ]
331
395
  },
@@ -340,21 +404,6 @@
340
404
  "name": "accept",
341
405
  "description": "If `fileUpload` is set to `true`, this is the accepted list of file types."
342
406
  },
343
- {
344
- "name": "appearance",
345
- "description": "The appearance of the button, e.g. dark, light, or the default.",
346
- "values": [
347
- {
348
- "name": "dark"
349
- },
350
- {
351
- "name": "default"
352
- },
353
- {
354
- "name": "light"
355
- }
356
- ]
357
- },
358
407
  {
359
408
  "name": "disable-tooltip",
360
409
  "description": "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."
@@ -423,6 +472,10 @@
423
472
  "name": "loading",
424
473
  "description": "If `true`, the button will be in loading state."
425
474
  },
475
+ {
476
+ "name": "monochrome",
477
+ "description": "If `true`, the button will display as monochromatic in either `light` or `dark` theme."
478
+ },
426
479
  {
427
480
  "name": "multiple",
428
481
  "description": "If `fileUpload` is set to `true`, this boolean determines whether multiple files are accepted."
@@ -466,10 +519,10 @@
466
519
  "description": "The size of the button to be displayed.",
467
520
  "values": [
468
521
  {
469
- "name": "default"
522
+ "name": "large"
470
523
  },
471
524
  {
472
- "name": "large"
525
+ "name": "medium"
473
526
  },
474
527
  {
475
528
  "name": "small"
@@ -480,6 +533,21 @@
480
533
  "name": "target",
481
534
  "description": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe)."
482
535
  },
536
+ {
537
+ "name": "theme",
538
+ "description": "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.",
539
+ "values": [
540
+ {
541
+ "name": "dark"
542
+ },
543
+ {
544
+ "name": "inherit"
545
+ },
546
+ {
547
+ "name": "light"
548
+ }
549
+ ]
550
+ },
483
551
  {
484
552
  "name": "tooltip-placement",
485
553
  "description": "The position of the tooltip in relation to the button.",
@@ -553,7 +621,7 @@
553
621
  ]
554
622
  },
555
623
  {
556
- "name": "ic-card",
624
+ "name": "ic-card-vertical",
557
625
  "description": {
558
626
  "kind": "markdown",
559
627
  "value": ""
@@ -632,6 +700,21 @@
632
700
  {
633
701
  "name": "target",
634
702
  "description": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe)."
703
+ },
704
+ {
705
+ "name": "theme",
706
+ "description": "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.",
707
+ "values": [
708
+ {
709
+ "name": "dark"
710
+ },
711
+ {
712
+ "name": "inherit"
713
+ },
714
+ {
715
+ "name": "light"
716
+ }
717
+ ]
635
718
  }
636
719
  ]
637
720
  },
@@ -670,26 +753,6 @@
670
753
  "name": "form",
671
754
  "description": "The <form> element to associate the checkbox with."
672
755
  },
673
- {
674
- "name": "formaction",
675
- "description": "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."
676
- },
677
- {
678
- "name": "formenctype",
679
- "description": "The way the submitted form data is encoded."
680
- },
681
- {
682
- "name": "formmethod",
683
- "description": "The HTTP method used to submit the form."
684
- },
685
- {
686
- "name": "formnovalidate",
687
- "description": "If `true`, the form will not be validated when submitted."
688
- },
689
- {
690
- "name": "formtarget",
691
- "description": "The place to display the response from submitting the form. It overrides the target attribute of the checkbox's form owner."
692
- },
693
756
  {
694
757
  "name": "group-label",
695
758
  "description": "The group label for the checkbox."
@@ -719,10 +782,10 @@
719
782
  "description": "The size of the checkbox to be displayed. This does not affect the font size of the label. If a checkbox is contained in a checkbox group, this will override the size set on checkbox group.",
720
783
  "values": [
721
784
  {
722
- "name": "default"
785
+ "name": "large"
723
786
  },
724
787
  {
725
- "name": "large"
788
+ "name": "medium"
726
789
  },
727
790
  {
728
791
  "name": "small"
@@ -730,8 +793,19 @@
730
793
  ]
731
794
  },
732
795
  {
733
- "name": "small",
734
- "description": ""
796
+ "name": "theme",
797
+ "description": "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.",
798
+ "values": [
799
+ {
800
+ "name": "dark"
801
+ },
802
+ {
803
+ "name": "inherit"
804
+ },
805
+ {
806
+ "name": "light"
807
+ }
808
+ ]
735
809
  },
736
810
  {
737
811
  "name": "value",
@@ -775,10 +849,10 @@
775
849
  "description": "The size of the checkboxes to be displayed. This does not affect the font size of the label.",
776
850
  "values": [
777
851
  {
778
- "name": "default"
852
+ "name": "large"
779
853
  },
780
854
  {
781
- "name": "large"
855
+ "name": "medium"
782
856
  },
783
857
  {
784
858
  "name": "small"
@@ -786,8 +860,19 @@
786
860
  ]
787
861
  },
788
862
  {
789
- "name": "small",
790
- "description": ""
863
+ "name": "theme",
864
+ "description": "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.",
865
+ "values": [
866
+ {
867
+ "name": "dark"
868
+ },
869
+ {
870
+ "name": "inherit"
871
+ },
872
+ {
873
+ "name": "light"
874
+ }
875
+ ]
791
876
  },
792
877
  {
793
878
  "name": "validation-status",
@@ -817,21 +902,9 @@
817
902
  "value": ""
818
903
  },
819
904
  "attributes": [
820
- {
821
- "name": "appearance",
822
- "description": "",
823
- "values": [
824
- {
825
- "name": "filled"
826
- },
827
- {
828
- "name": "outline"
829
- }
830
- ]
831
- },
832
905
  {
833
906
  "name": "custom-color",
834
- "description": "The custom chip colour. This prop will be applied to the chip component if `dismissible` is set to `false`.\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\"."
907
+ "description": "The custom chip colour. This will override the theme colour.\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\"."
835
908
  },
836
909
  {
837
910
  "name": "disabled",
@@ -854,19 +927,34 @@
854
927
  "description": "The size of the chip.",
855
928
  "values": [
856
929
  {
857
- "name": "default"
930
+ "name": "large"
858
931
  },
859
932
  {
860
- "name": "large"
933
+ "name": "medium"
861
934
  },
862
935
  {
863
936
  "name": "small"
864
937
  }
865
938
  ]
866
939
  },
940
+ {
941
+ "name": "theme",
942
+ "description": "Sets the chip to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.\nSetting the \"customColor\" prop will override this.",
943
+ "values": [
944
+ {
945
+ "name": "dark"
946
+ },
947
+ {
948
+ "name": "inherit"
949
+ },
950
+ {
951
+ "name": "light"
952
+ }
953
+ ]
954
+ },
867
955
  {
868
956
  "name": "transparent-background",
869
- "description": "If `true`, the outlined variant of chip will have a transparent background rather than white."
957
+ "description": "If `true`, the outlined variant of chip will have a transparent background rather than the theme defined color."
870
958
  },
871
959
  {
872
960
  "name": "variant",
@@ -929,7 +1017,7 @@
929
1017
  ]
930
1018
  },
931
1019
  {
932
- "name": "ic-data-entity",
1020
+ "name": "ic-data-list",
933
1021
  "description": {
934
1022
  "kind": "markdown",
935
1023
  "value": ""
@@ -937,14 +1025,14 @@
937
1025
  "attributes": [
938
1026
  {
939
1027
  "name": "heading",
940
- "description": "The title for the data entity."
1028
+ "description": "The title for the data list."
941
1029
  },
942
1030
  {
943
1031
  "name": "size",
944
- "description": "The size of the data entity component.",
1032
+ "description": "The size of the data list component.",
945
1033
  "values": [
946
1034
  {
947
- "name": "default"
1035
+ "name": "medium"
948
1036
  },
949
1037
  {
950
1038
  "name": "small"
@@ -952,8 +1040,19 @@
952
1040
  ]
953
1041
  },
954
1042
  {
955
- "name": "small",
956
- "description": ""
1043
+ "name": "theme",
1044
+ "description": "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.",
1045
+ "values": [
1046
+ {
1047
+ "name": "dark"
1048
+ },
1049
+ {
1050
+ "name": "inherit"
1051
+ },
1052
+ {
1053
+ "name": "light"
1054
+ }
1055
+ ]
957
1056
  }
958
1057
  ]
959
1058
  },
@@ -973,7 +1072,7 @@
973
1072
  "description": "The size of the data row component.",
974
1073
  "values": [
975
1074
  {
976
- "name": "default"
1075
+ "name": "medium"
977
1076
  },
978
1077
  {
979
1078
  "name": "small"
@@ -981,8 +1080,19 @@
981
1080
  ]
982
1081
  },
983
1082
  {
984
- "name": "small",
985
- "description": ""
1083
+ "name": "theme",
1084
+ "description": "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.",
1085
+ "values": [
1086
+ {
1087
+ "name": "dark"
1088
+ },
1089
+ {
1090
+ "name": "inherit"
1091
+ },
1092
+ {
1093
+ "name": "light"
1094
+ }
1095
+ ]
986
1096
  },
987
1097
  {
988
1098
  "name": "value",
@@ -997,17 +1107,9 @@
997
1107
  "value": ""
998
1108
  },
999
1109
  "attributes": [
1000
- {
1001
- "name": "alert-heading",
1002
- "description": ""
1003
- },
1004
- {
1005
- "name": "alert-message",
1006
- "description": ""
1007
- },
1008
1110
  {
1009
1111
  "name": "buttons",
1010
- "description": "If set to `false`, dialog controls will not be displayed overriding buttonProps or slotted dialog controls."
1112
+ "description": "If set to `false`, default buttons will not be shown, but slotted dialog controls will still be displayed."
1011
1113
  },
1012
1114
  {
1013
1115
  "name": "close-on-backdrop-click",
@@ -1015,7 +1117,7 @@
1015
1117
  },
1016
1118
  {
1017
1119
  "name": "destructive",
1018
- "description": "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."
1120
+ "description": "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."
1019
1121
  },
1020
1122
  {
1021
1123
  "name": "disable-height-constraint",
@@ -1061,23 +1163,17 @@
1061
1163
  ]
1062
1164
  },
1063
1165
  {
1064
- "name": "status",
1065
- "description": "",
1166
+ "name": "theme",
1167
+ "description": "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.",
1066
1168
  "values": [
1067
1169
  {
1068
- "name": "error"
1069
- },
1070
- {
1071
- "name": "info"
1072
- },
1073
- {
1074
- "name": "neutral"
1170
+ "name": "dark"
1075
1171
  },
1076
1172
  {
1077
- "name": "success"
1173
+ "name": "inherit"
1078
1174
  },
1079
1175
  {
1080
- "name": "warning"
1176
+ "name": "light"
1081
1177
  }
1082
1178
  ]
1083
1179
  }
@@ -1089,7 +1185,97 @@
1089
1185
  "kind": "markdown",
1090
1186
  "value": ""
1091
1187
  },
1092
- "attributes": []
1188
+ "attributes": [
1189
+ {
1190
+ "name": "border-style",
1191
+ "description": "The line style of the divider.",
1192
+ "values": [
1193
+ {
1194
+ "name": "dashed"
1195
+ },
1196
+ {
1197
+ "name": "solid"
1198
+ }
1199
+ ]
1200
+ },
1201
+ {
1202
+ "name": "label",
1203
+ "description": "The label for the divider. The label placement will need to be set for the label to be displayed correctly."
1204
+ },
1205
+ {
1206
+ "name": "label-placement",
1207
+ "description": "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.",
1208
+ "values": [
1209
+ {
1210
+ "name": "bottom"
1211
+ },
1212
+ {
1213
+ "name": "center"
1214
+ },
1215
+ {
1216
+ "name": "left"
1217
+ },
1218
+ {
1219
+ "name": "right"
1220
+ },
1221
+ {
1222
+ "name": "top"
1223
+ }
1224
+ ]
1225
+ },
1226
+ {
1227
+ "name": "monochrome",
1228
+ "description": "If `true`, the divider will be displayed in a grey colour."
1229
+ },
1230
+ {
1231
+ "name": "orientation",
1232
+ "description": "The orientation of the divider.",
1233
+ "values": [
1234
+ {
1235
+ "name": "horizontal"
1236
+ },
1237
+ {
1238
+ "name": "vertical"
1239
+ }
1240
+ ]
1241
+ },
1242
+ {
1243
+ "name": "theme",
1244
+ "description": "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.",
1245
+ "values": [
1246
+ {
1247
+ "name": "dark"
1248
+ },
1249
+ {
1250
+ "name": "default"
1251
+ },
1252
+ {
1253
+ "name": "inherit"
1254
+ },
1255
+ {
1256
+ "name": "light"
1257
+ }
1258
+ ]
1259
+ },
1260
+ {
1261
+ "name": "weight",
1262
+ "description": "The thickness of the divider.",
1263
+ "values": [
1264
+ {
1265
+ "name": "medium"
1266
+ },
1267
+ {
1268
+ "name": "thick"
1269
+ },
1270
+ {
1271
+ "name": "thin"
1272
+ },
1273
+ {
1274
+ "name": "very-thick"
1275
+ }
1276
+ ]
1277
+ }
1278
+ ]
1093
1279
  },
1094
1280
  {
1095
1281
  "name": "ic-empty-state",
@@ -1117,10 +1303,6 @@
1117
1303
  "name": "body",
1118
1304
  "description": "The body text rendered in the empty state container."
1119
1305
  },
1120
- {
1121
- "name": "body-max-lines",
1122
- "description": "The number of lines of body text to display before truncating."
1123
- },
1124
1306
  {
1125
1307
  "name": "heading",
1126
1308
  "description": "The title rendered in the empty state container."
@@ -1130,19 +1312,38 @@
1130
1312
  "description": "The size of the image or icon used in the image slot.",
1131
1313
  "values": [
1132
1314
  {
1133
- "name": "default"
1315
+ "name": "large"
1134
1316
  },
1135
1317
  {
1136
- "name": "large"
1318
+ "name": "medium"
1137
1319
  },
1138
1320
  {
1139
1321
  "name": "small"
1140
1322
  }
1141
1323
  ]
1142
1324
  },
1325
+ {
1326
+ "name": "max-lines",
1327
+ "description": "The number of lines of body text to display before truncating."
1328
+ },
1143
1329
  {
1144
1330
  "name": "subheading",
1145
1331
  "description": "The subtitle rendered in the empty state container."
1332
+ },
1333
+ {
1334
+ "name": "theme",
1335
+ "description": "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.",
1336
+ "values": [
1337
+ {
1338
+ "name": "dark"
1339
+ },
1340
+ {
1341
+ "name": "inherit"
1342
+ },
1343
+ {
1344
+ "name": "light"
1345
+ }
1346
+ ]
1146
1347
  }
1147
1348
  ]
1148
1349
  },
@@ -1274,7 +1475,7 @@
1274
1475
  },
1275
1476
  "attributes": [
1276
1477
  {
1277
- "name": "group-title",
1478
+ "name": "label",
1278
1479
  "description": "The title of the link group to be displayed."
1279
1480
  }
1280
1481
  ]
@@ -1323,11 +1524,11 @@
1323
1524
  },
1324
1525
  {
1325
1526
  "name": "heading",
1326
- "description": "The heading of the hero."
1527
+ "description": "The heading of the hero. An <h2> level heading."
1327
1528
  },
1328
1529
  {
1329
1530
  "name": "secondary-heading",
1330
- "description": "The optional secondary heading, replaced by slotted right content."
1531
+ "description": "The optional secondary heading, an <h3> level heading. Replaced by slotted right content."
1331
1532
  },
1332
1533
  {
1333
1534
  "name": "secondary-subheading",
@@ -1338,17 +1539,13 @@
1338
1539
  "description": "The size of the hero component.",
1339
1540
  "values": [
1340
1541
  {
1341
- "name": "default"
1542
+ "name": "medium"
1342
1543
  },
1343
1544
  {
1344
1545
  "name": "small"
1345
1546
  }
1346
1547
  ]
1347
1548
  },
1348
- {
1349
- "name": "small",
1350
- "description": ""
1351
- },
1352
1549
  {
1353
1550
  "name": "subheading",
1354
1551
  "description": "The description for the hero."
@@ -1386,22 +1583,6 @@
1386
1583
  "value": ""
1387
1584
  },
1388
1585
  "attributes": [
1389
- {
1390
- "name": "appearance",
1391
- "description": "The appearance of the input component container.",
1392
- "values": [
1393
- {
1394
- "name": "dark"
1395
- },
1396
- {
1397
- "name": "default"
1398
- }
1399
- ]
1400
- },
1401
- {
1402
- "name": "dark",
1403
- "description": ""
1404
- },
1405
1586
  {
1406
1587
  "name": "disabled",
1407
1588
  "description": "If `true`, the disabled state will be set."
@@ -1423,20 +1604,16 @@
1423
1604
  "description": "The size of the input component container component.",
1424
1605
  "values": [
1425
1606
  {
1426
- "name": "default"
1607
+ "name": "large"
1427
1608
  },
1428
1609
  {
1429
- "name": "large"
1610
+ "name": "medium"
1430
1611
  },
1431
1612
  {
1432
1613
  "name": "small"
1433
1614
  }
1434
1615
  ]
1435
1616
  },
1436
- {
1437
- "name": "small",
1438
- "description": ""
1439
- },
1440
1617
  {
1441
1618
  "name": "validation-inline",
1442
1619
  "description": "If `true`, the validation will display inline."
@@ -1482,30 +1659,10 @@
1482
1659
  "value": ""
1483
1660
  },
1484
1661
  "attributes": [
1485
- {
1486
- "name": "appearance",
1487
- "description": "The appearance of the input label.",
1488
- "values": [
1489
- {
1490
- "name": "dark"
1491
- },
1492
- {
1493
- "name": "default"
1494
- }
1495
- ]
1496
- },
1497
- {
1498
- "name": "dark",
1499
- "description": ""
1500
- },
1501
1662
  {
1502
1663
  "name": "disabled",
1503
1664
  "description": "If `true`, the disabled state will be set."
1504
1665
  },
1505
- {
1506
- "name": "error",
1507
- "description": "If `true`, the input label will display with error styling."
1508
- },
1509
1666
  {
1510
1667
  "name": "for",
1511
1668
  "description": "The ID of the form element the label is bound to."
@@ -1529,6 +1686,15 @@
1529
1686
  {
1530
1687
  "name": "required",
1531
1688
  "description": "If `true`, the input label will require a value."
1689
+ },
1690
+ {
1691
+ "name": "status",
1692
+ "description": "The status of the label - e.g. 'error'.",
1693
+ "values": [
1694
+ {
1695
+ "name": "error"
1696
+ }
1697
+ ]
1532
1698
  }
1533
1699
  ]
1534
1700
  },
@@ -1587,21 +1753,6 @@
1587
1753
  "value": ""
1588
1754
  },
1589
1755
  "attributes": [
1590
- {
1591
- "name": "appearance",
1592
- "description": "The appearance of the link, e.g. dark, light, or default.",
1593
- "values": [
1594
- {
1595
- "name": "dark"
1596
- },
1597
- {
1598
- "name": "default"
1599
- },
1600
- {
1601
- "name": "light"
1602
- }
1603
- ]
1604
- },
1605
1756
  {
1606
1757
  "name": "download",
1607
1758
  "description": "If `true`, the user can save the linked URL instead of navigating to it."
@@ -1614,6 +1765,10 @@
1614
1765
  "name": "hreflang",
1615
1766
  "description": "The human language of the linked URL."
1616
1767
  },
1768
+ {
1769
+ "name": "monochrome",
1770
+ "description": "If `true`, the link will display as black in the light theme, and white in the dark theme."
1771
+ },
1617
1772
  {
1618
1773
  "name": "referrerpolicy",
1619
1774
  "description": "How much of the referrer to send when following the link.",
@@ -1648,13 +1803,24 @@
1648
1803
  "name": "rel",
1649
1804
  "description": "The relationship of the linked URL as space-separated link types."
1650
1805
  },
1651
- {
1652
- "name": "show-icon",
1653
- "description": ""
1654
- },
1655
1806
  {
1656
1807
  "name": "target",
1657
1808
  "description": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe)."
1809
+ },
1810
+ {
1811
+ "name": "theme",
1812
+ "description": "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.",
1813
+ "values": [
1814
+ {
1815
+ "name": "dark"
1816
+ },
1817
+ {
1818
+ "name": "inherit"
1819
+ },
1820
+ {
1821
+ "name": "light"
1822
+ }
1823
+ ]
1658
1824
  }
1659
1825
  ]
1660
1826
  },
@@ -1665,18 +1831,6 @@
1665
1831
  "value": ""
1666
1832
  },
1667
1833
  "attributes": [
1668
- {
1669
- "name": "appearance",
1670
- "description": "The appearance of the loading indicator, e.g. dark or light.",
1671
- "values": [
1672
- {
1673
- "name": "dark"
1674
- },
1675
- {
1676
- "name": "light"
1677
- }
1678
- ]
1679
- },
1680
1834
  {
1681
1835
  "name": "description",
1682
1836
  "description": "The description that will be set as the aria-label of the loading indicator when not using a visible label."
@@ -1687,7 +1841,7 @@
1687
1841
  },
1688
1842
  {
1689
1843
  "name": "label",
1690
- "description": "The label to be displayed beneath the loading indicator.\nDisplay a changing label by separating multiple messages with forward slashes."
1844
+ "description": "The label to be displayed beneath the loading indicator.\nDisplay a changing label by supplying an array of messages."
1691
1845
  },
1692
1846
  {
1693
1847
  "name": "label-duration",
@@ -1701,6 +1855,10 @@
1701
1855
  "name": "min",
1702
1856
  "description": "The minimum value that the progress value can take.\nUsed to calculate the proportional width of the progress bar."
1703
1857
  },
1858
+ {
1859
+ "name": "monochrome",
1860
+ "description": "If `true`, the element will display as black and white."
1861
+ },
1704
1862
  {
1705
1863
  "name": "progress",
1706
1864
  "description": "The current amount of progress made.\nIf not provided, component acts as an indeterminate loading indicator."
@@ -1710,16 +1868,31 @@
1710
1868
  "description": "The size of the loading indicator.",
1711
1869
  "values": [
1712
1870
  {
1713
- "name": "default"
1714
- },
1715
- {
1716
- "name": "icon"
1871
+ "name": "icon"
1872
+ },
1873
+ {
1874
+ "name": "large"
1875
+ },
1876
+ {
1877
+ "name": "medium"
1878
+ },
1879
+ {
1880
+ "name": "small"
1881
+ }
1882
+ ]
1883
+ },
1884
+ {
1885
+ "name": "theme",
1886
+ "description": "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.",
1887
+ "values": [
1888
+ {
1889
+ "name": "dark"
1717
1890
  },
1718
1891
  {
1719
- "name": "large"
1892
+ "name": "inherit"
1720
1893
  },
1721
1894
  {
1722
- "name": "small"
1895
+ "name": "light"
1723
1896
  }
1724
1897
  ]
1725
1898
  },
@@ -1756,6 +1929,10 @@
1756
1929
  }
1757
1930
  ]
1758
1931
  },
1932
+ {
1933
+ "name": "close-on-select",
1934
+ "description": "If `true`, the menu will close when an option is selected."
1935
+ },
1759
1936
  {
1760
1937
  "name": "full-width",
1761
1938
  "description": "If `true`, the menu will fill the width of the container."
@@ -1790,26 +1967,22 @@
1790
1967
  },
1791
1968
  {
1792
1969
  "name": "size",
1793
- "description": "The size of the menu component.",
1970
+ "description": "The size of the menu.",
1794
1971
  "values": [
1795
1972
  {
1796
- "name": "default"
1973
+ "name": "large"
1797
1974
  },
1798
1975
  {
1799
- "name": "large"
1976
+ "name": "medium"
1800
1977
  },
1801
1978
  {
1802
1979
  "name": "small"
1803
1980
  }
1804
1981
  ]
1805
1982
  },
1806
- {
1807
- "name": "small",
1808
- "description": ""
1809
- },
1810
1983
  {
1811
1984
  "name": "value",
1812
- "description": "The value of the currently selected option."
1985
+ "description": "The value of the currently selected option - or array of values (if multiple options allowed)."
1813
1986
  },
1814
1987
  {
1815
1988
  "name": "value-field",
@@ -1837,6 +2010,10 @@
1837
2010
  "value": ""
1838
2011
  },
1839
2012
  "attributes": [
2013
+ {
2014
+ "name": "checked",
2015
+ "description": "If `true`, the menu item will be in a checked state. This is only applicable when variant is set to `toggle`."
2016
+ },
1840
2017
  {
1841
2018
  "name": "description",
1842
2019
  "description": "The description displayed in the menu item, below the label."
@@ -1854,7 +2031,7 @@
1854
2031
  "description": "The human language of the linked URL."
1855
2032
  },
1856
2033
  {
1857
- "name": "keyboard-shortcut",
2034
+ "name": "keyboard-shortcut-label",
1858
2035
  "description": "The label describing the keyboard shortcut for a menu item's action."
1859
2036
  },
1860
2037
  {
@@ -1903,10 +2080,6 @@
1903
2080
  "name": "target",
1904
2081
  "description": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe)."
1905
2082
  },
1906
- {
1907
- "name": "toggle-checked",
1908
- "description": "If `true`, the menu item will be in a checked state. This is only applicable when variant is set to `toggle`."
1909
- },
1910
2083
  {
1911
2084
  "name": "variant",
1912
2085
  "description": "The variant of the menu item.",
@@ -1984,6 +2157,21 @@
1984
2157
  {
1985
2158
  "name": "target",
1986
2159
  "description": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe)."
2160
+ },
2161
+ {
2162
+ "name": "theme",
2163
+ "description": "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.",
2164
+ "values": [
2165
+ {
2166
+ "name": "dark"
2167
+ },
2168
+ {
2169
+ "name": "inherit"
2170
+ },
2171
+ {
2172
+ "name": "light"
2173
+ }
2174
+ ]
1987
2175
  }
1988
2176
  ]
1989
2177
  },
@@ -2001,6 +2189,21 @@
2001
2189
  {
2002
2190
  "name": "label",
2003
2191
  "description": "The label to display on the group."
2192
+ },
2193
+ {
2194
+ "name": "theme",
2195
+ "description": "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.",
2196
+ "values": [
2197
+ {
2198
+ "name": "dark"
2199
+ },
2200
+ {
2201
+ "name": "inherit"
2202
+ },
2203
+ {
2204
+ "name": "light"
2205
+ }
2206
+ ]
2004
2207
  }
2005
2208
  ]
2006
2209
  },
@@ -2068,6 +2271,21 @@
2068
2271
  {
2069
2272
  "name": "target",
2070
2273
  "description": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe)."
2274
+ },
2275
+ {
2276
+ "name": "theme",
2277
+ "description": "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.",
2278
+ "values": [
2279
+ {
2280
+ "name": "dark"
2281
+ },
2282
+ {
2283
+ "name": "inherit"
2284
+ },
2285
+ {
2286
+ "name": "light"
2287
+ }
2288
+ ]
2071
2289
  }
2072
2290
  ]
2073
2291
  },
@@ -2082,6 +2300,21 @@
2082
2300
  "name": "status",
2083
2301
  "description": "The status info to display."
2084
2302
  },
2303
+ {
2304
+ "name": "theme",
2305
+ "description": "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
+ "values": [
2307
+ {
2308
+ "name": "dark"
2309
+ },
2310
+ {
2311
+ "name": "inherit"
2312
+ },
2313
+ {
2314
+ "name": "light"
2315
+ }
2316
+ ]
2317
+ },
2085
2318
  {
2086
2319
  "name": "version",
2087
2320
  "description": "The version info to display."
@@ -2127,17 +2360,13 @@
2127
2360
  "description": "The size of the page header component.",
2128
2361
  "values": [
2129
2362
  {
2130
- "name": "default"
2363
+ "name": "medium"
2131
2364
  },
2132
2365
  {
2133
2366
  "name": "small"
2134
2367
  }
2135
2368
  ]
2136
2369
  },
2137
- {
2138
- "name": "small",
2139
- "description": ""
2140
- },
2141
2370
  {
2142
2371
  "name": "sticky",
2143
2372
  "description": "If `true`, the page header will be sticky at all breakpoints."
@@ -2149,37 +2378,37 @@
2149
2378
  {
2150
2379
  "name": "subheading",
2151
2380
  "description": "The subtitle to render on the page header."
2152
- }
2153
- ]
2154
- },
2155
- {
2156
- "name": "ic-pagination",
2157
- "description": {
2158
- "kind": "markdown",
2159
- "value": ""
2160
- },
2161
- "attributes": [
2162
- {
2163
- "name": "adjacent-count",
2164
- "description": "The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2."
2165
2381
  },
2166
2382
  {
2167
- "name": "appearance",
2168
- "description": "The appearance of the pagination, e.g. dark, light or the default.",
2383
+ "name": "theme",
2384
+ "description": "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.",
2169
2385
  "values": [
2170
2386
  {
2171
2387
  "name": "dark"
2172
2388
  },
2173
2389
  {
2174
- "name": "default"
2390
+ "name": "inherit"
2175
2391
  },
2176
2392
  {
2177
2393
  "name": "light"
2178
2394
  }
2179
2395
  ]
2396
+ }
2397
+ ]
2398
+ },
2399
+ {
2400
+ "name": "ic-pagination",
2401
+ "description": {
2402
+ "kind": "markdown",
2403
+ "value": ""
2404
+ },
2405
+ "attributes": [
2406
+ {
2407
+ "name": "adjacent-page-count",
2408
+ "description": "The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2."
2180
2409
  },
2181
2410
  {
2182
- "name": "boundary-count",
2411
+ "name": "boundary-page-count",
2183
2412
  "description": "The number of pages displayed as boundary items to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2."
2184
2413
  },
2185
2414
  {
@@ -2206,10 +2435,29 @@
2206
2435
  "name": "label",
2207
2436
  "description": "The label for the pagination item (applicable when simple pagination is being used)."
2208
2437
  },
2438
+ {
2439
+ "name": "monochrome",
2440
+ "description": "If `true`, the pagination will display as black in the light theme, and white in dark theme."
2441
+ },
2209
2442
  {
2210
2443
  "name": "pages",
2211
2444
  "description": "The total number of pages."
2212
2445
  },
2446
+ {
2447
+ "name": "theme",
2448
+ "description": "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.",
2449
+ "values": [
2450
+ {
2451
+ "name": "dark"
2452
+ },
2453
+ {
2454
+ "name": "inherit"
2455
+ },
2456
+ {
2457
+ "name": "light"
2458
+ }
2459
+ ]
2460
+ },
2213
2461
  {
2214
2462
  "name": "type",
2215
2463
  "description": "The type of pagination to be used.",
@@ -2231,21 +2479,6 @@
2231
2479
  "value": ""
2232
2480
  },
2233
2481
  "attributes": [
2234
- {
2235
- "name": "appearance",
2236
- "description": "The appearance of the pagination, e.g. dark, light or the default.",
2237
- "values": [
2238
- {
2239
- "name": "dark"
2240
- },
2241
- {
2242
- "name": "default"
2243
- },
2244
- {
2245
- "name": "light"
2246
- }
2247
- ]
2248
- },
2249
2482
  {
2250
2483
  "name": "disabled",
2251
2484
  "description": "If `true`, the pagination item will be disabled."
@@ -2254,6 +2487,10 @@
2254
2487
  "name": "label",
2255
2488
  "description": "The label for the pagination item (applicable when simple pagination is being used)."
2256
2489
  },
2490
+ {
2491
+ "name": "monochrome",
2492
+ "description": "If `true`, the pagination item will display as black in the light theme, and white in dark theme."
2493
+ },
2257
2494
  {
2258
2495
  "name": "page",
2259
2496
  "description": "The current page number."
@@ -2262,6 +2499,21 @@
2262
2499
  "name": "selected",
2263
2500
  "description": "If `true`, the pagination item will be selected."
2264
2501
  },
2502
+ {
2503
+ "name": "theme",
2504
+ "description": "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.",
2505
+ "values": [
2506
+ {
2507
+ "name": "dark"
2508
+ },
2509
+ {
2510
+ "name": "inherit"
2511
+ },
2512
+ {
2513
+ "name": "light"
2514
+ }
2515
+ ]
2516
+ },
2265
2517
  {
2266
2518
  "name": "type",
2267
2519
  "description": "The type of pagination item - 'page' or 'ellipsis'.",
@@ -2297,6 +2549,21 @@
2297
2549
  {
2298
2550
  "name": "submenu-id",
2299
2551
  "description": "The unique identifier for a popover submenu."
2552
+ },
2553
+ {
2554
+ "name": "theme",
2555
+ "description": "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.",
2556
+ "values": [
2557
+ {
2558
+ "name": "dark"
2559
+ },
2560
+ {
2561
+ "name": "inherit"
2562
+ },
2563
+ {
2564
+ "name": "light"
2565
+ }
2566
+ ]
2300
2567
  }
2301
2568
  ]
2302
2569
  },
@@ -2348,7 +2615,7 @@
2348
2615
  "description": "The size of the radio group component.",
2349
2616
  "values": [
2350
2617
  {
2351
- "name": "default"
2618
+ "name": "medium"
2352
2619
  },
2353
2620
  {
2354
2621
  "name": "small"
@@ -2356,8 +2623,19 @@
2356
2623
  ]
2357
2624
  },
2358
2625
  {
2359
- "name": "small",
2360
- "description": ""
2626
+ "name": "theme",
2627
+ "description": "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.",
2628
+ "values": [
2629
+ {
2630
+ "name": "dark"
2631
+ },
2632
+ {
2633
+ "name": "inherit"
2634
+ },
2635
+ {
2636
+ "name": "light"
2637
+ }
2638
+ ]
2361
2639
  },
2362
2640
  {
2363
2641
  "name": "validation-status",
@@ -2411,26 +2689,6 @@
2411
2689
  "name": "form",
2412
2690
  "description": "The <form> element to associate the radio with."
2413
2691
  },
2414
- {
2415
- "name": "formaction",
2416
- "description": "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."
2417
- },
2418
- {
2419
- "name": "formenctype",
2420
- "description": "The way the submitted form data is encoded."
2421
- },
2422
- {
2423
- "name": "formmethod",
2424
- "description": "The HTTP method used to submit the form."
2425
- },
2426
- {
2427
- "name": "formnovalidate",
2428
- "description": "If `true`, the form will not be validated when submitted."
2429
- },
2430
- {
2431
- "name": "formtarget",
2432
- "description": "The place to display the response from submitting the form. It overrides the target attribute of the radio's form owner."
2433
- },
2434
2692
  {
2435
2693
  "name": "group-label",
2436
2694
  "description": "The group label for the radio option."
@@ -2447,6 +2705,21 @@
2447
2705
  "name": "selected",
2448
2706
  "description": "If `true`, the radio option will be displayed in a selected state."
2449
2707
  },
2708
+ {
2709
+ "name": "theme",
2710
+ "description": "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.",
2711
+ "values": [
2712
+ {
2713
+ "name": "dark"
2714
+ },
2715
+ {
2716
+ "name": "inherit"
2717
+ },
2718
+ {
2719
+ "name": "light"
2720
+ }
2721
+ ]
2722
+ },
2450
2723
  {
2451
2724
  "name": "value",
2452
2725
  "description": "The value for the radio option."
@@ -2460,6 +2733,10 @@
2460
2733
  "value": ""
2461
2734
  },
2462
2735
  "attributes": [
2736
+ {
2737
+ "name": "assistive-hint-text",
2738
+ "description": "The hint text for the hidden assistive description element."
2739
+ },
2463
2740
  {
2464
2741
  "name": "autocapitalize",
2465
2742
  "description": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\"."
@@ -2657,7 +2934,7 @@
2657
2934
  "description": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke."
2658
2935
  },
2659
2936
  {
2660
- "name": "disable-filter",
2937
+ "name": "disable-auto-filtering",
2661
2938
  "description": "Specify whether to disable the built in filtering. For example, if options will already be filtered from external source.\nIf `true`, all options provided will be displayed."
2662
2939
  },
2663
2940
  {
@@ -2684,10 +2961,6 @@
2684
2961
  "name": "hide-label",
2685
2962
  "description": "If `true`, the label will be hidden and the required label value will be applied as an aria-label."
2686
2963
  },
2687
- {
2688
- "name": "hint-text",
2689
- "description": "The hint text for the hidden assistive description element."
2690
- },
2691
2964
  {
2692
2965
  "name": "label",
2693
2966
  "description": "The label for the search bar."
@@ -2741,21 +3014,32 @@
2741
3014
  "description": "The size of the search bar component.",
2742
3015
  "values": [
2743
3016
  {
2744
- "name": "default"
3017
+ "name": "medium"
2745
3018
  },
2746
3019
  {
2747
3020
  "name": "small"
2748
3021
  }
2749
3022
  ]
2750
3023
  },
2751
- {
2752
- "name": "small",
2753
- "description": ""
2754
- },
2755
3024
  {
2756
3025
  "name": "spellcheck",
2757
3026
  "description": "If `true`, the value of the search will have its spelling and grammar checked."
2758
3027
  },
3028
+ {
3029
+ "name": "theme",
3030
+ "description": "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.",
3031
+ "values": [
3032
+ {
3033
+ "name": "dark"
3034
+ },
3035
+ {
3036
+ "name": "inherit"
3037
+ },
3038
+ {
3039
+ "name": "light"
3040
+ }
3041
+ ]
3042
+ },
2759
3043
  {
2760
3044
  "name": "timeout",
2761
3045
  "description": "If using external filtering, set a timeout for when loading takes too long."
@@ -2805,16 +3089,12 @@
2805
3089
  "value": ""
2806
3090
  },
2807
3091
  "attributes": [
2808
- {
2809
- "name": "characters-until-suggestions",
2810
- "description": ""
2811
- },
2812
3092
  {
2813
3093
  "name": "debounce",
2814
- "description": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke."
3094
+ "description": "The amount of time, in milliseconds, to wait to trigger the `icInput` event after each keystroke."
2815
3095
  },
2816
3096
  {
2817
- "name": "disable-filter",
3097
+ "name": "disable-auto-filtering",
2818
3098
  "description": "If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source."
2819
3099
  },
2820
3100
  {
@@ -2829,29 +3109,9 @@
2829
3109
  "name": "form",
2830
3110
  "description": "The <form> element to associate the select with."
2831
3111
  },
2832
- {
2833
- "name": "formaction",
2834
- "description": "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.\nThis prop should only be used with searchable select and will only be applied if searchable is true."
2835
- },
2836
- {
2837
- "name": "formenctype",
2838
- "description": "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."
2839
- },
2840
- {
2841
- "name": "formmethod",
2842
- "description": "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."
2843
- },
2844
- {
2845
- "name": "formnovalidate",
2846
- "description": "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."
2847
- },
2848
- {
2849
- "name": "formtarget",
2850
- "description": "The place to display the response from submitting the form. It overrides the target attribute of the select's form owner.\nThis prop should only be used with searchable select and will only be applied if searchable is true."
2851
- },
2852
3112
  {
2853
3113
  "name": "full-width",
2854
- "description": "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."
3114
+ "description": "If `true`, the select will fill the width of the container."
2855
3115
  },
2856
3116
  {
2857
3117
  "name": "helper-text",
@@ -2885,6 +3145,10 @@
2885
3145
  "name": "loading-label",
2886
3146
  "description": "The message displayed whilst the options are being loaded externally."
2887
3147
  },
3148
+ {
3149
+ "name": "multiple",
3150
+ "description": "If `true`, multiple options can be selected."
3151
+ },
2888
3152
  {
2889
3153
  "name": "name",
2890
3154
  "description": "The name of the control, which is submitted with the form data."
@@ -2915,11 +3179,11 @@
2915
3179
  },
2916
3180
  {
2917
3181
  "name": "searchable",
2918
- "description": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options."
3182
+ "description": "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."
2919
3183
  },
2920
3184
  {
2921
3185
  "name": "select-on-enter",
2922
- "description": "If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown."
3186
+ "description": "If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown on the single select."
2923
3187
  },
2924
3188
  {
2925
3189
  "name": "show-clear-button",
@@ -2927,23 +3191,34 @@
2927
3191
  },
2928
3192
  {
2929
3193
  "name": "size",
2930
- "description": "The size of the select component.",
3194
+ "description": "The size of the select.",
2931
3195
  "values": [
2932
3196
  {
2933
- "name": "default"
3197
+ "name": "large"
2934
3198
  },
2935
3199
  {
2936
- "name": "large"
3200
+ "name": "medium"
2937
3201
  },
2938
3202
  {
2939
3203
  "name": "small"
2940
3204
  }
2941
3205
  ]
2942
3206
  },
2943
- {
2944
- "name": "small",
2945
- "description": ""
2946
- },
3207
+ {
3208
+ "name": "theme",
3209
+ "description": "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.",
3210
+ "values": [
3211
+ {
3212
+ "name": "dark"
3213
+ },
3214
+ {
3215
+ "name": "inherit"
3216
+ },
3217
+ {
3218
+ "name": "light"
3219
+ }
3220
+ ]
3221
+ },
2947
3222
  {
2948
3223
  "name": "timeout",
2949
3224
  "description": "If using external filtering, set a timeout for when loading takes too long."
@@ -2969,7 +3244,7 @@
2969
3244
  },
2970
3245
  {
2971
3246
  "name": "value",
2972
- "description": "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."
3247
+ "description": "The value of the select, reflected by the value of the currently selected option.\nFor the searchable variant, the value is also reflected by the user input.\nFor the multi-select variant, the value must be an array of option values."
2973
3248
  }
2974
3249
  ]
2975
3250
  },
@@ -3030,21 +3305,20 @@
3030
3305
  },
3031
3306
  "attributes": [
3032
3307
  {
3033
- "name": "appearance",
3034
- "description": "The appearance of the skeleton.",
3308
+ "name": "theme",
3309
+ "description": "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.",
3035
3310
  "values": [
3036
3311
  {
3037
- "name": "default"
3312
+ "name": "dark"
3313
+ },
3314
+ {
3315
+ "name": "inherit"
3038
3316
  },
3039
3317
  {
3040
3318
  "name": "light"
3041
3319
  }
3042
3320
  ]
3043
3321
  },
3044
- {
3045
- "name": "light",
3046
- "description": ""
3047
- },
3048
3322
  {
3049
3323
  "name": "variant",
3050
3324
  "description": "The variant of the skeleton that will be displayed.",
@@ -3073,18 +3347,6 @@
3073
3347
  "name": "announced",
3074
3348
  "description": "If `true`, role='status' is added to the component and it will act as an 'aria-live' region.\nScreen readers will announce changes to the `label`, but not the initial value."
3075
3349
  },
3076
- {
3077
- "name": "appearance",
3078
- "description": "",
3079
- "values": [
3080
- {
3081
- "name": "filled"
3082
- },
3083
- {
3084
- "name": "outlined"
3085
- }
3086
- ]
3087
- },
3088
3350
  {
3089
3351
  "name": "label",
3090
3352
  "description": "The content rendered within the status tag."
@@ -3094,20 +3356,16 @@
3094
3356
  "description": "The size of the status tag component.",
3095
3357
  "values": [
3096
3358
  {
3097
- "name": "default"
3359
+ "name": "large"
3098
3360
  },
3099
3361
  {
3100
- "name": "large"
3362
+ "name": "medium"
3101
3363
  },
3102
3364
  {
3103
3365
  "name": "small"
3104
3366
  }
3105
3367
  ]
3106
3368
  },
3107
- {
3108
- "name": "small",
3109
- "description": ""
3110
- },
3111
3369
  {
3112
3370
  "name": "status",
3113
3371
  "description": "The colour of the status tag.",
@@ -3126,6 +3384,25 @@
3126
3384
  }
3127
3385
  ]
3128
3386
  },
3387
+ {
3388
+ "name": "theme",
3389
+ "description": "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.",
3390
+ "values": [
3391
+ {
3392
+ "name": "dark"
3393
+ },
3394
+ {
3395
+ "name": "inherit"
3396
+ },
3397
+ {
3398
+ "name": "light"
3399
+ }
3400
+ ]
3401
+ },
3402
+ {
3403
+ "name": "uppercase",
3404
+ "description": "The letter case of the status tag's label."
3405
+ },
3129
3406
  {
3130
3407
  "name": "variant",
3131
3408
  "description": "The emphasis of the status tag.",
@@ -3148,7 +3425,11 @@
3148
3425
  },
3149
3426
  "attributes": [
3150
3427
  {
3151
- "name": "step-status",
3428
+ "name": "heading",
3429
+ "description": "The title of the step within the stepper."
3430
+ },
3431
+ {
3432
+ "name": "status",
3152
3433
  "description": "The status of the step. Use this prop to display a status message on the step if it is required or optional.",
3153
3434
  "values": [
3154
3435
  {
@@ -3160,15 +3441,11 @@
3160
3441
  ]
3161
3442
  },
3162
3443
  {
3163
- "name": "step-subtitle",
3444
+ "name": "subheading",
3164
3445
  "description": "Additional information about the step. Use this prop to override the default step status messaging displayed when selecting a step type or step status."
3165
3446
  },
3166
3447
  {
3167
- "name": "step-title",
3168
- "description": "The title of the step within the stepper."
3169
- },
3170
- {
3171
- "name": "step-type",
3448
+ "name": "type",
3172
3449
  "description": "The state of the step within the stepper.",
3173
3450
  "values": [
3174
3451
  {
@@ -3207,25 +3484,28 @@
3207
3484
  ]
3208
3485
  },
3209
3486
  {
3210
- "name": "appearance",
3211
- "description": "The appearance of the stepper.",
3487
+ "name": "connector-width",
3488
+ "description": "The length of the connector between each step in pixels. Minimum length is 100px."
3489
+ },
3490
+ {
3491
+ "name": "hide-step-info",
3492
+ "description": "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."
3493
+ },
3494
+ {
3495
+ "name": "theme",
3496
+ "description": "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.",
3212
3497
  "values": [
3213
3498
  {
3214
- "name": "default"
3499
+ "name": "dark"
3500
+ },
3501
+ {
3502
+ "name": "inherit"
3215
3503
  },
3216
3504
  {
3217
3505
  "name": "light"
3218
3506
  }
3219
3507
  ]
3220
3508
  },
3221
- {
3222
- "name": "connector-width",
3223
- "description": "The length of the connector between each step in pixels. Minimum length is 100px."
3224
- },
3225
- {
3226
- "name": "hide-step-info",
3227
- "description": "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."
3228
- },
3229
3509
  {
3230
3510
  "name": "variant",
3231
3511
  "description": "The variant of the stepper.",
@@ -3271,16 +3551,12 @@
3271
3551
  "name": "name",
3272
3552
  "description": "The name of the control, which is submitted with the form data."
3273
3553
  },
3274
- {
3275
- "name": "show-state",
3276
- "description": "If `true`, the switch will render the On/Off state text."
3277
- },
3278
3554
  {
3279
3555
  "name": "size",
3280
3556
  "description": "The size of the switch component.",
3281
3557
  "values": [
3282
3558
  {
3283
- "name": "default"
3559
+ "name": "medium"
3284
3560
  },
3285
3561
  {
3286
3562
  "name": "small"
@@ -3288,8 +3564,19 @@
3288
3564
  ]
3289
3565
  },
3290
3566
  {
3291
- "name": "small",
3292
- "description": ""
3567
+ "name": "theme",
3568
+ "description": "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.",
3569
+ "values": [
3570
+ {
3571
+ "name": "dark"
3572
+ },
3573
+ {
3574
+ "name": "inherit"
3575
+ },
3576
+ {
3577
+ "name": "light"
3578
+ }
3579
+ ]
3293
3580
  },
3294
3581
  {
3295
3582
  "name": "value",
@@ -3330,24 +3617,31 @@
3330
3617
  ]
3331
3618
  },
3332
3619
  {
3333
- "name": "appearance",
3334
- "description": "The appearance of the tab context, e.g dark, or light.",
3620
+ "name": "context-id",
3621
+ "description": "The unique context needed if using multiple tabs inside one another i.e. rendering another set of tabs inside a tab panel."
3622
+ },
3623
+ {
3624
+ "name": "monochrome",
3625
+ "description": "If `true`, the tabs will display as black in the light theme."
3626
+ },
3627
+ {
3628
+ "name": "selected-tab-index",
3629
+ "description": "The selected tab to be controlled by the user. Must be used alongside the icTabSelect event to manage tab selection."
3630
+ },
3631
+ {
3632
+ "name": "theme",
3633
+ "description": "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.",
3335
3634
  "values": [
3336
3635
  {
3337
3636
  "name": "dark"
3338
3637
  },
3638
+ {
3639
+ "name": "inherit"
3640
+ },
3339
3641
  {
3340
3642
  "name": "light"
3341
3643
  }
3342
3644
  ]
3343
- },
3344
- {
3345
- "name": "context-id",
3346
- "description": "The unique context needed if using multiple tabs inside one another i.e. rendering another set of tabs inside a tab panel."
3347
- },
3348
- {
3349
- "name": "selected-tab-index",
3350
- "description": "The selected tab to be controlled by the user. Must be used alongside the icTabSelect event to manage tab selection."
3351
3645
  }
3352
3646
  ]
3353
3647
  },
@@ -3358,10 +3652,6 @@
3358
3652
  "value": ""
3359
3653
  },
3360
3654
  "attributes": [
3361
- {
3362
- "name": "context-id",
3363
- "description": ""
3364
- },
3365
3655
  {
3366
3656
  "name": "inline",
3367
3657
  "description": "If `true`, the tabs and tab panels will be positioned separately."
@@ -3378,12 +3668,7 @@
3378
3668
  "kind": "markdown",
3379
3669
  "value": ""
3380
3670
  },
3381
- "attributes": [
3382
- {
3383
- "name": "context-id",
3384
- "description": ""
3385
- }
3386
- ]
3671
+ "attributes": []
3387
3672
  },
3388
3673
  {
3389
3674
  "name": "ic-text-field",
@@ -3392,10 +3677,6 @@
3392
3677
  "value": ""
3393
3678
  },
3394
3679
  "attributes": [
3395
- {
3396
- "name": "auto-focus",
3397
- "description": "If `true`, the form control will have input focus when the page loads."
3398
- },
3399
3680
  {
3400
3681
  "name": "autocapitalize",
3401
3682
  "description": "The automatic capitalisation of the text value as it is entered/edited by the user.\nAvailable options: \"off\", \"none\", \"on\", \"sentences\", \"words\", \"characters\"."
@@ -3580,6 +3861,10 @@
3580
3861
  }
3581
3862
  ]
3582
3863
  },
3864
+ {
3865
+ "name": "autofocus",
3866
+ "description": "If `true`, the form control will have input focus when the page loads."
3867
+ },
3583
3868
  {
3584
3869
  "name": "debounce",
3585
3870
  "description": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke."
@@ -3596,6 +3881,10 @@
3596
3881
  "name": "helper-text",
3597
3882
  "description": "The helper text that will be displayed for additional field guidance."
3598
3883
  },
3884
+ {
3885
+ "name": "hide-char-count",
3886
+ "description": "If `true`, the character count which is displayed when `maxCharacters` is set will be visually hidden."
3887
+ },
3599
3888
  {
3600
3889
  "name": "hide-label",
3601
3890
  "description": "If `true`, the label will be hidden and the required label value will be applied as an aria-label."
@@ -3644,15 +3933,7 @@
3644
3933
  },
3645
3934
  {
3646
3935
  "name": "max-characters",
3647
- "description": "The maximum number of characters that can be entered in the field. Will display an error if too many characters are entered."
3648
- },
3649
- {
3650
- "name": "max-length",
3651
- "description": "The count of characters in the field. Will display a warning if the bound is reached."
3652
- },
3653
- {
3654
- "name": "max-length-message",
3655
- "description": "The text to display as the validation message when the maximum length is exceeded."
3936
+ "description": "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)"
3656
3937
  },
3657
3938
  {
3658
3939
  "name": "min",
@@ -3691,21 +3972,32 @@
3691
3972
  "description": "The size of the text field component.",
3692
3973
  "values": [
3693
3974
  {
3694
- "name": "default"
3975
+ "name": "medium"
3695
3976
  },
3696
3977
  {
3697
3978
  "name": "small"
3698
3979
  }
3699
3980
  ]
3700
3981
  },
3701
- {
3702
- "name": "small",
3703
- "description": ""
3704
- },
3705
3982
  {
3706
3983
  "name": "spellcheck",
3707
3984
  "description": "If `true`, the value of the text field will have its spelling and grammar checked."
3708
3985
  },
3986
+ {
3987
+ "name": "theme",
3988
+ "description": "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
+ "values": [
3990
+ {
3991
+ "name": "dark"
3992
+ },
3993
+ {
3994
+ "name": "inherit"
3995
+ },
3996
+ {
3997
+ "name": "light"
3998
+ }
3999
+ ]
4000
+ },
3709
4001
  {
3710
4002
  "name": "type",
3711
4003
  "description": "The type of control to display. The default type is text.",
@@ -3770,8 +4062,23 @@
3770
4062
  },
3771
4063
  "attributes": [
3772
4064
  {
3773
- "name": "color",
3774
- "description": "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)\"."
4065
+ "name": "brand-color",
4066
+ "description": "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)\"."
4067
+ },
4068
+ {
4069
+ "name": "theme",
4070
+ "description": "The theme mode. Can be \"dark\", \"light\", or \"system\". \"system\" will use the device or browser settings.",
4071
+ "values": [
4072
+ {
4073
+ "name": "dark"
4074
+ },
4075
+ {
4076
+ "name": "light"
4077
+ },
4078
+ {
4079
+ "name": "system"
4080
+ }
4081
+ ]
3775
4082
  }
3776
4083
  ]
3777
4084
  },
@@ -3857,19 +4164,8 @@
3857
4164
  "description": "The accessible label that will be applied to the toggle button. This is required for the icon variant of toggle buttons."
3858
4165
  },
3859
4166
  {
3860
- "name": "appearance",
3861
- "description": "The appearance of the toggle button.",
3862
- "values": [
3863
- {
3864
- "name": "dark"
3865
- },
3866
- {
3867
- "name": "default"
3868
- },
3869
- {
3870
- "name": "light"
3871
- }
3872
- ]
4167
+ "name": "checked",
4168
+ "description": "If `true`, the toggle button will be in a checked state."
3873
4169
  },
3874
4170
  {
3875
4171
  "name": "disabled",
@@ -3902,15 +4198,19 @@
3902
4198
  "name": "loading",
3903
4199
  "description": "If `true`, the toggle button will be in loading state."
3904
4200
  },
4201
+ {
4202
+ "name": "monochrome",
4203
+ "description": "If `true`, the toggle button will display as black in the light theme, and white in dark theme."
4204
+ },
3905
4205
  {
3906
4206
  "name": "size",
3907
4207
  "description": "The size of the toggle button to be displayed.",
3908
4208
  "values": [
3909
4209
  {
3910
- "name": "default"
4210
+ "name": "large"
3911
4211
  },
3912
4212
  {
3913
- "name": "large"
4213
+ "name": "medium"
3914
4214
  },
3915
4215
  {
3916
4216
  "name": "small"
@@ -3918,8 +4218,19 @@
3918
4218
  ]
3919
4219
  },
3920
4220
  {
3921
- "name": "toggle-checked",
3922
- "description": "If `true`, the toggle button will be in a checked state."
4221
+ "name": "theme",
4222
+ "description": "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.",
4223
+ "values": [
4224
+ {
4225
+ "name": "dark"
4226
+ },
4227
+ {
4228
+ "name": "inherit"
4229
+ },
4230
+ {
4231
+ "name": "light"
4232
+ }
4233
+ ]
3923
4234
  },
3924
4235
  {
3925
4236
  "name": "tooltip-placement",
@@ -3964,21 +4275,6 @@
3964
4275
  "name": "accessible-label",
3965
4276
  "description": "The accessible label of the toggle button group component to provide context for screen reader users."
3966
4277
  },
3967
- {
3968
- "name": "appearance",
3969
- "description": "The appearance of the toggle button group, e.g dark, or light.",
3970
- "values": [
3971
- {
3972
- "name": "dark"
3973
- },
3974
- {
3975
- "name": "default"
3976
- },
3977
- {
3978
- "name": "light"
3979
- }
3980
- ]
3981
- },
3982
4278
  {
3983
4279
  "name": "disabled",
3984
4280
  "description": "If `true`, the toggle button group will be set to the disabled state."
@@ -4006,6 +4302,10 @@
4006
4302
  "name": "loading",
4007
4303
  "description": "If `true`, the toggle button group will be in loading state."
4008
4304
  },
4305
+ {
4306
+ "name": "monochrome",
4307
+ "description": "If `true`, the toggle button group will display as black in the light theme, and white in dark theme."
4308
+ },
4009
4309
  {
4010
4310
  "name": "select-method",
4011
4311
  "description": "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`.",
@@ -4035,16 +4335,31 @@
4035
4335
  "description": "The size of the toggle buttons to be displayed. This does not affect the font size of the accessible label.",
4036
4336
  "values": [
4037
4337
  {
4038
- "name": "default"
4338
+ "name": "large"
4039
4339
  },
4040
4340
  {
4041
- "name": "large"
4341
+ "name": "medium"
4042
4342
  },
4043
4343
  {
4044
4344
  "name": "small"
4045
4345
  }
4046
4346
  ]
4047
4347
  },
4348
+ {
4349
+ "name": "theme",
4350
+ "description": "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.",
4351
+ "values": [
4352
+ {
4353
+ "name": "dark"
4354
+ },
4355
+ {
4356
+ "name": "inherit"
4357
+ },
4358
+ {
4359
+ "name": "light"
4360
+ }
4361
+ ]
4362
+ },
4048
4363
  {
4049
4364
  "name": "tooltip-placement",
4050
4365
  "description": "The position of the tooltip in relation to the toggle buttons.",
@@ -4145,6 +4460,21 @@
4145
4460
  {
4146
4461
  "name": "target",
4147
4462
  "description": "The ID of the element the tooltip is describing - for when aria-labelledby or aria-describedby is used."
4463
+ },
4464
+ {
4465
+ "name": "theme",
4466
+ "description": "Sets the tooltip to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.",
4467
+ "values": [
4468
+ {
4469
+ "name": "dark"
4470
+ },
4471
+ {
4472
+ "name": "inherit"
4473
+ },
4474
+ {
4475
+ "name": "light"
4476
+ }
4477
+ ]
4148
4478
  }
4149
4479
  ]
4150
4480
  },
@@ -4194,6 +4524,21 @@
4194
4524
  "name": "status",
4195
4525
  "description": "The status info to be displayed."
4196
4526
  },
4527
+ {
4528
+ "name": "theme",
4529
+ "description": "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.",
4530
+ "values": [
4531
+ {
4532
+ "name": "dark"
4533
+ },
4534
+ {
4535
+ "name": "inherit"
4536
+ },
4537
+ {
4538
+ "name": "light"
4539
+ }
4540
+ ]
4541
+ },
4197
4542
  {
4198
4543
  "name": "version",
4199
4544
  "description": "The version info to be displayed."
@@ -4227,6 +4572,21 @@
4227
4572
  "name": "strikethrough",
4228
4573
  "description": "If `true`, the typography will have a line through it."
4229
4574
  },
4575
+ {
4576
+ "name": "theme",
4577
+ "description": "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.",
4578
+ "values": [
4579
+ {
4580
+ "name": "dark"
4581
+ },
4582
+ {
4583
+ "name": "inherit"
4584
+ },
4585
+ {
4586
+ "name": "light"
4587
+ }
4588
+ ]
4589
+ },
4230
4590
  {
4231
4591
  "name": "underline",
4232
4592
  "description": "If `true`, the typography will have a line under it."