@helixui/library 3.6.0 → 3.8.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 (280) hide show
  1. package/custom-elements.json +2633 -805
  2. package/dist/components/hx-action-bar/hx-action-bar.d.ts +18 -0
  3. package/dist/components/hx-action-bar/hx-action-bar.d.ts.map +1 -1
  4. package/dist/components/hx-action-bar/hx-action-bar.styles.d.ts.map +1 -1
  5. package/dist/components/hx-action-bar/index.js +1 -1
  6. package/dist/components/hx-alert/hx-alert.d.ts +18 -0
  7. package/dist/components/hx-alert/hx-alert.d.ts.map +1 -1
  8. package/dist/components/hx-badge/index.js +1 -1
  9. package/dist/components/hx-banner/hx-banner.d.ts +19 -0
  10. package/dist/components/hx-banner/hx-banner.d.ts.map +1 -1
  11. package/dist/components/hx-breadcrumb/hx-breadcrumb-item.d.ts.map +1 -1
  12. package/dist/components/hx-breadcrumb/hx-breadcrumb-item.styles.d.ts.map +1 -1
  13. package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts +18 -0
  14. package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts.map +1 -1
  15. package/dist/components/hx-breadcrumb/index.js +1 -1
  16. package/dist/components/hx-button/hx-button.d.ts +18 -0
  17. package/dist/components/hx-button/hx-button.d.ts.map +1 -1
  18. package/dist/components/hx-button/hx-button.styles.d.ts.map +1 -1
  19. package/dist/components/hx-button/index.js +1 -1
  20. package/dist/components/hx-button-group/hx-button-group.d.ts +47 -0
  21. package/dist/components/hx-button-group/hx-button-group.d.ts.map +1 -1
  22. package/dist/components/hx-button-group/index.js +1 -1
  23. package/dist/components/hx-checkbox/hx-checkbox.d.ts +18 -0
  24. package/dist/components/hx-checkbox/hx-checkbox.d.ts.map +1 -1
  25. package/dist/components/hx-checkbox/hx-checkbox.styles.d.ts.map +1 -1
  26. package/dist/components/hx-checkbox/index.js +1 -1
  27. package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts +36 -0
  28. package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts.map +1 -1
  29. package/dist/components/hx-checkbox-group/hx-checkbox-group.styles.d.ts.map +1 -1
  30. package/dist/components/hx-checkbox-group/index.js +1 -1
  31. package/dist/components/hx-clinical-status/hx-clinical-status.d.ts +19 -0
  32. package/dist/components/hx-clinical-status/hx-clinical-status.d.ts.map +1 -1
  33. package/dist/components/hx-color-picker/hx-color-picker.d.ts +18 -0
  34. package/dist/components/hx-color-picker/hx-color-picker.d.ts.map +1 -1
  35. package/dist/components/hx-color-picker/hx-color-picker.styles.d.ts.map +1 -1
  36. package/dist/components/hx-color-picker/index.js +1 -1
  37. package/dist/components/hx-combobox/hx-combobox.d.ts +18 -0
  38. package/dist/components/hx-combobox/hx-combobox.d.ts.map +1 -1
  39. package/dist/components/hx-copy-button/hx-copy-button.d.ts +18 -0
  40. package/dist/components/hx-copy-button/hx-copy-button.d.ts.map +1 -1
  41. package/dist/components/hx-copy-button/hx-copy-button.styles.d.ts.map +1 -1
  42. package/dist/components/hx-copy-button/index.js +1 -1
  43. package/dist/components/hx-date-picker/hx-date-picker.d.ts +18 -0
  44. package/dist/components/hx-date-picker/hx-date-picker.d.ts.map +1 -1
  45. package/dist/components/hx-date-picker/hx-date-picker.styles.d.ts.map +1 -1
  46. package/dist/components/hx-date-picker/index.js +1 -1
  47. package/dist/components/hx-dialog/hx-dialog.d.ts +18 -0
  48. package/dist/components/hx-dialog/hx-dialog.d.ts.map +1 -1
  49. package/dist/components/hx-drawer/hx-drawer.d.ts +18 -0
  50. package/dist/components/hx-drawer/hx-drawer.d.ts.map +1 -1
  51. package/dist/components/hx-dropdown/hx-dropdown.d.ts +18 -0
  52. package/dist/components/hx-dropdown/hx-dropdown.d.ts.map +1 -1
  53. package/dist/components/hx-dropdown/hx-dropdown.styles.d.ts.map +1 -1
  54. package/dist/components/hx-dropdown/index.js +1 -1
  55. package/dist/components/hx-field/hx-field.d.ts +17 -0
  56. package/dist/components/hx-field/hx-field.d.ts.map +1 -1
  57. package/dist/components/hx-field-label/hx-field-label.d.ts +17 -0
  58. package/dist/components/hx-field-label/hx-field-label.d.ts.map +1 -1
  59. package/dist/components/hx-file-upload/hx-file-upload.d.ts +18 -0
  60. package/dist/components/hx-file-upload/hx-file-upload.d.ts.map +1 -1
  61. package/dist/components/hx-form/hx-form.d.ts +19 -0
  62. package/dist/components/hx-form/hx-form.d.ts.map +1 -1
  63. package/dist/components/hx-help-text/hx-help-text.d.ts +17 -0
  64. package/dist/components/hx-help-text/hx-help-text.d.ts.map +1 -1
  65. package/dist/components/hx-icon-button/hx-icon-button.d.ts +18 -0
  66. package/dist/components/hx-icon-button/hx-icon-button.d.ts.map +1 -1
  67. package/dist/components/hx-icon-button/hx-icon-button.styles.d.ts.map +1 -1
  68. package/dist/components/hx-icon-button/index.js +1 -1
  69. package/dist/components/hx-menu/hx-menu.d.ts +18 -0
  70. package/dist/components/hx-menu/hx-menu.d.ts.map +1 -1
  71. package/dist/components/hx-nav/hx-nav.d.ts +18 -0
  72. package/dist/components/hx-nav/hx-nav.d.ts.map +1 -1
  73. package/dist/components/hx-nav/hx-nav.styles.d.ts.map +1 -1
  74. package/dist/components/hx-nav/index.js +1 -1
  75. package/dist/components/hx-number-input/hx-number-input.d.ts +18 -0
  76. package/dist/components/hx-number-input/hx-number-input.d.ts.map +1 -1
  77. package/dist/components/hx-number-input/index.js +1 -1
  78. package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts +18 -0
  79. package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts.map +1 -1
  80. package/dist/components/hx-pagination/hx-pagination.styles.d.ts.map +1 -1
  81. package/dist/components/hx-pagination/index.js +1 -1
  82. package/dist/components/hx-popover/hx-popover.d.ts +18 -0
  83. package/dist/components/hx-popover/hx-popover.d.ts.map +1 -1
  84. package/dist/components/hx-popover/hx-popover.styles.d.ts.map +1 -1
  85. package/dist/components/hx-popover/index.js +1 -1
  86. package/dist/components/hx-popup/hx-popup.d.ts +18 -0
  87. package/dist/components/hx-popup/hx-popup.d.ts.map +1 -1
  88. package/dist/components/hx-popup/hx-popup.styles.d.ts.map +1 -1
  89. package/dist/components/hx-popup/index.js +1 -1
  90. package/dist/components/hx-radio-group/hx-radio-group.d.ts +18 -0
  91. package/dist/components/hx-radio-group/hx-radio-group.d.ts.map +1 -1
  92. package/dist/components/hx-radio-group/hx-radio-group.styles.d.ts.map +1 -1
  93. package/dist/components/hx-radio-group/hx-radio.styles.d.ts.map +1 -1
  94. package/dist/components/hx-radio-group/index.js +1 -1
  95. package/dist/components/hx-rating/hx-rating.d.ts +19 -0
  96. package/dist/components/hx-rating/hx-rating.d.ts.map +1 -1
  97. package/dist/components/hx-select/hx-select.d.ts +18 -0
  98. package/dist/components/hx-select/hx-select.d.ts.map +1 -1
  99. package/dist/components/hx-side-nav/hx-side-nav.d.ts +18 -0
  100. package/dist/components/hx-side-nav/hx-side-nav.d.ts.map +1 -1
  101. package/dist/components/hx-side-nav/hx-side-nav.styles.d.ts.map +1 -1
  102. package/dist/components/hx-side-nav/index.js +1 -1
  103. package/dist/components/hx-slider/hx-slider.d.ts +19 -0
  104. package/dist/components/hx-slider/hx-slider.d.ts.map +1 -1
  105. package/dist/components/hx-split-button/hx-split-button.d.ts +18 -0
  106. package/dist/components/hx-split-button/hx-split-button.d.ts.map +1 -1
  107. package/dist/components/hx-split-button/hx-split-button.styles.d.ts.map +1 -1
  108. package/dist/components/hx-split-button/index.js +1 -1
  109. package/dist/components/hx-steps/index.js +1 -1
  110. package/dist/components/hx-switch/hx-switch.d.ts +18 -0
  111. package/dist/components/hx-switch/hx-switch.d.ts.map +1 -1
  112. package/dist/components/hx-switch/hx-switch.styles.d.ts.map +1 -1
  113. package/dist/components/hx-switch/index.js +1 -1
  114. package/dist/components/hx-tabs/hx-tab.styles.d.ts.map +1 -1
  115. package/dist/components/hx-tabs/hx-tabs.d.ts +18 -0
  116. package/dist/components/hx-tabs/hx-tabs.d.ts.map +1 -1
  117. package/dist/components/hx-tabs/index.js +1 -1
  118. package/dist/components/hx-text-input/hx-text-input.d.ts +18 -0
  119. package/dist/components/hx-text-input/hx-text-input.d.ts.map +1 -1
  120. package/dist/components/hx-text-input/hx-text-input.styles.d.ts.map +1 -1
  121. package/dist/components/hx-text-input/index.js +1 -1
  122. package/dist/components/hx-textarea/hx-textarea.d.ts +18 -0
  123. package/dist/components/hx-textarea/hx-textarea.d.ts.map +1 -1
  124. package/dist/components/hx-time-picker/hx-time-picker.d.ts +18 -0
  125. package/dist/components/hx-time-picker/hx-time-picker.d.ts.map +1 -1
  126. package/dist/components/hx-time-picker/hx-time-picker.styles.d.ts.map +1 -1
  127. package/dist/components/hx-time-picker/index.js +1 -1
  128. package/dist/components/hx-toast/hx-toast.d.ts +19 -0
  129. package/dist/components/hx-toast/hx-toast.d.ts.map +1 -1
  130. package/dist/components/hx-toggle-button/hx-toggle-button.d.ts +18 -0
  131. package/dist/components/hx-toggle-button/hx-toggle-button.d.ts.map +1 -1
  132. package/dist/components/hx-toggle-button/hx-toggle-button.styles.d.ts.map +1 -1
  133. package/dist/components/hx-toggle-button/index.js +1 -1
  134. package/dist/components/hx-tooltip/hx-tooltip.d.ts +18 -0
  135. package/dist/components/hx-tooltip/hx-tooltip.d.ts.map +1 -1
  136. package/dist/components/hx-tooltip/hx-tooltip.styles.d.ts.map +1 -1
  137. package/dist/components/hx-tooltip/index.js +1 -1
  138. package/dist/components/hx-top-nav/hx-top-nav.d.ts +18 -0
  139. package/dist/components/hx-top-nav/hx-top-nav.d.ts.map +1 -1
  140. package/dist/components/hx-top-nav/hx-top-nav.styles.d.ts.map +1 -1
  141. package/dist/components/hx-top-nav/index.js +1 -1
  142. package/dist/css/helix-all.css +298 -64
  143. package/dist/css/helix-core.css +24 -15
  144. package/dist/css/helix-forms.css +133 -32
  145. package/dist/css/helix-navigation.css +49 -5
  146. package/dist/css/helix-overlay.css +53 -0
  147. package/dist/css/helix-tokens.css +15 -13
  148. package/dist/css/helix-utility.css +39 -12
  149. package/dist/css/hx-action-bar.css +12 -0
  150. package/dist/css/hx-badge.css +5 -5
  151. package/dist/css/hx-button.css +15 -5
  152. package/dist/css/hx-checkbox-group.css +11 -0
  153. package/dist/css/hx-checkbox.css +20 -4
  154. package/dist/css/hx-color-picker.css +14 -1
  155. package/dist/css/hx-copy-button.css +5 -2
  156. package/dist/css/hx-date-picker.css +11 -3
  157. package/dist/css/hx-dropdown.css +13 -0
  158. package/dist/css/hx-icon-button.css +4 -5
  159. package/dist/css/hx-nav.css +24 -2
  160. package/dist/css/hx-number-input.css +8 -8
  161. package/dist/css/hx-pagination.css +6 -3
  162. package/dist/css/hx-popover.css +13 -0
  163. package/dist/css/hx-popup.css +14 -0
  164. package/dist/css/hx-radio-group.css +10 -0
  165. package/dist/css/hx-side-nav.css +7 -0
  166. package/dist/css/hx-split-button.css +22 -10
  167. package/dist/css/hx-switch.css +19 -1
  168. package/dist/css/hx-text-input.css +4 -1
  169. package/dist/css/hx-time-picker.css +7 -2
  170. package/dist/css/hx-toggle-button.css +29 -12
  171. package/dist/css/hx-tooltip.css +13 -0
  172. package/dist/css/hx-top-nav.css +12 -0
  173. package/dist/css/index.css +1 -1
  174. package/dist/css/manifest.json +57 -20
  175. package/dist/index.js +28 -28
  176. package/dist/shared/{hx-action-bar-CitgcpGv.js → hx-action-bar-BlEG4aZv.js} +41 -29
  177. package/dist/shared/hx-action-bar-BlEG4aZv.js.map +1 -0
  178. package/dist/shared/hx-alert-Bto8-TIi.js.map +1 -1
  179. package/dist/shared/{hx-badge-JlFtAdxS.js → hx-badge-DFL35nzi.js} +16 -16
  180. package/dist/shared/hx-badge-DFL35nzi.js.map +1 -0
  181. package/dist/shared/hx-banner-fpRnciIO.js.map +1 -1
  182. package/dist/shared/{hx-breadcrumb-item-3tKppF9h.js → hx-breadcrumb-item-D8xYqe3s.js} +56 -43
  183. package/dist/shared/hx-breadcrumb-item-D8xYqe3s.js.map +1 -0
  184. package/dist/shared/{hx-button-BOwAEcF1.js → hx-button-DOZTZnz-.js} +29 -19
  185. package/dist/shared/hx-button-DOZTZnz-.js.map +1 -0
  186. package/dist/shared/hx-button-group-D3QUmSzl.js +248 -0
  187. package/dist/shared/hx-button-group-D3QUmSzl.js.map +1 -0
  188. package/dist/shared/{hx-checkbox-CYd0YV_u.js → hx-checkbox-DcgyGS9V.js} +27 -11
  189. package/dist/shared/hx-checkbox-DcgyGS9V.js.map +1 -0
  190. package/dist/shared/{hx-checkbox-group-D5piJLY8.js → hx-checkbox-group-C0q6HDqn.js} +101 -58
  191. package/dist/shared/hx-checkbox-group-C0q6HDqn.js.map +1 -0
  192. package/dist/shared/hx-clinical-status-D3XQIOqX.js.map +1 -1
  193. package/dist/shared/{hx-color-picker-DBwJzT5f.js → hx-color-picker-CYjx8i8R.js} +97 -84
  194. package/dist/shared/hx-color-picker-CYjx8i8R.js.map +1 -0
  195. package/dist/shared/hx-combobox-NgJaLbs2.js.map +1 -1
  196. package/dist/shared/{hx-copy-button-sUVuikyH.js → hx-copy-button-DJirFCUL.js} +18 -15
  197. package/dist/shared/hx-copy-button-DJirFCUL.js.map +1 -0
  198. package/dist/shared/{hx-date-picker-B49yo4Vm.js → hx-date-picker-0PtEav0K.js} +71 -63
  199. package/dist/shared/hx-date-picker-0PtEav0K.js.map +1 -0
  200. package/dist/shared/hx-dialog-B4weoj_1.js.map +1 -1
  201. package/dist/shared/hx-drawer-CM_upadk.js.map +1 -1
  202. package/dist/shared/{hx-dropdown-D626S2ZG.js → hx-dropdown-xHwTJecv.js} +44 -31
  203. package/dist/shared/hx-dropdown-xHwTJecv.js.map +1 -0
  204. package/dist/shared/hx-field-label-BVRyyKeh.js.map +1 -1
  205. package/dist/shared/hx-field-zw0U1KVi.js.map +1 -1
  206. package/dist/shared/hx-file-upload-D3rKROK5.js.map +1 -1
  207. package/dist/shared/hx-form-CkChEATa.js.map +1 -1
  208. package/dist/shared/hx-help-text-Xb2Yr8x2.js.map +1 -1
  209. package/dist/shared/{hx-icon-button-a6OpeQz5.js → hx-icon-button-B2BdVdyK.js} +10 -11
  210. package/dist/shared/hx-icon-button-B2BdVdyK.js.map +1 -0
  211. package/dist/shared/hx-menu-divider-A6Guuzi_.js.map +1 -1
  212. package/dist/shared/{hx-nav-ldFM3Fle.js → hx-nav-ChMTfn7o.js} +66 -44
  213. package/dist/shared/hx-nav-ChMTfn7o.js.map +1 -0
  214. package/dist/shared/{hx-nav-item-CODtUlew.js → hx-nav-item-ClN17f1y.js} +62 -55
  215. package/dist/shared/hx-nav-item-ClN17f1y.js.map +1 -0
  216. package/dist/shared/{hx-number-input-yUzFOSC1.js → hx-number-input-MggsT7F0.js} +13 -13
  217. package/dist/shared/hx-number-input-MggsT7F0.js.map +1 -0
  218. package/dist/shared/hx-overflow-menu-DFjJAziP.js.map +1 -1
  219. package/dist/shared/{hx-pagination-C7y8GVyU.js → hx-pagination-D726PyTM.js} +7 -4
  220. package/dist/shared/hx-pagination-D726PyTM.js.map +1 -0
  221. package/dist/shared/{hx-popover-BAlAFOH9.js → hx-popover-BjB0nkcq.js} +51 -38
  222. package/dist/shared/hx-popover-BjB0nkcq.js.map +1 -0
  223. package/dist/shared/{hx-popup-COUXXZ9X.js → hx-popup-BiV_2evC.js} +59 -45
  224. package/dist/shared/hx-popup-BiV_2evC.js.map +1 -0
  225. package/dist/shared/{hx-radio-C7eTj5YI.js → hx-radio-BY4zpwdh.js} +81 -63
  226. package/dist/shared/hx-radio-BY4zpwdh.js.map +1 -0
  227. package/dist/shared/hx-rating-C3QP53k9.js.map +1 -1
  228. package/dist/shared/hx-select-DahFehiZ.js.map +1 -1
  229. package/dist/shared/hx-slider-Blmv_rwS.js.map +1 -1
  230. package/dist/shared/{hx-split-button-Ddle8iVx.js → hx-split-button-CdNz1XAu.js} +62 -50
  231. package/dist/shared/hx-split-button-CdNz1XAu.js.map +1 -0
  232. package/dist/shared/{hx-step-R2rjp1fT.js → hx-step-CUzliIK_.js} +3 -3
  233. package/dist/shared/hx-step-CUzliIK_.js.map +1 -0
  234. package/dist/shared/{hx-switch-TvKGvZJz.js → hx-switch-BCXuNxEH.js} +42 -24
  235. package/dist/shared/hx-switch-BCXuNxEH.js.map +1 -0
  236. package/dist/shared/{hx-tab-panel-DzsX8BHV.js → hx-tab-panel-BfisavKo.js} +47 -32
  237. package/dist/shared/hx-tab-panel-BfisavKo.js.map +1 -0
  238. package/dist/shared/{hx-text-input-D6FlOZM-.js → hx-text-input-V5sQOpDh.js} +5 -2
  239. package/dist/shared/hx-text-input-V5sQOpDh.js.map +1 -0
  240. package/dist/shared/hx-textarea-CNG590KY.js.map +1 -1
  241. package/dist/shared/{hx-time-picker-Bo7FWzmf.js → hx-time-picker-DfJkBwcX.js} +41 -36
  242. package/dist/shared/hx-time-picker-DfJkBwcX.js.map +1 -0
  243. package/dist/shared/{hx-toggle-button-DwBers3A.js → hx-toggle-button-xNVYeA3X.js} +64 -47
  244. package/dist/shared/hx-toggle-button-xNVYeA3X.js.map +1 -0
  245. package/dist/shared/{hx-tooltip-DVqtKPCD.js → hx-tooltip-CamO-9nd.js} +24 -11
  246. package/dist/shared/hx-tooltip-CamO-9nd.js.map +1 -0
  247. package/dist/shared/{hx-top-nav-DP6OFS8C.js → hx-top-nav-CsTxOtVI.js} +26 -14
  248. package/dist/shared/hx-top-nav-CsTxOtVI.js.map +1 -0
  249. package/dist/shared/toast-factory-Dht3pVsw.js.map +1 -1
  250. package/figma-inventory.json +1258 -386
  251. package/package.json +2 -2
  252. package/dist/shared/hx-action-bar-CitgcpGv.js.map +0 -1
  253. package/dist/shared/hx-badge-JlFtAdxS.js.map +0 -1
  254. package/dist/shared/hx-breadcrumb-item-3tKppF9h.js.map +0 -1
  255. package/dist/shared/hx-button-BOwAEcF1.js.map +0 -1
  256. package/dist/shared/hx-button-group-4NUBpkyC.js +0 -181
  257. package/dist/shared/hx-button-group-4NUBpkyC.js.map +0 -1
  258. package/dist/shared/hx-checkbox-CYd0YV_u.js.map +0 -1
  259. package/dist/shared/hx-checkbox-group-D5piJLY8.js.map +0 -1
  260. package/dist/shared/hx-color-picker-DBwJzT5f.js.map +0 -1
  261. package/dist/shared/hx-copy-button-sUVuikyH.js.map +0 -1
  262. package/dist/shared/hx-date-picker-B49yo4Vm.js.map +0 -1
  263. package/dist/shared/hx-dropdown-D626S2ZG.js.map +0 -1
  264. package/dist/shared/hx-icon-button-a6OpeQz5.js.map +0 -1
  265. package/dist/shared/hx-nav-item-CODtUlew.js.map +0 -1
  266. package/dist/shared/hx-nav-ldFM3Fle.js.map +0 -1
  267. package/dist/shared/hx-number-input-yUzFOSC1.js.map +0 -1
  268. package/dist/shared/hx-pagination-C7y8GVyU.js.map +0 -1
  269. package/dist/shared/hx-popover-BAlAFOH9.js.map +0 -1
  270. package/dist/shared/hx-popup-COUXXZ9X.js.map +0 -1
  271. package/dist/shared/hx-radio-C7eTj5YI.js.map +0 -1
  272. package/dist/shared/hx-split-button-Ddle8iVx.js.map +0 -1
  273. package/dist/shared/hx-step-R2rjp1fT.js.map +0 -1
  274. package/dist/shared/hx-switch-TvKGvZJz.js.map +0 -1
  275. package/dist/shared/hx-tab-panel-DzsX8BHV.js.map +0 -1
  276. package/dist/shared/hx-text-input-D6FlOZM-.js.map +0 -1
  277. package/dist/shared/hx-time-picker-Bo7FWzmf.js.map +0 -1
  278. package/dist/shared/hx-toggle-button-DwBers3A.js.map +0 -1
  279. package/dist/shared/hx-tooltip-DVqtKPCD.js.map +0 -1
  280. package/dist/shared/hx-top-nav-DP6OFS8C.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-09T16:43:50.793Z",
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",
@@ -549,16 +549,38 @@
549
549
  "dependsOn": [],
550
550
  "excludedAttributes": [],
551
551
  "aaa": {
552
- "certified": false,
553
- "certifiedDate": null,
554
- "criteria": [],
555
- "auditUrl": null
552
+ "certified": true,
553
+ "certifiedDate": "2026-05-08",
554
+ "criteria": [
555
+ "1.4.6",
556
+ "1.4.9",
557
+ "2.1.3",
558
+ "2.3.3",
559
+ "2.4.12",
560
+ "2.4.13",
561
+ "2.5.5",
562
+ "3.2.5",
563
+ "3.3.6",
564
+ "forced-colors",
565
+ "apg-keyboard"
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
  {
@@ -1044,16 +1066,35 @@
1044
1066
  "dependsOn": [],
1045
1067
  "excludedAttributes": [],
1046
1068
  "aaa": {
1047
- "certified": false,
1048
- "certifiedDate": null,
1049
- "criteria": [],
1050
- "auditUrl": null
1069
+ "certified": true,
1070
+ "certifiedDate": "2026-05-08",
1071
+ "criteria": [
1072
+ "1.4.6",
1073
+ "1.4.9",
1074
+ "2.1.3",
1075
+ "2.3.3",
1076
+ "2.4.12",
1077
+ "2.4.13",
1078
+ "2.5.5",
1079
+ "3.2.5",
1080
+ "3.3.6",
1081
+ "forced-colors",
1082
+ "apg-keyboard"
1083
+ ],
1084
+ "auditUrl": "src/components/hx-alert/AAA-AUDIT.md"
1051
1085
  },
1052
- "keyboardContract": null,
1053
- "ariaPattern": null,
1054
- "themeAware": null,
1055
- "brandAware": null,
1056
- "formAssociated": null,
1086
+ "keyboardContract": {
1087
+ "activate": [],
1088
+ "navigate": [],
1089
+ "dismiss": [
1090
+ "Escape"
1091
+ ],
1092
+ "disabledSuppresses": null
1093
+ },
1094
+ "ariaPattern": "alert",
1095
+ "themeAware": true,
1096
+ "brandAware": true,
1097
+ "formAssociated": false,
1057
1098
  "priorityTier": "P0"
1058
1099
  },
1059
1100
  {
@@ -2241,16 +2282,35 @@
2241
2282
  "dependsOn": [],
2242
2283
  "excludedAttributes": [],
2243
2284
  "aaa": {
2244
- "certified": false,
2245
- "certifiedDate": null,
2246
- "criteria": [],
2247
- "auditUrl": null
2285
+ "certified": true,
2286
+ "certifiedDate": "2026-05-09",
2287
+ "criteria": [
2288
+ "1.4.6",
2289
+ "1.4.9",
2290
+ "2.1.3",
2291
+ "2.3.3",
2292
+ "2.4.12",
2293
+ "2.4.13",
2294
+ "2.5.5",
2295
+ "3.2.5",
2296
+ "3.3.6",
2297
+ "forced-colors",
2298
+ "apg-keyboard"
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,35 @@
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.6",
2505
+ "1.4.9",
2506
+ "2.1.3",
2507
+ "2.3.3",
2508
+ "2.4.12",
2509
+ "2.4.13",
2510
+ "2.5.5",
2511
+ "3.2.5",
2512
+ "3.3.6",
2513
+ "forced-colors",
2514
+ "apg-keyboard"
2515
+ ],
2516
+ "auditUrl": "src/components/hx-breadcrumb/AAA-AUDIT.md"
2445
2517
  },
2446
- "keyboardContract": null,
2447
- "ariaPattern": null,
2448
- "themeAware": null,
2449
- "brandAware": null,
2450
- "formAssociated": null,
2518
+ "keyboardContract": {
2519
+ "activate": [],
2520
+ "navigate": [
2521
+ "Arrow"
2522
+ ],
2523
+ "dismiss": [],
2524
+ "disabledSuppresses": null
2525
+ },
2526
+ "ariaPattern": "breadcrumb",
2527
+ "themeAware": true,
2528
+ "brandAware": true,
2529
+ "formAssociated": false,
2451
2530
  "priorityTier": "P0"
2452
2531
  },
2453
2532
  {
@@ -3080,16 +3159,36 @@
3080
3159
  "dependsOn": [],
3081
3160
  "excludedAttributes": [],
3082
3161
  "aaa": {
3083
- "certified": false,
3084
- "certifiedDate": null,
3085
- "criteria": [],
3086
- "auditUrl": null
3162
+ "certified": true,
3163
+ "certifiedDate": "2026-05-08",
3164
+ "criteria": [
3165
+ "1.4.6",
3166
+ "1.4.9",
3167
+ "2.1.3",
3168
+ "2.3.3",
3169
+ "2.4.12",
3170
+ "2.4.13",
3171
+ "2.5.5",
3172
+ "3.2.5",
3173
+ "3.3.6",
3174
+ "forced-colors",
3175
+ "apg-keyboard"
3176
+ ],
3177
+ "auditUrl": "src/components/hx-button/AAA-AUDIT.md"
3087
3178
  },
3088
- "keyboardContract": null,
3089
- "ariaPattern": null,
3090
- "themeAware": null,
3091
- "brandAware": null,
3092
- "formAssociated": null,
3179
+ "keyboardContract": {
3180
+ "activate": [
3181
+ "Enter",
3182
+ "Space"
3183
+ ],
3184
+ "navigate": [],
3185
+ "dismiss": [],
3186
+ "disabledSuppresses": true
3187
+ },
3188
+ "ariaPattern": "button",
3189
+ "themeAware": true,
3190
+ "brandAware": true,
3191
+ "formAssociated": true,
3093
3192
  "priorityTier": "P0"
3094
3193
  },
3095
3194
  {
@@ -3177,16 +3276,38 @@
3177
3276
  "dependsOn": [],
3178
3277
  "excludedAttributes": [],
3179
3278
  "aaa": {
3180
- "certified": false,
3181
- "certifiedDate": null,
3182
- "criteria": [],
3183
- "auditUrl": null
3279
+ "certified": true,
3280
+ "certifiedDate": "2026-05-08",
3281
+ "criteria": [
3282
+ "1.4.6",
3283
+ "1.4.9",
3284
+ "2.1.3",
3285
+ "2.3.3",
3286
+ "2.4.12",
3287
+ "2.4.13",
3288
+ "2.5.5",
3289
+ "3.2.5",
3290
+ "3.3.6",
3291
+ "forced-colors",
3292
+ "apg-keyboard"
3293
+ ],
3294
+ "auditUrl": "src/components/hx-button-group/AAA-AUDIT.md"
3184
3295
  },
3185
- "keyboardContract": null,
3186
- "ariaPattern": null,
3187
- "themeAware": null,
3188
- "brandAware": null,
3189
- "formAssociated": null,
3296
+ "keyboardContract": {
3297
+ "activate": [
3298
+ "Enter",
3299
+ "Space"
3300
+ ],
3301
+ "navigate": [
3302
+ "Arrow"
3303
+ ],
3304
+ "dismiss": [],
3305
+ "disabledSuppresses": true
3306
+ },
3307
+ "ariaPattern": "toolbar",
3308
+ "themeAware": true,
3309
+ "brandAware": true,
3310
+ "formAssociated": false,
3190
3311
  "priorityTier": "P0"
3191
3312
  },
3192
3313
  {
@@ -4475,16 +4596,35 @@
4475
4596
  "dependsOn": [],
4476
4597
  "excludedAttributes": [],
4477
4598
  "aaa": {
4478
- "certified": false,
4479
- "certifiedDate": null,
4480
- "criteria": [],
4481
- "auditUrl": null
4599
+ "certified": true,
4600
+ "certifiedDate": "2026-05-08",
4601
+ "criteria": [
4602
+ "1.4.6",
4603
+ "1.4.9",
4604
+ "2.1.3",
4605
+ "2.3.3",
4606
+ "2.4.12",
4607
+ "2.4.13",
4608
+ "2.5.5",
4609
+ "3.2.5",
4610
+ "3.3.6",
4611
+ "forced-colors",
4612
+ "apg-keyboard"
4613
+ ],
4614
+ "auditUrl": "src/components/hx-checkbox/AAA-AUDIT.md"
4482
4615
  },
4483
- "keyboardContract": null,
4484
- "ariaPattern": null,
4485
- "themeAware": null,
4486
- "brandAware": null,
4487
- "formAssociated": null,
4616
+ "keyboardContract": {
4617
+ "activate": [
4618
+ "Space"
4619
+ ],
4620
+ "navigate": [],
4621
+ "dismiss": [],
4622
+ "disabledSuppresses": true
4623
+ },
4624
+ "ariaPattern": "checkbox",
4625
+ "themeAware": true,
4626
+ "brandAware": true,
4627
+ "formAssociated": true,
4488
4628
  "priorityTier": "P0"
4489
4629
  },
4490
4630
  {
@@ -4744,16 +4884,35 @@
4744
4884
  "dependsOn": [],
4745
4885
  "excludedAttributes": [],
4746
4886
  "aaa": {
4747
- "certified": false,
4748
- "certifiedDate": null,
4749
- "criteria": [],
4750
- "auditUrl": null
4887
+ "certified": true,
4888
+ "certifiedDate": "2026-05-08",
4889
+ "criteria": [
4890
+ "1.4.6",
4891
+ "1.4.9",
4892
+ "2.1.3",
4893
+ "2.3.3",
4894
+ "2.4.12",
4895
+ "2.4.13",
4896
+ "2.5.5",
4897
+ "3.2.5",
4898
+ "3.3.6",
4899
+ "forced-colors",
4900
+ "apg-keyboard"
4901
+ ],
4902
+ "auditUrl": "src/components/hx-checkbox-group/AAA-AUDIT.md"
4751
4903
  },
4752
- "keyboardContract": null,
4753
- "ariaPattern": null,
4754
- "themeAware": null,
4755
- "brandAware": null,
4756
- "formAssociated": null,
4904
+ "keyboardContract": {
4905
+ "activate": [],
4906
+ "navigate": [
4907
+ "Tab"
4908
+ ],
4909
+ "dismiss": [],
4910
+ "disabledSuppresses": true
4911
+ },
4912
+ "ariaPattern": "group",
4913
+ "themeAware": true,
4914
+ "brandAware": true,
4915
+ "formAssociated": true,
4757
4916
  "priorityTier": "P0"
4758
4917
  },
4759
4918
  {
@@ -5204,16 +5363,35 @@
5204
5363
  "dependsOn": [],
5205
5364
  "excludedAttributes": [],
5206
5365
  "aaa": {
5207
- "certified": false,
5208
- "certifiedDate": null,
5209
- "criteria": [],
5210
- "auditUrl": null
5366
+ "certified": true,
5367
+ "certifiedDate": "2026-05-09",
5368
+ "criteria": [
5369
+ "1.4.6",
5370
+ "1.4.9",
5371
+ "2.1.3",
5372
+ "2.3.3",
5373
+ "2.4.12",
5374
+ "2.4.13",
5375
+ "2.5.5",
5376
+ "3.2.5",
5377
+ "3.3.6",
5378
+ "forced-colors",
5379
+ "apg-keyboard"
5380
+ ],
5381
+ "auditUrl": "src/components/hx-clinical-status/AAA-AUDIT.md"
5211
5382
  },
5212
- "keyboardContract": null,
5213
- "ariaPattern": null,
5214
- "themeAware": null,
5215
- "brandAware": null,
5216
- "formAssociated": null,
5383
+ "keyboardContract": {
5384
+ "activate": [],
5385
+ "navigate": [],
5386
+ "dismiss": [
5387
+ "Escape"
5388
+ ],
5389
+ "disabledSuppresses": null
5390
+ },
5391
+ "ariaPattern": "alert",
5392
+ "themeAware": true,
5393
+ "brandAware": true,
5394
+ "formAssociated": false,
5217
5395
  "priorityTier": "P0"
5218
5396
  },
5219
5397
  {
@@ -6136,16 +6314,44 @@
6136
6314
  "dependsOn": [],
6137
6315
  "excludedAttributes": [],
6138
6316
  "aaa": {
6139
- "certified": false,
6140
- "certifiedDate": null,
6141
- "criteria": [],
6142
- "auditUrl": null
6317
+ "certified": true,
6318
+ "certifiedDate": "2026-05-08",
6319
+ "criteria": [
6320
+ "1.4.6",
6321
+ "1.4.9",
6322
+ "2.1.3",
6323
+ "2.3.3",
6324
+ "2.4.12",
6325
+ "2.4.13",
6326
+ "2.5.5",
6327
+ "3.2.5",
6328
+ "3.3.6",
6329
+ "forced-colors",
6330
+ "apg-keyboard"
6331
+ ],
6332
+ "auditUrl": "src/components/hx-color-picker/AAA-AUDIT.md"
6143
6333
  },
6144
- "keyboardContract": null,
6145
- "ariaPattern": null,
6146
- "themeAware": null,
6147
- "brandAware": null,
6148
- "formAssociated": null,
6334
+ "keyboardContract": {
6335
+ "activate": [],
6336
+ "navigate": [
6337
+ "ArrowLeft",
6338
+ "ArrowRight",
6339
+ "ArrowUp",
6340
+ "ArrowDown",
6341
+ "Home",
6342
+ "End",
6343
+ "PageUp",
6344
+ "PageDown"
6345
+ ],
6346
+ "dismiss": [
6347
+ "Escape"
6348
+ ],
6349
+ "disabledSuppresses": true
6350
+ },
6351
+ "ariaPattern": "slider",
6352
+ "themeAware": true,
6353
+ "brandAware": true,
6354
+ "formAssociated": true,
6149
6355
  "priorityTier": "P0"
6150
6356
  },
6151
6357
  {
@@ -6836,16 +7042,41 @@
6836
7042
  "dependsOn": [],
6837
7043
  "excludedAttributes": [],
6838
7044
  "aaa": {
6839
- "certified": false,
6840
- "certifiedDate": null,
6841
- "criteria": [],
6842
- "auditUrl": null
7045
+ "certified": true,
7046
+ "certifiedDate": "2026-05-08",
7047
+ "criteria": [
7048
+ "1.4.6",
7049
+ "1.4.9",
7050
+ "2.1.3",
7051
+ "2.3.3",
7052
+ "2.4.12",
7053
+ "2.4.13",
7054
+ "2.5.5",
7055
+ "3.2.5",
7056
+ "3.3.6",
7057
+ "forced-colors",
7058
+ "apg-keyboard"
7059
+ ],
7060
+ "auditUrl": "src/components/hx-combobox/AAA-AUDIT.md"
6843
7061
  },
6844
- "keyboardContract": null,
6845
- "ariaPattern": null,
6846
- "themeAware": null,
6847
- "brandAware": null,
6848
- "formAssociated": null,
7062
+ "keyboardContract": {
7063
+ "activate": [
7064
+ "Enter"
7065
+ ],
7066
+ "navigate": [
7067
+ "Arrow",
7068
+ "Home",
7069
+ "End"
7070
+ ],
7071
+ "dismiss": [
7072
+ "Escape"
7073
+ ],
7074
+ "disabledSuppresses": true
7075
+ },
7076
+ "ariaPattern": "combobox",
7077
+ "themeAware": true,
7078
+ "brandAware": true,
7079
+ "formAssociated": true,
6849
7080
  "priorityTier": "P0"
6850
7081
  },
6851
7082
  {
@@ -7358,16 +7589,36 @@
7358
7589
  "dependsOn": [],
7359
7590
  "excludedAttributes": [],
7360
7591
  "aaa": {
7361
- "certified": false,
7362
- "certifiedDate": null,
7363
- "criteria": [],
7364
- "auditUrl": null
7592
+ "certified": true,
7593
+ "certifiedDate": "2026-05-08",
7594
+ "criteria": [
7595
+ "1.4.6",
7596
+ "1.4.9",
7597
+ "2.1.3",
7598
+ "2.3.3",
7599
+ "2.4.12",
7600
+ "2.4.13",
7601
+ "2.5.5",
7602
+ "3.2.5",
7603
+ "3.3.6",
7604
+ "forced-colors",
7605
+ "apg-keyboard"
7606
+ ],
7607
+ "auditUrl": "src/components/hx-copy-button/AAA-AUDIT.md"
7365
7608
  },
7366
- "keyboardContract": null,
7367
- "ariaPattern": null,
7368
- "themeAware": null,
7369
- "brandAware": null,
7370
- "formAssociated": null,
7609
+ "keyboardContract": {
7610
+ "activate": [
7611
+ "Enter",
7612
+ "Space"
7613
+ ],
7614
+ "navigate": [],
7615
+ "dismiss": [],
7616
+ "disabledSuppresses": true
7617
+ },
7618
+ "ariaPattern": "button",
7619
+ "themeAware": true,
7620
+ "brandAware": true,
7621
+ "formAssociated": false,
7371
7622
  "priorityTier": "P0"
7372
7623
  },
7373
7624
  {
@@ -8673,16 +8924,35 @@
8673
8924
  "dependsOn": [],
8674
8925
  "excludedAttributes": [],
8675
8926
  "aaa": {
8676
- "certified": false,
8677
- "certifiedDate": null,
8678
- "criteria": [],
8679
- "auditUrl": null
8927
+ "certified": true,
8928
+ "certifiedDate": "2026-05-08",
8929
+ "criteria": [
8930
+ "1.4.6",
8931
+ "1.4.9",
8932
+ "2.1.3",
8933
+ "2.3.3",
8934
+ "2.4.12",
8935
+ "2.4.13",
8936
+ "2.5.5",
8937
+ "3.2.5",
8938
+ "3.3.6",
8939
+ "forced-colors",
8940
+ "apg-keyboard"
8941
+ ],
8942
+ "auditUrl": "src/components/hx-date-picker/AAA-AUDIT.md"
8680
8943
  },
8681
- "keyboardContract": null,
8682
- "ariaPattern": null,
8683
- "themeAware": null,
8684
- "brandAware": null,
8685
- "formAssociated": null,
8944
+ "keyboardContract": {
8945
+ "activate": [],
8946
+ "navigate": [],
8947
+ "dismiss": [
8948
+ "Escape"
8949
+ ],
8950
+ "disabledSuppresses": null
8951
+ },
8952
+ "ariaPattern": "dialog",
8953
+ "themeAware": true,
8954
+ "brandAware": true,
8955
+ "formAssociated": true,
8686
8956
  "priorityTier": "P0"
8687
8957
  },
8688
8958
  {
@@ -9136,16 +9406,35 @@
9136
9406
  "aria-label"
9137
9407
  ],
9138
9408
  "aaa": {
9139
- "certified": false,
9140
- "certifiedDate": null,
9141
- "criteria": [],
9142
- "auditUrl": null
9409
+ "certified": true,
9410
+ "certifiedDate": "2026-05-08",
9411
+ "criteria": [
9412
+ "1.4.6",
9413
+ "1.4.9",
9414
+ "2.1.3",
9415
+ "2.3.3",
9416
+ "2.4.12",
9417
+ "2.4.13",
9418
+ "2.5.5",
9419
+ "3.2.5",
9420
+ "3.3.6",
9421
+ "forced-colors",
9422
+ "apg-keyboard"
9423
+ ],
9424
+ "auditUrl": "src/components/hx-dialog/AAA-AUDIT.md"
9143
9425
  },
9144
- "keyboardContract": null,
9145
- "ariaPattern": null,
9146
- "themeAware": null,
9147
- "brandAware": null,
9148
- "formAssociated": null,
9426
+ "keyboardContract": {
9427
+ "activate": [],
9428
+ "navigate": [],
9429
+ "dismiss": [
9430
+ "Escape"
9431
+ ],
9432
+ "disabledSuppresses": null
9433
+ },
9434
+ "ariaPattern": "dialog",
9435
+ "themeAware": true,
9436
+ "brandAware": true,
9437
+ "formAssociated": false,
9149
9438
  "priorityTier": "P0"
9150
9439
  },
9151
9440
  {
@@ -9820,16 +10109,35 @@
9820
10109
  "dependsOn": [],
9821
10110
  "excludedAttributes": [],
9822
10111
  "aaa": {
9823
- "certified": false,
9824
- "certifiedDate": null,
9825
- "criteria": [],
9826
- "auditUrl": null
10112
+ "certified": true,
10113
+ "certifiedDate": "2026-05-08",
10114
+ "criteria": [
10115
+ "1.4.6",
10116
+ "1.4.9",
10117
+ "2.1.3",
10118
+ "2.3.3",
10119
+ "2.4.12",
10120
+ "2.4.13",
10121
+ "2.5.5",
10122
+ "3.2.5",
10123
+ "3.3.6",
10124
+ "forced-colors",
10125
+ "apg-keyboard"
10126
+ ],
10127
+ "auditUrl": "src/components/hx-drawer/AAA-AUDIT.md"
9827
10128
  },
9828
- "keyboardContract": null,
9829
- "ariaPattern": null,
9830
- "themeAware": null,
9831
- "brandAware": null,
9832
- "formAssociated": null,
10129
+ "keyboardContract": {
10130
+ "activate": [],
10131
+ "navigate": [],
10132
+ "dismiss": [
10133
+ "Escape"
10134
+ ],
10135
+ "disabledSuppresses": null
10136
+ },
10137
+ "ariaPattern": "dialog",
10138
+ "themeAware": true,
10139
+ "brandAware": true,
10140
+ "formAssociated": false,
9833
10141
  "priorityTier": "P0"
9834
10142
  },
9835
10143
  {
@@ -10053,16 +10361,42 @@
10053
10361
  "dependsOn": [],
10054
10362
  "excludedAttributes": [],
10055
10363
  "aaa": {
10056
- "certified": false,
10057
- "certifiedDate": null,
10058
- "criteria": [],
10059
- "auditUrl": null
10364
+ "certified": true,
10365
+ "certifiedDate": "2026-05-08",
10366
+ "criteria": [
10367
+ "1.4.6",
10368
+ "1.4.9",
10369
+ "2.1.3",
10370
+ "2.3.3",
10371
+ "2.4.12",
10372
+ "2.4.13",
10373
+ "2.5.5",
10374
+ "3.2.5",
10375
+ "3.3.6",
10376
+ "forced-colors",
10377
+ "apg-keyboard"
10378
+ ],
10379
+ "auditUrl": "src/components/hx-dropdown/AAA-AUDIT.md"
10060
10380
  },
10061
- "keyboardContract": null,
10062
- "ariaPattern": null,
10063
- "themeAware": null,
10064
- "brandAware": null,
10065
- "formAssociated": null,
10381
+ "keyboardContract": {
10382
+ "activate": [
10383
+ "Enter",
10384
+ "Space"
10385
+ ],
10386
+ "navigate": [
10387
+ "Arrow",
10388
+ "Home",
10389
+ "End"
10390
+ ],
10391
+ "dismiss": [
10392
+ "Escape"
10393
+ ],
10394
+ "disabledSuppresses": true
10395
+ },
10396
+ "ariaPattern": "menu",
10397
+ "themeAware": true,
10398
+ "brandAware": true,
10399
+ "formAssociated": false,
10066
10400
  "priorityTier": "P0"
10067
10401
  },
10068
10402
  {
@@ -10345,16 +10679,28 @@
10345
10679
  "dependsOn": [],
10346
10680
  "excludedAttributes": [],
10347
10681
  "aaa": {
10348
- "certified": false,
10349
- "certifiedDate": null,
10350
- "criteria": [],
10351
- "auditUrl": null
10682
+ "certified": true,
10683
+ "certifiedDate": "2026-05-09",
10684
+ "criteria": [
10685
+ "1.4.6",
10686
+ "1.4.9",
10687
+ "2.1.3",
10688
+ "2.3.3",
10689
+ "2.4.12",
10690
+ "2.4.13",
10691
+ "2.5.5",
10692
+ "3.2.5",
10693
+ "3.3.6",
10694
+ "forced-colors",
10695
+ "apg-keyboard"
10696
+ ],
10697
+ "auditUrl": "src/components/hx-field/AAA-AUDIT.md"
10352
10698
  },
10353
10699
  "keyboardContract": null,
10354
- "ariaPattern": null,
10355
- "themeAware": null,
10356
- "brandAware": null,
10357
- "formAssociated": null,
10700
+ "ariaPattern": "label",
10701
+ "themeAware": true,
10702
+ "brandAware": true,
10703
+ "formAssociated": false,
10358
10704
  "priorityTier": "P0"
10359
10705
  },
10360
10706
  {
@@ -10561,16 +10907,28 @@
10561
10907
  "dependsOn": [],
10562
10908
  "excludedAttributes": [],
10563
10909
  "aaa": {
10564
- "certified": false,
10565
- "certifiedDate": null,
10566
- "criteria": [],
10567
- "auditUrl": null
10910
+ "certified": true,
10911
+ "certifiedDate": "2026-05-09",
10912
+ "criteria": [
10913
+ "1.4.6",
10914
+ "1.4.9",
10915
+ "2.1.3",
10916
+ "2.3.3",
10917
+ "2.4.12",
10918
+ "2.4.13",
10919
+ "2.5.5",
10920
+ "3.2.5",
10921
+ "3.3.6",
10922
+ "forced-colors",
10923
+ "apg-keyboard"
10924
+ ],
10925
+ "auditUrl": "src/components/hx-field-label/AAA-AUDIT.md"
10568
10926
  },
10569
10927
  "keyboardContract": null,
10570
- "ariaPattern": null,
10571
- "themeAware": null,
10572
- "brandAware": null,
10573
- "formAssociated": null,
10928
+ "ariaPattern": "label",
10929
+ "themeAware": true,
10930
+ "brandAware": true,
10931
+ "formAssociated": false,
10574
10932
  "priorityTier": "P0"
10575
10933
  },
10576
10934
  {
@@ -10994,16 +11352,36 @@
10994
11352
  "dependsOn": [],
10995
11353
  "excludedAttributes": [],
10996
11354
  "aaa": {
10997
- "certified": false,
10998
- "certifiedDate": null,
10999
- "criteria": [],
11000
- "auditUrl": null
11355
+ "certified": true,
11356
+ "certifiedDate": "2026-05-08",
11357
+ "criteria": [
11358
+ "1.4.6",
11359
+ "1.4.9",
11360
+ "2.1.3",
11361
+ "2.3.3",
11362
+ "2.4.12",
11363
+ "2.4.13",
11364
+ "2.5.5",
11365
+ "3.2.5",
11366
+ "3.3.6",
11367
+ "forced-colors",
11368
+ "apg-keyboard"
11369
+ ],
11370
+ "auditUrl": "src/components/hx-file-upload/AAA-AUDIT.md"
11001
11371
  },
11002
- "keyboardContract": null,
11003
- "ariaPattern": null,
11004
- "themeAware": null,
11005
- "brandAware": null,
11006
- "formAssociated": null,
11372
+ "keyboardContract": {
11373
+ "activate": [
11374
+ "Enter",
11375
+ "Space"
11376
+ ],
11377
+ "navigate": [],
11378
+ "dismiss": [],
11379
+ "disabledSuppresses": true
11380
+ },
11381
+ "ariaPattern": "button",
11382
+ "themeAware": true,
11383
+ "brandAware": true,
11384
+ "formAssociated": true,
11007
11385
  "priorityTier": "P0"
11008
11386
  },
11009
11387
  {
@@ -11139,16 +11517,33 @@
11139
11517
  "dependsOn": [],
11140
11518
  "excludedAttributes": [],
11141
11519
  "aaa": {
11142
- "certified": false,
11143
- "certifiedDate": null,
11144
- "criteria": [],
11145
- "auditUrl": null
11520
+ "certified": true,
11521
+ "certifiedDate": "2026-05-09",
11522
+ "criteria": [
11523
+ "1.4.6",
11524
+ "1.4.9",
11525
+ "2.1.3",
11526
+ "2.3.3",
11527
+ "2.4.12",
11528
+ "2.4.13",
11529
+ "2.5.5",
11530
+ "3.2.5",
11531
+ "3.3.6",
11532
+ "forced-colors",
11533
+ "apg-keyboard"
11534
+ ],
11535
+ "auditUrl": "src/components/hx-form/AAA-AUDIT.md"
11146
11536
  },
11147
- "keyboardContract": null,
11148
- "ariaPattern": null,
11149
- "themeAware": null,
11150
- "brandAware": null,
11151
- "formAssociated": null,
11537
+ "keyboardContract": {
11538
+ "activate": [],
11539
+ "navigate": [],
11540
+ "dismiss": [],
11541
+ "disabledSuppresses": null
11542
+ },
11543
+ "ariaPattern": "form",
11544
+ "themeAware": true,
11545
+ "brandAware": true,
11546
+ "formAssociated": false,
11152
11547
  "priorityTier": "P0"
11153
11548
  },
11154
11549
  {
@@ -11714,16 +12109,28 @@
11714
12109
  "dependsOn": [],
11715
12110
  "excludedAttributes": [],
11716
12111
  "aaa": {
11717
- "certified": false,
11718
- "certifiedDate": null,
11719
- "criteria": [],
11720
- "auditUrl": null
12112
+ "certified": true,
12113
+ "certifiedDate": "2026-05-09",
12114
+ "criteria": [
12115
+ "1.4.6",
12116
+ "1.4.9",
12117
+ "2.1.3",
12118
+ "2.3.3",
12119
+ "2.4.12",
12120
+ "2.4.13",
12121
+ "2.5.5",
12122
+ "3.2.5",
12123
+ "3.3.6",
12124
+ "forced-colors",
12125
+ "apg-keyboard"
12126
+ ],
12127
+ "auditUrl": "src/components/hx-help-text/AAA-AUDIT.md"
11721
12128
  },
11722
12129
  "keyboardContract": null,
11723
- "ariaPattern": null,
11724
- "themeAware": null,
11725
- "brandAware": null,
11726
- "formAssociated": null,
12130
+ "ariaPattern": "label",
12131
+ "themeAware": true,
12132
+ "brandAware": true,
12133
+ "formAssociated": false,
11727
12134
  "priorityTier": "P0"
11728
12135
  },
11729
12136
  {
@@ -12192,16 +12599,36 @@
12192
12599
  "dependsOn": [],
12193
12600
  "excludedAttributes": [],
12194
12601
  "aaa": {
12195
- "certified": false,
12196
- "certifiedDate": null,
12197
- "criteria": [],
12198
- "auditUrl": null
12602
+ "certified": true,
12603
+ "certifiedDate": "2026-05-08",
12604
+ "criteria": [
12605
+ "1.4.6",
12606
+ "1.4.9",
12607
+ "2.1.3",
12608
+ "2.3.3",
12609
+ "2.4.12",
12610
+ "2.4.13",
12611
+ "2.5.5",
12612
+ "3.2.5",
12613
+ "3.3.6",
12614
+ "forced-colors",
12615
+ "apg-keyboard"
12616
+ ],
12617
+ "auditUrl": "src/components/hx-icon-button/AAA-AUDIT.md"
12199
12618
  },
12200
- "keyboardContract": null,
12201
- "ariaPattern": null,
12202
- "themeAware": null,
12203
- "brandAware": null,
12204
- "formAssociated": null,
12619
+ "keyboardContract": {
12620
+ "activate": [
12621
+ "Enter",
12622
+ "Space"
12623
+ ],
12624
+ "navigate": [],
12625
+ "dismiss": [],
12626
+ "disabledSuppresses": true
12627
+ },
12628
+ "ariaPattern": "button",
12629
+ "themeAware": true,
12630
+ "brandAware": true,
12631
+ "formAssociated": true,
12205
12632
  "priorityTier": "P0"
12206
12633
  },
12207
12634
  {
@@ -13242,16 +13669,42 @@
13242
13669
  "dependsOn": [],
13243
13670
  "excludedAttributes": [],
13244
13671
  "aaa": {
13245
- "certified": false,
13246
- "certifiedDate": null,
13247
- "criteria": [],
13248
- "auditUrl": null
13672
+ "certified": true,
13673
+ "certifiedDate": "2026-05-08",
13674
+ "criteria": [
13675
+ "1.4.6",
13676
+ "1.4.9",
13677
+ "2.1.3",
13678
+ "2.3.3",
13679
+ "2.4.12",
13680
+ "2.4.13",
13681
+ "2.5.5",
13682
+ "3.2.5",
13683
+ "3.3.6",
13684
+ "forced-colors",
13685
+ "apg-keyboard"
13686
+ ],
13687
+ "auditUrl": "src/components/hx-menu/AAA-AUDIT.md"
13249
13688
  },
13250
- "keyboardContract": null,
13251
- "ariaPattern": null,
13252
- "themeAware": null,
13253
- "brandAware": null,
13254
- "formAssociated": null,
13689
+ "keyboardContract": {
13690
+ "activate": [
13691
+ "Enter",
13692
+ "Space"
13693
+ ],
13694
+ "navigate": [
13695
+ "Arrow",
13696
+ "Home",
13697
+ "End"
13698
+ ],
13699
+ "dismiss": [
13700
+ "Escape"
13701
+ ],
13702
+ "disabledSuppresses": true
13703
+ },
13704
+ "ariaPattern": "menu",
13705
+ "themeAware": true,
13706
+ "brandAware": true,
13707
+ "formAssociated": false,
13255
13708
  "priorityTier": "P0"
13256
13709
  },
13257
13710
  {
@@ -14140,16 +14593,40 @@
14140
14593
  "dependsOn": [],
14141
14594
  "excludedAttributes": [],
14142
14595
  "aaa": {
14143
- "certified": false,
14144
- "certifiedDate": null,
14145
- "criteria": [],
14146
- "auditUrl": null
14596
+ "certified": true,
14597
+ "certifiedDate": "2026-05-08",
14598
+ "criteria": [
14599
+ "1.4.6",
14600
+ "1.4.9",
14601
+ "2.1.3",
14602
+ "2.3.3",
14603
+ "2.4.12",
14604
+ "2.4.13",
14605
+ "2.5.5",
14606
+ "3.2.5",
14607
+ "3.3.6",
14608
+ "forced-colors",
14609
+ "apg-keyboard"
14610
+ ],
14611
+ "auditUrl": "src/components/hx-nav/AAA-AUDIT.md"
14147
14612
  },
14148
- "keyboardContract": null,
14149
- "ariaPattern": null,
14150
- "themeAware": null,
14151
- "brandAware": null,
14152
- "formAssociated": null,
14613
+ "keyboardContract": {
14614
+ "activate": [
14615
+ "Enter",
14616
+ "Space"
14617
+ ],
14618
+ "navigate": [
14619
+ "Arrow",
14620
+ "Home",
14621
+ "End"
14622
+ ],
14623
+ "dismiss": [],
14624
+ "disabledSuppresses": null
14625
+ },
14626
+ "ariaPattern": "navigation",
14627
+ "themeAware": true,
14628
+ "brandAware": true,
14629
+ "formAssociated": false,
14153
14630
  "priorityTier": "P0"
14154
14631
  },
14155
14632
  {
@@ -14877,16 +15354,38 @@
14877
15354
  "dependsOn": [],
14878
15355
  "excludedAttributes": [],
14879
15356
  "aaa": {
14880
- "certified": false,
14881
- "certifiedDate": null,
14882
- "criteria": [],
14883
- "auditUrl": null
15357
+ "certified": true,
15358
+ "certifiedDate": "2026-05-08",
15359
+ "criteria": [
15360
+ "1.4.6",
15361
+ "1.4.9",
15362
+ "2.1.3",
15363
+ "2.3.3",
15364
+ "2.4.12",
15365
+ "2.4.13",
15366
+ "2.5.5",
15367
+ "3.2.5",
15368
+ "3.3.6",
15369
+ "forced-colors",
15370
+ "apg-keyboard"
15371
+ ],
15372
+ "auditUrl": "src/components/hx-number-input/AAA-AUDIT.md"
14884
15373
  },
14885
- "keyboardContract": null,
14886
- "ariaPattern": null,
14887
- "themeAware": null,
14888
- "brandAware": null,
14889
- "formAssociated": null,
15374
+ "keyboardContract": {
15375
+ "activate": [
15376
+ "character-input"
15377
+ ],
15378
+ "navigate": [
15379
+ "ArrowUp",
15380
+ "ArrowDown"
15381
+ ],
15382
+ "dismiss": [],
15383
+ "disabledSuppresses": true
15384
+ },
15385
+ "ariaPattern": "spinbutton",
15386
+ "themeAware": true,
15387
+ "brandAware": true,
15388
+ "formAssociated": true,
14890
15389
  "priorityTier": "P0"
14891
15390
  },
14892
15391
  {
@@ -15238,16 +15737,42 @@
15238
15737
  "dependsOn": [],
15239
15738
  "excludedAttributes": [],
15240
15739
  "aaa": {
15241
- "certified": false,
15242
- "certifiedDate": null,
15243
- "criteria": [],
15244
- "auditUrl": null
15740
+ "certified": true,
15741
+ "certifiedDate": "2026-05-08",
15742
+ "criteria": [
15743
+ "1.4.6",
15744
+ "1.4.9",
15745
+ "2.1.3",
15746
+ "2.3.3",
15747
+ "2.4.12",
15748
+ "2.4.13",
15749
+ "2.5.5",
15750
+ "3.2.5",
15751
+ "3.3.6",
15752
+ "forced-colors",
15753
+ "apg-keyboard"
15754
+ ],
15755
+ "auditUrl": "src/components/hx-overflow-menu/AAA-AUDIT.md"
15245
15756
  },
15246
- "keyboardContract": null,
15247
- "ariaPattern": null,
15248
- "themeAware": null,
15249
- "brandAware": null,
15250
- "formAssociated": null,
15757
+ "keyboardContract": {
15758
+ "activate": [
15759
+ "Enter",
15760
+ "Space"
15761
+ ],
15762
+ "navigate": [
15763
+ "Arrow",
15764
+ "Home",
15765
+ "End"
15766
+ ],
15767
+ "dismiss": [
15768
+ "Escape"
15769
+ ],
15770
+ "disabledSuppresses": true
15771
+ },
15772
+ "ariaPattern": "menu",
15773
+ "themeAware": true,
15774
+ "brandAware": true,
15775
+ "formAssociated": false,
15251
15776
  "priorityTier": "P0"
15252
15777
  },
15253
15778
  {
@@ -15991,16 +16516,35 @@
15991
16516
  "dependsOn": [],
15992
16517
  "excludedAttributes": [],
15993
16518
  "aaa": {
15994
- "certified": false,
15995
- "certifiedDate": null,
15996
- "criteria": [],
15997
- "auditUrl": null
16519
+ "certified": true,
16520
+ "certifiedDate": "2026-05-08",
16521
+ "criteria": [
16522
+ "1.4.6",
16523
+ "1.4.9",
16524
+ "2.1.3",
16525
+ "2.3.3",
16526
+ "2.4.12",
16527
+ "2.4.13",
16528
+ "2.5.5",
16529
+ "3.2.5",
16530
+ "3.3.6",
16531
+ "forced-colors",
16532
+ "apg-keyboard"
16533
+ ],
16534
+ "auditUrl": "src/components/hx-popover/AAA-AUDIT.md"
15998
16535
  },
15999
- "keyboardContract": null,
16000
- "ariaPattern": null,
16001
- "themeAware": null,
16002
- "brandAware": null,
16003
- "formAssociated": null,
16536
+ "keyboardContract": {
16537
+ "activate": [],
16538
+ "navigate": [],
16539
+ "dismiss": [
16540
+ "Escape"
16541
+ ],
16542
+ "disabledSuppresses": null
16543
+ },
16544
+ "ariaPattern": "dialog",
16545
+ "themeAware": true,
16546
+ "brandAware": true,
16547
+ "formAssociated": false,
16004
16548
  "priorityTier": "P0"
16005
16549
  },
16006
16550
  {
@@ -16268,16 +16812,28 @@
16268
16812
  "dependsOn": [],
16269
16813
  "excludedAttributes": [],
16270
16814
  "aaa": {
16271
- "certified": false,
16272
- "certifiedDate": null,
16273
- "criteria": [],
16274
- "auditUrl": null
16815
+ "certified": true,
16816
+ "certifiedDate": "2026-05-08",
16817
+ "criteria": [
16818
+ "1.4.6",
16819
+ "1.4.9",
16820
+ "2.1.3",
16821
+ "2.3.3",
16822
+ "2.4.12",
16823
+ "2.4.13",
16824
+ "2.5.5",
16825
+ "3.2.5",
16826
+ "3.3.6",
16827
+ "forced-colors",
16828
+ "apg-keyboard"
16829
+ ],
16830
+ "auditUrl": "src/components/hx-popup/AAA-AUDIT.md"
16275
16831
  },
16276
16832
  "keyboardContract": null,
16277
- "ariaPattern": null,
16278
- "themeAware": null,
16279
- "brandAware": null,
16280
- "formAssociated": null,
16833
+ "ariaPattern": "none",
16834
+ "themeAware": true,
16835
+ "brandAware": true,
16836
+ "formAssociated": false,
16281
16837
  "priorityTier": "P0"
16282
16838
  },
16283
16839
  {
@@ -17427,16 +17983,37 @@
17427
17983
  "dependsOn": [],
17428
17984
  "excludedAttributes": [],
17429
17985
  "aaa": {
17430
- "certified": false,
17431
- "certifiedDate": null,
17432
- "criteria": [],
17433
- "auditUrl": null
17986
+ "certified": true,
17987
+ "certifiedDate": "2026-05-08",
17988
+ "criteria": [
17989
+ "1.4.6",
17990
+ "1.4.9",
17991
+ "2.1.3",
17992
+ "2.3.3",
17993
+ "2.4.12",
17994
+ "2.4.13",
17995
+ "2.5.5",
17996
+ "3.2.5",
17997
+ "3.3.6",
17998
+ "forced-colors",
17999
+ "apg-keyboard"
18000
+ ],
18001
+ "auditUrl": "src/components/hx-radio-group/AAA-AUDIT.md"
17434
18002
  },
17435
- "keyboardContract": null,
17436
- "ariaPattern": null,
17437
- "themeAware": null,
17438
- "brandAware": null,
17439
- "formAssociated": null,
18003
+ "keyboardContract": {
18004
+ "activate": [
18005
+ "Space"
18006
+ ],
18007
+ "navigate": [
18008
+ "Arrow"
18009
+ ],
18010
+ "dismiss": [],
18011
+ "disabledSuppresses": true
18012
+ },
18013
+ "ariaPattern": "radiogroup",
18014
+ "themeAware": true,
18015
+ "brandAware": true,
18016
+ "formAssociated": true,
17440
18017
  "priorityTier": "P0"
17441
18018
  },
17442
18019
  {
@@ -17676,16 +18253,37 @@
17676
18253
  "dependsOn": [],
17677
18254
  "excludedAttributes": [],
17678
18255
  "aaa": {
17679
- "certified": false,
17680
- "certifiedDate": null,
17681
- "criteria": [],
17682
- "auditUrl": null
18256
+ "certified": true,
18257
+ "certifiedDate": "2026-05-09",
18258
+ "criteria": [
18259
+ "1.4.6",
18260
+ "1.4.9",
18261
+ "2.1.3",
18262
+ "2.3.3",
18263
+ "2.4.12",
18264
+ "2.4.13",
18265
+ "2.5.5",
18266
+ "3.2.5",
18267
+ "3.3.6",
18268
+ "forced-colors",
18269
+ "apg-keyboard"
18270
+ ],
18271
+ "auditUrl": "src/components/hx-rating/AAA-AUDIT.md"
17683
18272
  },
17684
- "keyboardContract": null,
17685
- "ariaPattern": null,
17686
- "themeAware": null,
17687
- "brandAware": null,
17688
- "formAssociated": null,
18273
+ "keyboardContract": {
18274
+ "activate": [
18275
+ "Space"
18276
+ ],
18277
+ "navigate": [
18278
+ "Arrow"
18279
+ ],
18280
+ "dismiss": [],
18281
+ "disabledSuppresses": true
18282
+ },
18283
+ "ariaPattern": "radiogroup",
18284
+ "themeAware": true,
18285
+ "brandAware": true,
18286
+ "formAssociated": true,
17689
18287
  "priorityTier": "P0"
17690
18288
  },
17691
18289
  {
@@ -18286,16 +18884,41 @@
18286
18884
  "dependsOn": [],
18287
18885
  "excludedAttributes": [],
18288
18886
  "aaa": {
18289
- "certified": false,
18290
- "certifiedDate": null,
18291
- "criteria": [],
18292
- "auditUrl": null
18887
+ "certified": true,
18888
+ "certifiedDate": "2026-05-08",
18889
+ "criteria": [
18890
+ "1.4.6",
18891
+ "1.4.9",
18892
+ "2.1.3",
18893
+ "2.3.3",
18894
+ "2.4.12",
18895
+ "2.4.13",
18896
+ "2.5.5",
18897
+ "3.2.5",
18898
+ "3.3.6",
18899
+ "forced-colors",
18900
+ "apg-keyboard"
18901
+ ],
18902
+ "auditUrl": "src/components/hx-select/AAA-AUDIT.md"
18293
18903
  },
18294
- "keyboardContract": null,
18295
- "ariaPattern": null,
18296
- "themeAware": null,
18297
- "brandAware": null,
18298
- "formAssociated": null,
18904
+ "keyboardContract": {
18905
+ "activate": [
18906
+ "Enter"
18907
+ ],
18908
+ "navigate": [
18909
+ "Arrow",
18910
+ "Home",
18911
+ "End"
18912
+ ],
18913
+ "dismiss": [
18914
+ "Escape"
18915
+ ],
18916
+ "disabledSuppresses": true
18917
+ },
18918
+ "ariaPattern": "combobox",
18919
+ "themeAware": true,
18920
+ "brandAware": true,
18921
+ "formAssociated": true,
18299
18922
  "priorityTier": "P0"
18300
18923
  },
18301
18924
  {
@@ -18527,16 +19150,40 @@
18527
19150
  "dependsOn": [],
18528
19151
  "excludedAttributes": [],
18529
19152
  "aaa": {
18530
- "certified": false,
18531
- "certifiedDate": null,
18532
- "criteria": [],
18533
- "auditUrl": null
19153
+ "certified": true,
19154
+ "certifiedDate": "2026-05-08",
19155
+ "criteria": [
19156
+ "1.4.6",
19157
+ "1.4.9",
19158
+ "2.1.3",
19159
+ "2.3.3",
19160
+ "2.4.12",
19161
+ "2.4.13",
19162
+ "2.5.5",
19163
+ "3.2.5",
19164
+ "3.3.6",
19165
+ "forced-colors",
19166
+ "apg-keyboard"
19167
+ ],
19168
+ "auditUrl": "src/components/hx-side-nav/AAA-AUDIT.md"
18534
19169
  },
18535
- "keyboardContract": null,
18536
- "ariaPattern": null,
18537
- "themeAware": null,
18538
- "brandAware": null,
18539
- "formAssociated": null,
19170
+ "keyboardContract": {
19171
+ "activate": [
19172
+ "Enter",
19173
+ "Space"
19174
+ ],
19175
+ "navigate": [
19176
+ "Arrow",
19177
+ "Home",
19178
+ "End"
19179
+ ],
19180
+ "dismiss": [],
19181
+ "disabledSuppresses": null
19182
+ },
19183
+ "ariaPattern": "navigation",
19184
+ "themeAware": true,
19185
+ "brandAware": true,
19186
+ "formAssociated": false,
18540
19187
  "priorityTier": "P0"
18541
19188
  },
18542
19189
  {
@@ -19335,16 +19982,39 @@
19335
19982
  "aria-valuetext"
19336
19983
  ],
19337
19984
  "aaa": {
19338
- "certified": false,
19339
- "certifiedDate": null,
19340
- "criteria": [],
19341
- "auditUrl": null
19985
+ "certified": true,
19986
+ "certifiedDate": "2026-05-09",
19987
+ "criteria": [
19988
+ "1.4.6",
19989
+ "1.4.9",
19990
+ "2.1.3",
19991
+ "2.3.3",
19992
+ "2.4.12",
19993
+ "2.4.13",
19994
+ "2.5.5",
19995
+ "3.2.5",
19996
+ "3.3.6",
19997
+ "forced-colors",
19998
+ "apg-keyboard"
19999
+ ],
20000
+ "auditUrl": "src/components/hx-slider/AAA-AUDIT.md"
19342
20001
  },
19343
- "keyboardContract": null,
19344
- "ariaPattern": null,
19345
- "themeAware": null,
19346
- "brandAware": null,
19347
- "formAssociated": null,
20002
+ "keyboardContract": {
20003
+ "activate": [],
20004
+ "navigate": [
20005
+ "Arrow",
20006
+ "Home",
20007
+ "End",
20008
+ "PageUp",
20009
+ "PageDown"
20010
+ ],
20011
+ "dismiss": [],
20012
+ "disabledSuppresses": true
20013
+ },
20014
+ "ariaPattern": "slider",
20015
+ "themeAware": true,
20016
+ "brandAware": true,
20017
+ "formAssociated": true,
19348
20018
  "priorityTier": "P0"
19349
20019
  },
19350
20020
  {
@@ -19961,16 +20631,36 @@
19961
20631
  "dependsOn": [],
19962
20632
  "excludedAttributes": [],
19963
20633
  "aaa": {
19964
- "certified": false,
19965
- "certifiedDate": null,
19966
- "criteria": [],
19967
- "auditUrl": null
20634
+ "certified": true,
20635
+ "certifiedDate": "2026-05-08",
20636
+ "criteria": [
20637
+ "1.4.6",
20638
+ "1.4.9",
20639
+ "2.1.3",
20640
+ "2.3.3",
20641
+ "2.4.12",
20642
+ "2.4.13",
20643
+ "2.5.5",
20644
+ "3.2.5",
20645
+ "3.3.6",
20646
+ "forced-colors",
20647
+ "apg-keyboard"
20648
+ ],
20649
+ "auditUrl": "src/components/hx-split-button/AAA-AUDIT.md"
19968
20650
  },
19969
- "keyboardContract": null,
19970
- "ariaPattern": null,
19971
- "themeAware": null,
19972
- "brandAware": null,
19973
- "formAssociated": null,
20651
+ "keyboardContract": {
20652
+ "activate": [
20653
+ "Enter",
20654
+ "Space"
20655
+ ],
20656
+ "navigate": [],
20657
+ "dismiss": [],
20658
+ "disabledSuppresses": true
20659
+ },
20660
+ "ariaPattern": "button",
20661
+ "themeAware": true,
20662
+ "brandAware": true,
20663
+ "formAssociated": false,
19974
20664
  "priorityTier": "P0"
19975
20665
  },
19976
20666
  {
@@ -22397,16 +23087,35 @@
22397
23087
  "dependsOn": [],
22398
23088
  "excludedAttributes": [],
22399
23089
  "aaa": {
22400
- "certified": false,
22401
- "certifiedDate": null,
22402
- "criteria": [],
22403
- "auditUrl": null
23090
+ "certified": true,
23091
+ "certifiedDate": "2026-05-08",
23092
+ "criteria": [
23093
+ "1.4.6",
23094
+ "1.4.9",
23095
+ "2.1.3",
23096
+ "2.3.3",
23097
+ "2.4.12",
23098
+ "2.4.13",
23099
+ "2.5.5",
23100
+ "3.2.5",
23101
+ "3.3.6",
23102
+ "forced-colors",
23103
+ "apg-keyboard"
23104
+ ],
23105
+ "auditUrl": "src/components/hx-switch/AAA-AUDIT.md"
22404
23106
  },
22405
- "keyboardContract": null,
22406
- "ariaPattern": null,
22407
- "themeAware": null,
22408
- "brandAware": null,
22409
- "formAssociated": null,
23107
+ "keyboardContract": {
23108
+ "activate": [
23109
+ "Space"
23110
+ ],
23111
+ "navigate": [],
23112
+ "dismiss": [],
23113
+ "disabledSuppresses": true
23114
+ },
23115
+ "ariaPattern": "switch",
23116
+ "themeAware": true,
23117
+ "brandAware": true,
23118
+ "formAssociated": true,
22410
23119
  "priorityTier": "P0"
22411
23120
  },
22412
23121
  {
@@ -23313,16 +24022,40 @@
23313
24022
  "dependsOn": [],
23314
24023
  "excludedAttributes": [],
23315
24024
  "aaa": {
23316
- "certified": false,
23317
- "certifiedDate": null,
23318
- "criteria": [],
23319
- "auditUrl": null
24025
+ "certified": true,
24026
+ "certifiedDate": "2026-05-08",
24027
+ "criteria": [
24028
+ "1.4.6",
24029
+ "1.4.9",
24030
+ "2.1.3",
24031
+ "2.3.3",
24032
+ "2.4.12",
24033
+ "2.4.13",
24034
+ "2.5.5",
24035
+ "3.2.5",
24036
+ "3.3.6",
24037
+ "forced-colors",
24038
+ "apg-keyboard"
24039
+ ],
24040
+ "auditUrl": "src/components/hx-tabs/AAA-AUDIT.md"
23320
24041
  },
23321
- "keyboardContract": null,
23322
- "ariaPattern": null,
23323
- "themeAware": null,
23324
- "brandAware": null,
23325
- "formAssociated": null,
24042
+ "keyboardContract": {
24043
+ "activate": [
24044
+ "Enter",
24045
+ "Space"
24046
+ ],
24047
+ "navigate": [
24048
+ "Arrow",
24049
+ "Home",
24050
+ "End"
24051
+ ],
24052
+ "dismiss": [],
24053
+ "disabledSuppresses": true
24054
+ },
24055
+ "ariaPattern": "tabs",
24056
+ "themeAware": true,
24057
+ "brandAware": true,
24058
+ "formAssociated": false,
23326
24059
  "priorityTier": "P0"
23327
24060
  },
23328
24061
  {
@@ -24581,16 +25314,35 @@
24581
25314
  "dependsOn": [],
24582
25315
  "excludedAttributes": [],
24583
25316
  "aaa": {
24584
- "certified": false,
24585
- "certifiedDate": null,
24586
- "criteria": [],
24587
- "auditUrl": null
25317
+ "certified": true,
25318
+ "certifiedDate": "2026-05-08",
25319
+ "criteria": [
25320
+ "1.4.6",
25321
+ "1.4.9",
25322
+ "2.1.3",
25323
+ "2.3.3",
25324
+ "2.4.12",
25325
+ "2.4.13",
25326
+ "2.5.5",
25327
+ "3.2.5",
25328
+ "3.3.6",
25329
+ "forced-colors",
25330
+ "apg-keyboard"
25331
+ ],
25332
+ "auditUrl": "src/components/hx-text-input/AAA-AUDIT.md"
24588
25333
  },
24589
- "keyboardContract": null,
24590
- "ariaPattern": null,
24591
- "themeAware": null,
24592
- "brandAware": null,
24593
- "formAssociated": null,
25334
+ "keyboardContract": {
25335
+ "activate": [
25336
+ "character-input"
25337
+ ],
25338
+ "navigate": [],
25339
+ "dismiss": [],
25340
+ "disabledSuppresses": true
25341
+ },
25342
+ "ariaPattern": "textbox",
25343
+ "themeAware": true,
25344
+ "brandAware": true,
25345
+ "formAssociated": true,
24594
25346
  "priorityTier": "P0"
24595
25347
  },
24596
25348
  {
@@ -25049,16 +25801,35 @@
25049
25801
  "dependsOn": [],
25050
25802
  "excludedAttributes": [],
25051
25803
  "aaa": {
25052
- "certified": false,
25053
- "certifiedDate": null,
25054
- "criteria": [],
25055
- "auditUrl": null
25804
+ "certified": true,
25805
+ "certifiedDate": "2026-05-08",
25806
+ "criteria": [
25807
+ "1.4.6",
25808
+ "1.4.9",
25809
+ "2.1.3",
25810
+ "2.3.3",
25811
+ "2.4.12",
25812
+ "2.4.13",
25813
+ "2.5.5",
25814
+ "3.2.5",
25815
+ "3.3.6",
25816
+ "forced-colors",
25817
+ "apg-keyboard"
25818
+ ],
25819
+ "auditUrl": "src/components/hx-textarea/AAA-AUDIT.md"
25056
25820
  },
25057
- "keyboardContract": null,
25058
- "ariaPattern": null,
25059
- "themeAware": null,
25060
- "brandAware": null,
25061
- "formAssociated": null,
25821
+ "keyboardContract": {
25822
+ "activate": [
25823
+ "character-input"
25824
+ ],
25825
+ "navigate": [],
25826
+ "dismiss": [],
25827
+ "disabledSuppresses": true
25828
+ },
25829
+ "ariaPattern": "textbox",
25830
+ "themeAware": true,
25831
+ "brandAware": true,
25832
+ "formAssociated": true,
25062
25833
  "priorityTier": "P0"
25063
25834
  },
25064
25835
  {
@@ -25884,16 +26655,35 @@
25884
26655
  "dependsOn": [],
25885
26656
  "excludedAttributes": [],
25886
26657
  "aaa": {
25887
- "certified": false,
25888
- "certifiedDate": null,
25889
- "criteria": [],
25890
- "auditUrl": null
26658
+ "certified": true,
26659
+ "certifiedDate": "2026-05-08",
26660
+ "criteria": [
26661
+ "1.4.6",
26662
+ "1.4.9",
26663
+ "2.1.3",
26664
+ "2.3.3",
26665
+ "2.4.12",
26666
+ "2.4.13",
26667
+ "2.5.5",
26668
+ "3.2.5",
26669
+ "3.3.6",
26670
+ "forced-colors",
26671
+ "apg-keyboard"
26672
+ ],
26673
+ "auditUrl": "src/components/hx-time-picker/AAA-AUDIT.md"
25891
26674
  },
25892
- "keyboardContract": null,
25893
- "ariaPattern": null,
25894
- "themeAware": null,
25895
- "brandAware": null,
25896
- "formAssociated": null,
26675
+ "keyboardContract": {
26676
+ "activate": [],
26677
+ "navigate": [],
26678
+ "dismiss": [
26679
+ "Escape"
26680
+ ],
26681
+ "disabledSuppresses": null
26682
+ },
26683
+ "ariaPattern": "dialog",
26684
+ "themeAware": true,
26685
+ "brandAware": true,
26686
+ "formAssociated": true,
25897
26687
  "priorityTier": "P0"
25898
26688
  },
25899
26689
  {
@@ -26238,16 +27028,35 @@
26238
27028
  "dependsOn": [],
26239
27029
  "excludedAttributes": [],
26240
27030
  "aaa": {
26241
- "certified": false,
26242
- "certifiedDate": null,
26243
- "criteria": [],
26244
- "auditUrl": null
27031
+ "certified": true,
27032
+ "certifiedDate": "2026-05-09",
27033
+ "criteria": [
27034
+ "1.4.6",
27035
+ "1.4.9",
27036
+ "2.1.3",
27037
+ "2.3.3",
27038
+ "2.4.12",
27039
+ "2.4.13",
27040
+ "2.5.5",
27041
+ "3.2.5",
27042
+ "3.3.6",
27043
+ "forced-colors",
27044
+ "apg-keyboard"
27045
+ ],
27046
+ "auditUrl": "src/components/hx-toast/AAA-AUDIT.md"
26245
27047
  },
26246
- "keyboardContract": null,
26247
- "ariaPattern": null,
26248
- "themeAware": null,
26249
- "brandAware": null,
26250
- "formAssociated": null,
27048
+ "keyboardContract": {
27049
+ "activate": [],
27050
+ "navigate": [],
27051
+ "dismiss": [
27052
+ "Escape"
27053
+ ],
27054
+ "disabledSuppresses": null
27055
+ },
27056
+ "ariaPattern": "alert",
27057
+ "themeAware": true,
27058
+ "brandAware": true,
27059
+ "formAssociated": false,
26251
27060
  "priorityTier": "P0"
26252
27061
  },
26253
27062
  {
@@ -26758,16 +27567,36 @@
26758
27567
  "dependsOn": [],
26759
27568
  "excludedAttributes": [],
26760
27569
  "aaa": {
26761
- "certified": false,
26762
- "certifiedDate": null,
26763
- "criteria": [],
26764
- "auditUrl": null
27570
+ "certified": true,
27571
+ "certifiedDate": "2026-05-08",
27572
+ "criteria": [
27573
+ "1.4.6",
27574
+ "1.4.9",
27575
+ "2.1.3",
27576
+ "2.3.3",
27577
+ "2.4.12",
27578
+ "2.4.13",
27579
+ "2.5.5",
27580
+ "3.2.5",
27581
+ "3.3.6",
27582
+ "forced-colors",
27583
+ "apg-keyboard"
27584
+ ],
27585
+ "auditUrl": "src/components/hx-toggle-button/AAA-AUDIT.md"
26765
27586
  },
26766
- "keyboardContract": null,
26767
- "ariaPattern": null,
26768
- "themeAware": null,
26769
- "brandAware": null,
26770
- "formAssociated": null,
27587
+ "keyboardContract": {
27588
+ "activate": [
27589
+ "Enter",
27590
+ "Space"
27591
+ ],
27592
+ "navigate": [],
27593
+ "dismiss": [],
27594
+ "disabledSuppresses": true
27595
+ },
27596
+ "ariaPattern": "button",
27597
+ "themeAware": true,
27598
+ "brandAware": true,
27599
+ "formAssociated": true,
26771
27600
  "priorityTier": "P0"
26772
27601
  },
26773
27602
  {
@@ -27028,16 +27857,35 @@
27028
27857
  "dependsOn": [],
27029
27858
  "excludedAttributes": [],
27030
27859
  "aaa": {
27031
- "certified": false,
27032
- "certifiedDate": null,
27033
- "criteria": [],
27034
- "auditUrl": null
27860
+ "certified": true,
27861
+ "certifiedDate": "2026-05-08",
27862
+ "criteria": [
27863
+ "1.4.6",
27864
+ "1.4.9",
27865
+ "2.1.3",
27866
+ "2.3.3",
27867
+ "2.4.12",
27868
+ "2.4.13",
27869
+ "2.5.5",
27870
+ "3.2.5",
27871
+ "3.3.6",
27872
+ "forced-colors",
27873
+ "apg-keyboard"
27874
+ ],
27875
+ "auditUrl": "src/components/hx-tooltip/AAA-AUDIT.md"
27035
27876
  },
27036
- "keyboardContract": null,
27037
- "ariaPattern": null,
27038
- "themeAware": null,
27039
- "brandAware": null,
27040
- "formAssociated": null,
27877
+ "keyboardContract": {
27878
+ "activate": [],
27879
+ "navigate": [],
27880
+ "dismiss": [
27881
+ "Escape"
27882
+ ],
27883
+ "disabledSuppresses": null
27884
+ },
27885
+ "ariaPattern": "tooltip",
27886
+ "themeAware": true,
27887
+ "brandAware": true,
27888
+ "formAssociated": false,
27041
27889
  "priorityTier": "P0"
27042
27890
  },
27043
27891
  {
@@ -27329,16 +28177,40 @@
27329
28177
  "dependsOn": [],
27330
28178
  "excludedAttributes": [],
27331
28179
  "aaa": {
27332
- "certified": false,
27333
- "certifiedDate": null,
27334
- "criteria": [],
27335
- "auditUrl": null
28180
+ "certified": true,
28181
+ "certifiedDate": "2026-05-08",
28182
+ "criteria": [
28183
+ "1.4.6",
28184
+ "1.4.9",
28185
+ "2.1.3",
28186
+ "2.3.3",
28187
+ "2.4.12",
28188
+ "2.4.13",
28189
+ "2.5.5",
28190
+ "3.2.5",
28191
+ "3.3.6",
28192
+ "forced-colors",
28193
+ "apg-keyboard"
28194
+ ],
28195
+ "auditUrl": "src/components/hx-top-nav/AAA-AUDIT.md"
27336
28196
  },
27337
- "keyboardContract": null,
27338
- "ariaPattern": null,
27339
- "themeAware": null,
27340
- "brandAware": null,
27341
- "formAssociated": null,
28197
+ "keyboardContract": {
28198
+ "activate": [
28199
+ "Enter",
28200
+ "Space"
28201
+ ],
28202
+ "navigate": [
28203
+ "Arrow",
28204
+ "Home",
28205
+ "End"
28206
+ ],
28207
+ "dismiss": [],
28208
+ "disabledSuppresses": null
28209
+ },
28210
+ "ariaPattern": "navigation",
28211
+ "themeAware": true,
28212
+ "brandAware": true,
28213
+ "formAssociated": false,
27342
28214
  "priorityTier": "P0"
27343
28215
  },
27344
28216
  {