@helixui/library 3.0.0 → 3.1.0-next.67
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.
- package/custom-elements.json +6549 -318
- package/dist/components/hx-accordion/hx-accordion.d.ts +3 -0
- package/dist/components/hx-accordion/hx-accordion.d.ts.map +1 -1
- package/dist/components/hx-action-bar/hx-action-bar.d.ts +14 -0
- package/dist/components/hx-action-bar/hx-action-bar.d.ts.map +1 -1
- package/dist/components/hx-action-bar/index.js +1 -1
- package/dist/components/hx-alert/hx-alert.d.ts +36 -0
- package/dist/components/hx-alert/hx-alert.d.ts.map +1 -1
- package/dist/components/hx-avatar/hx-avatar.d.ts +17 -0
- package/dist/components/hx-avatar/hx-avatar.d.ts.map +1 -1
- package/dist/components/hx-badge/hx-badge.d.ts +35 -0
- package/dist/components/hx-badge/hx-badge.d.ts.map +1 -1
- package/dist/components/hx-banner/hx-banner.d.ts +34 -0
- package/dist/components/hx-banner/hx-banner.d.ts.map +1 -1
- package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts +3 -0
- package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts.map +1 -1
- package/dist/components/hx-breadcrumb/index.js +1 -1
- package/dist/components/hx-button/hx-button.d.ts +42 -0
- package/dist/components/hx-button/hx-button.d.ts.map +1 -1
- package/dist/components/hx-button/index.js +1 -1
- package/dist/components/hx-button-group/hx-button-group.d.ts +2 -0
- package/dist/components/hx-button-group/hx-button-group.d.ts.map +1 -1
- package/dist/components/hx-card/hx-card.d.ts +28 -0
- package/dist/components/hx-card/hx-card.d.ts.map +1 -1
- package/dist/components/hx-card/index.js +1 -1
- package/dist/components/hx-carousel/hx-carousel.d.ts +25 -0
- package/dist/components/hx-carousel/hx-carousel.d.ts.map +1 -1
- package/dist/components/hx-checkbox/hx-checkbox.d.ts +31 -0
- package/dist/components/hx-checkbox/hx-checkbox.d.ts.map +1 -1
- package/dist/components/hx-checkbox/index.js +1 -1
- package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts +14 -0
- package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts.map +1 -1
- package/dist/components/hx-checkbox-group/index.js +1 -1
- package/dist/components/hx-clinical-status/hx-clinical-status.d.ts +37 -0
- package/dist/components/hx-clinical-status/hx-clinical-status.d.ts.map +1 -1
- package/dist/components/hx-code-snippet/hx-code-snippet.d.ts +35 -0
- package/dist/components/hx-code-snippet/hx-code-snippet.d.ts.map +1 -1
- package/dist/components/hx-code-snippet/hx-code-snippet.styles.d.ts.map +1 -1
- package/dist/components/hx-code-snippet/index.js +1 -1
- package/dist/components/hx-color-picker/hx-color-picker.d.ts +29 -0
- package/dist/components/hx-color-picker/hx-color-picker.d.ts.map +1 -1
- package/dist/components/hx-combobox/hx-combobox.d.ts +49 -0
- package/dist/components/hx-combobox/hx-combobox.d.ts.map +1 -1
- package/dist/components/hx-combobox/index.js +1 -1
- package/dist/components/hx-container/hx-container.d.ts +5 -0
- package/dist/components/hx-container/hx-container.d.ts.map +1 -1
- package/dist/components/hx-copy-button/hx-copy-button.d.ts +24 -0
- package/dist/components/hx-copy-button/hx-copy-button.d.ts.map +1 -1
- package/dist/components/hx-counter/hx-counter.d.ts +7 -0
- package/dist/components/hx-counter/hx-counter.d.ts.map +1 -1
- package/dist/components/hx-data-table/hx-data-table.d.ts +29 -0
- package/dist/components/hx-data-table/hx-data-table.d.ts.map +1 -1
- package/dist/components/hx-data-table/hx-data-table.styles.d.ts.map +1 -1
- package/dist/components/hx-data-table/index.js +1 -1
- package/dist/components/hx-date-picker/hx-date-picker.d.ts +44 -0
- package/dist/components/hx-date-picker/hx-date-picker.d.ts.map +1 -1
- package/dist/components/hx-date-picker/index.js +1 -1
- package/dist/components/hx-dialog/hx-dialog.d.ts +31 -0
- package/dist/components/hx-dialog/hx-dialog.d.ts.map +1 -1
- package/dist/components/hx-dialog/index.js +1 -1
- package/dist/components/hx-divider/hx-divider.d.ts +9 -0
- package/dist/components/hx-divider/hx-divider.d.ts.map +1 -1
- package/dist/components/hx-divider/index.js +1 -1
- package/dist/components/hx-drawer/hx-drawer.d.ts +30 -0
- package/dist/components/hx-drawer/hx-drawer.d.ts.map +1 -1
- package/dist/components/hx-drawer/hx-drawer.styles.d.ts.map +1 -1
- package/dist/components/hx-drawer/index.js +1 -1
- package/dist/components/hx-dropdown/hx-dropdown.d.ts +6 -0
- package/dist/components/hx-dropdown/hx-dropdown.d.ts.map +1 -1
- package/dist/components/hx-dropdown/index.js +1 -1
- package/dist/components/hx-field/hx-field.d.ts +15 -0
- package/dist/components/hx-field/hx-field.d.ts.map +1 -1
- package/dist/components/hx-field/index.js +1 -1
- package/dist/components/hx-field-label/hx-field-label.d.ts +11 -0
- package/dist/components/hx-field-label/hx-field-label.d.ts.map +1 -1
- package/dist/components/hx-field-label/index.js +1 -1
- package/dist/components/hx-file-upload/hx-file-upload.d.ts +35 -0
- package/dist/components/hx-file-upload/hx-file-upload.d.ts.map +1 -1
- package/dist/components/hx-file-upload/index.js +1 -1
- package/dist/components/hx-grid/hx-grid.d.ts +5 -0
- package/dist/components/hx-grid/hx-grid.d.ts.map +1 -1
- package/dist/components/hx-help-text/hx-help-text.d.ts +8 -0
- package/dist/components/hx-help-text/hx-help-text.d.ts.map +1 -1
- package/dist/components/hx-help-text/index.js +1 -1
- package/dist/components/hx-icon/hx-icon.d.ts +5 -0
- package/dist/components/hx-icon/hx-icon.d.ts.map +1 -1
- package/dist/components/hx-icon-button/hx-icon-button.d.ts +27 -0
- package/dist/components/hx-icon-button/hx-icon-button.d.ts.map +1 -1
- package/dist/components/hx-icon-button/index.js +1 -1
- package/dist/components/hx-image/hx-image.d.ts +4 -0
- package/dist/components/hx-image/hx-image.d.ts.map +1 -1
- package/dist/components/hx-link/hx-link.d.ts +15 -0
- package/dist/components/hx-link/hx-link.d.ts.map +1 -1
- package/dist/components/hx-link/index.js +1 -1
- package/dist/components/hx-list/hx-list.d.ts +3 -0
- package/dist/components/hx-list/hx-list.d.ts.map +1 -1
- package/dist/components/hx-menu/hx-menu.d.ts +6 -0
- package/dist/components/hx-menu/hx-menu.d.ts.map +1 -1
- package/dist/components/hx-menu/index.js +1 -1
- package/dist/components/hx-meter/hx-meter.d.ts +23 -0
- package/dist/components/hx-meter/hx-meter.d.ts.map +1 -1
- package/dist/components/hx-nav/hx-nav.d.ts +29 -0
- package/dist/components/hx-nav/hx-nav.d.ts.map +1 -1
- package/dist/components/hx-number-input/hx-number-input.d.ts +34 -0
- package/dist/components/hx-number-input/hx-number-input.d.ts.map +1 -1
- package/dist/components/hx-number-input/index.js +1 -1
- package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts +26 -0
- package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts.map +1 -1
- package/dist/components/hx-overflow-menu/index.js +1 -1
- package/dist/components/hx-pagination/hx-pagination.d.ts +21 -0
- package/dist/components/hx-pagination/hx-pagination.d.ts.map +1 -1
- package/dist/components/hx-pagination/index.js +1 -1
- package/dist/components/hx-patient-banner/hx-patient-banner.d.ts +23 -0
- package/dist/components/hx-patient-banner/hx-patient-banner.d.ts.map +1 -1
- package/dist/components/hx-phi-field/hx-phi-field.d.ts +14 -0
- package/dist/components/hx-phi-field/hx-phi-field.d.ts.map +1 -1
- package/dist/components/hx-phi-field/index.js +1 -1
- package/dist/components/hx-popover/hx-popover.d.ts +15 -0
- package/dist/components/hx-popover/hx-popover.d.ts.map +1 -1
- package/dist/components/hx-popover/index.js +1 -1
- package/dist/components/hx-popup/hx-popup.d.ts +1 -0
- package/dist/components/hx-popup/hx-popup.d.ts.map +1 -1
- package/dist/components/hx-progress-bar/hx-progress-bar.d.ts +17 -0
- package/dist/components/hx-progress-bar/hx-progress-bar.d.ts.map +1 -1
- package/dist/components/hx-progress-bar/index.js +1 -1
- package/dist/components/hx-progress-ring/hx-progress-ring.d.ts +15 -0
- package/dist/components/hx-progress-ring/hx-progress-ring.d.ts.map +1 -1
- package/dist/components/hx-prose/hx-prose.d.ts +2 -0
- package/dist/components/hx-prose/hx-prose.d.ts.map +1 -1
- package/dist/components/hx-radio-group/hx-radio-group.d.ts +14 -0
- package/dist/components/hx-radio-group/hx-radio-group.d.ts.map +1 -1
- package/dist/components/hx-radio-group/index.js +1 -1
- package/dist/components/hx-rating/hx-rating.d.ts +13 -0
- package/dist/components/hx-rating/hx-rating.d.ts.map +1 -1
- package/dist/components/hx-rating/index.js +1 -1
- package/dist/components/hx-select/hx-select.d.ts +43 -0
- package/dist/components/hx-select/hx-select.d.ts.map +1 -1
- package/dist/components/hx-select/hx-select.styles.d.ts.map +1 -1
- package/dist/components/hx-select/index.js +1 -1
- package/dist/components/hx-side-nav/hx-nav-item.styles.d.ts.map +1 -1
- package/dist/components/hx-side-nav/hx-side-nav.d.ts +19 -0
- package/dist/components/hx-side-nav/hx-side-nav.d.ts.map +1 -1
- package/dist/components/hx-side-nav/index.js +1 -1
- package/dist/components/hx-skeleton/hx-skeleton.d.ts +5 -0
- package/dist/components/hx-skeleton/hx-skeleton.d.ts.map +1 -1
- package/dist/components/hx-slider/hx-slider.d.ts +38 -0
- package/dist/components/hx-slider/hx-slider.d.ts.map +1 -1
- package/dist/components/hx-slider/index.js +1 -1
- package/dist/components/hx-spinner/hx-spinner.d.ts +10 -0
- package/dist/components/hx-spinner/hx-spinner.d.ts.map +1 -1
- package/dist/components/hx-split-button/hx-split-button.d.ts +39 -0
- package/dist/components/hx-split-button/hx-split-button.d.ts.map +1 -1
- package/dist/components/hx-split-button/index.js +1 -1
- package/dist/components/hx-split-panel/hx-split-panel.d.ts +12 -0
- package/dist/components/hx-split-panel/hx-split-panel.d.ts.map +1 -1
- package/dist/components/hx-split-panel/index.js +1 -1
- package/dist/components/hx-stack/hx-stack.d.ts +5 -0
- package/dist/components/hx-stack/hx-stack.d.ts.map +1 -1
- package/dist/components/hx-stat/hx-stat.d.ts +24 -0
- package/dist/components/hx-stat/hx-stat.d.ts.map +1 -1
- package/dist/components/hx-stat/index.js +1 -1
- package/dist/components/hx-status-indicator/hx-status-indicator.d.ts +13 -0
- package/dist/components/hx-status-indicator/hx-status-indicator.d.ts.map +1 -1
- package/dist/components/hx-status-indicator/index.js +1 -1
- package/dist/components/hx-steps/hx-steps.d.ts +15 -0
- package/dist/components/hx-steps/hx-steps.d.ts.map +1 -1
- package/dist/components/hx-steps/index.js +1 -1
- package/dist/components/hx-structured-list/hx-structured-list.d.ts +7 -0
- package/dist/components/hx-structured-list/hx-structured-list.d.ts.map +1 -1
- package/dist/components/hx-switch/hx-switch.d.ts +42 -0
- package/dist/components/hx-switch/hx-switch.d.ts.map +1 -1
- package/dist/components/hx-switch/index.js +1 -1
- package/dist/components/hx-table/hx-table.d.ts +14 -0
- package/dist/components/hx-table/hx-table.d.ts.map +1 -1
- package/dist/components/hx-table/index.js +1 -1
- package/dist/components/hx-tabs/hx-tabs.d.ts +4 -0
- package/dist/components/hx-tabs/hx-tabs.d.ts.map +1 -1
- package/dist/components/hx-tag/hx-tag.d.ts +36 -0
- package/dist/components/hx-tag/hx-tag.d.ts.map +1 -1
- package/dist/components/hx-text/hx-text.d.ts +22 -0
- package/dist/components/hx-text/hx-text.d.ts.map +1 -1
- package/dist/components/hx-text-input/hx-text-input.d.ts +30 -0
- package/dist/components/hx-text-input/hx-text-input.d.ts.map +1 -1
- package/dist/components/hx-text-input/index.js +1 -1
- package/dist/components/hx-textarea/hx-textarea.d.ts +27 -0
- package/dist/components/hx-textarea/hx-textarea.d.ts.map +1 -1
- package/dist/components/hx-textarea/index.js +1 -1
- package/dist/components/hx-theme/hx-theme.d.ts +3 -0
- package/dist/components/hx-theme/hx-theme.d.ts.map +1 -1
- package/dist/components/hx-theme/index.js +1 -1
- package/dist/components/hx-time-picker/hx-time-picker.d.ts +32 -0
- package/dist/components/hx-time-picker/hx-time-picker.d.ts.map +1 -1
- package/dist/components/hx-time-picker/index.js +1 -1
- package/dist/components/hx-toast/hx-toast.d.ts +24 -0
- package/dist/components/hx-toast/hx-toast.d.ts.map +1 -1
- package/dist/components/hx-toast/index.js +1 -1
- package/dist/components/hx-toggle-button/hx-toggle-button.d.ts +35 -0
- package/dist/components/hx-toggle-button/hx-toggle-button.d.ts.map +1 -1
- package/dist/components/hx-toggle-button/hx-toggle-button.styles.d.ts.map +1 -1
- package/dist/components/hx-toggle-button/index.js +1 -1
- package/dist/components/hx-tooltip/hx-tooltip.d.ts +13 -0
- package/dist/components/hx-tooltip/hx-tooltip.d.ts.map +1 -1
- package/dist/components/hx-tooltip/index.js +1 -1
- package/dist/components/hx-top-nav/hx-top-nav.d.ts +21 -0
- package/dist/components/hx-top-nav/hx-top-nav.d.ts.map +1 -1
- package/dist/components/hx-top-nav/index.js +1 -1
- package/dist/components/hx-tree-view/hx-tree-view.d.ts +6 -0
- package/dist/components/hx-tree-view/hx-tree-view.d.ts.map +1 -1
- package/dist/css/helix-all.css +298 -285
- package/dist/css/helix-core.css +26 -26
- package/dist/css/helix-data.css +31 -27
- package/dist/css/helix-feedback.css +12 -12
- package/dist/css/helix-forms.css +139 -133
- package/dist/css/helix-layout.css +3 -3
- package/dist/css/helix-navigation.css +35 -35
- package/dist/css/helix-overlay.css +32 -29
- package/dist/css/helix-tokens.css +12 -0
- package/dist/css/helix-utility.css +18 -18
- package/dist/css/hx-action-bar.css +3 -3
- package/dist/css/hx-button.css +10 -10
- package/dist/css/hx-card.css +6 -6
- package/dist/css/hx-checkbox-group.css +2 -2
- package/dist/css/hx-checkbox.css +5 -5
- package/dist/css/hx-code-snippet.css +18 -15
- package/dist/css/hx-combobox.css +13 -13
- package/dist/css/hx-data-table.css +8 -7
- package/dist/css/hx-date-picker.css +20 -20
- package/dist/css/hx-dialog.css +10 -10
- package/dist/css/hx-divider.css +2 -2
- package/dist/css/hx-drawer.css +12 -9
- package/dist/css/hx-dropdown.css +2 -2
- package/dist/css/hx-field-label.css +2 -2
- package/dist/css/hx-field.css +2 -2
- package/dist/css/hx-file-upload.css +11 -11
- package/dist/css/hx-help-text.css +2 -2
- package/dist/css/hx-icon-button.css +6 -6
- package/dist/css/hx-link.css +2 -2
- package/dist/css/hx-menu.css +2 -2
- package/dist/css/hx-number-input.css +12 -12
- package/dist/css/hx-overflow-menu.css +7 -7
- package/dist/css/hx-pagination.css +10 -10
- package/dist/css/hx-phi-field.css +2 -2
- package/dist/css/hx-popover.css +5 -5
- package/dist/css/hx-progress-bar.css +2 -2
- package/dist/css/hx-radio-group.css +2 -2
- package/dist/css/hx-rating.css +2 -2
- package/dist/css/hx-select.css +11 -8
- package/dist/css/hx-side-nav.css +9 -9
- package/dist/css/hx-slider.css +9 -9
- package/dist/css/hx-split-button.css +15 -15
- package/dist/css/hx-split-panel.css +3 -3
- package/dist/css/hx-stat.css +3 -3
- package/dist/css/hx-status-indicator.css +1 -1
- package/dist/css/hx-switch.css +4 -4
- package/dist/css/hx-table.css +5 -5
- package/dist/css/hx-text-input.css +7 -7
- package/dist/css/hx-textarea.css +7 -7
- package/dist/css/hx-time-picker.css +11 -11
- package/dist/css/hx-toast.css +6 -6
- package/dist/css/hx-toggle-button.css +17 -14
- package/dist/css/hx-tooltip.css +3 -3
- package/dist/css/hx-top-nav.css +7 -7
- package/dist/css/index.css +1 -1
- package/dist/css/manifest.json +182 -180
- package/dist/index.js +47 -47
- package/dist/shared/hx-accordion-Wt52OOZD.js.map +1 -1
- package/dist/shared/{hx-action-bar-BKMADbHj.js → hx-action-bar-6UzmViHI.js} +4 -4
- package/dist/shared/hx-action-bar-6UzmViHI.js.map +1 -0
- package/dist/shared/hx-alert-D7n94HwI.js.map +1 -1
- package/dist/shared/hx-avatar-iLYzu8MJ.js.map +1 -1
- package/dist/shared/hx-badge-CVCmMPyW.js.map +1 -1
- package/dist/shared/hx-banner-C_He7Tr4.js.map +1 -1
- package/dist/shared/{hx-breadcrumb-item-CldCwD1d.js → hx-breadcrumb-item-BgG5RcmA.js} +3 -3
- package/dist/shared/hx-breadcrumb-item-BgG5RcmA.js.map +1 -0
- package/dist/shared/{hx-button-Ddl-T6T-.js → hx-button-CQZswjtQ.js} +15 -15
- package/dist/shared/hx-button-CQZswjtQ.js.map +1 -0
- package/dist/shared/hx-button-group-BJOGWoMa.js.map +1 -1
- package/dist/shared/{hx-card-ycveujjL.js → hx-card-Dy_FuLfS.js} +23 -23
- package/dist/shared/hx-card-Dy_FuLfS.js.map +1 -0
- package/dist/shared/hx-carousel-item-D_dCv61-.js.map +1 -1
- package/dist/shared/{hx-checkbox-DkkoWoye.js → hx-checkbox-ZKjOF7_3.js} +17 -17
- package/dist/shared/{hx-checkbox-DkkoWoye.js.map → hx-checkbox-ZKjOF7_3.js.map} +1 -1
- package/dist/shared/{hx-checkbox-group-C3poJ-Zw.js → hx-checkbox-group-XjOBHLiP.js} +3 -3
- package/dist/shared/hx-checkbox-group-XjOBHLiP.js.map +1 -0
- package/dist/shared/hx-clinical-status-BS5lcddT.js.map +1 -1
- package/dist/shared/{hx-code-snippet-B7wUKzyb.js → hx-code-snippet-DssubcYM.js} +27 -24
- package/dist/shared/hx-code-snippet-DssubcYM.js.map +1 -0
- package/dist/shared/hx-color-picker-DBaKTVLr.js.map +1 -1
- package/dist/shared/{hx-combobox-BmgYT7Ar.js → hx-combobox-DLwnvHVd.js} +17 -17
- package/dist/shared/hx-combobox-DLwnvHVd.js.map +1 -0
- package/dist/shared/hx-container-DVI7sxfX.js.map +1 -1
- package/dist/shared/hx-copy-button-8deNUdwP.js.map +1 -1
- package/dist/shared/hx-counter-CKfl_g8K.js.map +1 -1
- package/dist/shared/{hx-data-table-B6h0RPn0.js → hx-data-table-CnLxo9PH.js} +77 -76
- package/dist/shared/hx-data-table-CnLxo9PH.js.map +1 -0
- package/dist/shared/{hx-date-picker-Dq2Nb68_.js → hx-date-picker-D7H7CsVH.js} +21 -21
- package/dist/shared/hx-date-picker-D7H7CsVH.js.map +1 -0
- package/dist/shared/{hx-dialog-CvIlY0Tc.js → hx-dialog-BW-jetzN.js} +33 -33
- package/dist/shared/hx-dialog-BW-jetzN.js.map +1 -0
- package/dist/shared/{hx-divider-DwpOrzMW.js → hx-divider-CvyUVcp-.js} +13 -13
- package/dist/shared/hx-divider-CvyUVcp-.js.map +1 -0
- package/dist/shared/{hx-drawer-Cx2ZJhBe.js → hx-drawer-BT52I4tk.js} +13 -10
- package/dist/shared/hx-drawer-BT52I4tk.js.map +1 -0
- package/dist/shared/{hx-dropdown-BjDrPUq5.js → hx-dropdown-BpVpL6Dz.js} +3 -3
- package/dist/shared/{hx-dropdown-BjDrPUq5.js.map → hx-dropdown-BpVpL6Dz.js.map} +1 -1
- package/dist/shared/{hx-field-Dp3qQMut.js → hx-field-BX4zE3z5.js} +7 -7
- package/dist/shared/hx-field-BX4zE3z5.js.map +1 -0
- package/dist/shared/{hx-field-label-BC8QViXv.js → hx-field-label-DtJzb1r3.js} +8 -8
- package/dist/shared/hx-field-label-DtJzb1r3.js.map +1 -0
- package/dist/shared/{hx-file-upload-B6Yl1u0i.js → hx-file-upload-BNuepoGn.js} +34 -34
- package/dist/shared/hx-file-upload-BNuepoGn.js.map +1 -0
- package/dist/shared/hx-grid-CXZf3jeK.js.map +1 -1
- package/dist/shared/{hx-help-text-D7eytSim.js → hx-help-text-Br3igJv5.js} +7 -7
- package/dist/shared/hx-help-text-Br3igJv5.js.map +1 -0
- package/dist/shared/hx-icon-CcyDPDYY.js.map +1 -1
- package/dist/shared/{hx-icon-button-BHneqPCU.js → hx-icon-button-CqXH5Wwb.js} +7 -7
- package/dist/shared/hx-icon-button-CqXH5Wwb.js.map +1 -0
- package/dist/shared/hx-image-2gt14zZd.js.map +1 -1
- package/dist/shared/{hx-link-BESrWK8M.js → hx-link-Bem4Gn68.js} +8 -8
- package/dist/shared/hx-link-Bem4Gn68.js.map +1 -0
- package/dist/shared/hx-list-_9qVv02L.js.map +1 -1
- package/dist/shared/{hx-menu-divider-Ck-9Os1t.js → hx-menu-divider-DsHWyPHy.js} +37 -37
- package/dist/shared/hx-menu-divider-DsHWyPHy.js.map +1 -0
- package/dist/shared/hx-meter-TbROk-dw.js.map +1 -1
- package/dist/shared/hx-nav-BcYDmjf7.js.map +1 -1
- package/dist/shared/{hx-nav-item-pqPasRUm.js → hx-nav-item-BTMMQv6c.js} +34 -30
- package/dist/shared/hx-nav-item-BTMMQv6c.js.map +1 -0
- package/dist/shared/{hx-number-input-mOIZ3-46.js → hx-number-input-l6jeaGWW.js} +71 -71
- package/dist/shared/hx-number-input-l6jeaGWW.js.map +1 -0
- package/dist/shared/{hx-overflow-menu-Dprb9lnT.js → hx-overflow-menu-DJ4qpgmi.js} +12 -12
- package/dist/shared/hx-overflow-menu-DJ4qpgmi.js.map +1 -0
- package/dist/shared/{hx-pagination-AguTQjYC.js → hx-pagination-5FeVFIve.js} +64 -64
- package/dist/shared/hx-pagination-5FeVFIve.js.map +1 -0
- package/dist/shared/hx-patient-banner-uE6gqLpT.js.map +1 -1
- package/dist/shared/{hx-phi-field-BC_XowhC.js → hx-phi-field-DxeWcRm9.js} +3 -3
- package/dist/shared/hx-phi-field-DxeWcRm9.js.map +1 -0
- package/dist/shared/{hx-popover-B2_203ct.js → hx-popover-C05QcD9m.js} +6 -6
- package/dist/shared/hx-popover-C05QcD9m.js.map +1 -0
- package/dist/shared/hx-popup-DZXpsJ1R.js.map +1 -1
- package/dist/shared/{hx-progress-bar-KjEkEJLy.js → hx-progress-bar-CJdwAeDg.js} +11 -11
- package/dist/shared/hx-progress-bar-CJdwAeDg.js.map +1 -0
- package/dist/shared/hx-progress-ring-3zMwvrwD.js.map +1 -1
- package/dist/shared/hx-prose-BCtK7YL6.js.map +1 -1
- package/dist/shared/{hx-radio-BBC5qZgE.js → hx-radio-QHrhL908.js} +11 -11
- package/dist/shared/hx-radio-QHrhL908.js.map +1 -0
- package/dist/shared/{hx-rating-C3E3ENJb.js → hx-rating-BO9kl9pb.js} +33 -33
- package/dist/shared/hx-rating-BO9kl9pb.js.map +1 -0
- package/dist/shared/{hx-select-CixTo7jp.js → hx-select-BuMvRDkY.js} +47 -44
- package/dist/shared/hx-select-BuMvRDkY.js.map +1 -0
- package/dist/shared/hx-skeleton-LxkI0pxr.js.map +1 -1
- package/dist/shared/{hx-slider-DFHuzF3N.js → hx-slider-wcF_oyNJ.js} +41 -41
- package/dist/shared/hx-slider-wcF_oyNJ.js.map +1 -0
- package/dist/shared/hx-spinner-BKjuCdZB.js.map +1 -1
- package/dist/shared/{hx-split-button-CGcJMmCG.js → hx-split-button-CEkQqbF9.js} +32 -32
- package/dist/shared/hx-split-button-CEkQqbF9.js.map +1 -0
- package/dist/shared/{hx-split-panel-C-1R10Mc.js → hx-split-panel-BymHlV5e.js} +4 -4
- package/dist/shared/hx-split-panel-BymHlV5e.js.map +1 -0
- package/dist/shared/hx-stack-DGfcOfWJ.js.map +1 -1
- package/dist/shared/{hx-stat-BTpykQAt.js → hx-stat-DTRyLF3a.js} +8 -8
- package/dist/shared/hx-stat-DTRyLF3a.js.map +1 -0
- package/dist/shared/{hx-status-indicator-X2QEWNFt.js → hx-status-indicator-DIGRGM2G.js} +6 -6
- package/dist/shared/{hx-status-indicator-X2QEWNFt.js.map → hx-status-indicator-DIGRGM2G.js.map} +1 -1
- package/dist/shared/{hx-step-CRNQlmSo.js → hx-step-D15gtcLm.js} +33 -33
- package/dist/shared/hx-step-D15gtcLm.js.map +1 -0
- package/dist/shared/hx-structured-list-CqNbaEXg.js.map +1 -1
- package/dist/shared/{hx-switch-DqOD9JR7.js → hx-switch-CbunfMHW.js} +5 -5
- package/dist/shared/hx-switch-CbunfMHW.js.map +1 -0
- package/dist/shared/hx-tab-panel-BIzKfW5i.js.map +1 -1
- package/dist/shared/hx-tag-CgnrNnte.js.map +1 -1
- package/dist/shared/{hx-td-Bra35cH4.js → hx-td-B737T0_c.js} +45 -45
- package/dist/shared/hx-td-B737T0_c.js.map +1 -0
- package/dist/shared/hx-text-DMC2CPlL.js.map +1 -1
- package/dist/shared/{hx-text-input--q0GH78x.js → hx-text-input-eSPVURd5.js} +8 -8
- package/dist/shared/hx-text-input-eSPVURd5.js.map +1 -0
- package/dist/shared/{hx-textarea-CK621vSL.js → hx-textarea-C4DjRmo4.js} +12 -12
- package/dist/shared/hx-textarea-C4DjRmo4.js.map +1 -0
- package/dist/shared/{hx-theme-DfEy-SJA.js → hx-theme-BiyQ7UUK.js} +46 -35
- package/dist/shared/hx-theme-BiyQ7UUK.js.map +1 -0
- package/dist/shared/{hx-time-picker-tPUfgElQ.js → hx-time-picker-BtbHX7A4.js} +28 -28
- package/dist/shared/hx-time-picker-BtbHX7A4.js.map +1 -0
- package/dist/shared/{hx-toggle-button-L-uBJr-a.js → hx-toggle-button-FOvw-ebx.js} +26 -23
- package/dist/shared/hx-toggle-button-FOvw-ebx.js.map +1 -0
- package/dist/shared/{hx-tooltip-B_zfKvwc.js → hx-tooltip-BoZi2crX.js} +4 -4
- package/dist/shared/hx-tooltip-BoZi2crX.js.map +1 -0
- package/dist/shared/{hx-top-nav-CATbRvIv.js → hx-top-nav-Cd9zvv1B.js} +20 -20
- package/dist/shared/hx-top-nav-Cd9zvv1B.js.map +1 -0
- package/dist/shared/hx-tree-item-A45WCiBu.js.map +1 -1
- package/dist/shared/{toast-factory-BPPnG3mM.js → toast-factory-M373dTcz.js} +28 -28
- package/dist/shared/toast-factory-M373dTcz.js.map +1 -0
- package/figma-inventory.json +26629 -0
- package/package.json +8 -3
- package/dist/shared/hx-action-bar-BKMADbHj.js.map +0 -1
- package/dist/shared/hx-breadcrumb-item-CldCwD1d.js.map +0 -1
- package/dist/shared/hx-button-Ddl-T6T-.js.map +0 -1
- package/dist/shared/hx-card-ycveujjL.js.map +0 -1
- package/dist/shared/hx-checkbox-group-C3poJ-Zw.js.map +0 -1
- package/dist/shared/hx-code-snippet-B7wUKzyb.js.map +0 -1
- package/dist/shared/hx-combobox-BmgYT7Ar.js.map +0 -1
- package/dist/shared/hx-data-table-B6h0RPn0.js.map +0 -1
- package/dist/shared/hx-date-picker-Dq2Nb68_.js.map +0 -1
- package/dist/shared/hx-dialog-CvIlY0Tc.js.map +0 -1
- package/dist/shared/hx-divider-DwpOrzMW.js.map +0 -1
- package/dist/shared/hx-drawer-Cx2ZJhBe.js.map +0 -1
- package/dist/shared/hx-field-Dp3qQMut.js.map +0 -1
- package/dist/shared/hx-field-label-BC8QViXv.js.map +0 -1
- package/dist/shared/hx-file-upload-B6Yl1u0i.js.map +0 -1
- package/dist/shared/hx-help-text-D7eytSim.js.map +0 -1
- package/dist/shared/hx-icon-button-BHneqPCU.js.map +0 -1
- package/dist/shared/hx-link-BESrWK8M.js.map +0 -1
- package/dist/shared/hx-menu-divider-Ck-9Os1t.js.map +0 -1
- package/dist/shared/hx-nav-item-pqPasRUm.js.map +0 -1
- package/dist/shared/hx-number-input-mOIZ3-46.js.map +0 -1
- package/dist/shared/hx-overflow-menu-Dprb9lnT.js.map +0 -1
- package/dist/shared/hx-pagination-AguTQjYC.js.map +0 -1
- package/dist/shared/hx-phi-field-BC_XowhC.js.map +0 -1
- package/dist/shared/hx-popover-B2_203ct.js.map +0 -1
- package/dist/shared/hx-progress-bar-KjEkEJLy.js.map +0 -1
- package/dist/shared/hx-radio-BBC5qZgE.js.map +0 -1
- package/dist/shared/hx-rating-C3E3ENJb.js.map +0 -1
- package/dist/shared/hx-select-CixTo7jp.js.map +0 -1
- package/dist/shared/hx-slider-DFHuzF3N.js.map +0 -1
- package/dist/shared/hx-split-button-CGcJMmCG.js.map +0 -1
- package/dist/shared/hx-split-panel-C-1R10Mc.js.map +0 -1
- package/dist/shared/hx-stat-BTpykQAt.js.map +0 -1
- package/dist/shared/hx-step-CRNQlmSo.js.map +0 -1
- package/dist/shared/hx-switch-DqOD9JR7.js.map +0 -1
- package/dist/shared/hx-td-Bra35cH4.js.map +0 -1
- package/dist/shared/hx-text-input--q0GH78x.js.map +0 -1
- package/dist/shared/hx-textarea-CK621vSL.js.map +0 -1
- package/dist/shared/hx-theme-DfEy-SJA.js.map +0 -1
- package/dist/shared/hx-time-picker-tPUfgElQ.js.map +0 -1
- package/dist/shared/hx-toggle-button-L-uBJr-a.js.map +0 -1
- package/dist/shared/hx-tooltip-B_zfKvwc.js.map +0 -1
- package/dist/shared/hx-top-nav-CATbRvIv.js.map +0 -1
- package/dist/shared/toast-factory-BPPnG3mM.js.map +0 -1
package/dist/css/helix-core.css
CHANGED
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
|
|
435
435
|
.button--primary {
|
|
436
436
|
--hx-button-bg: var(--hx-color-primary-500);
|
|
437
|
-
--hx-button-color: var(--hx-color-
|
|
437
|
+
--hx-button-color: var(--hx-color-text-on-primary);
|
|
438
438
|
--hx-button-border-color: transparent;
|
|
439
439
|
}
|
|
440
440
|
|
|
@@ -445,22 +445,22 @@
|
|
|
445
445
|
}
|
|
446
446
|
|
|
447
447
|
.button--secondary:hover {
|
|
448
|
-
--hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-
|
|
448
|
+
--hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-surface-raised, #f8fafc));
|
|
449
449
|
}
|
|
450
450
|
|
|
451
451
|
.button--tertiary {
|
|
452
|
-
--hx-button-bg: var(--hx-color-
|
|
453
|
-
--hx-button-color: var(--hx-color-
|
|
452
|
+
--hx-button-bg: var(--hx-color-surface-sunken, #f1f5f9);
|
|
453
|
+
--hx-button-color: var(--hx-color-text-primary, #0f172a);
|
|
454
454
|
--hx-button-border-color: transparent;
|
|
455
455
|
}
|
|
456
456
|
|
|
457
457
|
.button--tertiary:hover {
|
|
458
|
-
--hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-
|
|
458
|
+
--hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-surface-raised, #f8fafc));
|
|
459
459
|
}
|
|
460
460
|
|
|
461
461
|
.button--danger {
|
|
462
462
|
--hx-button-bg: var(--hx-color-error-500);
|
|
463
|
-
--hx-button-color: var(--hx-color-
|
|
463
|
+
--hx-button-color: var(--hx-color-text-on-error);
|
|
464
464
|
--hx-button-border-color: transparent;
|
|
465
465
|
}
|
|
466
466
|
|
|
@@ -475,17 +475,17 @@
|
|
|
475
475
|
}
|
|
476
476
|
|
|
477
477
|
.button--ghost:hover {
|
|
478
|
-
--hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-
|
|
478
|
+
--hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-surface-raised, #f8fafc));
|
|
479
479
|
}
|
|
480
480
|
|
|
481
481
|
.button--outline {
|
|
482
482
|
--hx-button-bg: transparent;
|
|
483
|
-
--hx-button-color: var(--hx-color-
|
|
484
|
-
--hx-button-border-color: var(--hx-color-
|
|
483
|
+
--hx-button-color: var(--hx-color-text-primary, #0f172a);
|
|
484
|
+
--hx-button-border-color: var(--hx-color-border-strong, #94a3b8);
|
|
485
485
|
}
|
|
486
486
|
|
|
487
487
|
.button--outline:hover {
|
|
488
|
-
--hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-
|
|
488
|
+
--hx-button-bg: var(--hx-button-hover-bg, var(--hx-color-surface-raised, #f8fafc));
|
|
489
489
|
}
|
|
490
490
|
|
|
491
491
|
.button--primary:hover {
|
|
@@ -754,17 +754,17 @@
|
|
|
754
754
|
:host {
|
|
755
755
|
display: block;
|
|
756
756
|
color: var(--hx-card-color, inherit);
|
|
757
|
-
background-color: var(--hx-card-bg, var(--hx-color-
|
|
757
|
+
background-color: var(--hx-card-bg, var(--hx-color-surface-default, #ffffff));
|
|
758
758
|
}
|
|
759
759
|
|
|
760
760
|
.card {
|
|
761
761
|
display: flex;
|
|
762
762
|
flex-direction: column;
|
|
763
763
|
gap: var(--hx-card-gap, var(--hx-space-4, 1rem));
|
|
764
|
-
background-color: var(--hx-card-bg, var(--hx-color-
|
|
765
|
-
color: var(--hx-card-color, var(--hx-color-
|
|
764
|
+
background-color: var(--hx-card-bg, var(--hx-color-surface-default, #ffffff));
|
|
765
|
+
color: var(--hx-card-color, var(--hx-color-text-strong, #1e293b));
|
|
766
766
|
border: var(--hx-border-width-thin, 1px) solid
|
|
767
|
-
var(--hx-card-border-color, var(--hx-color-
|
|
767
|
+
var(--hx-card-border-color, var(--hx-color-border-default, #e2e8f0));
|
|
768
768
|
border-radius: var(--hx-card-border-radius, var(--hx-border-radius-lg, 0.5rem));
|
|
769
769
|
overflow: hidden;
|
|
770
770
|
font-family: var(--hx-card-font-family, var(--hx-font-family-sans, sans-serif));
|
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
flex: 1;
|
|
891
891
|
font-size: var(--hx-font-size-md, 1rem);
|
|
892
892
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
893
|
-
color: var(--hx-card-color, var(--hx-color-
|
|
893
|
+
color: var(--hx-card-color, var(--hx-color-text-secondary, #475569));
|
|
894
894
|
}
|
|
895
895
|
|
|
896
896
|
.card__footer {
|
|
@@ -908,7 +908,7 @@
|
|
|
908
908
|
padding-bottom: var(--hx-card-padding, var(--hx-space-6, 1.5rem));
|
|
909
909
|
padding-inline-start: var(--hx-card-padding, var(--hx-space-6, 1.5rem));
|
|
910
910
|
border-top: var(--hx-border-width-thin, 1px) solid
|
|
911
|
-
var(--hx-card-border-color, var(--hx-color-
|
|
911
|
+
var(--hx-card-border-color, var(--hx-color-border-default, #e2e8f0));
|
|
912
912
|
margin-top: auto;
|
|
913
913
|
}
|
|
914
914
|
|
|
@@ -926,9 +926,9 @@
|
|
|
926
926
|
/* ── hx-divider ── */
|
|
927
927
|
:host {
|
|
928
928
|
display: block;
|
|
929
|
-
--_divider-color: var(--hx-divider-color, var(--hx-color-
|
|
929
|
+
--_divider-color: var(--hx-divider-color, var(--hx-color-border-default, #e2e8f0));
|
|
930
930
|
--_divider-width: var(--hx-divider-width, var(--hx-border-width-thin, 1px));
|
|
931
|
-
--_divider-label-color: var(--hx-divider-label-color, var(--hx-color-
|
|
931
|
+
--_divider-label-color: var(--hx-divider-label-color, var(--hx-color-text-muted, #64748b));
|
|
932
932
|
--_divider-label-size: var(--hx-divider-label-font-size, var(--hx-font-size-sm, 0.875rem));
|
|
933
933
|
--_divider-label-gap: var(--hx-divider-label-gap, var(--hx-space-3, 0.75rem));
|
|
934
934
|
}
|
|
@@ -1176,7 +1176,7 @@
|
|
|
1176
1176
|
|
|
1177
1177
|
.button--primary {
|
|
1178
1178
|
--hx-icon-button-bg: var(--hx-color-primary-500);
|
|
1179
|
-
--hx-icon-button-color: var(--hx-color-
|
|
1179
|
+
--hx-icon-button-color: var(--hx-color-text-on-primary);
|
|
1180
1180
|
--hx-icon-button-border-color: transparent;
|
|
1181
1181
|
}
|
|
1182
1182
|
|
|
@@ -1196,17 +1196,17 @@
|
|
|
1196
1196
|
|
|
1197
1197
|
.button--tertiary {
|
|
1198
1198
|
--hx-icon-button-bg: transparent;
|
|
1199
|
-
--hx-icon-button-color: var(--hx-color-
|
|
1200
|
-
--hx-icon-button-border-color: var(--hx-color-
|
|
1199
|
+
--hx-icon-button-color: var(--hx-color-text-strong);
|
|
1200
|
+
--hx-icon-button-border-color: var(--hx-color-border-strong);
|
|
1201
1201
|
}
|
|
1202
1202
|
|
|
1203
1203
|
.button--tertiary:hover {
|
|
1204
|
-
--hx-icon-button-bg: var(--hx-color-
|
|
1204
|
+
--hx-icon-button-bg: var(--hx-color-surface-sunken);
|
|
1205
1205
|
}
|
|
1206
1206
|
|
|
1207
1207
|
.button--danger {
|
|
1208
1208
|
--hx-icon-button-bg: var(--hx-color-error-500);
|
|
1209
|
-
--hx-icon-button-color: var(--hx-color-
|
|
1209
|
+
--hx-icon-button-color: var(--hx-color-text-on-error);
|
|
1210
1210
|
--hx-icon-button-border-color: transparent;
|
|
1211
1211
|
}
|
|
1212
1212
|
|
|
@@ -1221,7 +1221,7 @@
|
|
|
1221
1221
|
}
|
|
1222
1222
|
|
|
1223
1223
|
.button--ghost:hover {
|
|
1224
|
-
--hx-icon-button-bg: var(--hx-color-
|
|
1224
|
+
--hx-icon-button-bg: var(--hx-color-surface-raised);
|
|
1225
1225
|
}
|
|
1226
1226
|
|
|
1227
1227
|
/* ─── Icon Container ─── */
|
|
@@ -1377,7 +1377,7 @@
|
|
|
1377
1377
|
/* --- Variant: subtle --- */
|
|
1378
1378
|
|
|
1379
1379
|
.link--subtle {
|
|
1380
|
-
color: var(--hx-link-color-subtle, var(--hx-color-
|
|
1380
|
+
color: var(--hx-link-color-subtle, var(--hx-color-text-secondary, #475569));
|
|
1381
1381
|
text-decoration: none;
|
|
1382
1382
|
}
|
|
1383
1383
|
|
|
@@ -1399,7 +1399,7 @@
|
|
|
1399
1399
|
/* --- Disabled --- */
|
|
1400
1400
|
|
|
1401
1401
|
.link--disabled {
|
|
1402
|
-
color: var(--hx-link-color-disabled, var(--hx-color-
|
|
1402
|
+
color: var(--hx-link-color-disabled, var(--hx-color-text-disabled, #94a3b8));
|
|
1403
1403
|
text-decoration: none;
|
|
1404
1404
|
cursor: not-allowed;
|
|
1405
1405
|
}
|
package/dist/css/helix-data.css
CHANGED
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
display: inline;
|
|
16
16
|
font-family: var(--hx-code-snippet-font-family, var(--hx-font-family-mono, monospace));
|
|
17
17
|
font-size: var(--hx-code-snippet-font-size, var(--hx-font-size-sm, 0.875em));
|
|
18
|
-
background-color: var(--hx-code-snippet-inline-bg, var(--hx-color-
|
|
19
|
-
color: var(--hx-code-snippet-inline-color, var(--hx-color-
|
|
18
|
+
background-color: var(--hx-code-snippet-inline-bg, var(--hx-color-surface-sunken, #f1f5f9));
|
|
19
|
+
color: var(--hx-code-snippet-inline-color, var(--hx-color-text-primary, #0f172a));
|
|
20
20
|
padding: var(--hx-code-snippet-inline-padding-y, 0.125em)
|
|
21
21
|
var(--hx-code-snippet-inline-padding-x, 0.375em);
|
|
22
22
|
border-radius: var(--hx-code-snippet-border-radius, var(--hx-border-radius-sm, 0.25rem));
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
.code-snippet {
|
|
28
28
|
position: relative;
|
|
29
|
-
background-color: var(--hx-code-snippet-bg, var(--hx-color-
|
|
29
|
+
background-color: var(--hx-code-snippet-bg, var(--hx-color-surface-inverse, #0f172a));
|
|
30
30
|
border-radius: var(--hx-code-snippet-border-radius, var(--hx-border-radius-md, 0.375rem));
|
|
31
31
|
overflow: hidden;
|
|
32
32
|
}
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
font-family: var(--hx-code-snippet-font-family, var(--hx-font-family-mono, monospace));
|
|
67
67
|
font-size: var(--hx-code-snippet-font-size, var(--hx-font-size-sm, 0.875rem));
|
|
68
68
|
line-height: var(--hx-line-height-relaxed, 1.75);
|
|
69
|
-
color: var(--hx-code-snippet-color, var(--hx-color-
|
|
69
|
+
color: var(--hx-code-snippet-color, var(--hx-color-text-inverse, #ffffff));
|
|
70
70
|
tab-size: var(--hx-code-snippet-tab-size, 2);
|
|
71
71
|
}
|
|
72
72
|
|
|
@@ -80,10 +80,11 @@
|
|
|
80
80
|
min-width: var(--hx-touch-target-min, 2.75rem);
|
|
81
81
|
min-height: var(--hx-touch-target-min, 2.75rem);
|
|
82
82
|
padding: var(--hx-space-1, 0.25rem) var(--hx-space-2, 0.5rem);
|
|
83
|
-
border: var(--hx-border-width-thin, 1px) solid var(--hx-color-
|
|
83
|
+
border: var(--hx-border-width-thin, 1px) solid var(--hx-color-border-strong, #94a3b8);
|
|
84
84
|
border-radius: var(--hx-border-radius-sm, 0.25rem);
|
|
85
|
-
|
|
86
|
-
color: var(--hx-color-
|
|
85
|
+
/* Copy button sits on the always-dark block snippet surface; uses inverse family for contrast on the terminal background. */
|
|
86
|
+
background-color: var(--hx-color-surface-inverse, #0f172a);
|
|
87
|
+
color: var(--hx-color-text-inverse, #ffffff);
|
|
87
88
|
font-family: var(--hx-code-snippet-font-family, var(--hx-font-family-sans, sans-serif));
|
|
88
89
|
font-size: var(--hx-font-size-xs, 0.75rem);
|
|
89
90
|
font-weight: var(--hx-font-weight-medium, 500);
|
|
@@ -98,8 +99,9 @@
|
|
|
98
99
|
}
|
|
99
100
|
|
|
100
101
|
.code-snippet__copy-button:hover {
|
|
101
|
-
|
|
102
|
-
|
|
102
|
+
/* Hover on inverse terminal surface — keep semantic inverse family; border lifts via border-default in inverse context. */
|
|
103
|
+
background-color: var(--hx-color-surface-inverse, #0f172a);
|
|
104
|
+
border-color: var(--hx-color-border-default, #e2e8f0);
|
|
103
105
|
}
|
|
104
106
|
|
|
105
107
|
.code-snippet__copy-button:focus-visible {
|
|
@@ -123,9 +125,10 @@
|
|
|
123
125
|
min-height: var(--hx-touch-target-min, 2.75rem);
|
|
124
126
|
padding: var(--hx-space-2, 0.5rem) var(--hx-space-4, 1rem);
|
|
125
127
|
border: none;
|
|
126
|
-
border-top: var(--hx-border-width-thin, 1px) solid var(--hx-color-
|
|
127
|
-
|
|
128
|
-
color: var(--hx-color-
|
|
128
|
+
border-top: var(--hx-border-width-thin, 1px) solid var(--hx-color-border-strong, #94a3b8);
|
|
129
|
+
/* Expand button is attached to the always-dark block snippet — inverse family maintains the terminal aesthetic. */
|
|
130
|
+
background-color: var(--hx-color-surface-inverse, #0f172a);
|
|
131
|
+
color: var(--hx-color-text-inverse, #ffffff);
|
|
129
132
|
font-family: var(--hx-code-snippet-font-family, var(--hx-font-family-sans, sans-serif));
|
|
130
133
|
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
131
134
|
font-weight: var(--hx-font-weight-medium, 500);
|
|
@@ -135,8 +138,8 @@
|
|
|
135
138
|
}
|
|
136
139
|
|
|
137
140
|
.code-snippet__expand-button:hover {
|
|
138
|
-
background-color: var(--hx-color-
|
|
139
|
-
color: var(--hx-color-
|
|
141
|
+
background-color: var(--hx-color-surface-inverse, #0f172a);
|
|
142
|
+
color: var(--hx-color-text-inverse, #ffffff);
|
|
140
143
|
}
|
|
141
144
|
|
|
142
145
|
.code-snippet__expand-button:focus-visible {
|
|
@@ -151,7 +154,7 @@
|
|
|
151
154
|
display: inline-block;
|
|
152
155
|
min-width: var(--hx-space-8, 2rem);
|
|
153
156
|
padding-inline-end: var(--hx-space-3, 0.75rem);
|
|
154
|
-
color: var(--hx-code-snippet-line-number-color, var(--hx-color-
|
|
157
|
+
color: var(--hx-code-snippet-line-number-color, var(--hx-color-text-muted, #64748b));
|
|
155
158
|
user-select: none;
|
|
156
159
|
text-align: end;
|
|
157
160
|
}
|
|
@@ -228,14 +231,14 @@
|
|
|
228
231
|
/* ─── Head ─── */
|
|
229
232
|
|
|
230
233
|
thead {
|
|
231
|
-
background-color: var(--hx-data-table-header-bg, var(--hx-color-
|
|
234
|
+
background-color: var(--hx-data-table-header-bg, var(--hx-color-surface-raised, #f8fafc));
|
|
232
235
|
}
|
|
233
236
|
|
|
234
237
|
:host([sticky-header]) thead th {
|
|
235
238
|
position: sticky;
|
|
236
239
|
top: 0;
|
|
237
240
|
z-index: 1;
|
|
238
|
-
background-color: var(--hx-data-table-header-bg, var(--hx-color-
|
|
241
|
+
background-color: var(--hx-data-table-header-bg, var(--hx-color-surface-raised, #f8fafc));
|
|
239
242
|
}
|
|
240
243
|
|
|
241
244
|
/* ─── Cells ─── */
|
|
@@ -245,18 +248,18 @@
|
|
|
245
248
|
padding: var(--hx-space-3, 0.75rem) var(--hx-space-4, 1rem);
|
|
246
249
|
text-align: start;
|
|
247
250
|
border-bottom: var(--hx-border-width-thin, 1px) solid
|
|
248
|
-
var(--hx-data-table-border-color, var(--hx-color-
|
|
251
|
+
var(--hx-data-table-border-color, var(--hx-color-border-default, #e2e8f0));
|
|
249
252
|
vertical-align: middle;
|
|
250
253
|
}
|
|
251
254
|
|
|
252
255
|
th {
|
|
253
256
|
font-weight: var(--hx-font-weight-semibold, 600);
|
|
254
|
-
color: var(--hx-data-table-header-color, var(--hx-color-
|
|
257
|
+
color: var(--hx-data-table-header-color, var(--hx-color-text-strong, #334155));
|
|
255
258
|
white-space: nowrap;
|
|
256
259
|
}
|
|
257
260
|
|
|
258
261
|
td {
|
|
259
|
-
color: var(--hx-data-table-cell-color, var(--hx-color-
|
|
262
|
+
color: var(--hx-data-table-cell-color, var(--hx-color-text-primary, #0f172a));
|
|
260
263
|
}
|
|
261
264
|
|
|
262
265
|
/* ─── Checkbox Column ─── */
|
|
@@ -330,7 +333,7 @@
|
|
|
330
333
|
}
|
|
331
334
|
|
|
332
335
|
tbody tr:hover {
|
|
333
|
-
background-color: var(--hx-data-table-row-hover-bg, var(--hx-color-
|
|
336
|
+
background-color: var(--hx-data-table-row-hover-bg, var(--hx-color-surface-raised, #f8fafc));
|
|
334
337
|
}
|
|
335
338
|
|
|
336
339
|
tbody tr[aria-selected='true'] {
|
|
@@ -352,6 +355,7 @@
|
|
|
352
355
|
display: block;
|
|
353
356
|
height: 1em;
|
|
354
357
|
border-radius: var(--hx-border-radius-sm, 2px);
|
|
358
|
+
/* Skeleton shimmer: intentionally primitive so the animation reads the same across all modes. */
|
|
355
359
|
background: linear-gradient(
|
|
356
360
|
90deg,
|
|
357
361
|
var(--hx-color-neutral-200, #e2e8f0) 25%,
|
|
@@ -405,7 +409,7 @@
|
|
|
405
409
|
|
|
406
410
|
.empty-cell {
|
|
407
411
|
text-align: center;
|
|
408
|
-
color: var(--hx-data-table-empty-color, var(--hx-color-
|
|
412
|
+
color: var(--hx-data-table-empty-color, var(--hx-color-text-secondary, #475569));
|
|
409
413
|
padding: var(--hx-space-8, 2rem) var(--hx-space-4, 1rem);
|
|
410
414
|
}
|
|
411
415
|
|
|
@@ -613,7 +617,7 @@ export const helixStructuredListRowStyles = css`
|
|
|
613
617
|
text-align: start;
|
|
614
618
|
padding: var(--hx-space-2, 0.5rem) var(--hx-space-4, 1rem);
|
|
615
619
|
font-weight: var(--hx-font-weight-semibold, 600);
|
|
616
|
-
color: var(--hx-table-header-color, var(--hx-color-
|
|
620
|
+
color: var(--hx-table-header-color, var(--hx-color-text-strong, #1e293b));
|
|
617
621
|
font-size: var(--hx-font-size-md, 1rem);
|
|
618
622
|
}
|
|
619
623
|
|
|
@@ -629,12 +633,12 @@ export const helixStructuredListRowStyles = css`
|
|
|
629
633
|
|
|
630
634
|
/* Header background via CSS vars that cascade through display:contents */
|
|
631
635
|
::slotted(hx-thead) {
|
|
632
|
-
--_hx-table-cell-bg: var(--hx-table-header-bg, var(--hx-color-
|
|
636
|
+
--_hx-table-cell-bg: var(--hx-table-header-bg, var(--hx-color-surface-raised, #f8fafc));
|
|
633
637
|
}
|
|
634
638
|
|
|
635
639
|
/* Striped variant: set stripe signal on hx-tbody (direct slotted child) so hx-tbody can apply to even rows */
|
|
636
640
|
:host([variant='striped']) ::slotted(hx-tbody) {
|
|
637
|
-
--_hx-table-row-stripe-bg: var(--hx-table-stripe-bg, var(--hx-color-
|
|
641
|
+
--_hx-table-row-stripe-bg: var(--hx-table-stripe-bg, var(--hx-color-surface-raised, #f8fafc));
|
|
638
642
|
}
|
|
639
643
|
|
|
640
644
|
/* Hover variant: set hover bg variable on direct slotted section elements */
|
|
@@ -644,7 +648,7 @@ export const helixStructuredListRowStyles = css`
|
|
|
644
648
|
:host([variant='striped']) ::slotted(hx-thead),
|
|
645
649
|
:host([variant='default']) ::slotted(hx-tbody),
|
|
646
650
|
:host([variant='default']) ::slotted(hx-thead) {
|
|
647
|
-
--_hx-table-row-hover-bg: var(--hx-table-row-hover-bg, var(--hx-color-
|
|
651
|
+
--_hx-table-row-hover-bg: var(--hx-table-row-hover-bg, var(--hx-color-surface-raised, #f8fafc));
|
|
648
652
|
}
|
|
649
653
|
|
|
650
654
|
/* Compact variant: reduced padding signal set on section elements that cascade to cells */
|
|
@@ -660,7 +664,7 @@ export const helixStructuredListRowStyles = css`
|
|
|
660
664
|
--_hx-table-th-position: sticky;
|
|
661
665
|
--_hx-table-th-top: 0;
|
|
662
666
|
--_hx-table-th-z-index: 1;
|
|
663
|
-
--_hx-table-th-bg: var(--hx-table-header-bg, var(--hx-color-
|
|
667
|
+
--_hx-table-th-bg: var(--hx-table-header-bg, var(--hx-color-surface-raised, #f8fafc));
|
|
664
668
|
}
|
|
665
669
|
|
|
666
670
|
/* ─── Focus ─── */
|
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
font-family: var(--hx-progress-bar-label-font-family, var(--hx-font-family-sans, sans-serif));
|
|
609
609
|
font-size: var(--hx-progress-bar-label-font-size, var(--hx-font-size-sm, 0.875rem));
|
|
610
610
|
font-weight: var(--hx-progress-bar-label-font-weight, var(--hx-font-weight-medium, 500));
|
|
611
|
-
color: var(--hx-progress-bar-label-color, var(--hx-color-
|
|
611
|
+
color: var(--hx-progress-bar-label-color, var(--hx-color-text-strong));
|
|
612
612
|
line-height: var(--hx-line-height-tight, 1.25);
|
|
613
613
|
}
|
|
614
614
|
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
position: relative;
|
|
617
617
|
overflow: hidden;
|
|
618
618
|
border-radius: var(--hx-progress-bar-border-radius, var(--hx-border-radius-full, 9999px));
|
|
619
|
-
background-color: var(--hx-progress-bar-track-bg, var(--hx-color-
|
|
619
|
+
background-color: var(--hx-progress-bar-track-bg, var(--hx-color-surface-sunken));
|
|
620
620
|
width: 100%;
|
|
621
621
|
}
|
|
622
622
|
|
|
@@ -888,7 +888,7 @@
|
|
|
888
888
|
flex-direction: column;
|
|
889
889
|
gap: var(--hx-stat-gap, var(--hx-space-1, 0.25rem));
|
|
890
890
|
font-family: var(--hx-stat-font-family, var(--hx-font-family-sans, sans-serif));
|
|
891
|
-
color: var(--hx-stat-color, var(--hx-color-
|
|
891
|
+
color: var(--hx-stat-color, var(--hx-color-text-strong, #1e293b));
|
|
892
892
|
}
|
|
893
893
|
|
|
894
894
|
/* ─── Size Variants ─── */
|
|
@@ -932,13 +932,13 @@
|
|
|
932
932
|
}
|
|
933
933
|
|
|
934
934
|
.stat__value {
|
|
935
|
-
color: var(--hx-stat-value-color, var(--hx-color-
|
|
935
|
+
color: var(--hx-stat-value-color, var(--hx-color-text-primary, #0f172a));
|
|
936
936
|
}
|
|
937
937
|
|
|
938
938
|
/* ─── Label ─── */
|
|
939
939
|
|
|
940
940
|
.stat__label {
|
|
941
|
-
color: var(--hx-stat-label-color, var(--hx-color-
|
|
941
|
+
color: var(--hx-stat-label-color, var(--hx-color-text-muted, #64748b));
|
|
942
942
|
font-weight: var(--hx-font-weight-normal, 400);
|
|
943
943
|
}
|
|
944
944
|
|
|
@@ -1103,7 +1103,7 @@
|
|
|
1103
1103
|
--hx-status-indicator-label-font-size,
|
|
1104
1104
|
var(--hx-font-size-sm, var(--hx-text-sm, 0.875rem))
|
|
1105
1105
|
);
|
|
1106
|
-
color: var(--hx-status-indicator-label-color, var(--hx-color-
|
|
1106
|
+
color: var(--hx-status-indicator-label-color, var(--hx-color-text-strong, #334155));
|
|
1107
1107
|
line-height: 1;
|
|
1108
1108
|
white-space: nowrap;
|
|
1109
1109
|
}
|
|
@@ -1190,8 +1190,8 @@
|
|
|
1190
1190
|
gap: var(--hx-space-3, 0.75rem);
|
|
1191
1191
|
padding: var(--hx-space-3, 0.75rem) var(--hx-space-4, 1rem);
|
|
1192
1192
|
border-radius: var(--hx-toast-border-radius, var(--hx-border-radius-md, 0.375rem));
|
|
1193
|
-
background-color: var(--hx-toast-bg, var(--hx-color-
|
|
1194
|
-
color: var(--hx-toast-color, var(--hx-color-
|
|
1193
|
+
background-color: var(--hx-toast-bg, var(--hx-color-surface-inverse, #0f172a));
|
|
1194
|
+
color: var(--hx-toast-color, var(--hx-color-text-inverse, #ffffff));
|
|
1195
1195
|
font-family: var(--hx-toast-font-family, var(--hx-font-family-sans, sans-serif));
|
|
1196
1196
|
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
1197
1197
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
@@ -1218,22 +1218,22 @@
|
|
|
1218
1218
|
|
|
1219
1219
|
.toast--success {
|
|
1220
1220
|
--hx-toast-bg: var(--hx-color-success-600, #15803d);
|
|
1221
|
-
--hx-toast-color: var(--hx-color-
|
|
1221
|
+
--hx-toast-color: var(--hx-color-text-on-success, #ffffff);
|
|
1222
1222
|
}
|
|
1223
1223
|
|
|
1224
1224
|
.toast--warning {
|
|
1225
1225
|
--hx-toast-bg: var(--hx-color-warning-500, #d97706);
|
|
1226
|
-
--hx-toast-color: var(--hx-color-
|
|
1226
|
+
--hx-toast-color: var(--hx-color-text-on-warning, #0f172a);
|
|
1227
1227
|
}
|
|
1228
1228
|
|
|
1229
1229
|
.toast--danger {
|
|
1230
1230
|
--hx-toast-bg: var(--hx-color-error-600, #b91c1c);
|
|
1231
|
-
--hx-toast-color: var(--hx-color-
|
|
1231
|
+
--hx-toast-color: var(--hx-color-text-on-error, #ffffff);
|
|
1232
1232
|
}
|
|
1233
1233
|
|
|
1234
1234
|
.toast--info {
|
|
1235
1235
|
--hx-toast-bg: var(--hx-color-primary-600, #1d4ed8);
|
|
1236
|
-
--hx-toast-color: var(--hx-color-
|
|
1236
|
+
--hx-toast-color: var(--hx-color-text-on-primary, #ffffff);
|
|
1237
1237
|
}
|
|
1238
1238
|
|
|
1239
1239
|
/* ─── Severity Label (WCAG 1.4.1) ─── */
|