@helixui/library 3.1.0 → 3.2.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 (608) hide show
  1. package/custom-elements.json +6597 -366
  2. package/dist/components/hx-accordion/hx-accordion-item.d.ts.map +1 -1
  3. package/dist/components/hx-accordion/hx-accordion.d.ts +3 -0
  4. package/dist/components/hx-accordion/hx-accordion.d.ts.map +1 -1
  5. package/dist/components/hx-accordion/index.js +1 -1
  6. package/dist/components/hx-action-bar/hx-action-bar.d.ts +14 -0
  7. package/dist/components/hx-action-bar/hx-action-bar.d.ts.map +1 -1
  8. package/dist/components/hx-action-bar/index.js +1 -1
  9. package/dist/components/hx-alert/hx-alert.d.ts +36 -0
  10. package/dist/components/hx-alert/hx-alert.d.ts.map +1 -1
  11. package/dist/components/hx-alert/hx-alert.styles.d.ts +12 -0
  12. package/dist/components/hx-alert/hx-alert.styles.d.ts.map +1 -1
  13. package/dist/components/hx-alert/index.js +1 -1
  14. package/dist/components/hx-avatar/hx-avatar.d.ts +17 -0
  15. package/dist/components/hx-avatar/hx-avatar.d.ts.map +1 -1
  16. package/dist/components/hx-avatar/index.js +1 -1
  17. package/dist/components/hx-badge/hx-badge.d.ts +35 -0
  18. package/dist/components/hx-badge/hx-badge.d.ts.map +1 -1
  19. package/dist/components/hx-badge/index.js +1 -1
  20. package/dist/components/hx-banner/hx-banner.d.ts +34 -0
  21. package/dist/components/hx-banner/hx-banner.d.ts.map +1 -1
  22. package/dist/components/hx-banner/hx-banner.styles.d.ts +12 -0
  23. package/dist/components/hx-banner/hx-banner.styles.d.ts.map +1 -1
  24. package/dist/components/hx-banner/index.js +1 -1
  25. package/dist/components/hx-breadcrumb/hx-breadcrumb-item.d.ts.map +1 -1
  26. package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts +3 -0
  27. package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts.map +1 -1
  28. package/dist/components/hx-breadcrumb/index.js +1 -1
  29. package/dist/components/hx-button/hx-button.d.ts +42 -0
  30. package/dist/components/hx-button/hx-button.d.ts.map +1 -1
  31. package/dist/components/hx-button/hx-button.styles.d.ts.map +1 -1
  32. package/dist/components/hx-button/index.js +1 -1
  33. package/dist/components/hx-button-group/hx-button-group.d.ts +2 -0
  34. package/dist/components/hx-button-group/hx-button-group.d.ts.map +1 -1
  35. package/dist/components/hx-button-group/hx-button-group.styles.d.ts.map +1 -1
  36. package/dist/components/hx-button-group/index.js +1 -1
  37. package/dist/components/hx-card/hx-card.d.ts +28 -0
  38. package/dist/components/hx-card/hx-card.d.ts.map +1 -1
  39. package/dist/components/hx-card/hx-card.styles.d.ts +9 -0
  40. package/dist/components/hx-card/hx-card.styles.d.ts.map +1 -1
  41. package/dist/components/hx-card/index.js +1 -1
  42. package/dist/components/hx-carousel/hx-carousel.d.ts +25 -0
  43. package/dist/components/hx-carousel/hx-carousel.d.ts.map +1 -1
  44. package/dist/components/hx-carousel/hx-carousel.styles.d.ts.map +1 -1
  45. package/dist/components/hx-carousel/index.js +1 -1
  46. package/dist/components/hx-checkbox/hx-checkbox.d.ts +38 -7
  47. package/dist/components/hx-checkbox/hx-checkbox.d.ts.map +1 -1
  48. package/dist/components/hx-checkbox/index.js +1 -1
  49. package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts +16 -2
  50. package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts.map +1 -1
  51. package/dist/components/hx-checkbox-group/index.js +1 -1
  52. package/dist/components/hx-clinical-status/hx-clinical-status.d.ts +37 -0
  53. package/dist/components/hx-clinical-status/hx-clinical-status.d.ts.map +1 -1
  54. package/dist/components/hx-clinical-status/index.js +1 -1
  55. package/dist/components/hx-code-snippet/hx-code-snippet.d.ts +35 -0
  56. package/dist/components/hx-code-snippet/hx-code-snippet.d.ts.map +1 -1
  57. package/dist/components/hx-code-snippet/hx-code-snippet.styles.d.ts.map +1 -1
  58. package/dist/components/hx-code-snippet/index.js +1 -1
  59. package/dist/components/hx-color-picker/hx-color-picker.d.ts +29 -0
  60. package/dist/components/hx-color-picker/hx-color-picker.d.ts.map +1 -1
  61. package/dist/components/hx-color-picker/hx-color-picker.styles.d.ts.map +1 -1
  62. package/dist/components/hx-color-picker/index.js +1 -1
  63. package/dist/components/hx-combobox/hx-combobox.d.ts +49 -0
  64. package/dist/components/hx-combobox/hx-combobox.d.ts.map +1 -1
  65. package/dist/components/hx-combobox/index.js +1 -1
  66. package/dist/components/hx-container/hx-container.d.ts +5 -0
  67. package/dist/components/hx-container/hx-container.d.ts.map +1 -1
  68. package/dist/components/hx-copy-button/hx-copy-button.d.ts +24 -0
  69. package/dist/components/hx-copy-button/hx-copy-button.d.ts.map +1 -1
  70. package/dist/components/hx-copy-button/hx-copy-button.styles.d.ts.map +1 -1
  71. package/dist/components/hx-copy-button/index.js +1 -1
  72. package/dist/components/hx-counter/hx-counter.d.ts +7 -0
  73. package/dist/components/hx-counter/hx-counter.d.ts.map +1 -1
  74. package/dist/components/hx-counter/index.js +1 -1
  75. package/dist/components/hx-data-table/hx-data-table.d.ts +29 -0
  76. package/dist/components/hx-data-table/hx-data-table.d.ts.map +1 -1
  77. package/dist/components/hx-data-table/hx-data-table.styles.d.ts.map +1 -1
  78. package/dist/components/hx-data-table/index.js +1 -1
  79. package/dist/components/hx-date-picker/hx-date-picker.d.ts +44 -0
  80. package/dist/components/hx-date-picker/hx-date-picker.d.ts.map +1 -1
  81. package/dist/components/hx-date-picker/index.js +1 -1
  82. package/dist/components/hx-dialog/hx-dialog.d.ts +31 -0
  83. package/dist/components/hx-dialog/hx-dialog.d.ts.map +1 -1
  84. package/dist/components/hx-dialog/hx-dialog.styles.d.ts +10 -0
  85. package/dist/components/hx-dialog/hx-dialog.styles.d.ts.map +1 -1
  86. package/dist/components/hx-dialog/index.js +1 -1
  87. package/dist/components/hx-divider/hx-divider.d.ts +9 -0
  88. package/dist/components/hx-divider/hx-divider.d.ts.map +1 -1
  89. package/dist/components/hx-divider/index.js +1 -1
  90. package/dist/components/hx-drawer/hx-drawer.d.ts +30 -0
  91. package/dist/components/hx-drawer/hx-drawer.d.ts.map +1 -1
  92. package/dist/components/hx-drawer/hx-drawer.styles.d.ts +10 -0
  93. package/dist/components/hx-drawer/hx-drawer.styles.d.ts.map +1 -1
  94. package/dist/components/hx-drawer/index.js +1 -1
  95. package/dist/components/hx-dropdown/hx-dropdown.d.ts +6 -0
  96. package/dist/components/hx-dropdown/hx-dropdown.d.ts.map +1 -1
  97. package/dist/components/hx-dropdown/index.js +1 -1
  98. package/dist/components/hx-field/hx-field.d.ts +15 -0
  99. package/dist/components/hx-field/hx-field.d.ts.map +1 -1
  100. package/dist/components/hx-field/index.js +1 -1
  101. package/dist/components/hx-field-label/hx-field-label.d.ts +11 -0
  102. package/dist/components/hx-field-label/hx-field-label.d.ts.map +1 -1
  103. package/dist/components/hx-field-label/index.js +1 -1
  104. package/dist/components/hx-file-upload/hx-file-upload.d.ts +35 -0
  105. package/dist/components/hx-file-upload/hx-file-upload.d.ts.map +1 -1
  106. package/dist/components/hx-file-upload/index.js +1 -1
  107. package/dist/components/hx-form/index.js +1 -1
  108. package/dist/components/hx-grid/hx-grid.d.ts +5 -0
  109. package/dist/components/hx-grid/hx-grid.d.ts.map +1 -1
  110. package/dist/components/hx-help-text/hx-help-text.d.ts +8 -0
  111. package/dist/components/hx-help-text/hx-help-text.d.ts.map +1 -1
  112. package/dist/components/hx-help-text/index.js +1 -1
  113. package/dist/components/hx-icon/hx-icon.d.ts +5 -0
  114. package/dist/components/hx-icon/hx-icon.d.ts.map +1 -1
  115. package/dist/components/hx-icon/index.js +1 -1
  116. package/dist/components/hx-icon-button/hx-icon-button.d.ts +27 -0
  117. package/dist/components/hx-icon-button/hx-icon-button.d.ts.map +1 -1
  118. package/dist/components/hx-icon-button/hx-icon-button.styles.d.ts.map +1 -1
  119. package/dist/components/hx-icon-button/index.js +1 -1
  120. package/dist/components/hx-image/hx-image.d.ts +4 -0
  121. package/dist/components/hx-image/hx-image.d.ts.map +1 -1
  122. package/dist/components/hx-image/index.js +1 -1
  123. package/dist/components/hx-link/hx-link.d.ts +15 -0
  124. package/dist/components/hx-link/hx-link.d.ts.map +1 -1
  125. package/dist/components/hx-link/index.js +1 -1
  126. package/dist/components/hx-list/hx-list-item.d.ts.map +1 -1
  127. package/dist/components/hx-list/hx-list.d.ts +3 -0
  128. package/dist/components/hx-list/hx-list.d.ts.map +1 -1
  129. package/dist/components/hx-list/index.js +1 -1
  130. package/dist/components/hx-menu/hx-menu-divider.d.ts.map +1 -1
  131. package/dist/components/hx-menu/hx-menu-item.d.ts.map +1 -1
  132. package/dist/components/hx-menu/hx-menu-item.styles.d.ts.map +1 -1
  133. package/dist/components/hx-menu/hx-menu.d.ts +6 -0
  134. package/dist/components/hx-menu/hx-menu.d.ts.map +1 -1
  135. package/dist/components/hx-menu/index.js +1 -1
  136. package/dist/components/hx-meter/hx-meter.d.ts +23 -0
  137. package/dist/components/hx-meter/hx-meter.d.ts.map +1 -1
  138. package/dist/components/hx-meter/hx-meter.styles.d.ts.map +1 -1
  139. package/dist/components/hx-meter/index.js +1 -1
  140. package/dist/components/hx-nav/hx-nav.d.ts +29 -0
  141. package/dist/components/hx-nav/hx-nav.d.ts.map +1 -1
  142. package/dist/components/hx-nav/hx-nav.styles.d.ts.map +1 -1
  143. package/dist/components/hx-nav/index.js +1 -1
  144. package/dist/components/hx-number-input/hx-number-input.d.ts +34 -0
  145. package/dist/components/hx-number-input/hx-number-input.d.ts.map +1 -1
  146. package/dist/components/hx-number-input/index.js +1 -1
  147. package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts +26 -0
  148. package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts.map +1 -1
  149. package/dist/components/hx-overflow-menu/hx-overflow-menu.styles.d.ts.map +1 -1
  150. package/dist/components/hx-overflow-menu/index.js +1 -1
  151. package/dist/components/hx-pagination/hx-pagination.d.ts +21 -0
  152. package/dist/components/hx-pagination/hx-pagination.d.ts.map +1 -1
  153. package/dist/components/hx-pagination/hx-pagination.styles.d.ts.map +1 -1
  154. package/dist/components/hx-pagination/index.js +1 -1
  155. package/dist/components/hx-patient-banner/hx-patient-banner.d.ts +23 -0
  156. package/dist/components/hx-patient-banner/hx-patient-banner.d.ts.map +1 -1
  157. package/dist/components/hx-patient-banner/hx-patient-banner.styles.d.ts.map +1 -1
  158. package/dist/components/hx-patient-banner/index.js +1 -1
  159. package/dist/components/hx-phi-field/hx-phi-field.d.ts +19 -5
  160. package/dist/components/hx-phi-field/hx-phi-field.d.ts.map +1 -1
  161. package/dist/components/hx-phi-field/index.js +1 -1
  162. package/dist/components/hx-popover/hx-popover.d.ts +15 -0
  163. package/dist/components/hx-popover/hx-popover.d.ts.map +1 -1
  164. package/dist/components/hx-popover/hx-popover.styles.d.ts +9 -0
  165. package/dist/components/hx-popover/hx-popover.styles.d.ts.map +1 -1
  166. package/dist/components/hx-popover/index.js +1 -1
  167. package/dist/components/hx-popup/hx-popup.d.ts +1 -0
  168. package/dist/components/hx-popup/hx-popup.d.ts.map +1 -1
  169. package/dist/components/hx-popup/hx-popup.styles.d.ts +9 -0
  170. package/dist/components/hx-popup/hx-popup.styles.d.ts.map +1 -1
  171. package/dist/components/hx-popup/index.js +1 -1
  172. package/dist/components/hx-progress-bar/hx-progress-bar.d.ts +17 -0
  173. package/dist/components/hx-progress-bar/hx-progress-bar.d.ts.map +1 -1
  174. package/dist/components/hx-progress-bar/index.js +1 -1
  175. package/dist/components/hx-progress-ring/hx-progress-ring.d.ts +15 -0
  176. package/dist/components/hx-progress-ring/hx-progress-ring.d.ts.map +1 -1
  177. package/dist/components/hx-progress-ring/index.js +1 -1
  178. package/dist/components/hx-prose/hx-prose.d.ts +2 -0
  179. package/dist/components/hx-prose/hx-prose.d.ts.map +1 -1
  180. package/dist/components/hx-prose/index.js +1 -1
  181. package/dist/components/hx-radio-group/hx-radio-group.d.ts +17 -3
  182. package/dist/components/hx-radio-group/hx-radio-group.d.ts.map +1 -1
  183. package/dist/components/hx-radio-group/hx-radio.d.ts +5 -5
  184. package/dist/components/hx-radio-group/hx-radio.d.ts.map +1 -1
  185. package/dist/components/hx-radio-group/index.js +1 -1
  186. package/dist/components/hx-rating/hx-rating.d.ts +13 -0
  187. package/dist/components/hx-rating/hx-rating.d.ts.map +1 -1
  188. package/dist/components/hx-rating/index.js +1 -1
  189. package/dist/components/hx-select/hx-select.d.ts +43 -0
  190. package/dist/components/hx-select/hx-select.d.ts.map +1 -1
  191. package/dist/components/hx-select/hx-select.styles.d.ts.map +1 -1
  192. package/dist/components/hx-select/index.js +1 -1
  193. package/dist/components/hx-side-nav/hx-nav-item.d.ts.map +1 -1
  194. package/dist/components/hx-side-nav/hx-nav-item.styles.d.ts.map +1 -1
  195. package/dist/components/hx-side-nav/hx-side-nav.d.ts +19 -0
  196. package/dist/components/hx-side-nav/hx-side-nav.d.ts.map +1 -1
  197. package/dist/components/hx-side-nav/hx-side-nav.styles.d.ts.map +1 -1
  198. package/dist/components/hx-side-nav/index.js +1 -1
  199. package/dist/components/hx-skeleton/hx-skeleton.d.ts +5 -0
  200. package/dist/components/hx-skeleton/hx-skeleton.d.ts.map +1 -1
  201. package/dist/components/hx-skeleton/index.js +1 -1
  202. package/dist/components/hx-slider/hx-slider.d.ts +38 -0
  203. package/dist/components/hx-slider/hx-slider.d.ts.map +1 -1
  204. package/dist/components/hx-slider/hx-slider.styles.d.ts.map +1 -1
  205. package/dist/components/hx-slider/index.js +1 -1
  206. package/dist/components/hx-spinner/hx-spinner.d.ts +10 -0
  207. package/dist/components/hx-spinner/hx-spinner.d.ts.map +1 -1
  208. package/dist/components/hx-spinner/index.js +1 -1
  209. package/dist/components/hx-split-button/hx-split-button.d.ts +39 -0
  210. package/dist/components/hx-split-button/hx-split-button.d.ts.map +1 -1
  211. package/dist/components/hx-split-button/hx-split-button.styles.d.ts.map +1 -1
  212. package/dist/components/hx-split-button/index.js +1 -1
  213. package/dist/components/hx-split-panel/hx-split-panel.d.ts +12 -0
  214. package/dist/components/hx-split-panel/hx-split-panel.d.ts.map +1 -1
  215. package/dist/components/hx-split-panel/hx-split-panel.styles.d.ts.map +1 -1
  216. package/dist/components/hx-split-panel/index.js +1 -1
  217. package/dist/components/hx-stack/hx-stack.d.ts +5 -0
  218. package/dist/components/hx-stack/hx-stack.d.ts.map +1 -1
  219. package/dist/components/hx-stat/hx-stat.d.ts +24 -0
  220. package/dist/components/hx-stat/hx-stat.d.ts.map +1 -1
  221. package/dist/components/hx-stat/index.js +1 -1
  222. package/dist/components/hx-status-indicator/hx-status-indicator.d.ts +13 -0
  223. package/dist/components/hx-status-indicator/hx-status-indicator.d.ts.map +1 -1
  224. package/dist/components/hx-status-indicator/index.js +1 -1
  225. package/dist/components/hx-steps/hx-step.d.ts.map +1 -1
  226. package/dist/components/hx-steps/hx-step.styles.d.ts.map +1 -1
  227. package/dist/components/hx-steps/hx-steps.d.ts +15 -0
  228. package/dist/components/hx-steps/hx-steps.d.ts.map +1 -1
  229. package/dist/components/hx-steps/index.js +1 -1
  230. package/dist/components/hx-structured-list/hx-structured-list.d.ts +7 -0
  231. package/dist/components/hx-structured-list/hx-structured-list.d.ts.map +1 -1
  232. package/dist/components/hx-structured-list/index.js +1 -1
  233. package/dist/components/hx-switch/hx-switch.d.ts +42 -0
  234. package/dist/components/hx-switch/hx-switch.d.ts.map +1 -1
  235. package/dist/components/hx-switch/hx-switch.styles.d.ts.map +1 -1
  236. package/dist/components/hx-switch/index.js +1 -1
  237. package/dist/components/hx-table/hx-table.d.ts +20 -6
  238. package/dist/components/hx-table/hx-table.d.ts.map +1 -1
  239. package/dist/components/hx-table/hx-td.d.ts +1 -1
  240. package/dist/components/hx-table/index.js +1 -1
  241. package/dist/components/hx-tabs/hx-tab-panel.d.ts +2 -2
  242. package/dist/components/hx-tabs/hx-tab-panel.d.ts.map +1 -1
  243. package/dist/components/hx-tabs/hx-tab.d.ts +6 -6
  244. package/dist/components/hx-tabs/hx-tab.d.ts.map +1 -1
  245. package/dist/components/hx-tabs/hx-tabs.d.ts +12 -8
  246. package/dist/components/hx-tabs/hx-tabs.d.ts.map +1 -1
  247. package/dist/components/hx-tabs/index.js +1 -1
  248. package/dist/components/hx-tag/hx-tag.d.ts +36 -0
  249. package/dist/components/hx-tag/hx-tag.d.ts.map +1 -1
  250. package/dist/components/hx-tag/index.js +1 -1
  251. package/dist/components/hx-text/hx-text.d.ts +22 -0
  252. package/dist/components/hx-text/hx-text.d.ts.map +1 -1
  253. package/dist/components/hx-text/hx-text.styles.d.ts.map +1 -1
  254. package/dist/components/hx-text/index.js +1 -1
  255. package/dist/components/hx-text-input/hx-text-input.d.ts +30 -0
  256. package/dist/components/hx-text-input/hx-text-input.d.ts.map +1 -1
  257. package/dist/components/hx-text-input/hx-text-input.styles.d.ts +12 -0
  258. package/dist/components/hx-text-input/hx-text-input.styles.d.ts.map +1 -1
  259. package/dist/components/hx-text-input/index.js +1 -1
  260. package/dist/components/hx-textarea/hx-textarea.d.ts +27 -0
  261. package/dist/components/hx-textarea/hx-textarea.d.ts.map +1 -1
  262. package/dist/components/hx-textarea/hx-textarea.styles.d.ts.map +1 -1
  263. package/dist/components/hx-textarea/index.js +1 -1
  264. package/dist/components/hx-theme/hx-theme.d.ts +3 -0
  265. package/dist/components/hx-theme/hx-theme.d.ts.map +1 -1
  266. package/dist/components/hx-theme/index.js +1 -1
  267. package/dist/components/hx-time-picker/hx-time-picker.d.ts +32 -0
  268. package/dist/components/hx-time-picker/hx-time-picker.d.ts.map +1 -1
  269. package/dist/components/hx-time-picker/hx-time-picker.styles.d.ts.map +1 -1
  270. package/dist/components/hx-time-picker/index.js +1 -1
  271. package/dist/components/hx-toast/hx-toast.d.ts +24 -0
  272. package/dist/components/hx-toast/hx-toast.d.ts.map +1 -1
  273. package/dist/components/hx-toast/hx-toast.styles.d.ts +10 -0
  274. package/dist/components/hx-toast/hx-toast.styles.d.ts.map +1 -1
  275. package/dist/components/hx-toast/index.js +1 -1
  276. package/dist/components/hx-toggle-button/hx-toggle-button.d.ts +35 -0
  277. package/dist/components/hx-toggle-button/hx-toggle-button.d.ts.map +1 -1
  278. package/dist/components/hx-toggle-button/hx-toggle-button.styles.d.ts.map +1 -1
  279. package/dist/components/hx-toggle-button/index.js +1 -1
  280. package/dist/components/hx-tooltip/hx-tooltip.d.ts +13 -0
  281. package/dist/components/hx-tooltip/hx-tooltip.d.ts.map +1 -1
  282. package/dist/components/hx-tooltip/hx-tooltip.styles.d.ts +8 -0
  283. package/dist/components/hx-tooltip/hx-tooltip.styles.d.ts.map +1 -1
  284. package/dist/components/hx-tooltip/index.js +1 -1
  285. package/dist/components/hx-top-nav/hx-top-nav.d.ts +21 -0
  286. package/dist/components/hx-top-nav/hx-top-nav.d.ts.map +1 -1
  287. package/dist/components/hx-top-nav/hx-top-nav.styles.d.ts.map +1 -1
  288. package/dist/components/hx-top-nav/index.js +1 -1
  289. package/dist/components/hx-tree-view/hx-tree-item.d.ts.map +1 -1
  290. package/dist/components/hx-tree-view/hx-tree-item.styles.d.ts.map +1 -1
  291. package/dist/components/hx-tree-view/hx-tree-view.d.ts +6 -0
  292. package/dist/components/hx-tree-view/hx-tree-view.d.ts.map +1 -1
  293. package/dist/components/hx-tree-view/index.js +1 -1
  294. package/dist/css/helix-all.css +1173 -828
  295. package/dist/css/helix-core.css +215 -154
  296. package/dist/css/helix-data.css +58 -45
  297. package/dist/css/helix-feedback.css +119 -92
  298. package/dist/css/helix-forms.css +502 -332
  299. package/dist/css/helix-layout.css +9 -6
  300. package/dist/css/helix-media.css +13 -9
  301. package/dist/css/helix-navigation.css +86 -59
  302. package/dist/css/helix-overlay.css +65 -50
  303. package/dist/css/helix-tokens.css +113 -101
  304. package/dist/css/helix-utility.css +57 -40
  305. package/dist/css/hx-action-bar.css +5 -5
  306. package/dist/css/hx-alert.css +27 -23
  307. package/dist/css/hx-avatar.css +3 -3
  308. package/dist/css/hx-badge.css +22 -22
  309. package/dist/css/hx-banner.css +31 -24
  310. package/dist/css/hx-button-group.css +31 -14
  311. package/dist/css/hx-button.css +38 -21
  312. package/dist/css/hx-card.css +26 -12
  313. package/dist/css/hx-carousel.css +13 -9
  314. package/dist/css/hx-checkbox-group.css +5 -5
  315. package/dist/css/hx-checkbox.css +19 -19
  316. package/dist/css/hx-clinical-status.css +28 -28
  317. package/dist/css/hx-code-snippet.css +24 -18
  318. package/dist/css/hx-color-picker.css +30 -13
  319. package/dist/css/hx-combobox.css +28 -28
  320. package/dist/css/hx-copy-button.css +6 -3
  321. package/dist/css/hx-counter.css +1 -1
  322. package/dist/css/hx-data-table.css +22 -15
  323. package/dist/css/hx-date-picker.css +34 -34
  324. package/dist/css/hx-dialog.css +31 -24
  325. package/dist/css/hx-divider.css +2 -2
  326. package/dist/css/hx-drawer.css +18 -15
  327. package/dist/css/hx-dropdown.css +2 -2
  328. package/dist/css/hx-field-label.css +3 -3
  329. package/dist/css/hx-field.css +6 -6
  330. package/dist/css/hx-file-upload.css +18 -18
  331. package/dist/css/hx-help-text.css +5 -5
  332. package/dist/css/hx-icon-button.css +49 -38
  333. package/dist/css/hx-image.css +3 -3
  334. package/dist/css/hx-link.css +9 -9
  335. package/dist/css/hx-list.css +1 -1
  336. package/dist/css/hx-menu.css +2 -2
  337. package/dist/css/hx-meter.css +11 -10
  338. package/dist/css/hx-nav.css +17 -11
  339. package/dist/css/hx-number-input.css +18 -18
  340. package/dist/css/hx-overflow-menu.css +18 -9
  341. package/dist/css/hx-pagination.css +21 -15
  342. package/dist/css/hx-patient-banner.css +17 -9
  343. package/dist/css/hx-phi-field.css +4 -4
  344. package/dist/css/hx-popover.css +10 -6
  345. package/dist/css/hx-progress-bar.css +7 -7
  346. package/dist/css/hx-progress-ring.css +6 -6
  347. package/dist/css/hx-radio-group.css +5 -5
  348. package/dist/css/hx-rating.css +5 -5
  349. package/dist/css/hx-select.css +17 -14
  350. package/dist/css/hx-side-nav.css +13 -10
  351. package/dist/css/hx-skeleton.css +1 -1
  352. package/dist/css/hx-slider.css +15 -12
  353. package/dist/css/hx-spinner.css +4 -4
  354. package/dist/css/hx-split-button.css +45 -31
  355. package/dist/css/hx-split-panel.css +9 -6
  356. package/dist/css/hx-stat.css +8 -8
  357. package/dist/css/hx-status-indicator.css +7 -7
  358. package/dist/css/hx-structured-list.css +5 -5
  359. package/dist/css/hx-switch.css +16 -8
  360. package/dist/css/hx-table.css +6 -6
  361. package/dist/css/hx-tabs.css +3 -3
  362. package/dist/css/hx-tag.css +18 -18
  363. package/dist/css/hx-text-input.css +139 -61
  364. package/dist/css/hx-text.css +9 -7
  365. package/dist/css/hx-textarea.css +66 -27
  366. package/dist/css/hx-time-picker.css +27 -21
  367. package/dist/css/hx-toast.css +22 -7
  368. package/dist/css/hx-toggle-button.css +46 -30
  369. package/dist/css/hx-tooltip.css +4 -3
  370. package/dist/css/hx-top-nav.css +11 -8
  371. package/dist/css/hx-tree-view.css +1 -1
  372. package/dist/css/index.css +1 -1
  373. package/dist/css/manifest.json +280 -194
  374. package/dist/index.js +75 -75
  375. package/dist/shared/forced-colors-CTEDFRGa.js +117 -0
  376. package/dist/shared/forced-colors-CTEDFRGa.js.map +1 -0
  377. package/dist/shared/{hx-accordion-Wt52OOZD.js → hx-accordion-cnKg4_la.js} +31 -30
  378. package/dist/shared/hx-accordion-cnKg4_la.js.map +1 -0
  379. package/dist/shared/{hx-action-bar-BKMADbHj.js → hx-action-bar-CitgcpGv.js} +38 -37
  380. package/dist/shared/hx-action-bar-CitgcpGv.js.map +1 -0
  381. package/dist/shared/{hx-alert-D7n94HwI.js → hx-alert-BZH8iHQf.js} +36 -31
  382. package/dist/shared/hx-alert-BZH8iHQf.js.map +1 -0
  383. package/dist/shared/{hx-avatar-iLYzu8MJ.js → hx-avatar-C9hOmlAb.js} +19 -18
  384. package/dist/shared/hx-avatar-C9hOmlAb.js.map +1 -0
  385. package/dist/shared/{hx-badge-CVCmMPyW.js → hx-badge-CQXgOXJM.js} +65 -64
  386. package/dist/shared/hx-badge-CQXgOXJM.js.map +1 -0
  387. package/dist/shared/{hx-banner-C_He7Tr4.js → hx-banner-DT7Zn9Bo.js} +43 -35
  388. package/dist/shared/hx-banner-DT7Zn9Bo.js.map +1 -0
  389. package/dist/shared/{hx-breadcrumb-item-CldCwD1d.js → hx-breadcrumb-item-COeYcB2x.js} +24 -23
  390. package/dist/shared/hx-breadcrumb-item-COeYcB2x.js.map +1 -0
  391. package/dist/shared/{hx-button-group-BJOGWoMa.js → hx-button-group-BI-QBqmO.js} +45 -27
  392. package/dist/shared/hx-button-group-BI-QBqmO.js.map +1 -0
  393. package/dist/shared/{hx-button-Ddl-T6T-.js → hx-button-modUSOpY.js} +50 -32
  394. package/dist/shared/hx-button-modUSOpY.js.map +1 -0
  395. package/dist/shared/{hx-card-ycveujjL.js → hx-card-CU1QnjNb.js} +54 -39
  396. package/dist/shared/hx-card-CU1QnjNb.js.map +1 -0
  397. package/dist/shared/{hx-carousel-item-D_dCv61-.js → hx-carousel-item-BaE4hpLl.js} +38 -33
  398. package/dist/shared/hx-carousel-item-BaE4hpLl.js.map +1 -0
  399. package/dist/shared/{hx-checkbox-DkkoWoye.js → hx-checkbox-C46TyXhM.js} +42 -41
  400. package/dist/shared/hx-checkbox-C46TyXhM.js.map +1 -0
  401. package/dist/shared/{hx-checkbox-group-C3poJ-Zw.js → hx-checkbox-group-C9n315Ju.js} +20 -19
  402. package/dist/shared/hx-checkbox-group-C9n315Ju.js.map +1 -0
  403. package/dist/shared/{hx-clinical-status-BS5lcddT.js → hx-clinical-status-BmSjfSEN.js} +55 -54
  404. package/dist/shared/hx-clinical-status-BmSjfSEN.js.map +1 -0
  405. package/dist/shared/{hx-code-snippet-B7wUKzyb.js → hx-code-snippet-CJ0FbQYG.js} +39 -32
  406. package/dist/shared/hx-code-snippet-CJ0FbQYG.js.map +1 -0
  407. package/dist/shared/{hx-color-picker-DBaKTVLr.js → hx-color-picker-DiDLZyvK.js} +74 -56
  408. package/dist/shared/hx-color-picker-DiDLZyvK.js.map +1 -0
  409. package/dist/shared/{hx-combobox-BmgYT7Ar.js → hx-combobox-DaA5dBC4.js} +43 -42
  410. package/dist/shared/hx-combobox-DaA5dBC4.js.map +1 -0
  411. package/dist/shared/hx-container-DVI7sxfX.js.map +1 -1
  412. package/dist/shared/{hx-copy-button-8deNUdwP.js → hx-copy-button-sUVuikyH.js} +23 -19
  413. package/dist/shared/hx-copy-button-sUVuikyH.js.map +1 -0
  414. package/dist/shared/{hx-counter-CKfl_g8K.js → hx-counter-0zYapFhf.js} +10 -9
  415. package/dist/shared/hx-counter-0zYapFhf.js.map +1 -0
  416. package/dist/shared/{hx-data-table-B6h0RPn0.js → hx-data-table-Cq3t86Ic.js} +55 -47
  417. package/dist/shared/hx-data-table-Cq3t86Ic.js.map +1 -0
  418. package/dist/shared/{hx-date-picker-Dq2Nb68_.js → hx-date-picker-DMqRQNSB.js} +45 -44
  419. package/dist/shared/hx-date-picker-DMqRQNSB.js.map +1 -0
  420. package/dist/shared/{hx-dialog-CvIlY0Tc.js → hx-dialog-eIS8tcDm.js} +68 -60
  421. package/dist/shared/hx-dialog-eIS8tcDm.js.map +1 -0
  422. package/dist/shared/{hx-divider-DwpOrzMW.js → hx-divider-CYfcUjcr.js} +18 -17
  423. package/dist/shared/hx-divider-CYfcUjcr.js.map +1 -0
  424. package/dist/shared/{hx-drawer-Cx2ZJhBe.js → hx-drawer-DDhDz7RI.js} +31 -27
  425. package/dist/shared/hx-drawer-DDhDz7RI.js.map +1 -0
  426. package/dist/shared/{hx-dropdown-BjDrPUq5.js → hx-dropdown-LyaRc8Rf.js} +16 -15
  427. package/dist/shared/hx-dropdown-LyaRc8Rf.js.map +1 -0
  428. package/dist/shared/{hx-field-Dp3qQMut.js → hx-field-B3Qo8OLS.js} +15 -15
  429. package/dist/shared/hx-field-B3Qo8OLS.js.map +1 -0
  430. package/dist/shared/{hx-field-label-BC8QViXv.js → hx-field-label-BVRyyKeh.js} +8 -7
  431. package/dist/shared/hx-field-label-BVRyyKeh.js.map +1 -0
  432. package/dist/shared/{hx-file-upload-B6Yl1u0i.js → hx-file-upload-zTDbjsRw.js} +42 -41
  433. package/dist/shared/hx-file-upload-zTDbjsRw.js.map +1 -0
  434. package/dist/shared/hx-form-CkChEATa.js +257 -0
  435. package/dist/shared/hx-form-CkChEATa.js.map +1 -0
  436. package/dist/shared/hx-grid-CXZf3jeK.js.map +1 -1
  437. package/dist/shared/{hx-help-text-D7eytSim.js → hx-help-text-Xb2Yr8x2.js} +30 -29
  438. package/dist/shared/hx-help-text-Xb2Yr8x2.js.map +1 -0
  439. package/dist/shared/{hx-icon-button-BHneqPCU.js → hx-icon-button-BmV97nqz.js} +81 -69
  440. package/dist/shared/hx-icon-button-BmV97nqz.js.map +1 -0
  441. package/dist/shared/{hx-icon-CcyDPDYY.js → hx-icon-fuVm4-bk.js} +15 -14
  442. package/dist/shared/hx-icon-fuVm4-bk.js.map +1 -0
  443. package/dist/shared/{hx-image-2gt14zZd.js → hx-image-Ben_4yM5.js} +18 -17
  444. package/dist/shared/hx-image-Ben_4yM5.js.map +1 -0
  445. package/dist/shared/{hx-link-BESrWK8M.js → hx-link-DmiV-mPw.js} +21 -20
  446. package/dist/shared/hx-link-DmiV-mPw.js.map +1 -0
  447. package/dist/shared/{hx-list-_9qVv02L.js → hx-list-CkphGi9T.js} +22 -21
  448. package/dist/shared/hx-list-CkphGi9T.js.map +1 -0
  449. package/dist/shared/{hx-menu-divider-Ck-9Os1t.js → hx-menu-divider-j__TZjH2.js} +53 -49
  450. package/dist/shared/hx-menu-divider-j__TZjH2.js.map +1 -0
  451. package/dist/shared/{hx-meter-TbROk-dw.js → hx-meter-Cm7k_Ro8.js} +42 -40
  452. package/dist/shared/hx-meter-Cm7k_Ro8.js.map +1 -0
  453. package/dist/shared/{hx-nav-BcYDmjf7.js → hx-nav-LoyEKZQC.js} +30 -23
  454. package/dist/shared/hx-nav-LoyEKZQC.js.map +1 -0
  455. package/dist/shared/{hx-nav-item-pqPasRUm.js → hx-nav-item-D8xHLVOs.js} +89 -77
  456. package/dist/shared/hx-nav-item-D8xHLVOs.js.map +1 -0
  457. package/dist/shared/{hx-number-input-mOIZ3-46.js → hx-number-input-yUzFOSC1.js} +68 -67
  458. package/dist/shared/hx-number-input-yUzFOSC1.js.map +1 -0
  459. package/dist/shared/{hx-overflow-menu-Dprb9lnT.js → hx-overflow-menu-BmKyAp5D.js} +33 -23
  460. package/dist/shared/hx-overflow-menu-BmKyAp5D.js.map +1 -0
  461. package/dist/shared/{hx-pagination-AguTQjYC.js → hx-pagination-Dqw5dorC.js} +72 -65
  462. package/dist/shared/hx-pagination-Dqw5dorC.js.map +1 -0
  463. package/dist/shared/{hx-patient-banner-uE6gqLpT.js → hx-patient-banner-CkS-Lmj4.js} +29 -20
  464. package/dist/shared/hx-patient-banner-CkS-Lmj4.js.map +1 -0
  465. package/dist/shared/{hx-phi-field-BC_XowhC.js → hx-phi-field-Bf9TdtC1.js} +13 -12
  466. package/dist/shared/hx-phi-field-Bf9TdtC1.js.map +1 -0
  467. package/dist/shared/{hx-popover-B2_203ct.js → hx-popover-B93rTAfr.js} +29 -24
  468. package/dist/shared/hx-popover-B93rTAfr.js.map +1 -0
  469. package/dist/shared/{hx-popup-DZXpsJ1R.js → hx-popup-COUXXZ9X.js} +8 -7
  470. package/dist/shared/hx-popup-COUXXZ9X.js.map +1 -0
  471. package/dist/shared/{hx-progress-bar-KjEkEJLy.js → hx-progress-bar-Bn3JEPUf.js} +28 -27
  472. package/dist/shared/hx-progress-bar-Bn3JEPUf.js.map +1 -0
  473. package/dist/shared/{hx-progress-ring-3zMwvrwD.js → hx-progress-ring-TwHyXeEp.js} +15 -14
  474. package/dist/shared/hx-progress-ring-TwHyXeEp.js.map +1 -0
  475. package/dist/shared/{hx-prose-BCtK7YL6.js → hx-prose-BThYcASV.js} +12 -12
  476. package/dist/shared/{hx-prose-BCtK7YL6.js.map → hx-prose-BThYcASV.js.map} +1 -1
  477. package/dist/shared/{hx-radio-BBC5qZgE.js → hx-radio-N8xgDd_5.js} +38 -37
  478. package/dist/shared/hx-radio-N8xgDd_5.js.map +1 -0
  479. package/dist/shared/{hx-rating-C3E3ENJb.js → hx-rating-i2FL1WUN.js} +38 -37
  480. package/dist/shared/hx-rating-i2FL1WUN.js.map +1 -0
  481. package/dist/shared/{hx-select-CixTo7jp.js → hx-select-vgaBo1Ai.js} +63 -59
  482. package/dist/shared/hx-select-vgaBo1Ai.js.map +1 -0
  483. package/dist/shared/{hx-skeleton-LxkI0pxr.js → hx-skeleton-Cnieh5Uc.js} +14 -13
  484. package/dist/shared/hx-skeleton-Cnieh5Uc.js.map +1 -0
  485. package/dist/shared/{hx-slider-DFHuzF3N.js → hx-slider-ydBamYhd.js} +83 -79
  486. package/dist/shared/hx-slider-ydBamYhd.js.map +1 -0
  487. package/dist/shared/{hx-spinner-BKjuCdZB.js → hx-spinner-DL5AYr16.js} +18 -17
  488. package/dist/shared/hx-spinner-DL5AYr16.js.map +1 -0
  489. package/dist/shared/{hx-split-button-CGcJMmCG.js → hx-split-button-BeMsmS6N.js} +74 -59
  490. package/dist/shared/hx-split-button-BeMsmS6N.js.map +1 -0
  491. package/dist/shared/{hx-split-panel-C-1R10Mc.js → hx-split-panel-BVG1VWNT.js} +16 -12
  492. package/dist/shared/hx-split-panel-BVG1VWNT.js.map +1 -0
  493. package/dist/shared/hx-stack-DGfcOfWJ.js.map +1 -1
  494. package/dist/shared/{hx-stat-BTpykQAt.js → hx-stat-WOcNV1Ry.js} +16 -15
  495. package/dist/shared/hx-stat-WOcNV1Ry.js.map +1 -0
  496. package/dist/shared/{hx-status-indicator-X2QEWNFt.js → hx-status-indicator-BlQyen43.js} +17 -16
  497. package/dist/shared/hx-status-indicator-BlQyen43.js.map +1 -0
  498. package/dist/shared/{hx-step-CRNQlmSo.js → hx-step-DL3PbOzm.js} +63 -50
  499. package/dist/shared/hx-step-DL3PbOzm.js.map +1 -0
  500. package/dist/shared/{hx-structured-list-CqNbaEXg.js → hx-structured-list-m_-dMJbC.js} +18 -17
  501. package/dist/shared/hx-structured-list-m_-dMJbC.js.map +1 -0
  502. package/dist/shared/{hx-switch-DqOD9JR7.js → hx-switch-Dougzsgp.js} +29 -20
  503. package/dist/shared/hx-switch-Dougzsgp.js.map +1 -0
  504. package/dist/shared/{hx-tab-panel-BIzKfW5i.js → hx-tab-panel-CbkO9VKu.js} +45 -44
  505. package/dist/shared/hx-tab-panel-CbkO9VKu.js.map +1 -0
  506. package/dist/shared/{hx-tag-CgnrNnte.js → hx-tag-CNSmdyaK.js} +63 -62
  507. package/dist/shared/hx-tag-CNSmdyaK.js.map +1 -0
  508. package/dist/shared/{hx-td-Bra35cH4.js → hx-td-1zwTFLRw.js} +62 -61
  509. package/dist/shared/hx-td-1zwTFLRw.js.map +1 -0
  510. package/dist/shared/{hx-text-DMC2CPlL.js → hx-text-Bz_9fJ3J.js} +28 -25
  511. package/dist/shared/hx-text-Bz_9fJ3J.js.map +1 -0
  512. package/dist/shared/{hx-text-input--q0GH78x.js → hx-text-input-B-caO5fI.js} +159 -80
  513. package/dist/shared/hx-text-input-B-caO5fI.js.map +1 -0
  514. package/dist/shared/{hx-textarea-CK621vSL.js → hx-textarea-D9O4U8cb.js} +110 -70
  515. package/dist/shared/hx-textarea-D9O4U8cb.js.map +1 -0
  516. package/dist/shared/{hx-theme-DfEy-SJA.js → hx-theme-BiyQ7UUK.js} +46 -35
  517. package/dist/shared/hx-theme-BiyQ7UUK.js.map +1 -0
  518. package/dist/shared/{hx-time-picker-tPUfgElQ.js → hx-time-picker-m0z4nFB-.js} +59 -52
  519. package/dist/shared/hx-time-picker-m0z4nFB-.js.map +1 -0
  520. package/dist/shared/{hx-toggle-button-L-uBJr-a.js → hx-toggle-button-Dd8clXB4.js} +75 -58
  521. package/dist/shared/hx-toggle-button-Dd8clXB4.js.map +1 -0
  522. package/dist/shared/{hx-tooltip-B_zfKvwc.js → hx-tooltip-nYOv9OLu.js} +18 -16
  523. package/dist/shared/hx-tooltip-nYOv9OLu.js.map +1 -0
  524. package/dist/shared/{hx-top-nav-CATbRvIv.js → hx-top-nav-CchPYaiV.js} +36 -32
  525. package/dist/shared/hx-top-nav-CchPYaiV.js.map +1 -0
  526. package/dist/shared/{hx-tree-item-A45WCiBu.js → hx-tree-item-DtMC3DTa.js} +35 -28
  527. package/dist/shared/hx-tree-item-DtMC3DTa.js.map +1 -0
  528. package/dist/shared/{toast-factory-BPPnG3mM.js → toast-factory-DvDRAh0l.js} +77 -61
  529. package/dist/shared/toast-factory-DvDRAh0l.js.map +1 -0
  530. package/dist/styles/forced-colors.d.ts +60 -0
  531. package/dist/styles/forced-colors.d.ts.map +1 -0
  532. package/figma-inventory.json +8606 -591
  533. package/package.json +2 -2
  534. package/dist/shared/hx-accordion-Wt52OOZD.js.map +0 -1
  535. package/dist/shared/hx-action-bar-BKMADbHj.js.map +0 -1
  536. package/dist/shared/hx-alert-D7n94HwI.js.map +0 -1
  537. package/dist/shared/hx-avatar-iLYzu8MJ.js.map +0 -1
  538. package/dist/shared/hx-badge-CVCmMPyW.js.map +0 -1
  539. package/dist/shared/hx-banner-C_He7Tr4.js.map +0 -1
  540. package/dist/shared/hx-breadcrumb-item-CldCwD1d.js.map +0 -1
  541. package/dist/shared/hx-button-Ddl-T6T-.js.map +0 -1
  542. package/dist/shared/hx-button-group-BJOGWoMa.js.map +0 -1
  543. package/dist/shared/hx-card-ycveujjL.js.map +0 -1
  544. package/dist/shared/hx-carousel-item-D_dCv61-.js.map +0 -1
  545. package/dist/shared/hx-checkbox-DkkoWoye.js.map +0 -1
  546. package/dist/shared/hx-checkbox-group-C3poJ-Zw.js.map +0 -1
  547. package/dist/shared/hx-clinical-status-BS5lcddT.js.map +0 -1
  548. package/dist/shared/hx-code-snippet-B7wUKzyb.js.map +0 -1
  549. package/dist/shared/hx-color-picker-DBaKTVLr.js.map +0 -1
  550. package/dist/shared/hx-combobox-BmgYT7Ar.js.map +0 -1
  551. package/dist/shared/hx-copy-button-8deNUdwP.js.map +0 -1
  552. package/dist/shared/hx-counter-CKfl_g8K.js.map +0 -1
  553. package/dist/shared/hx-data-table-B6h0RPn0.js.map +0 -1
  554. package/dist/shared/hx-date-picker-Dq2Nb68_.js.map +0 -1
  555. package/dist/shared/hx-dialog-CvIlY0Tc.js.map +0 -1
  556. package/dist/shared/hx-divider-DwpOrzMW.js.map +0 -1
  557. package/dist/shared/hx-drawer-Cx2ZJhBe.js.map +0 -1
  558. package/dist/shared/hx-dropdown-BjDrPUq5.js.map +0 -1
  559. package/dist/shared/hx-field-Dp3qQMut.js.map +0 -1
  560. package/dist/shared/hx-field-label-BC8QViXv.js.map +0 -1
  561. package/dist/shared/hx-file-upload-B6Yl1u0i.js.map +0 -1
  562. package/dist/shared/hx-form-ButQFt9A.js +0 -257
  563. package/dist/shared/hx-form-ButQFt9A.js.map +0 -1
  564. package/dist/shared/hx-help-text-D7eytSim.js.map +0 -1
  565. package/dist/shared/hx-icon-CcyDPDYY.js.map +0 -1
  566. package/dist/shared/hx-icon-button-BHneqPCU.js.map +0 -1
  567. package/dist/shared/hx-image-2gt14zZd.js.map +0 -1
  568. package/dist/shared/hx-link-BESrWK8M.js.map +0 -1
  569. package/dist/shared/hx-list-_9qVv02L.js.map +0 -1
  570. package/dist/shared/hx-menu-divider-Ck-9Os1t.js.map +0 -1
  571. package/dist/shared/hx-meter-TbROk-dw.js.map +0 -1
  572. package/dist/shared/hx-nav-BcYDmjf7.js.map +0 -1
  573. package/dist/shared/hx-nav-item-pqPasRUm.js.map +0 -1
  574. package/dist/shared/hx-number-input-mOIZ3-46.js.map +0 -1
  575. package/dist/shared/hx-overflow-menu-Dprb9lnT.js.map +0 -1
  576. package/dist/shared/hx-pagination-AguTQjYC.js.map +0 -1
  577. package/dist/shared/hx-patient-banner-uE6gqLpT.js.map +0 -1
  578. package/dist/shared/hx-phi-field-BC_XowhC.js.map +0 -1
  579. package/dist/shared/hx-popover-B2_203ct.js.map +0 -1
  580. package/dist/shared/hx-popup-DZXpsJ1R.js.map +0 -1
  581. package/dist/shared/hx-progress-bar-KjEkEJLy.js.map +0 -1
  582. package/dist/shared/hx-progress-ring-3zMwvrwD.js.map +0 -1
  583. package/dist/shared/hx-radio-BBC5qZgE.js.map +0 -1
  584. package/dist/shared/hx-rating-C3E3ENJb.js.map +0 -1
  585. package/dist/shared/hx-select-CixTo7jp.js.map +0 -1
  586. package/dist/shared/hx-skeleton-LxkI0pxr.js.map +0 -1
  587. package/dist/shared/hx-slider-DFHuzF3N.js.map +0 -1
  588. package/dist/shared/hx-spinner-BKjuCdZB.js.map +0 -1
  589. package/dist/shared/hx-split-button-CGcJMmCG.js.map +0 -1
  590. package/dist/shared/hx-split-panel-C-1R10Mc.js.map +0 -1
  591. package/dist/shared/hx-stat-BTpykQAt.js.map +0 -1
  592. package/dist/shared/hx-status-indicator-X2QEWNFt.js.map +0 -1
  593. package/dist/shared/hx-step-CRNQlmSo.js.map +0 -1
  594. package/dist/shared/hx-structured-list-CqNbaEXg.js.map +0 -1
  595. package/dist/shared/hx-switch-DqOD9JR7.js.map +0 -1
  596. package/dist/shared/hx-tab-panel-BIzKfW5i.js.map +0 -1
  597. package/dist/shared/hx-tag-CgnrNnte.js.map +0 -1
  598. package/dist/shared/hx-td-Bra35cH4.js.map +0 -1
  599. package/dist/shared/hx-text-DMC2CPlL.js.map +0 -1
  600. package/dist/shared/hx-text-input--q0GH78x.js.map +0 -1
  601. package/dist/shared/hx-textarea-CK621vSL.js.map +0 -1
  602. package/dist/shared/hx-theme-DfEy-SJA.js.map +0 -1
  603. package/dist/shared/hx-time-picker-tPUfgElQ.js.map +0 -1
  604. package/dist/shared/hx-toggle-button-L-uBJr-a.js.map +0 -1
  605. package/dist/shared/hx-tooltip-B_zfKvwc.js.map +0 -1
  606. package/dist/shared/hx-top-nav-CATbRvIv.js.map +0 -1
  607. package/dist/shared/hx-tree-item-A45WCiBu.js.map +0 -1
  608. package/dist/shared/toast-factory-BPPnG3mM.js.map +0 -1
@@ -27,7 +27,7 @@
27
27
  gap: var(--hx-space-1, 0.25rem);
28
28
  font-size: var(--hx-font-size-sm, 0.875rem);
29
29
  font-weight: var(--hx-font-weight-medium, 500);
30
- color: var(--hx-color-neutral-700, #334155);
30
+ color: var(--hx-color-text-strong, #202b39);
31
31
  line-height: var(--hx-line-height-normal, 1.5);
32
32
  }
33
33
 
@@ -42,9 +42,9 @@
42
42
  min-height: var(--hx-space-32, 8rem);
43
43
  padding: var(--hx-space-6, 1.5rem) var(--hx-space-4, 1rem);
44
44
  border: var(--hx-border-width-thin, 1px) dashed
45
- var(--hx-file-upload-dropzone-border-color, var(--hx-color-neutral-300, #cbd5e1));
45
+ var(--hx-file-upload-dropzone-border-color, var(--hx-color-border-strong, #8e9c98));
46
46
  border-radius: var(--hx-file-upload-dropzone-border-radius, var(--hx-border-radius-lg, 0.5rem));
47
- background-color: var(--hx-file-upload-dropzone-bg, var(--hx-color-neutral-50, #f8fafc));
47
+ background-color: var(--hx-file-upload-dropzone-bg, var(--hx-color-surface-raised, #f5f8f3));
48
48
  cursor: pointer;
49
49
  text-align: center;
50
50
  transition:
@@ -52,7 +52,7 @@
52
52
  background-color var(--hx-transition-fast, 150ms ease),
53
53
  box-shadow var(--hx-transition-fast, 150ms ease);
54
54
  user-select: none;
55
- color: var(--hx-color-neutral-600, #475569);
55
+ color: var(--hx-color-text-secondary, #313e4b);
56
56
  font-size: var(--hx-font-size-sm, 0.875rem);
57
57
  }
58
58
 
@@ -70,20 +70,20 @@
70
70
  }
71
71
 
72
72
  .dropzone--drag-over {
73
- border-color: var(--hx-color-primary-500, #2563eb);
73
+ border-color: var(--hx-color-primary-500, #429797);
74
74
  background-color: var(
75
75
  --hx-file-upload-dropzone-active-bg,
76
76
  color-mix(
77
77
  in srgb,
78
- var(--hx-color-primary-500, #2563eb) 8%,
79
- var(--hx-color-neutral-0, #ffffff)
78
+ var(--hx-color-primary-500, #429797) 8%,
79
+ var(--hx-color-surface-default, #ffffff)
80
80
  )
81
81
  );
82
82
  border-style: solid;
83
83
  }
84
84
 
85
85
  .dropzone--error {
86
- border-color: var(--hx-file-upload-error-color, var(--hx-color-error-500, #dc2626));
86
+ border-color: var(--hx-file-upload-error-color, var(--hx-color-error-500, #e5493e));
87
87
  }
88
88
 
89
89
  @media (prefers-reduced-motion: reduce) {
@@ -128,9 +128,9 @@
128
128
  flex-direction: column;
129
129
  gap: var(--hx-space-1, 0.25rem);
130
130
  padding: var(--hx-space-2, 0.5rem) var(--hx-space-3, 0.75rem);
131
- border: var(--hx-border-width-thin, 1px) solid var(--hx-color-neutral-200, #e2e8f0);
131
+ border: var(--hx-border-width-thin, 1px) solid var(--hx-color-border-default, #d6dbd5);
132
132
  border-radius: var(--hx-border-radius-md, 0.375rem);
133
- background-color: var(--hx-color-neutral-0, #ffffff);
133
+ background-color: var(--hx-color-surface-default, #ffffff);
134
134
  }
135
135
 
136
136
  .file-item__row {
@@ -143,7 +143,7 @@
143
143
  flex: 1;
144
144
  font-size: var(--hx-font-size-sm, 0.875rem);
145
145
  font-weight: var(--hx-font-weight-medium, 500);
146
- color: var(--hx-color-neutral-800, #1e293b);
146
+ color: var(--hx-color-text-strong, #202b39);
147
147
  overflow: hidden;
148
148
  text-overflow: ellipsis;
149
149
  white-space: nowrap;
@@ -152,7 +152,7 @@
152
152
  .file-item__size {
153
153
  flex-shrink: 0;
154
154
  font-size: var(--hx-font-size-xs, 0.75rem);
155
- color: var(--hx-color-neutral-500, #64748b);
155
+ color: var(--hx-color-text-muted, #4a5362);
156
156
  }
157
157
 
158
158
  .file-item__remove {
@@ -166,7 +166,7 @@
166
166
  border: none;
167
167
  border-radius: var(--hx-border-radius-sm, 0.25rem);
168
168
  background: transparent;
169
- color: var(--hx-color-neutral-500, #64748b);
169
+ color: var(--hx-color-text-muted, #4a5362);
170
170
  cursor: pointer;
171
171
  line-height: 1;
172
172
  transition:
@@ -175,8 +175,8 @@
175
175
  }
176
176
 
177
177
  .file-item__remove:hover {
178
- color: var(--hx-file-upload-error-color, var(--hx-color-error-text, #b91c1c));
179
- background-color: color-mix(in srgb, var(--hx-color-error-500, #dc2626) 8%, transparent);
178
+ color: var(--hx-file-upload-error-color, var(--hx-color-error-text, #c92a2a));
179
+ background-color: color-mix(in srgb, var(--hx-color-error-500, #e5493e) 8%, transparent);
180
180
  }
181
181
 
182
182
  .file-item__remove:focus-visible {
@@ -199,7 +199,7 @@
199
199
  .progress-track {
200
200
  width: 100%;
201
201
  height: var(--hx-file-upload-progress-height, var(--hx-space-1, 0.25rem));
202
- background-color: var(--hx-color-neutral-200, #e2e8f0);
202
+ background-color: var(--hx-color-border-default, #d6dbd5);
203
203
  border-radius: var(--hx-border-radius-full, 9999px);
204
204
  overflow: hidden;
205
205
  }
@@ -207,7 +207,7 @@
207
207
  .progress-bar {
208
208
  height: 100%;
209
209
  width: 100%;
210
- background-color: var(--hx-file-upload-progress-color, var(--hx-color-primary-500, #2563eb));
210
+ background-color: var(--hx-file-upload-progress-color, var(--hx-color-primary-500, #429797));
211
211
  border-radius: inherit;
212
212
  transform-origin: left center;
213
213
  transform: scaleX(var(--_progress-ratio, 0));
@@ -238,7 +238,7 @@
238
238
 
239
239
  .field__error {
240
240
  font-size: var(--hx-font-size-xs, 0.75rem);
241
- color: var(--hx-file-upload-error-color, var(--hx-color-error-text, #b91c1c));
241
+ color: var(--hx-file-upload-error-color, var(--hx-color-error-text, #c92a2a));
242
242
  line-height: var(--hx-line-height-normal, 1.5);
243
243
  }
244
244
 
@@ -11,7 +11,7 @@
11
11
  font-size: var(--hx-help-text-font-size, var(--hx-font-size-sm, 0.875rem));
12
12
  font-weight: var(--hx-help-text-font-weight, var(--hx-font-weight-normal, 400));
13
13
  line-height: var(--hx-help-text-line-height, var(--hx-line-height-normal, 1.5));
14
- color: var(--hx-help-text-color, var(--hx-color-neutral-500, #64748b));
14
+ color: var(--hx-help-text-color, var(--hx-color-text-muted, #4a5362));
15
15
  margin: 0;
16
16
  }
17
17
 
@@ -28,25 +28,25 @@
28
28
  /* ─── Variant: default ─── */
29
29
 
30
30
  .help-text--default {
31
- --hx-help-text-color: var(--hx-color-neutral-500, #64748b);
31
+ --hx-help-text-color: var(--hx-color-text-muted, #4a5362);
32
32
  }
33
33
 
34
34
  /* ─── Variant: error ─── */
35
35
 
36
36
  .help-text--error {
37
- --hx-help-text-color: var(--hx-color-error-600, #b91c1c);
37
+ --hx-help-text-color: var(--hx-color-error-600, #c92a2a);
38
38
  }
39
39
 
40
40
  /* ─── Variant: warning ─── */
41
41
 
42
42
  .help-text--warning {
43
- --hx-help-text-color: var(--hx-color-warning-700, #92400e);
43
+ --hx-help-text-color: var(--hx-color-warning-700, #804605);
44
44
  }
45
45
 
46
46
  /* ─── Variant: success ─── */
47
47
 
48
48
  .help-text--success {
49
- --hx-help-text-color: var(--hx-color-success-700, #166534);
49
+ --hx-help-text-color: var(--hx-color-success-700, #146831);
50
50
  }
51
51
 
52
52
  /* ─── High Contrast Mode (forced-colors) ─── */
@@ -5,23 +5,23 @@
5
5
 
6
6
  :host([disabled]) {
7
7
  pointer-events: none;
8
- opacity: var(--hx-opacity-disabled);
8
+ opacity: var(--hx-opacity-disabled, 0.5);
9
9
  }
10
10
 
11
11
  .button {
12
12
  display: inline-flex;
13
13
  align-items: center;
14
14
  justify-content: center;
15
- border: var(--hx-border-width-thin) solid var(--hx-icon-button-border-color);
16
- border-radius: var(--hx-icon-button-border-radius, var(--hx-border-radius-md));
17
- background-color: var(--hx-icon-button-bg);
18
- color: var(--hx-icon-button-color, var(--hx-color-primary-500));
15
+ border: var(--hx-border-width-thin, 1px) solid var(--hx-icon-button-border-color, transparent);
16
+ border-radius: var(--hx-icon-button-border-radius, var(--hx-border-radius-md, 0.375rem));
17
+ background-color: var(--hx-icon-button-bg, transparent);
18
+ color: var(--hx-icon-button-color, var(--hx-color-primary-500, #429797));
19
19
  cursor: pointer;
20
20
  transition:
21
- background-color var(--hx-transition-fast),
22
- color var(--hx-transition-fast),
23
- border-color var(--hx-transition-fast),
24
- box-shadow var(--hx-transition-fast);
21
+ background-color var(--hx-transition-fast, 150ms ease),
22
+ color var(--hx-transition-fast, 150ms ease),
23
+ border-color var(--hx-transition-fast, 150ms ease),
24
+ box-shadow var(--hx-transition-fast, 150ms ease);
25
25
  text-decoration: none;
26
26
  user-select: none;
27
27
  -webkit-user-select: none;
@@ -29,9 +29,12 @@
29
29
  }
30
30
 
31
31
  .button:focus-visible {
32
- outline: var(--hx-focus-ring-width) solid
33
- var(--hx-icon-button-focus-ring-color, var(--hx-focus-ring-color));
34
- outline-offset: var(--hx-focus-ring-offset);
32
+ outline: var(--hx-focus-ring-width, 2px) solid
33
+ var(
34
+ --hx-icon-button-focus-ring-color,
35
+ var(--hx-focus-ring-color, var(--hx-color-primary-500, #429797))
36
+ );
37
+ outline-offset: var(--hx-focus-ring-offset, 2px);
35
38
  }
36
39
 
37
40
  .button:active {
@@ -45,82 +48,90 @@
45
48
  the 2.75rem (44px) threshold, preserving the visual icon size via font-size. */
46
49
 
47
50
  .button--sm {
48
- padding: var(--hx-space-1);
49
- width: var(--hx-icon-button-size, var(--hx-size-8));
50
- height: var(--hx-icon-button-size, var(--hx-size-8));
51
+ padding: var(--hx-space-1, 0.25rem);
52
+ width: var(--hx-icon-button-size, var(--hx-size-8, 2rem));
53
+ height: var(--hx-icon-button-size, var(--hx-size-8, 2rem));
51
54
  min-width: var(--hx-touch-target-min, 2.75rem);
52
55
  min-height: var(--hx-touch-target-min, 2.75rem);
53
- font-size: var(--hx-font-size-sm);
56
+ font-size: var(--hx-font-size-sm, 0.875rem);
54
57
  }
55
58
 
56
59
  .button--md {
57
- padding: var(--hx-space-2);
58
- width: var(--hx-icon-button-size, var(--hx-size-10));
59
- height: var(--hx-icon-button-size, var(--hx-size-10));
60
+ padding: var(--hx-space-2, 0.5rem);
61
+ width: var(--hx-icon-button-size, var(--hx-size-10, 2.5rem));
62
+ height: var(--hx-icon-button-size, var(--hx-size-10, 2.5rem));
60
63
  min-width: var(--hx-touch-target-min, 2.75rem);
61
64
  min-height: var(--hx-touch-target-min, 2.75rem);
62
- font-size: var(--hx-font-size-md);
65
+ font-size: var(--hx-font-size-md, 1rem);
63
66
  }
64
67
 
65
68
  .button--lg {
66
- padding: var(--hx-space-3);
67
- width: var(--hx-icon-button-size, var(--hx-size-12));
68
- height: var(--hx-icon-button-size, var(--hx-size-12));
69
+ padding: var(--hx-space-3, 0.75rem);
70
+ width: var(--hx-icon-button-size, var(--hx-size-12, 3rem));
71
+ height: var(--hx-icon-button-size, var(--hx-size-12, 3rem));
69
72
  min-width: var(--hx-touch-target-min, 2.75rem);
70
73
  min-height: var(--hx-touch-target-min, 2.75rem);
71
- font-size: var(--hx-font-size-lg);
74
+ font-size: var(--hx-font-size-lg, 1.125rem);
72
75
  }
73
76
 
74
77
  /* ─── Style Variants ─── */
75
78
 
76
79
  .button--primary {
77
- --hx-icon-button-bg: var(--hx-color-primary-500);
78
- --hx-icon-button-color: var(--hx-color-neutral-0);
80
+ --hx-icon-button-bg: var(--hx-color-primary-500, #429797);
81
+ --hx-icon-button-color: var(--hx-color-text-on-primary, #ffffff);
79
82
  --hx-icon-button-border-color: transparent;
80
83
  }
81
84
 
85
+ /* on-primary tokens are tuned for primary-500. primary-600 + on-primary
86
+ drops icon contrast to 3.07:1 — fails the 4.5:1 floor for meaningful
87
+ icons. Pin fg at neutral-0 (5.82:1 on primary-600). Mirrors hx-button. */
82
88
  .button--primary:hover {
83
- --hx-icon-button-bg: var(--hx-color-primary-600);
89
+ --hx-icon-button-bg: var(--hx-color-primary-600, #0f7078);
90
+ --hx-icon-button-color: var(--hx-color-neutral-0, #ffffff);
84
91
  }
85
92
 
86
93
  .button--secondary {
87
94
  --hx-icon-button-bg: transparent;
88
- --hx-icon-button-color: var(--hx-color-primary-500);
89
- --hx-icon-button-border-color: var(--hx-color-primary-500);
95
+ --hx-icon-button-color: var(--hx-color-primary-500, #429797);
96
+ --hx-icon-button-border-color: var(--hx-color-primary-500, #429797);
90
97
  }
91
98
 
92
99
  .button--secondary:hover {
93
- --hx-icon-button-bg: var(--hx-color-primary-50);
100
+ --hx-icon-button-bg: var(--hx-color-primary-50, #ebf8f8);
94
101
  }
95
102
 
96
103
  .button--tertiary {
97
104
  --hx-icon-button-bg: transparent;
98
- --hx-icon-button-color: var(--hx-color-neutral-700);
99
- --hx-icon-button-border-color: var(--hx-color-neutral-300);
105
+ --hx-icon-button-color: var(--hx-color-text-strong, #202b39);
106
+ --hx-icon-button-border-color: var(--hx-color-border-strong, #8e9c98);
100
107
  }
101
108
 
102
109
  .button--tertiary:hover {
103
- --hx-icon-button-bg: var(--hx-color-neutral-100);
110
+ --hx-icon-button-bg: var(--hx-color-surface-sunken, #ebeee9);
104
111
  }
105
112
 
106
113
  .button--danger {
107
- --hx-icon-button-bg: var(--hx-color-error-500);
108
- --hx-icon-button-color: var(--hx-color-neutral-0);
114
+ --hx-icon-button-bg: var(--hx-color-error-500, #e5493e);
115
+ --hx-icon-button-color: var(--hx-color-text-on-error, #ffffff);
109
116
  --hx-icon-button-border-color: transparent;
110
117
  }
111
118
 
119
+ /* on-error tokens are tuned for error-500. error-600 + on-error drops
120
+ icon contrast to 2.25:1 — fails AA. Pin fg at neutral-0
121
+ (6.47:1 on error-600). Mirrors hx-button danger:hover. */
112
122
  .button--danger:hover {
113
- --hx-icon-button-bg: var(--hx-color-error-600);
123
+ --hx-icon-button-bg: var(--hx-color-error-600, #c92a2a);
124
+ --hx-icon-button-color: var(--hx-color-neutral-0, #ffffff);
114
125
  }
115
126
 
116
127
  .button--ghost {
117
128
  --hx-icon-button-bg: transparent;
118
- --hx-icon-button-color: var(--hx-color-primary-500);
129
+ --hx-icon-button-color: var(--hx-color-primary-500, #429797);
119
130
  --hx-icon-button-border-color: transparent;
120
131
  }
121
132
 
122
133
  .button--ghost:hover {
123
- --hx-icon-button-bg: var(--hx-color-neutral-100);
134
+ --hx-icon-button-bg: var(--hx-color-surface-raised, #f5f8f3);
124
135
  }
125
136
 
126
137
  /* ─── Icon Container ─── */
@@ -18,8 +18,8 @@
18
18
  align-items: center;
19
19
  justify-content: center;
20
20
  min-height: var(--hx-image-fallback-min-height, 3rem);
21
- background-color: var(--hx-color-neutral-100, #f1f5f9);
22
- color: var(--hx-color-neutral-500, #64748b);
21
+ background-color: var(--hx-image-fallback-bg, var(--hx-color-neutral-100, #ebeee9));
22
+ color: var(--hx-image-fallback-color, var(--hx-color-neutral-500, #66787b));
23
23
  }
24
24
 
25
25
  .image__img {
@@ -32,7 +32,7 @@
32
32
  .image__caption {
33
33
  display: none;
34
34
  padding: var(--hx-image-caption-padding, 0.5rem 0 0);
35
- color: var(--hx-image-caption-color, var(--hx-color-neutral-600, #475569));
35
+ color: var(--hx-image-caption-color, var(--hx-color-neutral-600, #4a5362));
36
36
  font-size: var(--hx-image-caption-font-size, 0.875rem);
37
37
  }
38
38
 
@@ -13,7 +13,7 @@
13
13
  display: inline-flex;
14
14
  align-items: center;
15
15
  gap: var(--hx-space-1, 0.25rem);
16
- color: var(--hx-link-color, var(--hx-color-primary-500, #2563eb));
16
+ color: var(--hx-link-color, var(--hx-color-primary-600, #0f7078));
17
17
  font-family: var(--hx-link-font-family, var(--hx-font-family-sans, inherit));
18
18
  font-size: inherit;
19
19
  line-height: inherit;
@@ -27,19 +27,19 @@
27
27
  }
28
28
 
29
29
  .link:hover {
30
- color: var(--hx-link-color-hover, var(--hx-color-primary-700, #1e40af));
30
+ color: var(--hx-link-color-hover, var(--hx-color-primary-700, #0f6363));
31
31
  text-decoration: var(--hx-link-text-decoration-hover, underline);
32
32
  }
33
33
 
34
34
  .link:active {
35
- color: var(--hx-link-color-active, var(--hx-color-primary-800, #1e3a8a));
35
+ color: var(--hx-link-color-active, var(--hx-color-primary-800, #07494a));
36
36
  }
37
37
 
38
38
  .link:focus-visible {
39
39
  outline: var(--hx-focus-ring-width, 2px) solid
40
40
  var(
41
41
  --hx-link-focus-ring-color,
42
- var(--hx-focus-ring-color, var(--hx-color-primary-400, #60a5fa))
42
+ var(--hx-focus-ring-color, var(--hx-color-primary-400, #6ab1b1))
43
43
  );
44
44
  outline-offset: var(--hx-focus-ring-offset, 2px);
45
45
  border-radius: var(--hx-border-radius-sm, 0.25rem);
@@ -48,29 +48,29 @@
48
48
  /* --- Variant: subtle --- */
49
49
 
50
50
  .link--subtle {
51
- color: var(--hx-link-color-subtle, var(--hx-color-neutral-600, #475569));
51
+ color: var(--hx-link-color-subtle, var(--hx-color-text-secondary, #313e4b));
52
52
  text-decoration: none;
53
53
  }
54
54
 
55
55
  .link--subtle:hover {
56
- color: var(--hx-link-color-hover, var(--hx-color-primary-700, #1e40af));
56
+ color: var(--hx-link-color-hover, var(--hx-color-primary-700, #0f6363));
57
57
  text-decoration: underline;
58
58
  }
59
59
 
60
60
  /* --- Variant: danger --- */
61
61
 
62
62
  .link--danger {
63
- color: var(--hx-link-color-danger, var(--hx-color-error-text, #b91c1c));
63
+ color: var(--hx-link-color-danger, var(--hx-color-error-text, #c92a2a));
64
64
  }
65
65
 
66
66
  .link--danger:hover {
67
- color: var(--hx-link-color-danger-hover, var(--hx-color-error-700, #991b1b));
67
+ color: var(--hx-link-color-danger-hover, var(--hx-color-error-700, #a21312));
68
68
  }
69
69
 
70
70
  /* --- Disabled --- */
71
71
 
72
72
  .link--disabled {
73
- color: var(--hx-link-color-disabled, var(--hx-color-neutral-400, #94a3b8));
73
+ color: var(--hx-link-color-disabled, var(--hx-color-text-disabled, #8e9c98));
74
74
  text-decoration: none;
75
75
  cursor: not-allowed;
76
76
  }
@@ -44,7 +44,7 @@
44
44
 
45
45
  :host([divided]) .list > ::slotted(hx-list-item:not(:last-child)) {
46
46
  border-bottom: var(--hx-border-width-thin, 1px) solid
47
- var(--hx-list-divider-color, var(--hx-color-neutral-200, #e2e8f0));
47
+ var(--hx-list-divider-color, var(--hx-color-neutral-200, #d6dbd5));
48
48
  }
49
49
 
50
50
  /* ─── High Contrast Mode (forced-colors) ─── */
@@ -7,9 +7,9 @@
7
7
  display: flex;
8
8
  flex-direction: column;
9
9
  padding: var(--hx-space-1, 0.25rem);
10
- background: var(--hx-menu-bg, var(--hx-color-neutral-0, #ffffff));
10
+ background: var(--hx-menu-bg, var(--hx-color-surface-default, #ffffff));
11
11
  border: var(--hx-border-width-thin, 1px) solid
12
- var(--hx-menu-border-color, var(--hx-color-neutral-200, #e2e8f0));
12
+ var(--hx-menu-border-color, var(--hx-color-border-default, #d6dbd5));
13
13
  border-radius: var(--hx-menu-border-radius, var(--hx-border-radius-md, 0.375rem));
14
14
  box-shadow: var(
15
15
  --hx-menu-shadow,
@@ -14,14 +14,15 @@
14
14
  }
15
15
 
16
16
  .meter:focus-visible {
17
- outline: var(--hx-focus-ring-width, 2px) solid var(--hx-focus-ring-color, #60a5fa);
17
+ outline: var(--hx-focus-ring-width, 2px) solid
18
+ var(--hx-focus-ring-color, var(--hx-color-primary-500, #429797));
18
19
  outline-offset: var(--hx-focus-ring-offset, 2px);
19
20
  }
20
21
 
21
22
  .meter__label {
22
23
  font-size: var(--hx-font-size-sm, 0.875rem);
23
24
  font-weight: var(--hx-font-weight-medium, 500);
24
- color: var(--hx-meter-label-color, var(--hx-color-neutral-700, #334155));
25
+ color: var(--hx-meter-label-color, var(--hx-color-neutral-700, #313e4b));
25
26
  line-height: var(--hx-line-height-normal, 1.5);
26
27
  }
27
28
 
@@ -29,7 +30,7 @@
29
30
  position: relative;
30
31
  width: 100%;
31
32
  height: var(--hx-meter-track-height, var(--hx-space-2, 0.5rem));
32
- background-color: var(--hx-meter-track-color, var(--hx-color-neutral-200, #e2e8f0));
33
+ background-color: var(--hx-meter-track-color, var(--hx-color-neutral-200, #d6dbd5));
33
34
  border-radius: var(--hx-meter-track-radius, var(--hx-border-radius-full, 9999px));
34
35
  overflow: hidden;
35
36
  }
@@ -58,21 +59,21 @@
58
59
  /* ─── Default (no thresholds configured) ─── */
59
60
 
60
61
  :host {
61
- --_indicator-color: var(--hx-meter-indicator-color, var(--hx-color-primary-500, #2563eb));
62
+ --_indicator-color: var(--hx-meter-indicator-color, var(--hx-color-primary-500, #429797));
62
63
  }
63
64
 
64
65
  /* ─── Semantic state colors ─── */
65
66
 
66
67
  :host([data-state='optimum']) {
67
- --_indicator-color: var(--hx-meter-color-optimum, var(--hx-color-success-500, #16a34a));
68
+ --_indicator-color: var(--hx-meter-color-optimum, var(--hx-color-success-500, #3b9e58));
68
69
  }
69
70
 
70
71
  :host([data-state='warning']) {
71
- --_indicator-color: var(--hx-meter-color-warning, var(--hx-color-warning-500, #d97706));
72
+ --_indicator-color: var(--hx-meter-color-warning, var(--hx-color-warning-500, #c2711c));
72
73
  }
73
74
 
74
75
  :host([data-state='danger']) {
75
- --_indicator-color: var(--hx-meter-color-danger, var(--hx-color-error-500, #dc2626));
76
+ --_indicator-color: var(--hx-meter-color-danger, var(--hx-color-error-500, #e5493e));
76
77
  }
77
78
 
78
79
  /* ─── State Label (WCAG 1.4.1) ─── */
@@ -88,15 +89,15 @@
88
89
  }
89
90
 
90
91
  .meter__state-label[data-state='optimum'] {
91
- color: var(--hx-meter-color-optimum, var(--hx-color-success-700, #166534));
92
+ color: var(--hx-meter-color-optimum, var(--hx-color-success-700, #146831));
92
93
  }
93
94
 
94
95
  .meter__state-label[data-state='warning'] {
95
- color: var(--hx-meter-color-warning, var(--hx-color-warning-700, #92400e));
96
+ color: var(--hx-meter-color-warning, var(--hx-color-warning-700, #804605));
96
97
  }
97
98
 
98
99
  .meter__state-label[data-state='danger'] {
99
- color: var(--hx-meter-color-danger, var(--hx-color-error-700, #991b1b));
100
+ color: var(--hx-meter-color-danger, var(--hx-color-error-700, #a21312));
100
101
  }
101
102
 
102
103
  /* ─── Native meter hidden (we use custom rendering) ─── */
@@ -13,8 +13,8 @@
13
13
 
14
14
  [part='nav'] {
15
15
  position: relative;
16
- background-color: var(--hx-nav-bg, var(--hx-color-neutral-900, #0f172a));
17
- color: var(--hx-nav-color, var(--hx-color-neutral-100, #f1f5f9));
16
+ background-color: var(--hx-nav-bg, var(--hx-color-neutral-900, #0d1825));
17
+ color: var(--hx-nav-color, var(--hx-color-neutral-100, #ebeee9));
18
18
  padding: var(--hx-nav-padding, var(--hx-space-2, 0.5rem) var(--hx-space-4, 1rem));
19
19
  }
20
20
 
@@ -28,19 +28,22 @@
28
28
  background: transparent;
29
29
  border: none;
30
30
  border-radius: var(--hx-nav-border-radius, var(--hx-border-radius-sm, 0.25rem));
31
- color: var(--hx-nav-color, var(--hx-color-neutral-100, #f1f5f9));
31
+ color: var(--hx-nav-color, var(--hx-color-neutral-100, #ebeee9));
32
32
  cursor: pointer;
33
33
  transition: background-color var(--hx-transition-fast, 150ms) ease;
34
34
  line-height: 0;
35
35
  }
36
36
 
37
37
  [part='toggle']:hover {
38
- background-color: var(--hx-nav-link-hover-bg, var(--hx-color-neutral-700, #334155));
38
+ background-color: var(--hx-nav-link-hover-bg, var(--hx-color-neutral-700, #313e4b));
39
39
  }
40
40
 
41
41
  [part='toggle']:focus-visible {
42
42
  outline: var(--hx-focus-ring-width, 2px) solid
43
- var(--hx-nav-focus-ring-color, var(--hx-focus-ring-color, var(--hx-color-primary-500)));
43
+ var(
44
+ --hx-nav-focus-ring-color,
45
+ var(--hx-focus-ring-color, var(--hx-color-primary-500, #429797))
46
+ );
44
47
  outline-offset: var(--hx-focus-ring-offset, 2px);
45
48
  }
46
49
 
@@ -70,7 +73,7 @@
70
73
  align-items: center;
71
74
  gap: var(--hx-space-1, 0.25rem);
72
75
  padding: var(--hx-nav-item-padding, var(--hx-space-2, 0.5rem) var(--hx-space-3, 0.75rem));
73
- color: var(--hx-nav-link-color, var(--hx-color-neutral-100, #f1f5f9));
76
+ color: var(--hx-nav-link-color, var(--hx-color-neutral-100, #ebeee9));
74
77
  text-decoration: none;
75
78
  border-radius: var(--hx-nav-border-radius, var(--hx-border-radius-sm, 0.25rem));
76
79
  border: none;
@@ -87,18 +90,21 @@
87
90
  }
88
91
 
89
92
  .nav__link:hover {
90
- background-color: var(--hx-nav-link-hover-bg, var(--hx-color-neutral-700, #334155));
93
+ background-color: var(--hx-nav-link-hover-bg, var(--hx-color-neutral-700, #313e4b));
91
94
  color: var(--hx-nav-link-hover-color, var(--hx-color-neutral-0, #ffffff));
92
95
  }
93
96
 
94
97
  .nav__link:focus-visible {
95
98
  outline: var(--hx-focus-ring-width, 2px) solid
96
- var(--hx-nav-focus-ring-color, var(--hx-focus-ring-color, var(--hx-color-primary-500)));
99
+ var(
100
+ --hx-nav-focus-ring-color,
101
+ var(--hx-focus-ring-color, var(--hx-color-primary-500, #429797))
102
+ );
97
103
  outline-offset: var(--hx-focus-ring-offset, 2px);
98
104
  }
99
105
 
100
106
  .nav__link--active {
101
- background-color: var(--hx-nav-link-active-bg, var(--hx-color-primary-600, #1d4ed8));
107
+ background-color: var(--hx-nav-link-active-bg, var(--hx-color-primary-600, #0f7078));
102
108
  color: var(--hx-nav-link-active-color, var(--hx-color-neutral-0, #ffffff));
103
109
  }
104
110
 
@@ -123,7 +129,7 @@
123
129
  list-style: none;
124
130
  margin: 0;
125
131
  padding: var(--hx-space-1, 0.25rem) 0;
126
- background-color: var(--hx-nav-submenu-bg, var(--hx-color-neutral-800, #1e293b));
132
+ background-color: var(--hx-nav-submenu-bg, var(--hx-color-neutral-800, #202b39));
127
133
  border-radius: var(--hx-border-radius-md, 0.375rem);
128
134
  box-shadow: var(
129
135
  --hx-nav-shadow,
@@ -177,7 +183,7 @@
177
183
  :host([orientation='vertical']) .nav__submenu .nav__link {
178
184
  padding: var(--hx-space-1-5, 0.375rem) var(--hx-space-3, 0.75rem);
179
185
  font-size: var(--hx-font-size-xs, 0.75rem);
180
- color: var(--hx-nav-link-color, var(--hx-color-neutral-300, #cbd5e1));
186
+ color: var(--hx-nav-link-color, var(--hx-color-neutral-300, #b6bfb9));
181
187
  }
182
188
 
183
189
  /* ─── Mobile Responsive ─── */