@ukic/web-components 3.0.0-alpha.1 → 3.0.0-alpha.11

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 (967) hide show
  1. package/README.md +5 -4
  2. package/dist/cjs/core.cjs.js +1 -1
  3. package/dist/cjs/{helpers-f1cf5156.js → helpers-eca4c27e.js} +80 -29
  4. package/dist/cjs/helpers-eca4c27e.js.map +1 -0
  5. package/dist/cjs/ic-accordion-group.cjs.entry.js +10 -10
  6. package/dist/cjs/ic-accordion-group.cjs.entry.js.map +1 -1
  7. package/dist/cjs/ic-accordion.cjs.entry.js +12 -5
  8. package/dist/cjs/ic-accordion.cjs.entry.js.map +1 -1
  9. package/dist/cjs/ic-alert.cjs.entry.js +9 -14
  10. package/dist/cjs/ic-alert.cjs.entry.js.map +1 -1
  11. package/dist/cjs/ic-back-to-top.cjs.entry.js +8 -5
  12. package/dist/cjs/ic-back-to-top.cjs.entry.js.map +1 -1
  13. package/dist/cjs/ic-badge.cjs.entry.js +26 -3
  14. package/dist/cjs/ic-badge.cjs.entry.js.map +1 -1
  15. package/dist/cjs/ic-breadcrumb-group.cjs.entry.js +43 -20
  16. package/dist/cjs/ic-breadcrumb-group.cjs.entry.js.map +1 -1
  17. package/dist/cjs/ic-breadcrumb.cjs.entry.js +49 -4
  18. package/dist/cjs/ic-breadcrumb.cjs.entry.js.map +1 -1
  19. package/dist/cjs/ic-button_3.cjs.entry.js +28 -26
  20. package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
  21. package/dist/cjs/ic-card-vertical.cjs.entry.js +48 -47
  22. package/dist/cjs/ic-card-vertical.cjs.entry.js.map +1 -1
  23. package/dist/cjs/ic-checkbox-group.cjs.entry.js +21 -6
  24. package/dist/cjs/ic-checkbox-group.cjs.entry.js.map +1 -1
  25. package/dist/cjs/ic-checkbox.cjs.entry.js +10 -4
  26. package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
  27. package/dist/cjs/ic-chip.cjs.entry.js +27 -15
  28. package/dist/cjs/ic-chip.cjs.entry.js.map +1 -1
  29. package/dist/cjs/ic-classification-banner.cjs.entry.js +1 -1
  30. package/dist/cjs/ic-classification-banner.cjs.entry.js.map +1 -1
  31. package/dist/cjs/ic-data-row.cjs.entry.js +1 -1
  32. package/dist/cjs/ic-dialog.cjs.entry.js +32 -9
  33. package/dist/cjs/ic-dialog.cjs.entry.js.map +1 -1
  34. package/dist/cjs/ic-divider.cjs.entry.js +73 -9
  35. package/dist/cjs/ic-divider.cjs.entry.js.map +1 -1
  36. package/dist/cjs/ic-empty-state.cjs.entry.js +7 -15
  37. package/dist/cjs/ic-empty-state.cjs.entry.js.map +1 -1
  38. package/dist/cjs/ic-footer-link-group.cjs.entry.js +6 -7
  39. package/dist/cjs/ic-footer-link-group.cjs.entry.js.map +1 -1
  40. package/dist/cjs/ic-footer-link.cjs.entry.js +8 -7
  41. package/dist/cjs/ic-footer-link.cjs.entry.js.map +1 -1
  42. package/dist/cjs/ic-footer.cjs.entry.js +24 -14
  43. package/dist/cjs/ic-footer.cjs.entry.js.map +1 -1
  44. package/dist/cjs/ic-hero.cjs.entry.js +7 -15
  45. package/dist/cjs/ic-hero.cjs.entry.js.map +1 -1
  46. package/dist/cjs/ic-horizontal-scroll.cjs.entry.js +17 -9
  47. package/dist/cjs/ic-horizontal-scroll.cjs.entry.js.map +1 -1
  48. package/dist/cjs/ic-input-component-container_3.cjs.entry.js +486 -200
  49. package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +1 -1
  50. package/dist/cjs/ic-input-label_2.cjs.entry.js +24 -26
  51. package/dist/cjs/ic-input-label_2.cjs.entry.js.map +1 -1
  52. package/dist/cjs/ic-link.cjs.entry.js +10 -12
  53. package/dist/cjs/ic-link.cjs.entry.js.map +1 -1
  54. package/dist/cjs/ic-menu-group.cjs.entry.js +3 -3
  55. package/dist/cjs/ic-menu-group.cjs.entry.js.map +1 -1
  56. package/dist/cjs/ic-menu-item.cjs.entry.js +25 -18
  57. package/dist/cjs/ic-menu-item.cjs.entry.js.map +1 -1
  58. package/dist/cjs/ic-navigation-button.cjs.entry.js +11 -8
  59. package/dist/cjs/ic-navigation-button.cjs.entry.js.map +1 -1
  60. package/dist/cjs/ic-navigation-group.cjs.entry.js +10 -8
  61. package/dist/cjs/ic-navigation-group.cjs.entry.js.map +1 -1
  62. package/dist/cjs/ic-navigation-item.cjs.entry.js +60 -8
  63. package/dist/cjs/ic-navigation-item.cjs.entry.js.map +1 -1
  64. package/dist/cjs/ic-navigation-menu.cjs.entry.js +5 -4
  65. package/dist/cjs/ic-navigation-menu.cjs.entry.js.map +1 -1
  66. package/dist/cjs/ic-page-header.cjs.entry.js +8 -6
  67. package/dist/cjs/ic-page-header.cjs.entry.js.map +1 -1
  68. package/dist/cjs/ic-pagination-item.cjs.entry.js +12 -11
  69. package/dist/cjs/ic-pagination-item.cjs.entry.js.map +1 -1
  70. package/dist/cjs/ic-pagination.cjs.entry.js +23 -15
  71. package/dist/cjs/ic-pagination.cjs.entry.js.map +1 -1
  72. package/dist/cjs/ic-popover-menu.cjs.entry.js +47 -25
  73. package/dist/cjs/ic-popover-menu.cjs.entry.js.map +1 -1
  74. package/dist/cjs/ic-radio-group.cjs.entry.js +60 -29
  75. package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
  76. package/dist/cjs/ic-radio-option.cjs.entry.js +42 -22
  77. package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
  78. package/dist/cjs/ic-search-bar.cjs.entry.js +54 -56
  79. package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
  80. package/dist/cjs/ic-select.cjs.entry.js +192 -66
  81. package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
  82. package/dist/cjs/ic-side-navigation.cjs.entry.js +16 -11
  83. package/dist/cjs/ic-side-navigation.cjs.entry.js.map +1 -1
  84. package/dist/cjs/ic-skeleton.cjs.entry.js +4 -4
  85. package/dist/cjs/ic-skeleton.cjs.entry.js.map +1 -1
  86. package/dist/cjs/ic-status-tag.cjs.entry.js +5 -4
  87. package/dist/cjs/ic-status-tag.cjs.entry.js.map +1 -1
  88. package/dist/cjs/ic-step.cjs.entry.js +4 -5
  89. package/dist/cjs/ic-step.cjs.entry.js.map +1 -1
  90. package/dist/cjs/ic-stepper.cjs.entry.js +12 -2
  91. package/dist/cjs/ic-stepper.cjs.entry.js.map +1 -1
  92. package/dist/cjs/ic-switch.cjs.entry.js +21 -16
  93. package/dist/cjs/ic-switch.cjs.entry.js.map +1 -1
  94. package/dist/cjs/ic-tab-context.cjs.entry.js +60 -123
  95. package/dist/cjs/ic-tab-context.cjs.entry.js.map +1 -1
  96. package/dist/cjs/ic-tab-group.cjs.entry.js +3 -19
  97. package/dist/cjs/ic-tab-group.cjs.entry.js.map +1 -1
  98. package/dist/cjs/ic-tab-panel.cjs.entry.js +2 -2
  99. package/dist/cjs/ic-tab-panel.cjs.entry.js.map +1 -1
  100. package/dist/cjs/ic-tab.cjs.entry.js +10 -8
  101. package/dist/cjs/ic-tab.cjs.entry.js.map +1 -1
  102. package/dist/cjs/ic-text-field.cjs.entry.js +43 -23
  103. package/dist/cjs/ic-text-field.cjs.entry.js.map +1 -1
  104. package/dist/cjs/ic-theme.cjs.entry.js +20 -20
  105. package/dist/cjs/ic-theme.cjs.entry.js.map +1 -1
  106. package/dist/cjs/ic-toast.cjs.entry.js +4 -4
  107. package/dist/cjs/ic-toast.cjs.entry.js.map +1 -1
  108. package/dist/cjs/ic-toggle-button-group.cjs.entry.js +62 -12
  109. package/dist/cjs/ic-toggle-button-group.cjs.entry.js.map +1 -1
  110. package/dist/cjs/ic-toggle-button.cjs.entry.js +64 -9
  111. package/dist/cjs/ic-toggle-button.cjs.entry.js.map +1 -1
  112. package/dist/cjs/ic-top-navigation.cjs.entry.js +13 -7
  113. package/dist/cjs/ic-top-navigation.cjs.entry.js.map +1 -1
  114. package/dist/cjs/ic-typography.cjs.entry.js +5 -3
  115. package/dist/cjs/ic-typography.cjs.entry.js.map +1 -1
  116. package/dist/cjs/index-f982899d.js +4 -4
  117. package/dist/cjs/loader.cjs.js +1 -1
  118. package/dist/collection/ag-theme-icds.css +218 -0
  119. package/dist/collection/collection-manifest.json +3 -3
  120. package/dist/collection/components/ic-accordion/ic-accordion.css +22 -20
  121. package/dist/collection/components/ic-accordion/ic-accordion.js +37 -31
  122. package/dist/collection/components/ic-accordion/ic-accordion.js.map +1 -1
  123. package/dist/collection/components/ic-accordion/ic-accordion.stories.js +611 -0
  124. package/dist/collection/components/ic-accordion/test/basic/ic-accordion.spec.js +6 -3
  125. package/dist/collection/components/ic-accordion/test/basic/ic-accordion.spec.js.map +1 -1
  126. package/dist/collection/components/ic-accordion-group/ic-accordion-group.css +2 -12
  127. package/dist/collection/components/ic-accordion-group/ic-accordion-group.js +18 -18
  128. package/dist/collection/components/ic-accordion-group/ic-accordion-group.js.map +1 -1
  129. package/dist/collection/components/ic-accordion-group/test/basic/ic-accordion-group.spec.js +3 -3
  130. package/dist/collection/components/ic-accordion-group/test/basic/ic-accordion-group.spec.js.map +1 -1
  131. package/dist/collection/components/ic-alert/ic-alert.css +38 -20
  132. package/dist/collection/components/ic-alert/ic-alert.js +52 -33
  133. package/dist/collection/components/ic-alert/ic-alert.js.map +1 -1
  134. package/dist/collection/components/ic-alert/ic-alert.stories.js +271 -0
  135. package/dist/collection/components/ic-alert/test/basic/ic-alert.spec.js +22 -4
  136. package/dist/collection/components/ic-alert/test/basic/ic-alert.spec.js.map +1 -1
  137. package/dist/collection/components/ic-back-to-top/ic-back-to-top.css +5 -2
  138. package/dist/collection/components/ic-back-to-top/ic-back-to-top.js +31 -4
  139. package/dist/collection/components/ic-back-to-top/ic-back-to-top.js.map +1 -1
  140. package/dist/collection/components/ic-back-to-top/ic-back-to-top.stories.js +162 -0
  141. package/dist/collection/components/ic-back-to-top/test/basic/ic-back-to-top.spec.js +14 -0
  142. package/dist/collection/components/ic-back-to-top/test/basic/ic-back-to-top.spec.js.map +1 -1
  143. package/dist/collection/components/ic-badge/ic-badge.css +5 -5
  144. package/dist/collection/components/ic-badge/ic-badge.js +42 -4
  145. package/dist/collection/components/ic-badge/ic-badge.js.map +1 -1
  146. package/dist/collection/components/ic-badge/ic-badge.stories.js +1092 -0
  147. package/dist/collection/components/ic-badge/test/basic/ic-badge.spec.js +194 -0
  148. package/dist/collection/components/ic-badge/test/basic/ic-badge.spec.js.map +1 -1
  149. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.css +27 -8
  150. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js +52 -4
  151. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js.map +1 -1
  152. package/dist/collection/components/ic-breadcrumb/test/basic/ic-breadcrumb.spec.js +49 -5
  153. package/dist/collection/components/ic-breadcrumb/test/basic/ic-breadcrumb.spec.js.map +1 -1
  154. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js +44 -19
  155. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js.map +1 -1
  156. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.stories.js +362 -0
  157. package/dist/collection/components/ic-button/ic-button.css +690 -420
  158. package/dist/collection/components/ic-button/ic-button.js +64 -46
  159. package/dist/collection/components/ic-button/ic-button.js.map +1 -1
  160. package/dist/collection/components/ic-button/ic-button.stories.js +2208 -0
  161. package/dist/collection/components/ic-button/ic-button.types.js.map +1 -1
  162. package/dist/collection/components/ic-button/test/basic/ic-button.spec.js +9 -9
  163. package/dist/collection/components/ic-button/test/basic/ic-button.spec.js.map +1 -1
  164. package/dist/collection/components/ic-card-vertical/ic-card-vertical.css +102 -113
  165. package/dist/collection/components/ic-card-vertical/ic-card-vertical.js +80 -52
  166. package/dist/collection/components/ic-card-vertical/ic-card-vertical.js.map +1 -1
  167. package/dist/collection/components/ic-card-vertical/ic-card-vertical.stories.js +1050 -0
  168. package/dist/collection/components/ic-card-vertical/test/basic/ic-card-vertical.spec.js +44 -3
  169. package/dist/collection/components/ic-card-vertical/test/basic/ic-card-vertical.spec.js.map +1 -1
  170. package/dist/collection/components/ic-checkbox/ic-checkbox.css +71 -39
  171. package/dist/collection/components/ic-checkbox/ic-checkbox.js +35 -3
  172. package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
  173. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.css +15 -2
  174. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +46 -3
  175. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js.map +1 -1
  176. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.stories.js +726 -0
  177. package/dist/collection/components/ic-checkbox-group/test/basic/ic-checkbox-group.spec.js +3 -0
  178. package/dist/collection/components/ic-checkbox-group/test/basic/ic-checkbox-group.spec.js.map +1 -1
  179. package/dist/collection/components/ic-chip/ic-chip.css +64 -49
  180. package/dist/collection/components/ic-chip/ic-chip.js +66 -15
  181. package/dist/collection/components/ic-chip/ic-chip.js.map +1 -1
  182. package/dist/collection/components/ic-chip/ic-chip.stories.js +980 -0
  183. package/dist/collection/components/ic-chip/test/basic/ic-chip.spec.js +19 -0
  184. package/dist/collection/components/ic-chip/test/basic/ic-chip.spec.js.map +1 -1
  185. package/dist/collection/components/ic-classification-banner/ic-classification-banner.css +14 -10
  186. package/dist/collection/components/ic-classification-banner/ic-classification-banner.stories.js +131 -0
  187. package/dist/collection/components/ic-data-list/ic-data-list.stories.js +493 -0
  188. package/dist/collection/components/ic-dialog/ic-dialog.css +16 -9
  189. package/dist/collection/components/ic-dialog/ic-dialog.js +57 -10
  190. package/dist/collection/components/ic-dialog/ic-dialog.js.map +1 -1
  191. package/dist/collection/components/ic-dialog/ic-dialog.stories.js +1066 -0
  192. package/dist/collection/components/ic-dialog/test/basic/ic-dialog.spec.js +27 -7
  193. package/dist/collection/components/ic-dialog/test/basic/ic-dialog.spec.js.map +1 -1
  194. package/dist/collection/components/ic-divider/ic-divider.css +295 -4
  195. package/dist/collection/components/ic-divider/ic-divider.js +239 -12
  196. package/dist/collection/components/ic-divider/ic-divider.js.map +1 -1
  197. package/dist/collection/components/ic-divider/ic-divider.stories.js +394 -0
  198. package/dist/collection/components/ic-divider/ic-divider.types.js +2 -0
  199. package/dist/collection/components/ic-divider/ic-divider.types.js.map +1 -0
  200. package/dist/collection/components/ic-divider/test/basic/ic-divider.spec.js +90 -5
  201. package/dist/collection/components/ic-divider/test/basic/ic-divider.spec.js.map +1 -1
  202. package/dist/collection/components/ic-empty-state/ic-empty-state.css +15 -0
  203. package/dist/collection/components/ic-empty-state/ic-empty-state.js +31 -15
  204. package/dist/collection/components/ic-empty-state/ic-empty-state.js.map +1 -1
  205. package/dist/collection/components/ic-empty-state/ic-empty-state.stories.js +404 -0
  206. package/dist/collection/components/ic-empty-state/test/basic/ic-empty-state.spec.js +101 -0
  207. package/dist/collection/components/ic-empty-state/test/basic/ic-empty-state.spec.js.map +1 -0
  208. package/dist/collection/components/ic-footer/ic-footer.css +21 -20
  209. package/dist/collection/components/ic-footer/ic-footer.js +26 -16
  210. package/dist/collection/components/ic-footer/ic-footer.js.map +1 -1
  211. package/dist/collection/components/ic-footer/ic-footer.stories.js +384 -0
  212. package/dist/collection/components/ic-footer/test/basic/ic-footer.spec.js +43 -2
  213. package/dist/collection/components/ic-footer/test/basic/ic-footer.spec.js.map +1 -1
  214. package/dist/collection/components/ic-footer-link/ic-footer-link.css +24 -6
  215. package/dist/collection/components/ic-footer-link/ic-footer-link.js +9 -8
  216. package/dist/collection/components/ic-footer-link/ic-footer-link.js.map +1 -1
  217. package/dist/collection/components/ic-footer-link/test/basic/ic-footer-link.spec.js +1 -1
  218. package/dist/collection/components/ic-footer-link/test/basic/ic-footer-link.spec.js.map +1 -1
  219. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.css +11 -19
  220. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.js +7 -8
  221. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.js.map +1 -1
  222. package/dist/collection/components/ic-footer-link-group/test/basic/ic-footer-link-group.spec.js +1 -1
  223. package/dist/collection/components/ic-footer-link-group/test/basic/ic-footer-link-group.spec.js.map +1 -1
  224. package/dist/collection/components/ic-hero/ic-hero.css +25 -10
  225. package/dist/collection/components/ic-hero/ic-hero.js +10 -18
  226. package/dist/collection/components/ic-hero/ic-hero.js.map +1 -1
  227. package/dist/collection/components/ic-hero/ic-hero.stories.js +448 -0
  228. package/dist/collection/components/ic-hero/test/basic/ic-hero.spec.js +23 -5
  229. package/dist/collection/components/ic-hero/test/basic/ic-hero.spec.js.map +1 -1
  230. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.css +2 -6
  231. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js +67 -11
  232. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js.map +1 -1
  233. package/dist/collection/components/ic-horizontal-scroll/test/basic/ic-horizontal-scroll.spec.js +43 -0
  234. package/dist/collection/components/ic-horizontal-scroll/test/basic/ic-horizontal-scroll.spec.js.map +1 -1
  235. package/dist/collection/components/ic-input-component-container/ic-input-component-container.css +40 -17
  236. package/dist/collection/components/ic-input-component-container/ic-input-component-container.js +23 -48
  237. package/dist/collection/components/ic-input-component-container/ic-input-component-container.js.map +1 -1
  238. package/dist/collection/components/ic-input-component-container/test/basic/ic-input-component-container.spec.js +30 -3
  239. package/dist/collection/components/ic-input-component-container/test/basic/ic-input-component-container.spec.js.map +1 -1
  240. package/dist/collection/components/ic-input-label/ic-input-label.css +19 -20
  241. package/dist/collection/components/ic-input-label/ic-input-label.js +53 -34
  242. package/dist/collection/components/ic-input-label/ic-input-label.js.map +1 -1
  243. package/dist/collection/components/ic-input-label/test/basic/ic-input-label.spec.js +35 -49
  244. package/dist/collection/components/ic-input-label/test/basic/ic-input-label.spec.js.map +1 -1
  245. package/dist/collection/components/ic-input-validation/ic-input-validation.css +12 -3
  246. package/dist/collection/components/ic-input-validation/ic-input-validation.js +7 -7
  247. package/dist/collection/components/ic-input-validation/ic-input-validation.js.map +1 -1
  248. package/dist/collection/components/ic-link/ic-link.css +18 -33
  249. package/dist/collection/components/ic-link/ic-link.js +14 -16
  250. package/dist/collection/components/ic-link/ic-link.js.map +1 -1
  251. package/dist/collection/components/ic-link/ic-link.stories.js +85 -0
  252. package/dist/collection/components/ic-link/test/basic/ic-link.spec.js +3 -3
  253. package/dist/collection/components/ic-link/test/basic/ic-link.spec.js.map +1 -1
  254. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.css +15 -10
  255. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js +50 -31
  256. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js.map +1 -1
  257. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.stories.js +464 -0
  258. package/dist/collection/components/ic-menu/ic-menu.css +111 -29
  259. package/dist/collection/components/ic-menu/ic-menu.js +522 -201
  260. package/dist/collection/components/ic-menu/ic-menu.js.map +1 -1
  261. package/dist/collection/components/ic-menu/test/basic/ic-menu.spec.js +381 -33
  262. package/dist/collection/components/ic-menu/test/basic/ic-menu.spec.js.map +1 -1
  263. package/dist/collection/components/ic-menu-group/ic-menu-group.css +2 -2
  264. package/dist/collection/components/ic-menu-group/ic-menu-group.js +1 -1
  265. package/dist/collection/components/ic-menu-group/ic-menu-group.js.map +1 -1
  266. package/dist/collection/components/ic-menu-item/ic-menu-item.css +32 -28
  267. package/dist/collection/components/ic-menu-item/ic-menu-item.js +67 -25
  268. package/dist/collection/components/ic-menu-item/ic-menu-item.js.map +1 -1
  269. package/dist/collection/components/ic-menu-item/test/basic/ic-menu-item.spec.js +15 -2
  270. package/dist/collection/components/ic-menu-item/test/basic/ic-menu-item.spec.js.map +1 -1
  271. package/dist/collection/components/ic-navigation-button/ic-navigation-button.css +18 -0
  272. package/dist/collection/components/ic-navigation-button/ic-navigation-button.js +37 -10
  273. package/dist/collection/components/ic-navigation-button/ic-navigation-button.js.map +1 -1
  274. package/dist/collection/components/ic-navigation-button/test/basic/ic-navigation-button.spec.js +3 -3
  275. package/dist/collection/components/ic-navigation-button/test/basic/ic-navigation-button.spec.js.map +1 -1
  276. package/dist/collection/components/ic-navigation-group/ic-navigation-group.css +17 -12
  277. package/dist/collection/components/ic-navigation-group/ic-navigation-group.js +35 -9
  278. package/dist/collection/components/ic-navigation-group/ic-navigation-group.js.map +1 -1
  279. package/dist/collection/components/ic-navigation-group/test/basic/ic-navigation-group.spec.js +3 -3
  280. package/dist/collection/components/ic-navigation-group/test/basic/ic-navigation-group.spec.js.map +1 -1
  281. package/dist/collection/components/ic-navigation-item/ic-navigation-item.css +38 -65
  282. package/dist/collection/components/ic-navigation-item/ic-navigation-item.js +88 -11
  283. package/dist/collection/components/ic-navigation-item/ic-navigation-item.js.map +1 -1
  284. package/dist/collection/components/ic-navigation-item/test/basic/ic-navigation-item.spec.js +15 -3
  285. package/dist/collection/components/ic-navigation-item/test/basic/ic-navigation-item.spec.js.map +1 -1
  286. package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.css +9 -6
  287. package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js +27 -2
  288. package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js.map +1 -1
  289. package/dist/collection/components/ic-page-header/ic-page-header.css +7 -3
  290. package/dist/collection/components/ic-page-header/ic-page-header.js +30 -4
  291. package/dist/collection/components/ic-page-header/ic-page-header.js.map +1 -1
  292. package/dist/collection/components/ic-page-header/ic-page-header.stories.js +823 -0
  293. package/dist/collection/components/ic-pagination/ic-pagination.css +15 -0
  294. package/dist/collection/components/ic-pagination/ic-pagination.js +65 -37
  295. package/dist/collection/components/ic-pagination/ic-pagination.js.map +1 -1
  296. package/dist/collection/components/ic-pagination/ic-pagination.stories.js +164 -0
  297. package/dist/collection/components/ic-pagination/test/basic/ic-pagination.spec.js +11 -1
  298. package/dist/collection/components/ic-pagination/test/basic/ic-pagination.spec.js.map +1 -1
  299. package/dist/collection/components/ic-pagination-item/ic-pagination-item.css +29 -9
  300. package/dist/collection/components/ic-pagination-item/ic-pagination-item.js +54 -33
  301. package/dist/collection/components/ic-pagination-item/ic-pagination-item.js.map +1 -1
  302. package/dist/collection/components/ic-pagination-item/test/basic/ic-pagination-item.spec.js +3 -0
  303. package/dist/collection/components/ic-pagination-item/test/basic/ic-pagination-item.spec.js.map +1 -1
  304. package/dist/collection/components/ic-popover-menu/ic-popover-menu.css +5 -5
  305. package/dist/collection/components/ic-popover-menu/ic-popover-menu.js +112 -26
  306. package/dist/collection/components/ic-popover-menu/ic-popover-menu.js.map +1 -1
  307. package/dist/collection/components/ic-popover-menu/ic-popover-menu.stories.js +504 -0
  308. package/dist/collection/components/ic-radio-group/ic-radio-group.css +17 -1
  309. package/dist/collection/components/ic-radio-group/ic-radio-group.js +83 -26
  310. package/dist/collection/components/ic-radio-group/ic-radio-group.js.map +1 -1
  311. package/dist/collection/components/ic-radio-group/ic-radio-group.stories.js +443 -0
  312. package/dist/collection/components/ic-radio-group/test/basic/ic-radio-group.spec.js +12 -3
  313. package/dist/collection/components/ic-radio-group/test/basic/ic-radio-group.spec.js.map +1 -1
  314. package/dist/collection/components/ic-radio-option/ic-radio-option.css +36 -28
  315. package/dist/collection/components/ic-radio-option/ic-radio-option.js +73 -21
  316. package/dist/collection/components/ic-radio-option/ic-radio-option.js.map +1 -1
  317. package/dist/collection/components/ic-search-bar/ic-search-bar.css +110 -10
  318. package/dist/collection/components/ic-search-bar/ic-search-bar.js +101 -57
  319. package/dist/collection/components/ic-search-bar/ic-search-bar.js.map +1 -1
  320. package/dist/collection/components/ic-search-bar/ic-search-bar.stories.js +593 -0
  321. package/dist/collection/components/ic-search-bar/test/basic/ic-search-bar.spec.js +63 -94
  322. package/dist/collection/components/ic-search-bar/test/basic/ic-search-bar.spec.js.map +1 -1
  323. package/dist/collection/components/ic-section-container/ic-section-container.stories.js +62 -0
  324. package/dist/collection/components/ic-select/ic-select.css +93 -53
  325. package/dist/collection/components/ic-select/ic-select.js +267 -77
  326. package/dist/collection/components/ic-select/ic-select.js.map +1 -1
  327. package/dist/collection/components/ic-select/ic-select_(multi).stories.js +892 -0
  328. package/dist/collection/components/ic-select/ic-select_(searchable).stories.js +965 -0
  329. package/dist/collection/components/ic-select/ic-select_(single).stories.js +790 -0
  330. package/dist/collection/components/ic-select/test/basic/ic-select.spec.js +234 -1
  331. package/dist/collection/components/ic-select/test/basic/ic-select.spec.js.map +1 -1
  332. package/dist/collection/components/ic-side-navigation/ic-side-navigation.css +50 -34
  333. package/dist/collection/components/ic-side-navigation/ic-side-navigation.js +18 -13
  334. package/dist/collection/components/ic-side-navigation/ic-side-navigation.js.map +1 -1
  335. package/dist/collection/components/ic-side-navigation/ic-side-navigation.stories.js +2526 -0
  336. package/dist/collection/components/ic-side-navigation/ic-side-navigation.types.js.map +1 -1
  337. package/dist/collection/components/ic-side-navigation/test/basic/ic-side-navigation.spec.js +6 -6
  338. package/dist/collection/components/ic-side-navigation/test/basic/ic-side-navigation.spec.js.map +1 -1
  339. package/dist/collection/components/ic-skeleton/ic-skeleton.css +4 -27
  340. package/dist/collection/components/ic-skeleton/ic-skeleton.js +16 -10
  341. package/dist/collection/components/ic-skeleton/ic-skeleton.js.map +1 -1
  342. package/dist/collection/components/ic-skeleton/ic-skeleton.stories.js +143 -0
  343. package/dist/collection/components/ic-status-tag/ic-status-tag.css +6 -6
  344. package/dist/collection/components/ic-status-tag/ic-status-tag.js +21 -2
  345. package/dist/collection/components/ic-status-tag/ic-status-tag.js.map +1 -1
  346. package/dist/collection/components/ic-status-tag/ic-status-tag.stories.js +196 -0
  347. package/dist/collection/components/ic-status-tag/test/basic/ic-status-tag.spec.js +15 -32
  348. package/dist/collection/components/ic-status-tag/test/basic/ic-status-tag.spec.js.map +1 -1
  349. package/dist/collection/components/ic-step/ic-step.css +65 -98
  350. package/dist/collection/components/ic-step/ic-step.js +29 -3
  351. package/dist/collection/components/ic-step/ic-step.js.map +1 -1
  352. package/dist/collection/components/ic-stepper/ic-stepper.js +37 -19
  353. package/dist/collection/components/ic-stepper/ic-stepper.js.map +1 -1
  354. package/dist/collection/components/ic-stepper/ic-stepper.stories.js +277 -0
  355. package/dist/collection/components/ic-stepper/test/basic/ic-stepper.spec.js +4 -4
  356. package/dist/collection/components/ic-stepper/test/basic/ic-stepper.spec.js.map +1 -1
  357. package/dist/collection/components/ic-switch/ic-switch.css +30 -48
  358. package/dist/collection/components/ic-switch/ic-switch.js +43 -30
  359. package/dist/collection/components/ic-switch/ic-switch.js.map +1 -1
  360. package/dist/collection/components/ic-switch/ic-switch.stories.js +149 -0
  361. package/dist/collection/components/ic-switch/test/basic/ic-switch.spec.js +3 -14
  362. package/dist/collection/components/ic-switch/test/basic/ic-switch.spec.js.map +1 -1
  363. package/dist/collection/components/ic-tab/ic-tab.js +11 -6
  364. package/dist/collection/components/ic-tab/ic-tab.js.map +1 -1
  365. package/dist/collection/components/ic-tab/test/basic/ic-tab.spec.js +16 -0
  366. package/dist/collection/components/ic-tab/test/basic/ic-tab.spec.js.map +1 -1
  367. package/dist/collection/components/ic-tab-context/ic-tab-context.js +60 -123
  368. package/dist/collection/components/ic-tab-context/ic-tab-context.js.map +1 -1
  369. package/dist/collection/components/ic-tab-context/ic-tabs.stories.js +316 -0
  370. package/dist/collection/components/ic-tab-context/test/basic/ic-tab-context.spec.js +2 -2
  371. package/dist/collection/components/ic-tab-context/test/basic/ic-tab-context.spec.js.map +1 -1
  372. package/dist/collection/components/ic-tab-group/ic-tab-group.css +8 -0
  373. package/dist/collection/components/ic-tab-group/ic-tab-group.js +1 -17
  374. package/dist/collection/components/ic-tab-group/ic-tab-group.js.map +1 -1
  375. package/dist/collection/components/ic-tab-panel/ic-tab-panel.css +1 -1
  376. package/dist/collection/components/ic-text-field/ic-text-field.css +62 -8
  377. package/dist/collection/components/ic-text-field/ic-text-field.js +70 -24
  378. package/dist/collection/components/ic-text-field/ic-text-field.js.map +1 -1
  379. package/dist/collection/components/ic-text-field/ic-text-field.stories.js +862 -0
  380. package/dist/collection/components/ic-text-field/test/basic/ic-text-field.input.spec.js +26 -12
  381. package/dist/collection/components/ic-text-field/test/basic/ic-text-field.input.spec.js.map +1 -1
  382. package/dist/collection/components/ic-text-field/test/basic/ic-text-field.textarea.spec.js +2 -2
  383. package/dist/collection/components/ic-text-field/test/basic/ic-text-field.textarea.spec.js.map +1 -1
  384. package/dist/collection/components/ic-theme/ic-theme.js +31 -31
  385. package/dist/collection/components/ic-theme/ic-theme.js.map +1 -1
  386. package/dist/collection/components/ic-theme/ic-theme.stories.js +434 -0
  387. package/dist/collection/components/ic-theme/test/basic/ic-theme.e2e.js +7 -7
  388. package/dist/collection/components/ic-theme/test/basic/ic-theme.e2e.js.map +1 -1
  389. package/dist/collection/components/ic-theme/test/basic/ic-theme.spec.js +11 -11
  390. package/dist/collection/components/ic-theme/test/basic/ic-theme.spec.js.map +1 -1
  391. package/dist/collection/components/ic-toast/ic-toast.css +31 -17
  392. package/dist/collection/components/ic-toast/ic-toast.js +2 -3
  393. package/dist/collection/components/ic-toast/ic-toast.js.map +1 -1
  394. package/dist/collection/components/ic-toast/ic-toast.stories.js +396 -0
  395. package/dist/collection/components/ic-toast/test/basic/ic-toast.spec.js +16 -16
  396. package/dist/collection/components/ic-toast/test/basic/ic-toast.spec.js.map +1 -1
  397. package/dist/collection/components/ic-toggle-button/ic-toggle-button.css +189 -57
  398. package/dist/collection/components/ic-toggle-button/ic-toggle-button.js +149 -42
  399. package/dist/collection/components/ic-toggle-button/ic-toggle-button.js.map +1 -1
  400. package/dist/collection/components/ic-toggle-button/ic-toggle-button.stories.js +427 -0
  401. package/dist/collection/components/ic-toggle-button/test/basic/ic-toggle-button.spec.js +10 -0
  402. package/dist/collection/components/ic-toggle-button/test/basic/ic-toggle-button.spec.js.map +1 -1
  403. package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.css +23 -16
  404. package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.js +144 -35
  405. package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.js.map +1 -1
  406. package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.stories.js +585 -0
  407. package/dist/collection/components/ic-toggle-button-group/test/ic-toggle-button-group.spec.js +187 -0
  408. package/dist/collection/components/ic-toggle-button-group/test/ic-toggle-button-group.spec.js.map +1 -1
  409. package/dist/collection/components/ic-tooltip/ic-tooltip.css +7 -1
  410. package/dist/collection/components/ic-tooltip/ic-tooltip.js +2 -5
  411. package/dist/collection/components/ic-tooltip/ic-tooltip.js.map +1 -1
  412. package/dist/collection/components/ic-tooltip/ic-tooltip.stories.js +366 -0
  413. package/dist/collection/components/ic-top-navigation/ic-top-navigation.css +49 -21
  414. package/dist/collection/components/ic-top-navigation/ic-top-navigation.js +39 -9
  415. package/dist/collection/components/ic-top-navigation/ic-top-navigation.js.map +1 -1
  416. package/dist/collection/components/ic-top-navigation/ic-top-navigation.stories.js +1098 -0
  417. package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.spec.js +3 -3
  418. package/dist/collection/components/ic-top-navigation/test/basic/ic-top-navigation.spec.js.map +1 -1
  419. package/dist/collection/components/ic-typography/ic-typography.css +7 -9
  420. package/dist/collection/components/ic-typography/ic-typography.js +3 -1
  421. package/dist/collection/components/ic-typography/ic-typography.js.map +1 -1
  422. package/dist/collection/components/ic-typography/ic-typography.stories.js +447 -0
  423. package/dist/collection/patterns/top-nav-content-footer.stories.js +109 -0
  424. package/dist/collection/patterns/z-index.stories.js +474 -0
  425. package/dist/collection/testspec.setup.js +14 -0
  426. package/dist/collection/testspec.setup.js.map +1 -1
  427. package/dist/collection/utils/constants.js +1 -1
  428. package/dist/collection/utils/constants.js.map +1 -1
  429. package/dist/collection/utils/helpers.js +64 -19
  430. package/dist/collection/utils/helpers.js.map +1 -1
  431. package/dist/collection/utils/types.js +6 -6
  432. package/dist/collection/utils/types.js.map +1 -1
  433. package/dist/components/helpers.js +73 -26
  434. package/dist/components/helpers.js.map +1 -1
  435. package/dist/components/ic-accordion-group.js +11 -11
  436. package/dist/components/ic-accordion-group.js.map +1 -1
  437. package/dist/components/ic-accordion.js +14 -6
  438. package/dist/components/ic-accordion.js.map +1 -1
  439. package/dist/components/ic-alert.js +12 -16
  440. package/dist/components/ic-alert.js.map +1 -1
  441. package/dist/components/ic-back-to-top.js +9 -5
  442. package/dist/components/ic-back-to-top.js.map +1 -1
  443. package/dist/components/ic-badge.js +28 -5
  444. package/dist/components/ic-badge.js.map +1 -1
  445. package/dist/components/ic-breadcrumb-group.js +44 -20
  446. package/dist/components/ic-breadcrumb-group.js.map +1 -1
  447. package/dist/components/ic-breadcrumb2.js +51 -4
  448. package/dist/components/ic-breadcrumb2.js.map +1 -1
  449. package/dist/components/ic-button2.js +21 -20
  450. package/dist/components/ic-button2.js.map +1 -1
  451. package/dist/components/ic-card-vertical.js +54 -50
  452. package/dist/components/ic-card-vertical.js.map +1 -1
  453. package/dist/components/ic-checkbox-group.js +25 -7
  454. package/dist/components/ic-checkbox-group.js.map +1 -1
  455. package/dist/components/ic-checkbox.js +12 -4
  456. package/dist/components/ic-checkbox.js.map +1 -1
  457. package/dist/components/ic-chip.js +32 -16
  458. package/dist/components/ic-chip.js.map +1 -1
  459. package/dist/components/ic-classification-banner.js +1 -1
  460. package/dist/components/ic-classification-banner.js.map +1 -1
  461. package/dist/components/ic-data-row.js +1 -1
  462. package/dist/components/ic-dialog.js +33 -9
  463. package/dist/components/ic-dialog.js.map +1 -1
  464. package/dist/components/ic-divider2.js +89 -12
  465. package/dist/components/ic-divider2.js.map +1 -1
  466. package/dist/components/ic-empty-state.js +10 -17
  467. package/dist/components/ic-empty-state.js.map +1 -1
  468. package/dist/components/ic-footer-link-group.js +7 -8
  469. package/dist/components/ic-footer-link-group.js.map +1 -1
  470. package/dist/components/ic-footer-link.js +9 -8
  471. package/dist/components/ic-footer-link.js.map +1 -1
  472. package/dist/components/ic-footer.js +25 -15
  473. package/dist/components/ic-footer.js.map +1 -1
  474. package/dist/components/ic-hero.js +9 -17
  475. package/dist/components/ic-hero.js.map +1 -1
  476. package/dist/components/ic-horizontal-scroll2.js +19 -9
  477. package/dist/components/ic-horizontal-scroll2.js.map +1 -1
  478. package/dist/components/ic-input-component-container2.js +23 -32
  479. package/dist/components/ic-input-component-container2.js.map +1 -1
  480. package/dist/components/ic-input-label2.js +19 -20
  481. package/dist/components/ic-input-label2.js.map +1 -1
  482. package/dist/components/ic-input-validation2.js +9 -9
  483. package/dist/components/ic-input-validation2.js.map +1 -1
  484. package/dist/components/ic-link2.js +13 -15
  485. package/dist/components/ic-link2.js.map +1 -1
  486. package/dist/components/ic-loading-indicator2.js +11 -9
  487. package/dist/components/ic-loading-indicator2.js.map +1 -1
  488. package/dist/components/ic-menu-group.js +2 -2
  489. package/dist/components/ic-menu-group.js.map +1 -1
  490. package/dist/components/ic-menu-item2.js +30 -21
  491. package/dist/components/ic-menu-item2.js.map +1 -1
  492. package/dist/components/ic-menu2.js +472 -175
  493. package/dist/components/ic-menu2.js.map +1 -1
  494. package/dist/components/ic-navigation-button.js +13 -9
  495. package/dist/components/ic-navigation-button.js.map +1 -1
  496. package/dist/components/ic-navigation-group.js +12 -9
  497. package/dist/components/ic-navigation-group.js.map +1 -1
  498. package/dist/components/ic-navigation-item.js +64 -10
  499. package/dist/components/ic-navigation-item.js.map +1 -1
  500. package/dist/components/ic-navigation-menu2.js +6 -4
  501. package/dist/components/ic-navigation-menu2.js.map +1 -1
  502. package/dist/components/ic-page-header.js +9 -6
  503. package/dist/components/ic-page-header.js.map +1 -1
  504. package/dist/components/ic-pagination-item2.js +15 -12
  505. package/dist/components/ic-pagination-item2.js.map +1 -1
  506. package/dist/components/ic-pagination.js +25 -15
  507. package/dist/components/ic-pagination.js.map +1 -1
  508. package/dist/components/ic-popover-menu.js +50 -26
  509. package/dist/components/ic-popover-menu.js.map +1 -1
  510. package/dist/components/ic-radio-group.js +63 -30
  511. package/dist/components/ic-radio-group.js.map +1 -1
  512. package/dist/components/ic-radio-option.js +45 -23
  513. package/dist/components/ic-radio-option.js.map +1 -1
  514. package/dist/components/ic-search-bar.js +70 -81
  515. package/dist/components/ic-search-bar.js.map +1 -1
  516. package/dist/components/ic-select.js +196 -67
  517. package/dist/components/ic-select.js.map +1 -1
  518. package/dist/components/ic-side-navigation.js +17 -12
  519. package/dist/components/ic-side-navigation.js.map +1 -1
  520. package/dist/components/ic-skeleton.js +5 -5
  521. package/dist/components/ic-skeleton.js.map +1 -1
  522. package/dist/components/ic-status-tag.js +5 -3
  523. package/dist/components/ic-status-tag.js.map +1 -1
  524. package/dist/components/ic-step.js +4 -4
  525. package/dist/components/ic-step.js.map +1 -1
  526. package/dist/components/ic-stepper.js +14 -3
  527. package/dist/components/ic-stepper.js.map +1 -1
  528. package/dist/components/ic-switch.js +24 -18
  529. package/dist/components/ic-switch.js.map +1 -1
  530. package/dist/components/ic-tab-context.js +60 -123
  531. package/dist/components/ic-tab-context.js.map +1 -1
  532. package/dist/components/ic-tab-group.js +2 -18
  533. package/dist/components/ic-tab-group.js.map +1 -1
  534. package/dist/components/ic-tab-panel.js +1 -1
  535. package/dist/components/ic-tab-panel.js.map +1 -1
  536. package/dist/components/ic-tab.js +10 -8
  537. package/dist/components/ic-tab.js.map +1 -1
  538. package/dist/components/ic-text-field.js +371 -1
  539. package/dist/components/ic-text-field.js.map +1 -1
  540. package/dist/components/ic-theme.js +22 -22
  541. package/dist/components/ic-theme.js.map +1 -1
  542. package/dist/components/ic-toast.js +4 -4
  543. package/dist/components/ic-toast.js.map +1 -1
  544. package/dist/components/ic-toggle-button-group.js +75 -14
  545. package/dist/components/ic-toggle-button-group.js.map +1 -1
  546. package/dist/components/ic-toggle-button.js +76 -17
  547. package/dist/components/ic-toggle-button.js.map +1 -1
  548. package/dist/components/ic-tooltip2.js +1 -1
  549. package/dist/components/ic-tooltip2.js.map +1 -1
  550. package/dist/components/ic-top-navigation.js +15 -8
  551. package/dist/components/ic-top-navigation.js.map +1 -1
  552. package/dist/components/ic-typography2.js +4 -2
  553. package/dist/components/ic-typography2.js.map +1 -1
  554. package/dist/core/ag-theme-icds.css +218 -0
  555. package/dist/core/core.css +1607 -77
  556. package/dist/core/core.esm.js +1 -1
  557. package/dist/core/core.esm.js.map +1 -1
  558. package/dist/core/p-00587c99.entry.js +2 -0
  559. package/dist/core/p-00587c99.entry.js.map +1 -0
  560. package/dist/core/p-07aaf9c4.entry.js +2 -0
  561. package/dist/core/p-07aaf9c4.entry.js.map +1 -0
  562. package/dist/core/p-094f51b6.entry.js +2 -0
  563. package/dist/core/p-094f51b6.entry.js.map +1 -0
  564. package/dist/core/p-146b2788.entry.js +2 -0
  565. package/dist/core/p-146b2788.entry.js.map +1 -0
  566. package/dist/core/p-15082ea5.entry.js +2 -0
  567. package/dist/core/p-15082ea5.entry.js.map +1 -0
  568. package/dist/core/p-174de9d7.entry.js +2 -0
  569. package/dist/core/p-174de9d7.entry.js.map +1 -0
  570. package/dist/core/p-17f9921d.entry.js +2 -0
  571. package/dist/core/p-17f9921d.entry.js.map +1 -0
  572. package/dist/core/p-246ea059.entry.js +2 -0
  573. package/dist/core/p-246ea059.entry.js.map +1 -0
  574. package/dist/core/p-25d3c3a6.entry.js +2 -0
  575. package/dist/core/p-25d3c3a6.entry.js.map +1 -0
  576. package/dist/core/{p-54238d16.entry.js → p-27274ca8.entry.js} +2 -2
  577. package/dist/core/p-27274ca8.entry.js.map +1 -0
  578. package/dist/core/p-39ab6387.entry.js +2 -0
  579. package/dist/core/p-39ab6387.entry.js.map +1 -0
  580. package/dist/core/p-3d565739.entry.js +2 -0
  581. package/dist/core/p-3d565739.entry.js.map +1 -0
  582. package/dist/core/p-41b7c67c.entry.js +2 -0
  583. package/dist/core/p-41b7c67c.entry.js.map +1 -0
  584. package/dist/core/p-4572b2ba.entry.js +2 -0
  585. package/dist/core/p-4572b2ba.entry.js.map +1 -0
  586. package/dist/core/p-4cfe1dd8.entry.js +2 -0
  587. package/dist/core/p-4cfe1dd8.entry.js.map +1 -0
  588. package/dist/core/p-5b836707.entry.js +2 -0
  589. package/dist/core/p-5b836707.entry.js.map +1 -0
  590. package/dist/core/{p-46ee459b.entry.js → p-67b3cd55.entry.js} +2 -2
  591. package/dist/core/p-67b3cd55.entry.js.map +1 -0
  592. package/dist/core/p-67b8a829.entry.js +2 -0
  593. package/dist/core/p-67b8a829.entry.js.map +1 -0
  594. package/dist/core/p-6dfa5a4b.entry.js +2 -0
  595. package/dist/core/p-6dfa5a4b.entry.js.map +1 -0
  596. package/dist/core/p-6e94c79c.entry.js +2 -0
  597. package/dist/core/p-6e94c79c.entry.js.map +1 -0
  598. package/dist/core/p-73d6092d.entry.js +2 -0
  599. package/dist/core/p-73d6092d.entry.js.map +1 -0
  600. package/dist/core/{p-c81109da.entry.js → p-770c52a7.entry.js} +2 -2
  601. package/dist/core/p-770c52a7.entry.js.map +1 -0
  602. package/dist/core/{p-e861a2b3.entry.js → p-7b26ef60.entry.js} +2 -2
  603. package/dist/core/p-7b26ef60.entry.js.map +1 -0
  604. package/dist/core/{p-1e802eeb.entry.js → p-7f984e25.entry.js} +2 -2
  605. package/dist/core/p-7f984e25.entry.js.map +1 -0
  606. package/dist/core/p-86caada0.entry.js +2 -0
  607. package/dist/core/p-86caada0.entry.js.map +1 -0
  608. package/dist/core/p-8c03b8b5.entry.js +2 -0
  609. package/dist/core/p-8c03b8b5.entry.js.map +1 -0
  610. package/dist/core/p-8fdb9b16.entry.js +2 -0
  611. package/dist/core/p-8fdb9b16.entry.js.map +1 -0
  612. package/dist/core/p-91a221b5.entry.js +2 -0
  613. package/dist/core/p-91a221b5.entry.js.map +1 -0
  614. package/dist/core/{p-e597da0e.entry.js → p-96b4ca6e.entry.js} +2 -2
  615. package/dist/core/p-96b4ca6e.entry.js.map +1 -0
  616. package/dist/core/p-9e0c2c19.entry.js +2 -0
  617. package/dist/core/p-9e0c2c19.entry.js.map +1 -0
  618. package/dist/core/p-9f569f90.entry.js +2 -0
  619. package/dist/core/p-9f569f90.entry.js.map +1 -0
  620. package/dist/core/p-a178d53c.entry.js +2 -0
  621. package/dist/core/p-a178d53c.entry.js.map +1 -0
  622. package/dist/core/p-a3b7a147.entry.js +2 -0
  623. package/dist/core/p-a3b7a147.entry.js.map +1 -0
  624. package/dist/core/p-a72685f6.entry.js +2 -0
  625. package/dist/core/p-a72685f6.entry.js.map +1 -0
  626. package/dist/core/p-abdc2912.entry.js +2 -0
  627. package/dist/core/p-abdc2912.entry.js.map +1 -0
  628. package/dist/core/p-b260b967.entry.js +2 -0
  629. package/dist/core/p-b260b967.entry.js.map +1 -0
  630. package/dist/core/p-b404b307.entry.js +2 -0
  631. package/dist/core/p-b404b307.entry.js.map +1 -0
  632. package/dist/core/p-b6ce9ca3.entry.js +2 -0
  633. package/dist/core/p-b6ce9ca3.entry.js.map +1 -0
  634. package/dist/core/p-b6e010f3.entry.js +2 -0
  635. package/dist/core/p-b6e010f3.entry.js.map +1 -0
  636. package/dist/core/p-bbd4f487.entry.js +2 -0
  637. package/dist/core/p-bbd4f487.entry.js.map +1 -0
  638. package/dist/core/p-bd9f3961.entry.js +2 -0
  639. package/dist/core/p-bd9f3961.entry.js.map +1 -0
  640. package/dist/core/{p-a3b6a02d.entry.js → p-c1db155d.entry.js} +2 -2
  641. package/dist/core/p-c1db155d.entry.js.map +1 -0
  642. package/dist/core/p-c7bcdb8e.entry.js +2 -0
  643. package/dist/core/p-c7bcdb8e.entry.js.map +1 -0
  644. package/dist/core/p-ca11666f.entry.js +2 -0
  645. package/dist/core/p-ca11666f.entry.js.map +1 -0
  646. package/dist/core/p-cda4aca9.js +2 -0
  647. package/dist/core/p-cda4aca9.js.map +1 -0
  648. package/dist/core/{p-bf4c61cb.entry.js → p-d0afa458.entry.js} +2 -2
  649. package/dist/core/{p-bf4c61cb.entry.js.map → p-d0afa458.entry.js.map} +1 -1
  650. package/dist/core/p-d8690838.entry.js +2 -0
  651. package/dist/core/p-d8690838.entry.js.map +1 -0
  652. package/dist/core/p-dededae6.entry.js +2 -0
  653. package/dist/core/p-dededae6.entry.js.map +1 -0
  654. package/dist/core/p-df957570.entry.js +2 -0
  655. package/dist/core/p-df957570.entry.js.map +1 -0
  656. package/dist/core/{p-d8870804.entry.js → p-e2cf6e7e.entry.js} +2 -2
  657. package/dist/core/p-e6189634.entry.js +2 -0
  658. package/dist/core/p-e6189634.entry.js.map +1 -0
  659. package/dist/core/p-e6dc3cd1.entry.js +2 -0
  660. package/dist/core/p-e6dc3cd1.entry.js.map +1 -0
  661. package/dist/core/p-e831277e.entry.js +2 -0
  662. package/dist/core/p-e831277e.entry.js.map +1 -0
  663. package/dist/core/p-eb7c589b.entry.js +2 -0
  664. package/dist/core/p-eb7c589b.entry.js.map +1 -0
  665. package/dist/core/p-f65179fe.entry.js +2 -0
  666. package/dist/core/p-f65179fe.entry.js.map +1 -0
  667. package/dist/core/p-fd60eef7.entry.js +2 -0
  668. package/dist/core/p-fd60eef7.entry.js.map +1 -0
  669. package/dist/core/p-fd9f3fd0.entry.js +2 -0
  670. package/dist/core/p-fd9f3fd0.entry.js.map +1 -0
  671. package/dist/esm/core.js +1 -1
  672. package/dist/esm/{helpers-1c9151ef.js → helpers-a72a277b.js} +74 -27
  673. package/dist/esm/helpers-a72a277b.js.map +1 -0
  674. package/dist/esm/ic-accordion-group.entry.js +10 -10
  675. package/dist/esm/ic-accordion-group.entry.js.map +1 -1
  676. package/dist/esm/ic-accordion.entry.js +12 -5
  677. package/dist/esm/ic-accordion.entry.js.map +1 -1
  678. package/dist/esm/ic-alert.entry.js +10 -15
  679. package/dist/esm/ic-alert.entry.js.map +1 -1
  680. package/dist/esm/ic-back-to-top.entry.js +9 -6
  681. package/dist/esm/ic-back-to-top.entry.js.map +1 -1
  682. package/dist/esm/ic-badge.entry.js +26 -3
  683. package/dist/esm/ic-badge.entry.js.map +1 -1
  684. package/dist/esm/ic-breadcrumb-group.entry.js +43 -20
  685. package/dist/esm/ic-breadcrumb-group.entry.js.map +1 -1
  686. package/dist/esm/ic-breadcrumb.entry.js +49 -4
  687. package/dist/esm/ic-breadcrumb.entry.js.map +1 -1
  688. package/dist/esm/ic-button_3.entry.js +28 -26
  689. package/dist/esm/ic-button_3.entry.js.map +1 -1
  690. package/dist/esm/ic-card-vertical.entry.js +49 -48
  691. package/dist/esm/ic-card-vertical.entry.js.map +1 -1
  692. package/dist/esm/ic-checkbox-group.entry.js +21 -6
  693. package/dist/esm/ic-checkbox-group.entry.js.map +1 -1
  694. package/dist/esm/ic-checkbox.entry.js +10 -4
  695. package/dist/esm/ic-checkbox.entry.js.map +1 -1
  696. package/dist/esm/ic-chip.entry.js +28 -16
  697. package/dist/esm/ic-chip.entry.js.map +1 -1
  698. package/dist/esm/ic-classification-banner.entry.js +1 -1
  699. package/dist/esm/ic-classification-banner.entry.js.map +1 -1
  700. package/dist/esm/ic-data-row.entry.js +1 -1
  701. package/dist/esm/ic-dialog.entry.js +32 -9
  702. package/dist/esm/ic-dialog.entry.js.map +1 -1
  703. package/dist/esm/ic-divider.entry.js +74 -10
  704. package/dist/esm/ic-divider.entry.js.map +1 -1
  705. package/dist/esm/ic-empty-state.entry.js +8 -16
  706. package/dist/esm/ic-empty-state.entry.js.map +1 -1
  707. package/dist/esm/ic-footer-link-group.entry.js +6 -7
  708. package/dist/esm/ic-footer-link-group.entry.js.map +1 -1
  709. package/dist/esm/ic-footer-link.entry.js +8 -7
  710. package/dist/esm/ic-footer-link.entry.js.map +1 -1
  711. package/dist/esm/ic-footer.entry.js +24 -14
  712. package/dist/esm/ic-footer.entry.js.map +1 -1
  713. package/dist/esm/ic-hero.entry.js +8 -16
  714. package/dist/esm/ic-hero.entry.js.map +1 -1
  715. package/dist/esm/ic-horizontal-scroll.entry.js +17 -9
  716. package/dist/esm/ic-horizontal-scroll.entry.js.map +1 -1
  717. package/dist/esm/ic-input-component-container_3.entry.js +487 -201
  718. package/dist/esm/ic-input-component-container_3.entry.js.map +1 -1
  719. package/dist/esm/ic-input-label_2.entry.js +24 -26
  720. package/dist/esm/ic-input-label_2.entry.js.map +1 -1
  721. package/dist/esm/ic-link.entry.js +10 -12
  722. package/dist/esm/ic-link.entry.js.map +1 -1
  723. package/dist/esm/ic-menu-group.entry.js +3 -3
  724. package/dist/esm/ic-menu-group.entry.js.map +1 -1
  725. package/dist/esm/ic-menu-item.entry.js +25 -18
  726. package/dist/esm/ic-menu-item.entry.js.map +1 -1
  727. package/dist/esm/ic-navigation-button.entry.js +11 -8
  728. package/dist/esm/ic-navigation-button.entry.js.map +1 -1
  729. package/dist/esm/ic-navigation-group.entry.js +10 -8
  730. package/dist/esm/ic-navigation-group.entry.js.map +1 -1
  731. package/dist/esm/ic-navigation-item.entry.js +61 -9
  732. package/dist/esm/ic-navigation-item.entry.js.map +1 -1
  733. package/dist/esm/ic-navigation-menu.entry.js +5 -4
  734. package/dist/esm/ic-navigation-menu.entry.js.map +1 -1
  735. package/dist/esm/ic-page-header.entry.js +8 -6
  736. package/dist/esm/ic-page-header.entry.js.map +1 -1
  737. package/dist/esm/ic-pagination-item.entry.js +12 -11
  738. package/dist/esm/ic-pagination-item.entry.js.map +1 -1
  739. package/dist/esm/ic-pagination.entry.js +23 -15
  740. package/dist/esm/ic-pagination.entry.js.map +1 -1
  741. package/dist/esm/ic-popover-menu.entry.js +47 -25
  742. package/dist/esm/ic-popover-menu.entry.js.map +1 -1
  743. package/dist/esm/ic-radio-group.entry.js +60 -29
  744. package/dist/esm/ic-radio-group.entry.js.map +1 -1
  745. package/dist/esm/ic-radio-option.entry.js +42 -22
  746. package/dist/esm/ic-radio-option.entry.js.map +1 -1
  747. package/dist/esm/ic-search-bar.entry.js +54 -56
  748. package/dist/esm/ic-search-bar.entry.js.map +1 -1
  749. package/dist/esm/ic-select.entry.js +192 -66
  750. package/dist/esm/ic-select.entry.js.map +1 -1
  751. package/dist/esm/ic-side-navigation.entry.js +16 -11
  752. package/dist/esm/ic-side-navigation.entry.js.map +1 -1
  753. package/dist/esm/ic-skeleton.entry.js +4 -4
  754. package/dist/esm/ic-skeleton.entry.js.map +1 -1
  755. package/dist/esm/ic-status-tag.entry.js +5 -4
  756. package/dist/esm/ic-status-tag.entry.js.map +1 -1
  757. package/dist/esm/ic-step.entry.js +4 -5
  758. package/dist/esm/ic-step.entry.js.map +1 -1
  759. package/dist/esm/ic-stepper.entry.js +12 -2
  760. package/dist/esm/ic-stepper.entry.js.map +1 -1
  761. package/dist/esm/ic-switch.entry.js +21 -16
  762. package/dist/esm/ic-switch.entry.js.map +1 -1
  763. package/dist/esm/ic-tab-context.entry.js +60 -123
  764. package/dist/esm/ic-tab-context.entry.js.map +1 -1
  765. package/dist/esm/ic-tab-group.entry.js +3 -19
  766. package/dist/esm/ic-tab-group.entry.js.map +1 -1
  767. package/dist/esm/ic-tab-panel.entry.js +2 -2
  768. package/dist/esm/ic-tab-panel.entry.js.map +1 -1
  769. package/dist/esm/ic-tab.entry.js +10 -8
  770. package/dist/esm/ic-tab.entry.js.map +1 -1
  771. package/dist/esm/ic-text-field.entry.js +43 -23
  772. package/dist/esm/ic-text-field.entry.js.map +1 -1
  773. package/dist/esm/ic-theme.entry.js +20 -20
  774. package/dist/esm/ic-theme.entry.js.map +1 -1
  775. package/dist/esm/ic-toast.entry.js +4 -4
  776. package/dist/esm/ic-toast.entry.js.map +1 -1
  777. package/dist/esm/ic-toggle-button-group.entry.js +62 -12
  778. package/dist/esm/ic-toggle-button-group.entry.js.map +1 -1
  779. package/dist/esm/ic-toggle-button.entry.js +64 -9
  780. package/dist/esm/ic-toggle-button.entry.js.map +1 -1
  781. package/dist/esm/ic-top-navigation.entry.js +13 -7
  782. package/dist/esm/ic-top-navigation.entry.js.map +1 -1
  783. package/dist/esm/ic-typography.entry.js +5 -3
  784. package/dist/esm/ic-typography.entry.js.map +1 -1
  785. package/dist/esm/index-d1d2c456.js +4 -4
  786. package/dist/esm/loader.js +1 -1
  787. package/dist/types/components/ic-accordion/ic-accordion.d.ts +7 -5
  788. package/dist/types/components/ic-accordion-group/ic-accordion-group.d.ts +4 -4
  789. package/dist/types/components/ic-alert/ic-alert.d.ts +9 -6
  790. package/dist/types/components/ic-back-to-top/ic-back-to-top.d.ts +5 -0
  791. package/dist/types/components/ic-badge/ic-badge.d.ts +5 -0
  792. package/dist/types/components/ic-breadcrumb/ic-breadcrumb.d.ts +9 -0
  793. package/dist/types/components/ic-breadcrumb-group/ic-breadcrumb-group.d.ts +1 -0
  794. package/dist/types/components/ic-button/ic-button.d.ts +11 -7
  795. package/dist/types/components/ic-button/ic-button.types.d.ts +0 -1
  796. package/dist/types/components/ic-card-vertical/ic-card-vertical.d.ts +9 -5
  797. package/dist/types/components/ic-checkbox/ic-checkbox.d.ts +7 -2
  798. package/dist/types/components/ic-checkbox-group/ic-checkbox-group.d.ts +8 -1
  799. package/dist/types/components/ic-chip/ic-chip.d.ts +13 -2
  800. package/dist/types/components/ic-dialog/ic-dialog.d.ts +8 -2
  801. package/dist/types/components/ic-divider/ic-divider.d.ts +33 -3
  802. package/dist/types/components/ic-divider/ic-divider.types.d.ts +3 -0
  803. package/dist/types/components/ic-empty-state/ic-empty-state.d.ts +5 -2
  804. package/dist/types/components/ic-footer/ic-footer.d.ts +4 -3
  805. package/dist/types/components/ic-footer-link/ic-footer-link.d.ts +3 -3
  806. package/dist/types/components/ic-footer-link-group/ic-footer-link-group.d.ts +3 -2
  807. package/dist/types/components/ic-hero/ic-hero.d.ts +3 -4
  808. package/dist/types/components/ic-horizontal-scroll/ic-horizontal-scroll.d.ts +8 -2
  809. package/dist/types/components/ic-input-component-container/ic-input-component-container.d.ts +2 -5
  810. package/dist/types/components/ic-input-label/ic-input-label.d.ts +8 -4
  811. package/dist/types/components/ic-link/ic-link.d.ts +2 -2
  812. package/dist/types/components/ic-loading-indicator/ic-loading-indicator.d.ts +9 -5
  813. package/dist/types/components/ic-menu/ic-menu.d.ts +49 -16
  814. package/dist/types/components/ic-menu-item/ic-menu-item.d.ts +12 -5
  815. package/dist/types/components/ic-navigation-button/ic-navigation-button.d.ts +7 -3
  816. package/dist/types/components/ic-navigation-group/ic-navigation-group.d.ts +7 -3
  817. package/dist/types/components/ic-navigation-item/ic-navigation-item.d.ts +14 -3
  818. package/dist/types/components/ic-navigation-menu/ic-navigation-menu.d.ts +5 -0
  819. package/dist/types/components/ic-page-header/ic-page-header.d.ts +5 -1
  820. package/dist/types/components/ic-pagination/ic-pagination.d.ts +10 -5
  821. package/dist/types/components/ic-pagination-item/ic-pagination-item.d.ts +10 -5
  822. package/dist/types/components/ic-popover-menu/ic-popover-menu.d.ts +9 -7
  823. package/dist/types/components/ic-radio-group/ic-radio-group.d.ts +6 -1
  824. package/dist/types/components/ic-radio-option/ic-radio-option.d.ts +10 -3
  825. package/dist/types/components/ic-search-bar/ic-search-bar.d.ts +15 -3
  826. package/dist/types/components/ic-select/ic-select.d.ts +36 -16
  827. package/dist/types/components/ic-side-navigation/ic-side-navigation.d.ts +3 -3
  828. package/dist/types/components/ic-side-navigation/ic-side-navigation.types.d.ts +2 -2
  829. package/dist/types/components/ic-skeleton/ic-skeleton.d.ts +3 -2
  830. package/dist/types/components/ic-status-tag/ic-status-tag.d.ts +4 -0
  831. package/dist/types/components/ic-step/ic-step.d.ts +5 -0
  832. package/dist/types/components/ic-stepper/ic-stepper.d.ts +6 -4
  833. package/dist/types/components/ic-switch/ic-switch.d.ts +7 -6
  834. package/dist/types/components/ic-tab/ic-tab.d.ts +1 -0
  835. package/dist/types/components/ic-tab-context/ic-tab-context.d.ts +8 -6
  836. package/dist/types/components/ic-tab-group/ic-tab-group.d.ts +0 -4
  837. package/dist/types/components/ic-text-field/ic-text-field.d.ts +10 -2
  838. package/dist/types/components/ic-theme/ic-theme.d.ts +8 -8
  839. package/dist/types/components/ic-toggle-button/ic-toggle-button.d.ts +16 -7
  840. package/dist/types/components/ic-toggle-button-group/ic-toggle-button-group.d.ts +21 -5
  841. package/dist/types/components/ic-tooltip/ic-tooltip.d.ts +1 -1
  842. package/dist/types/components/ic-top-navigation/ic-top-navigation.d.ts +7 -3
  843. package/dist/types/components.d.ts +516 -159
  844. package/dist/types/testspec.setup.d.ts +9 -0
  845. package/dist/types/utils/helpers.d.ts +22 -8
  846. package/dist/types/utils/types.d.ts +8 -6
  847. package/hydrate/index.js +1998 -1053
  848. package/package.json +20 -19
  849. package/vscode-data.json +655 -166
  850. package/dist/cjs/helpers-f1cf5156.js.map +0 -1
  851. package/dist/collection/components/ic-radio-group/test/basic/ic-radio-group.e2e.js +0 -339
  852. package/dist/collection/components/ic-radio-group/test/basic/ic-radio-group.e2e.js.map +0 -1
  853. package/dist/collection/components/ic-search-bar/test/basic/ic-search-bar.e2e.js +0 -1106
  854. package/dist/collection/components/ic-search-bar/test/basic/ic-search-bar.e2e.js.map +0 -1
  855. package/dist/collection/components/ic-stepper/test/basic/ic-stepper.e2e.js +0 -49
  856. package/dist/collection/components/ic-stepper/test/basic/ic-stepper.e2e.js.map +0 -1
  857. package/dist/collection/components/ic-tooltip/test/basic/ic-tooltip.e2e.js +0 -109
  858. package/dist/collection/components/ic-tooltip/test/basic/ic-tooltip.e2e.js.map +0 -1
  859. package/dist/collection/components/ic-typography/test/basic/ic-typography.e2e.js +0 -39
  860. package/dist/collection/components/ic-typography/test/basic/ic-typography.e2e.js.map +0 -1
  861. package/dist/components/ic-text-field2.js +0 -353
  862. package/dist/components/ic-text-field2.js.map +0 -1
  863. package/dist/core/p-09104e40.entry.js +0 -2
  864. package/dist/core/p-09104e40.entry.js.map +0 -1
  865. package/dist/core/p-0c0b1c74.entry.js +0 -2
  866. package/dist/core/p-0c0b1c74.entry.js.map +0 -1
  867. package/dist/core/p-0c3a0d85.entry.js +0 -2
  868. package/dist/core/p-0c3a0d85.entry.js.map +0 -1
  869. package/dist/core/p-1083a708.entry.js +0 -2
  870. package/dist/core/p-1083a708.entry.js.map +0 -1
  871. package/dist/core/p-130dd440.entry.js +0 -2
  872. package/dist/core/p-130dd440.entry.js.map +0 -1
  873. package/dist/core/p-1e802eeb.entry.js.map +0 -1
  874. package/dist/core/p-21312898.entry.js +0 -2
  875. package/dist/core/p-21312898.entry.js.map +0 -1
  876. package/dist/core/p-21e5dd29.entry.js +0 -2
  877. package/dist/core/p-21e5dd29.entry.js.map +0 -1
  878. package/dist/core/p-2ab86057.entry.js +0 -2
  879. package/dist/core/p-2ab86057.entry.js.map +0 -1
  880. package/dist/core/p-312cacae.js +0 -2
  881. package/dist/core/p-312cacae.js.map +0 -1
  882. package/dist/core/p-31fc8756.entry.js +0 -2
  883. package/dist/core/p-31fc8756.entry.js.map +0 -1
  884. package/dist/core/p-355acffa.entry.js +0 -2
  885. package/dist/core/p-355acffa.entry.js.map +0 -1
  886. package/dist/core/p-35b8b480.entry.js +0 -2
  887. package/dist/core/p-35b8b480.entry.js.map +0 -1
  888. package/dist/core/p-363d6e88.entry.js +0 -2
  889. package/dist/core/p-363d6e88.entry.js.map +0 -1
  890. package/dist/core/p-40e9e76a.entry.js +0 -2
  891. package/dist/core/p-40e9e76a.entry.js.map +0 -1
  892. package/dist/core/p-43f9a711.entry.js +0 -2
  893. package/dist/core/p-43f9a711.entry.js.map +0 -1
  894. package/dist/core/p-46ee459b.entry.js.map +0 -1
  895. package/dist/core/p-54238d16.entry.js.map +0 -1
  896. package/dist/core/p-550d7356.entry.js +0 -2
  897. package/dist/core/p-550d7356.entry.js.map +0 -1
  898. package/dist/core/p-56d1828c.entry.js +0 -2
  899. package/dist/core/p-56d1828c.entry.js.map +0 -1
  900. package/dist/core/p-5a2630fb.entry.js +0 -2
  901. package/dist/core/p-5a2630fb.entry.js.map +0 -1
  902. package/dist/core/p-5a52614c.entry.js +0 -2
  903. package/dist/core/p-5a52614c.entry.js.map +0 -1
  904. package/dist/core/p-60efd7fa.entry.js +0 -2
  905. package/dist/core/p-60efd7fa.entry.js.map +0 -1
  906. package/dist/core/p-69f3ce5a.entry.js +0 -2
  907. package/dist/core/p-69f3ce5a.entry.js.map +0 -1
  908. package/dist/core/p-78ce4920.entry.js +0 -2
  909. package/dist/core/p-78ce4920.entry.js.map +0 -1
  910. package/dist/core/p-79d2a33b.entry.js +0 -2
  911. package/dist/core/p-79d2a33b.entry.js.map +0 -1
  912. package/dist/core/p-80237a20.entry.js +0 -2
  913. package/dist/core/p-80237a20.entry.js.map +0 -1
  914. package/dist/core/p-804513ad.entry.js +0 -2
  915. package/dist/core/p-804513ad.entry.js.map +0 -1
  916. package/dist/core/p-82375dca.entry.js +0 -2
  917. package/dist/core/p-82375dca.entry.js.map +0 -1
  918. package/dist/core/p-8e1e25a7.entry.js +0 -2
  919. package/dist/core/p-8e1e25a7.entry.js.map +0 -1
  920. package/dist/core/p-a1a1000d.entry.js +0 -2
  921. package/dist/core/p-a1a1000d.entry.js.map +0 -1
  922. package/dist/core/p-a1b1a0ab.entry.js +0 -2
  923. package/dist/core/p-a1b1a0ab.entry.js.map +0 -1
  924. package/dist/core/p-a37bcdbe.entry.js +0 -2
  925. package/dist/core/p-a37bcdbe.entry.js.map +0 -1
  926. package/dist/core/p-a3b6a02d.entry.js.map +0 -1
  927. package/dist/core/p-a765ad17.entry.js +0 -2
  928. package/dist/core/p-a765ad17.entry.js.map +0 -1
  929. package/dist/core/p-aa2be24c.entry.js +0 -2
  930. package/dist/core/p-aa2be24c.entry.js.map +0 -1
  931. package/dist/core/p-b12a5283.entry.js +0 -2
  932. package/dist/core/p-b12a5283.entry.js.map +0 -1
  933. package/dist/core/p-b1b05979.entry.js +0 -2
  934. package/dist/core/p-b1b05979.entry.js.map +0 -1
  935. package/dist/core/p-c6795377.entry.js +0 -2
  936. package/dist/core/p-c6795377.entry.js.map +0 -1
  937. package/dist/core/p-c81109da.entry.js.map +0 -1
  938. package/dist/core/p-cb4d104e.entry.js +0 -2
  939. package/dist/core/p-cb4d104e.entry.js.map +0 -1
  940. package/dist/core/p-d2f89cb5.entry.js +0 -2
  941. package/dist/core/p-d2f89cb5.entry.js.map +0 -1
  942. package/dist/core/p-d43d1ec0.entry.js +0 -2
  943. package/dist/core/p-d43d1ec0.entry.js.map +0 -1
  944. package/dist/core/p-d5829a35.entry.js +0 -2
  945. package/dist/core/p-d5829a35.entry.js.map +0 -1
  946. package/dist/core/p-ddb8d280.entry.js +0 -2
  947. package/dist/core/p-ddb8d280.entry.js.map +0 -1
  948. package/dist/core/p-e0e34fa7.entry.js +0 -2
  949. package/dist/core/p-e0e34fa7.entry.js.map +0 -1
  950. package/dist/core/p-e4b276b5.entry.js +0 -2
  951. package/dist/core/p-e4b276b5.entry.js.map +0 -1
  952. package/dist/core/p-e597da0e.entry.js.map +0 -1
  953. package/dist/core/p-e861a2b3.entry.js.map +0 -1
  954. package/dist/core/p-ea277b05.entry.js +0 -2
  955. package/dist/core/p-ea277b05.entry.js.map +0 -1
  956. package/dist/core/p-ef871b8f.entry.js +0 -2
  957. package/dist/core/p-ef871b8f.entry.js.map +0 -1
  958. package/dist/core/p-f229d19e.entry.js +0 -2
  959. package/dist/core/p-f229d19e.entry.js.map +0 -1
  960. package/dist/core/p-f30f3a3e.entry.js +0 -2
  961. package/dist/core/p-f30f3a3e.entry.js.map +0 -1
  962. package/dist/core/p-fa587e6d.entry.js +0 -2
  963. package/dist/core/p-fa587e6d.entry.js.map +0 -1
  964. package/dist/core/p-fb6ac08d.entry.js +0 -2
  965. package/dist/core/p-fb6ac08d.entry.js.map +0 -1
  966. package/dist/esm/helpers-1c9151ef.js.map +0 -1
  967. /package/dist/core/{p-d8870804.entry.js.map → p-e2cf6e7e.entry.js.map} +0 -0
package/vscode-data.json CHANGED
@@ -38,6 +38,21 @@
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,21 +67,6 @@
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."
@@ -93,6 +93,21 @@
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
  },
@@ -121,7 +136,22 @@
121
136
  },
122
137
  {
123
138
  "name": "show-default-icon",
124
- "description": "If `true`, the default icon for the neutral variant will be appear on the left of the alert."
139
+ "description": "If `true`, the default icon for the neutral variant will appear on the left of the alert."
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
+ ]
125
155
  },
126
156
  {
127
157
  "name": "title-above",
@@ -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",
@@ -359,21 +404,6 @@
359
404
  "name": "accept",
360
405
  "description": "If `fileUpload` is set to `true`, this is the accepted list of file types."
361
406
  },
362
- {
363
- "name": "appearance",
364
- "description": "The appearance of the button, e.g. dark, light, or the default.",
365
- "values": [
366
- {
367
- "name": "dark"
368
- },
369
- {
370
- "name": "default"
371
- },
372
- {
373
- "name": "light"
374
- }
375
- ]
376
- },
377
407
  {
378
408
  "name": "disable-tooltip",
379
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."
@@ -442,6 +472,10 @@
442
472
  "name": "loading",
443
473
  "description": "If `true`, the button will be in loading state."
444
474
  },
475
+ {
476
+ "name": "monochrome",
477
+ "description": "If `true`, the button will display as monochromatic in either `light` or `dark` theme."
478
+ },
445
479
  {
446
480
  "name": "multiple",
447
481
  "description": "If `fileUpload` is set to `true`, this boolean determines whether multiple files are accepted."
@@ -499,6 +533,21 @@
499
533
  "name": "target",
500
534
  "description": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe)."
501
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
+ },
502
551
  {
503
552
  "name": "tooltip-placement",
504
553
  "description": "The position of the tooltip in relation to the button.",
@@ -651,6 +700,21 @@
651
700
  {
652
701
  "name": "target",
653
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
+ ]
654
718
  }
655
719
  ]
656
720
  },
@@ -675,7 +739,7 @@
675
739
  },
676
740
  {
677
741
  "name": "checked",
678
- "description": "If `true`, the checkbox will be set to the checked state."
742
+ "description": "If `true`, the checkbox will be set to the checked state. This is only the initial state and will be updated to unchecked if the checkbox is clicked."
679
743
  },
680
744
  {
681
745
  "name": "disabled",
@@ -728,6 +792,21 @@
728
792
  }
729
793
  ]
730
794
  },
795
+ {
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
+ ]
809
+ },
731
810
  {
732
811
  "name": "value",
733
812
  "description": "The value for the checkbox."
@@ -780,6 +859,21 @@
780
859
  }
781
860
  ]
782
861
  },
862
+ {
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
+ ]
876
+ },
783
877
  {
784
878
  "name": "validation-status",
785
879
  "description": "The validation status - e.g. 'error' | 'warning' | 'success'.",
@@ -810,12 +904,16 @@
810
904
  "attributes": [
811
905
  {
812
906
  "name": "custom-color",
813
- "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)\"."
814
908
  },
815
909
  {
816
910
  "name": "disabled",
817
911
  "description": "If `true`, the chip will appear disabled."
818
912
  },
913
+ {
914
+ "name": "dismiss-label",
915
+ "description": "The text in the dismiss button tooltip and aria label."
916
+ },
819
917
  {
820
918
  "name": "dismissible",
821
919
  "description": "If `true`, the chip will have a close button at the end to dismiss it."
@@ -839,9 +937,24 @@
839
937
  }
840
938
  ]
841
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
+ },
842
955
  {
843
956
  "name": "transparent-background",
844
- "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."
845
958
  },
846
959
  {
847
960
  "name": "variant",
@@ -996,7 +1109,7 @@
996
1109
  "attributes": [
997
1110
  {
998
1111
  "name": "buttons",
999
- "description": "If set to `false`, default buttons or slotted dialog controls will not be displayed."
1112
+ "description": "If set to `false`, default buttons will not be shown, but slotted dialog controls will still be displayed."
1000
1113
  },
1001
1114
  {
1002
1115
  "name": "close-on-backdrop-click",
@@ -1004,7 +1117,7 @@
1004
1117
  },
1005
1118
  {
1006
1119
  "name": "destructive",
1007
- "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."
1008
1121
  },
1009
1122
  {
1010
1123
  "name": "disable-height-constraint",
@@ -1048,6 +1161,21 @@
1048
1161
  "name": "small"
1049
1162
  }
1050
1163
  ]
1164
+ },
1165
+ {
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.",
1168
+ "values": [
1169
+ {
1170
+ "name": "dark"
1171
+ },
1172
+ {
1173
+ "name": "inherit"
1174
+ },
1175
+ {
1176
+ "name": "light"
1177
+ }
1178
+ ]
1051
1179
  }
1052
1180
  ]
1053
1181
  },
@@ -1057,7 +1185,97 @@
1057
1185
  "kind": "markdown",
1058
1186
  "value": ""
1059
1187
  },
1060
- "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
+ ]
1061
1279
  },
1062
1280
  {
1063
1281
  "name": "ic-empty-state",
@@ -1111,6 +1329,21 @@
1111
1329
  {
1112
1330
  "name": "subheading",
1113
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
+ ]
1114
1347
  }
1115
1348
  ]
1116
1349
  },
@@ -1350,18 +1583,6 @@
1350
1583
  "value": ""
1351
1584
  },
1352
1585
  "attributes": [
1353
- {
1354
- "name": "appearance",
1355
- "description": "The appearance of the input component container.",
1356
- "values": [
1357
- {
1358
- "name": "dark"
1359
- },
1360
- {
1361
- "name": "default"
1362
- }
1363
- ]
1364
- },
1365
1586
  {
1366
1587
  "name": "disabled",
1367
1588
  "description": "If `true`, the disabled state will be set."
@@ -1438,18 +1659,6 @@
1438
1659
  "value": ""
1439
1660
  },
1440
1661
  "attributes": [
1441
- {
1442
- "name": "appearance",
1443
- "description": "The appearance of the input label.",
1444
- "values": [
1445
- {
1446
- "name": "dark"
1447
- },
1448
- {
1449
- "name": "default"
1450
- }
1451
- ]
1452
- },
1453
1662
  {
1454
1663
  "name": "disabled",
1455
1664
  "description": "If `true`, the disabled state will be set."
@@ -1462,6 +1671,10 @@
1462
1671
  "name": "helper-text",
1463
1672
  "description": "The helper text that will be displayed."
1464
1673
  },
1674
+ {
1675
+ "name": "hide-label",
1676
+ "description": "The label will be visually hidden."
1677
+ },
1465
1678
  {
1466
1679
  "name": "label",
1467
1680
  "description": "The text content of the label."
@@ -1618,18 +1831,6 @@
1618
1831
  "value": ""
1619
1832
  },
1620
1833
  "attributes": [
1621
- {
1622
- "name": "appearance",
1623
- "description": "The appearance of the loading indicator, e.g. dark or light.",
1624
- "values": [
1625
- {
1626
- "name": "dark"
1627
- },
1628
- {
1629
- "name": "light"
1630
- }
1631
- ]
1632
- },
1633
1834
  {
1634
1835
  "name": "description",
1635
1836
  "description": "The description that will be set as the aria-label of the loading indicator when not using a visible label."
@@ -1654,6 +1855,10 @@
1654
1855
  "name": "min",
1655
1856
  "description": "The minimum value that the progress value can take.\nUsed to calculate the proportional width of the progress bar."
1656
1857
  },
1858
+ {
1859
+ "name": "monochrome",
1860
+ "description": "If `true`, the element will display as black and white."
1861
+ },
1657
1862
  {
1658
1863
  "name": "progress",
1659
1864
  "description": "The current amount of progress made.\nIf not provided, component acts as an indeterminate loading indicator."
@@ -1676,6 +1881,21 @@
1676
1881
  }
1677
1882
  ]
1678
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"
1890
+ },
1891
+ {
1892
+ "name": "inherit"
1893
+ },
1894
+ {
1895
+ "name": "light"
1896
+ }
1897
+ ]
1898
+ },
1679
1899
  {
1680
1900
  "name": "type",
1681
1901
  "description": "The type of indicator, either linear or circular.",
@@ -1709,6 +1929,10 @@
1709
1929
  }
1710
1930
  ]
1711
1931
  },
1932
+ {
1933
+ "name": "close-on-select",
1934
+ "description": "If `true`, the menu will close when an option is selected."
1935
+ },
1712
1936
  {
1713
1937
  "name": "full-width",
1714
1938
  "description": "If `true`, the menu will fill the width of the container."
@@ -1743,7 +1967,7 @@
1743
1967
  },
1744
1968
  {
1745
1969
  "name": "size",
1746
- "description": "The size of the menu component.",
1970
+ "description": "The size of the menu.",
1747
1971
  "values": [
1748
1972
  {
1749
1973
  "name": "large"
@@ -1758,7 +1982,7 @@
1758
1982
  },
1759
1983
  {
1760
1984
  "name": "value",
1761
- "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)."
1762
1986
  },
1763
1987
  {
1764
1988
  "name": "value-field",
@@ -1786,6 +2010,10 @@
1786
2010
  "value": ""
1787
2011
  },
1788
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
+ },
1789
2017
  {
1790
2018
  "name": "description",
1791
2019
  "description": "The description displayed in the menu item, below the label."
@@ -1803,7 +2031,7 @@
1803
2031
  "description": "The human language of the linked URL."
1804
2032
  },
1805
2033
  {
1806
- "name": "keyboard-shortcut",
2034
+ "name": "keyboard-shortcut-label",
1807
2035
  "description": "The label describing the keyboard shortcut for a menu item's action."
1808
2036
  },
1809
2037
  {
@@ -1929,6 +2157,21 @@
1929
2157
  {
1930
2158
  "name": "target",
1931
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
+ ]
1932
2175
  }
1933
2176
  ]
1934
2177
  },
@@ -1946,6 +2189,21 @@
1946
2189
  {
1947
2190
  "name": "label",
1948
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
+ ]
1949
2207
  }
1950
2208
  ]
1951
2209
  },
@@ -2013,6 +2271,21 @@
2013
2271
  {
2014
2272
  "name": "target",
2015
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
+ ]
2016
2289
  }
2017
2290
  ]
2018
2291
  },
@@ -2027,6 +2300,21 @@
2027
2300
  "name": "status",
2028
2301
  "description": "The status info to display."
2029
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
+ },
2030
2318
  {
2031
2319
  "name": "version",
2032
2320
  "description": "The version info to display."
@@ -2090,6 +2378,21 @@
2090
2378
  {
2091
2379
  "name": "subheading",
2092
2380
  "description": "The subtitle to render on the page header."
2381
+ },
2382
+ {
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.",
2385
+ "values": [
2386
+ {
2387
+ "name": "dark"
2388
+ },
2389
+ {
2390
+ "name": "inherit"
2391
+ },
2392
+ {
2393
+ "name": "light"
2394
+ }
2395
+ ]
2093
2396
  }
2094
2397
  ]
2095
2398
  },
@@ -2104,21 +2407,6 @@
2104
2407
  "name": "adjacent-page-count",
2105
2408
  "description": "The number of pages displayed adjacent to the current page when using 'complex' type pagination. Accepted values are 0, 1 & 2."
2106
2409
  },
2107
- {
2108
- "name": "appearance",
2109
- "description": "The appearance of the pagination, e.g. dark, light or the default.",
2110
- "values": [
2111
- {
2112
- "name": "dark"
2113
- },
2114
- {
2115
- "name": "default"
2116
- },
2117
- {
2118
- "name": "light"
2119
- }
2120
- ]
2121
- },
2122
2410
  {
2123
2411
  "name": "boundary-page-count",
2124
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."
@@ -2147,10 +2435,29 @@
2147
2435
  "name": "label",
2148
2436
  "description": "The label for the pagination item (applicable when simple pagination is being used)."
2149
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
+ },
2150
2442
  {
2151
2443
  "name": "pages",
2152
2444
  "description": "The total number of pages."
2153
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
+ },
2154
2461
  {
2155
2462
  "name": "type",
2156
2463
  "description": "The type of pagination to be used.",
@@ -2172,21 +2479,6 @@
2172
2479
  "value": ""
2173
2480
  },
2174
2481
  "attributes": [
2175
- {
2176
- "name": "appearance",
2177
- "description": "The appearance of the pagination, e.g. dark, light or the default.",
2178
- "values": [
2179
- {
2180
- "name": "dark"
2181
- },
2182
- {
2183
- "name": "default"
2184
- },
2185
- {
2186
- "name": "light"
2187
- }
2188
- ]
2189
- },
2190
2482
  {
2191
2483
  "name": "disabled",
2192
2484
  "description": "If `true`, the pagination item will be disabled."
@@ -2195,6 +2487,10 @@
2195
2487
  "name": "label",
2196
2488
  "description": "The label for the pagination item (applicable when simple pagination is being used)."
2197
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
+ },
2198
2494
  {
2199
2495
  "name": "page",
2200
2496
  "description": "The current page number."
@@ -2203,6 +2499,21 @@
2203
2499
  "name": "selected",
2204
2500
  "description": "If `true`, the pagination item will be selected."
2205
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
+ },
2206
2517
  {
2207
2518
  "name": "type",
2208
2519
  "description": "The type of pagination item - 'page' or 'ellipsis'.",
@@ -2238,6 +2549,21 @@
2238
2549
  {
2239
2550
  "name": "submenu-id",
2240
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
+ ]
2241
2567
  }
2242
2568
  ]
2243
2569
  },
@@ -2296,6 +2622,21 @@
2296
2622
  }
2297
2623
  ]
2298
2624
  },
2625
+ {
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
+ ]
2639
+ },
2299
2640
  {
2300
2641
  "name": "validation-status",
2301
2642
  "description": "The validation status - e.g. 'error' | 'warning' | 'success'.",
@@ -2364,6 +2705,21 @@
2364
2705
  "name": "selected",
2365
2706
  "description": "If `true`, the radio option will be displayed in a selected state."
2366
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
+ },
2367
2723
  {
2368
2724
  "name": "value",
2369
2725
  "description": "The value for the radio option."
@@ -2669,6 +3025,21 @@
2669
3025
  "name": "spellcheck",
2670
3026
  "description": "If `true`, the value of the search will have its spelling and grammar checked."
2671
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
+ },
2672
3043
  {
2673
3044
  "name": "timeout",
2674
3045
  "description": "If using external filtering, set a timeout for when loading takes too long."
@@ -2720,7 +3091,7 @@
2720
3091
  "attributes": [
2721
3092
  {
2722
3093
  "name": "debounce",
2723
- "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."
2724
3095
  },
2725
3096
  {
2726
3097
  "name": "disable-auto-filtering",
@@ -2740,7 +3111,7 @@
2740
3111
  },
2741
3112
  {
2742
3113
  "name": "full-width",
2743
- "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."
2744
3115
  },
2745
3116
  {
2746
3117
  "name": "helper-text",
@@ -2774,6 +3145,10 @@
2774
3145
  "name": "loading-label",
2775
3146
  "description": "The message displayed whilst the options are being loaded externally."
2776
3147
  },
3148
+ {
3149
+ "name": "multiple",
3150
+ "description": "If `true`, multiple options can be selected."
3151
+ },
2777
3152
  {
2778
3153
  "name": "name",
2779
3154
  "description": "The name of the control, which is submitted with the form data."
@@ -2804,11 +3179,11 @@
2804
3179
  },
2805
3180
  {
2806
3181
  "name": "searchable",
2807
- "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."
2808
3183
  },
2809
3184
  {
2810
3185
  "name": "select-on-enter",
2811
- "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."
2812
3187
  },
2813
3188
  {
2814
3189
  "name": "show-clear-button",
@@ -2816,7 +3191,7 @@
2816
3191
  },
2817
3192
  {
2818
3193
  "name": "size",
2819
- "description": "The size of the select component.",
3194
+ "description": "The size of the select.",
2820
3195
  "values": [
2821
3196
  {
2822
3197
  "name": "large"
@@ -2829,6 +3204,21 @@
2829
3204
  }
2830
3205
  ]
2831
3206
  },
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
+ },
2832
3222
  {
2833
3223
  "name": "timeout",
2834
3224
  "description": "If using external filtering, set a timeout for when loading takes too long."
@@ -2854,7 +3244,7 @@
2854
3244
  },
2855
3245
  {
2856
3246
  "name": "value",
2857
- "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."
2858
3248
  }
2859
3249
  ]
2860
3250
  },
@@ -2915,11 +3305,14 @@
2915
3305
  },
2916
3306
  "attributes": [
2917
3307
  {
2918
- "name": "appearance",
2919
- "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.",
2920
3310
  "values": [
2921
3311
  {
2922
- "name": "default"
3312
+ "name": "dark"
3313
+ },
3314
+ {
3315
+ "name": "inherit"
2923
3316
  },
2924
3317
  {
2925
3318
  "name": "light"
@@ -3006,6 +3399,10 @@
3006
3399
  }
3007
3400
  ]
3008
3401
  },
3402
+ {
3403
+ "name": "uppercase",
3404
+ "description": "The letter case of the status tag's label."
3405
+ },
3009
3406
  {
3010
3407
  "name": "variant",
3011
3408
  "description": "The emphasis of the status tag.",
@@ -3087,25 +3484,28 @@
3087
3484
  ]
3088
3485
  },
3089
3486
  {
3090
- "name": "appearance",
3091
- "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.",
3092
3497
  "values": [
3093
3498
  {
3094
- "name": "default"
3499
+ "name": "dark"
3500
+ },
3501
+ {
3502
+ "name": "inherit"
3095
3503
  },
3096
3504
  {
3097
3505
  "name": "light"
3098
3506
  }
3099
3507
  ]
3100
3508
  },
3101
- {
3102
- "name": "connector-width",
3103
- "description": "The length of the connector between each step in pixels. Minimum length is 100px."
3104
- },
3105
- {
3106
- "name": "hide-step-info",
3107
- "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."
3108
- },
3109
3509
  {
3110
3510
  "name": "variant",
3111
3511
  "description": "The variant of the stepper.",
@@ -3151,10 +3551,6 @@
3151
3551
  "name": "name",
3152
3552
  "description": "The name of the control, which is submitted with the form data."
3153
3553
  },
3154
- {
3155
- "name": "show-state",
3156
- "description": "If `true`, the switch will render the On/Off state text."
3157
- },
3158
3554
  {
3159
3555
  "name": "size",
3160
3556
  "description": "The size of the switch component.",
@@ -3167,6 +3563,21 @@
3167
3563
  }
3168
3564
  ]
3169
3565
  },
3566
+ {
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
+ ]
3580
+ },
3170
3581
  {
3171
3582
  "name": "value",
3172
3583
  "description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`."
@@ -3266,10 +3677,6 @@
3266
3677
  "value": ""
3267
3678
  },
3268
3679
  "attributes": [
3269
- {
3270
- "name": "auto-focus",
3271
- "description": "If `true`, the form control will have input focus when the page loads."
3272
- },
3273
3680
  {
3274
3681
  "name": "autocapitalize",
3275
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\"."
@@ -3454,6 +3861,10 @@
3454
3861
  }
3455
3862
  ]
3456
3863
  },
3864
+ {
3865
+ "name": "autofocus",
3866
+ "description": "If `true`, the form control will have input focus when the page loads."
3867
+ },
3457
3868
  {
3458
3869
  "name": "debounce",
3459
3870
  "description": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke."
@@ -3572,6 +3983,21 @@
3572
3983
  "name": "spellcheck",
3573
3984
  "description": "If `true`, the value of the text field will have its spelling and grammar checked."
3574
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
+ },
3575
4001
  {
3576
4002
  "name": "type",
3577
4003
  "description": "The type of control to display. The default type is text.",
@@ -3636,8 +4062,8 @@
3636
4062
  },
3637
4063
  "attributes": [
3638
4064
  {
3639
- "name": "color",
3640
- "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)\"."
3641
4067
  },
3642
4068
  {
3643
4069
  "name": "theme",
@@ -3737,21 +4163,6 @@
3737
4163
  "name": "accessible-label",
3738
4164
  "description": "The accessible label that will be applied to the toggle button. This is required for the icon variant of toggle buttons."
3739
4165
  },
3740
- {
3741
- "name": "appearance",
3742
- "description": "The appearance of the toggle button.",
3743
- "values": [
3744
- {
3745
- "name": "dark"
3746
- },
3747
- {
3748
- "name": "default"
3749
- },
3750
- {
3751
- "name": "light"
3752
- }
3753
- ]
3754
- },
3755
4166
  {
3756
4167
  "name": "checked",
3757
4168
  "description": "If `true`, the toggle button will be in a checked state."
@@ -3787,6 +4198,10 @@
3787
4198
  "name": "loading",
3788
4199
  "description": "If `true`, the toggle button will be in loading state."
3789
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
+ },
3790
4205
  {
3791
4206
  "name": "size",
3792
4207
  "description": "The size of the toggle button to be displayed.",
@@ -3802,6 +4217,39 @@
3802
4217
  }
3803
4218
  ]
3804
4219
  },
4220
+ {
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
+ ]
4234
+ },
4235
+ {
4236
+ "name": "tooltip-placement",
4237
+ "description": "The position of the tooltip in relation to the toggle button.",
4238
+ "values": [
4239
+ {
4240
+ "name": "bottom"
4241
+ },
4242
+ {
4243
+ "name": "left"
4244
+ },
4245
+ {
4246
+ "name": "right"
4247
+ },
4248
+ {
4249
+ "name": "top"
4250
+ }
4251
+ ]
4252
+ },
3805
4253
  {
3806
4254
  "name": "variant",
3807
4255
  "description": "The variant of the toggle button.",
@@ -3827,21 +4275,6 @@
3827
4275
  "name": "accessible-label",
3828
4276
  "description": "The accessible label of the toggle button group component to provide context for screen reader users."
3829
4277
  },
3830
- {
3831
- "name": "appearance",
3832
- "description": "The appearance of the toggle button group, e.g dark, or light.",
3833
- "values": [
3834
- {
3835
- "name": "dark"
3836
- },
3837
- {
3838
- "name": "default"
3839
- },
3840
- {
3841
- "name": "light"
3842
- }
3843
- ]
3844
- },
3845
4278
  {
3846
4279
  "name": "disabled",
3847
4280
  "description": "If `true`, the toggle button group will be set to the disabled state."
@@ -3869,6 +4302,10 @@
3869
4302
  "name": "loading",
3870
4303
  "description": "If `true`, the toggle button group will be in loading state."
3871
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
+ },
3872
4309
  {
3873
4310
  "name": "select-method",
3874
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`.",
@@ -3908,6 +4345,39 @@
3908
4345
  }
3909
4346
  ]
3910
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
+ },
4363
+ {
4364
+ "name": "tooltip-placement",
4365
+ "description": "The position of the tooltip in relation to the toggle buttons.",
4366
+ "values": [
4367
+ {
4368
+ "name": "bottom"
4369
+ },
4370
+ {
4371
+ "name": "left"
4372
+ },
4373
+ {
4374
+ "name": "right"
4375
+ },
4376
+ {
4377
+ "name": "top"
4378
+ }
4379
+ ]
4380
+ },
3911
4381
  {
3912
4382
  "name": "variant",
3913
4383
  "description": "The variant of the toggle button.",
@@ -3929,6 +4399,10 @@
3929
4399
  "value": ""
3930
4400
  },
3931
4401
  "attributes": [
4402
+ {
4403
+ "name": "disable-click",
4404
+ "description": "If `true`, the tooltip will not be displayed on click, it will require hover or using the display method."
4405
+ },
3932
4406
  {
3933
4407
  "name": "disable-hover",
3934
4408
  "description": "If `true`, the tooltip will not be displayed on hover, it will require a click."
@@ -4050,6 +4524,21 @@
4050
4524
  "name": "status",
4051
4525
  "description": "The status info to be displayed."
4052
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
+ },
4053
4542
  {
4054
4543
  "name": "version",
4055
4544
  "description": "The version info to be displayed."