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

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 (379) hide show
  1. package/dist/cjs/core.cjs.js +1 -1
  2. package/dist/cjs/ic-alert.cjs.entry.js.map +1 -1
  3. package/dist/cjs/ic-back-to-top.cjs.entry.js +18 -8
  4. package/dist/cjs/ic-back-to-top.cjs.entry.js.map +1 -1
  5. package/dist/cjs/ic-breadcrumb-group.cjs.entry.js.map +1 -1
  6. package/dist/cjs/ic-breadcrumb.cjs.entry.js +1 -1
  7. package/dist/cjs/ic-breadcrumb.cjs.entry.js.map +1 -1
  8. package/dist/cjs/ic-button_3.cjs.entry.js +4 -2
  9. package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
  10. package/dist/cjs/ic-card.cjs.entry.js.map +1 -1
  11. package/dist/cjs/ic-checkbox-group.cjs.entry.js.map +1 -1
  12. package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
  13. package/dist/cjs/ic-classification-banner.cjs.entry.js.map +1 -1
  14. package/dist/cjs/ic-data-entity.cjs.entry.js.map +1 -1
  15. package/dist/cjs/ic-data-row.cjs.entry.js.map +1 -1
  16. package/dist/cjs/ic-footer-link-group.cjs.entry.js.map +1 -1
  17. package/dist/cjs/ic-footer-link.cjs.entry.js +1 -1
  18. package/dist/cjs/ic-footer-link.cjs.entry.js.map +1 -1
  19. package/dist/cjs/ic-footer.cjs.entry.js.map +1 -1
  20. package/dist/cjs/ic-hero.cjs.entry.js.map +1 -1
  21. package/dist/cjs/ic-input-component-container_3.cjs.entry.js +4 -3
  22. package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +1 -1
  23. package/dist/cjs/ic-input-label_2.cjs.entry.js.map +1 -1
  24. package/dist/cjs/ic-link.cjs.entry.js.map +1 -1
  25. package/dist/cjs/ic-navigation-button.cjs.entry.js.map +1 -1
  26. package/dist/cjs/ic-navigation-group.cjs.entry.js.map +1 -1
  27. package/dist/cjs/ic-navigation-item.cjs.entry.js.map +1 -1
  28. package/dist/cjs/ic-navigation-menu.cjs.entry.js.map +1 -1
  29. package/dist/cjs/ic-page-header.cjs.entry.js.map +1 -1
  30. package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
  31. package/dist/cjs/ic-radio-option.cjs.entry.js +0 -1
  32. package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
  33. package/dist/cjs/ic-search-bar.cjs.entry.js +16 -2
  34. package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
  35. package/dist/cjs/ic-section-container.cjs.entry.js.map +1 -1
  36. package/dist/cjs/ic-select.cjs.entry.js +1 -6
  37. package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
  38. package/dist/cjs/ic-side-navigation.cjs.entry.js +8 -4
  39. package/dist/cjs/ic-side-navigation.cjs.entry.js.map +1 -1
  40. package/dist/cjs/ic-skeleton.cjs.entry.js +1 -1
  41. package/dist/cjs/ic-skeleton.cjs.entry.js.map +1 -1
  42. package/dist/cjs/ic-status-tag.cjs.entry.js.map +1 -1
  43. package/dist/cjs/ic-step.cjs.entry.js.map +1 -1
  44. package/dist/cjs/ic-stepper.cjs.entry.js.map +1 -1
  45. package/dist/cjs/ic-switch.cjs.entry.js +1 -1
  46. package/dist/cjs/ic-switch.cjs.entry.js.map +1 -1
  47. package/dist/cjs/ic-tab-context.cjs.entry.js.map +1 -1
  48. package/dist/cjs/ic-tab-group.cjs.entry.js.map +1 -1
  49. package/dist/cjs/ic-tab-panel.cjs.entry.js.map +1 -1
  50. package/dist/cjs/ic-tab.cjs.entry.js.map +1 -1
  51. package/dist/cjs/ic-text-field.cjs.entry.js.map +1 -1
  52. package/dist/cjs/ic-theme.cjs.entry.js.map +1 -1
  53. package/dist/cjs/ic-top-navigation.cjs.entry.js.map +1 -1
  54. package/dist/cjs/ic-typography.cjs.entry.js.map +1 -1
  55. package/dist/cjs/loader.cjs.js +1 -1
  56. package/dist/collection/components/ic-alert/ic-alert.js +7 -7
  57. package/dist/collection/components/ic-alert/ic-alert.js.map +1 -1
  58. package/dist/collection/components/ic-back-to-top/ic-back-to-top.css +1 -1
  59. package/dist/collection/components/ic-back-to-top/ic-back-to-top.js +17 -7
  60. package/dist/collection/components/ic-back-to-top/ic-back-to-top.js.map +1 -1
  61. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.css +1 -1
  62. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js +4 -4
  63. package/dist/collection/components/ic-breadcrumb/ic-breadcrumb.js.map +1 -1
  64. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js +2 -2
  65. package/dist/collection/components/ic-breadcrumb-group/ic-breadcrumb-group.js.map +1 -1
  66. package/dist/collection/components/ic-button/ic-button.js +11 -11
  67. package/dist/collection/components/ic-button/ic-button.js.map +1 -1
  68. package/dist/collection/components/ic-card/ic-card.js +8 -8
  69. package/dist/collection/components/ic-card/ic-card.js.map +1 -1
  70. package/dist/collection/components/ic-checkbox/ic-checkbox.js +9 -9
  71. package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
  72. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +9 -9
  73. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js.map +1 -1
  74. package/dist/collection/components/ic-classification-banner/ic-classification-banner.js +5 -5
  75. package/dist/collection/components/ic-classification-banner/ic-classification-banner.js.map +1 -1
  76. package/dist/collection/components/ic-data-entity/ic-data-entity.js +2 -2
  77. package/dist/collection/components/ic-data-entity/ic-data-entity.js.map +1 -1
  78. package/dist/collection/components/ic-data-row/ic-data-row.js +3 -3
  79. package/dist/collection/components/ic-data-row/ic-data-row.js.map +1 -1
  80. package/dist/collection/components/ic-footer/ic-footer.js +10 -10
  81. package/dist/collection/components/ic-footer/ic-footer.js.map +1 -1
  82. package/dist/collection/components/ic-footer-link/ic-footer-link.css +7 -1
  83. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.js +1 -1
  84. package/dist/collection/components/ic-footer-link-group/ic-footer-link-group.js.map +1 -1
  85. package/dist/collection/components/ic-hero/ic-hero.js +9 -9
  86. package/dist/collection/components/ic-hero/ic-hero.js.map +1 -1
  87. package/dist/collection/components/ic-input-component-container/ic-input-component-container.js +8 -8
  88. package/dist/collection/components/ic-input-component-container/ic-input-component-container.js.map +1 -1
  89. package/dist/collection/components/ic-input-container/ic-input-container.js +2 -2
  90. package/dist/collection/components/ic-input-container/ic-input-container.js.map +1 -1
  91. package/dist/collection/components/ic-input-label/ic-input-label.js +8 -8
  92. package/dist/collection/components/ic-input-label/ic-input-label.js.map +1 -1
  93. package/dist/collection/components/ic-input-validation/ic-input-validation.js +5 -5
  94. package/dist/collection/components/ic-input-validation/ic-input-validation.js.map +1 -1
  95. package/dist/collection/components/ic-link/ic-link.js +6 -6
  96. package/dist/collection/components/ic-link/ic-link.js.map +1 -1
  97. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js +6 -4
  98. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js.map +1 -1
  99. package/dist/collection/components/ic-menu/ic-menu.css +1 -1
  100. package/dist/collection/components/ic-menu/ic-menu.js +13 -12
  101. package/dist/collection/components/ic-menu/ic-menu.js.map +1 -1
  102. package/dist/collection/components/ic-navigation-button/ic-navigation-button.js +4 -4
  103. package/dist/collection/components/ic-navigation-button/ic-navigation-button.js.map +1 -1
  104. package/dist/collection/components/ic-navigation-group/ic-navigation-group.js +2 -2
  105. package/dist/collection/components/ic-navigation-group/ic-navigation-group.js.map +1 -1
  106. package/dist/collection/components/ic-navigation-item/ic-navigation-item.js +6 -6
  107. package/dist/collection/components/ic-navigation-item/ic-navigation-item.js.map +1 -1
  108. package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js +2 -2
  109. package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js.map +1 -1
  110. package/dist/collection/components/ic-page-header/ic-page-header.css +1 -0
  111. package/dist/collection/components/ic-page-header/ic-page-header.js +8 -8
  112. package/dist/collection/components/ic-page-header/ic-page-header.js.map +1 -1
  113. package/dist/collection/components/ic-radio-group/ic-radio-group.js +9 -9
  114. package/dist/collection/components/ic-radio-group/ic-radio-group.js.map +1 -1
  115. package/dist/collection/components/ic-radio-option/ic-radio-option.js +8 -23
  116. package/dist/collection/components/ic-radio-option/ic-radio-option.js.map +1 -1
  117. package/dist/collection/components/ic-search-bar/ic-search-bar.js +40 -25
  118. package/dist/collection/components/ic-search-bar/ic-search-bar.js.map +1 -1
  119. package/dist/collection/components/ic-section-container/ic-section-container.js +2 -2
  120. package/dist/collection/components/ic-section-container/ic-section-container.js.map +1 -1
  121. package/dist/collection/components/ic-select/ic-select.js +19 -24
  122. package/dist/collection/components/ic-select/ic-select.js.map +1 -1
  123. package/dist/collection/components/ic-side-navigation/ic-side-navigation.css +5 -13
  124. package/dist/collection/components/ic-side-navigation/ic-side-navigation.js +19 -15
  125. package/dist/collection/components/ic-side-navigation/ic-side-navigation.js.map +1 -1
  126. package/dist/collection/components/ic-skeleton/ic-skeleton.css +1 -1
  127. package/dist/collection/components/ic-skeleton/ic-skeleton.js +2 -2
  128. package/dist/collection/components/ic-skeleton/ic-skeleton.js.map +1 -1
  129. package/dist/collection/components/ic-status-tag/ic-status-tag.js +1 -1
  130. package/dist/collection/components/ic-status-tag/ic-status-tag.js.map +1 -1
  131. package/dist/collection/components/ic-step/ic-step.js +5 -5
  132. package/dist/collection/components/ic-step/ic-step.js.map +1 -1
  133. package/dist/collection/components/ic-stepper/ic-stepper.js +1 -1
  134. package/dist/collection/components/ic-stepper/ic-stepper.js.map +1 -1
  135. package/dist/collection/components/ic-switch/ic-switch.css +1 -1
  136. package/dist/collection/components/ic-switch/ic-switch.js +7 -7
  137. package/dist/collection/components/ic-switch/ic-switch.js.map +1 -1
  138. package/dist/collection/components/ic-tab/ic-tab.js +5 -5
  139. package/dist/collection/components/ic-tab/ic-tab.js.map +1 -1
  140. package/dist/collection/components/ic-tab-context/ic-tab-context.js +3 -3
  141. package/dist/collection/components/ic-tab-context/ic-tab-context.js.map +1 -1
  142. package/dist/collection/components/ic-tab-group/ic-tab-group.js +4 -4
  143. package/dist/collection/components/ic-tab-group/ic-tab-group.js.map +1 -1
  144. package/dist/collection/components/ic-tab-panel/ic-tab-panel.js +2 -2
  145. package/dist/collection/components/ic-tab-panel/ic-tab-panel.js.map +1 -1
  146. package/dist/collection/components/ic-text-field/ic-text-field.js +26 -26
  147. package/dist/collection/components/ic-text-field/ic-text-field.js.map +1 -1
  148. package/dist/collection/components/ic-theme/ic-theme.js +1 -1
  149. package/dist/collection/components/ic-theme/ic-theme.js.map +1 -1
  150. package/dist/collection/components/ic-top-navigation/ic-top-navigation.js +6 -6
  151. package/dist/collection/components/ic-top-navigation/ic-top-navigation.js.map +1 -1
  152. package/dist/collection/components/ic-typography/ic-typography.js +1 -1
  153. package/dist/collection/components/ic-typography/ic-typography.js.map +1 -1
  154. package/dist/collection/testspec.setup.js.map +1 -1
  155. package/dist/components/ic-alert.js.map +1 -1
  156. package/dist/components/ic-back-to-top.js +18 -8
  157. package/dist/components/ic-back-to-top.js.map +1 -1
  158. package/dist/components/ic-breadcrumb-group.js.map +1 -1
  159. package/dist/components/ic-breadcrumb2.js +1 -1
  160. package/dist/components/ic-breadcrumb2.js.map +1 -1
  161. package/dist/components/ic-button2.js +1 -1
  162. package/dist/components/ic-button2.js.map +1 -1
  163. package/dist/components/ic-card.js.map +1 -1
  164. package/dist/components/ic-checkbox-group.js.map +1 -1
  165. package/dist/components/ic-checkbox.js.map +1 -1
  166. package/dist/components/ic-classification-banner.js.map +1 -1
  167. package/dist/components/ic-data-entity.js.map +1 -1
  168. package/dist/components/ic-data-row.js.map +1 -1
  169. package/dist/components/ic-footer-link-group.js.map +1 -1
  170. package/dist/components/ic-footer-link.js +1 -1
  171. package/dist/components/ic-footer-link.js.map +1 -1
  172. package/dist/components/ic-footer.js.map +1 -1
  173. package/dist/components/ic-hero.js.map +1 -1
  174. package/dist/components/ic-input-component-container2.js.map +1 -1
  175. package/dist/components/ic-input-container2.js.map +1 -1
  176. package/dist/components/ic-input-label2.js.map +1 -1
  177. package/dist/components/ic-input-validation2.js.map +1 -1
  178. package/dist/components/ic-link2.js.map +1 -1
  179. package/dist/components/ic-loading-indicator2.js +3 -1
  180. package/dist/components/ic-loading-indicator2.js.map +1 -1
  181. package/dist/components/ic-menu2.js +4 -3
  182. package/dist/components/ic-menu2.js.map +1 -1
  183. package/dist/components/ic-navigation-button.js.map +1 -1
  184. package/dist/components/ic-navigation-group.js.map +1 -1
  185. package/dist/components/ic-navigation-item.js.map +1 -1
  186. package/dist/components/ic-navigation-menu2.js.map +1 -1
  187. package/dist/components/ic-page-header.js.map +1 -1
  188. package/dist/components/ic-radio-group.js.map +1 -1
  189. package/dist/components/ic-radio-option.js +0 -1
  190. package/dist/components/ic-radio-option.js.map +1 -1
  191. package/dist/components/ic-search-bar.js +17 -2
  192. package/dist/components/ic-search-bar.js.map +1 -1
  193. package/dist/components/ic-section-container2.js.map +1 -1
  194. package/dist/components/ic-select.js +1 -6
  195. package/dist/components/ic-select.js.map +1 -1
  196. package/dist/components/ic-side-navigation.js +8 -4
  197. package/dist/components/ic-side-navigation.js.map +1 -1
  198. package/dist/components/ic-skeleton.js +1 -1
  199. package/dist/components/ic-skeleton.js.map +1 -1
  200. package/dist/components/ic-status-tag.js.map +1 -1
  201. package/dist/components/ic-step.js.map +1 -1
  202. package/dist/components/ic-stepper.js.map +1 -1
  203. package/dist/components/ic-switch.js +1 -1
  204. package/dist/components/ic-switch.js.map +1 -1
  205. package/dist/components/ic-tab-context.js.map +1 -1
  206. package/dist/components/ic-tab-group.js.map +1 -1
  207. package/dist/components/ic-tab-panel.js.map +1 -1
  208. package/dist/components/ic-tab.js.map +1 -1
  209. package/dist/components/ic-text-field2.js.map +1 -1
  210. package/dist/components/ic-theme.js.map +1 -1
  211. package/dist/components/ic-top-navigation.js.map +1 -1
  212. package/dist/components/ic-typography2.js.map +1 -1
  213. package/dist/core/core.esm.js +1 -1
  214. package/dist/core/core.esm.js.map +1 -1
  215. package/dist/core/p-001651fc.entry.js +2 -0
  216. package/dist/core/p-001651fc.entry.js.map +1 -0
  217. package/dist/core/p-0118400b.entry.js.map +1 -1
  218. package/dist/core/p-07cd789d.entry.js.map +1 -1
  219. package/dist/core/p-0b125f26.entry.js.map +1 -1
  220. package/dist/core/p-10da19d2.entry.js.map +1 -1
  221. package/dist/core/p-272c7abd.entry.js.map +1 -1
  222. package/dist/core/p-2b5c9143.entry.js +2 -0
  223. package/dist/core/p-2b5c9143.entry.js.map +1 -0
  224. package/dist/core/{p-33a45ace.entry.js → p-2e9f3011.entry.js} +2 -2
  225. package/dist/core/p-2e9f3011.entry.js.map +1 -0
  226. package/dist/core/p-2f114521.entry.js.map +1 -1
  227. package/dist/core/p-347ec49e.entry.js.map +1 -1
  228. package/dist/core/p-39ae284e.entry.js.map +1 -1
  229. package/dist/core/{p-e590f1d2.entry.js → p-4c72f3a9.entry.js} +2 -2
  230. package/dist/core/{p-e590f1d2.entry.js.map → p-4c72f3a9.entry.js.map} +1 -1
  231. package/dist/core/p-558552f8.entry.js.map +1 -1
  232. package/dist/core/{p-ae81dffa.entry.js → p-5831bb8e.entry.js} +2 -2
  233. package/dist/core/p-5831bb8e.entry.js.map +1 -0
  234. package/dist/core/p-5e261268.entry.js.map +1 -1
  235. package/dist/core/p-60ffb73e.entry.js.map +1 -1
  236. package/dist/core/p-69650186.entry.js.map +1 -1
  237. package/dist/core/p-6b34d98f.entry.js.map +1 -1
  238. package/dist/core/p-6be5e06b.entry.js.map +1 -1
  239. package/dist/core/p-6d0eaaeb.entry.js.map +1 -1
  240. package/dist/core/p-6f6bd657.entry.js.map +1 -1
  241. package/dist/core/{p-1337db5e.entry.js → p-6fba90ee.entry.js} +2 -2
  242. package/dist/core/p-6fba90ee.entry.js.map +1 -0
  243. package/dist/core/p-7093d214.entry.js.map +1 -1
  244. package/dist/core/p-7577c6a3.entry.js.map +1 -1
  245. package/dist/core/p-7b39977f.entry.js.map +1 -1
  246. package/dist/core/{p-8ddeb574.entry.js → p-7f04e382.entry.js} +2 -2
  247. package/dist/core/{p-8ddeb574.entry.js.map → p-7f04e382.entry.js.map} +1 -1
  248. package/dist/core/p-7f632414.entry.js.map +1 -1
  249. package/dist/core/{p-b5a988c0.entry.js → p-88b15005.entry.js} +2 -2
  250. package/dist/core/p-88b15005.entry.js.map +1 -0
  251. package/dist/core/p-898607d0.entry.js.map +1 -1
  252. package/dist/core/p-9cd04875.entry.js.map +1 -1
  253. package/dist/core/{p-02799e26.entry.js → p-a2d3e955.entry.js} +2 -2
  254. package/dist/core/{p-02799e26.entry.js.map → p-a2d3e955.entry.js.map} +1 -1
  255. package/dist/core/p-ac43322e.entry.js.map +1 -1
  256. package/dist/core/p-b3dec76d.entry.js.map +1 -1
  257. package/dist/core/p-c4d3c18c.entry.js.map +1 -1
  258. package/dist/core/p-c6dd4f47.entry.js.map +1 -1
  259. package/dist/core/p-cadb531f.entry.js.map +1 -1
  260. package/dist/core/p-cc83692e.entry.js.map +1 -1
  261. package/dist/core/{p-1721bcf3.entry.js → p-cf5e8a55.entry.js} +2 -2
  262. package/dist/core/p-cf5e8a55.entry.js.map +1 -0
  263. package/dist/core/p-dd3c3e3c.entry.js.map +1 -1
  264. package/dist/core/{p-df5caf13.entry.js → p-e4551421.entry.js} +2 -2
  265. package/dist/core/{p-df5caf13.entry.js.map → p-e4551421.entry.js.map} +1 -1
  266. package/dist/core/p-e93e9aa3.entry.js.map +1 -1
  267. package/dist/core/p-ecfb2e6b.entry.js.map +1 -1
  268. package/dist/esm/core.js +1 -1
  269. package/dist/esm/ic-alert.entry.js.map +1 -1
  270. package/dist/esm/ic-back-to-top.entry.js +18 -8
  271. package/dist/esm/ic-back-to-top.entry.js.map +1 -1
  272. package/dist/esm/ic-breadcrumb-group.entry.js.map +1 -1
  273. package/dist/esm/ic-breadcrumb.entry.js +1 -1
  274. package/dist/esm/ic-breadcrumb.entry.js.map +1 -1
  275. package/dist/esm/ic-button_3.entry.js +4 -2
  276. package/dist/esm/ic-button_3.entry.js.map +1 -1
  277. package/dist/esm/ic-card.entry.js.map +1 -1
  278. package/dist/esm/ic-checkbox-group.entry.js.map +1 -1
  279. package/dist/esm/ic-checkbox.entry.js.map +1 -1
  280. package/dist/esm/ic-classification-banner.entry.js.map +1 -1
  281. package/dist/esm/ic-data-entity.entry.js.map +1 -1
  282. package/dist/esm/ic-data-row.entry.js.map +1 -1
  283. package/dist/esm/ic-footer-link-group.entry.js.map +1 -1
  284. package/dist/esm/ic-footer-link.entry.js +1 -1
  285. package/dist/esm/ic-footer-link.entry.js.map +1 -1
  286. package/dist/esm/ic-footer.entry.js.map +1 -1
  287. package/dist/esm/ic-hero.entry.js.map +1 -1
  288. package/dist/esm/ic-input-component-container_3.entry.js +4 -3
  289. package/dist/esm/ic-input-component-container_3.entry.js.map +1 -1
  290. package/dist/esm/ic-input-label_2.entry.js.map +1 -1
  291. package/dist/esm/ic-link.entry.js.map +1 -1
  292. package/dist/esm/ic-navigation-button.entry.js.map +1 -1
  293. package/dist/esm/ic-navigation-group.entry.js.map +1 -1
  294. package/dist/esm/ic-navigation-item.entry.js.map +1 -1
  295. package/dist/esm/ic-navigation-menu.entry.js.map +1 -1
  296. package/dist/esm/ic-page-header.entry.js.map +1 -1
  297. package/dist/esm/ic-radio-group.entry.js.map +1 -1
  298. package/dist/esm/ic-radio-option.entry.js +0 -1
  299. package/dist/esm/ic-radio-option.entry.js.map +1 -1
  300. package/dist/esm/ic-search-bar.entry.js +16 -2
  301. package/dist/esm/ic-search-bar.entry.js.map +1 -1
  302. package/dist/esm/ic-section-container.entry.js.map +1 -1
  303. package/dist/esm/ic-select.entry.js +1 -6
  304. package/dist/esm/ic-select.entry.js.map +1 -1
  305. package/dist/esm/ic-side-navigation.entry.js +8 -4
  306. package/dist/esm/ic-side-navigation.entry.js.map +1 -1
  307. package/dist/esm/ic-skeleton.entry.js +1 -1
  308. package/dist/esm/ic-skeleton.entry.js.map +1 -1
  309. package/dist/esm/ic-status-tag.entry.js.map +1 -1
  310. package/dist/esm/ic-step.entry.js.map +1 -1
  311. package/dist/esm/ic-stepper.entry.js.map +1 -1
  312. package/dist/esm/ic-switch.entry.js +1 -1
  313. package/dist/esm/ic-switch.entry.js.map +1 -1
  314. package/dist/esm/ic-tab-context.entry.js.map +1 -1
  315. package/dist/esm/ic-tab-group.entry.js.map +1 -1
  316. package/dist/esm/ic-tab-panel.entry.js.map +1 -1
  317. package/dist/esm/ic-tab.entry.js.map +1 -1
  318. package/dist/esm/ic-text-field.entry.js.map +1 -1
  319. package/dist/esm/ic-theme.entry.js.map +1 -1
  320. package/dist/esm/ic-top-navigation.entry.js.map +1 -1
  321. package/dist/esm/ic-typography.entry.js.map +1 -1
  322. package/dist/esm/loader.js +1 -1
  323. package/dist/types/components/ic-alert/ic-alert.d.ts +7 -7
  324. package/dist/types/components/ic-back-to-top/ic-back-to-top.d.ts +1 -0
  325. package/dist/types/components/ic-breadcrumb/ic-breadcrumb.d.ts +5 -5
  326. package/dist/types/components/ic-breadcrumb-group/ic-breadcrumb-group.d.ts +2 -2
  327. package/dist/types/components/ic-button/ic-button.d.ts +10 -10
  328. package/dist/types/components/ic-card/ic-card.d.ts +8 -8
  329. package/dist/types/components/ic-checkbox/ic-checkbox.d.ts +9 -9
  330. package/dist/types/components/ic-checkbox-group/ic-checkbox-group.d.ts +9 -9
  331. package/dist/types/components/ic-classification-banner/ic-classification-banner.d.ts +5 -5
  332. package/dist/types/components/ic-data-entity/ic-data-entity.d.ts +2 -2
  333. package/dist/types/components/ic-data-row/ic-data-row.d.ts +3 -3
  334. package/dist/types/components/ic-footer/ic-footer.d.ts +10 -10
  335. package/dist/types/components/ic-footer-link-group/ic-footer-link-group.d.ts +1 -1
  336. package/dist/types/components/ic-hero/ic-hero.d.ts +9 -9
  337. package/dist/types/components/ic-input-component-container/ic-input-component-container.d.ts +8 -8
  338. package/dist/types/components/ic-input-container/ic-input-container.d.ts +2 -2
  339. package/dist/types/components/ic-input-label/ic-input-label.d.ts +8 -8
  340. package/dist/types/components/ic-input-validation/ic-input-validation.d.ts +5 -5
  341. package/dist/types/components/ic-link/ic-link.d.ts +6 -6
  342. package/dist/types/components/ic-loading-indicator/ic-loading-indicator.d.ts +3 -3
  343. package/dist/types/components/ic-menu/ic-menu.d.ts +10 -10
  344. package/dist/types/components/ic-navigation-button/ic-navigation-button.d.ts +5 -5
  345. package/dist/types/components/ic-navigation-group/ic-navigation-group.d.ts +2 -2
  346. package/dist/types/components/ic-navigation-item/ic-navigation-item.d.ts +6 -6
  347. package/dist/types/components/ic-navigation-menu/ic-navigation-menu.d.ts +2 -2
  348. package/dist/types/components/ic-page-header/ic-page-header.d.ts +10 -8
  349. package/dist/types/components/ic-radio-group/ic-radio-group.d.ts +10 -10
  350. package/dist/types/components/ic-radio-option/ic-radio-option.d.ts +10 -12
  351. package/dist/types/components/ic-search-bar/ic-search-bar.d.ts +26 -23
  352. package/dist/types/components/ic-section-container/ic-section-container.d.ts +2 -2
  353. package/dist/types/components/ic-select/ic-select.d.ts +18 -18
  354. package/dist/types/components/ic-side-navigation/ic-side-navigation.d.ts +12 -12
  355. package/dist/types/components/ic-skeleton/ic-skeleton.d.ts +2 -2
  356. package/dist/types/components/ic-status-tag/ic-status-tag.d.ts +1 -1
  357. package/dist/types/components/ic-step/ic-step.d.ts +5 -5
  358. package/dist/types/components/ic-stepper/ic-stepper.d.ts +1 -1
  359. package/dist/types/components/ic-switch/ic-switch.d.ts +7 -7
  360. package/dist/types/components/ic-tab/ic-tab.d.ts +5 -5
  361. package/dist/types/components/ic-tab-context/ic-tab-context.d.ts +3 -3
  362. package/dist/types/components/ic-tab-group/ic-tab-group.d.ts +4 -4
  363. package/dist/types/components/ic-tab-panel/ic-tab-panel.d.ts +2 -2
  364. package/dist/types/components/ic-text-field/ic-text-field.d.ts +30 -30
  365. package/dist/types/components/ic-theme/ic-theme.d.ts +1 -1
  366. package/dist/types/components/ic-top-navigation/ic-top-navigation.d.ts +6 -6
  367. package/dist/types/components/ic-typography/ic-typography.d.ts +1 -1
  368. package/dist/types/components.d.ts +503 -507
  369. package/hydrate/index.js +65 -39
  370. package/package.json +3 -3
  371. package/dist/core/p-1337db5e.entry.js.map +0 -1
  372. package/dist/core/p-1721bcf3.entry.js.map +0 -1
  373. package/dist/core/p-33a45ace.entry.js.map +0 -1
  374. package/dist/core/p-7b11e1dc.entry.js +0 -2
  375. package/dist/core/p-7b11e1dc.entry.js.map +0 -1
  376. package/dist/core/p-ae81dffa.entry.js.map +0 -1
  377. package/dist/core/p-b5a988c0.entry.js.map +0 -1
  378. package/dist/core/p-e106305b.entry.js +0 -2
  379. package/dist/core/p-e106305b.entry.js.map +0 -1
@@ -1,23 +1,23 @@
1
1
  import { IcProtectiveMarkings } from "./ic-classification-banner.types";
2
2
  export declare class ClassificationBanner {
3
3
  /**
4
- * Additional information to display after the classification
4
+ * The additional information that will be displayed after the classification.
5
5
  */
6
6
  additionalSelectors?: string;
7
7
  /**
8
- * The classification level to be displayed also determines the banner and text colour
8
+ * The classification level to be displayed - also determines the banner and text colour.
9
9
  */
10
10
  classification?: IcProtectiveMarkings;
11
11
  /**
12
- * Optional text displayed before classification to specify relevant country/countries
12
+ * The optional text that will be displayed before classification to specify relevant country/countries.
13
13
  */
14
14
  country?: string;
15
15
  /**
16
- * Determines whether the banner appears inline with the page or sticks to the bottom of the page
16
+ * If `true`, the banner will appear inline with the page, instead of sticking to the bottom of the page.
17
17
  */
18
18
  inline?: boolean;
19
19
  /**
20
- * Optionally display "Up to" before classification and country if set
20
+ * If `true`, "Up to" will be displayed before the classification and country.
21
21
  */
22
22
  upTo?: boolean;
23
23
  render(): any;
@@ -1,11 +1,11 @@
1
1
  export declare class DataEntity {
2
2
  el: HTMLIcDataEntityElement;
3
3
  /**
4
- * Title for the data entity
4
+ * The title for the data entity.
5
5
  */
6
6
  heading: string;
7
7
  /**
8
- * Set the data heading and all child data rows to small styling
8
+ * If `true`, the small styling will be applied to the data heading and all child data rows.
9
9
  */
10
10
  small: boolean;
11
11
  render(): any;
@@ -6,15 +6,15 @@
6
6
  export declare class DataRow {
7
7
  el: HTMLIcDataRowElement;
8
8
  /**
9
- * Set the label in the leftmost cell of the row
9
+ * The label in the leftmost cell of the row.
10
10
  */
11
11
  label: string;
12
12
  /**
13
- * Set the value of the middle (right if no addition supplied) cell of the row
13
+ * The value of the middle (right if no end-component supplied) cell of the row.
14
14
  */
15
15
  value: string;
16
16
  /**
17
- * Set the row to small styling, this is automatically applied if small is set on the parent data heading
17
+ * If `true`, the small styling will be applied to the row. This is automatically applied if small is set on the parent data heading.
18
18
  */
19
19
  small: boolean;
20
20
  deviceSize: number;
@@ -2,10 +2,10 @@ import { EventEmitter } from "../../stencil-public-runtime";
2
2
  import { IcAlignment, IcThemeForeground } from "../../utils/types";
3
3
  import { IcFooterBreakpoints } from "./ic-footer.types";
4
4
  /**
5
- * @slot description - Content will be rendered at the top of the footer
6
- * @slot link - Content will be rendered between description and logos
7
- * @slot logo - Content will be rendered underneath footer links
8
- * @slot caption - Content will be rendered above Crown Copyright
5
+ * @slot description - Content will be rendered at the top of the footer.
6
+ * @slot link - Content will be rendered between description and logos.
7
+ * @slot logo - Content will be rendered underneath footer links.
8
+ * @slot caption - Content will be rendered above Crown Copyright.
9
9
  */
10
10
  export declare class Footer {
11
11
  el: HTMLIcFooterElement;
@@ -14,27 +14,27 @@ export declare class Footer {
14
14
  */
15
15
  icFooterResized: EventEmitter<void>;
16
16
  /**
17
- * The description displayed at the top of the footer
17
+ * The description displayed at the top of the footer.
18
18
  */
19
19
  description: string;
20
20
  /**
21
- * Sets the aligned parameter for the section containers used within the footer
21
+ * The alignment of the section containers used within the footer.
22
22
  */
23
23
  aligned?: IcAlignment;
24
24
  /**
25
- * Sets the screen size breakpoint at which to switch to the small layout
25
+ * The screen size breakpoint at which to switch to the small layout.
26
26
  */
27
27
  breakpoint?: IcFooterBreakpoints;
28
28
  /**
29
- * Sets the footer up to handle link groups instead of standalone links
29
+ * If `true`, the footer will be set up to handle link groups instead of standalone links.
30
30
  */
31
31
  groupLinks?: boolean;
32
32
  /**
33
- * The caption displayed at the bottom of the footer
33
+ * The caption displayed at the bottom of the footer.
34
34
  */
35
35
  caption: string;
36
36
  /**
37
- * Whether the footer displays the crown copyright at the bottom
37
+ * If `true`, the footer will display the crown copyright at the bottom.
38
38
  */
39
39
  copyright: boolean;
40
40
  deviceSize: number;
@@ -1,7 +1,7 @@
1
1
  export declare class FooterLinkGroup {
2
2
  el: HTMLIcFooterLinkGroupElement;
3
3
  /**
4
- * Sets the title of the link group for display
4
+ * The title of the link group to be displayed.
5
5
  */
6
6
  groupTitle: string;
7
7
  small: boolean;
@@ -9,39 +9,39 @@ import { IcHeroContentAlignments } from "./ic-hero.types";
9
9
  export declare class Hero {
10
10
  el: HTMLIcHeroElement;
11
11
  /**
12
- * The heading of the hero
12
+ * The heading of the hero.
13
13
  */
14
14
  heading: string;
15
15
  /**
16
- * Description for the hero
16
+ * The description for the hero.
17
17
  */
18
18
  subheading?: string;
19
19
  /**
20
- * Optional secondary heading, replaced by slotted right content
20
+ * The optional secondary heading, replaced by slotted right content.
21
21
  */
22
22
  secondaryHeading?: string;
23
23
  /**
24
- * Optional secondary subheading, replaced by slotted right content
24
+ * The optional secondary subheading, replaced by slotted right content.
25
25
  */
26
26
  secondarySubheading?: string;
27
27
  /**
28
- * Optional background image
28
+ * The optional background image.
29
29
  */
30
30
  backgroundImage?: string;
31
31
  /**
32
- * Whether the background image (if set) scrolls using a parallax effect.
32
+ * If `true`, the background image (if set) will not scroll using a parallax effect.
33
33
  */
34
34
  disableBackgroundParallax?: boolean;
35
35
  /**
36
- * The alignment of the hero content
36
+ * The alignment of the hero.
37
37
  */
38
38
  aligned: IcAlignment;
39
39
  /**
40
- * The alignment of the hero content
40
+ * The alignment of the hero content.
41
41
  */
42
42
  contentAligned: IcHeroContentAlignments;
43
43
  /**
44
- * Alter styling for use with small content/pages
44
+ * If `true`, the small styling will be applied to the hero.
45
45
  */
46
46
  small: boolean;
47
47
  rightContent: boolean;
@@ -4,35 +4,35 @@ import { IcInformationStatusOrEmpty } from "../../utils/types";
4
4
  */
5
5
  export declare class InputComponentContainer {
6
6
  /**
7
- * disabled
7
+ * If `true`, the disabled state will be set.
8
8
  */
9
9
  disabled: boolean;
10
10
  /**
11
- * readonly
11
+ * If `true`, the readonly state will be set.
12
12
  */
13
13
  readonly: boolean;
14
14
  /**
15
- * validationStatus
15
+ * The validation status of the input component container - e.g. 'error' | 'warning' | 'success'.
16
16
  */
17
17
  validationStatus: IcInformationStatusOrEmpty;
18
18
  /**
19
- * small
19
+ * If `true`, the small styling will be applied to the input component container.
20
20
  */
21
21
  small: boolean;
22
22
  /**
23
- * multiLine
23
+ * If `true`, the input component container will allow for multiple lines.
24
24
  */
25
25
  multiLine: boolean;
26
26
  /**
27
- * validationInline
27
+ * If `true`, the validation will display inline.
28
28
  */
29
29
  validationInline: boolean;
30
30
  /**
31
- * Determines whether the dark variant of the input-component-container focus indicator should be displayed.
31
+ * If `true`, the dark variant of the input component container will be displayed.
32
32
  */
33
33
  dark?: boolean;
34
34
  /**
35
- * If true then fill width of container
35
+ * If `true`, the input component container will fill the width of the container it is in.
36
36
  */
37
37
  fullWidth: boolean;
38
38
  host: HTMLIcInputComponentContainerElement;
@@ -1,10 +1,10 @@
1
1
  export declare class InputContainer {
2
2
  /**
3
- * disabled
3
+ * If `true`, the disabled state will be set.
4
4
  */
5
5
  disabled?: boolean;
6
6
  /**
7
- * readonly
7
+ * If `true`, the readonly state will be set.
8
8
  */
9
9
  readonly?: boolean;
10
10
  render(): any;
@@ -1,34 +1,34 @@
1
1
  export declare class InputLabel {
2
2
  /**
3
- * for
3
+ * The ID of the form element the label is bound to.
4
4
  */
5
5
  for: string;
6
6
  /**
7
- * required
7
+ * If `true`, the input label will require a value.
8
8
  */
9
9
  required: boolean;
10
10
  /**
11
- * helperText
11
+ * The helper text that will be displayed.
12
12
  */
13
13
  helperText: string;
14
14
  /**
15
- * label
15
+ * The text content of the label.
16
16
  */
17
17
  label: string;
18
18
  /**
19
- * disabled
19
+ * If `true`, the disabled state will be set.
20
20
  */
21
21
  disabled: boolean;
22
22
  /**
23
- * readonly
23
+ * If `true`, the readonly state will be set.
24
24
  */
25
25
  readonly: boolean;
26
26
  /**
27
- * error
27
+ * If `true`, the input label will display with error styling.
28
28
  */
29
29
  error?: boolean;
30
30
  /**
31
- * dark
31
+ * If `true`, the dark variant of the input label will be displayed.
32
32
  */
33
33
  dark?: boolean;
34
34
  componentDidLoad(): void;
@@ -6,23 +6,23 @@ import { IcAriaLiveModeVariants } from "./ic-input-validation.types";
6
6
  export declare class InputValidation {
7
7
  el: HTMLIcInputValidationElement;
8
8
  /**
9
- * The validation message to display
9
+ * The validation message to display.
10
10
  */
11
11
  message: string;
12
12
  /**
13
- * The id of the input field the message relates to
13
+ * The ID of the form element the validation is bound to.
14
14
  */
15
15
  for: string;
16
16
  /**
17
- * The status
17
+ * The status of the validation - e.g. 'error' | 'warning' | 'success'.
18
18
  */
19
19
  status: IcInformationStatusOrEmpty;
20
20
  /**
21
- * If true then fill width of container
21
+ * If `true`, the input validation will fill the width of the container.
22
22
  */
23
23
  fullWidth: boolean;
24
24
  /**
25
- * aria live mode to apply to message
25
+ * The ARIA live mode to apply to the message.
26
26
  */
27
27
  ariaLiveMode: IcAriaLiveModeVariants;
28
28
  componentDidLoad(): void;
@@ -1,13 +1,13 @@
1
1
  import { IcThemeForeground } from "../../utils/types";
2
2
  /**
3
- * @slot router-item - Handle routing by nesting your routes in this slot
3
+ * @slot router-item - Handle routing by nesting your routes in this slot.
4
4
  */
5
5
  export declare class Link {
6
6
  private inheritedAttributes;
7
7
  private routerSlot;
8
8
  el: HTMLIcLinkElement;
9
9
  /**
10
- * Prompts the user to save the linked URL instead of navigating to it.
10
+ * If `true`, the user can save the linked URL instead of navigating to it.
11
11
  */
12
12
  download?: string | boolean;
13
13
  /**
@@ -15,7 +15,7 @@ export declare class Link {
15
15
  */
16
16
  href?: string;
17
17
  /**
18
- * Hints at the human language of the linked URL.
18
+ * The human language of the linked URL.
19
19
  */
20
20
  hreflang?: string;
21
21
  /**
@@ -27,15 +27,15 @@ export declare class Link {
27
27
  */
28
28
  rel?: string;
29
29
  /**
30
- * Where to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
30
+ * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
31
31
  */
32
32
  target?: string;
33
33
  /**
34
- * Determines whether the 'open in new tab/window' icon is to be displayed.
34
+ * If `true`, the 'open in new tab/window' icon will be displayed.
35
35
  */
36
36
  showIcon?: boolean;
37
37
  /**
38
- * Determines the whether the appearance is dark, light, or the default.
38
+ * The appearance of the link, e.g. dark, light, or default.
39
39
  */
40
40
  appearance?: IcThemeForeground;
41
41
  themeChangeHandler(ev: CustomEvent): void;
@@ -23,7 +23,7 @@ export declare class LoadingIndicator {
23
23
  */
24
24
  label?: string;
25
25
  /**
26
- * Provide a description to be set as the aria-label of the loading indicator when not using a visible label.
26
+ * The description that will be set as the aria-label of the loading indicator when not using a visible label.
27
27
  */
28
28
  description?: string;
29
29
  /**
@@ -39,11 +39,11 @@ export declare class LoadingIndicator {
39
39
  */
40
40
  type?: IcLoadingTypes;
41
41
  /**
42
- * When linear, determines whether the full-width version (i.e. without a border radius) should be displayed.
42
+ * If `true`, when linear, the full-width variant (i.e. without a border radius) will be displayed.
43
43
  */
44
44
  fullWidth?: boolean;
45
45
  /**
46
- * Determines whether the dark or light loading indicator should be displayed.
46
+ * The appearance of the loading indicator, e.g. dark or light.
47
47
  */
48
48
  appearance?: IcThemeForegroundNoDefault;
49
49
  indicatorLabel: string;
@@ -4,19 +4,19 @@ import { IcOptionSelectEventDetail, IcMenuChangeEventDetail, IcMenuOptionIdEvent
4
4
  export declare class Menu {
5
5
  host: HTMLIcMenuElement;
6
6
  /**
7
- * Specify whether the menu is open.
7
+ * If `true`, the menu will be displayed open.
8
8
  */
9
9
  open: boolean;
10
10
  /**
11
- * Provide the possible selection options.
11
+ * The possible menu selection options.
12
12
  */
13
13
  options: IcMenuOption[];
14
14
  /**
15
- * Specify whether small styling is to be applied to the element.
15
+ * If `true`, the small styling will be applied to the menu.
16
16
  */
17
17
  small?: boolean;
18
18
  /**
19
- * Id of the menu.
19
+ * The ID of the menu.
20
20
  */
21
21
  menuId: string;
22
22
  /**
@@ -28,27 +28,27 @@ export declare class Menu {
28
28
  */
29
29
  activationType?: IcActivationTypes;
30
30
  /**
31
- * Reference to the input element.
31
+ * The reference to the input element.
32
32
  */
33
33
  inputEl: HTMLElement;
34
34
  /**
35
- * @internal - set if ic-menu is nested inside another component
35
+ * @internal - The parent element if ic-menu is nested inside another component.
36
36
  */
37
37
  parentEl?: HTMLElement;
38
38
  /**
39
- * Label for the input element.
39
+ * The label for the input element.
40
40
  */
41
41
  inputLabel: string;
42
42
  /**
43
- * Reference to an anchor element the menu will position itself from when rendered.
43
+ * The reference to an anchor element the menu will position itself from when rendered.
44
44
  */
45
45
  anchorEl: HTMLElement;
46
46
  /**
47
- * If true then fill width of container
47
+ * If `true`, the menu will fill the width of the container.
48
48
  */
49
49
  fullWidth: boolean;
50
50
  /**
51
- * @internal If true, autofocus on selected item when menu is open
51
+ * @internal If `true`, autofocus will be applied on selected item when menu is open.
52
52
  */
53
53
  autoFocusOnSelected: boolean;
54
54
  keyboardNav: boolean;
@@ -6,7 +6,7 @@ import { IcNavButtonModes } from "./ic-navigation-button.types";
6
6
  export declare class NavigationButton {
7
7
  el: HTMLIcNavigationButtonElement;
8
8
  /**
9
- * label info to display
9
+ * The label info to display.
10
10
  */
11
11
  label: string;
12
12
  /**
@@ -14,7 +14,7 @@ export declare class NavigationButton {
14
14
  */
15
15
  href?: string;
16
16
  /**
17
- * Where to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
17
+ * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
18
18
  */
19
19
  target?: string;
20
20
  /**
@@ -22,11 +22,11 @@ export declare class NavigationButton {
22
22
  */
23
23
  rel?: string;
24
24
  /**
25
- * Prompts the user to save the linked URL instead of navigating to it.
25
+ * If `true`, the user can save the linked URL instead of navigating to it.
26
26
  */
27
27
  download?: string | boolean;
28
28
  /**
29
- * Hints at the human language of the linked URL.
29
+ * The human language of the linked URL.
30
30
  */
31
31
  hreflang?: string;
32
32
  /**
@@ -34,7 +34,7 @@ export declare class NavigationButton {
34
34
  */
35
35
  referrerpolicy?: ReferrerPolicy;
36
36
  /**
37
- * display mode
37
+ * The display mode.
38
38
  */
39
39
  mode: IcNavButtonModes;
40
40
  initialAppearance: IcThemeForeground;
@@ -2,11 +2,11 @@ import { IcNavType } from "../../utils/types";
2
2
  export declare class NavigationGroup {
3
3
  el: HTMLIcNavigationGroupElement;
4
4
  /**
5
- * label to display on the group
5
+ * The label to display on the group.
6
6
  */
7
7
  label: string;
8
8
  /**
9
- * whether the group should be expandable/collapsible in the side menu
9
+ * If `true`, the group will be expandable in the side menu.
10
10
  */
11
11
  expandable: boolean;
12
12
  dropdownOpen: boolean;
@@ -6,27 +6,27 @@ import { IcNavType } from "../../utils/types";
6
6
  export declare class NavigationItem {
7
7
  el: HTMLIcNavigationItemElement;
8
8
  /**
9
- * Label of the navigation item
9
+ * The label of the navigation item.
10
10
  */
11
11
  label: string;
12
12
  /**
13
- * Destination of the navigation item
13
+ * The destination of the navigation item.
14
14
  */
15
15
  href: string;
16
16
  /**
17
- * If true, sets the navigation item in a selected state
17
+ * If `true`, the navigation item will be set in a selected state.
18
18
  */
19
19
  selected: boolean;
20
20
  /**
21
- * @internal Whether the navigation item is expandable
21
+ * @internal If `true`, the navigation item will be expandable.
22
22
  */
23
23
  expandable: boolean;
24
24
  /**
25
- * @internal display navigation item within tooltip
25
+ * @internal If `true`, the navigation item will be displayed within a tooltip.
26
26
  */
27
27
  displayNavigationTooltip: boolean;
28
28
  /**
29
- * @internal display icon and label when side navigation is collapsed
29
+ * @internal If `true`, the icon and label will be displayed when side navigation is collapsed.
30
30
  */
31
31
  collapsedIconLabel: boolean;
32
32
  isTopNavChild: boolean;
@@ -6,11 +6,11 @@ import { EventEmitter } from "../../stencil-public-runtime";
6
6
  export declare class NavigationMenu {
7
7
  el: HTMLIcNavigationMenuElement;
8
8
  /**
9
- * Version info to display
9
+ * The version info to display.
10
10
  */
11
11
  version: string;
12
12
  /**
13
- * Status info to display
13
+ * The status info to display.
14
14
  */
15
15
  status: string;
16
16
  /**
@@ -12,33 +12,35 @@ import { IcAlignment } from "../../utils/types";
12
12
  export declare class PageHeader {
13
13
  el: HTMLIcPageHeaderElement;
14
14
  /**
15
- * The title to render on the component.
15
+ * The title to render on the page header.
16
16
  */
17
17
  heading?: string;
18
18
  /**
19
- * The subtitle to render on the component.
19
+ * The subtitle to render on the page header.
20
20
  */
21
21
  subheading?: string;
22
22
  /**
23
- * How the component should be aligned.
23
+ * The alignment of the page header.
24
24
  */
25
25
  aligned?: IcAlignment;
26
26
  /**
27
- * Whether the component uses small styling.
27
+ * If `true`, the small styling will be applied to the page header.
28
28
  */
29
29
  small?: boolean;
30
30
  /**
31
- * Set whether the bottom border is used
31
+ * If `true`, a border will be displayed along the bottom of the page header.
32
32
  */
33
33
  border?: boolean;
34
34
  /**
35
- * Set whether the header is sticky at all breakpoints
35
+ * If `true`, the page header will be sticky at all breakpoints.
36
36
  */
37
37
  sticky?: boolean;
38
- /** Set whether the header is only sticky for viewport widths of 992px and above
38
+ /**
39
+ * If `true`, the page header will only be sticky for viewport widths of 992px and above.
39
40
  */
40
41
  stickyDesktopOnly?: boolean;
41
- /** Set whether the reading pattern and tab order change in the action area for viewport widths of above 576px and when actions have not wrapped
42
+ /**
43
+ * If `true`, the reading pattern and tab order will change in the action area for viewport widths of above 576px and when actions have not wrapped.
42
44
  */
43
45
  reverseOrder?: boolean;
44
46
  deviceSize: number;
@@ -5,43 +5,43 @@ export declare class RadioGroup {
5
5
  private radioOptions;
6
6
  host: HTMLIcRadioGroupElement;
7
7
  /**
8
- * Provide a label for the input.
8
+ * The label for the radio group to be displayed.
9
9
  */
10
10
  label: string;
11
11
  /**
12
- * Provide a name for the input.
12
+ * The name for the radio group to differentiate from other groups.
13
13
  */
14
14
  name: string;
15
15
  /**
16
- * Specify if the input requires a value.
16
+ * If `true`, the radio group will require a value.
17
17
  */
18
18
  required: boolean;
19
19
  /**
20
- * Hides the label and applies the required label value as an aria-label.
20
+ * If `true`, the label will be hidden and the required label value will be applied as an aria-label.
21
21
  */
22
22
  hideLabel: boolean;
23
23
  /**
24
- * Specify whether the input is disabled.
24
+ * If `true`, the disabled state will be set.
25
25
  */
26
26
  disabled: boolean;
27
27
  /**
28
- * Provide helper text to display additional field guidance.
28
+ * The helper text that will be displayed for additional field guidance.
29
29
  */
30
30
  helperText: string;
31
31
  /**
32
- * Specify whether small styling is to be applied to the element.
32
+ * If `true`, the small styling will be applied to the radio group.
33
33
  */
34
34
  small: boolean;
35
35
  /**
36
- * Provide validation status - 'error'
36
+ * The validation status - e.g. 'error' | 'warning' | 'success'.
37
37
  */
38
38
  validationStatus: IcInformationStatusOrEmpty;
39
39
  /**
40
- * Provide validation text - 'error'
40
+ * The validation text - e.g. 'error' | 'warning' | 'success'.
41
41
  */
42
42
  validationText: string;
43
43
  /**
44
- * Provide checked state
44
+ * The checked state.
45
45
  */
46
46
  checkedValue: string;
47
47
  selectedChild: number;