@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/hx-side-nav.css
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
Without this, axe-core cannot resolve the background for slotted nodes
|
|
8
8
|
and evaluates their text against the page white background, producing
|
|
9
9
|
false-positive color-contrast violations (WCAG 2.1 AA). */
|
|
10
|
-
background-color: var(--hx-side-nav-bg, var(--hx-color-
|
|
11
|
-
color: var(--hx-side-nav-color, var(--hx-color-
|
|
10
|
+
background-color: var(--hx-side-nav-bg, var(--hx-color-surface-inverse, #0f172a));
|
|
11
|
+
color: var(--hx-side-nav-color, var(--hx-color-text-inverse, #f1f5f9));
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
* {
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
flex-direction: column;
|
|
23
23
|
height: 100%;
|
|
24
24
|
width: var(--hx-side-nav-width, 16rem);
|
|
25
|
-
background-color: var(--hx-side-nav-bg, var(--hx-color-
|
|
26
|
-
color: var(--hx-side-nav-color, var(--hx-color-
|
|
25
|
+
background-color: var(--hx-side-nav-bg, var(--hx-color-surface-inverse, #0f172a));
|
|
26
|
+
color: var(--hx-side-nav-color, var(--hx-color-text-inverse, #f1f5f9));
|
|
27
27
|
transition: width var(--hx-transition-normal, 300ms) ease;
|
|
28
28
|
overflow: hidden;
|
|
29
29
|
border-inline-end: var(--hx-border-width-thin, 1px) solid
|
|
30
|
-
var(--hx-side-nav-border-color, var(--hx-color-
|
|
30
|
+
var(--hx-side-nav-border-color, var(--hx-color-border-strong, #334155));
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
/* ─── Collapsed State ─── */
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
flex-shrink: 0;
|
|
46
46
|
min-height: var(--hx-space-14, 3.5rem);
|
|
47
47
|
border-bottom: var(--hx-border-width-thin, 1px) solid
|
|
48
|
-
var(--hx-side-nav-border-color, var(--hx-color-
|
|
48
|
+
var(--hx-side-nav-border-color, var(--hx-color-border-strong, #334155));
|
|
49
49
|
overflow: hidden;
|
|
50
50
|
}
|
|
51
51
|
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
flex-shrink: 0;
|
|
73
73
|
min-height: var(--hx-space-14, 3.5rem);
|
|
74
74
|
border-top: var(--hx-border-width-thin, 1px) solid
|
|
75
|
-
var(--hx-side-nav-border-color, var(--hx-color-
|
|
75
|
+
var(--hx-side-nav-border-color, var(--hx-color-border-strong, #334155));
|
|
76
76
|
overflow: hidden;
|
|
77
77
|
}
|
|
78
78
|
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
border: none;
|
|
96
96
|
border-radius: var(--hx-border-radius-sm, 0.25rem);
|
|
97
97
|
background: transparent;
|
|
98
|
-
color: var(--hx-side-nav-toggle-color, var(--hx-color-
|
|
98
|
+
color: var(--hx-side-nav-toggle-color, var(--hx-color-text-inverse, #94a3b8));
|
|
99
99
|
cursor: pointer;
|
|
100
100
|
transition:
|
|
101
101
|
background-color var(--hx-transition-fast, 150ms) ease,
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
--hx-overlay-white-10,
|
|
108
108
|
rgba(255, 255, 255, 0.1)
|
|
109
109
|
); /* fallback for browsers without color-mix() */
|
|
110
|
-
color: var(--hx-color-
|
|
110
|
+
color: var(--hx-color-text-inverse, #f1f5f9);
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
@supports (color: color-mix(in srgb, red 50%, blue)) {
|
package/dist/css/hx-slider.css
CHANGED
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
.slider__label {
|
|
34
34
|
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
35
35
|
font-weight: var(--hx-font-weight-medium, 500);
|
|
36
|
-
color: var(--hx-slider-label-color, var(--hx-color-
|
|
36
|
+
color: var(--hx-slider-label-color, var(--hx-color-text-strong, #334155));
|
|
37
37
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.slider__value-display {
|
|
41
41
|
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
42
42
|
font-weight: var(--hx-font-weight-medium, 500);
|
|
43
|
-
color: var(--hx-slider-value-color, var(--hx-color-
|
|
43
|
+
color: var(--hx-slider-value-color, var(--hx-color-text-secondary, #475569));
|
|
44
44
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
45
45
|
font-variant-numeric: tabular-nums;
|
|
46
46
|
min-width: var(--hx-size-8, 2rem);
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
position: relative;
|
|
59
59
|
width: 100%;
|
|
60
60
|
border-radius: var(--hx-border-radius-full, 9999px);
|
|
61
|
-
background-color: var(--hx-slider-track-bg, var(--hx-color-
|
|
61
|
+
background-color: var(--hx-slider-track-bg, var(--hx-color-border-default, #e2e8f0));
|
|
62
62
|
overflow: visible;
|
|
63
63
|
}
|
|
64
64
|
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
left: calc(var(--fill-pct, 0) * 1% + var(--_thumb-size, 1rem) * (1 - var(--fill-pct, 0) / 100));
|
|
181
181
|
transform: translate(-50%, -50%);
|
|
182
182
|
border-radius: var(--hx-border-radius-full, 9999px);
|
|
183
|
-
background-color: var(--hx-slider-thumb-bg, var(--hx-color-
|
|
183
|
+
background-color: var(--hx-slider-thumb-bg, var(--hx-color-surface-default, #ffffff));
|
|
184
184
|
border: var(--hx-slider-thumb-border-width, 2px) solid
|
|
185
185
|
var(--hx-slider-thumb-border-color, var(--hx-color-primary-500, #2563eb));
|
|
186
186
|
box-shadow: var(--hx-slider-thumb-shadow, var(--hx-shadow-sm, 0 1px 2px 0 rgb(0 0 0 / 0.05)));
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
top: 0;
|
|
259
259
|
width: var(--hx-border-width-thin, 1px);
|
|
260
260
|
height: 100%;
|
|
261
|
-
background-color: var(--hx-slider-tick-color, var(--hx-color-
|
|
261
|
+
background-color: var(--hx-slider-tick-color, var(--hx-color-border-strong, #94a3b8));
|
|
262
262
|
transform: translateX(-50%);
|
|
263
263
|
}
|
|
264
264
|
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
display: flex;
|
|
269
269
|
justify-content: space-between;
|
|
270
270
|
font-size: var(--hx-font-size-xs, 0.75rem);
|
|
271
|
-
color: var(--hx-slider-range-label-color, var(--hx-color-
|
|
271
|
+
color: var(--hx-slider-range-label-color, var(--hx-color-text-muted, #64748b));
|
|
272
272
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
273
273
|
margin-top: var(--hx-space-0-5, 0.125rem);
|
|
274
274
|
}
|
|
@@ -277,16 +277,16 @@
|
|
|
277
277
|
|
|
278
278
|
.slider__help-text {
|
|
279
279
|
font-size: var(--hx-font-size-xs, 0.75rem);
|
|
280
|
-
color: var(--hx-slider-help-text-color, var(--hx-color-
|
|
280
|
+
color: var(--hx-slider-help-text-color, var(--hx-color-text-muted, #64748b));
|
|
281
281
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
/* ─── Disabled state ─── */
|
|
285
285
|
|
|
286
286
|
.slider--disabled .slider__fill {
|
|
287
|
-
background-color: var(--hx-color-
|
|
287
|
+
background-color: var(--hx-color-border-strong, #94a3b8);
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
.slider--disabled .slider__thumb-visual {
|
|
291
|
-
border-color: var(--hx-color-
|
|
291
|
+
border-color: var(--hx-color-border-strong, #94a3b8);
|
|
292
292
|
}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
border-radius: var(--hx-split-button-border-radius, var(--hx-border-radius-md, 0.375rem)) 0 0
|
|
30
30
|
var(--hx-split-button-border-radius, var(--hx-border-radius-md, 0.375rem));
|
|
31
31
|
background-color: var(--hx-split-button-bg, var(--hx-color-primary-500, #2563eb));
|
|
32
|
-
color: var(--hx-split-button-color, var(--hx-color-
|
|
32
|
+
color: var(--hx-split-button-color, var(--hx-color-text-on-primary, #ffffff));
|
|
33
33
|
font-family: var(--hx-split-button-font-family, var(--hx-font-family-sans, sans-serif));
|
|
34
34
|
font-weight: var(--hx-split-button-font-weight, var(--hx-font-weight-semibold, 600));
|
|
35
35
|
line-height: var(--hx-line-height-tight, 1.25);
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
border-radius: 0 var(--hx-split-button-border-radius, var(--hx-border-radius-md, 0.375rem))
|
|
83
83
|
var(--hx-split-button-border-radius, var(--hx-border-radius-md, 0.375rem)) 0;
|
|
84
84
|
background-color: var(--hx-split-button-bg, var(--hx-color-primary-500, #2563eb));
|
|
85
|
-
color: var(--hx-split-button-color, var(--hx-color-
|
|
85
|
+
color: var(--hx-split-button-color, var(--hx-color-text-on-primary, #ffffff));
|
|
86
86
|
cursor: pointer;
|
|
87
87
|
transition:
|
|
88
88
|
background-color var(--hx-transition-fast, 150ms ease),
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
.split-button--primary .split-button__primary,
|
|
171
171
|
.split-button--primary .split-button__trigger {
|
|
172
172
|
--hx-split-button-bg: var(--hx-color-primary-500, #2563eb);
|
|
173
|
-
--hx-split-button-color: var(--hx-color-
|
|
173
|
+
--hx-split-button-color: var(--hx-color-text-on-primary, #ffffff);
|
|
174
174
|
--hx-split-button-border-color: transparent;
|
|
175
175
|
--hx-split-button-divider-color: var(--hx-color-primary-400, #60a5fa);
|
|
176
176
|
}
|
|
@@ -195,15 +195,15 @@
|
|
|
195
195
|
|
|
196
196
|
.split-button--tertiary .split-button__primary,
|
|
197
197
|
.split-button--tertiary .split-button__trigger {
|
|
198
|
-
--hx-split-button-bg: var(--hx-color-
|
|
199
|
-
--hx-split-button-color: var(--hx-color-
|
|
198
|
+
--hx-split-button-bg: var(--hx-color-surface-sunken, #f1f5f9);
|
|
199
|
+
--hx-split-button-color: var(--hx-color-text-primary, #0f172a);
|
|
200
200
|
--hx-split-button-border-color: transparent;
|
|
201
|
-
--hx-split-button-divider-color: var(--hx-color-
|
|
201
|
+
--hx-split-button-divider-color: var(--hx-color-border-default, #e2e8f0);
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
.split-button--tertiary .split-button__primary:hover,
|
|
205
205
|
.split-button--tertiary .split-button__trigger:hover {
|
|
206
|
-
--hx-split-button-bg: var(--hx-color-
|
|
206
|
+
--hx-split-button-bg: var(--hx-color-surface-raised, #f8fafc);
|
|
207
207
|
filter: none;
|
|
208
208
|
}
|
|
209
209
|
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
.split-button--danger .split-button__primary,
|
|
213
213
|
.split-button--danger .split-button__trigger {
|
|
214
214
|
--hx-split-button-bg: var(--hx-color-error-500, #dc2626);
|
|
215
|
-
--hx-split-button-color: var(--hx-color-
|
|
215
|
+
--hx-split-button-color: var(--hx-color-text-on-error, #ffffff);
|
|
216
216
|
--hx-split-button-border-color: transparent;
|
|
217
217
|
--hx-split-button-divider-color: var(--hx-color-error-400, #f87171);
|
|
218
218
|
}
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
|
|
236
236
|
.split-button--ghost .split-button__primary:hover,
|
|
237
237
|
.split-button--ghost .split-button__trigger:hover {
|
|
238
|
-
--hx-split-button-bg: var(--hx-color-
|
|
238
|
+
--hx-split-button-bg: var(--hx-color-surface-raised, #f8fafc);
|
|
239
239
|
filter: none;
|
|
240
240
|
}
|
|
241
241
|
|
|
@@ -244,14 +244,14 @@
|
|
|
244
244
|
.split-button--outline .split-button__primary,
|
|
245
245
|
.split-button--outline .split-button__trigger {
|
|
246
246
|
--hx-split-button-bg: transparent;
|
|
247
|
-
--hx-split-button-color: var(--hx-color-
|
|
248
|
-
--hx-split-button-border-color: var(--hx-color-
|
|
249
|
-
--hx-split-button-divider-color: var(--hx-color-
|
|
247
|
+
--hx-split-button-color: var(--hx-color-text-primary, #0f172a);
|
|
248
|
+
--hx-split-button-border-color: var(--hx-color-border-strong, #94a3b8);
|
|
249
|
+
--hx-split-button-divider-color: var(--hx-color-border-default, #e2e8f0);
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.split-button--outline .split-button__primary:hover,
|
|
253
253
|
.split-button--outline .split-button__trigger:hover {
|
|
254
|
-
--hx-split-button-bg: var(--hx-color-
|
|
254
|
+
--hx-split-button-bg: var(--hx-color-surface-raised, #f8fafc);
|
|
255
255
|
filter: none;
|
|
256
256
|
}
|
|
257
257
|
|
|
@@ -276,9 +276,9 @@
|
|
|
276
276
|
min-width: 100%;
|
|
277
277
|
max-height: var(--hx-split-button-menu-max-height, 18rem);
|
|
278
278
|
overflow-y: auto;
|
|
279
|
-
background-color: var(--hx-split-button-menu-bg, var(--hx-color-
|
|
279
|
+
background-color: var(--hx-split-button-menu-bg, var(--hx-color-surface-default, #ffffff));
|
|
280
280
|
border: var(--hx-border-width-thin, 1px) solid
|
|
281
|
-
var(--hx-split-button-menu-border-color, var(--hx-color-
|
|
281
|
+
var(--hx-split-button-menu-border-color, var(--hx-color-border-default, #e2e8f0));
|
|
282
282
|
border-radius: var(--hx-split-button-menu-border-radius, var(--hx-border-radius-md, 0.375rem));
|
|
283
283
|
box-shadow: var(
|
|
284
284
|
--hx-split-button-menu-shadow,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
:host {
|
|
3
3
|
display: flex;
|
|
4
4
|
--_divider-size: var(--hx-split-panel-divider-size, 4px);
|
|
5
|
-
--_divider-color: var(--hx-split-panel-divider-color, var(--hx-color-
|
|
5
|
+
--_divider-color: var(--hx-split-panel-divider-color, var(--hx-color-border-default, #e2e8f0));
|
|
6
6
|
--_divider-hover-color: var(--hx-split-panel-divider-hover-color, var(--hx-color-primary-500));
|
|
7
7
|
overflow: hidden;
|
|
8
8
|
}
|
|
@@ -130,8 +130,8 @@
|
|
|
130
130
|
|
|
131
131
|
.collapse-btn {
|
|
132
132
|
background: var(--_divider-hover-color);
|
|
133
|
-
border: 2px solid var(--hx-color-
|
|
134
|
-
color: var(--hx-color-
|
|
133
|
+
border: 2px solid var(--hx-color-surface-default);
|
|
134
|
+
color: var(--hx-color-surface-default);
|
|
135
135
|
width: var(--hx-size-5, 1.25rem);
|
|
136
136
|
height: var(--hx-size-5, 1.25rem);
|
|
137
137
|
border-radius: 50%;
|
package/dist/css/hx-stat.css
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
flex-direction: column;
|
|
9
9
|
gap: var(--hx-stat-gap, var(--hx-space-1, 0.25rem));
|
|
10
10
|
font-family: var(--hx-stat-font-family, var(--hx-font-family-sans, sans-serif));
|
|
11
|
-
color: var(--hx-stat-color, var(--hx-color-
|
|
11
|
+
color: var(--hx-stat-color, var(--hx-color-text-strong, #1e293b));
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
/* ─── Size Variants ─── */
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.stat__value {
|
|
55
|
-
color: var(--hx-stat-value-color, var(--hx-color-
|
|
55
|
+
color: var(--hx-stat-value-color, var(--hx-color-text-primary, #0f172a));
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
/* ─── Label ─── */
|
|
59
59
|
|
|
60
60
|
.stat__label {
|
|
61
|
-
color: var(--hx-stat-label-color, var(--hx-color-
|
|
61
|
+
color: var(--hx-stat-label-color, var(--hx-color-text-muted, #64748b));
|
|
62
62
|
font-weight: var(--hx-font-weight-normal, 400);
|
|
63
63
|
}
|
|
64
64
|
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
--hx-status-indicator-label-font-size,
|
|
71
71
|
var(--hx-font-size-sm, var(--hx-text-sm, 0.875rem))
|
|
72
72
|
);
|
|
73
|
-
color: var(--hx-status-indicator-label-color, var(--hx-color-
|
|
73
|
+
color: var(--hx-status-indicator-label-color, var(--hx-color-text-strong, #334155));
|
|
74
74
|
line-height: 1;
|
|
75
75
|
white-space: nowrap;
|
|
76
76
|
}
|
package/dist/css/hx-switch.css
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
border: none;
|
|
42
42
|
padding: 0;
|
|
43
43
|
border-radius: var(--hx-border-radius-full, 9999px);
|
|
44
|
-
background-color: var(--hx-switch-track-bg, var(--hx-color-
|
|
44
|
+
background-color: var(--hx-switch-track-bg, var(--hx-color-border-strong, #cbd5e1));
|
|
45
45
|
cursor: pointer;
|
|
46
46
|
transition: background-color var(--hx-transition-fast, 150ms ease);
|
|
47
47
|
outline: none;
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
.switch__thumb {
|
|
68
68
|
position: absolute;
|
|
69
69
|
border-radius: var(--hx-border-radius-full, 9999px);
|
|
70
|
-
background-color: var(--hx-switch-thumb-bg, var(--hx-color-
|
|
70
|
+
background-color: var(--hx-switch-thumb-bg, var(--hx-color-surface-default, #ffffff));
|
|
71
71
|
box-shadow: var(--hx-switch-thumb-shadow, var(--hx-shadow-sm, 0 1px 2px 0 rgb(0 0 0 / 0.05)));
|
|
72
72
|
transition: transform var(--hx-transition-fast, 150ms ease);
|
|
73
73
|
}
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
.switch__label {
|
|
138
138
|
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
139
139
|
font-weight: var(--hx-font-weight-medium, 500);
|
|
140
|
-
color: var(--hx-switch-label-color, var(--hx-color-
|
|
140
|
+
color: var(--hx-switch-label-color, var(--hx-color-text-strong, #334155));
|
|
141
141
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
142
142
|
cursor: pointer;
|
|
143
143
|
user-select: none;
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
|
|
154
154
|
.switch__help-text {
|
|
155
155
|
font-size: var(--hx-font-size-xs, 0.75rem);
|
|
156
|
-
color: var(--hx-switch-help-text-color, var(--hx-color-
|
|
156
|
+
color: var(--hx-switch-help-text-color, var(--hx-color-text-muted, #64748b));
|
|
157
157
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
158
158
|
}
|
|
159
159
|
|
package/dist/css/hx-table.css
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
text-align: start;
|
|
32
32
|
padding: var(--hx-space-2, 0.5rem) var(--hx-space-4, 1rem);
|
|
33
33
|
font-weight: var(--hx-font-weight-semibold, 600);
|
|
34
|
-
color: var(--hx-table-header-color, var(--hx-color-
|
|
34
|
+
color: var(--hx-table-header-color, var(--hx-color-text-strong, #1e293b));
|
|
35
35
|
font-size: var(--hx-font-size-md, 1rem);
|
|
36
36
|
}
|
|
37
37
|
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
|
|
48
48
|
/* Header background via CSS vars that cascade through display:contents */
|
|
49
49
|
::slotted(hx-thead) {
|
|
50
|
-
--_hx-table-cell-bg: var(--hx-table-header-bg, var(--hx-color-
|
|
50
|
+
--_hx-table-cell-bg: var(--hx-table-header-bg, var(--hx-color-surface-raised, #f8fafc));
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
/* Striped variant: set stripe signal on hx-tbody (direct slotted child) so hx-tbody can apply to even rows */
|
|
54
54
|
:host([variant='striped']) ::slotted(hx-tbody) {
|
|
55
|
-
--_hx-table-row-stripe-bg: var(--hx-table-stripe-bg, var(--hx-color-
|
|
55
|
+
--_hx-table-row-stripe-bg: var(--hx-table-stripe-bg, var(--hx-color-surface-raised, #f8fafc));
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
/* Hover variant: set hover bg variable on direct slotted section elements */
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
:host([variant='striped']) ::slotted(hx-thead),
|
|
63
63
|
:host([variant='default']) ::slotted(hx-tbody),
|
|
64
64
|
:host([variant='default']) ::slotted(hx-thead) {
|
|
65
|
-
--_hx-table-row-hover-bg: var(--hx-table-row-hover-bg, var(--hx-color-
|
|
65
|
+
--_hx-table-row-hover-bg: var(--hx-table-row-hover-bg, var(--hx-color-surface-raised, #f8fafc));
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
/* Compact variant: reduced padding signal set on section elements that cascade to cells */
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
--_hx-table-th-position: sticky;
|
|
79
79
|
--_hx-table-th-top: 0;
|
|
80
80
|
--_hx-table-th-z-index: 1;
|
|
81
|
-
--_hx-table-th-bg: var(--hx-table-header-bg, var(--hx-color-
|
|
81
|
+
--_hx-table-th-bg: var(--hx-table-header-bg, var(--hx-color-surface-raised, #f8fafc));
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
/* ─── Focus ─── */
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
gap: var(--hx-space-1, 0.25rem);
|
|
73
73
|
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
74
74
|
font-weight: var(--hx-font-weight-medium, 500);
|
|
75
|
-
color: var(--hx-input-label-color, var(--hx-color-
|
|
75
|
+
color: var(--hx-input-label-color, var(--hx-color-text-strong, #334155));
|
|
76
76
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
77
77
|
}
|
|
78
78
|
|
|
@@ -87,9 +87,9 @@
|
|
|
87
87
|
display: flex;
|
|
88
88
|
align-items: center;
|
|
89
89
|
border: var(--hx-border-width-thin, 1px) solid
|
|
90
|
-
var(--hx-input-border-color, var(--hx-color-
|
|
90
|
+
var(--hx-input-border-color, var(--hx-color-border-strong, #cbd5e1));
|
|
91
91
|
border-radius: var(--hx-input-border-radius, var(--hx-border-radius-md, 0.375rem));
|
|
92
|
-
background-color: var(--hx-input-bg, var(--hx-color-
|
|
92
|
+
background-color: var(--hx-input-bg, var(--hx-color-surface-default, #ffffff));
|
|
93
93
|
transition:
|
|
94
94
|
border-color var(--hx-transition-fast, 150ms ease),
|
|
95
95
|
box-shadow var(--hx-transition-fast, 150ms ease);
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
.field__suffix {
|
|
137
137
|
display: flex;
|
|
138
138
|
align-items: center;
|
|
139
|
-
color: var(--hx-color-
|
|
139
|
+
color: var(--hx-color-text-muted, #64748b);
|
|
140
140
|
flex-shrink: 0;
|
|
141
141
|
}
|
|
142
142
|
|
|
@@ -159,14 +159,14 @@
|
|
|
159
159
|
padding: var(--hx-space-2, 0.5rem) var(--hx-space-3, 0.75rem);
|
|
160
160
|
font-family: inherit;
|
|
161
161
|
font-size: var(--hx-font-size-md, 1rem);
|
|
162
|
-
color: var(--hx-input-color, var(--hx-color-
|
|
162
|
+
color: var(--hx-input-color, var(--hx-color-text-strong, #1e293b));
|
|
163
163
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
164
164
|
min-height: var(--hx-size-10, 2.5rem);
|
|
165
165
|
width: 100%;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
.field__input::placeholder {
|
|
169
|
-
color: var(--hx-color-
|
|
169
|
+
color: var(--hx-color-text-placeholder, #94a3b8);
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
.field__input:focus-visible {
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
|
|
200
200
|
.field__help-text {
|
|
201
201
|
font-size: var(--hx-font-size-xs, 0.75rem);
|
|
202
|
-
color: var(--hx-color-
|
|
202
|
+
color: var(--hx-color-text-muted, #64748b);
|
|
203
203
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
204
204
|
}
|
|
205
205
|
|
package/dist/css/hx-textarea.css
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
gap: var(--hx-space-1, 0.25rem);
|
|
32
32
|
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
33
33
|
font-weight: var(--hx-font-weight-medium, 500);
|
|
34
|
-
color: var(--hx-input-label-color, var(--hx-color-
|
|
34
|
+
color: var(--hx-input-label-color, var(--hx-color-text-strong, #334155));
|
|
35
35
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
36
36
|
}
|
|
37
37
|
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
display: flex;
|
|
47
47
|
flex-direction: column;
|
|
48
48
|
border: var(--hx-border-width-thin, 1px) solid
|
|
49
|
-
var(--hx-input-border-color, var(--hx-color-
|
|
49
|
+
var(--hx-input-border-color, var(--hx-color-border-strong, #cbd5e1));
|
|
50
50
|
border-radius: var(--hx-input-border-radius, var(--hx-border-radius-md, 0.375rem));
|
|
51
|
-
background-color: var(--hx-input-bg, var(--hx-color-
|
|
51
|
+
background-color: var(--hx-input-bg, var(--hx-color-surface-default, #ffffff));
|
|
52
52
|
transition:
|
|
53
53
|
border-color var(--hx-transition-fast, 150ms ease),
|
|
54
54
|
box-shadow var(--hx-transition-fast, 150ms ease);
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
padding: var(--hx-space-2, 0.5rem) var(--hx-space-3, 0.75rem);
|
|
99
99
|
font-family: inherit;
|
|
100
100
|
font-size: var(--hx-font-size-md, 1rem);
|
|
101
|
-
color: var(--hx-input-color, var(--hx-color-
|
|
101
|
+
color: var(--hx-input-color, var(--hx-color-text-strong, #1e293b));
|
|
102
102
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
103
103
|
min-height: var(--hx-textarea-min-height, var(--hx-size-20, 5rem));
|
|
104
104
|
width: 100%;
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.field__textarea::placeholder {
|
|
109
|
-
color: var(--hx-color-
|
|
109
|
+
color: var(--hx-color-text-placeholder, #94a3b8);
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.field__textarea:focus-visible {
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
|
|
145
145
|
.field__counter {
|
|
146
146
|
font-size: var(--hx-font-size-xs, 0.75rem);
|
|
147
|
-
color: var(--hx-color-
|
|
147
|
+
color: var(--hx-color-text-muted, #64748b);
|
|
148
148
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
149
149
|
text-align: end;
|
|
150
150
|
}
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
|
|
168
168
|
.field__help-text {
|
|
169
169
|
font-size: var(--hx-font-size-xs, 0.75rem);
|
|
170
|
-
color: var(--hx-color-
|
|
170
|
+
color: var(--hx-color-text-muted, #64748b);
|
|
171
171
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
172
172
|
}
|
|
173
173
|
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
gap: var(--hx-space-1, 0.25rem);
|
|
23
23
|
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
24
24
|
font-weight: var(--hx-font-weight-medium, 500);
|
|
25
|
-
color: var(--hx-time-picker-label-color, var(--hx-color-
|
|
25
|
+
color: var(--hx-time-picker-label-color, var(--hx-color-text-strong, #1e293b));
|
|
26
26
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
27
27
|
}
|
|
28
28
|
.field__required-marker {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
display: flex;
|
|
35
35
|
align-items: center;
|
|
36
36
|
border: var(--hx-border-width-thin, 1px) solid
|
|
37
|
-
var(--hx-time-picker-border-color, var(--hx-color-
|
|
37
|
+
var(--hx-time-picker-border-color, var(--hx-color-border-strong, #94a3b8));
|
|
38
38
|
border-radius: var(--hx-time-picker-border-radius, var(--hx-border-radius-md, 0.375rem));
|
|
39
|
-
background-color: var(--hx-time-picker-bg, var(--hx-color-
|
|
39
|
+
background-color: var(--hx-time-picker-bg, var(--hx-color-surface-default, #ffffff));
|
|
40
40
|
transition:
|
|
41
41
|
border-color var(--hx-transition-fast, 150ms ease),
|
|
42
42
|
box-shadow var(--hx-transition-fast, 150ms ease);
|
|
@@ -73,14 +73,14 @@
|
|
|
73
73
|
padding: var(--hx-space-2, 0.5rem) var(--hx-space-3, 0.75rem);
|
|
74
74
|
font-family: inherit;
|
|
75
75
|
font-size: var(--hx-font-size-md, 1rem);
|
|
76
|
-
color: var(--hx-time-picker-color, var(--hx-color-
|
|
76
|
+
color: var(--hx-time-picker-color, var(--hx-color-text-strong, #1e293b));
|
|
77
77
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
78
78
|
min-height: var(--hx-size-10, 2.5rem);
|
|
79
79
|
width: 100%;
|
|
80
80
|
cursor: text;
|
|
81
81
|
}
|
|
82
82
|
.field__input::placeholder {
|
|
83
|
-
color: var(--hx-color-
|
|
83
|
+
color: var(--hx-color-text-placeholder, #64748b);
|
|
84
84
|
}
|
|
85
85
|
.field__input:disabled {
|
|
86
86
|
cursor: not-allowed;
|
|
@@ -92,13 +92,13 @@
|
|
|
92
92
|
border: none;
|
|
93
93
|
background: transparent;
|
|
94
94
|
padding: 0 var(--hx-space-3, 0.75rem);
|
|
95
|
-
color: var(--hx-time-picker-chevron-color, var(--hx-color-
|
|
95
|
+
color: var(--hx-time-picker-chevron-color, var(--hx-color-text-muted, #64748b));
|
|
96
96
|
cursor: pointer;
|
|
97
97
|
height: 100%;
|
|
98
98
|
min-height: var(--hx-size-10, 2.5rem);
|
|
99
99
|
flex-shrink: 0;
|
|
100
100
|
border-inline-start: var(--hx-border-width-thin, 1px) solid
|
|
101
|
-
var(--hx-time-picker-border-color, var(--hx-color-
|
|
101
|
+
var(--hx-time-picker-border-color, var(--hx-color-border-strong, #94a3b8));
|
|
102
102
|
}
|
|
103
103
|
.field__toggle:focus-visible {
|
|
104
104
|
outline: var(--hx-focus-ring-width, 2px) solid
|
|
@@ -112,9 +112,9 @@
|
|
|
112
112
|
inset-inline-start: 0;
|
|
113
113
|
inset-inline-end: 0;
|
|
114
114
|
z-index: var(--hx-z-index-dropdown, 1000);
|
|
115
|
-
background-color: var(--hx-time-picker-listbox-bg, var(--hx-color-
|
|
115
|
+
background-color: var(--hx-time-picker-listbox-bg, var(--hx-color-surface-default, #ffffff));
|
|
116
116
|
border: var(--hx-border-width-thin, 1px) solid
|
|
117
|
-
var(--hx-time-picker-border-color, var(--hx-color-
|
|
117
|
+
var(--hx-time-picker-border-color, var(--hx-color-border-strong, #94a3b8));
|
|
118
118
|
border-radius: var(--hx-time-picker-border-radius, var(--hx-border-radius-md, 0.375rem));
|
|
119
119
|
box-shadow: var(
|
|
120
120
|
--hx-time-picker-listbox-shadow,
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
padding: var(--hx-space-2, 0.5rem) var(--hx-space-3, 0.75rem);
|
|
148
148
|
font-size: var(--hx-font-size-md, 1rem);
|
|
149
149
|
font-family: inherit;
|
|
150
|
-
color: var(--hx-time-picker-option-color, var(--hx-color-
|
|
150
|
+
color: var(--hx-time-picker-option-color, var(--hx-color-text-strong, #1e293b));
|
|
151
151
|
cursor: pointer;
|
|
152
152
|
transition: background-color var(--hx-transition-fast, 150ms ease);
|
|
153
153
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
178
178
|
}
|
|
179
179
|
.field__help-text {
|
|
180
|
-
color: var(--hx-color-
|
|
180
|
+
color: var(--hx-color-text-muted, #64748b);
|
|
181
181
|
}
|
|
182
182
|
.field__error {
|
|
183
183
|
color: var(--hx-time-picker-error-color, var(--hx-color-error-text, #b91c1c));
|
package/dist/css/hx-toast.css
CHANGED
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
gap: var(--hx-space-3, 0.75rem);
|
|
19
19
|
padding: var(--hx-space-3, 0.75rem) var(--hx-space-4, 1rem);
|
|
20
20
|
border-radius: var(--hx-toast-border-radius, var(--hx-border-radius-md, 0.375rem));
|
|
21
|
-
background-color: var(--hx-toast-bg, var(--hx-color-
|
|
22
|
-
color: var(--hx-toast-color, var(--hx-color-
|
|
21
|
+
background-color: var(--hx-toast-bg, var(--hx-color-surface-inverse, #0f172a));
|
|
22
|
+
color: var(--hx-toast-color, var(--hx-color-text-inverse, #ffffff));
|
|
23
23
|
font-family: var(--hx-toast-font-family, var(--hx-font-family-sans, sans-serif));
|
|
24
24
|
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
25
25
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
@@ -46,22 +46,22 @@
|
|
|
46
46
|
|
|
47
47
|
.toast--success {
|
|
48
48
|
--hx-toast-bg: var(--hx-color-success-600, #15803d);
|
|
49
|
-
--hx-toast-color: var(--hx-color-
|
|
49
|
+
--hx-toast-color: var(--hx-color-text-on-success, #ffffff);
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.toast--warning {
|
|
53
53
|
--hx-toast-bg: var(--hx-color-warning-500, #d97706);
|
|
54
|
-
--hx-toast-color: var(--hx-color-
|
|
54
|
+
--hx-toast-color: var(--hx-color-text-on-warning, #0f172a);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.toast--danger {
|
|
58
58
|
--hx-toast-bg: var(--hx-color-error-600, #b91c1c);
|
|
59
|
-
--hx-toast-color: var(--hx-color-
|
|
59
|
+
--hx-toast-color: var(--hx-color-text-on-error, #ffffff);
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.toast--info {
|
|
63
63
|
--hx-toast-bg: var(--hx-color-primary-600, #1d4ed8);
|
|
64
|
-
--hx-toast-color: var(--hx-color-
|
|
64
|
+
--hx-toast-color: var(--hx-color-text-on-primary, #ffffff);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
/* ─── Severity Label (WCAG 1.4.1) ─── */
|