@helixui/library 3.6.0 → 3.8.0-next.145

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 (413) hide show
  1. package/README.md +41 -0
  2. package/aaa-verdicts.json +2036 -0
  3. package/custom-elements.json +3045 -1254
  4. package/dist/components/hx-accordion/hx-accordion-item.d.ts.map +1 -1
  5. package/dist/components/hx-accordion/hx-accordion-item.styles.d.ts.map +1 -1
  6. package/dist/components/hx-accordion/index.js +1 -1
  7. package/dist/components/hx-action-bar/hx-action-bar.d.ts +18 -0
  8. package/dist/components/hx-action-bar/hx-action-bar.d.ts.map +1 -1
  9. package/dist/components/hx-action-bar/hx-action-bar.styles.d.ts.map +1 -1
  10. package/dist/components/hx-action-bar/index.js +1 -1
  11. package/dist/components/hx-alert/hx-alert.d.ts +18 -8
  12. package/dist/components/hx-alert/hx-alert.d.ts.map +1 -1
  13. package/dist/components/hx-alert/hx-alert.styles.d.ts.map +1 -1
  14. package/dist/components/hx-alert/index.js +1 -1
  15. package/dist/components/hx-avatar/hx-avatar.d.ts +4 -1
  16. package/dist/components/hx-avatar/hx-avatar.d.ts.map +1 -1
  17. package/dist/components/hx-avatar/hx-avatar.styles.d.ts.map +1 -1
  18. package/dist/components/hx-avatar/index.js +1 -1
  19. package/dist/components/hx-badge/hx-badge.d.ts.map +1 -1
  20. package/dist/components/hx-badge/hx-badge.styles.d.ts.map +1 -1
  21. package/dist/components/hx-badge/index.js +1 -1
  22. package/dist/components/hx-banner/hx-banner.d.ts +19 -8
  23. package/dist/components/hx-banner/hx-banner.d.ts.map +1 -1
  24. package/dist/components/hx-banner/hx-banner.styles.d.ts.map +1 -1
  25. package/dist/components/hx-banner/index.js +1 -1
  26. package/dist/components/hx-breadcrumb/hx-breadcrumb-item.d.ts.map +1 -1
  27. package/dist/components/hx-breadcrumb/hx-breadcrumb-item.styles.d.ts.map +1 -1
  28. package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts +18 -0
  29. package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts.map +1 -1
  30. package/dist/components/hx-breadcrumb/index.js +1 -1
  31. package/dist/components/hx-button/hx-button.d.ts +18 -0
  32. package/dist/components/hx-button/hx-button.d.ts.map +1 -1
  33. package/dist/components/hx-button/hx-button.styles.d.ts.map +1 -1
  34. package/dist/components/hx-button/index.js +1 -1
  35. package/dist/components/hx-button-group/hx-button-group.d.ts +47 -0
  36. package/dist/components/hx-button-group/hx-button-group.d.ts.map +1 -1
  37. package/dist/components/hx-button-group/index.js +1 -1
  38. package/dist/components/hx-carousel/hx-carousel.d.ts.map +1 -1
  39. package/dist/components/hx-carousel/hx-carousel.styles.d.ts.map +1 -1
  40. package/dist/components/hx-carousel/index.js +1 -1
  41. package/dist/components/hx-checkbox/hx-checkbox.d.ts +18 -0
  42. package/dist/components/hx-checkbox/hx-checkbox.d.ts.map +1 -1
  43. package/dist/components/hx-checkbox/hx-checkbox.styles.d.ts.map +1 -1
  44. package/dist/components/hx-checkbox/index.js +1 -1
  45. package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts +36 -0
  46. package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts.map +1 -1
  47. package/dist/components/hx-checkbox-group/hx-checkbox-group.styles.d.ts.map +1 -1
  48. package/dist/components/hx-checkbox-group/index.js +1 -1
  49. package/dist/components/hx-clinical-status/hx-clinical-status.d.ts +26 -9
  50. package/dist/components/hx-clinical-status/hx-clinical-status.d.ts.map +1 -1
  51. package/dist/components/hx-clinical-status/hx-clinical-status.styles.d.ts.map +1 -1
  52. package/dist/components/hx-clinical-status/index.js +1 -1
  53. package/dist/components/hx-color-picker/hx-color-picker.d.ts +18 -0
  54. package/dist/components/hx-color-picker/hx-color-picker.d.ts.map +1 -1
  55. package/dist/components/hx-color-picker/hx-color-picker.styles.d.ts.map +1 -1
  56. package/dist/components/hx-color-picker/index.js +1 -1
  57. package/dist/components/hx-combobox/hx-combobox.d.ts +18 -0
  58. package/dist/components/hx-combobox/hx-combobox.d.ts.map +1 -1
  59. package/dist/components/hx-combobox/hx-combobox.styles.d.ts.map +1 -1
  60. package/dist/components/hx-combobox/index.js +1 -1
  61. package/dist/components/hx-copy-button/hx-copy-button.d.ts +18 -0
  62. package/dist/components/hx-copy-button/hx-copy-button.d.ts.map +1 -1
  63. package/dist/components/hx-copy-button/hx-copy-button.styles.d.ts.map +1 -1
  64. package/dist/components/hx-copy-button/index.js +1 -1
  65. package/dist/components/hx-date-picker/hx-date-picker.d.ts +18 -0
  66. package/dist/components/hx-date-picker/hx-date-picker.d.ts.map +1 -1
  67. package/dist/components/hx-date-picker/hx-date-picker.styles.d.ts.map +1 -1
  68. package/dist/components/hx-date-picker/index.js +1 -1
  69. package/dist/components/hx-dialog/hx-dialog.d.ts +18 -0
  70. package/dist/components/hx-dialog/hx-dialog.d.ts.map +1 -1
  71. package/dist/components/hx-drawer/hx-drawer.d.ts +18 -0
  72. package/dist/components/hx-drawer/hx-drawer.d.ts.map +1 -1
  73. package/dist/components/hx-drawer/hx-drawer.styles.d.ts.map +1 -1
  74. package/dist/components/hx-drawer/index.js +1 -1
  75. package/dist/components/hx-dropdown/hx-dropdown.d.ts +18 -0
  76. package/dist/components/hx-dropdown/hx-dropdown.d.ts.map +1 -1
  77. package/dist/components/hx-dropdown/hx-dropdown.styles.d.ts.map +1 -1
  78. package/dist/components/hx-dropdown/index.js +1 -1
  79. package/dist/components/hx-field/hx-field.d.ts +17 -0
  80. package/dist/components/hx-field/hx-field.d.ts.map +1 -1
  81. package/dist/components/hx-field-label/hx-field-label.d.ts +17 -0
  82. package/dist/components/hx-field-label/hx-field-label.d.ts.map +1 -1
  83. package/dist/components/hx-file-upload/hx-file-upload.d.ts +46 -0
  84. package/dist/components/hx-file-upload/hx-file-upload.d.ts.map +1 -1
  85. package/dist/components/hx-file-upload/hx-file-upload.styles.d.ts.map +1 -1
  86. package/dist/components/hx-file-upload/index.js +1 -1
  87. package/dist/components/hx-form/hx-form.d.ts +19 -0
  88. package/dist/components/hx-form/hx-form.d.ts.map +1 -1
  89. package/dist/components/hx-help-text/hx-help-text.d.ts +17 -0
  90. package/dist/components/hx-help-text/hx-help-text.d.ts.map +1 -1
  91. package/dist/components/hx-help-text/hx-help-text.styles.d.ts.map +1 -1
  92. package/dist/components/hx-help-text/index.js +1 -1
  93. package/dist/components/hx-icon/hx-icon.d.ts +108 -12
  94. package/dist/components/hx-icon/hx-icon.d.ts.map +1 -1
  95. package/dist/components/hx-icon/hx-icon.styles.d.ts.map +1 -1
  96. package/dist/components/hx-icon/index.js +1 -1
  97. package/dist/components/hx-icon-button/hx-icon-button.d.ts +18 -0
  98. package/dist/components/hx-icon-button/hx-icon-button.d.ts.map +1 -1
  99. package/dist/components/hx-icon-button/hx-icon-button.styles.d.ts.map +1 -1
  100. package/dist/components/hx-icon-button/index.js +1 -1
  101. package/dist/components/hx-link/hx-link.d.ts.map +1 -1
  102. package/dist/components/hx-link/hx-link.styles.d.ts.map +1 -1
  103. package/dist/components/hx-link/index.js +1 -1
  104. package/dist/components/hx-menu/hx-menu-item.d.ts.map +1 -1
  105. package/dist/components/hx-menu/hx-menu-item.styles.d.ts.map +1 -1
  106. package/dist/components/hx-menu/hx-menu.d.ts +18 -0
  107. package/dist/components/hx-menu/hx-menu.d.ts.map +1 -1
  108. package/dist/components/hx-menu/index.js +1 -1
  109. package/dist/components/hx-nav/hx-nav.d.ts +18 -0
  110. package/dist/components/hx-nav/hx-nav.d.ts.map +1 -1
  111. package/dist/components/hx-nav/hx-nav.styles.d.ts.map +1 -1
  112. package/dist/components/hx-nav/index.js +1 -1
  113. package/dist/components/hx-number-input/hx-number-input.d.ts +18 -0
  114. package/dist/components/hx-number-input/hx-number-input.d.ts.map +1 -1
  115. package/dist/components/hx-number-input/hx-number-input.styles.d.ts.map +1 -1
  116. package/dist/components/hx-number-input/index.js +1 -1
  117. package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts +23 -1
  118. package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts.map +1 -1
  119. package/dist/components/hx-overflow-menu/hx-overflow-menu.styles.d.ts.map +1 -1
  120. package/dist/components/hx-overflow-menu/index.js +1 -1
  121. package/dist/components/hx-pagination/hx-pagination.styles.d.ts.map +1 -1
  122. package/dist/components/hx-pagination/index.js +1 -1
  123. package/dist/components/hx-phi-field/hx-phi-field.d.ts.map +1 -1
  124. package/dist/components/hx-phi-field/hx-phi-field.styles.d.ts.map +1 -1
  125. package/dist/components/hx-phi-field/index.js +1 -1
  126. package/dist/components/hx-popover/hx-popover.d.ts +18 -0
  127. package/dist/components/hx-popover/hx-popover.d.ts.map +1 -1
  128. package/dist/components/hx-popover/hx-popover.styles.d.ts.map +1 -1
  129. package/dist/components/hx-popover/index.js +1 -1
  130. package/dist/components/hx-popup/hx-popup.d.ts +18 -0
  131. package/dist/components/hx-popup/hx-popup.d.ts.map +1 -1
  132. package/dist/components/hx-popup/hx-popup.styles.d.ts.map +1 -1
  133. package/dist/components/hx-popup/index.js +1 -1
  134. package/dist/components/hx-radio-group/hx-radio-group.d.ts +18 -0
  135. package/dist/components/hx-radio-group/hx-radio-group.d.ts.map +1 -1
  136. package/dist/components/hx-radio-group/hx-radio-group.styles.d.ts.map +1 -1
  137. package/dist/components/hx-radio-group/hx-radio.styles.d.ts.map +1 -1
  138. package/dist/components/hx-radio-group/index.js +1 -1
  139. package/dist/components/hx-rating/hx-rating.d.ts +19 -0
  140. package/dist/components/hx-rating/hx-rating.d.ts.map +1 -1
  141. package/dist/components/hx-rating/hx-rating.styles.d.ts.map +1 -1
  142. package/dist/components/hx-rating/index.js +1 -1
  143. package/dist/components/hx-select/hx-select.d.ts +18 -0
  144. package/dist/components/hx-select/hx-select.d.ts.map +1 -1
  145. package/dist/components/hx-side-nav/hx-nav-item.d.ts.map +1 -1
  146. package/dist/components/hx-side-nav/hx-nav-item.styles.d.ts.map +1 -1
  147. package/dist/components/hx-side-nav/hx-side-nav.d.ts +18 -0
  148. package/dist/components/hx-side-nav/hx-side-nav.d.ts.map +1 -1
  149. package/dist/components/hx-side-nav/hx-side-nav.styles.d.ts.map +1 -1
  150. package/dist/components/hx-side-nav/index.js +1 -1
  151. package/dist/components/hx-slider/hx-slider.d.ts +47 -0
  152. package/dist/components/hx-slider/hx-slider.d.ts.map +1 -1
  153. package/dist/components/hx-slider/index.js +1 -1
  154. package/dist/components/hx-split-button/hx-split-button.d.ts +18 -0
  155. package/dist/components/hx-split-button/hx-split-button.d.ts.map +1 -1
  156. package/dist/components/hx-split-button/hx-split-button.styles.d.ts.map +1 -1
  157. package/dist/components/hx-split-button/index.js +1 -1
  158. package/dist/components/hx-stat/hx-stat.d.ts.map +1 -1
  159. package/dist/components/hx-stat/hx-stat.styles.d.ts.map +1 -1
  160. package/dist/components/hx-stat/index.js +1 -1
  161. package/dist/components/hx-steps/hx-step.d.ts.map +1 -1
  162. package/dist/components/hx-steps/hx-step.styles.d.ts.map +1 -1
  163. package/dist/components/hx-steps/index.js +1 -1
  164. package/dist/components/hx-switch/hx-switch.d.ts +18 -0
  165. package/dist/components/hx-switch/hx-switch.d.ts.map +1 -1
  166. package/dist/components/hx-switch/hx-switch.styles.d.ts.map +1 -1
  167. package/dist/components/hx-switch/index.js +1 -1
  168. package/dist/components/hx-tabs/hx-tab.styles.d.ts.map +1 -1
  169. package/dist/components/hx-tabs/hx-tabs.d.ts +18 -0
  170. package/dist/components/hx-tabs/hx-tabs.d.ts.map +1 -1
  171. package/dist/components/hx-tabs/index.js +1 -1
  172. package/dist/components/hx-tag/hx-tag.d.ts.map +1 -1
  173. package/dist/components/hx-tag/hx-tag.styles.d.ts.map +1 -1
  174. package/dist/components/hx-tag/index.js +1 -1
  175. package/dist/components/hx-text-input/hx-text-input.d.ts +18 -0
  176. package/dist/components/hx-text-input/hx-text-input.d.ts.map +1 -1
  177. package/dist/components/hx-text-input/hx-text-input.styles.d.ts.map +1 -1
  178. package/dist/components/hx-text-input/index.js +1 -1
  179. package/dist/components/hx-textarea/hx-textarea.d.ts +18 -0
  180. package/dist/components/hx-textarea/hx-textarea.d.ts.map +1 -1
  181. package/dist/components/hx-time-picker/hx-time-picker.d.ts +18 -0
  182. package/dist/components/hx-time-picker/hx-time-picker.d.ts.map +1 -1
  183. package/dist/components/hx-time-picker/hx-time-picker.styles.d.ts.map +1 -1
  184. package/dist/components/hx-time-picker/index.js +1 -1
  185. package/dist/components/hx-toast/hx-toast.d.ts +19 -8
  186. package/dist/components/hx-toast/hx-toast.d.ts.map +1 -1
  187. package/dist/components/hx-toast/hx-toast.styles.d.ts.map +1 -1
  188. package/dist/components/hx-toast/index.js +1 -1
  189. package/dist/components/hx-toggle-button/hx-toggle-button.d.ts +18 -0
  190. package/dist/components/hx-toggle-button/hx-toggle-button.d.ts.map +1 -1
  191. package/dist/components/hx-toggle-button/hx-toggle-button.styles.d.ts.map +1 -1
  192. package/dist/components/hx-toggle-button/index.js +1 -1
  193. package/dist/components/hx-tooltip/hx-tooltip.d.ts +18 -0
  194. package/dist/components/hx-tooltip/hx-tooltip.d.ts.map +1 -1
  195. package/dist/components/hx-tooltip/hx-tooltip.styles.d.ts.map +1 -1
  196. package/dist/components/hx-tooltip/index.js +1 -1
  197. package/dist/components/hx-top-nav/hx-top-nav.d.ts +18 -0
  198. package/dist/components/hx-top-nav/hx-top-nav.d.ts.map +1 -1
  199. package/dist/components/hx-top-nav/hx-top-nav.styles.d.ts.map +1 -1
  200. package/dist/components/hx-top-nav/index.js +1 -1
  201. package/dist/components/hx-tree-view/hx-tree-item.d.ts.map +1 -1
  202. package/dist/components/hx-tree-view/hx-tree-item.styles.d.ts.map +1 -1
  203. package/dist/components/hx-tree-view/index.js +1 -1
  204. package/dist/css/helix-all.css +414 -118
  205. package/dist/css/helix-core.css +43 -19
  206. package/dist/css/helix-feedback.css +15 -18
  207. package/dist/css/helix-forms.css +172 -44
  208. package/dist/css/helix-media.css +6 -3
  209. package/dist/css/helix-navigation.css +65 -12
  210. package/dist/css/helix-overlay.css +63 -0
  211. package/dist/css/helix-tokens.css +18 -15
  212. package/dist/css/helix-utility.css +44 -12
  213. package/dist/css/hx-action-bar.css +12 -0
  214. package/dist/css/hx-alert.css +4 -8
  215. package/dist/css/hx-avatar.css +1 -2
  216. package/dist/css/hx-badge.css +10 -5
  217. package/dist/css/hx-banner.css +4 -8
  218. package/dist/css/hx-button.css +15 -5
  219. package/dist/css/hx-carousel.css +6 -3
  220. package/dist/css/hx-checkbox-group.css +11 -0
  221. package/dist/css/hx-checkbox.css +24 -13
  222. package/dist/css/hx-clinical-status.css +4 -7
  223. package/dist/css/hx-color-picker.css +14 -1
  224. package/dist/css/hx-combobox.css +8 -0
  225. package/dist/css/hx-copy-button.css +5 -2
  226. package/dist/css/hx-date-picker.css +16 -3
  227. package/dist/css/hx-drawer.css +5 -0
  228. package/dist/css/hx-dropdown.css +18 -0
  229. package/dist/css/hx-file-upload.css +4 -0
  230. package/dist/css/hx-help-text.css +5 -0
  231. package/dist/css/hx-icon-button.css +4 -5
  232. package/dist/css/hx-icon.css +7 -0
  233. package/dist/css/hx-link.css +1 -2
  234. package/dist/css/hx-nav.css +31 -2
  235. package/dist/css/hx-number-input.css +10 -11
  236. package/dist/css/hx-overflow-menu.css +5 -0
  237. package/dist/css/hx-pagination.css +6 -3
  238. package/dist/css/hx-phi-field.css +2 -3
  239. package/dist/css/hx-popover.css +13 -0
  240. package/dist/css/hx-popup.css +14 -0
  241. package/dist/css/hx-radio-group.css +10 -0
  242. package/dist/css/hx-rating.css +6 -0
  243. package/dist/css/hx-side-nav.css +10 -5
  244. package/dist/css/hx-split-button.css +27 -10
  245. package/dist/css/hx-stat.css +1 -2
  246. package/dist/css/hx-switch.css +19 -1
  247. package/dist/css/hx-tag.css +5 -0
  248. package/dist/css/hx-text-input.css +4 -1
  249. package/dist/css/hx-time-picker.css +12 -2
  250. package/dist/css/hx-toast.css +6 -0
  251. package/dist/css/hx-toggle-button.css +29 -12
  252. package/dist/css/hx-tooltip.css +13 -0
  253. package/dist/css/hx-top-nav.css +13 -2
  254. package/dist/css/index.css +1 -1
  255. package/dist/css/manifest.json +60 -20
  256. package/dist/index.js +49 -49
  257. package/dist/shared/{hx-accordion-ZVzgDzTG.js → hx-accordion-DR--Ev4t.js} +48 -54
  258. package/dist/shared/hx-accordion-DR--Ev4t.js.map +1 -0
  259. package/dist/shared/{hx-action-bar-CitgcpGv.js → hx-action-bar-BlEG4aZv.js} +41 -29
  260. package/dist/shared/hx-action-bar-BlEG4aZv.js.map +1 -0
  261. package/dist/shared/{hx-alert-Bto8-TIi.js → hx-alert-C0axS32J.js} +40 -79
  262. package/dist/shared/hx-alert-C0axS32J.js.map +1 -0
  263. package/dist/shared/{hx-avatar-C9hOmlAb.js → hx-avatar-ChAYWnK8.js} +22 -24
  264. package/dist/shared/hx-avatar-ChAYWnK8.js.map +1 -0
  265. package/dist/shared/{hx-badge-JlFtAdxS.js → hx-badge-vX-1cuLA.js} +25 -20
  266. package/dist/shared/hx-badge-vX-1cuLA.js.map +1 -0
  267. package/dist/shared/{hx-banner-fpRnciIO.js → hx-banner-PbHwFNSb.js} +51 -90
  268. package/dist/shared/hx-banner-PbHwFNSb.js.map +1 -0
  269. package/dist/shared/{hx-breadcrumb-item-3tKppF9h.js → hx-breadcrumb-item-D8xYqe3s.js} +56 -43
  270. package/dist/shared/hx-breadcrumb-item-D8xYqe3s.js.map +1 -0
  271. package/dist/shared/{hx-button-BOwAEcF1.js → hx-button-DOZTZnz-.js} +29 -19
  272. package/dist/shared/hx-button-DOZTZnz-.js.map +1 -0
  273. package/dist/shared/hx-button-group-D3QUmSzl.js +248 -0
  274. package/dist/shared/hx-button-group-D3QUmSzl.js.map +1 -0
  275. package/dist/shared/{hx-carousel-item-z1Lc24op.js → hx-carousel-item-BVIKgQ4i.js} +72 -102
  276. package/dist/shared/hx-carousel-item-BVIKgQ4i.js.map +1 -0
  277. package/dist/shared/{hx-checkbox-CYd0YV_u.js → hx-checkbox-DDSXXhps.js} +56 -47
  278. package/dist/shared/hx-checkbox-DDSXXhps.js.map +1 -0
  279. package/dist/shared/{hx-checkbox-group-D5piJLY8.js → hx-checkbox-group-C0q6HDqn.js} +101 -58
  280. package/dist/shared/hx-checkbox-group-C0q6HDqn.js.map +1 -0
  281. package/dist/shared/{hx-clinical-status-D3XQIOqX.js → hx-clinical-status-ZSVEc3Qg.js} +68 -87
  282. package/dist/shared/hx-clinical-status-ZSVEc3Qg.js.map +1 -0
  283. package/dist/shared/{hx-color-picker-DBwJzT5f.js → hx-color-picker-CYjx8i8R.js} +97 -84
  284. package/dist/shared/hx-color-picker-CYjx8i8R.js.map +1 -0
  285. package/dist/shared/{hx-combobox-NgJaLbs2.js → hx-combobox-Be-mqOv4.js} +35 -45
  286. package/dist/shared/hx-combobox-Be-mqOv4.js.map +1 -0
  287. package/dist/shared/{hx-copy-button-sUVuikyH.js → hx-copy-button-DJirFCUL.js} +18 -15
  288. package/dist/shared/hx-copy-button-DJirFCUL.js.map +1 -0
  289. package/dist/shared/{hx-date-picker-B49yo4Vm.js → hx-date-picker-CziP3Hm1.js} +85 -84
  290. package/dist/shared/hx-date-picker-CziP3Hm1.js.map +1 -0
  291. package/dist/shared/hx-dialog-B4weoj_1.js.map +1 -1
  292. package/dist/shared/{hx-drawer-CM_upadk.js → hx-drawer-BlU2oX8-.js} +32 -36
  293. package/dist/shared/hx-drawer-BlU2oX8-.js.map +1 -0
  294. package/dist/shared/{hx-dropdown-D626S2ZG.js → hx-dropdown-DREqpIpm.js} +51 -33
  295. package/dist/shared/hx-dropdown-DREqpIpm.js.map +1 -0
  296. package/dist/shared/hx-field-label-BVRyyKeh.js.map +1 -1
  297. package/dist/shared/hx-field-zw0U1KVi.js.map +1 -1
  298. package/dist/shared/{hx-file-upload-D3rKROK5.js → hx-file-upload-CU5QGZSP.js} +137 -80
  299. package/dist/shared/hx-file-upload-CU5QGZSP.js.map +1 -0
  300. package/dist/shared/hx-form-CkChEATa.js.map +1 -1
  301. package/dist/shared/hx-help-text-CNaZ82LT.js +137 -0
  302. package/dist/shared/hx-help-text-CNaZ82LT.js.map +1 -0
  303. package/dist/shared/{hx-icon-button-a6OpeQz5.js → hx-icon-button-B2BdVdyK.js} +10 -11
  304. package/dist/shared/hx-icon-button-B2BdVdyK.js.map +1 -0
  305. package/dist/shared/hx-icon-bxz9eB9a.js +386 -0
  306. package/dist/shared/hx-icon-bxz9eB9a.js.map +1 -0
  307. package/dist/shared/{hx-link-CMnZRUtQ.js → hx-link-BURSdYLp.js} +19 -26
  308. package/dist/shared/hx-link-BURSdYLp.js.map +1 -0
  309. package/dist/shared/{hx-menu-divider-A6Guuzi_.js → hx-menu-divider-g0grbWV9.js} +19 -31
  310. package/dist/shared/hx-menu-divider-g0grbWV9.js.map +1 -0
  311. package/dist/shared/{hx-nav-ldFM3Fle.js → hx-nav-GTsAZGOx.js} +94 -85
  312. package/dist/shared/hx-nav-GTsAZGOx.js.map +1 -0
  313. package/dist/shared/{hx-nav-item-CODtUlew.js → hx-nav-item-CxE7Mp3M.js} +46 -41
  314. package/dist/shared/hx-nav-item-CxE7Mp3M.js.map +1 -0
  315. package/dist/shared/{hx-number-input-yUzFOSC1.js → hx-number-input-Bvyc9kOi.js} +59 -64
  316. package/dist/shared/hx-number-input-Bvyc9kOi.js.map +1 -0
  317. package/dist/shared/{hx-overflow-menu-DFjJAziP.js → hx-overflow-menu-LrTteeR1.js} +32 -39
  318. package/dist/shared/{hx-overflow-menu-DFjJAziP.js.map → hx-overflow-menu-LrTteeR1.js.map} +1 -1
  319. package/dist/shared/{hx-pagination-C7y8GVyU.js → hx-pagination-D726PyTM.js} +7 -4
  320. package/dist/shared/hx-pagination-D726PyTM.js.map +1 -0
  321. package/dist/shared/{hx-phi-field-C19oxlrr.js → hx-phi-field-sZt_rYIL.js} +46 -66
  322. package/dist/shared/hx-phi-field-sZt_rYIL.js.map +1 -0
  323. package/dist/shared/{hx-popover-BAlAFOH9.js → hx-popover-BjB0nkcq.js} +51 -38
  324. package/dist/shared/hx-popover-BjB0nkcq.js.map +1 -0
  325. package/dist/shared/{hx-popup-COUXXZ9X.js → hx-popup-BiV_2evC.js} +59 -45
  326. package/dist/shared/hx-popup-BiV_2evC.js.map +1 -0
  327. package/dist/shared/{hx-radio-C7eTj5YI.js → hx-radio-BD_c9NJy.js} +52 -39
  328. package/dist/shared/hx-radio-BD_c9NJy.js.map +1 -0
  329. package/dist/shared/{hx-rating-C3QP53k9.js → hx-rating-BGK4AxvI.js} +45 -71
  330. package/dist/shared/hx-rating-BGK4AxvI.js.map +1 -0
  331. package/dist/shared/hx-select-DahFehiZ.js.map +1 -1
  332. package/dist/shared/{hx-slider-Blmv_rwS.js → hx-slider-CkOk5BCY.js} +83 -23
  333. package/dist/shared/hx-slider-CkOk5BCY.js.map +1 -0
  334. package/dist/shared/{hx-split-button-Ddle8iVx.js → hx-split-button-Bg9FHrFK.js} +73 -65
  335. package/dist/shared/hx-split-button-Bg9FHrFK.js.map +1 -0
  336. package/dist/shared/{hx-stat-Gtw_SpK8.js → hx-stat-wKxbyep6.js} +22 -55
  337. package/dist/shared/hx-stat-wKxbyep6.js.map +1 -0
  338. package/dist/shared/{hx-step-R2rjp1fT.js → hx-step-CyGQAuiB.js} +7 -27
  339. package/dist/shared/hx-step-CyGQAuiB.js.map +1 -0
  340. package/dist/shared/{hx-switch-TvKGvZJz.js → hx-switch-BCXuNxEH.js} +42 -24
  341. package/dist/shared/hx-switch-BCXuNxEH.js.map +1 -0
  342. package/dist/shared/{hx-tab-panel-DzsX8BHV.js → hx-tab-panel-BfisavKo.js} +47 -32
  343. package/dist/shared/hx-tab-panel-BfisavKo.js.map +1 -0
  344. package/dist/shared/{hx-tag-C5aCUpVi.js → hx-tag-BqO6HY6V.js} +26 -21
  345. package/dist/shared/hx-tag-BqO6HY6V.js.map +1 -0
  346. package/dist/shared/{hx-text-input-D6FlOZM-.js → hx-text-input-V5sQOpDh.js} +5 -2
  347. package/dist/shared/hx-text-input-V5sQOpDh.js.map +1 -0
  348. package/dist/shared/hx-textarea-CNG590KY.js.map +1 -1
  349. package/dist/shared/{hx-time-picker-Bo7FWzmf.js → hx-time-picker-if5Cl0Ei.js} +42 -43
  350. package/dist/shared/hx-time-picker-if5Cl0Ei.js.map +1 -0
  351. package/dist/shared/{hx-toggle-button-DwBers3A.js → hx-toggle-button-xNVYeA3X.js} +64 -47
  352. package/dist/shared/hx-toggle-button-xNVYeA3X.js.map +1 -0
  353. package/dist/shared/{hx-tooltip-DVqtKPCD.js → hx-tooltip-CamO-9nd.js} +24 -11
  354. package/dist/shared/hx-tooltip-CamO-9nd.js.map +1 -0
  355. package/dist/shared/{hx-top-nav-DP6OFS8C.js → hx-top-nav-vP6oDWMV.js} +42 -44
  356. package/dist/shared/hx-top-nav-vP6oDWMV.js.map +1 -0
  357. package/dist/shared/{hx-tree-item-CXyspGxI.js → hx-tree-item-D8hwKd5m.js} +54 -57
  358. package/dist/shared/hx-tree-item-D8hwKd5m.js.map +1 -0
  359. package/dist/shared/{toast-factory-Dht3pVsw.js → toast-factory-DgnbFxVs.js} +127 -153
  360. package/dist/shared/toast-factory-DgnbFxVs.js.map +1 -0
  361. package/figma-inventory.json +1280 -429
  362. package/package.json +8 -4
  363. package/dist/shared/hx-accordion-ZVzgDzTG.js.map +0 -1
  364. package/dist/shared/hx-action-bar-CitgcpGv.js.map +0 -1
  365. package/dist/shared/hx-alert-Bto8-TIi.js.map +0 -1
  366. package/dist/shared/hx-avatar-C9hOmlAb.js.map +0 -1
  367. package/dist/shared/hx-badge-JlFtAdxS.js.map +0 -1
  368. package/dist/shared/hx-banner-fpRnciIO.js.map +0 -1
  369. package/dist/shared/hx-breadcrumb-item-3tKppF9h.js.map +0 -1
  370. package/dist/shared/hx-button-BOwAEcF1.js.map +0 -1
  371. package/dist/shared/hx-button-group-4NUBpkyC.js +0 -181
  372. package/dist/shared/hx-button-group-4NUBpkyC.js.map +0 -1
  373. package/dist/shared/hx-carousel-item-z1Lc24op.js.map +0 -1
  374. package/dist/shared/hx-checkbox-CYd0YV_u.js.map +0 -1
  375. package/dist/shared/hx-checkbox-group-D5piJLY8.js.map +0 -1
  376. package/dist/shared/hx-clinical-status-D3XQIOqX.js.map +0 -1
  377. package/dist/shared/hx-color-picker-DBwJzT5f.js.map +0 -1
  378. package/dist/shared/hx-combobox-NgJaLbs2.js.map +0 -1
  379. package/dist/shared/hx-copy-button-sUVuikyH.js.map +0 -1
  380. package/dist/shared/hx-date-picker-B49yo4Vm.js.map +0 -1
  381. package/dist/shared/hx-drawer-CM_upadk.js.map +0 -1
  382. package/dist/shared/hx-dropdown-D626S2ZG.js.map +0 -1
  383. package/dist/shared/hx-file-upload-D3rKROK5.js.map +0 -1
  384. package/dist/shared/hx-help-text-Xb2Yr8x2.js +0 -156
  385. package/dist/shared/hx-help-text-Xb2Yr8x2.js.map +0 -1
  386. package/dist/shared/hx-icon-button-a6OpeQz5.js.map +0 -1
  387. package/dist/shared/hx-icon-fuVm4-bk.js +0 -283
  388. package/dist/shared/hx-icon-fuVm4-bk.js.map +0 -1
  389. package/dist/shared/hx-link-CMnZRUtQ.js.map +0 -1
  390. package/dist/shared/hx-menu-divider-A6Guuzi_.js.map +0 -1
  391. package/dist/shared/hx-nav-item-CODtUlew.js.map +0 -1
  392. package/dist/shared/hx-nav-ldFM3Fle.js.map +0 -1
  393. package/dist/shared/hx-number-input-yUzFOSC1.js.map +0 -1
  394. package/dist/shared/hx-pagination-C7y8GVyU.js.map +0 -1
  395. package/dist/shared/hx-phi-field-C19oxlrr.js.map +0 -1
  396. package/dist/shared/hx-popover-BAlAFOH9.js.map +0 -1
  397. package/dist/shared/hx-popup-COUXXZ9X.js.map +0 -1
  398. package/dist/shared/hx-radio-C7eTj5YI.js.map +0 -1
  399. package/dist/shared/hx-rating-C3QP53k9.js.map +0 -1
  400. package/dist/shared/hx-slider-Blmv_rwS.js.map +0 -1
  401. package/dist/shared/hx-split-button-Ddle8iVx.js.map +0 -1
  402. package/dist/shared/hx-stat-Gtw_SpK8.js.map +0 -1
  403. package/dist/shared/hx-step-R2rjp1fT.js.map +0 -1
  404. package/dist/shared/hx-switch-TvKGvZJz.js.map +0 -1
  405. package/dist/shared/hx-tab-panel-DzsX8BHV.js.map +0 -1
  406. package/dist/shared/hx-tag-C5aCUpVi.js.map +0 -1
  407. package/dist/shared/hx-text-input-D6FlOZM-.js.map +0 -1
  408. package/dist/shared/hx-time-picker-Bo7FWzmf.js.map +0 -1
  409. package/dist/shared/hx-toggle-button-DwBers3A.js.map +0 -1
  410. package/dist/shared/hx-tooltip-DVqtKPCD.js.map +0 -1
  411. package/dist/shared/hx-top-nav-DP6OFS8C.js.map +0 -1
  412. package/dist/shared/hx-tree-item-CXyspGxI.js.map +0 -1
  413. package/dist/shared/toast-factory-Dht3pVsw.js.map +0 -1
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-05-08T00:21:19.078Z",
3
+ "generatedAt": "2026-05-10T22:41:17.186Z",
4
4
  "sourceCem": "custom-elements.json",
5
- "helixVersion": "3.6.0",
6
- "tokensVersion": "3.5.0",
5
+ "helixVersion": "3.8.0",
6
+ "tokensVersion": "3.8.0",
7
7
  "components": [
8
8
  {
9
9
  "tag": "hx-accordion",
@@ -277,7 +277,9 @@
277
277
  }
278
278
  }
279
279
  ],
280
- "dependsOn": [],
280
+ "dependsOn": [
281
+ "hx-icon"
282
+ ],
281
283
  "excludedAttributes": [],
282
284
  "aaa": {
283
285
  "certified": false,
@@ -549,16 +551,36 @@
549
551
  "dependsOn": [],
550
552
  "excludedAttributes": [],
551
553
  "aaa": {
552
- "certified": false,
553
- "certifiedDate": null,
554
- "criteria": [],
555
- "auditUrl": null
554
+ "certified": true,
555
+ "certifiedDate": "2026-05-08",
556
+ "criteria": [
557
+ "1.4.9",
558
+ "2.1.3",
559
+ "3.2.5",
560
+ "forced-colors",
561
+ "apg-keyboard",
562
+ "1.4.6",
563
+ "2.4.12",
564
+ "2.4.13",
565
+ "2.5.5"
566
+ ],
567
+ "auditUrl": "src/components/hx-action-bar/AAA-AUDIT.md"
556
568
  },
557
- "keyboardContract": null,
558
- "ariaPattern": null,
559
- "themeAware": null,
560
- "brandAware": null,
561
- "formAssociated": null,
569
+ "keyboardContract": {
570
+ "activate": [
571
+ "Enter",
572
+ "Space"
573
+ ],
574
+ "navigate": [
575
+ "Arrow"
576
+ ],
577
+ "dismiss": [],
578
+ "disabledSuppresses": true
579
+ },
580
+ "ariaPattern": "toolbar",
581
+ "themeAware": true,
582
+ "brandAware": true,
583
+ "formAssociated": false,
562
584
  "priorityTier": "P0"
563
585
  },
564
586
  {
@@ -1041,19 +1063,36 @@
1041
1063
  "figmaBinding": null
1042
1064
  }
1043
1065
  ],
1044
- "dependsOn": [],
1066
+ "dependsOn": [
1067
+ "hx-icon"
1068
+ ],
1045
1069
  "excludedAttributes": [],
1046
1070
  "aaa": {
1047
- "certified": false,
1048
- "certifiedDate": null,
1049
- "criteria": [],
1050
- "auditUrl": null
1071
+ "certified": true,
1072
+ "certifiedDate": "2026-05-08",
1073
+ "criteria": [
1074
+ "1.4.9",
1075
+ "2.1.3",
1076
+ "2.3.3",
1077
+ "3.2.5",
1078
+ "forced-colors",
1079
+ "apg-keyboard",
1080
+ "2.4.12"
1081
+ ],
1082
+ "auditUrl": "src/components/hx-alert/AAA-AUDIT.md"
1051
1083
  },
1052
- "keyboardContract": null,
1053
- "ariaPattern": null,
1054
- "themeAware": null,
1055
- "brandAware": null,
1056
- "formAssociated": null,
1084
+ "keyboardContract": {
1085
+ "activate": [],
1086
+ "navigate": [],
1087
+ "dismiss": [
1088
+ "Escape"
1089
+ ],
1090
+ "disabledSuppresses": null
1091
+ },
1092
+ "ariaPattern": "alert",
1093
+ "themeAware": true,
1094
+ "brandAware": true,
1095
+ "formAssociated": false,
1057
1096
  "priorityTier": "P0"
1058
1097
  },
1059
1098
  {
@@ -1064,7 +1103,7 @@
1064
1103
  "figmaComponentName": "hx-avatar",
1065
1104
  "figmaPagePlacement": "4a",
1066
1105
  "description": "A user avatar component that displays an image, initials, or a fallback icon. Supports a badge slot for status indicator overlays.",
1067
- "tier": "atom",
1106
+ "tier": "molecule",
1068
1107
  "variantAxes": [
1069
1108
  {
1070
1109
  "figmaAxisName": "size",
@@ -1290,7 +1329,9 @@
1290
1329
  "figmaBinding": null
1291
1330
  }
1292
1331
  ],
1293
- "dependsOn": [],
1332
+ "dependsOn": [
1333
+ "hx-icon"
1334
+ ],
1294
1335
  "excludedAttributes": [],
1295
1336
  "aaa": {
1296
1337
  "certified": false,
@@ -1313,7 +1354,7 @@
1313
1354
  "figmaComponentName": "hx-badge",
1314
1355
  "figmaPagePlacement": "4a",
1315
1356
  "description": "A small status indicator for notifications, counts, and labels.",
1316
- "tier": "atom",
1357
+ "tier": "molecule",
1317
1358
  "variantAxes": [
1318
1359
  {
1319
1360
  "figmaAxisName": "variant",
@@ -1771,7 +1812,9 @@
1771
1812
  "figmaBinding": null
1772
1813
  }
1773
1814
  ],
1774
- "dependsOn": [],
1815
+ "dependsOn": [
1816
+ "hx-icon"
1817
+ ],
1775
1818
  "excludedAttributes": [],
1776
1819
  "aaa": {
1777
1820
  "certified": false,
@@ -2238,19 +2281,36 @@
2238
2281
  "figmaBinding": null
2239
2282
  }
2240
2283
  ],
2241
- "dependsOn": [],
2284
+ "dependsOn": [
2285
+ "hx-icon"
2286
+ ],
2242
2287
  "excludedAttributes": [],
2243
2288
  "aaa": {
2244
- "certified": false,
2245
- "certifiedDate": null,
2246
- "criteria": [],
2247
- "auditUrl": null
2289
+ "certified": true,
2290
+ "certifiedDate": "2026-05-09",
2291
+ "criteria": [
2292
+ "1.4.9",
2293
+ "2.1.3",
2294
+ "2.3.3",
2295
+ "3.2.5",
2296
+ "forced-colors",
2297
+ "apg-keyboard",
2298
+ "2.4.12"
2299
+ ],
2300
+ "auditUrl": "src/components/hx-banner/AAA-AUDIT.md"
2248
2301
  },
2249
- "keyboardContract": null,
2250
- "ariaPattern": null,
2251
- "themeAware": null,
2252
- "brandAware": null,
2253
- "formAssociated": null,
2302
+ "keyboardContract": {
2303
+ "activate": [],
2304
+ "navigate": [],
2305
+ "dismiss": [
2306
+ "Escape"
2307
+ ],
2308
+ "disabledSuppresses": null
2309
+ },
2310
+ "ariaPattern": "alert",
2311
+ "themeAware": true,
2312
+ "brandAware": true,
2313
+ "formAssociated": false,
2254
2314
  "priorityTier": "P0"
2255
2315
  },
2256
2316
  {
@@ -2438,16 +2498,31 @@
2438
2498
  "dependsOn": [],
2439
2499
  "excludedAttributes": [],
2440
2500
  "aaa": {
2441
- "certified": false,
2442
- "certifiedDate": null,
2443
- "criteria": [],
2444
- "auditUrl": null
2501
+ "certified": true,
2502
+ "certifiedDate": "2026-05-08",
2503
+ "criteria": [
2504
+ "1.4.9",
2505
+ "2.1.3",
2506
+ "3.2.5",
2507
+ "apg-keyboard",
2508
+ "2.4.12",
2509
+ "2.4.13",
2510
+ "2.5.5"
2511
+ ],
2512
+ "auditUrl": "src/components/hx-breadcrumb/AAA-AUDIT.md"
2445
2513
  },
2446
- "keyboardContract": null,
2447
- "ariaPattern": null,
2448
- "themeAware": null,
2449
- "brandAware": null,
2450
- "formAssociated": null,
2514
+ "keyboardContract": {
2515
+ "activate": [],
2516
+ "navigate": [
2517
+ "Arrow"
2518
+ ],
2519
+ "dismiss": [],
2520
+ "disabledSuppresses": null
2521
+ },
2522
+ "ariaPattern": "breadcrumb",
2523
+ "themeAware": true,
2524
+ "brandAware": true,
2525
+ "formAssociated": false,
2451
2526
  "priorityTier": "P0"
2452
2527
  },
2453
2528
  {
@@ -3080,16 +3155,35 @@
3080
3155
  "dependsOn": [],
3081
3156
  "excludedAttributes": [],
3082
3157
  "aaa": {
3083
- "certified": false,
3084
- "certifiedDate": null,
3085
- "criteria": [],
3086
- "auditUrl": null
3158
+ "certified": true,
3159
+ "certifiedDate": "2026-05-08",
3160
+ "criteria": [
3161
+ "1.4.9",
3162
+ "2.1.3",
3163
+ "2.3.3",
3164
+ "3.2.5",
3165
+ "forced-colors",
3166
+ "apg-keyboard",
3167
+ "1.4.6",
3168
+ "2.4.12",
3169
+ "2.4.13",
3170
+ "2.5.5"
3171
+ ],
3172
+ "auditUrl": "src/components/hx-button/AAA-AUDIT.md"
3087
3173
  },
3088
- "keyboardContract": null,
3089
- "ariaPattern": null,
3090
- "themeAware": null,
3091
- "brandAware": null,
3092
- "formAssociated": null,
3174
+ "keyboardContract": {
3175
+ "activate": [
3176
+ "Enter",
3177
+ "Space"
3178
+ ],
3179
+ "navigate": [],
3180
+ "dismiss": [],
3181
+ "disabledSuppresses": true
3182
+ },
3183
+ "ariaPattern": "button",
3184
+ "themeAware": true,
3185
+ "brandAware": true,
3186
+ "formAssociated": true,
3093
3187
  "priorityTier": "P0"
3094
3188
  },
3095
3189
  {
@@ -3177,16 +3271,34 @@
3177
3271
  "dependsOn": [],
3178
3272
  "excludedAttributes": [],
3179
3273
  "aaa": {
3180
- "certified": false,
3181
- "certifiedDate": null,
3182
- "criteria": [],
3183
- "auditUrl": null
3274
+ "certified": true,
3275
+ "certifiedDate": "2026-05-08",
3276
+ "criteria": [
3277
+ "1.4.9",
3278
+ "2.1.3",
3279
+ "3.2.5",
3280
+ "apg-keyboard",
3281
+ "2.4.12",
3282
+ "2.4.13",
3283
+ "2.5.5"
3284
+ ],
3285
+ "auditUrl": "src/components/hx-button-group/AAA-AUDIT.md"
3184
3286
  },
3185
- "keyboardContract": null,
3186
- "ariaPattern": null,
3187
- "themeAware": null,
3188
- "brandAware": null,
3189
- "formAssociated": null,
3287
+ "keyboardContract": {
3288
+ "activate": [
3289
+ "Enter",
3290
+ "Space"
3291
+ ],
3292
+ "navigate": [
3293
+ "Arrow"
3294
+ ],
3295
+ "dismiss": [],
3296
+ "disabledSuppresses": true
3297
+ },
3298
+ "ariaPattern": "toolbar",
3299
+ "themeAware": true,
3300
+ "brandAware": true,
3301
+ "formAssociated": false,
3190
3302
  "priorityTier": "P0"
3191
3303
  },
3192
3304
  {
@@ -3922,7 +4034,9 @@
3922
4034
  "figmaBinding": null
3923
4035
  }
3924
4036
  ],
3925
- "dependsOn": [],
4037
+ "dependsOn": [
4038
+ "hx-icon"
4039
+ ],
3926
4040
  "excludedAttributes": [],
3927
4041
  "aaa": {
3928
4042
  "certified": false,
@@ -4003,7 +4117,7 @@
4003
4117
  "figmaComponentName": "hx-checkbox",
4004
4118
  "figmaPagePlacement": "4a",
4005
4119
  "description": "A checkbox component with label, validation, and form association.",
4006
- "tier": "atom",
4120
+ "tier": "molecule",
4007
4121
  "variantAxes": [
4008
4122
  {
4009
4123
  "figmaAxisName": "checked",
@@ -4472,19 +4586,39 @@
4472
4586
  "figmaBinding": null
4473
4587
  }
4474
4588
  ],
4475
- "dependsOn": [],
4589
+ "dependsOn": [
4590
+ "hx-icon"
4591
+ ],
4476
4592
  "excludedAttributes": [],
4477
4593
  "aaa": {
4478
- "certified": false,
4479
- "certifiedDate": null,
4480
- "criteria": [],
4481
- "auditUrl": null
4594
+ "certified": true,
4595
+ "certifiedDate": "2026-05-08",
4596
+ "criteria": [
4597
+ "1.4.9",
4598
+ "2.1.3",
4599
+ "2.3.3",
4600
+ "3.2.5",
4601
+ "3.3.6",
4602
+ "forced-colors",
4603
+ "apg-keyboard",
4604
+ "2.4.12",
4605
+ "2.4.13",
4606
+ "2.5.5"
4607
+ ],
4608
+ "auditUrl": "src/components/hx-checkbox/AAA-AUDIT.md"
4482
4609
  },
4483
- "keyboardContract": null,
4484
- "ariaPattern": null,
4485
- "themeAware": null,
4486
- "brandAware": null,
4487
- "formAssociated": null,
4610
+ "keyboardContract": {
4611
+ "activate": [
4612
+ "Space"
4613
+ ],
4614
+ "navigate": [],
4615
+ "dismiss": [],
4616
+ "disabledSuppresses": true
4617
+ },
4618
+ "ariaPattern": "checkbox",
4619
+ "themeAware": true,
4620
+ "brandAware": true,
4621
+ "formAssociated": true,
4488
4622
  "priorityTier": "P0"
4489
4623
  },
4490
4624
  {
@@ -4744,16 +4878,30 @@
4744
4878
  "dependsOn": [],
4745
4879
  "excludedAttributes": [],
4746
4880
  "aaa": {
4747
- "certified": false,
4748
- "certifiedDate": null,
4749
- "criteria": [],
4750
- "auditUrl": null
4881
+ "certified": true,
4882
+ "certifiedDate": "2026-05-08",
4883
+ "criteria": [
4884
+ "1.4.9",
4885
+ "3.2.5",
4886
+ "3.3.6",
4887
+ "forced-colors",
4888
+ "apg-keyboard",
4889
+ "2.4.12"
4890
+ ],
4891
+ "auditUrl": "src/components/hx-checkbox-group/AAA-AUDIT.md"
4751
4892
  },
4752
- "keyboardContract": null,
4753
- "ariaPattern": null,
4754
- "themeAware": null,
4755
- "brandAware": null,
4756
- "formAssociated": null,
4893
+ "keyboardContract": {
4894
+ "activate": [],
4895
+ "navigate": [
4896
+ "Tab"
4897
+ ],
4898
+ "dismiss": [],
4899
+ "disabledSuppresses": true
4900
+ },
4901
+ "ariaPattern": "group",
4902
+ "themeAware": true,
4903
+ "brandAware": true,
4904
+ "formAssociated": true,
4757
4905
  "priorityTier": "P0"
4758
4906
  },
4759
4907
  {
@@ -5201,19 +5349,36 @@
5201
5349
  "figmaBinding": null
5202
5350
  }
5203
5351
  ],
5204
- "dependsOn": [],
5352
+ "dependsOn": [
5353
+ "hx-icon"
5354
+ ],
5205
5355
  "excludedAttributes": [],
5206
5356
  "aaa": {
5207
- "certified": false,
5208
- "certifiedDate": null,
5209
- "criteria": [],
5210
- "auditUrl": null
5357
+ "certified": true,
5358
+ "certifiedDate": "2026-05-09",
5359
+ "criteria": [
5360
+ "1.4.9",
5361
+ "2.1.3",
5362
+ "2.3.3",
5363
+ "3.2.5",
5364
+ "forced-colors",
5365
+ "apg-keyboard",
5366
+ "2.4.12"
5367
+ ],
5368
+ "auditUrl": "src/components/hx-clinical-status/AAA-AUDIT.md"
5211
5369
  },
5212
- "keyboardContract": null,
5213
- "ariaPattern": null,
5214
- "themeAware": null,
5215
- "brandAware": null,
5216
- "formAssociated": null,
5370
+ "keyboardContract": {
5371
+ "activate": [],
5372
+ "navigate": [],
5373
+ "dismiss": [
5374
+ "Escape"
5375
+ ],
5376
+ "disabledSuppresses": null
5377
+ },
5378
+ "ariaPattern": "alert",
5379
+ "themeAware": true,
5380
+ "brandAware": true,
5381
+ "formAssociated": false,
5217
5382
  "priorityTier": "P0"
5218
5383
  },
5219
5384
  {
@@ -6136,16 +6301,44 @@
6136
6301
  "dependsOn": [],
6137
6302
  "excludedAttributes": [],
6138
6303
  "aaa": {
6139
- "certified": false,
6140
- "certifiedDate": null,
6141
- "criteria": [],
6142
- "auditUrl": null
6304
+ "certified": true,
6305
+ "certifiedDate": "2026-05-08",
6306
+ "criteria": [
6307
+ "1.4.9",
6308
+ "2.1.3",
6309
+ "2.3.3",
6310
+ "3.2.5",
6311
+ "3.3.6",
6312
+ "forced-colors",
6313
+ "apg-keyboard",
6314
+ "1.4.6",
6315
+ "2.4.12",
6316
+ "2.4.13",
6317
+ "2.5.5"
6318
+ ],
6319
+ "auditUrl": "src/components/hx-color-picker/AAA-AUDIT.md"
6143
6320
  },
6144
- "keyboardContract": null,
6145
- "ariaPattern": null,
6146
- "themeAware": null,
6147
- "brandAware": null,
6148
- "formAssociated": null,
6321
+ "keyboardContract": {
6322
+ "activate": [],
6323
+ "navigate": [
6324
+ "ArrowLeft",
6325
+ "ArrowRight",
6326
+ "ArrowUp",
6327
+ "ArrowDown",
6328
+ "Home",
6329
+ "End",
6330
+ "PageUp",
6331
+ "PageDown"
6332
+ ],
6333
+ "dismiss": [
6334
+ "Escape"
6335
+ ],
6336
+ "disabledSuppresses": true
6337
+ },
6338
+ "ariaPattern": "slider",
6339
+ "themeAware": true,
6340
+ "brandAware": true,
6341
+ "formAssociated": true,
6149
6342
  "priorityTier": "P0"
6150
6343
  },
6151
6344
  {
@@ -6833,19 +7026,45 @@
6833
7026
  "figmaBinding": null
6834
7027
  }
6835
7028
  ],
6836
- "dependsOn": [],
7029
+ "dependsOn": [
7030
+ "hx-icon"
7031
+ ],
6837
7032
  "excludedAttributes": [],
6838
7033
  "aaa": {
6839
- "certified": false,
6840
- "certifiedDate": null,
6841
- "criteria": [],
6842
- "auditUrl": null
7034
+ "certified": true,
7035
+ "certifiedDate": "2026-05-08",
7036
+ "criteria": [
7037
+ "1.4.9",
7038
+ "2.1.3",
7039
+ "2.3.3",
7040
+ "3.2.5",
7041
+ "3.3.6",
7042
+ "forced-colors",
7043
+ "apg-keyboard",
7044
+ "2.4.12",
7045
+ "2.4.13",
7046
+ "2.5.5"
7047
+ ],
7048
+ "auditUrl": "src/components/hx-combobox/AAA-AUDIT.md"
6843
7049
  },
6844
- "keyboardContract": null,
6845
- "ariaPattern": null,
6846
- "themeAware": null,
6847
- "brandAware": null,
6848
- "formAssociated": null,
7050
+ "keyboardContract": {
7051
+ "activate": [
7052
+ "Enter"
7053
+ ],
7054
+ "navigate": [
7055
+ "Arrow",
7056
+ "Home",
7057
+ "End"
7058
+ ],
7059
+ "dismiss": [
7060
+ "Escape"
7061
+ ],
7062
+ "disabledSuppresses": true
7063
+ },
7064
+ "ariaPattern": "combobox",
7065
+ "themeAware": true,
7066
+ "brandAware": true,
7067
+ "formAssociated": true,
6849
7068
  "priorityTier": "P0"
6850
7069
  },
6851
7070
  {
@@ -7358,16 +7577,34 @@
7358
7577
  "dependsOn": [],
7359
7578
  "excludedAttributes": [],
7360
7579
  "aaa": {
7361
- "certified": false,
7362
- "certifiedDate": null,
7363
- "criteria": [],
7364
- "auditUrl": null
7580
+ "certified": true,
7581
+ "certifiedDate": "2026-05-08",
7582
+ "criteria": [
7583
+ "1.4.9",
7584
+ "2.1.3",
7585
+ "2.3.3",
7586
+ "3.2.5",
7587
+ "forced-colors",
7588
+ "apg-keyboard",
7589
+ "2.4.12",
7590
+ "2.4.13",
7591
+ "2.5.5"
7592
+ ],
7593
+ "auditUrl": "src/components/hx-copy-button/AAA-AUDIT.md"
7365
7594
  },
7366
- "keyboardContract": null,
7367
- "ariaPattern": null,
7368
- "themeAware": null,
7369
- "brandAware": null,
7370
- "formAssociated": null,
7595
+ "keyboardContract": {
7596
+ "activate": [
7597
+ "Enter",
7598
+ "Space"
7599
+ ],
7600
+ "navigate": [],
7601
+ "dismiss": [],
7602
+ "disabledSuppresses": true
7603
+ },
7604
+ "ariaPattern": "button",
7605
+ "themeAware": true,
7606
+ "brandAware": true,
7607
+ "formAssociated": false,
7371
7608
  "priorityTier": "P0"
7372
7609
  },
7373
7610
  {
@@ -8673,16 +8910,34 @@
8673
8910
  "dependsOn": [],
8674
8911
  "excludedAttributes": [],
8675
8912
  "aaa": {
8676
- "certified": false,
8677
- "certifiedDate": null,
8678
- "criteria": [],
8679
- "auditUrl": null
8913
+ "certified": true,
8914
+ "certifiedDate": "2026-05-08",
8915
+ "criteria": [
8916
+ "1.4.9",
8917
+ "2.1.3",
8918
+ "2.3.3",
8919
+ "3.2.5",
8920
+ "3.3.6",
8921
+ "forced-colors",
8922
+ "apg-keyboard",
8923
+ "2.4.12",
8924
+ "2.4.13",
8925
+ "2.5.5"
8926
+ ],
8927
+ "auditUrl": "src/components/hx-date-picker/AAA-AUDIT.md"
8680
8928
  },
8681
- "keyboardContract": null,
8682
- "ariaPattern": null,
8683
- "themeAware": null,
8684
- "brandAware": null,
8685
- "formAssociated": null,
8929
+ "keyboardContract": {
8930
+ "activate": [],
8931
+ "navigate": [],
8932
+ "dismiss": [
8933
+ "Escape"
8934
+ ],
8935
+ "disabledSuppresses": null
8936
+ },
8937
+ "ariaPattern": "dialog",
8938
+ "themeAware": true,
8939
+ "brandAware": true,
8940
+ "formAssociated": true,
8686
8941
  "priorityTier": "P0"
8687
8942
  },
8688
8943
  {
@@ -9136,16 +9391,33 @@
9136
9391
  "aria-label"
9137
9392
  ],
9138
9393
  "aaa": {
9139
- "certified": false,
9140
- "certifiedDate": null,
9141
- "criteria": [],
9142
- "auditUrl": null
9394
+ "certified": true,
9395
+ "certifiedDate": "2026-05-08",
9396
+ "criteria": [
9397
+ "1.4.9",
9398
+ "2.1.3",
9399
+ "2.3.3",
9400
+ "3.2.5",
9401
+ "forced-colors",
9402
+ "apg-keyboard",
9403
+ "1.4.6",
9404
+ "2.4.12",
9405
+ "2.4.13"
9406
+ ],
9407
+ "auditUrl": "src/components/hx-dialog/AAA-AUDIT.md"
9143
9408
  },
9144
- "keyboardContract": null,
9145
- "ariaPattern": null,
9146
- "themeAware": null,
9147
- "brandAware": null,
9148
- "formAssociated": null,
9409
+ "keyboardContract": {
9410
+ "activate": [],
9411
+ "navigate": [],
9412
+ "dismiss": [
9413
+ "Escape"
9414
+ ],
9415
+ "disabledSuppresses": null
9416
+ },
9417
+ "ariaPattern": "dialog",
9418
+ "themeAware": true,
9419
+ "brandAware": true,
9420
+ "formAssociated": false,
9149
9421
  "priorityTier": "P0"
9150
9422
  },
9151
9423
  {
@@ -9820,16 +10092,32 @@
9820
10092
  "dependsOn": [],
9821
10093
  "excludedAttributes": [],
9822
10094
  "aaa": {
9823
- "certified": false,
9824
- "certifiedDate": null,
9825
- "criteria": [],
9826
- "auditUrl": null
10095
+ "certified": true,
10096
+ "certifiedDate": "2026-05-08",
10097
+ "criteria": [
10098
+ "1.4.9",
10099
+ "2.1.3",
10100
+ "2.3.3",
10101
+ "3.2.5",
10102
+ "forced-colors",
10103
+ "apg-keyboard",
10104
+ "2.4.12",
10105
+ "2.4.13"
10106
+ ],
10107
+ "auditUrl": "src/components/hx-drawer/AAA-AUDIT.md"
9827
10108
  },
9828
- "keyboardContract": null,
9829
- "ariaPattern": null,
9830
- "themeAware": null,
9831
- "brandAware": null,
9832
- "formAssociated": null,
10109
+ "keyboardContract": {
10110
+ "activate": [],
10111
+ "navigate": [],
10112
+ "dismiss": [
10113
+ "Escape"
10114
+ ],
10115
+ "disabledSuppresses": null
10116
+ },
10117
+ "ariaPattern": "dialog",
10118
+ "themeAware": true,
10119
+ "brandAware": true,
10120
+ "formAssociated": false,
9833
10121
  "priorityTier": "P0"
9834
10122
  },
9835
10123
  {
@@ -10053,16 +10341,39 @@
10053
10341
  "dependsOn": [],
10054
10342
  "excludedAttributes": [],
10055
10343
  "aaa": {
10056
- "certified": false,
10057
- "certifiedDate": null,
10058
- "criteria": [],
10059
- "auditUrl": null
10344
+ "certified": true,
10345
+ "certifiedDate": "2026-05-08",
10346
+ "criteria": [
10347
+ "1.4.9",
10348
+ "2.1.3",
10349
+ "2.3.3",
10350
+ "3.2.5",
10351
+ "forced-colors",
10352
+ "apg-keyboard",
10353
+ "2.4.12",
10354
+ "2.4.13"
10355
+ ],
10356
+ "auditUrl": "src/components/hx-dropdown/AAA-AUDIT.md"
10060
10357
  },
10061
- "keyboardContract": null,
10062
- "ariaPattern": null,
10063
- "themeAware": null,
10064
- "brandAware": null,
10065
- "formAssociated": null,
10358
+ "keyboardContract": {
10359
+ "activate": [
10360
+ "Enter",
10361
+ "Space"
10362
+ ],
10363
+ "navigate": [
10364
+ "Arrow",
10365
+ "Home",
10366
+ "End"
10367
+ ],
10368
+ "dismiss": [
10369
+ "Escape"
10370
+ ],
10371
+ "disabledSuppresses": true
10372
+ },
10373
+ "ariaPattern": "menu",
10374
+ "themeAware": true,
10375
+ "brandAware": true,
10376
+ "formAssociated": false,
10066
10377
  "priorityTier": "P0"
10067
10378
  },
10068
10379
  {
@@ -10345,16 +10656,22 @@
10345
10656
  "dependsOn": [],
10346
10657
  "excludedAttributes": [],
10347
10658
  "aaa": {
10348
- "certified": false,
10349
- "certifiedDate": null,
10350
- "criteria": [],
10351
- "auditUrl": null
10659
+ "certified": true,
10660
+ "certifiedDate": "2026-05-09",
10661
+ "criteria": [
10662
+ "1.4.9",
10663
+ "3.2.5",
10664
+ "forced-colors",
10665
+ "apg-keyboard",
10666
+ "2.4.12"
10667
+ ],
10668
+ "auditUrl": "src/components/hx-field/AAA-AUDIT.md"
10352
10669
  },
10353
10670
  "keyboardContract": null,
10354
- "ariaPattern": null,
10355
- "themeAware": null,
10356
- "brandAware": null,
10357
- "formAssociated": null,
10671
+ "ariaPattern": "label",
10672
+ "themeAware": true,
10673
+ "brandAware": true,
10674
+ "formAssociated": false,
10358
10675
  "priorityTier": "P0"
10359
10676
  },
10360
10677
  {
@@ -10561,16 +10878,22 @@
10561
10878
  "dependsOn": [],
10562
10879
  "excludedAttributes": [],
10563
10880
  "aaa": {
10564
- "certified": false,
10565
- "certifiedDate": null,
10566
- "criteria": [],
10567
- "auditUrl": null
10881
+ "certified": true,
10882
+ "certifiedDate": "2026-05-09",
10883
+ "criteria": [
10884
+ "1.4.9",
10885
+ "3.2.5",
10886
+ "forced-colors",
10887
+ "apg-keyboard",
10888
+ "2.4.12"
10889
+ ],
10890
+ "auditUrl": "src/components/hx-field-label/AAA-AUDIT.md"
10568
10891
  },
10569
10892
  "keyboardContract": null,
10570
- "ariaPattern": null,
10571
- "themeAware": null,
10572
- "brandAware": null,
10573
- "formAssociated": null,
10893
+ "ariaPattern": "label",
10894
+ "themeAware": true,
10895
+ "brandAware": true,
10896
+ "formAssociated": false,
10574
10897
  "priorityTier": "P0"
10575
10898
  },
10576
10899
  {
@@ -10604,6 +10927,17 @@
10604
10927
  "true"
10605
10928
  ],
10606
10929
  "default": "false"
10930
+ },
10931
+ {
10932
+ "figmaAxisName": "required",
10933
+ "cemAttribute": "required",
10934
+ "cemFieldName": "required",
10935
+ "type": "boolean",
10936
+ "values": [
10937
+ "false",
10938
+ "true"
10939
+ ],
10940
+ "default": "false"
10607
10941
  }
10608
10942
  ],
10609
10943
  "textProperties": [
@@ -10994,16 +11328,36 @@
10994
11328
  "dependsOn": [],
10995
11329
  "excludedAttributes": [],
10996
11330
  "aaa": {
10997
- "certified": false,
10998
- "certifiedDate": null,
10999
- "criteria": [],
11000
- "auditUrl": null
11331
+ "certified": true,
11332
+ "certifiedDate": "2026-05-08",
11333
+ "criteria": [
11334
+ "1.4.9",
11335
+ "2.1.3",
11336
+ "2.3.3",
11337
+ "3.2.5",
11338
+ "3.3.6",
11339
+ "forced-colors",
11340
+ "apg-keyboard",
11341
+ "1.4.6",
11342
+ "2.4.12",
11343
+ "2.4.13",
11344
+ "2.5.5"
11345
+ ],
11346
+ "auditUrl": "src/components/hx-file-upload/AAA-AUDIT.md"
11001
11347
  },
11002
- "keyboardContract": null,
11003
- "ariaPattern": null,
11004
- "themeAware": null,
11005
- "brandAware": null,
11006
- "formAssociated": null,
11348
+ "keyboardContract": {
11349
+ "activate": [
11350
+ "Enter",
11351
+ "Space"
11352
+ ],
11353
+ "navigate": [],
11354
+ "dismiss": [],
11355
+ "disabledSuppresses": true
11356
+ },
11357
+ "ariaPattern": "button",
11358
+ "themeAware": true,
11359
+ "brandAware": true,
11360
+ "formAssociated": true,
11007
11361
  "priorityTier": "P0"
11008
11362
  },
11009
11363
  {
@@ -11139,16 +11493,26 @@
11139
11493
  "dependsOn": [],
11140
11494
  "excludedAttributes": [],
11141
11495
  "aaa": {
11142
- "certified": false,
11143
- "certifiedDate": null,
11144
- "criteria": [],
11145
- "auditUrl": null
11496
+ "certified": true,
11497
+ "certifiedDate": "2026-05-09",
11498
+ "criteria": [
11499
+ "1.4.9",
11500
+ "3.2.5",
11501
+ "apg-keyboard",
11502
+ "2.4.12"
11503
+ ],
11504
+ "auditUrl": "src/components/hx-form/AAA-AUDIT.md"
11146
11505
  },
11147
- "keyboardContract": null,
11148
- "ariaPattern": null,
11149
- "themeAware": null,
11150
- "brandAware": null,
11151
- "formAssociated": null,
11506
+ "keyboardContract": {
11507
+ "activate": [],
11508
+ "navigate": [],
11509
+ "dismiss": [],
11510
+ "disabledSuppresses": null
11511
+ },
11512
+ "ariaPattern": "form",
11513
+ "themeAware": true,
11514
+ "brandAware": true,
11515
+ "formAssociated": false,
11152
11516
  "priorityTier": "P0"
11153
11517
  },
11154
11518
  {
@@ -11556,7 +11920,7 @@
11556
11920
  "figmaComponentName": "hx-help-text",
11557
11921
  "figmaPagePlacement": "4a",
11558
11922
  "description": "Standardized help/hint text displayed below form fields. Used by hx-field as a consistent sub-component for guidance and validation messages.",
11559
- "tier": "atom",
11923
+ "tier": "molecule",
11560
11924
  "variantAxes": [
11561
11925
  {
11562
11926
  "figmaAxisName": "variant",
@@ -11711,19 +12075,27 @@
11711
12075
  "figmaBinding": null
11712
12076
  }
11713
12077
  ],
11714
- "dependsOn": [],
12078
+ "dependsOn": [
12079
+ "hx-icon"
12080
+ ],
11715
12081
  "excludedAttributes": [],
11716
12082
  "aaa": {
11717
- "certified": false,
11718
- "certifiedDate": null,
11719
- "criteria": [],
11720
- "auditUrl": null
12083
+ "certified": true,
12084
+ "certifiedDate": "2026-05-09",
12085
+ "criteria": [
12086
+ "1.4.9",
12087
+ "3.2.5",
12088
+ "forced-colors",
12089
+ "apg-keyboard",
12090
+ "2.4.12"
12091
+ ],
12092
+ "auditUrl": "src/components/hx-help-text/AAA-AUDIT.md"
11721
12093
  },
11722
12094
  "keyboardContract": null,
11723
- "ariaPattern": null,
11724
- "themeAware": null,
11725
- "brandAware": null,
11726
- "formAssociated": null,
12095
+ "ariaPattern": "label",
12096
+ "themeAware": true,
12097
+ "brandAware": true,
12098
+ "formAssociated": false,
11727
12099
  "priorityTier": "P0"
11728
12100
  },
11729
12101
  {
@@ -11733,7 +12105,7 @@
11733
12105
  "figmaEligible": true,
11734
12106
  "figmaComponentName": "hx-icon",
11735
12107
  "figmaPagePlacement": "4a",
11736
- "description": "An icon component that supports inline SVG fetching and SVG sprite sheet references. Decorative icons are automatically hidden from assistive technology. When a label is provided the icon is…",
12108
+ "description": "An icon component that resolves through the `@helixui/icons` registry, with sprite-sheet and inline-fetch escape hatches for legacy / consumer patterns. Decorative icons are automatically hidden…",
11737
12109
  "tier": "atom",
11738
12110
  "variantAxes": [
11739
12111
  {
@@ -11758,6 +12130,12 @@
11758
12130
  "type": "text",
11759
12131
  "defaultValue": ""
11760
12132
  },
12133
+ {
12134
+ "figmaPropertyName": "library",
12135
+ "cemAttribute": "library",
12136
+ "type": "text",
12137
+ "defaultValue": ""
12138
+ },
11761
12139
  {
11762
12140
  "figmaPropertyName": "src",
11763
12141
  "cemAttribute": "src",
@@ -11816,6 +12194,18 @@
11816
12194
  "literalFallback": "currentColor"
11817
12195
  }
11818
12196
  },
12197
+ {
12198
+ "description": "Default stroke width consumed by stroke-paint and mixed-paint icon libraries (Lucide, Heroicons-outline, Phosphor). Built-in helix + fa-free libraries are fill-only and ignore this token.",
12199
+ "name": "--hx-icon-stroke-width",
12200
+ "default": "2",
12201
+ "figmaBinding": {
12202
+ "target": null,
12203
+ "layerSelector": "root",
12204
+ "semanticToken": null,
12205
+ "fallbackPrimitive": null,
12206
+ "literalFallback": "2"
12207
+ }
12208
+ },
11819
12209
  {
11820
12210
  "description": "Size token.",
11821
12211
  "name": "--hx-size-4",
@@ -11845,17 +12235,24 @@
11845
12235
  "dependsOn": [],
11846
12236
  "excludedAttributes": [],
11847
12237
  "aaa": {
11848
- "certified": false,
11849
- "certifiedDate": null,
11850
- "criteria": [],
11851
- "auditUrl": null
12238
+ "certified": true,
12239
+ "certifiedDate": "2026-05-10",
12240
+ "criteria": [
12241
+ "1.4.9",
12242
+ "3.2.5",
12243
+ "forced-colors",
12244
+ "apg-keyboard",
12245
+ "non-text-contrast-icon",
12246
+ "2.4.12"
12247
+ ],
12248
+ "auditUrl": "src/components/hx-icon/AAA-AUDIT.md"
11852
12249
  },
11853
12250
  "keyboardContract": null,
11854
- "ariaPattern": null,
12251
+ "ariaPattern": "none",
11855
12252
  "themeAware": null,
11856
12253
  "brandAware": null,
11857
12254
  "formAssociated": null,
11858
- "priorityTier": "P2"
12255
+ "priorityTier": "P0"
11859
12256
  },
11860
12257
  {
11861
12258
  "tag": "hx-icon-button",
@@ -12190,18 +12587,36 @@
12190
12587
  }
12191
12588
  ],
12192
12589
  "dependsOn": [],
12193
- "excludedAttributes": [],
12194
- "aaa": {
12195
- "certified": false,
12196
- "certifiedDate": null,
12197
- "criteria": [],
12198
- "auditUrl": null
12590
+ "excludedAttributes": [],
12591
+ "aaa": {
12592
+ "certified": true,
12593
+ "certifiedDate": "2026-05-08",
12594
+ "criteria": [
12595
+ "1.4.9",
12596
+ "2.1.3",
12597
+ "2.3.3",
12598
+ "3.2.5",
12599
+ "forced-colors",
12600
+ "apg-keyboard",
12601
+ "2.4.12",
12602
+ "2.4.13",
12603
+ "2.5.5"
12604
+ ],
12605
+ "auditUrl": "src/components/hx-icon-button/AAA-AUDIT.md"
12199
12606
  },
12200
- "keyboardContract": null,
12201
- "ariaPattern": null,
12202
- "themeAware": null,
12203
- "brandAware": null,
12204
- "formAssociated": null,
12607
+ "keyboardContract": {
12608
+ "activate": [
12609
+ "Enter",
12610
+ "Space"
12611
+ ],
12612
+ "navigate": [],
12613
+ "dismiss": [],
12614
+ "disabledSuppresses": true
12615
+ },
12616
+ "ariaPattern": "button",
12617
+ "themeAware": true,
12618
+ "brandAware": true,
12619
+ "formAssociated": true,
12205
12620
  "priorityTier": "P0"
12206
12621
  },
12207
12622
  {
@@ -12425,7 +12840,7 @@
12425
12840
  "figmaComponentName": "hx-link",
12426
12841
  "figmaPagePlacement": "4a",
12427
12842
  "description": "A semantic hyperlink component with accessibility-first design. Renders a native `<a>` element for enabled state and a `<span>` for disabled state with full keyboard and screen reader support.",
12428
- "tier": "atom",
12843
+ "tier": "molecule",
12429
12844
  "variantAxes": [
12430
12845
  {
12431
12846
  "figmaAxisName": "variant",
@@ -12733,7 +13148,9 @@
12733
13148
  "figmaBinding": null
12734
13149
  }
12735
13150
  ],
12736
- "dependsOn": [],
13151
+ "dependsOn": [
13152
+ "hx-icon"
13153
+ ],
12737
13154
  "excludedAttributes": [],
12738
13155
  "aaa": {
12739
13156
  "certified": false,
@@ -13242,16 +13659,40 @@
13242
13659
  "dependsOn": [],
13243
13660
  "excludedAttributes": [],
13244
13661
  "aaa": {
13245
- "certified": false,
13246
- "certifiedDate": null,
13247
- "criteria": [],
13248
- "auditUrl": null
13662
+ "certified": true,
13663
+ "certifiedDate": "2026-05-08",
13664
+ "criteria": [
13665
+ "1.4.9",
13666
+ "2.1.3",
13667
+ "3.2.5",
13668
+ "forced-colors",
13669
+ "apg-keyboard",
13670
+ "1.4.6",
13671
+ "2.4.12",
13672
+ "2.4.13",
13673
+ "2.5.5"
13674
+ ],
13675
+ "auditUrl": "src/components/hx-menu/AAA-AUDIT.md"
13249
13676
  },
13250
- "keyboardContract": null,
13251
- "ariaPattern": null,
13252
- "themeAware": null,
13253
- "brandAware": null,
13254
- "formAssociated": null,
13677
+ "keyboardContract": {
13678
+ "activate": [
13679
+ "Enter",
13680
+ "Space"
13681
+ ],
13682
+ "navigate": [
13683
+ "Arrow",
13684
+ "Home",
13685
+ "End"
13686
+ ],
13687
+ "dismiss": [
13688
+ "Escape"
13689
+ ],
13690
+ "disabledSuppresses": true
13691
+ },
13692
+ "ariaPattern": "menu",
13693
+ "themeAware": true,
13694
+ "brandAware": true,
13695
+ "formAssociated": false,
13255
13696
  "priorityTier": "P0"
13256
13697
  },
13257
13698
  {
@@ -13310,7 +13751,7 @@
13310
13751
  "figmaComponentName": "hx-menu-item",
13311
13752
  "figmaPagePlacement": "4a",
13312
13753
  "description": "A single interactive item for use inside `hx-menu`. Supports normal, checkbox, and radio types, loading state, prefix/suffix slots, and submenu nesting.",
13313
- "tier": "atom",
13754
+ "tier": "molecule",
13314
13755
  "variantAxes": [
13315
13756
  {
13316
13757
  "figmaAxisName": "disabled",
@@ -13471,7 +13912,9 @@
13471
13912
  }
13472
13913
  }
13473
13914
  ],
13474
- "dependsOn": [],
13915
+ "dependsOn": [
13916
+ "hx-icon"
13917
+ ],
13475
13918
  "excludedAttributes": [],
13476
13919
  "aaa": {
13477
13920
  "certified": false,
@@ -14137,19 +14580,44 @@
14137
14580
  "figmaBinding": null
14138
14581
  }
14139
14582
  ],
14140
- "dependsOn": [],
14583
+ "dependsOn": [
14584
+ "hx-icon"
14585
+ ],
14141
14586
  "excludedAttributes": [],
14142
14587
  "aaa": {
14143
- "certified": false,
14144
- "certifiedDate": null,
14145
- "criteria": [],
14146
- "auditUrl": null
14588
+ "certified": true,
14589
+ "certifiedDate": "2026-05-08",
14590
+ "criteria": [
14591
+ "1.4.9",
14592
+ "2.1.3",
14593
+ "2.3.3",
14594
+ "3.2.5",
14595
+ "forced-colors",
14596
+ "apg-keyboard",
14597
+ "1.4.6",
14598
+ "2.4.12",
14599
+ "2.4.13",
14600
+ "2.5.5"
14601
+ ],
14602
+ "auditUrl": "src/components/hx-nav/AAA-AUDIT.md"
14147
14603
  },
14148
- "keyboardContract": null,
14149
- "ariaPattern": null,
14150
- "themeAware": null,
14151
- "brandAware": null,
14152
- "formAssociated": null,
14604
+ "keyboardContract": {
14605
+ "activate": [
14606
+ "Enter",
14607
+ "Space"
14608
+ ],
14609
+ "navigate": [
14610
+ "Arrow",
14611
+ "Home",
14612
+ "End"
14613
+ ],
14614
+ "dismiss": [],
14615
+ "disabledSuppresses": null
14616
+ },
14617
+ "ariaPattern": "navigation",
14618
+ "themeAware": true,
14619
+ "brandAware": true,
14620
+ "formAssociated": false,
14153
14621
  "priorityTier": "P0"
14154
14622
  },
14155
14623
  {
@@ -14160,7 +14628,7 @@
14160
14628
  "figmaComponentName": "hx-nav-item",
14161
14629
  "figmaPagePlacement": "4a",
14162
14630
  "description": "A navigation item for use inside hx-side-nav. Supports icons, badges, sub-navigation, and active/disabled states.",
14163
- "tier": "atom",
14631
+ "tier": "molecule",
14164
14632
  "variantAxes": [
14165
14633
  {
14166
14634
  "figmaAxisName": "active",
@@ -14354,7 +14822,9 @@
14354
14822
  }
14355
14823
  }
14356
14824
  ],
14357
- "dependsOn": [],
14825
+ "dependsOn": [
14826
+ "hx-icon"
14827
+ ],
14358
14828
  "excludedAttributes": [],
14359
14829
  "aaa": {
14360
14830
  "certified": false,
@@ -14377,7 +14847,7 @@
14377
14847
  "figmaComponentName": "hx-number-input",
14378
14848
  "figmaPagePlacement": "4a",
14379
14849
  "description": "A numeric input component with stepper controls, label, validation, and full form association. Designed for healthcare data-entry contexts where precise numeric values (dosage, age, measurements)…",
14380
- "tier": "atom",
14850
+ "tier": "molecule",
14381
14851
  "variantAxes": [
14382
14852
  {
14383
14853
  "figmaAxisName": "required",
@@ -14874,19 +15344,42 @@
14874
15344
  "figmaBinding": null
14875
15345
  }
14876
15346
  ],
14877
- "dependsOn": [],
15347
+ "dependsOn": [
15348
+ "hx-icon"
15349
+ ],
14878
15350
  "excludedAttributes": [],
14879
15351
  "aaa": {
14880
- "certified": false,
14881
- "certifiedDate": null,
14882
- "criteria": [],
14883
- "auditUrl": null
15352
+ "certified": true,
15353
+ "certifiedDate": "2026-05-08",
15354
+ "criteria": [
15355
+ "1.4.9",
15356
+ "2.1.3",
15357
+ "2.3.3",
15358
+ "3.2.5",
15359
+ "3.3.6",
15360
+ "forced-colors",
15361
+ "apg-keyboard",
15362
+ "2.4.12",
15363
+ "2.4.13",
15364
+ "2.5.5"
15365
+ ],
15366
+ "auditUrl": "src/components/hx-number-input/AAA-AUDIT.md"
14884
15367
  },
14885
- "keyboardContract": null,
14886
- "ariaPattern": null,
14887
- "themeAware": null,
14888
- "brandAware": null,
14889
- "formAssociated": null,
15368
+ "keyboardContract": {
15369
+ "activate": [
15370
+ "character-input"
15371
+ ],
15372
+ "navigate": [
15373
+ "ArrowUp",
15374
+ "ArrowDown"
15375
+ ],
15376
+ "dismiss": [],
15377
+ "disabledSuppresses": true
15378
+ },
15379
+ "ariaPattern": "spinbutton",
15380
+ "themeAware": true,
15381
+ "brandAware": true,
15382
+ "formAssociated": true,
14890
15383
  "priorityTier": "P0"
14891
15384
  },
14892
15385
  {
@@ -15235,19 +15728,45 @@
15235
15728
  "figmaBinding": null
15236
15729
  }
15237
15730
  ],
15238
- "dependsOn": [],
15731
+ "dependsOn": [
15732
+ "hx-icon"
15733
+ ],
15239
15734
  "excludedAttributes": [],
15240
15735
  "aaa": {
15241
- "certified": false,
15242
- "certifiedDate": null,
15243
- "criteria": [],
15244
- "auditUrl": null
15736
+ "certified": true,
15737
+ "certifiedDate": "2026-05-08",
15738
+ "criteria": [
15739
+ "1.4.9",
15740
+ "2.1.3",
15741
+ "2.3.3",
15742
+ "3.2.5",
15743
+ "forced-colors",
15744
+ "apg-keyboard",
15745
+ "2.4.12",
15746
+ "2.4.13",
15747
+ "2.5.5"
15748
+ ],
15749
+ "auditUrl": "src/components/hx-overflow-menu/AAA-AUDIT.md"
15245
15750
  },
15246
- "keyboardContract": null,
15247
- "ariaPattern": null,
15248
- "themeAware": null,
15249
- "brandAware": null,
15250
- "formAssociated": null,
15751
+ "keyboardContract": {
15752
+ "activate": [
15753
+ "Enter",
15754
+ "Space"
15755
+ ],
15756
+ "navigate": [
15757
+ "Arrow",
15758
+ "Home",
15759
+ "End"
15760
+ ],
15761
+ "dismiss": [
15762
+ "Escape"
15763
+ ],
15764
+ "disabledSuppresses": true
15765
+ },
15766
+ "ariaPattern": "menu",
15767
+ "themeAware": true,
15768
+ "brandAware": true,
15769
+ "formAssociated": false,
15251
15770
  "priorityTier": "P0"
15252
15771
  },
15253
15772
  {
@@ -15991,16 +16510,33 @@
15991
16510
  "dependsOn": [],
15992
16511
  "excludedAttributes": [],
15993
16512
  "aaa": {
15994
- "certified": false,
15995
- "certifiedDate": null,
15996
- "criteria": [],
15997
- "auditUrl": null
16513
+ "certified": true,
16514
+ "certifiedDate": "2026-05-08",
16515
+ "criteria": [
16516
+ "1.4.9",
16517
+ "2.1.3",
16518
+ "2.3.3",
16519
+ "3.2.5",
16520
+ "forced-colors",
16521
+ "apg-keyboard",
16522
+ "1.4.6",
16523
+ "2.4.12",
16524
+ "2.4.13"
16525
+ ],
16526
+ "auditUrl": "src/components/hx-popover/AAA-AUDIT.md"
15998
16527
  },
15999
- "keyboardContract": null,
16000
- "ariaPattern": null,
16001
- "themeAware": null,
16002
- "brandAware": null,
16003
- "formAssociated": null,
16528
+ "keyboardContract": {
16529
+ "activate": [],
16530
+ "navigate": [],
16531
+ "dismiss": [
16532
+ "Escape"
16533
+ ],
16534
+ "disabledSuppresses": null
16535
+ },
16536
+ "ariaPattern": "dialog",
16537
+ "themeAware": true,
16538
+ "brandAware": true,
16539
+ "formAssociated": false,
16004
16540
  "priorityTier": "P0"
16005
16541
  },
16006
16542
  {
@@ -16268,16 +16804,24 @@
16268
16804
  "dependsOn": [],
16269
16805
  "excludedAttributes": [],
16270
16806
  "aaa": {
16271
- "certified": false,
16272
- "certifiedDate": null,
16273
- "criteria": [],
16274
- "auditUrl": null
16807
+ "certified": true,
16808
+ "certifiedDate": "2026-05-08",
16809
+ "criteria": [
16810
+ "1.4.9",
16811
+ "2.3.3",
16812
+ "3.2.5",
16813
+ "forced-colors",
16814
+ "apg-keyboard",
16815
+ "1.4.6",
16816
+ "2.4.12"
16817
+ ],
16818
+ "auditUrl": "src/components/hx-popup/AAA-AUDIT.md"
16275
16819
  },
16276
16820
  "keyboardContract": null,
16277
- "ariaPattern": null,
16278
- "themeAware": null,
16279
- "brandAware": null,
16280
- "formAssociated": null,
16821
+ "ariaPattern": "none",
16822
+ "themeAware": true,
16823
+ "brandAware": true,
16824
+ "formAssociated": false,
16281
16825
  "priorityTier": "P0"
16282
16826
  },
16283
16827
  {
@@ -17427,16 +17971,35 @@
17427
17971
  "dependsOn": [],
17428
17972
  "excludedAttributes": [],
17429
17973
  "aaa": {
17430
- "certified": false,
17431
- "certifiedDate": null,
17432
- "criteria": [],
17433
- "auditUrl": null
17974
+ "certified": true,
17975
+ "certifiedDate": "2026-05-08",
17976
+ "criteria": [
17977
+ "1.4.9",
17978
+ "2.1.3",
17979
+ "3.2.5",
17980
+ "3.3.6",
17981
+ "forced-colors",
17982
+ "apg-keyboard",
17983
+ "2.4.12",
17984
+ "2.4.13",
17985
+ "2.5.5"
17986
+ ],
17987
+ "auditUrl": "src/components/hx-radio-group/AAA-AUDIT.md"
17434
17988
  },
17435
- "keyboardContract": null,
17436
- "ariaPattern": null,
17437
- "themeAware": null,
17438
- "brandAware": null,
17439
- "formAssociated": null,
17989
+ "keyboardContract": {
17990
+ "activate": [
17991
+ "Space"
17992
+ ],
17993
+ "navigate": [
17994
+ "Arrow"
17995
+ ],
17996
+ "dismiss": [],
17997
+ "disabledSuppresses": true
17998
+ },
17999
+ "ariaPattern": "radiogroup",
18000
+ "themeAware": true,
18001
+ "brandAware": true,
18002
+ "formAssociated": true,
17440
18003
  "priorityTier": "P0"
17441
18004
  },
17442
18005
  {
@@ -17447,7 +18010,7 @@
17447
18010
  "figmaComponentName": "hx-rating",
17448
18011
  "figmaPagePlacement": "4a",
17449
18012
  "description": "A star rating input component for user feedback and display. Supports whole and half-star ratings, keyboard navigation, hover preview, and native form participation via ElementInternals.",
17450
- "tier": "atom",
18013
+ "tier": "molecule",
17451
18014
  "variantAxes": [
17452
18015
  {
17453
18016
  "figmaAxisName": "readonly",
@@ -17673,19 +18236,41 @@
17673
18236
  "figmaBinding": null
17674
18237
  }
17675
18238
  ],
17676
- "dependsOn": [],
18239
+ "dependsOn": [
18240
+ "hx-icon"
18241
+ ],
17677
18242
  "excludedAttributes": [],
17678
18243
  "aaa": {
17679
- "certified": false,
17680
- "certifiedDate": null,
17681
- "criteria": [],
17682
- "auditUrl": null
18244
+ "certified": true,
18245
+ "certifiedDate": "2026-05-09",
18246
+ "criteria": [
18247
+ "1.4.9",
18248
+ "2.1.3",
18249
+ "2.3.3",
18250
+ "3.2.5",
18251
+ "3.3.6",
18252
+ "forced-colors",
18253
+ "apg-keyboard",
18254
+ "2.4.12",
18255
+ "2.4.13",
18256
+ "2.5.5"
18257
+ ],
18258
+ "auditUrl": "src/components/hx-rating/AAA-AUDIT.md"
17683
18259
  },
17684
- "keyboardContract": null,
17685
- "ariaPattern": null,
17686
- "themeAware": null,
17687
- "brandAware": null,
17688
- "formAssociated": null,
18260
+ "keyboardContract": {
18261
+ "activate": [
18262
+ "Space"
18263
+ ],
18264
+ "navigate": [
18265
+ "Arrow"
18266
+ ],
18267
+ "dismiss": [],
18268
+ "disabledSuppresses": true
18269
+ },
18270
+ "ariaPattern": "radiogroup",
18271
+ "themeAware": true,
18272
+ "brandAware": true,
18273
+ "formAssociated": true,
17689
18274
  "priorityTier": "P0"
17690
18275
  },
17691
18276
  {
@@ -18286,16 +18871,41 @@
18286
18871
  "dependsOn": [],
18287
18872
  "excludedAttributes": [],
18288
18873
  "aaa": {
18289
- "certified": false,
18290
- "certifiedDate": null,
18291
- "criteria": [],
18292
- "auditUrl": null
18874
+ "certified": true,
18875
+ "certifiedDate": "2026-05-08",
18876
+ "criteria": [
18877
+ "1.4.9",
18878
+ "2.1.3",
18879
+ "2.3.3",
18880
+ "3.2.5",
18881
+ "3.3.6",
18882
+ "forced-colors",
18883
+ "apg-keyboard",
18884
+ "1.4.6",
18885
+ "2.4.12",
18886
+ "2.4.13",
18887
+ "2.5.5"
18888
+ ],
18889
+ "auditUrl": "src/components/hx-select/AAA-AUDIT.md"
18293
18890
  },
18294
- "keyboardContract": null,
18295
- "ariaPattern": null,
18296
- "themeAware": null,
18297
- "brandAware": null,
18298
- "formAssociated": null,
18891
+ "keyboardContract": {
18892
+ "activate": [
18893
+ "Enter"
18894
+ ],
18895
+ "navigate": [
18896
+ "Arrow",
18897
+ "Home",
18898
+ "End"
18899
+ ],
18900
+ "dismiss": [
18901
+ "Escape"
18902
+ ],
18903
+ "disabledSuppresses": true
18904
+ },
18905
+ "ariaPattern": "combobox",
18906
+ "themeAware": true,
18907
+ "brandAware": true,
18908
+ "formAssociated": true,
18299
18909
  "priorityTier": "P0"
18300
18910
  },
18301
18911
  {
@@ -18524,19 +19134,43 @@
18524
19134
  "figmaBinding": null
18525
19135
  }
18526
19136
  ],
18527
- "dependsOn": [],
19137
+ "dependsOn": [
19138
+ "hx-icon"
19139
+ ],
18528
19140
  "excludedAttributes": [],
18529
19141
  "aaa": {
18530
- "certified": false,
18531
- "certifiedDate": null,
18532
- "criteria": [],
18533
- "auditUrl": null
19142
+ "certified": true,
19143
+ "certifiedDate": "2026-05-08",
19144
+ "criteria": [
19145
+ "1.4.9",
19146
+ "2.1.3",
19147
+ "2.3.3",
19148
+ "3.2.5",
19149
+ "forced-colors",
19150
+ "apg-keyboard",
19151
+ "2.4.12",
19152
+ "2.4.13",
19153
+ "2.5.5"
19154
+ ],
19155
+ "auditUrl": "src/components/hx-side-nav/AAA-AUDIT.md"
18534
19156
  },
18535
- "keyboardContract": null,
18536
- "ariaPattern": null,
18537
- "themeAware": null,
18538
- "brandAware": null,
18539
- "formAssociated": null,
19157
+ "keyboardContract": {
19158
+ "activate": [
19159
+ "Enter",
19160
+ "Space"
19161
+ ],
19162
+ "navigate": [
19163
+ "Arrow",
19164
+ "Home",
19165
+ "End"
19166
+ ],
19167
+ "dismiss": [],
19168
+ "disabledSuppresses": null
19169
+ },
19170
+ "ariaPattern": "navigation",
19171
+ "themeAware": true,
19172
+ "brandAware": true,
19173
+ "formAssociated": false,
18540
19174
  "priorityTier": "P0"
18541
19175
  },
18542
19176
  {
@@ -19335,16 +19969,37 @@
19335
19969
  "aria-valuetext"
19336
19970
  ],
19337
19971
  "aaa": {
19338
- "certified": false,
19339
- "certifiedDate": null,
19340
- "criteria": [],
19341
- "auditUrl": null
19972
+ "certified": true,
19973
+ "certifiedDate": "2026-05-09",
19974
+ "criteria": [
19975
+ "1.4.9",
19976
+ "2.1.3",
19977
+ "2.3.3",
19978
+ "3.2.5",
19979
+ "3.3.6",
19980
+ "forced-colors",
19981
+ "apg-keyboard",
19982
+ "2.4.12",
19983
+ "2.4.13"
19984
+ ],
19985
+ "auditUrl": "src/components/hx-slider/AAA-AUDIT.md"
19342
19986
  },
19343
- "keyboardContract": null,
19344
- "ariaPattern": null,
19345
- "themeAware": null,
19346
- "brandAware": null,
19347
- "formAssociated": null,
19987
+ "keyboardContract": {
19988
+ "activate": [],
19989
+ "navigate": [
19990
+ "Arrow",
19991
+ "Home",
19992
+ "End",
19993
+ "PageUp",
19994
+ "PageDown"
19995
+ ],
19996
+ "dismiss": [],
19997
+ "disabledSuppresses": true
19998
+ },
19999
+ "ariaPattern": "slider",
20000
+ "themeAware": true,
20001
+ "brandAware": true,
20002
+ "formAssociated": true,
19348
20003
  "priorityTier": "P0"
19349
20004
  },
19350
20005
  {
@@ -19961,16 +20616,35 @@
19961
20616
  "dependsOn": [],
19962
20617
  "excludedAttributes": [],
19963
20618
  "aaa": {
19964
- "certified": false,
19965
- "certifiedDate": null,
19966
- "criteria": [],
19967
- "auditUrl": null
20619
+ "certified": true,
20620
+ "certifiedDate": "2026-05-08",
20621
+ "criteria": [
20622
+ "1.4.9",
20623
+ "2.1.3",
20624
+ "2.3.3",
20625
+ "3.2.5",
20626
+ "forced-colors",
20627
+ "apg-keyboard",
20628
+ "1.4.6",
20629
+ "2.4.12",
20630
+ "2.4.13",
20631
+ "2.5.5"
20632
+ ],
20633
+ "auditUrl": "src/components/hx-split-button/AAA-AUDIT.md"
19968
20634
  },
19969
- "keyboardContract": null,
19970
- "ariaPattern": null,
19971
- "themeAware": null,
19972
- "brandAware": null,
19973
- "formAssociated": null,
20635
+ "keyboardContract": {
20636
+ "activate": [
20637
+ "Enter",
20638
+ "Space"
20639
+ ],
20640
+ "navigate": [],
20641
+ "dismiss": [],
20642
+ "disabledSuppresses": true
20643
+ },
20644
+ "ariaPattern": "button",
20645
+ "themeAware": true,
20646
+ "brandAware": true,
20647
+ "formAssociated": false,
19974
20648
  "priorityTier": "P0"
19975
20649
  },
19976
20650
  {
@@ -20818,7 +21492,9 @@
20818
21492
  "figmaBinding": null
20819
21493
  }
20820
21494
  ],
20821
- "dependsOn": [],
21495
+ "dependsOn": [
21496
+ "hx-icon"
21497
+ ],
20822
21498
  "excludedAttributes": [],
20823
21499
  "aaa": {
20824
21500
  "certified": false,
@@ -21078,7 +21754,7 @@
21078
21754
  "figmaComponentName": "hx-step",
21079
21755
  "figmaPagePlacement": "4a",
21080
21756
  "description": "An individual step, designed to be used inside an `<hx-steps>` container. Represents a single step in a multi-step wizard or progress indicator.",
21081
- "tier": "atom",
21757
+ "tier": "molecule",
21082
21758
  "variantAxes": [
21083
21759
  {
21084
21760
  "figmaAxisName": "status",
@@ -21287,7 +21963,9 @@
21287
21963
  }
21288
21964
  }
21289
21965
  ],
21290
- "dependsOn": [],
21966
+ "dependsOn": [
21967
+ "hx-icon"
21968
+ ],
21291
21969
  "excludedAttributes": [],
21292
21970
  "aaa": {
21293
21971
  "certified": false,
@@ -22397,16 +23075,34 @@
22397
23075
  "dependsOn": [],
22398
23076
  "excludedAttributes": [],
22399
23077
  "aaa": {
22400
- "certified": false,
22401
- "certifiedDate": null,
22402
- "criteria": [],
22403
- "auditUrl": null
23078
+ "certified": true,
23079
+ "certifiedDate": "2026-05-08",
23080
+ "criteria": [
23081
+ "1.4.9",
23082
+ "2.1.3",
23083
+ "2.3.3",
23084
+ "3.2.5",
23085
+ "3.3.6",
23086
+ "forced-colors",
23087
+ "apg-keyboard",
23088
+ "2.4.12",
23089
+ "2.4.13",
23090
+ "2.5.5"
23091
+ ],
23092
+ "auditUrl": "src/components/hx-switch/AAA-AUDIT.md"
22404
23093
  },
22405
- "keyboardContract": null,
22406
- "ariaPattern": null,
22407
- "themeAware": null,
22408
- "brandAware": null,
22409
- "formAssociated": null,
23094
+ "keyboardContract": {
23095
+ "activate": [
23096
+ "Space"
23097
+ ],
23098
+ "navigate": [],
23099
+ "dismiss": [],
23100
+ "disabledSuppresses": true
23101
+ },
23102
+ "ariaPattern": "switch",
23103
+ "themeAware": true,
23104
+ "brandAware": true,
23105
+ "formAssociated": true,
22410
23106
  "priorityTier": "P0"
22411
23107
  },
22412
23108
  {
@@ -23313,16 +24009,37 @@
23313
24009
  "dependsOn": [],
23314
24010
  "excludedAttributes": [],
23315
24011
  "aaa": {
23316
- "certified": false,
23317
- "certifiedDate": null,
23318
- "criteria": [],
23319
- "auditUrl": null
24012
+ "certified": true,
24013
+ "certifiedDate": "2026-05-08",
24014
+ "criteria": [
24015
+ "1.4.9",
24016
+ "2.1.3",
24017
+ "3.2.5",
24018
+ "forced-colors",
24019
+ "apg-keyboard",
24020
+ "2.4.12",
24021
+ "2.4.13",
24022
+ "2.5.5"
24023
+ ],
24024
+ "auditUrl": "src/components/hx-tabs/AAA-AUDIT.md"
23320
24025
  },
23321
- "keyboardContract": null,
23322
- "ariaPattern": null,
23323
- "themeAware": null,
23324
- "brandAware": null,
23325
- "formAssociated": null,
24026
+ "keyboardContract": {
24027
+ "activate": [
24028
+ "Enter",
24029
+ "Space"
24030
+ ],
24031
+ "navigate": [
24032
+ "Arrow",
24033
+ "Home",
24034
+ "End"
24035
+ ],
24036
+ "dismiss": [],
24037
+ "disabledSuppresses": true
24038
+ },
24039
+ "ariaPattern": "tabs",
24040
+ "themeAware": true,
24041
+ "brandAware": true,
24042
+ "formAssociated": false,
23326
24043
  "priorityTier": "P0"
23327
24044
  },
23328
24045
  {
@@ -24581,16 +25298,34 @@
24581
25298
  "dependsOn": [],
24582
25299
  "excludedAttributes": [],
24583
25300
  "aaa": {
24584
- "certified": false,
24585
- "certifiedDate": null,
24586
- "criteria": [],
24587
- "auditUrl": null
25301
+ "certified": true,
25302
+ "certifiedDate": "2026-05-08",
25303
+ "criteria": [
25304
+ "1.4.9",
25305
+ "2.1.3",
25306
+ "2.3.3",
25307
+ "3.2.5",
25308
+ "3.3.6",
25309
+ "forced-colors",
25310
+ "apg-keyboard",
25311
+ "2.4.12",
25312
+ "2.4.13",
25313
+ "2.5.5"
25314
+ ],
25315
+ "auditUrl": "src/components/hx-text-input/AAA-AUDIT.md"
24588
25316
  },
24589
- "keyboardContract": null,
24590
- "ariaPattern": null,
24591
- "themeAware": null,
24592
- "brandAware": null,
24593
- "formAssociated": null,
25317
+ "keyboardContract": {
25318
+ "activate": [
25319
+ "character-input"
25320
+ ],
25321
+ "navigate": [],
25322
+ "dismiss": [],
25323
+ "disabledSuppresses": true
25324
+ },
25325
+ "ariaPattern": "textbox",
25326
+ "themeAware": true,
25327
+ "brandAware": true,
25328
+ "formAssociated": true,
24594
25329
  "priorityTier": "P0"
24595
25330
  },
24596
25331
  {
@@ -25049,16 +25784,34 @@
25049
25784
  "dependsOn": [],
25050
25785
  "excludedAttributes": [],
25051
25786
  "aaa": {
25052
- "certified": false,
25053
- "certifiedDate": null,
25054
- "criteria": [],
25055
- "auditUrl": null
25787
+ "certified": true,
25788
+ "certifiedDate": "2026-05-08",
25789
+ "criteria": [
25790
+ "1.4.9",
25791
+ "2.1.3",
25792
+ "2.3.3",
25793
+ "3.2.5",
25794
+ "3.3.6",
25795
+ "forced-colors",
25796
+ "apg-keyboard",
25797
+ "2.4.12",
25798
+ "2.4.13",
25799
+ "2.5.5"
25800
+ ],
25801
+ "auditUrl": "src/components/hx-textarea/AAA-AUDIT.md"
25056
25802
  },
25057
- "keyboardContract": null,
25058
- "ariaPattern": null,
25059
- "themeAware": null,
25060
- "brandAware": null,
25061
- "formAssociated": null,
25803
+ "keyboardContract": {
25804
+ "activate": [
25805
+ "character-input"
25806
+ ],
25807
+ "navigate": [],
25808
+ "dismiss": [],
25809
+ "disabledSuppresses": true
25810
+ },
25811
+ "ariaPattern": "textbox",
25812
+ "themeAware": true,
25813
+ "brandAware": true,
25814
+ "formAssociated": true,
25062
25815
  "priorityTier": "P0"
25063
25816
  },
25064
25817
  {
@@ -25884,16 +26637,34 @@
25884
26637
  "dependsOn": [],
25885
26638
  "excludedAttributes": [],
25886
26639
  "aaa": {
25887
- "certified": false,
25888
- "certifiedDate": null,
25889
- "criteria": [],
25890
- "auditUrl": null
26640
+ "certified": true,
26641
+ "certifiedDate": "2026-05-08",
26642
+ "criteria": [
26643
+ "1.4.9",
26644
+ "2.1.3",
26645
+ "2.3.3",
26646
+ "3.2.5",
26647
+ "3.3.6",
26648
+ "forced-colors",
26649
+ "apg-keyboard",
26650
+ "2.4.12",
26651
+ "2.4.13",
26652
+ "2.5.5"
26653
+ ],
26654
+ "auditUrl": "src/components/hx-time-picker/AAA-AUDIT.md"
25891
26655
  },
25892
- "keyboardContract": null,
25893
- "ariaPattern": null,
25894
- "themeAware": null,
25895
- "brandAware": null,
25896
- "formAssociated": null,
26656
+ "keyboardContract": {
26657
+ "activate": [],
26658
+ "navigate": [],
26659
+ "dismiss": [
26660
+ "Escape"
26661
+ ],
26662
+ "disabledSuppresses": null
26663
+ },
26664
+ "ariaPattern": "dialog",
26665
+ "themeAware": true,
26666
+ "brandAware": true,
26667
+ "formAssociated": true,
25897
26668
  "priorityTier": "P0"
25898
26669
  },
25899
26670
  {
@@ -26235,19 +27006,36 @@
26235
27006
  "figmaBinding": null
26236
27007
  }
26237
27008
  ],
26238
- "dependsOn": [],
27009
+ "dependsOn": [
27010
+ "hx-icon"
27011
+ ],
26239
27012
  "excludedAttributes": [],
26240
27013
  "aaa": {
26241
- "certified": false,
26242
- "certifiedDate": null,
26243
- "criteria": [],
26244
- "auditUrl": null
27014
+ "certified": true,
27015
+ "certifiedDate": "2026-05-09",
27016
+ "criteria": [
27017
+ "1.4.9",
27018
+ "2.1.3",
27019
+ "2.3.3",
27020
+ "3.2.5",
27021
+ "forced-colors",
27022
+ "apg-keyboard",
27023
+ "2.4.12"
27024
+ ],
27025
+ "auditUrl": "src/components/hx-toast/AAA-AUDIT.md"
26245
27026
  },
26246
- "keyboardContract": null,
26247
- "ariaPattern": null,
26248
- "themeAware": null,
26249
- "brandAware": null,
26250
- "formAssociated": null,
27027
+ "keyboardContract": {
27028
+ "activate": [],
27029
+ "navigate": [],
27030
+ "dismiss": [
27031
+ "Escape"
27032
+ ],
27033
+ "disabledSuppresses": null
27034
+ },
27035
+ "ariaPattern": "alert",
27036
+ "themeAware": true,
27037
+ "brandAware": true,
27038
+ "formAssociated": false,
26251
27039
  "priorityTier": "P0"
26252
27040
  },
26253
27041
  {
@@ -26758,16 +27546,36 @@
26758
27546
  "dependsOn": [],
26759
27547
  "excludedAttributes": [],
26760
27548
  "aaa": {
26761
- "certified": false,
26762
- "certifiedDate": null,
26763
- "criteria": [],
26764
- "auditUrl": null
27549
+ "certified": true,
27550
+ "certifiedDate": "2026-05-08",
27551
+ "criteria": [
27552
+ "1.4.9",
27553
+ "2.1.3",
27554
+ "2.3.3",
27555
+ "3.2.5",
27556
+ "3.3.6",
27557
+ "forced-colors",
27558
+ "apg-keyboard",
27559
+ "1.4.6",
27560
+ "2.4.12",
27561
+ "2.4.13",
27562
+ "2.5.5"
27563
+ ],
27564
+ "auditUrl": "src/components/hx-toggle-button/AAA-AUDIT.md"
26765
27565
  },
26766
- "keyboardContract": null,
26767
- "ariaPattern": null,
26768
- "themeAware": null,
26769
- "brandAware": null,
26770
- "formAssociated": null,
27566
+ "keyboardContract": {
27567
+ "activate": [
27568
+ "Enter",
27569
+ "Space"
27570
+ ],
27571
+ "navigate": [],
27572
+ "dismiss": [],
27573
+ "disabledSuppresses": true
27574
+ },
27575
+ "ariaPattern": "button",
27576
+ "themeAware": true,
27577
+ "brandAware": true,
27578
+ "formAssociated": true,
26771
27579
  "priorityTier": "P0"
26772
27580
  },
26773
27581
  {
@@ -27028,16 +27836,33 @@
27028
27836
  "dependsOn": [],
27029
27837
  "excludedAttributes": [],
27030
27838
  "aaa": {
27031
- "certified": false,
27032
- "certifiedDate": null,
27033
- "criteria": [],
27034
- "auditUrl": null
27839
+ "certified": true,
27840
+ "certifiedDate": "2026-05-08",
27841
+ "criteria": [
27842
+ "1.4.9",
27843
+ "2.1.3",
27844
+ "2.3.3",
27845
+ "3.2.5",
27846
+ "forced-colors",
27847
+ "apg-keyboard",
27848
+ "1.4.6",
27849
+ "2.4.12",
27850
+ "2.4.13"
27851
+ ],
27852
+ "auditUrl": "src/components/hx-tooltip/AAA-AUDIT.md"
27035
27853
  },
27036
- "keyboardContract": null,
27037
- "ariaPattern": null,
27038
- "themeAware": null,
27039
- "brandAware": null,
27040
- "formAssociated": null,
27854
+ "keyboardContract": {
27855
+ "activate": [],
27856
+ "navigate": [],
27857
+ "dismiss": [
27858
+ "Escape"
27859
+ ],
27860
+ "disabledSuppresses": null
27861
+ },
27862
+ "ariaPattern": "tooltip",
27863
+ "themeAware": true,
27864
+ "brandAware": true,
27865
+ "formAssociated": false,
27041
27866
  "priorityTier": "P0"
27042
27867
  },
27043
27868
  {
@@ -27326,19 +28151,43 @@
27326
28151
  "figmaBinding": null
27327
28152
  }
27328
28153
  ],
27329
- "dependsOn": [],
28154
+ "dependsOn": [
28155
+ "hx-icon"
28156
+ ],
27330
28157
  "excludedAttributes": [],
27331
28158
  "aaa": {
27332
- "certified": false,
27333
- "certifiedDate": null,
27334
- "criteria": [],
27335
- "auditUrl": null
28159
+ "certified": true,
28160
+ "certifiedDate": "2026-05-08",
28161
+ "criteria": [
28162
+ "1.4.9",
28163
+ "2.1.3",
28164
+ "2.3.3",
28165
+ "3.2.5",
28166
+ "forced-colors",
28167
+ "apg-keyboard",
28168
+ "2.4.12",
28169
+ "2.4.13",
28170
+ "2.5.5"
28171
+ ],
28172
+ "auditUrl": "src/components/hx-top-nav/AAA-AUDIT.md"
27336
28173
  },
27337
- "keyboardContract": null,
27338
- "ariaPattern": null,
27339
- "themeAware": null,
27340
- "brandAware": null,
27341
- "formAssociated": null,
28174
+ "keyboardContract": {
28175
+ "activate": [
28176
+ "Enter",
28177
+ "Space"
28178
+ ],
28179
+ "navigate": [
28180
+ "Arrow",
28181
+ "Home",
28182
+ "End"
28183
+ ],
28184
+ "dismiss": [],
28185
+ "disabledSuppresses": null
28186
+ },
28187
+ "ariaPattern": "navigation",
28188
+ "themeAware": true,
28189
+ "brandAware": true,
28190
+ "formAssociated": false,
27342
28191
  "priorityTier": "P0"
27343
28192
  },
27344
28193
  {
@@ -27415,7 +28264,7 @@
27415
28264
  "figmaComponentName": "hx-tree-item",
27416
28265
  "figmaPagePlacement": "4a",
27417
28266
  "description": "A tree item used within an hx-tree-view component. Supports expand/collapse, selection, keyboard navigation, and icon/children slots.",
27418
- "tier": "atom",
28267
+ "tier": "molecule",
27419
28268
  "variantAxes": [
27420
28269
  {
27421
28270
  "figmaAxisName": "expanded",
@@ -27592,7 +28441,9 @@
27592
28441
  }
27593
28442
  }
27594
28443
  ],
27595
- "dependsOn": [],
28444
+ "dependsOn": [
28445
+ "hx-icon"
28446
+ ],
27596
28447
  "excludedAttributes": [],
27597
28448
  "aaa": {
27598
28449
  "certified": false,