@helixui/library 3.1.0 → 3.2.0-next.102

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 (616) hide show
  1. package/custom-elements.json +6407 -339
  2. package/dist/components/hx-accordion/hx-accordion-item.d.ts.map +1 -1
  3. package/dist/components/hx-accordion/hx-accordion-item.styles.d.ts.map +1 -1
  4. package/dist/components/hx-accordion/hx-accordion.d.ts +3 -0
  5. package/dist/components/hx-accordion/hx-accordion.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 +14 -0
  8. package/dist/components/hx-action-bar/hx-action-bar.d.ts.map +1 -1
  9. package/dist/components/hx-action-bar/index.js +1 -1
  10. package/dist/components/hx-alert/hx-alert.d.ts +36 -0
  11. package/dist/components/hx-alert/hx-alert.d.ts.map +1 -1
  12. package/dist/components/hx-alert/hx-alert.styles.d.ts +12 -0
  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 +17 -0
  16. package/dist/components/hx-avatar/hx-avatar.d.ts.map +1 -1
  17. package/dist/components/hx-avatar/index.js +1 -1
  18. package/dist/components/hx-badge/hx-badge.d.ts +35 -0
  19. package/dist/components/hx-badge/hx-badge.d.ts.map +1 -1
  20. package/dist/components/hx-badge/index.js +1 -1
  21. package/dist/components/hx-banner/hx-banner.d.ts +34 -0
  22. package/dist/components/hx-banner/hx-banner.d.ts.map +1 -1
  23. package/dist/components/hx-banner/hx-banner.styles.d.ts +12 -0
  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 +3 -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 +44 -7
  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 +2 -0
  36. package/dist/components/hx-button-group/hx-button-group.d.ts.map +1 -1
  37. package/dist/components/hx-button-group/hx-button-group.styles.d.ts.map +1 -1
  38. package/dist/components/hx-button-group/index.js +1 -1
  39. package/dist/components/hx-card/hx-card.d.ts +28 -0
  40. package/dist/components/hx-card/hx-card.d.ts.map +1 -1
  41. package/dist/components/hx-card/hx-card.styles.d.ts +9 -0
  42. package/dist/components/hx-card/hx-card.styles.d.ts.map +1 -1
  43. package/dist/components/hx-card/index.js +1 -1
  44. package/dist/components/hx-carousel/hx-carousel.d.ts +25 -0
  45. package/dist/components/hx-carousel/hx-carousel.d.ts.map +1 -1
  46. package/dist/components/hx-carousel/hx-carousel.styles.d.ts.map +1 -1
  47. package/dist/components/hx-carousel/index.js +1 -1
  48. package/dist/components/hx-checkbox/hx-checkbox.d.ts +38 -7
  49. package/dist/components/hx-checkbox/hx-checkbox.d.ts.map +1 -1
  50. package/dist/components/hx-checkbox/hx-checkbox.styles.d.ts.map +1 -1
  51. package/dist/components/hx-checkbox/index.js +1 -1
  52. package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts +16 -2
  53. package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts.map +1 -1
  54. package/dist/components/hx-checkbox-group/index.js +1 -1
  55. package/dist/components/hx-clinical-status/hx-clinical-status.d.ts +37 -0
  56. package/dist/components/hx-clinical-status/hx-clinical-status.d.ts.map +1 -1
  57. package/dist/components/hx-clinical-status/hx-clinical-status.styles.d.ts.map +1 -1
  58. package/dist/components/hx-clinical-status/index.js +1 -1
  59. package/dist/components/hx-code-snippet/hx-code-snippet.d.ts +35 -0
  60. package/dist/components/hx-code-snippet/hx-code-snippet.d.ts.map +1 -1
  61. package/dist/components/hx-code-snippet/hx-code-snippet.styles.d.ts.map +1 -1
  62. package/dist/components/hx-code-snippet/index.js +1 -1
  63. package/dist/components/hx-color-picker/hx-color-picker.d.ts +29 -0
  64. package/dist/components/hx-color-picker/hx-color-picker.d.ts.map +1 -1
  65. package/dist/components/hx-color-picker/hx-color-picker.styles.d.ts.map +1 -1
  66. package/dist/components/hx-color-picker/index.js +1 -1
  67. package/dist/components/hx-combobox/hx-combobox.d.ts +49 -0
  68. package/dist/components/hx-combobox/hx-combobox.d.ts.map +1 -1
  69. package/dist/components/hx-combobox/hx-combobox.styles.d.ts.map +1 -1
  70. package/dist/components/hx-combobox/index.js +1 -1
  71. package/dist/components/hx-container/hx-container.d.ts +5 -0
  72. package/dist/components/hx-container/hx-container.d.ts.map +1 -1
  73. package/dist/components/hx-copy-button/hx-copy-button.d.ts +24 -0
  74. package/dist/components/hx-copy-button/hx-copy-button.d.ts.map +1 -1
  75. package/dist/components/hx-copy-button/hx-copy-button.styles.d.ts.map +1 -1
  76. package/dist/components/hx-copy-button/index.js +1 -1
  77. package/dist/components/hx-counter/hx-counter.d.ts +7 -0
  78. package/dist/components/hx-counter/hx-counter.d.ts.map +1 -1
  79. package/dist/components/hx-counter/index.js +1 -1
  80. package/dist/components/hx-data-table/hx-data-table.d.ts +29 -0
  81. package/dist/components/hx-data-table/hx-data-table.d.ts.map +1 -1
  82. package/dist/components/hx-data-table/hx-data-table.styles.d.ts.map +1 -1
  83. package/dist/components/hx-data-table/index.js +1 -1
  84. package/dist/components/hx-date-picker/hx-date-picker.d.ts +44 -0
  85. package/dist/components/hx-date-picker/hx-date-picker.d.ts.map +1 -1
  86. package/dist/components/hx-date-picker/hx-date-picker.styles.d.ts.map +1 -1
  87. package/dist/components/hx-date-picker/index.js +1 -1
  88. package/dist/components/hx-dialog/hx-dialog.d.ts +31 -0
  89. package/dist/components/hx-dialog/hx-dialog.d.ts.map +1 -1
  90. package/dist/components/hx-dialog/hx-dialog.styles.d.ts +10 -0
  91. package/dist/components/hx-dialog/hx-dialog.styles.d.ts.map +1 -1
  92. package/dist/components/hx-dialog/index.js +1 -1
  93. package/dist/components/hx-divider/hx-divider.d.ts +9 -0
  94. package/dist/components/hx-divider/hx-divider.d.ts.map +1 -1
  95. package/dist/components/hx-divider/index.js +1 -1
  96. package/dist/components/hx-drawer/hx-drawer.d.ts +30 -0
  97. package/dist/components/hx-drawer/hx-drawer.d.ts.map +1 -1
  98. package/dist/components/hx-drawer/hx-drawer.styles.d.ts +10 -0
  99. package/dist/components/hx-drawer/hx-drawer.styles.d.ts.map +1 -1
  100. package/dist/components/hx-drawer/index.js +1 -1
  101. package/dist/components/hx-dropdown/hx-dropdown.d.ts +6 -0
  102. package/dist/components/hx-dropdown/hx-dropdown.d.ts.map +1 -1
  103. package/dist/components/hx-dropdown/index.js +1 -1
  104. package/dist/components/hx-field/hx-field.d.ts +15 -0
  105. package/dist/components/hx-field/hx-field.d.ts.map +1 -1
  106. package/dist/components/hx-field/index.js +1 -1
  107. package/dist/components/hx-field-label/hx-field-label.d.ts +11 -0
  108. package/dist/components/hx-field-label/hx-field-label.d.ts.map +1 -1
  109. package/dist/components/hx-field-label/index.js +1 -1
  110. package/dist/components/hx-file-upload/hx-file-upload.d.ts +35 -0
  111. package/dist/components/hx-file-upload/hx-file-upload.d.ts.map +1 -1
  112. package/dist/components/hx-file-upload/hx-file-upload.styles.d.ts.map +1 -1
  113. package/dist/components/hx-file-upload/index.js +1 -1
  114. package/dist/components/hx-form/index.js +1 -1
  115. package/dist/components/hx-grid/hx-grid.d.ts +5 -0
  116. package/dist/components/hx-grid/hx-grid.d.ts.map +1 -1
  117. package/dist/components/hx-help-text/hx-help-text.d.ts +8 -0
  118. package/dist/components/hx-help-text/hx-help-text.d.ts.map +1 -1
  119. package/dist/components/hx-help-text/index.js +1 -1
  120. package/dist/components/hx-icon/hx-icon.d.ts +5 -0
  121. package/dist/components/hx-icon/hx-icon.d.ts.map +1 -1
  122. package/dist/components/hx-icon/index.js +1 -1
  123. package/dist/components/hx-icon-button/hx-icon-button.d.ts +27 -0
  124. package/dist/components/hx-icon-button/hx-icon-button.d.ts.map +1 -1
  125. package/dist/components/hx-icon-button/hx-icon-button.styles.d.ts.map +1 -1
  126. package/dist/components/hx-icon-button/index.js +1 -1
  127. package/dist/components/hx-image/hx-image.d.ts +4 -0
  128. package/dist/components/hx-image/hx-image.d.ts.map +1 -1
  129. package/dist/components/hx-image/index.js +1 -1
  130. package/dist/components/hx-link/hx-link.d.ts +15 -0
  131. package/dist/components/hx-link/hx-link.d.ts.map +1 -1
  132. package/dist/components/hx-link/hx-link.styles.d.ts.map +1 -1
  133. package/dist/components/hx-link/index.js +1 -1
  134. package/dist/components/hx-list/hx-list-item.d.ts.map +1 -1
  135. package/dist/components/hx-list/hx-list-item.styles.d.ts.map +1 -1
  136. package/dist/components/hx-list/hx-list.d.ts +3 -0
  137. package/dist/components/hx-list/hx-list.d.ts.map +1 -1
  138. package/dist/components/hx-list/index.js +1 -1
  139. package/dist/components/hx-menu/hx-menu-divider.d.ts.map +1 -1
  140. package/dist/components/hx-menu/hx-menu-item.d.ts.map +1 -1
  141. package/dist/components/hx-menu/hx-menu.d.ts +6 -0
  142. package/dist/components/hx-menu/hx-menu.d.ts.map +1 -1
  143. package/dist/components/hx-menu/index.js +1 -1
  144. package/dist/components/hx-meter/hx-meter.d.ts +23 -0
  145. package/dist/components/hx-meter/hx-meter.d.ts.map +1 -1
  146. package/dist/components/hx-meter/index.js +1 -1
  147. package/dist/components/hx-nav/hx-nav.d.ts +29 -0
  148. package/dist/components/hx-nav/hx-nav.d.ts.map +1 -1
  149. package/dist/components/hx-nav/index.js +1 -1
  150. package/dist/components/hx-number-input/hx-number-input.d.ts +34 -0
  151. package/dist/components/hx-number-input/hx-number-input.d.ts.map +1 -1
  152. package/dist/components/hx-number-input/index.js +1 -1
  153. package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts +26 -0
  154. package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts.map +1 -1
  155. package/dist/components/hx-overflow-menu/hx-overflow-menu.styles.d.ts.map +1 -1
  156. package/dist/components/hx-overflow-menu/index.js +1 -1
  157. package/dist/components/hx-pagination/hx-pagination.d.ts +21 -0
  158. package/dist/components/hx-pagination/hx-pagination.d.ts.map +1 -1
  159. package/dist/components/hx-pagination/index.js +1 -1
  160. package/dist/components/hx-patient-banner/hx-patient-banner.d.ts +23 -0
  161. package/dist/components/hx-patient-banner/hx-patient-banner.d.ts.map +1 -1
  162. package/dist/components/hx-patient-banner/hx-patient-banner.styles.d.ts.map +1 -1
  163. package/dist/components/hx-patient-banner/index.js +1 -1
  164. package/dist/components/hx-phi-field/hx-phi-field.d.ts +19 -5
  165. package/dist/components/hx-phi-field/hx-phi-field.d.ts.map +1 -1
  166. package/dist/components/hx-phi-field/hx-phi-field.styles.d.ts.map +1 -1
  167. package/dist/components/hx-phi-field/index.js +1 -1
  168. package/dist/components/hx-popover/hx-popover.d.ts +15 -0
  169. package/dist/components/hx-popover/hx-popover.d.ts.map +1 -1
  170. package/dist/components/hx-popover/hx-popover.styles.d.ts +9 -0
  171. package/dist/components/hx-popover/hx-popover.styles.d.ts.map +1 -1
  172. package/dist/components/hx-popover/index.js +1 -1
  173. package/dist/components/hx-popup/hx-popup.d.ts +1 -0
  174. package/dist/components/hx-popup/hx-popup.d.ts.map +1 -1
  175. package/dist/components/hx-popup/hx-popup.styles.d.ts +9 -0
  176. package/dist/components/hx-popup/hx-popup.styles.d.ts.map +1 -1
  177. package/dist/components/hx-popup/index.js +1 -1
  178. package/dist/components/hx-progress-bar/hx-progress-bar.d.ts +17 -0
  179. package/dist/components/hx-progress-bar/hx-progress-bar.d.ts.map +1 -1
  180. package/dist/components/hx-progress-bar/index.js +1 -1
  181. package/dist/components/hx-progress-ring/hx-progress-ring.d.ts +15 -0
  182. package/dist/components/hx-progress-ring/hx-progress-ring.d.ts.map +1 -1
  183. package/dist/components/hx-progress-ring/index.js +1 -1
  184. package/dist/components/hx-prose/hx-prose.d.ts +2 -0
  185. package/dist/components/hx-prose/hx-prose.d.ts.map +1 -1
  186. package/dist/components/hx-prose/index.js +1 -1
  187. package/dist/components/hx-radio-group/hx-radio-group.d.ts +17 -3
  188. package/dist/components/hx-radio-group/hx-radio-group.d.ts.map +1 -1
  189. package/dist/components/hx-radio-group/hx-radio.d.ts +5 -5
  190. package/dist/components/hx-radio-group/hx-radio.d.ts.map +1 -1
  191. package/dist/components/hx-radio-group/hx-radio.styles.d.ts.map +1 -1
  192. package/dist/components/hx-radio-group/index.js +1 -1
  193. package/dist/components/hx-rating/hx-rating.d.ts +13 -0
  194. package/dist/components/hx-rating/hx-rating.d.ts.map +1 -1
  195. package/dist/components/hx-rating/hx-rating.styles.d.ts.map +1 -1
  196. package/dist/components/hx-rating/index.js +1 -1
  197. package/dist/components/hx-select/hx-select.d.ts +43 -0
  198. package/dist/components/hx-select/hx-select.d.ts.map +1 -1
  199. package/dist/components/hx-select/hx-select.styles.d.ts.map +1 -1
  200. package/dist/components/hx-select/index.js +1 -1
  201. package/dist/components/hx-side-nav/hx-nav-item.d.ts +7 -5
  202. package/dist/components/hx-side-nav/hx-nav-item.d.ts.map +1 -1
  203. package/dist/components/hx-side-nav/hx-nav-item.styles.d.ts.map +1 -1
  204. package/dist/components/hx-side-nav/hx-side-nav.d.ts +9 -4
  205. package/dist/components/hx-side-nav/hx-side-nav.d.ts.map +1 -1
  206. package/dist/components/hx-side-nav/hx-side-nav.styles.d.ts.map +1 -1
  207. package/dist/components/hx-side-nav/index.js +1 -1
  208. package/dist/components/hx-skeleton/hx-skeleton.d.ts +5 -0
  209. package/dist/components/hx-skeleton/hx-skeleton.d.ts.map +1 -1
  210. package/dist/components/hx-skeleton/index.js +1 -1
  211. package/dist/components/hx-slider/hx-slider.d.ts +38 -0
  212. package/dist/components/hx-slider/hx-slider.d.ts.map +1 -1
  213. package/dist/components/hx-slider/index.js +1 -1
  214. package/dist/components/hx-spinner/hx-spinner.d.ts +10 -0
  215. package/dist/components/hx-spinner/hx-spinner.d.ts.map +1 -1
  216. package/dist/components/hx-spinner/index.js +1 -1
  217. package/dist/components/hx-split-button/hx-split-button.d.ts +40 -1
  218. package/dist/components/hx-split-button/hx-split-button.d.ts.map +1 -1
  219. package/dist/components/hx-split-button/hx-split-button.styles.d.ts.map +1 -1
  220. package/dist/components/hx-split-button/index.js +1 -1
  221. package/dist/components/hx-split-panel/hx-split-panel.d.ts +12 -0
  222. package/dist/components/hx-split-panel/hx-split-panel.d.ts.map +1 -1
  223. package/dist/components/hx-split-panel/hx-split-panel.styles.d.ts.map +1 -1
  224. package/dist/components/hx-split-panel/index.js +1 -1
  225. package/dist/components/hx-stack/hx-stack.d.ts +5 -0
  226. package/dist/components/hx-stack/hx-stack.d.ts.map +1 -1
  227. package/dist/components/hx-stat/hx-stat.d.ts +24 -0
  228. package/dist/components/hx-stat/hx-stat.d.ts.map +1 -1
  229. package/dist/components/hx-stat/index.js +1 -1
  230. package/dist/components/hx-status-indicator/hx-status-indicator.d.ts +13 -0
  231. package/dist/components/hx-status-indicator/hx-status-indicator.d.ts.map +1 -1
  232. package/dist/components/hx-status-indicator/index.js +1 -1
  233. package/dist/components/hx-steps/hx-step.d.ts.map +1 -1
  234. package/dist/components/hx-steps/hx-step.styles.d.ts.map +1 -1
  235. package/dist/components/hx-steps/hx-steps.d.ts +15 -0
  236. package/dist/components/hx-steps/hx-steps.d.ts.map +1 -1
  237. package/dist/components/hx-steps/index.js +1 -1
  238. package/dist/components/hx-structured-list/hx-structured-list.d.ts +7 -0
  239. package/dist/components/hx-structured-list/hx-structured-list.d.ts.map +1 -1
  240. package/dist/components/hx-structured-list/index.js +1 -1
  241. package/dist/components/hx-switch/hx-switch.d.ts +42 -0
  242. package/dist/components/hx-switch/hx-switch.d.ts.map +1 -1
  243. package/dist/components/hx-switch/hx-switch.styles.d.ts.map +1 -1
  244. package/dist/components/hx-switch/index.js +1 -1
  245. package/dist/components/hx-table/hx-table.d.ts +20 -6
  246. package/dist/components/hx-table/hx-table.d.ts.map +1 -1
  247. package/dist/components/hx-table/hx-table.styles.d.ts.map +1 -1
  248. package/dist/components/hx-table/hx-td.d.ts +1 -1
  249. package/dist/components/hx-table/index.js +1 -1
  250. package/dist/components/hx-tabs/hx-tab-panel.d.ts +2 -2
  251. package/dist/components/hx-tabs/hx-tab-panel.d.ts.map +1 -1
  252. package/dist/components/hx-tabs/hx-tab-panel.styles.d.ts.map +1 -1
  253. package/dist/components/hx-tabs/hx-tab.d.ts +6 -6
  254. package/dist/components/hx-tabs/hx-tab.d.ts.map +1 -1
  255. package/dist/components/hx-tabs/hx-tab.styles.d.ts.map +1 -1
  256. package/dist/components/hx-tabs/hx-tabs.d.ts +12 -8
  257. package/dist/components/hx-tabs/hx-tabs.d.ts.map +1 -1
  258. package/dist/components/hx-tabs/index.js +1 -1
  259. package/dist/components/hx-tag/hx-tag.d.ts +36 -0
  260. package/dist/components/hx-tag/hx-tag.d.ts.map +1 -1
  261. package/dist/components/hx-tag/index.js +1 -1
  262. package/dist/components/hx-text/hx-text.d.ts +22 -0
  263. package/dist/components/hx-text/hx-text.d.ts.map +1 -1
  264. package/dist/components/hx-text/hx-text.styles.d.ts.map +1 -1
  265. package/dist/components/hx-text/index.js +1 -1
  266. package/dist/components/hx-text-input/hx-text-input.d.ts +18 -5
  267. package/dist/components/hx-text-input/hx-text-input.d.ts.map +1 -1
  268. package/dist/components/hx-text-input/hx-text-input.styles.d.ts +12 -0
  269. package/dist/components/hx-text-input/hx-text-input.styles.d.ts.map +1 -1
  270. package/dist/components/hx-text-input/index.js +1 -1
  271. package/dist/components/hx-textarea/hx-textarea.d.ts +27 -0
  272. package/dist/components/hx-textarea/hx-textarea.d.ts.map +1 -1
  273. package/dist/components/hx-textarea/hx-textarea.styles.d.ts.map +1 -1
  274. package/dist/components/hx-textarea/index.js +1 -1
  275. package/dist/components/hx-theme/hx-theme.d.ts +3 -0
  276. package/dist/components/hx-theme/hx-theme.d.ts.map +1 -1
  277. package/dist/components/hx-theme/index.js +1 -1
  278. package/dist/components/hx-time-picker/hx-time-picker.d.ts +32 -0
  279. package/dist/components/hx-time-picker/hx-time-picker.d.ts.map +1 -1
  280. package/dist/components/hx-time-picker/hx-time-picker.styles.d.ts.map +1 -1
  281. package/dist/components/hx-time-picker/index.js +1 -1
  282. package/dist/components/hx-toast/hx-toast.d.ts +30 -2
  283. package/dist/components/hx-toast/hx-toast.d.ts.map +1 -1
  284. package/dist/components/hx-toast/hx-toast.styles.d.ts +10 -0
  285. package/dist/components/hx-toast/hx-toast.styles.d.ts.map +1 -1
  286. package/dist/components/hx-toast/index.js +1 -1
  287. package/dist/components/hx-toggle-button/hx-toggle-button.d.ts +35 -0
  288. package/dist/components/hx-toggle-button/hx-toggle-button.d.ts.map +1 -1
  289. package/dist/components/hx-toggle-button/hx-toggle-button.styles.d.ts.map +1 -1
  290. package/dist/components/hx-toggle-button/index.js +1 -1
  291. package/dist/components/hx-tooltip/hx-tooltip.d.ts +13 -0
  292. package/dist/components/hx-tooltip/hx-tooltip.d.ts.map +1 -1
  293. package/dist/components/hx-tooltip/hx-tooltip.styles.d.ts +8 -0
  294. package/dist/components/hx-tooltip/hx-tooltip.styles.d.ts.map +1 -1
  295. package/dist/components/hx-tooltip/index.js +1 -1
  296. package/dist/components/hx-top-nav/hx-top-nav.d.ts +21 -0
  297. package/dist/components/hx-top-nav/hx-top-nav.d.ts.map +1 -1
  298. package/dist/components/hx-top-nav/index.js +1 -1
  299. package/dist/components/hx-tree-view/hx-tree-item.d.ts.map +1 -1
  300. package/dist/components/hx-tree-view/hx-tree-view.d.ts +6 -0
  301. package/dist/components/hx-tree-view/hx-tree-view.d.ts.map +1 -1
  302. package/dist/components/hx-tree-view/hx-tree-view.styles.d.ts.map +1 -1
  303. package/dist/components/hx-tree-view/index.js +1 -1
  304. package/dist/css/helix-all.css +1273 -939
  305. package/dist/css/helix-core.css +327 -170
  306. package/dist/css/helix-data.css +54 -48
  307. package/dist/css/helix-feedback.css +123 -95
  308. package/dist/css/helix-forms.css +490 -387
  309. package/dist/css/helix-layout.css +9 -12
  310. package/dist/css/helix-media.css +16 -12
  311. package/dist/css/helix-navigation.css +86 -67
  312. package/dist/css/helix-overlay.css +62 -56
  313. package/dist/css/helix-tokens.css +173 -106
  314. package/dist/css/helix-utility.css +57 -46
  315. package/dist/css/hx-action-bar.css +5 -5
  316. package/dist/css/hx-alert.css +24 -23
  317. package/dist/css/hx-avatar.css +3 -3
  318. package/dist/css/hx-badge.css +22 -22
  319. package/dist/css/hx-banner.css +25 -24
  320. package/dist/css/hx-button-group.css +31 -14
  321. package/dist/css/hx-button.css +156 -34
  322. package/dist/css/hx-card.css +23 -12
  323. package/dist/css/hx-carousel.css +16 -12
  324. package/dist/css/hx-checkbox-group.css +5 -5
  325. package/dist/css/hx-checkbox.css +19 -22
  326. package/dist/css/hx-clinical-status.css +28 -30
  327. package/dist/css/hx-code-snippet.css +26 -20
  328. package/dist/css/hx-color-picker.css +20 -13
  329. package/dist/css/hx-combobox.css +31 -37
  330. package/dist/css/hx-copy-button.css +6 -3
  331. package/dist/css/hx-counter.css +1 -1
  332. package/dist/css/hx-data-table.css +16 -15
  333. package/dist/css/hx-date-picker.css +34 -50
  334. package/dist/css/hx-dialog.css +31 -27
  335. package/dist/css/hx-divider.css +2 -2
  336. package/dist/css/hx-drawer.css +18 -18
  337. package/dist/css/hx-dropdown.css +2 -2
  338. package/dist/css/hx-field-label.css +3 -3
  339. package/dist/css/hx-field.css +6 -6
  340. package/dist/css/hx-file-upload.css +21 -30
  341. package/dist/css/hx-help-text.css +5 -5
  342. package/dist/css/hx-icon-button.css +46 -38
  343. package/dist/css/hx-image.css +3 -3
  344. package/dist/css/hx-link.css +9 -12
  345. package/dist/css/hx-list.css +1 -1
  346. package/dist/css/hx-menu.css +2 -2
  347. package/dist/css/hx-meter.css +10 -10
  348. package/dist/css/hx-nav.css +11 -11
  349. package/dist/css/hx-number-input.css +18 -18
  350. package/dist/css/hx-overflow-menu.css +18 -15
  351. package/dist/css/hx-pagination.css +15 -15
  352. package/dist/css/hx-patient-banner.css +17 -9
  353. package/dist/css/hx-phi-field.css +4 -7
  354. package/dist/css/hx-popover.css +7 -6
  355. package/dist/css/hx-progress-bar.css +7 -7
  356. package/dist/css/hx-progress-ring.css +6 -6
  357. package/dist/css/hx-radio-group.css +5 -5
  358. package/dist/css/hx-rating.css +5 -6
  359. package/dist/css/hx-select.css +18 -19
  360. package/dist/css/hx-side-nav.css +28 -11
  361. package/dist/css/hx-skeleton.css +1 -1
  362. package/dist/css/hx-slider.css +15 -15
  363. package/dist/css/hx-spinner.css +4 -4
  364. package/dist/css/hx-split-button.css +45 -37
  365. package/dist/css/hx-split-panel.css +9 -12
  366. package/dist/css/hx-stat.css +8 -8
  367. package/dist/css/hx-status-indicator.css +7 -7
  368. package/dist/css/hx-structured-list.css +5 -5
  369. package/dist/css/hx-switch.css +16 -11
  370. package/dist/css/hx-table.css +6 -7
  371. package/dist/css/hx-tabs.css +3 -3
  372. package/dist/css/hx-tag.css +18 -18
  373. package/dist/css/hx-text-input.css +133 -61
  374. package/dist/css/hx-text.css +9 -7
  375. package/dist/css/hx-textarea.css +63 -27
  376. package/dist/css/hx-time-picker.css +27 -21
  377. package/dist/css/hx-toast.css +36 -10
  378. package/dist/css/hx-toggle-button.css +46 -33
  379. package/dist/css/hx-tooltip.css +4 -3
  380. package/dist/css/hx-top-nav.css +8 -8
  381. package/dist/css/hx-tree-view.css +1 -2
  382. package/dist/css/index.css +1 -1
  383. package/dist/css/manifest.json +332 -230
  384. package/dist/index.js +75 -75
  385. package/dist/shared/forced-colors-CTEDFRGa.js +117 -0
  386. package/dist/shared/forced-colors-CTEDFRGa.js.map +1 -0
  387. package/dist/shared/{hx-accordion-Wt52OOZD.js → hx-accordion-ZVzgDzTG.js} +29 -29
  388. package/dist/shared/hx-accordion-ZVzgDzTG.js.map +1 -0
  389. package/dist/shared/{hx-action-bar-BKMADbHj.js → hx-action-bar-CitgcpGv.js} +38 -37
  390. package/dist/shared/hx-action-bar-CitgcpGv.js.map +1 -0
  391. package/dist/shared/{hx-alert-D7n94HwI.js → hx-alert-CLn7CstP.js} +33 -31
  392. package/dist/shared/hx-alert-CLn7CstP.js.map +1 -0
  393. package/dist/shared/{hx-avatar-iLYzu8MJ.js → hx-avatar-C9hOmlAb.js} +19 -18
  394. package/dist/shared/hx-avatar-C9hOmlAb.js.map +1 -0
  395. package/dist/shared/{hx-badge-CVCmMPyW.js → hx-badge-CQXgOXJM.js} +65 -64
  396. package/dist/shared/hx-badge-CQXgOXJM.js.map +1 -0
  397. package/dist/shared/{hx-banner-C_He7Tr4.js → hx-banner-D3DzpfcP.js} +39 -37
  398. package/dist/shared/hx-banner-D3DzpfcP.js.map +1 -0
  399. package/dist/shared/{hx-breadcrumb-item-CldCwD1d.js → hx-breadcrumb-item-3tKppF9h.js} +24 -26
  400. package/dist/shared/hx-breadcrumb-item-3tKppF9h.js.map +1 -0
  401. package/dist/shared/{hx-button-Ddl-T6T-.js → hx-button-CHlkRQTe.js} +183 -61
  402. package/dist/shared/hx-button-CHlkRQTe.js.map +1 -0
  403. package/dist/shared/{hx-button-group-BJOGWoMa.js → hx-button-group-BI-QBqmO.js} +45 -27
  404. package/dist/shared/hx-button-group-BI-QBqmO.js.map +1 -0
  405. package/dist/shared/{hx-card-ycveujjL.js → hx-card-qNAM2QNV.js} +49 -37
  406. package/dist/shared/hx-card-qNAM2QNV.js.map +1 -0
  407. package/dist/shared/{hx-carousel-item-D_dCv61-.js → hx-carousel-item-z1Lc24op.js} +41 -36
  408. package/dist/shared/hx-carousel-item-z1Lc24op.js.map +1 -0
  409. package/dist/shared/{hx-checkbox-DkkoWoye.js → hx-checkbox-D7xma9YH.js} +38 -40
  410. package/dist/shared/hx-checkbox-D7xma9YH.js.map +1 -0
  411. package/dist/shared/{hx-checkbox-group-C3poJ-Zw.js → hx-checkbox-group-C9n315Ju.js} +20 -19
  412. package/dist/shared/hx-checkbox-group-C9n315Ju.js.map +1 -0
  413. package/dist/shared/{hx-clinical-status-BS5lcddT.js → hx-clinical-status-D3XQIOqX.js} +55 -56
  414. package/dist/shared/hx-clinical-status-D3XQIOqX.js.map +1 -0
  415. package/dist/shared/{hx-code-snippet-B7wUKzyb.js → hx-code-snippet-Bi-arDKH.js} +41 -34
  416. package/dist/shared/hx-code-snippet-Bi-arDKH.js.map +1 -0
  417. package/dist/shared/{hx-color-picker-DBaKTVLr.js → hx-color-picker-uRc865FJ.js} +54 -46
  418. package/dist/shared/hx-color-picker-uRc865FJ.js.map +1 -0
  419. package/dist/shared/{hx-combobox-BmgYT7Ar.js → hx-combobox-DDzqNKEW.js} +43 -48
  420. package/dist/shared/hx-combobox-DDzqNKEW.js.map +1 -0
  421. package/dist/shared/hx-container-DVI7sxfX.js.map +1 -1
  422. package/dist/shared/{hx-copy-button-8deNUdwP.js → hx-copy-button-sUVuikyH.js} +23 -19
  423. package/dist/shared/hx-copy-button-sUVuikyH.js.map +1 -0
  424. package/dist/shared/{hx-counter-CKfl_g8K.js → hx-counter-0zYapFhf.js} +10 -9
  425. package/dist/shared/hx-counter-0zYapFhf.js.map +1 -0
  426. package/dist/shared/{hx-data-table-B6h0RPn0.js → hx-data-table-CLqVqdxr.js} +49 -47
  427. package/dist/shared/hx-data-table-CLqVqdxr.js.map +1 -0
  428. package/dist/shared/{hx-date-picker-Dq2Nb68_.js → hx-date-picker-2iRG1p74.js} +51 -66
  429. package/dist/shared/hx-date-picker-2iRG1p74.js.map +1 -0
  430. package/dist/shared/{hx-dialog-CvIlY0Tc.js → hx-dialog-DRN_1-Y-.js} +68 -63
  431. package/dist/shared/hx-dialog-DRN_1-Y-.js.map +1 -0
  432. package/dist/shared/{hx-divider-DwpOrzMW.js → hx-divider-CYfcUjcr.js} +18 -17
  433. package/dist/shared/hx-divider-CYfcUjcr.js.map +1 -0
  434. package/dist/shared/{hx-drawer-Cx2ZJhBe.js → hx-drawer-Y1Ui2IWJ.js} +31 -30
  435. package/dist/shared/hx-drawer-Y1Ui2IWJ.js.map +1 -0
  436. package/dist/shared/{hx-dropdown-BjDrPUq5.js → hx-dropdown-LyaRc8Rf.js} +16 -15
  437. package/dist/shared/hx-dropdown-LyaRc8Rf.js.map +1 -0
  438. package/dist/shared/{hx-field-Dp3qQMut.js → hx-field-B3Qo8OLS.js} +15 -15
  439. package/dist/shared/hx-field-B3Qo8OLS.js.map +1 -0
  440. package/dist/shared/{hx-field-label-BC8QViXv.js → hx-field-label-BVRyyKeh.js} +8 -7
  441. package/dist/shared/hx-field-label-BVRyyKeh.js.map +1 -0
  442. package/dist/shared/{hx-file-upload-B6Yl1u0i.js → hx-file-upload-D3rKROK5.js} +51 -59
  443. package/dist/shared/hx-file-upload-D3rKROK5.js.map +1 -0
  444. package/dist/shared/hx-form-CkChEATa.js +257 -0
  445. package/dist/shared/hx-form-CkChEATa.js.map +1 -0
  446. package/dist/shared/hx-grid-CXZf3jeK.js.map +1 -1
  447. package/dist/shared/{hx-help-text-D7eytSim.js → hx-help-text-Xb2Yr8x2.js} +30 -29
  448. package/dist/shared/hx-help-text-Xb2Yr8x2.js.map +1 -0
  449. package/dist/shared/{hx-icon-button-BHneqPCU.js → hx-icon-button-CGNdQSFM.js} +78 -69
  450. package/dist/shared/hx-icon-button-CGNdQSFM.js.map +1 -0
  451. package/dist/shared/{hx-icon-CcyDPDYY.js → hx-icon-fuVm4-bk.js} +15 -14
  452. package/dist/shared/hx-icon-fuVm4-bk.js.map +1 -0
  453. package/dist/shared/{hx-image-2gt14zZd.js → hx-image-Ben_4yM5.js} +18 -17
  454. package/dist/shared/hx-image-Ben_4yM5.js.map +1 -0
  455. package/dist/shared/{hx-link-BESrWK8M.js → hx-link-C-O6vq0Q.js} +20 -22
  456. package/dist/shared/hx-link-C-O6vq0Q.js.map +1 -0
  457. package/dist/shared/{hx-list-_9qVv02L.js → hx-list-MyEhh8c7.js} +22 -23
  458. package/dist/shared/hx-list-MyEhh8c7.js.map +1 -0
  459. package/dist/shared/{hx-menu-divider-Ck-9Os1t.js → hx-menu-divider-C2omnPtj.js} +50 -49
  460. package/dist/shared/hx-menu-divider-C2omnPtj.js.map +1 -0
  461. package/dist/shared/{hx-meter-TbROk-dw.js → hx-meter-BPscsw5t.js} +41 -40
  462. package/dist/shared/{hx-meter-TbROk-dw.js.map → hx-meter-BPscsw5t.js.map} +1 -1
  463. package/dist/shared/{hx-nav-item-pqPasRUm.js → hx-nav-item-Dap3DYgB.js} +143 -81
  464. package/dist/shared/hx-nav-item-Dap3DYgB.js.map +1 -0
  465. package/dist/shared/{hx-nav-BcYDmjf7.js → hx-nav-ldFM3Fle.js} +54 -53
  466. package/dist/shared/hx-nav-ldFM3Fle.js.map +1 -0
  467. package/dist/shared/{hx-number-input-mOIZ3-46.js → hx-number-input-yUzFOSC1.js} +68 -67
  468. package/dist/shared/hx-number-input-yUzFOSC1.js.map +1 -0
  469. package/dist/shared/{hx-overflow-menu-Dprb9lnT.js → hx-overflow-menu-DCLsdIBy.js} +33 -29
  470. package/dist/shared/hx-overflow-menu-DCLsdIBy.js.map +1 -0
  471. package/dist/shared/{hx-pagination-AguTQjYC.js → hx-pagination-C7y8GVyU.js} +43 -42
  472. package/dist/shared/hx-pagination-C7y8GVyU.js.map +1 -0
  473. package/dist/shared/{hx-patient-banner-uE6gqLpT.js → hx-patient-banner-CkS-Lmj4.js} +29 -20
  474. package/dist/shared/hx-patient-banner-CkS-Lmj4.js.map +1 -0
  475. package/dist/shared/{hx-phi-field-BC_XowhC.js → hx-phi-field-C19oxlrr.js} +13 -15
  476. package/dist/shared/hx-phi-field-C19oxlrr.js.map +1 -0
  477. package/dist/shared/{hx-popover-B2_203ct.js → hx-popover-B-FP3-wW.js} +31 -29
  478. package/dist/shared/hx-popover-B-FP3-wW.js.map +1 -0
  479. package/dist/shared/{hx-popup-DZXpsJ1R.js → hx-popup-COUXXZ9X.js} +8 -7
  480. package/dist/shared/hx-popup-COUXXZ9X.js.map +1 -0
  481. package/dist/shared/{hx-progress-bar-KjEkEJLy.js → hx-progress-bar-Bn3JEPUf.js} +28 -27
  482. package/dist/shared/hx-progress-bar-Bn3JEPUf.js.map +1 -0
  483. package/dist/shared/{hx-progress-ring-3zMwvrwD.js → hx-progress-ring-TwHyXeEp.js} +15 -14
  484. package/dist/shared/hx-progress-ring-TwHyXeEp.js.map +1 -0
  485. package/dist/shared/{hx-prose-BCtK7YL6.js → hx-prose-BThYcASV.js} +12 -12
  486. package/dist/shared/{hx-prose-BCtK7YL6.js.map → hx-prose-BThYcASV.js.map} +1 -1
  487. package/dist/shared/{hx-radio-BBC5qZgE.js → hx-radio-CJvNU2yP.js} +38 -40
  488. package/dist/shared/hx-radio-CJvNU2yP.js.map +1 -0
  489. package/dist/shared/{hx-rating-C3E3ENJb.js → hx-rating-C3QP53k9.js} +38 -38
  490. package/dist/shared/hx-rating-C3QP53k9.js.map +1 -0
  491. package/dist/shared/{hx-select-CixTo7jp.js → hx-select-C8fEHQhC.js} +64 -64
  492. package/dist/shared/hx-select-C8fEHQhC.js.map +1 -0
  493. package/dist/shared/{hx-skeleton-LxkI0pxr.js → hx-skeleton-Cnieh5Uc.js} +14 -13
  494. package/dist/shared/hx-skeleton-Cnieh5Uc.js.map +1 -0
  495. package/dist/shared/{hx-slider-DFHuzF3N.js → hx-slider-Blmv_rwS.js} +70 -69
  496. package/dist/shared/hx-slider-Blmv_rwS.js.map +1 -0
  497. package/dist/shared/{hx-spinner-BKjuCdZB.js → hx-spinner-DL5AYr16.js} +18 -17
  498. package/dist/shared/hx-spinner-DL5AYr16.js.map +1 -0
  499. package/dist/shared/{hx-split-button-CGcJMmCG.js → hx-split-button-Djnc5Aeg.js} +74 -65
  500. package/dist/shared/hx-split-button-Djnc5Aeg.js.map +1 -0
  501. package/dist/shared/{hx-split-panel-C-1R10Mc.js → hx-split-panel-B-u0Z3mm.js} +16 -18
  502. package/dist/shared/hx-split-panel-B-u0Z3mm.js.map +1 -0
  503. package/dist/shared/hx-stack-DGfcOfWJ.js.map +1 -1
  504. package/dist/shared/{hx-stat-BTpykQAt.js → hx-stat-WOcNV1Ry.js} +16 -15
  505. package/dist/shared/hx-stat-WOcNV1Ry.js.map +1 -0
  506. package/dist/shared/{hx-status-indicator-X2QEWNFt.js → hx-status-indicator-BlQyen43.js} +17 -16
  507. package/dist/shared/hx-status-indicator-BlQyen43.js.map +1 -0
  508. package/dist/shared/{hx-step-CRNQlmSo.js → hx-step-R2rjp1fT.js} +60 -50
  509. package/dist/shared/hx-step-R2rjp1fT.js.map +1 -0
  510. package/dist/shared/{hx-structured-list-CqNbaEXg.js → hx-structured-list-m_-dMJbC.js} +18 -17
  511. package/dist/shared/hx-structured-list-m_-dMJbC.js.map +1 -0
  512. package/dist/shared/{hx-switch-DqOD9JR7.js → hx-switch-BrZFaRue.js} +31 -25
  513. package/dist/shared/hx-switch-BrZFaRue.js.map +1 -0
  514. package/dist/shared/{hx-tab-panel-BIzKfW5i.js → hx-tab-panel-DspCrKqo.js} +45 -50
  515. package/dist/shared/hx-tab-panel-DspCrKqo.js.map +1 -0
  516. package/dist/shared/{hx-tag-CgnrNnte.js → hx-tag-CNSmdyaK.js} +63 -62
  517. package/dist/shared/hx-tag-CNSmdyaK.js.map +1 -0
  518. package/dist/shared/{hx-td-Bra35cH4.js → hx-td-DnnEMIuA.js} +62 -62
  519. package/dist/shared/hx-td-DnnEMIuA.js.map +1 -0
  520. package/dist/shared/{hx-text-DMC2CPlL.js → hx-text-Bz_9fJ3J.js} +28 -25
  521. package/dist/shared/hx-text-Bz_9fJ3J.js.map +1 -0
  522. package/dist/shared/{hx-text-input--q0GH78x.js → hx-text-input-D6FlOZM-.js} +144 -72
  523. package/dist/shared/{hx-text-input--q0GH78x.js.map → hx-text-input-D6FlOZM-.js.map} +1 -1
  524. package/dist/shared/{hx-textarea-CK621vSL.js → hx-textarea-CNG590KY.js} +107 -70
  525. package/dist/shared/hx-textarea-CNG590KY.js.map +1 -0
  526. package/dist/shared/{hx-theme-DfEy-SJA.js → hx-theme-BiyQ7UUK.js} +46 -35
  527. package/dist/shared/hx-theme-BiyQ7UUK.js.map +1 -0
  528. package/dist/shared/{hx-time-picker-tPUfgElQ.js → hx-time-picker-BoEIZwzv.js} +59 -52
  529. package/dist/shared/hx-time-picker-BoEIZwzv.js.map +1 -0
  530. package/dist/shared/{hx-toggle-button-L-uBJr-a.js → hx-toggle-button-iLiYrMbD.js} +86 -72
  531. package/dist/shared/hx-toggle-button-iLiYrMbD.js.map +1 -0
  532. package/dist/shared/{hx-tooltip-B_zfKvwc.js → hx-tooltip-nYOv9OLu.js} +18 -16
  533. package/dist/shared/hx-tooltip-nYOv9OLu.js.map +1 -0
  534. package/dist/shared/{hx-top-nav-CATbRvIv.js → hx-top-nav-DP6OFS8C.js} +31 -30
  535. package/dist/shared/hx-top-nav-DP6OFS8C.js.map +1 -0
  536. package/dist/shared/{hx-tree-item-A45WCiBu.js → hx-tree-item-C2CiWuDE.js} +29 -29
  537. package/dist/shared/hx-tree-item-C2CiWuDE.js.map +1 -0
  538. package/dist/shared/{toast-factory-BPPnG3mM.js → toast-factory-YSznocIV.js} +98 -72
  539. package/dist/shared/toast-factory-YSznocIV.js.map +1 -0
  540. package/dist/styles/forced-colors.d.ts +60 -0
  541. package/dist/styles/forced-colors.d.ts.map +1 -0
  542. package/figma-inventory.json +8690 -827
  543. package/package.json +2 -2
  544. package/dist/shared/hx-accordion-Wt52OOZD.js.map +0 -1
  545. package/dist/shared/hx-action-bar-BKMADbHj.js.map +0 -1
  546. package/dist/shared/hx-alert-D7n94HwI.js.map +0 -1
  547. package/dist/shared/hx-avatar-iLYzu8MJ.js.map +0 -1
  548. package/dist/shared/hx-badge-CVCmMPyW.js.map +0 -1
  549. package/dist/shared/hx-banner-C_He7Tr4.js.map +0 -1
  550. package/dist/shared/hx-breadcrumb-item-CldCwD1d.js.map +0 -1
  551. package/dist/shared/hx-button-Ddl-T6T-.js.map +0 -1
  552. package/dist/shared/hx-button-group-BJOGWoMa.js.map +0 -1
  553. package/dist/shared/hx-card-ycveujjL.js.map +0 -1
  554. package/dist/shared/hx-carousel-item-D_dCv61-.js.map +0 -1
  555. package/dist/shared/hx-checkbox-DkkoWoye.js.map +0 -1
  556. package/dist/shared/hx-checkbox-group-C3poJ-Zw.js.map +0 -1
  557. package/dist/shared/hx-clinical-status-BS5lcddT.js.map +0 -1
  558. package/dist/shared/hx-code-snippet-B7wUKzyb.js.map +0 -1
  559. package/dist/shared/hx-color-picker-DBaKTVLr.js.map +0 -1
  560. package/dist/shared/hx-combobox-BmgYT7Ar.js.map +0 -1
  561. package/dist/shared/hx-copy-button-8deNUdwP.js.map +0 -1
  562. package/dist/shared/hx-counter-CKfl_g8K.js.map +0 -1
  563. package/dist/shared/hx-data-table-B6h0RPn0.js.map +0 -1
  564. package/dist/shared/hx-date-picker-Dq2Nb68_.js.map +0 -1
  565. package/dist/shared/hx-dialog-CvIlY0Tc.js.map +0 -1
  566. package/dist/shared/hx-divider-DwpOrzMW.js.map +0 -1
  567. package/dist/shared/hx-drawer-Cx2ZJhBe.js.map +0 -1
  568. package/dist/shared/hx-dropdown-BjDrPUq5.js.map +0 -1
  569. package/dist/shared/hx-field-Dp3qQMut.js.map +0 -1
  570. package/dist/shared/hx-field-label-BC8QViXv.js.map +0 -1
  571. package/dist/shared/hx-file-upload-B6Yl1u0i.js.map +0 -1
  572. package/dist/shared/hx-form-ButQFt9A.js +0 -257
  573. package/dist/shared/hx-form-ButQFt9A.js.map +0 -1
  574. package/dist/shared/hx-help-text-D7eytSim.js.map +0 -1
  575. package/dist/shared/hx-icon-CcyDPDYY.js.map +0 -1
  576. package/dist/shared/hx-icon-button-BHneqPCU.js.map +0 -1
  577. package/dist/shared/hx-image-2gt14zZd.js.map +0 -1
  578. package/dist/shared/hx-link-BESrWK8M.js.map +0 -1
  579. package/dist/shared/hx-list-_9qVv02L.js.map +0 -1
  580. package/dist/shared/hx-menu-divider-Ck-9Os1t.js.map +0 -1
  581. package/dist/shared/hx-nav-BcYDmjf7.js.map +0 -1
  582. package/dist/shared/hx-nav-item-pqPasRUm.js.map +0 -1
  583. package/dist/shared/hx-number-input-mOIZ3-46.js.map +0 -1
  584. package/dist/shared/hx-overflow-menu-Dprb9lnT.js.map +0 -1
  585. package/dist/shared/hx-pagination-AguTQjYC.js.map +0 -1
  586. package/dist/shared/hx-patient-banner-uE6gqLpT.js.map +0 -1
  587. package/dist/shared/hx-phi-field-BC_XowhC.js.map +0 -1
  588. package/dist/shared/hx-popover-B2_203ct.js.map +0 -1
  589. package/dist/shared/hx-popup-DZXpsJ1R.js.map +0 -1
  590. package/dist/shared/hx-progress-bar-KjEkEJLy.js.map +0 -1
  591. package/dist/shared/hx-progress-ring-3zMwvrwD.js.map +0 -1
  592. package/dist/shared/hx-radio-BBC5qZgE.js.map +0 -1
  593. package/dist/shared/hx-rating-C3E3ENJb.js.map +0 -1
  594. package/dist/shared/hx-select-CixTo7jp.js.map +0 -1
  595. package/dist/shared/hx-skeleton-LxkI0pxr.js.map +0 -1
  596. package/dist/shared/hx-slider-DFHuzF3N.js.map +0 -1
  597. package/dist/shared/hx-spinner-BKjuCdZB.js.map +0 -1
  598. package/dist/shared/hx-split-button-CGcJMmCG.js.map +0 -1
  599. package/dist/shared/hx-split-panel-C-1R10Mc.js.map +0 -1
  600. package/dist/shared/hx-stat-BTpykQAt.js.map +0 -1
  601. package/dist/shared/hx-status-indicator-X2QEWNFt.js.map +0 -1
  602. package/dist/shared/hx-step-CRNQlmSo.js.map +0 -1
  603. package/dist/shared/hx-structured-list-CqNbaEXg.js.map +0 -1
  604. package/dist/shared/hx-switch-DqOD9JR7.js.map +0 -1
  605. package/dist/shared/hx-tab-panel-BIzKfW5i.js.map +0 -1
  606. package/dist/shared/hx-tag-CgnrNnte.js.map +0 -1
  607. package/dist/shared/hx-td-Bra35cH4.js.map +0 -1
  608. package/dist/shared/hx-text-DMC2CPlL.js.map +0 -1
  609. package/dist/shared/hx-textarea-CK621vSL.js.map +0 -1
  610. package/dist/shared/hx-theme-DfEy-SJA.js.map +0 -1
  611. package/dist/shared/hx-time-picker-tPUfgElQ.js.map +0 -1
  612. package/dist/shared/hx-toggle-button-L-uBJr-a.js.map +0 -1
  613. package/dist/shared/hx-tooltip-B_zfKvwc.js.map +0 -1
  614. package/dist/shared/hx-top-nav-CATbRvIv.js.map +0 -1
  615. package/dist/shared/hx-tree-item-A45WCiBu.js.map +0 -1
  616. package/dist/shared/toast-factory-BPPnG3mM.js.map +0 -1
@@ -27,7 +27,7 @@
27
27
  gap: var(--hx-space-2, 0.5rem);
28
28
  border: var(--hx-border-width-thin, 1px) solid var(--hx-button-border-color, transparent);
29
29
  border-radius: var(--hx-button-border-radius, var(--hx-border-radius-md, 0.375rem));
30
- background-color: var(--hx-button-bg, var(--hx-color-primary-500, #2563eb));
30
+ background-color: var(--hx-button-bg, var(--hx-color-primary-500, #429797));
31
31
  color: var(--hx-button-color, var(--hx-color-neutral-0, #ffffff));
32
32
  font-family: var(--hx-button-font-family, var(--hx-font-family-sans, sans-serif));
33
33
  font-weight: var(--hx-button-font-weight, var(--hx-font-weight-semibold, 600));
@@ -46,7 +46,7 @@
46
46
 
47
47
  .button:focus-visible {
48
48
  outline: var(--hx-focus-ring-width, 2px) solid
49
- var(--hx-button-focus-ring-color, var(--hx-focus-ring-color, var(--hx-color-primary-500)));
49
+ var(--hx-button-focus-ring-color, var(--hx-focus-ring-color, #0f7078));
50
50
  outline-offset: var(--hx-focus-ring-offset, 2px);
51
51
  }
52
52
 
@@ -84,63 +84,108 @@
84
84
  /* ─── Style Variants ─── */
85
85
 
86
86
  .button--primary {
87
- --hx-button-bg: var(--hx-color-primary-500);
88
- --hx-button-color: var(--hx-color-neutral-0);
87
+ --hx-button-bg: var(--hx-color-action-primary-bg, #429797);
88
+ /* Inline #0d1825 matches text.on-primary's resolved primitive (neutral-900);
89
+ cold-start without the semantic still paints AA-tuned dark-on-primary
90
+ rather than white-on-primary (3.43:1 fail). */
91
+ --hx-button-color: var(--hx-color-text-on-primary, #0d1825);
89
92
  --hx-button-border-color: transparent;
90
93
  }
91
94
 
92
95
  .button--secondary {
93
96
  --hx-button-bg: transparent;
94
- --hx-button-color: var(--hx-color-primary-500);
95
- --hx-button-border-color: var(--hx-color-primary-500);
97
+ /* primary-500 (#429797) text on white surface = 3.44:1 — fails AA.
98
+ primary-600 (#0F7078) on white = 5.82:1 — AA pass. */
99
+ --hx-button-color: var(--hx-color-action-secondary-fg, #0f7078);
100
+ --hx-button-border-color: var(--hx-color-action-secondary-border, #0f7078);
96
101
  }
97
102
 
98
103
  .button--secondary:hover {
99
- --hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-primary-50));
104
+ --hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-action-secondary-bg-hover, #ebf8f8));
100
105
  }
101
106
 
102
107
  .button--tertiary {
103
- --hx-button-bg: var(--hx-color-neutral-100);
104
- --hx-button-color: var(--hx-color-neutral-900);
108
+ --hx-button-bg: var(--hx-color-surface-sunken, #ebeee9);
109
+ --hx-button-color: var(--hx-color-text-primary, #0d1825);
105
110
  --hx-button-border-color: transparent;
106
111
  }
107
112
 
108
113
  .button--tertiary:hover {
109
- --hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-neutral-200));
114
+ --hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-surface-raised, #f5f8f3));
110
115
  }
111
116
 
112
117
  .button--danger {
113
- --hx-button-bg: var(--hx-color-error-500);
114
- --hx-button-color: var(--hx-color-neutral-0);
118
+ --hx-button-bg: var(--hx-color-action-danger-bg, #e5493e);
119
+ /* Inline #0d1825 matches text.on-error's resolved primitive (neutral-900);
120
+ cold-start without the semantic still paints AA-tuned dark-on-error
121
+ rather than white-on-error (3.92:1 fail). */
122
+ --hx-button-color: var(--hx-color-text-on-error, #0d1825);
115
123
  --hx-button-border-color: transparent;
116
124
  }
117
125
 
126
+ /* on-error tokens are tuned for error-500 (neutral-900 on #E5493E ≈ 4.59:1).
127
+ error-600 (#C92A2A) drops that to 3.28:1 — AA fail. text.on-error-strong
128
+ resolves to neutral-0 across modes (no dark flip) so the darker hover fill
129
+ stays legible. Mirrors hx-toast precedent (commit 300e21ab0); routed
130
+ through the semantic tier in 3.2.1 token-cascade remediation. */
118
131
  .button--danger:hover {
119
- --hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-error-600));
132
+ --hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-action-danger-bg-hover, #c92a2a));
133
+ --hx-button-color: var(--hx-color-text-on-error-strong, #ffffff);
134
+ }
135
+
136
+ /* Pressed state binds explicitly to action.danger.bg-active (error-700,
137
+ #A21312) + text.on-error-strong (neutral-0) = 7.96:1 AA. Base
138
+ .button:active filter:brightness(0.8) would compound on top of bg-hover
139
+ (#C92A2A) and produce ~3.3:1 sub-AA on the bound colors. Override the
140
+ filter to none. HC override on action.danger.bg-active flips to HC
141
+ error-500 so the on-error-strong (HC = #000) pair is AA in HC too. */
142
+ .button--danger:active {
143
+ --hx-button-bg: var(--hx-button-active-bg, var(--hx-color-action-danger-bg-active, #a21312));
144
+ --hx-button-color: var(--hx-color-text-on-error-strong, #ffffff);
145
+ filter: none;
120
146
  }
121
147
 
122
148
  .button--ghost {
123
149
  --hx-button-bg: transparent;
124
- --hx-button-color: var(--hx-color-primary-500);
150
+ /* primary-500 (#429797) text on white surface = 3.44:1 — fails AA.
151
+ primary-600 (#0F7078) on white = 5.82:1 — AA pass. */
152
+ --hx-button-color: var(--hx-color-action-ghost-fg, #0f7078);
125
153
  --hx-button-border-color: transparent;
126
154
  }
127
155
 
128
156
  .button--ghost:hover {
129
- --hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-neutral-100));
157
+ --hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-action-ghost-bg-hover, #ebf8f8));
130
158
  }
131
159
 
132
160
  .button--outline {
133
161
  --hx-button-bg: transparent;
134
- --hx-button-color: var(--hx-color-neutral-900);
135
- --hx-button-border-color: var(--hx-color-neutral-300);
162
+ --hx-button-color: var(--hx-color-text-primary, #0d1825);
163
+ --hx-button-border-color: var(--hx-color-border-strong, #66787b);
136
164
  }
137
165
 
138
166
  .button--outline:hover {
139
- --hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-neutral-50));
167
+ --hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-surface-raised, #f5f8f3));
140
168
  }
141
169
 
170
+ /* on-primary token resolves to neutral-900 (#0D1825) — tuned for primary-500.
171
+ primary-600 (#0F7078) drops the pair to 3.07:1 — AA fail. text.on-primary-strong
172
+ resolves to neutral-0 across modes (no dark flip) for the darker hover fill.
173
+ Mirrors hx-toast precedent (commit 300e21ab0); routed through the semantic
174
+ tier in 3.2.1 token-cascade remediation. */
142
175
  .button--primary:hover {
143
- --hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-primary-600));
176
+ --hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-action-primary-bg-hover, #0f7078));
177
+ --hx-button-color: var(--hx-color-text-on-primary-strong, #ffffff);
178
+ }
179
+
180
+ /* Pressed state binds explicitly to action.primary.bg-active (primary-700,
181
+ #0F6363) + text.on-primary-strong (neutral-0) = 7.03:1 AA. The base
182
+ .button:active filter:brightness(0.8) would compound on top of bg-hover
183
+ (#0F7078) and produce ~3.7:1 sub-AA on the bound colors. Override the
184
+ filter to none so the action.*.bg-active token is what actually paints. */
185
+ .button--primary:active {
186
+ --hx-button-bg: var(--hx-button-active-bg, var(--hx-color-action-primary-bg-active, #0f6363));
187
+ --hx-button-color: var(--hx-color-text-on-primary-strong, #ffffff);
188
+ filter: none;
144
189
  }
145
190
 
146
191
  /* ─── Disabled ─── */
@@ -184,9 +229,20 @@
184
229
 
185
230
  /* ─── Inverted Mode ─── */
186
231
 
232
+ /* Inline-fallback contract for the on-dark-* tokens in this section:
233
+ the literal rgba(255, 255, 255, 0.X) arms are a LIGHT-MODE-only last
234
+ resort (cold-start, CSS-not-loaded). At runtime, hx-theme injects
235
+ the dark.* override (overlay-black-* for the strong border and the
236
+ surface.on-dark-overlay-* fills) so dark-mode inverted buttons stay
237
+ visible on the now-light surface.inverse (#EBEEE9). The inline white
238
+ overlays would render invisible (≈1.1:1) on a light surface, but
239
+ they never paint when the theme is mounted. If a future change
240
+ moves these into a context where hx-theme is not guaranteed,
241
+ replace with mode-aware tokens. */
242
+
187
243
  /* Override text color and filter-based hover/active for all variants */
188
244
  :host([inverted]) .button {
189
- color: var(--hx-button-inverted-color, var(--hx-color-neutral-0));
245
+ color: var(--hx-button-inverted-color, var(--hx-color-text-inverse, #ffffff));
190
246
  filter: none;
191
247
  }
192
248
 
@@ -199,37 +255,93 @@
199
255
  }
200
256
 
201
257
  :host([inverted]) .button:focus-visible {
258
+ /* WCAG 1.4.11: focus indicator needs ≥3:1 against adjacent colors.
259
+ border-on-dark-strong (overlay-white-70) ≈ 5:1 on neutral-900 — passes.
260
+ The lower-alpha siblings used to live in border.* but were sub-3:1
261
+ against any plausible surface and could not honour a border contract;
262
+ they're now surface.on-dark-overlay-{default,subtle} (translucent
263
+ fills, not borders) and used elsewhere in this file. See
264
+ tokens.json color.surface.on-dark-overlay-* for canonical ratios. */
202
265
  outline-color: var(
203
266
  --hx-button-inverted-focus-ring-color,
204
- var(--hx-overlay-white-50, rgba(255, 255, 255, 0.5))
267
+ var(--hx-color-border-on-dark-strong, rgba(255, 255, 255, 0.7))
205
268
  );
206
269
  }
207
270
 
208
- /* Primary inverted — slight transparent white overlay on hover */
209
- :host([inverted]) .button--primary:hover {
210
- --hx-button-bg: var(--hx-color-primary-400, #60a5fa);
271
+ /* Primary inverted — resting bg routes through action.primary.bg-inverted-rest
272
+ so dark mode can flip the fill to primary-600. surface.inverse becomes light
273
+ (#EBEEE9) in dark mode; primary-500 on #EBEEE9 = 2.94:1 (sub-3:1 UI floor
274
+ fail for the inverted-button boundary). primary-600 on #EBEEE9 = 4.97:1
275
+ (AA pass). Light mode tracks action.primary.bg (primary-500, 5.20:1 on
276
+ dark surface.inverse). */
277
+ :host([inverted]) .button--primary {
278
+ --hx-button-bg: var(--hx-color-action-primary-bg-inverted-rest, #429797);
279
+ }
280
+
281
+ /* Primary inverted — hover/pressed lift to action.primary.bg-inverted-hover
282
+ (primary-400, light teal). The base :host([inverted]) .button rule binds
283
+ color to text.inverse, which flips by mode (neutral-0 in light, neutral-900
284
+ in dark). On a permanent light-teal fill, white text drops to 2.4:1 in
285
+ light mode (AA fail). Pin color to text.on-primary (neutral-900, no
286
+ dark-mode flip) for both hover and active so the foreground is dark in
287
+ both modes — neutral-900 on primary-400 = 7.27:1 (AA pass).
288
+ Pressed === hover visually in inverted mode is acceptable UX (the
289
+ transient absence of pointer over the button signals release).
290
+ The fallback chain wraps --hx-button-active-bg (highest precedence) and
291
+ --hx-button-hover-bg so consumer overrides on either prop apply under
292
+ :host([inverted]) — the two share a paint here, so either knob is
293
+ honored, with active-bg winning when both are set. */
294
+ :host([inverted]) .button--primary:hover,
295
+ :host([inverted]) .button--primary:active {
296
+ --hx-button-bg: var(
297
+ --hx-button-active-bg,
298
+ var(--hx-button-hover-bg, var(--hx-color-action-primary-bg-inverted-hover, #6ab1b1))
299
+ );
300
+ color: var(
301
+ --hx-button-inverted-primary-interactive-color,
302
+ var(--hx-color-text-on-primary, #0d1825)
303
+ );
211
304
  }
212
305
 
213
- /* Secondary inverted — white border and text */
306
+ /* Danger inverted — sister to primary. Hover/pressed lift to
307
+ action.danger.bg-inverted-hover (error-400, #FC7264). Same foreground
308
+ contract: text.inverse fails in light mode (white on light red ≈ 2.6:1);
309
+ pin to text.on-error (neutral-900, no dark-mode flip) for 6.58:1 in both
310
+ modes. Same active-bg → hover-bg → semantic fallback chain as primary. */
311
+ :host([inverted]) .button--danger:hover,
312
+ :host([inverted]) .button--danger:active {
313
+ --hx-button-bg: var(
314
+ --hx-button-active-bg,
315
+ var(--hx-button-hover-bg, var(--hx-color-action-danger-bg-inverted-hover, #fc7264))
316
+ );
317
+ color: var(
318
+ --hx-button-inverted-danger-interactive-color,
319
+ var(--hx-color-text-on-error, #0d1825)
320
+ );
321
+ }
322
+
323
+ /* Secondary inverted — white border and translucent hover fill */
214
324
  :host([inverted]) .button--secondary {
215
- --hx-button-border-color: var(--hx-overlay-white-70, rgba(255, 255, 255, 0.7));
325
+ --hx-button-border-color: var(--hx-color-border-on-dark-strong, rgba(255, 255, 255, 0.7));
216
326
  }
217
327
 
218
328
  :host([inverted]) .button--secondary:hover {
219
- --hx-button-bg: var(--hx-overlay-white-15, rgba(255, 255, 255, 0.15));
329
+ --hx-button-bg: var(--hx-color-surface-on-dark-overlay-default, rgba(255, 255, 255, 0.3));
220
330
  }
221
331
 
222
- /* Tertiary inverted */
332
+ /* Tertiary inverted — resting at the subtle overlay (10%) lifts to the default
333
+ overlay (30%) on hover so the runtime hover delta is visually distinct, not
334
+ collapsed onto a single token. */
223
335
  :host([inverted]) .button--tertiary {
224
- --hx-button-bg: var(--hx-overlay-white-15, rgba(255, 255, 255, 0.15));
336
+ --hx-button-bg: var(--hx-color-surface-on-dark-overlay-subtle, rgba(255, 255, 255, 0.1));
225
337
  --hx-button-border-color: transparent;
226
338
  }
227
339
 
228
340
  :host([inverted]) .button--tertiary:hover {
229
- --hx-button-bg: var(--hx-overlay-white-25, rgba(255, 255, 255, 0.25));
341
+ --hx-button-bg: var(--hx-color-surface-on-dark-overlay-default, rgba(255, 255, 255, 0.3));
230
342
  }
231
343
 
232
- /* Ghost inverted — transparent base, white hover bg */
344
+ /* Ghost inverted — transparent base, translucent hover bg */
233
345
  :host([inverted]) .button--ghost {
234
346
  --hx-button-bg: transparent;
235
347
  --hx-button-border-color: transparent;
@@ -238,17 +350,17 @@
238
350
  :host([inverted]) .button--ghost:hover {
239
351
  --hx-button-bg: var(
240
352
  --hx-button-inverted-ghost-hover-bg,
241
- var(--hx-overlay-white-20, rgba(255, 255, 255, 0.2))
353
+ var(--hx-color-surface-on-dark-overlay-default, rgba(255, 255, 255, 0.3))
242
354
  );
243
355
  }
244
356
 
245
357
  /* Outline inverted — white border */
246
358
  :host([inverted]) .button--outline {
247
- --hx-button-border-color: var(--hx-overlay-white-70, rgba(255, 255, 255, 0.7));
359
+ --hx-button-border-color: var(--hx-color-border-on-dark-strong, rgba(255, 255, 255, 0.7));
248
360
  }
249
361
 
250
362
  :host([inverted]) .button--outline:hover {
251
- --hx-button-bg: var(--hx-overlay-white-15, rgba(255, 255, 255, 0.15));
363
+ --hx-button-bg: var(--hx-color-surface-on-dark-overlay-default, rgba(255, 255, 255, 0.3));
252
364
  }
253
365
 
254
366
  /* ─── Prefix / Suffix / Label ─── */
@@ -276,6 +388,16 @@
276
388
  border: 2px solid ButtonText;
277
389
  }
278
390
 
391
+ .button:hover {
392
+ /* Hover affordance must survive in HC. Highlight/HighlightText is the
393
+ OS-level "selected" pair, mirroring the forcedColorsInteractive mixin's
394
+ hover contract — kept inline since this component owns its bespoke HC
395
+ block (XOR rule). */
396
+ background-color: Highlight;
397
+ color: HighlightText;
398
+ border-color: Highlight;
399
+ }
400
+
279
401
  .button:focus-visible {
280
402
  outline: 3px solid Highlight;
281
403
  outline-offset: 2px;
@@ -2,17 +2,17 @@
2
2
  :host {
3
3
  display: block;
4
4
  color: var(--hx-card-color, inherit);
5
- background-color: var(--hx-card-bg, var(--hx-color-neutral-0, #ffffff));
5
+ background-color: var(--hx-card-bg, var(--hx-color-surface-default, #ffffff));
6
6
  }
7
7
 
8
8
  .card {
9
9
  display: flex;
10
10
  flex-direction: column;
11
11
  gap: var(--hx-card-gap, var(--hx-space-4, 1rem));
12
- background-color: var(--hx-card-bg, var(--hx-color-neutral-0, #ffffff));
13
- color: var(--hx-card-color, var(--hx-color-neutral-800, #1e293b));
12
+ background-color: var(--hx-card-bg, var(--hx-color-surface-default, #ffffff));
13
+ color: var(--hx-card-color, var(--hx-color-text-strong, #202b39));
14
14
  border: var(--hx-border-width-thin, 1px) solid
15
- var(--hx-card-border-color, var(--hx-color-neutral-200, #e2e8f0));
15
+ var(--hx-card-border-color, var(--hx-color-border-default, #d6dbd5));
16
16
  border-radius: var(--hx-card-border-radius, var(--hx-border-radius-lg, 0.5rem));
17
17
  overflow: hidden;
18
18
  font-family: var(--hx-card-font-family, var(--hx-font-family-sans, sans-serif));
@@ -28,11 +28,14 @@
28
28
  }
29
29
 
30
30
  .card--raised {
31
- box-shadow: var(--hx-shadow-md, 0 4px 6px -1px rgb(0 0 0 / 0.1));
31
+ box-shadow: var(--hx-card-shadow, var(--hx-shadow-md, 0 4px 6px -1px rgb(0 0 0 / 0.1)));
32
32
  }
33
33
 
34
34
  .card--floating {
35
- box-shadow: var(--hx-shadow-xl, 0 20px 25px -5px rgb(0 0 0 / 0.1));
35
+ box-shadow: var(
36
+ --hx-card-shadow-floating,
37
+ var(--hx-shadow-xl, 0 20px 25px -5px rgb(0 0 0 / 0.1))
38
+ );
36
39
  }
37
40
 
38
41
  /* ─── Style Variants ─── */
@@ -42,8 +45,8 @@
42
45
  }
43
46
 
44
47
  .card--featured {
45
- border-color: var(--hx-color-primary-500, #2563eb);
46
- border-width: var(--hx-border-width-medium, 2px);
48
+ border-color: var(--hx-card-featured-border-color, var(--hx-color-primary-500, #429797));
49
+ border-width: var(--hx-card-featured-border-width, var(--hx-border-width-medium, 2px));
47
50
  }
48
51
 
49
52
  .card--compact .card__body {
@@ -75,13 +78,13 @@
75
78
  }
76
79
 
77
80
  .card--interactive:hover {
78
- box-shadow: var(--hx-shadow-lg, 0 10px 15px -3px rgb(0 0 0 / 0.1));
81
+ box-shadow: var(--hx-card-shadow-hover, var(--hx-shadow-lg, 0 10px 15px -3px rgb(0 0 0 / 0.1)));
79
82
  transform: translateY(var(--hx-transform-lift-md, -2px));
80
83
  }
81
84
 
82
85
  .card--interactive:focus-visible {
83
86
  outline: var(--hx-focus-ring-width, 2px) solid
84
- var(--hx-card-focus-ring-color, var(--hx-focus-ring-color, var(--hx-color-primary-500)));
87
+ var(--hx-card-focus-ring-color, var(--hx-focus-ring-color, #0f7078));
85
88
  outline-offset: var(--hx-focus-ring-offset, 2px);
86
89
  }
87
90
 
@@ -138,7 +141,14 @@
138
141
  flex: 1;
139
142
  font-size: var(--hx-font-size-md, 1rem);
140
143
  line-height: var(--hx-line-height-normal, 1.5);
141
- color: var(--hx-card-color, var(--hx-color-neutral-600, #475569));
144
+ /*
145
+ * Body color cascades: component-tier --hx-card-body-color overrides
146
+ * the host-tier --hx-card-color, which falls back to text-secondary.
147
+ * Preserves the propagation contract: setting --hx-card-color on the
148
+ * host flows into the body slot (and through to slotted light-DOM
149
+ * descendants via flat-tree inheritance).
150
+ */
151
+ color: var(--hx-card-body-color, var(--hx-card-color, var(--hx-color-text-secondary, #313e4b)));
142
152
  }
143
153
 
144
154
  .card__footer {
@@ -156,11 +166,12 @@
156
166
  padding-bottom: var(--hx-card-padding, var(--hx-space-6, 1.5rem));
157
167
  padding-inline-start: var(--hx-card-padding, var(--hx-space-6, 1.5rem));
158
168
  border-top: var(--hx-border-width-thin, 1px) solid
159
- var(--hx-card-border-color, var(--hx-color-neutral-200, #e2e8f0));
169
+ var(--hx-card-border-color, var(--hx-color-border-default, #d6dbd5));
160
170
  margin-top: auto;
161
171
  }
162
172
 
163
173
  /* ─── Forced Colors (Windows High Contrast) ─── */
174
+ /* Belt-and-suspenders: rich per-class HC overrides PLUS the forcedColorsSurface mixin. */
164
175
 
165
176
  @media (forced-colors: active) {
166
177
  .card {
@@ -38,10 +38,11 @@
38
38
  /* WCAG 2.5.5 (healthcare mandate): minimum 44x44px touch target */
39
39
  min-width: var(--hx-touch-target-min, 2.75rem);
40
40
  min-height: var(--hx-touch-target-min, 2.75rem);
41
- border: var(--hx-border-width-thin, 1px) solid var(--hx-color-neutral-200, #e2e8f0);
41
+ border: var(--hx-border-width-thin, 1px) solid
42
+ var(--hx-carousel-nav-btn-border-color, var(--hx-color-neutral-200, #d6dbd5));
42
43
  border-radius: var(--hx-border-radius-full, 9999px);
43
- background: var(--hx-color-neutral-0, #ffffff);
44
- color: var(--hx-color-neutral-700, #334155);
44
+ background: var(--hx-carousel-nav-btn-bg, var(--hx-color-neutral-0, #ffffff));
45
+ color: var(--hx-carousel-nav-btn-color, var(--hx-color-neutral-700, #313e4b));
45
46
  cursor: pointer;
46
47
  padding: 0;
47
48
  transition:
@@ -52,13 +53,16 @@
52
53
  }
53
54
 
54
55
  .nav-btn:hover:not([disabled]) {
55
- background: var(--hx-color-neutral-50, #f8fafc);
56
- border-color: var(--hx-color-neutral-400, #94a3b8);
56
+ background: var(--hx-carousel-nav-btn-hover-bg, var(--hx-color-neutral-50, #f5f8f3));
57
+ border-color: var(
58
+ --hx-carousel-nav-btn-hover-border-color,
59
+ var(--hx-color-neutral-400, #8e9c98)
60
+ );
57
61
  }
58
62
 
59
63
  .nav-btn:focus-visible {
60
64
  outline: var(--hx-focus-ring-width, 2px) solid
61
- var(--hx-carousel-focus-ring-color, var(--hx-focus-ring-color, var(--hx-color-primary-500)));
65
+ var(--hx-carousel-focus-ring-color, var(--hx-focus-ring-color, #0f7078));
62
66
  outline-offset: var(--hx-focus-ring-offset, 2px);
63
67
  }
64
68
 
@@ -86,7 +90,7 @@
86
90
  border: var(--hx-border-width-thin, 1px) solid transparent;
87
91
  border-radius: var(--hx-border-radius-md, 0.375rem);
88
92
  background: transparent;
89
- color: var(--hx-color-neutral-500, #64748b);
93
+ color: var(--hx-carousel-play-pause-color, var(--hx-color-neutral-500, #66787b));
90
94
  cursor: pointer;
91
95
  padding: 0;
92
96
  font-size: var(--hx-font-size-sm, 0.875rem);
@@ -95,12 +99,12 @@
95
99
  }
96
100
 
97
101
  .play-pause-btn:hover {
98
- background: var(--hx-color-neutral-100, #f1f5f9);
102
+ background: var(--hx-carousel-play-pause-hover-bg, var(--hx-color-neutral-100, #ebeee9));
99
103
  }
100
104
 
101
105
  .play-pause-btn:focus-visible {
102
106
  outline: var(--hx-focus-ring-width, 2px) solid
103
- var(--hx-carousel-focus-ring-color, var(--hx-focus-ring-color, var(--hx-color-primary-500)));
107
+ var(--hx-carousel-focus-ring-color, var(--hx-focus-ring-color, #0f7078));
104
108
  outline-offset: var(--hx-focus-ring-offset, 2px);
105
109
  }
106
110
 
@@ -158,7 +162,7 @@
158
162
  width: var(--hx-carousel-pagination-dot-size, 0.5rem);
159
163
  height: var(--hx-carousel-pagination-dot-size, 0.5rem);
160
164
  border-radius: var(--hx-border-radius-full, 9999px);
161
- background: var(--hx-color-neutral-300, #cbd5e1);
165
+ background: var(--hx-carousel-pagination-dot-bg, var(--hx-color-neutral-300, #b6bfb9));
162
166
  transition:
163
167
  background-color var(--hx-transition-fast, 150ms ease),
164
168
  transform var(--hx-transition-fast, 150ms ease);
@@ -166,13 +170,13 @@
166
170
 
167
171
  .pagination-item[aria-current='true'] .pagination-dot,
168
172
  .pagination-item.is-active .pagination-dot {
169
- background: var(--hx-color-primary-600, #1d4ed8);
173
+ background: var(--hx-carousel-pagination-dot-active-bg, var(--hx-color-primary-600, #0f7078));
170
174
  transform: scale(1.25);
171
175
  }
172
176
 
173
177
  .pagination-item:focus-visible {
174
178
  outline: var(--hx-focus-ring-width, 2px) solid
175
- var(--hx-carousel-focus-ring-color, var(--hx-focus-ring-color, var(--hx-color-primary-500)));
179
+ var(--hx-carousel-focus-ring-color, var(--hx-focus-ring-color, #0f7078));
176
180
  outline-offset: var(--hx-focus-ring-offset, 2px);
177
181
  border-radius: var(--hx-border-radius-full, 9999px);
178
182
  }
@@ -32,14 +32,14 @@
32
32
  gap: var(--hx-space-1);
33
33
  font-size: var(--hx-font-size-sm);
34
34
  font-weight: var(--hx-font-weight-medium);
35
- color: var(--hx-checkbox-group-label-color, var(--hx-color-neutral-700));
35
+ color: var(--hx-checkbox-group-label-color, var(--hx-color-text-strong));
36
36
  line-height: var(--hx-line-height-normal);
37
37
  padding: 0;
38
38
  margin-bottom: var(--hx-space-1);
39
39
  }
40
40
 
41
41
  .fieldset__required-marker {
42
- color: var(--hx-checkbox-group-error-color, var(--hx-color-error-text, #b91c1c));
42
+ color: var(--hx-checkbox-group-error-color, var(--hx-color-error-text, #c92a2a));
43
43
  font-weight: var(--hx-font-weight-bold);
44
44
  }
45
45
 
@@ -59,20 +59,20 @@
59
59
  /* ─── Error State ─── */
60
60
 
61
61
  .fieldset--error .fieldset__legend {
62
- color: var(--hx-checkbox-group-error-color, var(--hx-color-error-text, #b91c1c));
62
+ color: var(--hx-checkbox-group-error-color, var(--hx-color-error-text, #c92a2a));
63
63
  }
64
64
 
65
65
  /* ─── Help Text & Error Messages ─── */
66
66
 
67
67
  .fieldset__help-text {
68
68
  font-size: var(--hx-font-size-xs);
69
- color: var(--hx-checkbox-group-help-text-color, var(--hx-color-neutral-500));
69
+ color: var(--hx-checkbox-group-help-text-color, var(--hx-color-text-muted));
70
70
  line-height: var(--hx-line-height-normal);
71
71
  }
72
72
 
73
73
  .fieldset__error {
74
74
  font-size: var(--hx-font-size-xs);
75
- color: var(--hx-checkbox-group-error-color, var(--hx-color-error-text, #b91c1c));
75
+ color: var(--hx-checkbox-group-error-color, var(--hx-color-error-text, #c92a2a));
76
76
  line-height: var(--hx-line-height-normal);
77
77
  }
78
78
 
@@ -58,9 +58,9 @@
58
58
  width: var(--hx-checkbox-size, var(--hx-size-5, 1.25rem));
59
59
  height: var(--hx-checkbox-size, var(--hx-size-5, 1.25rem));
60
60
  border: var(--hx-border-width-medium, 2px) solid
61
- var(--hx-checkbox-border-color, var(--hx-color-neutral-300, #cbd5e1));
61
+ var(--hx-checkbox-border-color, var(--hx-color-border-strong, #66787b));
62
62
  border-radius: var(--hx-checkbox-border-radius, var(--hx-border-radius-sm, 0.25rem));
63
- background-color: var(--hx-checkbox-bg, var(--hx-color-neutral-0, #ffffff));
63
+ background-color: var(--hx-checkbox-bg, var(--hx-color-surface-default, #ffffff));
64
64
  transition:
65
65
  background-color var(--hx-transition-fast, 150ms ease),
66
66
  border-color var(--hx-transition-fast, 150ms ease),
@@ -71,38 +71,35 @@
71
71
  /* ─── Focus Ring ─── */
72
72
 
73
73
  .checkbox__input:focus-visible ~ .checkbox__box {
74
- outline: var(--hx-focus-ring-width, 2px) solid
75
- var(
76
- --hx-checkbox-focus-ring-color,
77
- var(--hx-focus-ring-color, var(--hx-color-primary-400, #60a5fa))
78
- );
79
- outline-offset: var(--hx-focus-ring-offset, 2px);
74
+ outline: var(--hx-checkbox-focus-ring-width, var(--hx-focus-ring-width, 2px)) solid
75
+ var(--hx-checkbox-focus-ring-color, var(--hx-focus-ring-color, #0f7078));
76
+ outline-offset: var(--hx-checkbox-focus-ring-offset, var(--hx-focus-ring-offset, 2px));
80
77
  }
81
78
 
82
79
  /* ─── Checked State ─── */
83
80
 
84
81
  .checkbox--checked .checkbox__box {
85
- background-color: var(--hx-checkbox-checked-bg, var(--hx-color-primary-500, #2563eb));
86
- border-color: var(--hx-checkbox-checked-border-color, var(--hx-color-primary-500, #2563eb));
82
+ background-color: var(--hx-checkbox-checked-bg, var(--hx-color-primary-500, #429797));
83
+ border-color: var(--hx-checkbox-checked-border-color, var(--hx-color-primary-500, #429797));
87
84
  }
88
85
 
89
86
  /* ─── Indeterminate State ─── */
90
87
 
91
88
  .checkbox--indeterminate .checkbox__box {
92
- background-color: var(--hx-checkbox-checked-bg, var(--hx-color-primary-500, #2563eb));
93
- border-color: var(--hx-checkbox-checked-border-color, var(--hx-color-primary-500, #2563eb));
89
+ background-color: var(--hx-checkbox-checked-bg, var(--hx-color-primary-500, #429797));
90
+ border-color: var(--hx-checkbox-checked-border-color, var(--hx-color-primary-500, #429797));
94
91
  }
95
92
 
96
93
  /* ─── Error State ─── */
97
94
 
98
95
  .checkbox--error .checkbox__box {
99
- border-color: var(--hx-checkbox-error-color, var(--hx-color-error-500, #dc2626));
96
+ border-color: var(--hx-checkbox-error-color, var(--hx-color-error-500, #e5493e));
100
97
  }
101
98
 
102
99
  .checkbox--error.checkbox--checked .checkbox__box,
103
100
  .checkbox--error.checkbox--indeterminate .checkbox__box {
104
- background-color: var(--hx-checkbox-error-color, var(--hx-color-error-500, #dc2626));
105
- border-color: var(--hx-checkbox-error-color, var(--hx-color-error-500, #dc2626));
101
+ background-color: var(--hx-checkbox-error-color, var(--hx-color-error-500, #e5493e));
102
+ border-color: var(--hx-checkbox-error-color, var(--hx-color-error-500, #e5493e));
106
103
  }
107
104
 
108
105
  /* ─── Hover ─── */
@@ -111,7 +108,7 @@
111
108
  .checkbox__control:hover .checkbox__box {
112
109
  border-color: var(
113
110
  --hx-checkbox-hover-border-color,
114
- var(--hx-checkbox-border-color, var(--hx-color-primary-500, #2563eb))
111
+ var(--hx-checkbox-border-color, var(--hx-color-primary-500, #429797))
115
112
  );
116
113
  }
117
114
 
@@ -120,7 +117,7 @@
120
117
  }
121
118
 
122
119
  .checkbox--error .checkbox__control:hover .checkbox__box {
123
- border-color: var(--hx-checkbox-error-color, var(--hx-color-error-500, #dc2626));
120
+ border-color: var(--hx-checkbox-error-color, var(--hx-color-error-500, #e5493e));
124
121
  }
125
122
 
126
123
  /* ─── Checkmark Icon ─── */
@@ -130,7 +127,7 @@
130
127
  width: calc(var(--hx-checkbox-size, var(--hx-size-5, 1.25rem)) * 0.65);
131
128
  height: calc(var(--hx-checkbox-size, var(--hx-size-5, 1.25rem)) * 0.65);
132
129
  fill: none;
133
- stroke: var(--hx-checkbox-checkmark-color, var(--hx-color-neutral-0, #ffffff));
130
+ stroke: var(--hx-checkbox-checkmark-color, var(--hx-color-text-on-primary, #ffffff));
134
131
  stroke-width: 2.5;
135
132
  stroke-linecap: round;
136
133
  stroke-linejoin: round;
@@ -149,14 +146,14 @@
149
146
  .checkbox__label {
150
147
  font-size: var(--hx-font-size-sm, 0.875rem);
151
148
  font-weight: var(--hx-font-weight-medium, 500);
152
- color: var(--hx-checkbox-label-color, var(--hx-color-neutral-700, #334155));
149
+ color: var(--hx-checkbox-label-color, var(--hx-color-text-strong, #202b39));
153
150
  line-height: var(--hx-line-height-normal, 1.5);
154
151
  user-select: none;
155
152
  -webkit-user-select: none;
156
153
  }
157
154
 
158
155
  .checkbox__required-marker {
159
- color: var(--hx-checkbox-error-color, var(--hx-color-error-text, #b91c1c));
156
+ color: var(--hx-checkbox-error-color, var(--hx-color-error-text, #c92a2a));
160
157
  font-weight: var(--hx-font-weight-bold, 700);
161
158
  }
162
159
 
@@ -164,7 +161,7 @@
164
161
 
165
162
  .checkbox__help-text {
166
163
  font-size: var(--hx-font-size-xs, 0.75rem);
167
- color: var(--hx-checkbox-help-text-color, var(--hx-color-neutral-500, #64748b));
164
+ color: var(--hx-checkbox-help-text-color, var(--hx-color-text-muted, #4a5362));
168
165
  line-height: var(--hx-line-height-normal, 1.5);
169
166
  padding-inline-start: calc(
170
167
  var(--hx-checkbox-size, var(--hx-size-5, 1.25rem)) + var(--hx-space-2, 0.5rem)
@@ -173,7 +170,7 @@
173
170
 
174
171
  .checkbox__error {
175
172
  font-size: var(--hx-font-size-xs, 0.75rem);
176
- color: var(--hx-checkbox-error-color, var(--hx-color-error-text, #b91c1c));
173
+ color: var(--hx-checkbox-error-color, var(--hx-color-error-text, #c92a2a));
177
174
  line-height: var(--hx-line-height-normal, 1.5);
178
175
  padding-inline-start: calc(
179
176
  var(--hx-checkbox-size, var(--hx-size-5, 1.25rem)) + var(--hx-space-2, 0.5rem)