@ukic/web-components 3.14.0 → 3.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (414) hide show
  1. package/dist/cjs/core.cjs.js +1 -1
  2. package/dist/cjs/ic-button_3.cjs.entry.js +5 -5
  3. package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
  4. package/dist/cjs/ic-checkbox-group.cjs.entry.js +2 -2
  5. package/dist/cjs/ic-checkbox.cjs.entry.js +31 -8
  6. package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
  7. package/dist/cjs/ic-data-list.cjs.entry.js +2 -2
  8. package/dist/cjs/ic-data-list.cjs.entry.js.map +1 -1
  9. package/dist/cjs/ic-data-row.cjs.entry.js +2 -2
  10. package/dist/cjs/ic-data-row.cjs.entry.js.map +1 -1
  11. package/dist/cjs/ic-dialog.cjs.entry.js +1 -1
  12. package/dist/cjs/ic-empty-state.cjs.entry.js +2 -2
  13. package/dist/cjs/ic-footer-link.cjs.entry.js +2 -2
  14. package/dist/cjs/ic-footer.cjs.entry.js +9 -5
  15. package/dist/cjs/ic-footer.cjs.entry.js.map +1 -1
  16. package/dist/cjs/ic-hero.cjs.entry.js +11 -6
  17. package/dist/cjs/ic-hero.cjs.entry.js.map +1 -1
  18. package/dist/cjs/ic-horizontal-scroll.cjs.entry.js +5 -5
  19. package/dist/cjs/ic-input-component-container_3.cjs.entry.js +10 -10
  20. package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +1 -1
  21. package/dist/cjs/ic-input-label_2.cjs.entry.js +6 -6
  22. package/dist/cjs/ic-input-label_2.cjs.entry.js.map +1 -1
  23. package/dist/cjs/ic-layout-grid-item.cjs.entry.js +2 -2
  24. package/dist/cjs/ic-layout-grid.cjs.entry.js +2 -2
  25. package/dist/cjs/ic-link.cjs.entry.js +1 -1
  26. package/dist/cjs/ic-menu-group.cjs.entry.js +1 -1
  27. package/dist/cjs/ic-navigation-group.cjs.entry.js +2 -2
  28. package/dist/cjs/ic-navigation-group.cjs.entry.js.map +1 -1
  29. package/dist/cjs/ic-navigation-item.cjs.entry.js +1 -1
  30. package/dist/cjs/ic-navigation-item.cjs.entry.js.map +1 -1
  31. package/dist/cjs/ic-navigation-menu.cjs.entry.js +4 -4
  32. package/dist/cjs/ic-page-header.cjs.entry.js +6 -6
  33. package/dist/cjs/ic-pagination-item.cjs.entry.js +1 -1
  34. package/dist/cjs/ic-pagination.cjs.entry.js +4 -4
  35. package/dist/cjs/ic-popover-menu.cjs.entry.js +4 -4
  36. package/dist/cjs/ic-radio-group.cjs.entry.js +5 -5
  37. package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
  38. package/dist/cjs/ic-radio-option.cjs.entry.js +9 -6
  39. package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
  40. package/dist/cjs/ic-search-bar.cjs.entry.js +10 -10
  41. package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
  42. package/dist/cjs/ic-section-container.cjs.entry.js +2 -2
  43. package/dist/cjs/ic-select.cjs.entry.js +7 -7
  44. package/dist/cjs/ic-select.cjs.entry.js.map +1 -1
  45. package/dist/cjs/ic-side-navigation.cjs.entry.js +4 -4
  46. package/dist/cjs/ic-skeleton.cjs.entry.js +2 -2
  47. package/dist/cjs/ic-skip-link.cjs.entry.js +2 -2
  48. package/dist/cjs/ic-status-tag.cjs.entry.js +2 -2
  49. package/dist/cjs/ic-step.cjs.entry.js +13 -13
  50. package/dist/cjs/ic-stepper.cjs.entry.js +2 -2
  51. package/dist/cjs/ic-switch.cjs.entry.js +4 -4
  52. package/dist/cjs/ic-tab-context.cjs.entry.js +1 -1
  53. package/dist/cjs/ic-tab-group.cjs.entry.js +2 -2
  54. package/dist/cjs/ic-tab-panel.cjs.entry.js +2 -2
  55. package/dist/cjs/ic-text-field.cjs.entry.js +6 -6
  56. package/dist/cjs/ic-text-field.cjs.entry.js.map +1 -1
  57. package/dist/cjs/ic-theme.cjs.entry.js +1 -1
  58. package/dist/cjs/ic-toast-region.cjs.entry.js +1 -1
  59. package/dist/cjs/ic-toast.cjs.entry.js +14 -6
  60. package/dist/cjs/ic-toast.cjs.entry.js.map +1 -1
  61. package/dist/cjs/ic-toggle-button-group.cjs.entry.js +2 -2
  62. package/dist/cjs/ic-toggle-button.cjs.entry.js +2 -2
  63. package/dist/cjs/loader.cjs.js +1 -1
  64. package/dist/collection/components/ic-button/ic-button.stories.js +3 -3
  65. package/dist/collection/components/ic-checkbox/ic-checkbox.css +11 -2
  66. package/dist/collection/components/ic-checkbox/ic-checkbox.js +31 -7
  67. package/dist/collection/components/ic-checkbox/ic-checkbox.js.map +1 -1
  68. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.js +2 -2
  69. package/dist/collection/components/ic-checkbox-group/ic-checkbox-group.stories.js +68 -16
  70. package/dist/collection/components/ic-data-list/ic-data-list.css +1 -0
  71. package/dist/collection/components/ic-data-list/ic-data-list.js +2 -2
  72. package/dist/collection/components/ic-data-row/ic-data-row.css +2 -0
  73. package/dist/collection/components/ic-data-row/ic-data-row.js +2 -2
  74. package/dist/collection/components/ic-dialog/ic-dialog.js +1 -1
  75. package/dist/collection/components/ic-empty-state/ic-empty-state.js +2 -2
  76. package/dist/collection/components/ic-footer/ic-footer.js +29 -5
  77. package/dist/collection/components/ic-footer/ic-footer.js.map +1 -1
  78. package/dist/collection/components/ic-footer/ic-footer.stories.js +31 -0
  79. package/dist/collection/components/ic-footer-link/ic-footer-link.js +2 -2
  80. package/dist/collection/components/ic-hero/ic-hero.css +19 -0
  81. package/dist/collection/components/ic-hero/ic-hero.js +36 -5
  82. package/dist/collection/components/ic-hero/ic-hero.js.map +1 -1
  83. package/dist/collection/components/ic-hero/ic-hero.stories.js +15 -0
  84. package/dist/collection/components/ic-horizontal-scroll/ic-horizontal-scroll.js +5 -5
  85. package/dist/collection/components/ic-input-component-container/ic-input-component-container.css +9 -0
  86. package/dist/collection/components/ic-input-component-container/ic-input-component-container.js +3 -3
  87. package/dist/collection/components/ic-input-container/ic-input-container.js +2 -2
  88. package/dist/collection/components/ic-input-label/ic-input-label.js +2 -2
  89. package/dist/collection/components/ic-input-validation/ic-input-validation.css +2 -1
  90. package/dist/collection/components/ic-input-validation/ic-input-validation.js +3 -3
  91. package/dist/collection/components/ic-layout-grid/ic-layout-grid.js +2 -2
  92. package/dist/collection/components/ic-layout-grid-item/ic-layout-grid-item.js +2 -2
  93. package/dist/collection/components/ic-link/ic-link.js +1 -1
  94. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.js +5 -5
  95. package/dist/collection/components/ic-loading-indicator/ic-loading-indicator.stories.js +17 -18
  96. package/dist/collection/components/ic-menu/ic-menu.css +8 -0
  97. package/dist/collection/components/ic-menu/ic-menu.js +3 -3
  98. package/dist/collection/components/ic-menu-group/ic-menu-group.js +1 -1
  99. package/dist/collection/components/ic-navigation-group/ic-navigation-group.css +12 -0
  100. package/dist/collection/components/ic-navigation-group/ic-navigation-group.js +1 -1
  101. package/dist/collection/components/ic-navigation-item/ic-navigation-item.css +2 -7
  102. package/dist/collection/components/ic-navigation-menu/ic-navigation-menu.js +4 -4
  103. package/dist/collection/components/ic-page-header/ic-page-header.js +6 -6
  104. package/dist/collection/components/ic-pagination/ic-pagination.js +4 -4
  105. package/dist/collection/components/ic-pagination/ic-pagination.stories.js +3 -3
  106. package/dist/collection/components/ic-pagination-item/ic-pagination-item.js +1 -1
  107. package/dist/collection/components/ic-popover-menu/ic-popover-menu.js +4 -4
  108. package/dist/collection/components/ic-popover-menu/ic-popover-menu.stories.js +7 -7
  109. package/dist/collection/components/ic-radio-group/ic-radio-group.css +6 -6
  110. package/dist/collection/components/ic-radio-group/ic-radio-group.js +4 -4
  111. package/dist/collection/components/ic-radio-group/ic-radio-group.stories.js +12 -12
  112. package/dist/collection/components/ic-radio-option/ic-radio-option.css +60 -54
  113. package/dist/collection/components/ic-radio-option/ic-radio-option.js +9 -5
  114. package/dist/collection/components/ic-radio-option/ic-radio-option.js.map +1 -1
  115. package/dist/collection/components/ic-search-bar/ic-search-bar.css +8 -0
  116. package/dist/collection/components/ic-search-bar/ic-search-bar.js +9 -9
  117. package/dist/collection/components/ic-search-bar/ic-search-bar.stories.js +19 -19
  118. package/dist/collection/components/ic-section-container/ic-section-container.js +2 -2
  119. package/dist/collection/components/ic-select/ic-select.css +1 -1
  120. package/dist/collection/components/ic-select/ic-select.js +6 -6
  121. package/dist/collection/components/ic-select/ic-select_(multi).stories.js +20 -20
  122. package/dist/collection/components/ic-select/ic-select_(searchable).stories.js +21 -21
  123. package/dist/collection/components/ic-select/ic-select_(single).stories.js +21 -5
  124. package/dist/collection/components/ic-side-navigation/ic-side-navigation.js +4 -4
  125. package/dist/collection/components/ic-skeleton/ic-skeleton.js +2 -2
  126. package/dist/collection/components/ic-skip-link/ic-skip-link.js +2 -2
  127. package/dist/collection/components/ic-status-tag/ic-status-tag.js +2 -2
  128. package/dist/collection/components/ic-step/ic-step.js +13 -13
  129. package/dist/collection/components/ic-stepper/ic-stepper.js +2 -2
  130. package/dist/collection/components/ic-stepper/ic-stepper.stories.js +16 -6
  131. package/dist/collection/components/ic-switch/ic-switch.js +4 -4
  132. package/dist/collection/components/ic-tab-context/ic-tab-context.js +1 -1
  133. package/dist/collection/components/ic-tab-context/ic-tabs.stories.js +1 -1
  134. package/dist/collection/components/ic-tab-group/ic-tab-group.js +2 -2
  135. package/dist/collection/components/ic-tab-panel/ic-tab-panel.js +2 -2
  136. package/dist/collection/components/ic-text-field/ic-text-field.js +6 -6
  137. package/dist/collection/components/ic-text-field/ic-text-field.js.map +1 -1
  138. package/dist/collection/components/ic-text-field/ic-text-field.stories.js +32 -18
  139. package/dist/collection/components/ic-theme/ic-theme.js +1 -1
  140. package/dist/collection/components/ic-toast/ic-toast.css +26 -1
  141. package/dist/collection/components/ic-toast/ic-toast.js +39 -5
  142. package/dist/collection/components/ic-toast/ic-toast.js.map +1 -1
  143. package/dist/collection/components/ic-toast/ic-toast.stories.js +21 -9
  144. package/dist/collection/components/ic-toast-region/ic-toast-region.js +1 -1
  145. package/dist/collection/components/ic-toggle-button/ic-toggle-button.js +2 -2
  146. package/dist/collection/components/ic-toggle-button/ic-toggle-button.stories.js +14 -14
  147. package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.js +2 -2
  148. package/dist/collection/components/ic-toggle-button-group/ic-toggle-button-group.stories.js +7 -7
  149. package/dist/collection/components/ic-tooltip/ic-tooltip.stories.js +11 -11
  150. package/dist/collection/components/ic-top-navigation/ic-top-navigation.stories.js +15 -15
  151. package/dist/collection/components/ic-typography/ic-typography.stories.js +1 -1
  152. package/dist/collection/patterns/top-nav-content-footer.stories.js +1 -1
  153. package/dist/components/ic-badge.js.map +1 -1
  154. package/dist/components/ic-checkbox-group.js +2 -2
  155. package/dist/components/ic-checkbox.js +31 -8
  156. package/dist/components/ic-checkbox.js.map +1 -1
  157. package/dist/components/ic-chip.js.map +1 -1
  158. package/dist/components/ic-classification-banner.js.map +1 -1
  159. package/dist/components/ic-data-list.js +2 -2
  160. package/dist/components/ic-data-list.js.map +1 -1
  161. package/dist/components/ic-data-row.js +2 -2
  162. package/dist/components/ic-data-row.js.map +1 -1
  163. package/dist/components/ic-dialog.js +1 -1
  164. package/dist/components/ic-empty-state.js +2 -2
  165. package/dist/components/ic-footer-link.js +2 -2
  166. package/dist/components/ic-footer.js +10 -5
  167. package/dist/components/ic-footer.js.map +1 -1
  168. package/dist/components/ic-hero.js +12 -6
  169. package/dist/components/ic-hero.js.map +1 -1
  170. package/dist/components/ic-horizontal-scroll2.js +5 -5
  171. package/dist/components/ic-input-component-container2.js +4 -4
  172. package/dist/components/ic-input-component-container2.js.map +1 -1
  173. package/dist/components/ic-input-container2.js +2 -2
  174. package/dist/components/ic-input-label2.js +2 -2
  175. package/dist/components/ic-input-validation2.js +4 -4
  176. package/dist/components/ic-input-validation2.js.map +1 -1
  177. package/dist/components/ic-layout-grid-item.js +2 -2
  178. package/dist/components/ic-layout-grid.js +2 -2
  179. package/dist/components/ic-link2.js +1 -1
  180. package/dist/components/ic-loading-indicator2.js +5 -5
  181. package/dist/components/ic-menu-group.js +1 -1
  182. package/dist/components/ic-menu2.js +4 -4
  183. package/dist/components/ic-menu2.js.map +1 -1
  184. package/dist/components/ic-navigation-group.js +2 -2
  185. package/dist/components/ic-navigation-group.js.map +1 -1
  186. package/dist/components/ic-navigation-item.js +1 -1
  187. package/dist/components/ic-navigation-item.js.map +1 -1
  188. package/dist/components/ic-navigation-menu2.js +4 -4
  189. package/dist/components/ic-page-header.js +6 -6
  190. package/dist/components/ic-pagination-item2.js +1 -1
  191. package/dist/components/ic-pagination.js +4 -4
  192. package/dist/components/ic-popover-menu.js +4 -4
  193. package/dist/components/ic-popover-menu.js.map +1 -1
  194. package/dist/components/ic-radio-group.js +5 -5
  195. package/dist/components/ic-radio-group.js.map +1 -1
  196. package/dist/components/ic-radio-option.js +10 -7
  197. package/dist/components/ic-radio-option.js.map +1 -1
  198. package/dist/components/ic-search-bar.js +10 -10
  199. package/dist/components/ic-search-bar.js.map +1 -1
  200. package/dist/components/ic-section-container2.js +2 -2
  201. package/dist/components/ic-select.js +7 -7
  202. package/dist/components/ic-select.js.map +1 -1
  203. package/dist/components/ic-side-navigation.js +4 -4
  204. package/dist/components/ic-side-navigation.js.map +1 -1
  205. package/dist/components/ic-skeleton.js +2 -2
  206. package/dist/components/ic-skip-link.js +2 -2
  207. package/dist/components/ic-status-tag.js +2 -2
  208. package/dist/components/ic-step.js +13 -13
  209. package/dist/components/ic-step.js.map +1 -1
  210. package/dist/components/ic-stepper.js +2 -2
  211. package/dist/components/ic-switch.js +4 -4
  212. package/dist/components/ic-tab-context.js +1 -1
  213. package/dist/components/ic-tab-group.js +2 -2
  214. package/dist/components/ic-tab-panel.js +2 -2
  215. package/dist/components/ic-text-field.js +6 -6
  216. package/dist/components/ic-text-field.js.map +1 -1
  217. package/dist/components/ic-theme.js +1 -1
  218. package/dist/components/ic-toast-region.js +1 -1
  219. package/dist/components/ic-toast.js +15 -6
  220. package/dist/components/ic-toast.js.map +1 -1
  221. package/dist/components/ic-toggle-button-group.js +2 -2
  222. package/dist/components/ic-toggle-button.js +2 -2
  223. package/dist/core/core.css +21 -9
  224. package/dist/core/core.esm.js +1 -1
  225. package/dist/core/core.esm.js.map +1 -1
  226. package/dist/core/{p-889bb8db.entry.js → p-04cb17d7.entry.js} +2 -2
  227. package/dist/core/p-082e0068.entry.js +2 -0
  228. package/dist/core/p-082e0068.entry.js.map +1 -0
  229. package/dist/core/{p-f4e2e41f.entry.js → p-12c30491.entry.js} +2 -2
  230. package/dist/core/{p-109e7fce.entry.js → p-14d43f64.entry.js} +2 -2
  231. package/dist/core/p-1ca4a5ed.entry.js +2 -0
  232. package/dist/core/p-1ca4a5ed.entry.js.map +1 -0
  233. package/dist/core/{p-efc97f21.entry.js → p-1f41818b.entry.js} +2 -2
  234. package/dist/core/{p-5cf704e3.entry.js → p-319e3d5b.entry.js} +2 -2
  235. package/dist/core/p-3238389a.entry.js +2 -0
  236. package/dist/core/p-3238389a.entry.js.map +1 -0
  237. package/dist/core/{p-d1cce122.entry.js → p-33e35173.entry.js} +2 -2
  238. package/dist/core/p-33e35173.entry.js.map +1 -0
  239. package/dist/core/{p-eb1823b3.entry.js → p-34407b13.entry.js} +2 -2
  240. package/dist/core/p-34407b13.entry.js.map +1 -0
  241. package/dist/core/{p-ab26beed.entry.js → p-3d23ce54.entry.js} +2 -2
  242. package/dist/core/{p-ef397b6f.entry.js → p-42d35fc4.entry.js} +2 -2
  243. package/dist/core/{p-0b1ea961.entry.js → p-4d3b219c.entry.js} +2 -2
  244. package/dist/core/{p-93e1ba0a.entry.js → p-5254a078.entry.js} +2 -2
  245. package/dist/core/p-52c66bfe.entry.js +2 -0
  246. package/dist/core/p-52c66bfe.entry.js.map +1 -0
  247. package/dist/core/{p-9c2e9189.entry.js → p-53740194.entry.js} +2 -2
  248. package/dist/core/{p-614953c5.entry.js → p-601d4e3f.entry.js} +2 -2
  249. package/dist/core/{p-0257d59e.entry.js → p-6329ddcb.entry.js} +2 -2
  250. package/dist/core/{p-d8200098.entry.js → p-67c3985d.entry.js} +2 -2
  251. package/dist/core/p-6ed48c46.entry.js +2 -0
  252. package/dist/core/p-6ed48c46.entry.js.map +1 -0
  253. package/dist/core/{p-a8dc3162.entry.js → p-703f3de1.entry.js} +2 -2
  254. package/dist/core/{p-f7706ff7.entry.js → p-762ea31a.entry.js} +2 -2
  255. package/dist/core/{p-2969b5c9.entry.js → p-7d0d85c4.entry.js} +2 -2
  256. package/dist/core/p-8abcc114.entry.js +2 -0
  257. package/dist/core/p-8abcc114.entry.js.map +1 -0
  258. package/dist/core/{p-b00efb15.entry.js → p-9674b63f.entry.js} +2 -2
  259. package/dist/core/p-9c52ee48.entry.js +2 -0
  260. package/dist/core/p-9c52ee48.entry.js.map +1 -0
  261. package/dist/core/{p-fb43abd6.entry.js → p-9ca147f3.entry.js} +2 -2
  262. package/dist/core/{p-4637c326.entry.js → p-a7583faf.entry.js} +2 -2
  263. package/dist/core/{p-6996e94f.entry.js → p-a8e4258f.entry.js} +2 -2
  264. package/dist/core/{p-6996e94f.entry.js.map → p-a8e4258f.entry.js.map} +1 -1
  265. package/dist/core/{p-09c31ac6.entry.js → p-adde6c66.entry.js} +2 -2
  266. package/dist/core/{p-6fb29846.entry.js → p-ae11583f.entry.js} +2 -2
  267. package/dist/core/p-afbba548.entry.js +2 -0
  268. package/dist/core/p-afbba548.entry.js.map +1 -0
  269. package/dist/core/{p-f098e531.entry.js → p-b4a2f6fa.entry.js} +2 -2
  270. package/dist/core/p-b4a2f6fa.entry.js.map +1 -0
  271. package/dist/core/p-b59504f1.entry.js +2 -0
  272. package/dist/core/p-b59504f1.entry.js.map +1 -0
  273. package/dist/core/p-b83a736d.entry.js +3 -0
  274. package/dist/core/p-b83a736d.entry.js.map +1 -0
  275. package/dist/core/{p-4bdeb62d.entry.js → p-bdda404b.entry.js} +2 -2
  276. package/dist/core/p-bdda404b.entry.js.map +1 -0
  277. package/dist/core/{p-0cbd0967.entry.js → p-cce398e1.entry.js} +2 -2
  278. package/dist/core/{p-06b3ae40.entry.js → p-d3223b89.entry.js} +2 -2
  279. package/dist/core/{p-3b13d191.entry.js → p-eca43f7d.entry.js} +2 -2
  280. package/dist/core/{p-44fbe8c2.entry.js → p-f4e3bb5b.entry.js} +2 -2
  281. package/dist/core/p-f51c609d.entry.js +2 -0
  282. package/dist/core/{p-296a41ce.entry.js → p-f57729b8.entry.js} +2 -2
  283. package/dist/core/{p-091a7fbf.entry.js → p-f6bb691a.entry.js} +2 -2
  284. package/dist/core/{p-ad6632a9.entry.js → p-f7105cf9.entry.js} +2 -2
  285. package/dist/core/p-ffd0d9d1.entry.js +2 -0
  286. package/dist/core/p-ffd0d9d1.entry.js.map +1 -0
  287. package/dist/esm/core.js +1 -1
  288. package/dist/esm/ic-button_3.entry.js +5 -5
  289. package/dist/esm/ic-button_3.entry.js.map +1 -1
  290. package/dist/esm/ic-checkbox-group.entry.js +2 -2
  291. package/dist/esm/ic-checkbox.entry.js +31 -8
  292. package/dist/esm/ic-checkbox.entry.js.map +1 -1
  293. package/dist/esm/ic-data-list.entry.js +2 -2
  294. package/dist/esm/ic-data-list.entry.js.map +1 -1
  295. package/dist/esm/ic-data-row.entry.js +2 -2
  296. package/dist/esm/ic-data-row.entry.js.map +1 -1
  297. package/dist/esm/ic-dialog.entry.js +1 -1
  298. package/dist/esm/ic-empty-state.entry.js +2 -2
  299. package/dist/esm/ic-footer-link.entry.js +2 -2
  300. package/dist/esm/ic-footer.entry.js +9 -5
  301. package/dist/esm/ic-footer.entry.js.map +1 -1
  302. package/dist/esm/ic-hero.entry.js +11 -6
  303. package/dist/esm/ic-hero.entry.js.map +1 -1
  304. package/dist/esm/ic-horizontal-scroll.entry.js +5 -5
  305. package/dist/esm/ic-input-component-container_3.entry.js +10 -10
  306. package/dist/esm/ic-input-component-container_3.entry.js.map +1 -1
  307. package/dist/esm/ic-input-label_2.entry.js +6 -6
  308. package/dist/esm/ic-input-label_2.entry.js.map +1 -1
  309. package/dist/esm/ic-layout-grid-item.entry.js +2 -2
  310. package/dist/esm/ic-layout-grid.entry.js +2 -2
  311. package/dist/esm/ic-link.entry.js +1 -1
  312. package/dist/esm/ic-menu-group.entry.js +1 -1
  313. package/dist/esm/ic-navigation-group.entry.js +2 -2
  314. package/dist/esm/ic-navigation-group.entry.js.map +1 -1
  315. package/dist/esm/ic-navigation-item.entry.js +1 -1
  316. package/dist/esm/ic-navigation-item.entry.js.map +1 -1
  317. package/dist/esm/ic-navigation-menu.entry.js +4 -4
  318. package/dist/esm/ic-page-header.entry.js +6 -6
  319. package/dist/esm/ic-pagination-item.entry.js +1 -1
  320. package/dist/esm/ic-pagination.entry.js +4 -4
  321. package/dist/esm/ic-popover-menu.entry.js +4 -4
  322. package/dist/esm/ic-radio-group.entry.js +5 -5
  323. package/dist/esm/ic-radio-group.entry.js.map +1 -1
  324. package/dist/esm/ic-radio-option.entry.js +9 -6
  325. package/dist/esm/ic-radio-option.entry.js.map +1 -1
  326. package/dist/esm/ic-search-bar.entry.js +10 -10
  327. package/dist/esm/ic-search-bar.entry.js.map +1 -1
  328. package/dist/esm/ic-section-container.entry.js +2 -2
  329. package/dist/esm/ic-select.entry.js +7 -7
  330. package/dist/esm/ic-select.entry.js.map +1 -1
  331. package/dist/esm/ic-side-navigation.entry.js +4 -4
  332. package/dist/esm/ic-skeleton.entry.js +2 -2
  333. package/dist/esm/ic-skip-link.entry.js +2 -2
  334. package/dist/esm/ic-status-tag.entry.js +2 -2
  335. package/dist/esm/ic-step.entry.js +13 -13
  336. package/dist/esm/ic-stepper.entry.js +2 -2
  337. package/dist/esm/ic-switch.entry.js +4 -4
  338. package/dist/esm/ic-tab-context.entry.js +1 -1
  339. package/dist/esm/ic-tab-group.entry.js +2 -2
  340. package/dist/esm/ic-tab-panel.entry.js +2 -2
  341. package/dist/esm/ic-text-field.entry.js +6 -6
  342. package/dist/esm/ic-text-field.entry.js.map +1 -1
  343. package/dist/esm/ic-theme.entry.js +1 -1
  344. package/dist/esm/ic-toast-region.entry.js +1 -1
  345. package/dist/esm/ic-toast.entry.js +14 -6
  346. package/dist/esm/ic-toast.entry.js.map +1 -1
  347. package/dist/esm/ic-toggle-button-group.entry.js +2 -2
  348. package/dist/esm/ic-toggle-button.entry.js +2 -2
  349. package/dist/esm/loader.js +1 -1
  350. package/dist/types/components/ic-checkbox/ic-checkbox.d.ts +5 -0
  351. package/dist/types/components/ic-footer/ic-footer.d.ts +4 -0
  352. package/dist/types/components/ic-hero/ic-hero.d.ts +5 -1
  353. package/dist/types/components/ic-toast/ic-toast.d.ts +5 -1
  354. package/dist/types/components.d.ts +24 -0
  355. package/hydrate/index.js +214 -167
  356. package/hydrate/index.mjs +214 -167
  357. package/package.json +4 -4
  358. package/vscode-data.json +34 -0
  359. package/dist/core/p-042cfc35.entry.js +0 -2
  360. package/dist/core/p-042cfc35.entry.js.map +0 -1
  361. package/dist/core/p-053ed367.entry.js +0 -2
  362. package/dist/core/p-053ed367.entry.js.map +0 -1
  363. package/dist/core/p-24d46cab.entry.js +0 -2
  364. package/dist/core/p-24d46cab.entry.js.map +0 -1
  365. package/dist/core/p-48eb7299.entry.js +0 -2
  366. package/dist/core/p-48eb7299.entry.js.map +0 -1
  367. package/dist/core/p-4a358f09.entry.js +0 -2
  368. package/dist/core/p-4a358f09.entry.js.map +0 -1
  369. package/dist/core/p-4bdeb62d.entry.js.map +0 -1
  370. package/dist/core/p-6e61c48a.entry.js +0 -2
  371. package/dist/core/p-6e61c48a.entry.js.map +0 -1
  372. package/dist/core/p-6f60262e.entry.js +0 -3
  373. package/dist/core/p-6f60262e.entry.js.map +0 -1
  374. package/dist/core/p-7970cbed.entry.js +0 -2
  375. package/dist/core/p-7970cbed.entry.js.map +0 -1
  376. package/dist/core/p-8c7d6a85.entry.js +0 -2
  377. package/dist/core/p-8c7d6a85.entry.js.map +0 -1
  378. package/dist/core/p-b29e325f.entry.js +0 -2
  379. package/dist/core/p-bba25812.entry.js +0 -2
  380. package/dist/core/p-bba25812.entry.js.map +0 -1
  381. package/dist/core/p-d1cce122.entry.js.map +0 -1
  382. package/dist/core/p-d20a61a7.entry.js +0 -2
  383. package/dist/core/p-d20a61a7.entry.js.map +0 -1
  384. package/dist/core/p-eb1823b3.entry.js.map +0 -1
  385. package/dist/core/p-f098e531.entry.js.map +0 -1
  386. /package/dist/core/{p-889bb8db.entry.js.map → p-04cb17d7.entry.js.map} +0 -0
  387. /package/dist/core/{p-f4e2e41f.entry.js.map → p-12c30491.entry.js.map} +0 -0
  388. /package/dist/core/{p-109e7fce.entry.js.map → p-14d43f64.entry.js.map} +0 -0
  389. /package/dist/core/{p-efc97f21.entry.js.map → p-1f41818b.entry.js.map} +0 -0
  390. /package/dist/core/{p-5cf704e3.entry.js.map → p-319e3d5b.entry.js.map} +0 -0
  391. /package/dist/core/{p-ab26beed.entry.js.map → p-3d23ce54.entry.js.map} +0 -0
  392. /package/dist/core/{p-ef397b6f.entry.js.map → p-42d35fc4.entry.js.map} +0 -0
  393. /package/dist/core/{p-0b1ea961.entry.js.map → p-4d3b219c.entry.js.map} +0 -0
  394. /package/dist/core/{p-93e1ba0a.entry.js.map → p-5254a078.entry.js.map} +0 -0
  395. /package/dist/core/{p-9c2e9189.entry.js.map → p-53740194.entry.js.map} +0 -0
  396. /package/dist/core/{p-614953c5.entry.js.map → p-601d4e3f.entry.js.map} +0 -0
  397. /package/dist/core/{p-0257d59e.entry.js.map → p-6329ddcb.entry.js.map} +0 -0
  398. /package/dist/core/{p-d8200098.entry.js.map → p-67c3985d.entry.js.map} +0 -0
  399. /package/dist/core/{p-a8dc3162.entry.js.map → p-703f3de1.entry.js.map} +0 -0
  400. /package/dist/core/{p-f7706ff7.entry.js.map → p-762ea31a.entry.js.map} +0 -0
  401. /package/dist/core/{p-2969b5c9.entry.js.map → p-7d0d85c4.entry.js.map} +0 -0
  402. /package/dist/core/{p-b00efb15.entry.js.map → p-9674b63f.entry.js.map} +0 -0
  403. /package/dist/core/{p-fb43abd6.entry.js.map → p-9ca147f3.entry.js.map} +0 -0
  404. /package/dist/core/{p-4637c326.entry.js.map → p-a7583faf.entry.js.map} +0 -0
  405. /package/dist/core/{p-09c31ac6.entry.js.map → p-adde6c66.entry.js.map} +0 -0
  406. /package/dist/core/{p-6fb29846.entry.js.map → p-ae11583f.entry.js.map} +0 -0
  407. /package/dist/core/{p-0cbd0967.entry.js.map → p-cce398e1.entry.js.map} +0 -0
  408. /package/dist/core/{p-06b3ae40.entry.js.map → p-d3223b89.entry.js.map} +0 -0
  409. /package/dist/core/{p-3b13d191.entry.js.map → p-eca43f7d.entry.js.map} +0 -0
  410. /package/dist/core/{p-44fbe8c2.entry.js.map → p-f4e3bb5b.entry.js.map} +0 -0
  411. /package/dist/core/{p-b29e325f.entry.js.map → p-f51c609d.entry.js.map} +0 -0
  412. /package/dist/core/{p-296a41ce.entry.js.map → p-f57729b8.entry.js.map} +0 -0
  413. /package/dist/core/{p-091a7fbf.entry.js.map → p-f6bb691a.entry.js.map} +0 -0
  414. /package/dist/core/{p-ad6632a9.entry.js.map → p-f7105cf9.entry.js.map} +0 -0
@@ -27,7 +27,7 @@ export default {
27
27
  };
28
28
 
29
29
  export const Default = {
30
- render: (args) =>
30
+ render: () =>
31
31
  html` <ic-search-bar label="What is your favourite coffee?">
32
32
  </ic-search-bar>`,
33
33
 
@@ -35,7 +35,7 @@ export const Default = {
35
35
  };
36
36
 
37
37
  export const Basic = {
38
- render: (args) =>
38
+ render: () =>
39
39
  html` <ic-search-bar label="What is your favourite coffee?"></ic-search-bar>
40
40
  <script>
41
41
  document.querySelector("ic-search-bar").options = [
@@ -54,7 +54,7 @@ export const Basic = {
54
54
  };
55
55
 
56
56
  export const WithCustomLabelAndValueFields = {
57
- render: (args) =>
57
+ render: () =>
58
58
  html` <ic-search-bar
59
59
  label="What is your favourite coffee?"
60
60
  label-field="urn"
@@ -77,7 +77,7 @@ export const WithCustomLabelAndValueFields = {
77
77
  };
78
78
 
79
79
  export const WithOptions = {
80
- render: (args) =>
80
+ render: () =>
81
81
  html` <ic-search-bar
82
82
  label="What is your favourite coffee?"
83
83
  value="Flat White"
@@ -103,7 +103,7 @@ export const WithOptions = {
103
103
  };
104
104
 
105
105
  export const WithOptionsNoFiltering = {
106
- render: (args) =>
106
+ render: () =>
107
107
  html` <ic-search-bar
108
108
  label="What is your favourite coffee?"
109
109
  disable-auto-filtering
@@ -125,7 +125,7 @@ export const WithOptionsNoFiltering = {
125
125
  };
126
126
 
127
127
  export const InAForm = {
128
- render: (args) =>
128
+ render: () =>
129
129
  html` <form>
130
130
  <ic-search-bar
131
131
  name="search-01"
@@ -137,7 +137,7 @@ export const InAForm = {
137
137
  };
138
138
 
139
139
  export const HelperText = {
140
- render: (args) =>
140
+ render: () =>
141
141
  html` <ic-search-bar
142
142
  label="What is your favourite coffee?"
143
143
  helper-text="Some helper text"
@@ -168,7 +168,7 @@ export const HelperText = {
168
168
  };
169
169
 
170
170
  export const Small = {
171
- render: (args) =>
171
+ render: () =>
172
172
  html` <ic-search-bar
173
173
  label="What is your favourite coffee?"
174
174
  size="small"
@@ -178,7 +178,7 @@ export const Small = {
178
178
  };
179
179
 
180
180
  export const HiddenLabel = {
181
- render: (args) =>
181
+ render: () =>
182
182
  html` <ic-search-bar
183
183
  label="What is your favourite coffee?"
184
184
  hide-label
@@ -188,7 +188,7 @@ export const HiddenLabel = {
188
188
  };
189
189
 
190
190
  export const Disabled = {
191
- render: (args) =>
191
+ render: () =>
192
192
  html` <ic-search-bar
193
193
  label="What is your favourite coffee?"
194
194
  disabled
@@ -198,7 +198,7 @@ export const Disabled = {
198
198
  };
199
199
 
200
200
  export const FullWidth = {
201
- render: (args) =>
201
+ render: () =>
202
202
  html` <ic-search-bar
203
203
  label="What is your favourite coffee?"
204
204
  full-width
@@ -224,7 +224,7 @@ export const FullWidth = {
224
224
  };
225
225
 
226
226
  export const ExternalFiltering = {
227
- render: (args) =>
227
+ render: () =>
228
228
  html` <ic-search-bar
229
229
  label="Search for coffee"
230
230
  placeholder="Type to search"
@@ -288,7 +288,7 @@ export const ExternalFiltering = {
288
288
  };
289
289
 
290
290
  export const ExternalFilteringWithLoading = {
291
- render: (args) =>
291
+ render: () =>
292
292
  html` <ic-search-bar
293
293
  label="Search for coffee"
294
294
  placeholder="Type to search"
@@ -356,7 +356,7 @@ export const ExternalFilteringWithLoading = {
356
356
  };
357
357
 
358
358
  export const ExternalFilteringWithCustomLoadingMessages = {
359
- render: (args) =>
359
+ render: () =>
360
360
  html` <ic-search-bar
361
361
  label="Search for coffee"
362
362
  placeholder="Type to search"
@@ -426,7 +426,7 @@ export const ExternalFilteringWithCustomLoadingMessages = {
426
426
  };
427
427
 
428
428
  export const QuerySearchMode = {
429
- render: (args) =>
429
+ render: () =>
430
430
  html` <ic-search-bar
431
431
  label="What is your favourite coffee?"
432
432
  search-mode="query"
@@ -447,7 +447,7 @@ export const QuerySearchMode = {
447
447
  };
448
448
 
449
449
  export const EmptyOptionListText = {
450
- render: (args) =>
450
+ render: () =>
451
451
  html` <ic-search-bar
452
452
  label="What is your favourite coffee?"
453
453
  empty-option-list-text="There's nothing here"
@@ -468,7 +468,7 @@ export const EmptyOptionListText = {
468
468
  };
469
469
 
470
470
  export const CharactersUntilSuggestion = {
471
- render: (args) =>
471
+ render: () =>
472
472
  html` <ic-search-bar
473
473
  label="What is your favourite coffee?"
474
474
  characters-until-suggestion="5"
@@ -489,7 +489,7 @@ export const CharactersUntilSuggestion = {
489
489
  };
490
490
 
491
491
  export const HintText = {
492
- render: (args) =>
492
+ render: () =>
493
493
  html` <ic-search-bar
494
494
  label="What is your favourite coffee?"
495
495
  assistive-hint-text="You can use up and down arrows to navigate the options when they are available, and press enter to select an option."
@@ -511,7 +511,7 @@ export const HintText = {
511
511
  };
512
512
 
513
513
  export const LongOptionLabels = {
514
- render: (args) =>
514
+ render: () =>
515
515
  html` <ic-search-bar label="What is your favourite coffee?"></ic-search-bar>
516
516
  <script>
517
517
  document.querySelector("ic-search-bar").options = [
@@ -12,12 +12,12 @@ export class SectionContainer {
12
12
  }
13
13
  render() {
14
14
  const { aligned, fullHeight } = this;
15
- return (h(Host, { key: '343b4d46f49af4458ad961d31de6118927b5e3ec', class: {
15
+ return (h(Host, { key: '67c1b4b2afe62fc53812421ee49c01bf689e05b4', class: {
16
16
  ["aligned-left"]: aligned === "left" || aligned === null,
17
17
  ["aligned-center"]: aligned === "center",
18
18
  ["aligned-full-width"]: aligned === "full-width",
19
19
  ["no-vertical-padding"]: !!fullHeight,
20
- } }, h("slot", { key: '96932a21be0e230d9d15e05f09b8da67f772dd2b' })));
20
+ } }, h("slot", { key: 'cb21cb372b6131cfb990ac0a016f6c64641749f9' })));
21
21
  }
22
22
  static get is() { return "ic-section-container"; }
23
23
  static get encapsulation() { return "shadow"; }
@@ -466,7 +466,7 @@ video {
466
466
  --border-color-warning: var(--ic-select-field-border-warning);
467
467
  --border-color-warning-hover: var(--ic-select-field-border-warning-hover);
468
468
  --border-color-warning-pressed: var(--ic-select-field-border-warning-pressed);
469
- --ic-input-label-text-color: var(--ic-select-field-labe);
469
+ --ic-input-label-text-color: var(--ic-select-field-label);
470
470
  --ic-input-label-helper-text-color: var(
471
471
  --ic-select-input-field-label-subtitle
472
472
  );
@@ -794,18 +794,18 @@ export class Select {
794
794
  (searchable
795
795
  ? !!searchableSelectInputValue
796
796
  : !!currValue && !loading && showClearButton);
797
- return (h(Host, { key: 'f4a2c999048b3813c72f19cb9d12b179a1aa2829', class: {
797
+ return (h(Host, { key: 'beb04e2fdc2db5765b24622f4d31bfdf36c61ba6', class: {
798
798
  "ic-select-disabled": disabled,
799
799
  "ic-select-searchable": searchable,
800
800
  [`ic-select-${size}`]: size !== "medium",
801
801
  "ic-select-full-width": fullWidth,
802
802
  [`ic-theme-${theme}`]: theme !== "inherit",
803
- }, onBlur: this.onBlur }, h("ic-input-container", { key: '26ca71ed868b6154ae6d85b12176cbd2c245a2a1', readonly: readonly }, !hideLabel && (h("ic-input-label", { key: 'fbc267c35b7408673080578c7223713bbbc63487', for: inputId, label: label, helperText: helperText, required: required, disabled: disabled, readonly: readonly }, h("slot", { key: '6614423a784d3c8afb82685721ac76044a541b2c', name: "helper-text", slot: "helper-text" }))), h("ic-input-component-container", { key: '22f3497287a6dffa909d12ab7cf56dcc350580ff', ref: (el) => (this.anchorEl = el), class: { "menu-open": open }, size: size, fullWidth: fullWidth, disabled: disabled, readonly: readonly, validationStatus: validationStatus }, isSlotUsed(this.el, "icon") &&
803
+ }, onBlur: this.onBlur }, h("ic-input-container", { key: 'e85323a8778251dca9d78ccc76906c7523a8f02a', readonly: readonly }, !hideLabel && (h("ic-input-label", { key: '9bd3a6662c29157c323beee7355ec0983a0a83e9', for: inputId, label: label, helperText: helperText, required: required, disabled: disabled, readonly: readonly }, h("slot", { key: 'ba0fc93028a2ff25112730a950381a25bee23b54', name: "helper-text", slot: "helper-text" }))), h("ic-input-component-container", { key: 'c7d54f4d61bcb41cfbb3c4af1600a783e696121f', ref: (el) => (this.anchorEl = el), class: { "menu-open": open }, size: size, fullWidth: fullWidth, disabled: disabled, readonly: readonly, validationStatus: validationStatus }, isSlotUsed(this.el, "icon") &&
804
804
  !disabled &&
805
- (!readonly || !!value) && (h("span", { key: '2103e465e79ce43a400ab208cd3fa41f8d9a4897', slot: "left-icon", class: {
805
+ (!readonly || !!value) && (h("span", { key: '891b11b3008d52ac3db2197c372b21a12a9f431e', slot: "left-icon", class: {
806
806
  readonly,
807
807
  "has-value": !!value,
808
- } }, h("slot", { key: '626f074a90189f115c112e179ffd5c1e28ac17c6', name: "icon" }))), readonly ? (h("ic-typography", null, h("p", null, valueLabelString))) : isMobileOrTablet() && !multiple ? (h("select", Object.assign({ ref: (el) => (this.nativeSelectElement = el), disabled: disabled, onChange: this.handleNativeSelectChange, required: required, id: inputId, "aria-label": label, "aria-describedby": describedBy, "aria-invalid": invalid, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.handleNativeSelectKeyDown, form: form }, inheritedAttributes), h("option", { value: "", selected: true, disabled: !showClearButton }, placeholder), options.map((option) => option.children ? (h("optgroup", { label: option.label }, option.children.map((child) => this.renderNativeOption(child)))) : (this.renderNativeOption(option))))) : searchable ? (h("div", { class: "searchable-select-container" }, h("input", { class: {
808
+ } }, h("slot", { key: '9fc291a9f0b756bf31331260ea3c313cdecf8fa2', name: "icon" }))), readonly ? (h("ic-typography", null, h("p", null, valueLabelString))) : isMobileOrTablet() && !multiple ? (h("select", Object.assign({ ref: (el) => (this.nativeSelectElement = el), disabled: disabled, onChange: this.handleNativeSelectChange, required: required, id: inputId, "aria-label": label, "aria-describedby": describedBy, "aria-invalid": invalid, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.handleNativeSelectKeyDown, form: form }, inheritedAttributes), h("option", { value: "", selected: true, disabled: !showClearButton }, placeholder), options.map((option) => option.children ? (h("optgroup", { label: option.label }, option.children.map((child) => this.renderNativeOption(child)))) : (this.renderNativeOption(option))))) : searchable ? (h("div", { class: "searchable-select-container" }, h("input", { class: {
809
809
  "value-text": true,
810
810
  "select-input": true,
811
811
  "with-clear-button": !!searchableSelectInputValue,
@@ -826,7 +826,7 @@ export class Select {
826
826
  } }, valueLabelString || placeholder), h("div", { class: "select-input-end" }, isClearable && h("div", { class: "divider" }), h("span", { class: {
827
827
  "expand-icon": true,
828
828
  "expand-icon-open": open,
829
- }, innerHTML: Expand, "aria-hidden": "true" }))), isClearable && (h("ic-button", { id: "clear-button", "aria-label": "Clear selection", class: "clear-button", innerHTML: Clear, onClick: this.handleClear, onFocus: this.handleClearButtonFocus, onBlur: this.handleClearButtonBlur, size: size, variant: "icon-tertiary", theme: clearButtonFocused ? "light" : "dark" }))))), (!isMobileOrTablet() || multiple) && (h("ic-menu", { key: 'e309813f2a75cf0eb862f6c1b06cf34a81ded8f1', class: {
829
+ }, innerHTML: Expand, "aria-hidden": "true" }))), isClearable && (h("ic-button", { id: "clear-button", "aria-label": "Clear selection", class: "clear-button", innerHTML: Clear, onClick: this.handleClear, onFocus: this.handleClearButtonFocus, onBlur: this.handleClearButtonBlur, size: size, variant: "icon-tertiary", theme: clearButtonFocused ? "light" : "dark" }))))), (!isMobileOrTablet() || multiple) && (h("ic-menu", { key: 'b56cf5adc26838ad0f873aa16df8da7fd7b83d22', class: {
830
830
  "no-results": loading ||
831
831
  hasTimedOut ||
832
832
  (searchable &&
@@ -835,7 +835,7 @@ export class Select {
835
835
  ((_d = (_c = this.uniqueOptions) === null || _c === void 0 ? void 0 : _c[0]) === null || _d === void 0 ? void 0 : _d.label) === emptyOptionListText),
836
836
  }, ref: (el) => (this.menu = el), inputEl: searchable
837
837
  ? this.searchableSelectElement
838
- : this.customSelectElement, inputLabel: label, anchorEl: this.anchorEl, size: size, menuId: menuId, open: open, options: searchable ? filteredOptions : uniqueOptions, value: multiple ? currValue : currValue, fullWidth: fullWidth, selectOnEnter: selectOnEnter, onMenuStateChange: this.handleMenuChange, onMenuOptionSelect: this.handleCustomSelectChange, onMenuOptionSelectAll: this.handleSelectAllChange, onMenuKeyPress: this.handleMenuKeyPress, onUngroupedOptionsSet: this.setUngroupedOptions, onRetryButtonClicked: this.handleRetry, parentEl: this.el, onTimeoutBlur: this.onTimeoutBlur, activationType: searchable || multiple || selectOnEnter ? "manual" : "automatic", closeOnSelect: !multiple, multiSelect: multiple ? true : false, searchableSelect: searchable ? true : false })), multiple && (h("div", { key: '4d029c5c9543fe25438a856df7a6dcde941ed648', "aria-live": "polite", role: "status", class: "multi-select-selected-count" })), h("ic-input-validation", { key: 'f709f7940485a6fa673a1fe7cb14a636e53fa151', class: {
838
+ : this.customSelectElement, inputLabel: label, anchorEl: this.anchorEl, size: size, menuId: menuId, open: open, options: searchable ? filteredOptions : uniqueOptions, value: multiple ? currValue : currValue, fullWidth: fullWidth, selectOnEnter: selectOnEnter, onMenuStateChange: this.handleMenuChange, onMenuOptionSelect: this.handleCustomSelectChange, onMenuOptionSelectAll: this.handleSelectAllChange, onMenuKeyPress: this.handleMenuKeyPress, onUngroupedOptionsSet: this.setUngroupedOptions, onRetryButtonClicked: this.handleRetry, parentEl: this.el, onTimeoutBlur: this.onTimeoutBlur, activationType: searchable || multiple || selectOnEnter ? "manual" : "automatic", closeOnSelect: !multiple, multiSelect: multiple ? true : false, searchableSelect: searchable ? true : false })), multiple && (h("div", { key: 'c4e7606e119c8658e590716ff02dcaf45f30ae89', "aria-live": "polite", role: "status", class: "multi-select-selected-count" })), h("ic-input-validation", { key: 'b74ff136f8b758c400d9c0262a227f2286b301d5', class: {
839
839
  "menu-open": open,
840
840
  }, ariaLiveMode: validationAriaLive, status: showValidation ? validationStatus : "", message: showValidation ? validationText : "", for: inputId }))));
841
841
  }
@@ -25,7 +25,7 @@ export default {
25
25
  };
26
26
 
27
27
  export const Default = {
28
- render: (args) =>
28
+ render: () =>
29
29
  html`<ic-select
30
30
  id="select-default"
31
31
  label="What are your favourite types of coffee?"
@@ -66,7 +66,7 @@ export const Default = {
66
66
  };
67
67
 
68
68
  export const AsyncDefault = {
69
- render: (args) =>
69
+ render: () =>
70
70
  html`<ic-select
71
71
  label="What are your favourite types of coffee?"
72
72
  id="select-async"
@@ -96,7 +96,7 @@ export const AsyncDefault = {
96
96
  };
97
97
 
98
98
  export const DefaultValue = {
99
- render: (args) =>
99
+ render: () =>
100
100
  html`<ic-select
101
101
  id="select-default-value"
102
102
  label="What are your favourite types of coffee?"
@@ -123,7 +123,7 @@ export const DefaultValue = {
123
123
  };
124
124
 
125
125
  export const WithClearButton = {
126
- render: (args) =>
126
+ render: () =>
127
127
  html`<ic-select
128
128
  id="select-clear"
129
129
  label="What are your favourite types of coffee?"
@@ -150,7 +150,7 @@ export const WithClearButton = {
150
150
  };
151
151
 
152
152
  export const WithDescriptions = {
153
- render: (args) =>
153
+ render: () =>
154
154
  html`<ic-select
155
155
  id="select-descriptions"
156
156
  label="What are your favourite types of coffee?"
@@ -206,7 +206,7 @@ export const WithDescriptions = {
206
206
  };
207
207
 
208
208
  export const HelperText = {
209
- render: (args) =>
209
+ render: () =>
210
210
  html`<ic-select
211
211
  label="What are your favourite types of coffee?"
212
212
  multiple
@@ -241,7 +241,7 @@ export const HelperText = {
241
241
  };
242
242
 
243
243
  export const CustomPlaceholder = {
244
- render: (args) =>
244
+ render: () =>
245
245
  html`<ic-select
246
246
  id="select-placeholder"
247
247
  label="What are your favourite types of coffee?"
@@ -268,7 +268,7 @@ export const CustomPlaceholder = {
268
268
  };
269
269
 
270
270
  export const CustomComponents = {
271
- render: (args) =>
271
+ render: () =>
272
272
  html`<ic-select
273
273
  id="select-custom-components"
274
274
  label="What are your favourite types of coffee?"
@@ -311,7 +311,7 @@ export const CustomComponents = {
311
311
  };
312
312
 
313
313
  export const Sizes = {
314
- render: (args) =>
314
+ render: () =>
315
315
  html`<div style="display: flex; flex-direction: column; gap: 16px;">
316
316
  <ic-select
317
317
  id="select-size-small"
@@ -381,7 +381,7 @@ export const Sizes = {
381
381
  };
382
382
 
383
383
  export const Disabled = {
384
- render: (args) =>
384
+ render: () =>
385
385
  html`<ic-select
386
386
  id="select-disabled"
387
387
  label="What are your favourite types of coffee?"
@@ -408,7 +408,7 @@ export const Disabled = {
408
408
  };
409
409
 
410
410
  export const DisabledOptions = {
411
- render: (args) =>
411
+ render: () =>
412
412
  html`<ic-select
413
413
  id="select-disabled-options"
414
414
  label="What are your favourite types of coffee?"
@@ -434,7 +434,7 @@ export const DisabledOptions = {
434
434
  };
435
435
 
436
436
  export const FullWidth = {
437
- render: (args) =>
437
+ render: () =>
438
438
  html`<ic-select
439
439
  id="select-full-width"
440
440
  label="What are your favourite types of coffee?"
@@ -461,7 +461,7 @@ export const FullWidth = {
461
461
  };
462
462
 
463
463
  export const HiddenLabel = {
464
- render: (args) =>
464
+ render: () =>
465
465
  html`<ic-select
466
466
  id="select-hidden-label"
467
467
  label="What are your favourite types of coffee?"
@@ -488,7 +488,7 @@ export const HiddenLabel = {
488
488
  };
489
489
 
490
490
  export const Required = {
491
- render: (args) =>
491
+ render: () =>
492
492
  html`<ic-select
493
493
  id="select-required"
494
494
  label="What are your favourite types of coffee?"
@@ -543,7 +543,7 @@ export const ReadOnly = {
543
543
  };
544
544
 
545
545
  export const Groups = {
546
- render: (args) =>
546
+ render: () =>
547
547
  html`<ic-select
548
548
  id="select-groups"
549
549
  label="What are your favourite types of coffee?"
@@ -576,7 +576,7 @@ export const Groups = {
576
576
  };
577
577
 
578
578
  export const Recommended = {
579
- render: (args) =>
579
+ render: () =>
580
580
  html`<ic-select
581
581
  id="select-recommended"
582
582
  label="What are your favourite types of coffee?"
@@ -602,7 +602,7 @@ export const Recommended = {
602
602
  };
603
603
 
604
604
  export const Validation = {
605
- render: (args) =>
605
+ render: () =>
606
606
  html`<ic-select
607
607
  id="select-success"
608
608
  label="What are your favourite types of coffee?"
@@ -674,7 +674,7 @@ export const Validation = {
674
674
  };
675
675
 
676
676
  export const ScrollBehaviour = {
677
- render: (args) =>
677
+ render: () =>
678
678
  html`<ic-select
679
679
  id="select-scroll"
680
680
  label="What are your favourite types of coffee?"
@@ -705,7 +705,7 @@ export const ScrollBehaviour = {
705
705
  };
706
706
 
707
707
  export const LoadingWithError = {
708
- render: (args) =>
708
+ render: () =>
709
709
  html`<ic-select
710
710
  id="select-loading"
711
711
  label="What are your favourite types of coffee?"
@@ -736,7 +736,7 @@ export const LoadingWithError = {
736
736
  };
737
737
 
738
738
  export const InForm = {
739
- render: (args) => html`
739
+ render: () => html`
740
740
  <form>
741
741
  <ic-select
742
742
  id="select-form"
@@ -27,7 +27,7 @@ export default {
27
27
  };
28
28
 
29
29
  export const Default = {
30
- render: (args) =>
30
+ render: () =>
31
31
  html`<ic-select
32
32
  id="select-default"
33
33
  label="What is your favourite coffee?"
@@ -65,7 +65,7 @@ export const Default = {
65
65
  };
66
66
 
67
67
  export const AsyncDefault = {
68
- render: (args) =>
68
+ render: () =>
69
69
  html`<ic-select
70
70
  id="select-async"
71
71
  label="What is your favourite coffee?"
@@ -95,7 +95,7 @@ export const AsyncDefault = {
95
95
  };
96
96
 
97
97
  export const DefaultValue = {
98
- render: (args) =>
98
+ render: () =>
99
99
  html`<ic-select
100
100
  id="select-default-value"
101
101
  label="What is your favourite coffee?"
@@ -122,7 +122,7 @@ export const DefaultValue = {
122
122
  };
123
123
 
124
124
  export const FilterByStartOfOptions = {
125
- render: (args) =>
125
+ render: () =>
126
126
  html`<ic-select
127
127
  id="select-filter-start"
128
128
  label="What is your favourite coffee?"
@@ -149,7 +149,7 @@ export const FilterByStartOfOptions = {
149
149
  };
150
150
 
151
151
  export const WithDescriptions = {
152
- render: (args) =>
152
+ render: () =>
153
153
  html`<ic-select
154
154
  id="select-descriptions"
155
155
  label="What is your favourite coffee?"
@@ -205,7 +205,7 @@ export const WithDescriptions = {
205
205
  };
206
206
 
207
207
  export const WithDescriptionsIncludedInSearch = {
208
- render: (args) =>
208
+ render: () =>
209
209
  html`<ic-select
210
210
  id="select-descriptions-included"
211
211
  label="What is your favourite coffee?"
@@ -262,7 +262,7 @@ export const WithDescriptionsIncludedInSearch = {
262
262
  };
263
263
 
264
264
  export const HelperText = {
265
- render: (args) =>
265
+ render: () =>
266
266
  html`<ic-select
267
267
  label="What is your favourite coffee?"
268
268
  searchable
@@ -297,7 +297,7 @@ export const HelperText = {
297
297
  };
298
298
 
299
299
  export const Sizes = {
300
- render: (args) =>
300
+ render: () =>
301
301
  html`<div style="display: flex; flex-direction: column; gap: 16px;">
302
302
  <ic-select
303
303
  id="select-size-small"
@@ -367,7 +367,7 @@ export const Sizes = {
367
367
  };
368
368
 
369
369
  export const Disabled = {
370
- render: (args) =>
370
+ render: () =>
371
371
  html`<ic-select
372
372
  id="select-disabled"
373
373
  label="What is your favourite coffee?"
@@ -394,7 +394,7 @@ export const Disabled = {
394
394
  };
395
395
 
396
396
  export const DisabledOptions = {
397
- render: (args) =>
397
+ render: () =>
398
398
  html`<ic-select
399
399
  id="select-disabled-options"
400
400
  label="What is your favourite coffee?"
@@ -420,7 +420,7 @@ export const DisabledOptions = {
420
420
  };
421
421
 
422
422
  export const HiddenLabel = {
423
- render: (args) =>
423
+ render: () =>
424
424
  html`<ic-select
425
425
  id="select-hidden-label"
426
426
  label="What is your favourite coffee?"
@@ -447,7 +447,7 @@ export const HiddenLabel = {
447
447
  };
448
448
 
449
449
  export const Required = {
450
- render: (args) =>
450
+ render: () =>
451
451
  html`<ic-select
452
452
  id="select-required"
453
453
  label="What is your favourite coffee?"
@@ -474,7 +474,7 @@ export const Required = {
474
474
  };
475
475
 
476
476
  export const Groups = {
477
- render: (args) =>
477
+ render: () =>
478
478
  html`<ic-select
479
479
  id="select-groups"
480
480
  label="What is your favourite coffee?"
@@ -507,7 +507,7 @@ export const Groups = {
507
507
  };
508
508
 
509
509
  export const GroupsGroupTitlesIncludedInSearch = {
510
- render: (args) =>
510
+ render: () =>
511
511
  html`<ic-select
512
512
  id="select-groups-included"
513
513
  label="What is your favourite coffee?"
@@ -541,7 +541,7 @@ export const GroupsGroupTitlesIncludedInSearch = {
541
541
  };
542
542
 
543
543
  export const Recommended = {
544
- render: (args) =>
544
+ render: () =>
545
545
  html`<ic-select
546
546
  id="select-recommended"
547
547
  label="What is your favourite coffee?"
@@ -567,7 +567,7 @@ export const Recommended = {
567
567
  };
568
568
 
569
569
  export const Validation = {
570
- render: (args) =>
570
+ render: () =>
571
571
  html`<ic-select
572
572
  id="select-success"
573
573
  label="What is your favourite coffee?"
@@ -642,7 +642,7 @@ export const Validation = {
642
642
  };
643
643
 
644
644
  export const ScrollBehaviour = {
645
- render: (args) =>
645
+ render: () =>
646
646
  html`<ic-select
647
647
  id="select-scroll"
648
648
  label="What is your favourite coffee?"
@@ -672,7 +672,7 @@ export const ScrollBehaviour = {
672
672
  };
673
673
 
674
674
  export const ExternalFiltering = {
675
- render: (args) =>
675
+ render: () =>
676
676
  html`<ic-select
677
677
  label="What is your favourite coffee?"
678
678
  searchable
@@ -742,7 +742,7 @@ export const ExternalFiltering = {
742
742
  };
743
743
 
744
744
  export const InForm = {
745
- render: (args) => html`
745
+ render: () => html`
746
746
  <form>
747
747
  <ic-select
748
748
  id="select-form"
@@ -775,7 +775,7 @@ export const InForm = {
775
775
  };
776
776
 
777
777
  export const UpdateInputValueFromExternalRequest = {
778
- render: (args) =>
778
+ render: () =>
779
779
  html`<ic-section-container>
780
780
  <ic-select
781
781
  id="select-external-request"
@@ -811,7 +811,7 @@ export const UpdateInputValueFromExternalRequest = {
811
811
  };
812
812
 
813
813
  export const EmittingIcOptionSelectOnEnter = {
814
- render: (args) =>
814
+ render: () =>
815
815
  html`<ic-select
816
816
  id="select-icoptionselect"
817
817
  label="What is your favourite coffee?"
@@ -821,9 +821,18 @@ export const EmittingIcOptionSelectOnEnter = {
821
821
  name: "Emitting icOptionSelect on enter",
822
822
  };
823
823
 
824
- export const CustomPropsOnLiElements = {
824
+ export const Internationalisation = {
825
825
  render: () =>
826
- html`<ic-select
826
+ html` <p>
827
+ The first select is wrapped in a <code>&lt;span lang="fr"&gt;</code> to
828
+ change the language. All options will read in french, which can be
829
+ tested using a screen reader.
830
+ </p>
831
+ <span lang="fr">
832
+ <ic-select id="select-lang" label="Boisson Préférée"></ic-select>
833
+ </span>
834
+ <hr />
835
+ <ic-select
827
836
  id="select-custom-li-props"
828
837
  label="What is your favourite coffee?"
829
838
  ></ic-select>
@@ -834,8 +843,15 @@ export const CustomPropsOnLiElements = {
834
843
  reader.
835
844
  </p>
836
845
  <script>
837
- var select = document.querySelector("#select-custom-li-props");
838
- select.options = [
846
+ var select1 = document.querySelector("#select-lang");
847
+ select1.options = [
848
+ { label: "Chocolat Chaud", value: "choc" },
849
+ { label: "Jus", value: "jus" },
850
+ { label: "Limonade", value: "lim" },
851
+ ];
852
+ var select2 = document.querySelector("#select-custom-li-props");
853
+ select2.options = [
854
+ { label: "Flat White", value: "Fla", htmlProps: { lang: "en-GB" } },
839
855
  { label: "Cappuccino", value: "Cap", htmlProps: { lang: "it" } },
840
856
  { label: "Latte", value: "Lat", htmlProps: { lang: "it" } },
841
857
  { label: "Americano", value: "Ame", htmlProps: { lang: "it" } },
@@ -845,7 +861,7 @@ export const CustomPropsOnLiElements = {
845
861
  });
846
862
  </script>`,
847
863
 
848
- name: "Custom props on <li>s",
864
+ name: "Internationalisation (+ options with htmlProps)",
849
865
  };
850
866
 
851
867
  const inlineRadioSelector = "inline-radio";