@helixui/library 1.1.2 → 2.0.0-next.31
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 +3221 -2224
- package/dist/base/helix-element.d.ts +134 -0
- package/dist/base/helix-element.d.ts.map +1 -0
- package/dist/base/id-counter.d.ts +32 -0
- package/dist/base/id-counter.d.ts.map +1 -0
- package/dist/base/index.d.ts +4 -0
- package/dist/base/index.d.ts.map +1 -0
- package/dist/base/styles.d.ts +29 -0
- package/dist/base/styles.d.ts.map +1 -0
- package/dist/components/hx-accordion/hx-accordion-item.d.ts +3 -0
- package/dist/components/hx-accordion/hx-accordion-item.d.ts.map +1 -1
- package/dist/components/hx-accordion/hx-accordion.d.ts +4 -1
- package/dist/components/hx-accordion/hx-accordion.d.ts.map +1 -1
- package/dist/components/hx-accordion/index.js +1 -1
- package/dist/components/hx-action-bar/hx-action-bar.d.ts +1 -1
- 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 +10 -5
- package/dist/components/hx-alert/hx-alert.d.ts.map +1 -1
- package/dist/components/hx-alert/hx-alert.styles.d.ts.map +1 -1
- package/dist/components/hx-alert/index.js +1 -1
- package/dist/components/hx-avatar/hx-avatar.d.ts.map +1 -1
- package/dist/components/hx-avatar/hx-avatar.styles.d.ts.map +1 -1
- package/dist/components/hx-avatar/index.js +1 -1
- package/dist/components/hx-badge/hx-badge.d.ts.map +1 -1
- package/dist/components/hx-badge/hx-badge.styles.d.ts.map +1 -1
- package/dist/components/hx-badge/index.js +1 -1
- package/dist/components/hx-banner/hx-banner.d.ts +15 -5
- package/dist/components/hx-banner/hx-banner.d.ts.map +1 -1
- package/dist/components/hx-banner/hx-banner.styles.d.ts.map +1 -1
- package/dist/components/hx-banner/index.js +1 -1
- package/dist/components/hx-breadcrumb/hx-breadcrumb-item.d.ts +1 -0
- package/dist/components/hx-breadcrumb/hx-breadcrumb-item.d.ts.map +1 -1
- package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts +42 -11
- 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 +22 -13
- package/dist/components/hx-button/hx-button.d.ts.map +1 -1
- package/dist/components/hx-button/hx-button.styles.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 +3 -6
- package/dist/components/hx-button-group/hx-button-group.d.ts.map +1 -1
- package/dist/components/hx-button-group/index.js +1 -1
- package/dist/components/hx-card/hx-card.d.ts +7 -7
- 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-item.d.ts.map +1 -1
- package/dist/components/hx-carousel/hx-carousel.d.ts +2 -2
- package/dist/components/hx-carousel/hx-carousel.d.ts.map +1 -1
- package/dist/components/hx-carousel/index.js +1 -1
- package/dist/components/hx-checkbox/hx-checkbox.d.ts +18 -18
- package/dist/components/hx-checkbox/hx-checkbox.d.ts.map +1 -1
- package/dist/components/hx-checkbox/hx-checkbox.styles.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 +8 -3
- 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 +134 -0
- package/dist/components/hx-clinical-status/hx-clinical-status.d.ts.map +1 -0
- package/dist/components/hx-clinical-status/hx-clinical-status.styles.d.ts +2 -0
- package/dist/components/hx-clinical-status/hx-clinical-status.styles.d.ts.map +1 -0
- package/dist/components/hx-clinical-status/index.d.ts +3 -0
- package/dist/components/hx-clinical-status/index.d.ts.map +1 -0
- package/dist/components/hx-clinical-status/index.js +5 -0
- package/dist/components/hx-clinical-status/index.js.map +1 -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/color-utils.d.ts +27 -0
- package/dist/components/hx-color-picker/color-utils.d.ts.map +1 -0
- package/dist/components/hx-color-picker/hx-color-picker.d.ts +16 -4
- package/dist/components/hx-color-picker/hx-color-picker.d.ts.map +1 -1
- package/dist/components/hx-color-picker/index.js +1 -1
- package/dist/components/hx-combobox/hx-combobox.d.ts +9 -4
- package/dist/components/hx-combobox/hx-combobox.d.ts.map +1 -1
- package/dist/components/hx-combobox/hx-combobox.styles.d.ts.map +1 -1
- package/dist/components/hx-combobox/index.js +1 -1
- package/dist/components/hx-container/hx-container.d.ts.map +1 -1
- package/dist/components/hx-container/index.js +1 -1
- package/dist/components/hx-copy-button/hx-copy-button.d.ts +6 -1
- package/dist/components/hx-copy-button/hx-copy-button.d.ts.map +1 -1
- package/dist/components/hx-copy-button/index.js +1 -1
- package/dist/components/hx-counter/hx-counter.d.ts +20 -3
- package/dist/components/hx-counter/hx-counter.d.ts.map +1 -1
- package/dist/components/hx-counter/hx-counter.styles.d.ts.map +1 -1
- package/dist/components/hx-counter/index.js +1 -1
- package/dist/components/hx-data-table/hx-data-table.d.ts +8 -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 +40 -3
- package/dist/components/hx-date-picker/hx-date-picker.d.ts.map +1 -1
- package/dist/components/hx-date-picker/hx-date-picker.styles.d.ts.map +1 -1
- package/dist/components/hx-date-picker/index.js +1 -1
- package/dist/components/hx-dialog/hx-dialog.d.ts +4 -1
- 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.map +1 -1
- package/dist/components/hx-divider/index.js +1 -1
- package/dist/components/hx-drawer/hx-drawer.d.ts +5 -8
- 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 +14 -1
- 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 +1 -1
- 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.map +1 -1
- package/dist/components/hx-field-label/hx-field-label.styles.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 +8 -9
- 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-form/hx-form.d.ts.map +1 -1
- package/dist/components/hx-form/index.js +1 -1
- package/dist/components/hx-format-date/hx-format-date.d.ts.map +1 -1
- package/dist/components/hx-format-date/index.js +1 -1
- package/dist/components/hx-grid/hx-grid.d.ts +5 -9
- package/dist/components/hx-grid/hx-grid.d.ts.map +1 -1
- package/dist/components/hx-grid/index.js +1 -1
- 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.map +1 -1
- package/dist/components/hx-icon/index.js +1 -1
- package/dist/components/hx-icon-button/hx-icon-button.d.ts +4 -3
- 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.map +1 -1
- package/dist/components/hx-image/index.js +1 -1
- package/dist/components/hx-link/hx-link.d.ts +1 -1
- package/dist/components/hx-link/hx-link.d.ts.map +1 -1
- package/dist/components/hx-link/hx-link.styles.d.ts.map +1 -1
- package/dist/components/hx-link/index.js +1 -1
- package/dist/components/hx-list/hx-list-item.d.ts.map +1 -1
- package/dist/components/hx-list/hx-list.d.ts.map +1 -1
- package/dist/components/hx-list/index.js +1 -1
- package/dist/components/hx-menu/hx-menu-divider.d.ts.map +1 -1
- package/dist/components/hx-menu/hx-menu-item.d.ts +5 -0
- package/dist/components/hx-menu/hx-menu-item.d.ts.map +1 -1
- package/dist/components/hx-menu/hx-menu.d.ts +1 -0
- package/dist/components/hx-menu/hx-menu.d.ts.map +1 -1
- package/dist/components/hx-menu/hx-menu.styles.d.ts.map +1 -1
- package/dist/components/hx-menu/index.js +1 -1
- package/dist/components/hx-meter/hx-meter.d.ts +2 -2
- package/dist/components/hx-meter/hx-meter.d.ts.map +1 -1
- package/dist/components/hx-meter/index.js +1 -1
- package/dist/components/hx-nav/hx-nav.d.ts +10 -0
- package/dist/components/hx-nav/hx-nav.d.ts.map +1 -1
- package/dist/components/hx-nav/index.js +1 -1
- package/dist/components/hx-number-input/hx-number-input.d.ts +4 -3
- 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 +3 -3
- package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts.map +1 -1
- package/dist/components/hx-overflow-menu/hx-overflow-menu.styles.d.ts.map +1 -1
- package/dist/components/hx-overflow-menu/index.js +1 -1
- package/dist/components/hx-pagination/hx-pagination.d.ts +8 -0
- package/dist/components/hx-pagination/hx-pagination.d.ts.map +1 -1
- package/dist/components/hx-pagination/hx-pagination.styles.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 +113 -0
- package/dist/components/hx-patient-banner/hx-patient-banner.d.ts.map +1 -0
- package/dist/components/hx-patient-banner/hx-patient-banner.styles.d.ts +2 -0
- package/dist/components/hx-patient-banner/hx-patient-banner.styles.d.ts.map +1 -0
- package/dist/components/hx-patient-banner/index.d.ts +3 -0
- package/dist/components/hx-patient-banner/index.d.ts.map +1 -0
- package/dist/components/hx-patient-banner/index.js +5 -0
- package/dist/components/hx-patient-banner/index.js.map +1 -0
- package/dist/components/hx-phi-field/hx-phi-field.d.ts +97 -0
- package/dist/components/hx-phi-field/hx-phi-field.d.ts.map +1 -0
- package/dist/components/hx-phi-field/hx-phi-field.styles.d.ts +2 -0
- package/dist/components/hx-phi-field/hx-phi-field.styles.d.ts.map +1 -0
- package/dist/components/hx-phi-field/index.d.ts +3 -0
- package/dist/components/hx-phi-field/index.d.ts.map +1 -0
- package/dist/components/hx-phi-field/index.js +5 -0
- package/dist/components/hx-phi-field/index.js.map +1 -0
- package/dist/components/hx-popover/hx-popover.d.ts +25 -9
- 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 +5 -8
- package/dist/components/hx-popup/hx-popup.d.ts.map +1 -1
- package/dist/components/hx-popup/index.js +1 -1
- package/dist/components/hx-progress-bar/hx-progress-bar.d.ts +2 -0
- package/dist/components/hx-progress-bar/hx-progress-bar.d.ts.map +1 -1
- package/dist/components/hx-progress-bar/hx-progress-bar.styles.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.map +1 -1
- package/dist/components/hx-progress-ring/index.js +1 -1
- package/dist/components/hx-prose/hx-prose.d.ts +1 -0
- package/dist/components/hx-prose/hx-prose.d.ts.map +1 -1
- package/dist/components/hx-radio-group/hx-radio-group.d.ts +3 -7
- package/dist/components/hx-radio-group/hx-radio-group.d.ts.map +1 -1
- package/dist/components/hx-radio-group/hx-radio.d.ts.map +1 -1
- package/dist/components/hx-radio-group/hx-radio.styles.d.ts.map +1 -1
- package/dist/components/hx-radio-group/index.js +1 -1
- package/dist/components/hx-rating/hx-rating.d.ts +3 -3
- package/dist/components/hx-rating/hx-rating.d.ts.map +1 -1
- package/dist/components/hx-rating/hx-rating.styles.d.ts.map +1 -1
- package/dist/components/hx-rating/index.js +1 -1
- package/dist/components/hx-select/hx-select.d.ts +17 -11
- 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.d.ts +12 -0
- package/dist/components/hx-side-nav/hx-nav-item.d.ts.map +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.map +1 -1
- package/dist/components/hx-side-nav/hx-side-nav.styles.d.ts.map +1 -1
- package/dist/components/hx-side-nav/index.js +1 -1
- package/dist/components/hx-skeleton/hx-skeleton.d.ts +2 -2
- package/dist/components/hx-skeleton/hx-skeleton.d.ts.map +1 -1
- package/dist/components/hx-skeleton/index.js +1 -1
- package/dist/components/hx-slider/hx-slider.d.ts +5 -8
- package/dist/components/hx-slider/hx-slider.d.ts.map +1 -1
- package/dist/components/hx-slider/hx-slider.styles.d.ts.map +1 -1
- package/dist/components/hx-slider/index.js +1 -1
- package/dist/components/hx-spinner/hx-spinner.d.ts +14 -1
- package/dist/components/hx-spinner/hx-spinner.d.ts.map +1 -1
- package/dist/components/hx-spinner/hx-spinner.styles.d.ts.map +1 -1
- package/dist/components/hx-spinner/index.js +1 -1
- package/dist/components/hx-split-button/hx-split-button.d.ts +10 -4
- package/dist/components/hx-split-button/hx-split-button.d.ts.map +1 -1
- package/dist/components/hx-split-button/hx-split-button.styles.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.map +1 -1
- package/dist/components/hx-split-panel/hx-split-panel.styles.d.ts.map +1 -1
- package/dist/components/hx-split-panel/index.js +1 -1
- package/dist/components/hx-stack/hx-stack.d.ts.map +1 -1
- package/dist/components/hx-stack/index.js +1 -1
- package/dist/components/hx-stat/hx-stat.d.ts +7 -2
- 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 +19 -3
- package/dist/components/hx-status-indicator/hx-status-indicator.d.ts.map +1 -1
- package/dist/components/hx-status-indicator/hx-status-indicator.styles.d.ts.map +1 -1
- package/dist/components/hx-status-indicator/index.js +1 -1
- package/dist/components/hx-steps/hx-step.d.ts +7 -0
- package/dist/components/hx-steps/hx-step.d.ts.map +1 -1
- package/dist/components/hx-steps/hx-step.styles.d.ts.map +1 -1
- 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 +10 -3
- package/dist/components/hx-structured-list/hx-structured-list.d.ts.map +1 -1
- package/dist/components/hx-structured-list/index.js +1 -1
- package/dist/components/hx-style-scope/hx-style-scope.d.ts +71 -0
- package/dist/components/hx-style-scope/hx-style-scope.d.ts.map +1 -0
- package/dist/components/hx-style-scope/hx-style-scope.styles.d.ts +10 -0
- package/dist/components/hx-style-scope/hx-style-scope.styles.d.ts.map +1 -0
- package/dist/components/hx-style-scope/index.d.ts +2 -0
- package/dist/components/hx-style-scope/index.d.ts.map +1 -0
- package/dist/components/hx-style-scope/index.js +5 -0
- package/dist/components/hx-style-scope/index.js.map +1 -0
- package/dist/components/hx-switch/hx-switch.d.ts +4 -4
- package/dist/components/hx-switch/hx-switch.d.ts.map +1 -1
- package/dist/components/hx-switch/hx-switch.styles.d.ts.map +1 -1
- package/dist/components/hx-switch/index.js +1 -1
- package/dist/components/hx-table/hx-table.d.ts +1 -0
- package/dist/components/hx-table/hx-table.d.ts.map +1 -1
- package/dist/components/hx-table/hx-tbody.d.ts.map +1 -1
- package/dist/components/hx-table/hx-td.d.ts.map +1 -1
- package/dist/components/hx-table/hx-tfoot.d.ts.map +1 -1
- package/dist/components/hx-table/hx-th.d.ts.map +1 -1
- package/dist/components/hx-table/hx-thead.d.ts.map +1 -1
- package/dist/components/hx-table/hx-tr.d.ts.map +1 -1
- package/dist/components/hx-table/index.js +1 -1
- package/dist/components/hx-tabs/hx-tab-panel.d.ts.map +1 -1
- package/dist/components/hx-tabs/hx-tab-panel.styles.d.ts.map +1 -1
- package/dist/components/hx-tabs/hx-tab.d.ts +1 -0
- package/dist/components/hx-tabs/hx-tab.d.ts.map +1 -1
- package/dist/components/hx-tabs/hx-tab.styles.d.ts.map +1 -1
- package/dist/components/hx-tabs/hx-tabs.d.ts +12 -2
- package/dist/components/hx-tabs/hx-tabs.d.ts.map +1 -1
- package/dist/components/hx-tabs/index.js +1 -1
- package/dist/components/hx-tag/hx-tag.d.ts.map +1 -1
- package/dist/components/hx-tag/hx-tag.styles.d.ts.map +1 -1
- package/dist/components/hx-tag/index.js +1 -1
- package/dist/components/hx-text/hx-text.d.ts.map +1 -1
- package/dist/components/hx-text/index.js +1 -1
- package/dist/components/hx-text-input/hx-text-input.d.ts +16 -15
- package/dist/components/hx-text-input/hx-text-input.d.ts.map +1 -1
- package/dist/components/hx-text-input/hx-text-input.styles.d.ts.map +1 -1
- package/dist/components/hx-text-input/index.js +1 -1
- package/dist/components/hx-textarea/hx-textarea.d.ts +4 -4
- package/dist/components/hx-textarea/hx-textarea.d.ts.map +1 -1
- package/dist/components/hx-textarea/hx-textarea.styles.d.ts.map +1 -1
- package/dist/components/hx-textarea/index.js +1 -1
- package/dist/components/hx-theme/hx-theme.d.ts +82 -3
- 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 +6 -1
- 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-stack.d.ts +1 -1
- package/dist/components/hx-toast/hx-toast-stack.d.ts.map +1 -1
- package/dist/components/hx-toast/hx-toast.d.ts +9 -5
- package/dist/components/hx-toast/hx-toast.d.ts.map +1 -1
- package/dist/components/hx-toast/hx-toast.styles.d.ts.map +1 -1
- package/dist/components/hx-toast/index.js +1 -1
- package/dist/components/hx-toast/toast-factory.d.ts.map +1 -1
- package/dist/components/hx-toggle-button/hx-toggle-button.d.ts +4 -3
- 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 +1 -2
- 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.map +1 -1
- package/dist/components/hx-top-nav/index.js +1 -1
- package/dist/components/hx-tree-view/hx-tree-item.d.ts +12 -0
- package/dist/components/hx-tree-view/hx-tree-item.d.ts.map +1 -1
- package/dist/components/hx-tree-view/hx-tree-view.d.ts +27 -2
- package/dist/components/hx-tree-view/hx-tree-view.d.ts.map +1 -1
- package/dist/components/hx-tree-view/hx-tree-view.styles.d.ts.map +1 -1
- package/dist/components/hx-tree-view/index.js +1 -1
- package/dist/components/hx-visually-hidden/hx-visually-hidden.d.ts.map +1 -1
- package/dist/components/hx-visually-hidden/index.js +1 -1
- package/dist/controllers/helix-audit-controller.d.ts +71 -0
- package/dist/controllers/helix-audit-controller.d.ts.map +1 -0
- package/dist/css/helix-all.css +9743 -0
- package/dist/css/helix-core.css +1839 -0
- package/dist/css/helix-data.css +639 -0
- package/dist/css/helix-feedback.css +1268 -0
- package/dist/css/helix-forms.css +2525 -0
- package/dist/css/helix-layout.css +380 -0
- package/dist/css/helix-media.css +213 -0
- package/dist/css/helix-navigation.css +1131 -0
- package/dist/css/helix-overlay.css +643 -0
- package/dist/css/helix-tokens.css +432 -0
- package/dist/css/helix-utility.css +633 -0
- package/dist/css/hx-accordion.css +10 -0
- package/dist/css/hx-action-bar.css +117 -0
- package/dist/css/hx-alert.css +213 -0
- package/dist/css/hx-avatar.css +134 -0
- package/dist/css/hx-badge.css +178 -0
- package/dist/css/hx-banner.css +203 -0
- package/dist/css/hx-breadcrumb.css +36 -0
- package/dist/css/hx-button-group.css +91 -0
- package/dist/css/hx-button.css +296 -0
- package/dist/css/hx-card.css +161 -0
- package/dist/css/hx-carousel.css +211 -0
- package/dist/css/hx-checkbox-group.css +77 -0
- package/dist/css/hx-checkbox.css +219 -0
- package/dist/css/hx-clinical-status.css +248 -0
- package/dist/css/hx-code-snippet.css +179 -0
- package/dist/css/hx-color-picker.css +2 -0
- package/dist/css/hx-combobox.css +2 -0
- package/dist/css/hx-container.css +82 -0
- package/dist/css/hx-copy-button.css +121 -0
- package/dist/css/hx-counter.css +51 -0
- package/dist/css/hx-data-table.css +207 -0
- package/dist/css/hx-date-picker.css +2 -0
- package/dist/css/hx-dialog.css +190 -0
- package/dist/css/hx-divider.css +87 -0
- package/dist/css/hx-drawer.css +262 -0
- package/dist/css/hx-dropdown.css +46 -0
- package/dist/css/hx-field-label.css +38 -0
- package/dist/css/hx-field.css +119 -0
- package/dist/css/hx-file-upload.css +241 -0
- package/dist/css/hx-form.css +2 -0
- package/dist/css/hx-format-date.css +10 -0
- package/dist/css/hx-grid.css +14 -0
- package/dist/css/hx-help-text.css +50 -0
- package/dist/css/hx-icon-button.css +152 -0
- package/dist/css/hx-icon.css +73 -0
- package/dist/css/hx-image.css +41 -0
- package/dist/css/hx-link.css +105 -0
- package/dist/css/hx-list.css +48 -0
- package/dist/css/hx-menu.css +23 -0
- package/dist/css/hx-meter.css +113 -0
- package/dist/css/hx-nav.css +242 -0
- package/dist/css/hx-number-input.css +246 -0
- package/dist/css/hx-overflow-menu.css +133 -0
- package/dist/css/hx-pagination.css +193 -0
- package/dist/css/hx-patient-banner.css +139 -0
- package/dist/css/hx-phi-field.css +97 -0
- package/dist/css/hx-popover.css +61 -0
- package/dist/css/hx-popup.css +31 -0
- package/dist/css/hx-progress-bar.css +133 -0
- package/dist/css/hx-progress-ring.css +142 -0
- package/dist/css/hx-prose.css +2 -0
- package/dist/css/hx-radio-group.css +77 -0
- package/dist/css/hx-rating.css +96 -0
- package/dist/css/hx-select.css +295 -0
- package/dist/css/hx-side-nav.css +149 -0
- package/dist/css/hx-skeleton.css +82 -0
- package/dist/css/hx-slider.css +287 -0
- package/dist/css/hx-spinner.css +116 -0
- package/dist/css/hx-split-button.css +309 -0
- package/dist/css/hx-split-panel.css +168 -0
- package/dist/css/hx-stack.css +104 -0
- package/dist/css/hx-stat.css +106 -0
- package/dist/css/hx-status-indicator.css +126 -0
- package/dist/css/hx-steps.css +52 -0
- package/dist/css/hx-structured-list.css +75 -0
- package/dist/css/hx-style-scope.css +4 -0
- package/dist/css/hx-switch.css +169 -0
- package/dist/css/hx-table.css +128 -0
- package/dist/css/hx-tabs.css +76 -0
- package/dist/css/hx-tag.css +146 -0
- package/dist/css/hx-text-input.css +214 -0
- package/dist/css/hx-text.css +149 -0
- package/dist/css/hx-textarea.css +180 -0
- package/dist/css/hx-theme.css +23 -0
- package/dist/css/hx-time-picker.css +2 -0
- package/dist/css/hx-toast.css +230 -0
- package/dist/css/hx-toggle-button.css +207 -0
- package/dist/css/hx-tooltip.css +51 -0
- package/dist/css/hx-top-nav.css +203 -0
- package/dist/css/hx-tree-view.css +22 -0
- package/dist/css/hx-visually-hidden.css +26 -0
- package/dist/css/index.css +84 -0
- package/dist/css/manifest.json +2704 -0
- package/dist/index.d.ts +15 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +268 -176
- package/dist/index.js.map +1 -1
- package/dist/mixins/FocusMixin.d.ts +49 -0
- package/dist/mixins/FocusMixin.d.ts.map +1 -0
- package/dist/mixins/FormMixin.d.ts +69 -0
- package/dist/mixins/FormMixin.d.ts.map +1 -0
- package/dist/mixins/aria-delegation.d.ts +97 -0
- package/dist/mixins/aria-delegation.d.ts.map +1 -0
- package/dist/mixins/index.d.ts +5 -0
- package/dist/mixins/index.d.ts.map +1 -0
- package/dist/shared/FormMixin-Bjvw20G5.js +88 -0
- package/dist/shared/FormMixin-Bjvw20G5.js.map +1 -0
- package/dist/shared/aria-delegation-CBP9eQ0M.js +107 -0
- package/dist/shared/aria-delegation-CBP9eQ0M.js.map +1 -0
- package/dist/shared/document-token-adoption-DuYNKd4k.js +21 -0
- package/dist/shared/document-token-adoption-DuYNKd4k.js.map +1 -0
- package/dist/shared/{hx-accordion-D1kFhdeQ.js → hx-accordion-CpfO0YQo.js} +86 -58
- package/dist/shared/hx-accordion-CpfO0YQo.js.map +1 -0
- package/dist/shared/{hx-action-bar-D4bulGQP.js → hx-action-bar-BpY1Z1UV.js} +34 -35
- package/dist/shared/hx-action-bar-BpY1Z1UV.js.map +1 -0
- package/dist/shared/{hx-alert-CSxCF2rr.js → hx-alert-CHOjTBds.js} +38 -34
- package/dist/shared/hx-alert-CHOjTBds.js.map +1 -0
- package/dist/shared/{hx-avatar-Cun-O99h.js → hx-avatar-an-WsuLl.js} +32 -15
- package/dist/shared/hx-avatar-an-WsuLl.js.map +1 -0
- package/dist/shared/{hx-badge-CsFd2xtw.js → hx-badge-DDXTLoWi.js} +49 -40
- package/dist/shared/hx-badge-DDXTLoWi.js.map +1 -0
- package/dist/shared/{hx-banner-BTV-X2xF.js → hx-banner-B-WEDiq7.js} +95 -60
- package/dist/shared/hx-banner-B-WEDiq7.js.map +1 -0
- package/dist/shared/{hx-breadcrumb-item-4IwaLgaO.js → hx-breadcrumb-item-DzLyeL5Z.js} +92 -89
- package/dist/shared/hx-breadcrumb-item-DzLyeL5Z.js.map +1 -0
- package/dist/shared/{hx-button-7k-KeCYU.js → hx-button-DoN8jjQT.js} +128 -63
- package/dist/shared/hx-button-DoN8jjQT.js.map +1 -0
- package/dist/shared/{hx-button-group-CWjWv-wS.js → hx-button-group-BXlMQTt_.js} +9 -9
- package/dist/shared/hx-button-group-BXlMQTt_.js.map +1 -0
- package/dist/shared/{hx-card-0hT3G5hi.js → hx-card-BgXZXDuc.js} +34 -34
- package/dist/shared/hx-card-BgXZXDuc.js.map +1 -0
- package/dist/shared/{hx-carousel-item-DgeYyYZJ.js → hx-carousel-item-Dwt9Pphz.js} +25 -25
- package/dist/shared/hx-carousel-item-Dwt9Pphz.js.map +1 -0
- package/dist/shared/{hx-checkbox-BvjO-O41.js → hx-checkbox-CTEZ9IFq.js} +67 -70
- package/dist/shared/hx-checkbox-CTEZ9IFq.js.map +1 -0
- package/dist/shared/{hx-checkbox-group-Z5VvWzcj.js → hx-checkbox-group-DThZeN5d.js} +48 -42
- package/dist/shared/hx-checkbox-group-DThZeN5d.js.map +1 -0
- package/dist/shared/hx-clinical-status-m4soOOwg.js +469 -0
- package/dist/shared/hx-clinical-status-m4soOOwg.js.map +1 -0
- package/dist/shared/{hx-code-snippet-DqzPkH4K.js → hx-code-snippet-CoLYvX1Z.js} +57 -48
- package/dist/shared/hx-code-snippet-CoLYvX1Z.js.map +1 -0
- package/dist/shared/{hx-color-picker-Da8z6AlQ.js → hx-color-picker-DhOaNe6-.js} +153 -137
- package/dist/shared/hx-color-picker-DhOaNe6-.js.map +1 -0
- package/dist/shared/{hx-combobox-CivfelTS.js → hx-combobox-BJ4lQocO.js} +17 -17
- package/dist/shared/hx-combobox-BJ4lQocO.js.map +1 -0
- package/dist/shared/{hx-container-DLUKnTi9.js → hx-container-31QT9KV_.js} +15 -15
- package/dist/shared/hx-container-31QT9KV_.js.map +1 -0
- package/dist/shared/{hx-copy-button--0dymSvw.js → hx-copy-button-BoM0WsMd.js} +52 -45
- package/dist/shared/hx-copy-button-BoM0WsMd.js.map +1 -0
- package/dist/shared/hx-counter-CP42cSVK.js +185 -0
- package/dist/shared/hx-counter-CP42cSVK.js.map +1 -0
- package/dist/shared/{hx-data-table-BWvd5NNx.js → hx-data-table-D5Ne-goy.js} +89 -53
- package/dist/shared/hx-data-table-D5Ne-goy.js.map +1 -0
- package/dist/shared/{hx-date-picker-6voxxxNE.js → hx-date-picker-Cd3I3WkX.js} +105 -92
- package/dist/shared/hx-date-picker-Cd3I3WkX.js.map +1 -0
- package/dist/shared/{hx-dialog-DkUSnVgw.js → hx-dialog-D4ubstxx.js} +98 -89
- package/dist/shared/hx-dialog-D4ubstxx.js.map +1 -0
- package/dist/shared/{hx-divider-DNNs4e8q.js → hx-divider-BBtOLHRP.js} +15 -15
- package/dist/shared/hx-divider-BBtOLHRP.js.map +1 -0
- package/dist/shared/{hx-drawer-CJcRZcns.js → hx-drawer--WDLuWtS.js} +87 -47
- package/dist/shared/hx-drawer--WDLuWtS.js.map +1 -0
- package/dist/shared/{hx-dropdown-Bo0KTM1A.js → hx-dropdown-n5-XSmiV.js} +56 -41
- package/dist/shared/hx-dropdown-n5-XSmiV.js.map +1 -0
- package/dist/shared/{hx-field-3MmzJ4kZ.js → hx-field-CwT9tki1.js} +21 -21
- package/dist/shared/hx-field-CwT9tki1.js.map +1 -0
- package/dist/shared/{hx-field-label-Bg-EWvqF.js → hx-field-label-CcOK9VU3.js} +11 -14
- package/dist/shared/hx-field-label-CcOK9VU3.js.map +1 -0
- package/dist/shared/{hx-file-upload-ByjAgfNy.js → hx-file-upload-Dwtu3WcB.js} +79 -88
- package/dist/shared/hx-file-upload-Dwtu3WcB.js.map +1 -0
- package/dist/shared/{hx-form-BpS6v3Iu.js → hx-form-fJE-FJQV.js} +36 -32
- package/dist/shared/{hx-form-BpS6v3Iu.js.map → hx-form-fJE-FJQV.js.map} +1 -1
- package/dist/shared/{hx-format-date-BdnWV2kX.js → hx-format-date-B7L9odbA.js} +19 -17
- package/dist/shared/hx-format-date-B7L9odbA.js.map +1 -0
- package/dist/shared/{hx-grid-gEjuF0cR.js → hx-grid-BIAR5h9m.js} +12 -12
- package/dist/shared/hx-grid-BIAR5h9m.js.map +1 -0
- package/dist/shared/{hx-help-text-BAcEGRUE.js → hx-help-text-Bmb80bP4.js} +13 -13
- package/dist/shared/hx-help-text-Bmb80bP4.js.map +1 -0
- package/dist/shared/{hx-icon-CP6OnLoM.js → hx-icon-BKHs3OLu.js} +15 -15
- package/dist/shared/hx-icon-BKHs3OLu.js.map +1 -0
- package/dist/shared/{hx-icon-button-DzH_bRtC.js → hx-icon-button-CJuy9xbw.js} +10 -10
- package/dist/shared/hx-icon-button-CJuy9xbw.js.map +1 -0
- package/dist/shared/{hx-image-C6pGiI6c.js → hx-image-ztiXumZB.js} +21 -21
- package/dist/shared/hx-image-ztiXumZB.js.map +1 -0
- package/dist/shared/{hx-link-Tmk_YPvW.js → hx-link-IVsXmsKx.js} +27 -25
- package/dist/shared/hx-link-IVsXmsKx.js.map +1 -0
- package/dist/shared/{hx-list-DwInEX2H.js → hx-list-CoTDMp19.js} +12 -12
- package/dist/shared/hx-list-CoTDMp19.js.map +1 -0
- package/dist/shared/{hx-menu-divider-DR4G_rqw.js → hx-menu-divider-DRT8yHRZ.js} +50 -30
- package/dist/shared/hx-menu-divider-DRT8yHRZ.js.map +1 -0
- package/dist/shared/{hx-meter-uXkTZq-W.js → hx-meter-BvSJoqDp.js} +18 -18
- package/dist/shared/hx-meter-BvSJoqDp.js.map +1 -0
- package/dist/shared/{hx-nav-item-D3EJatzc.js → hx-nav-item-CJN4VDrf.js} +181 -115
- package/dist/shared/hx-nav-item-CJN4VDrf.js.map +1 -0
- package/dist/shared/{hx-nav-3JsN2Oak.js → hx-nav-l0Rp7WPW.js} +119 -107
- package/dist/shared/hx-nav-l0Rp7WPW.js.map +1 -0
- package/dist/shared/{hx-number-input-CIpL2BEh.js → hx-number-input-0Waw7Z7u.js} +42 -41
- package/dist/shared/hx-number-input-0Waw7Z7u.js.map +1 -0
- package/dist/shared/{hx-overflow-menu-2kgOJ_ht.js → hx-overflow-menu-DElwFSCd.js} +20 -16
- package/dist/shared/hx-overflow-menu-DElwFSCd.js.map +1 -0
- package/dist/shared/{hx-pagination-Blt-fFqV.js → hx-pagination-BNtx-LG6.js} +91 -75
- package/dist/shared/hx-pagination-BNtx-LG6.js.map +1 -0
- package/dist/shared/hx-patient-banner-BKiN7nIE.js +297 -0
- package/dist/shared/hx-patient-banner-BKiN7nIE.js.map +1 -0
- package/dist/shared/hx-phi-field-BiJH3V-k.js +295 -0
- package/dist/shared/hx-phi-field-BiJH3V-k.js.map +1 -0
- package/dist/shared/{hx-popover-DxE67miP.js → hx-popover-D63RXn5H.js} +96 -69
- package/dist/shared/hx-popover-D63RXn5H.js.map +1 -0
- package/dist/shared/{hx-popup-Dg6n_PbY.js → hx-popup-BQWMhvMO.js} +15 -15
- package/dist/shared/hx-popup-BQWMhvMO.js.map +1 -0
- package/dist/shared/{hx-progress-bar-Dm_EHyng.js → hx-progress-bar-Cm0VihTN.js} +44 -42
- package/dist/shared/hx-progress-bar-Cm0VihTN.js.map +1 -0
- package/dist/shared/{hx-progress-ring-DpxBDD5d.js → hx-progress-ring-BJeiDr3q.js} +8 -8
- package/dist/shared/hx-progress-ring-BJeiDr3q.js.map +1 -0
- package/dist/shared/hx-prose-Ml_L2zje.js.map +1 -1
- package/dist/shared/{hx-radio-BywgVSEu.js → hx-radio-f8c5ggHG.js} +40 -39
- package/dist/shared/hx-radio-f8c5ggHG.js.map +1 -0
- package/dist/shared/{hx-rating-CUWBQ0fZ.js → hx-rating-qRJZXskm.js} +92 -96
- package/dist/shared/hx-rating-qRJZXskm.js.map +1 -0
- package/dist/shared/{hx-select-BwDwxk-M.js → hx-select-B5wq9Swh.js} +137 -98
- package/dist/shared/hx-select-B5wq9Swh.js.map +1 -0
- package/dist/shared/{hx-skeleton-BHvALyd7.js → hx-skeleton-e5K9Qaxq.js} +6 -6
- package/dist/shared/hx-skeleton-e5K9Qaxq.js.map +1 -0
- package/dist/shared/{hx-slider-D_0EKJyk.js → hx-slider-BvXtvxmN.js} +31 -26
- package/dist/shared/hx-slider-BvXtvxmN.js.map +1 -0
- package/dist/shared/{hx-spinner-DMn4SChS.js → hx-spinner-Dyese1Tb.js} +15 -14
- package/dist/shared/hx-spinner-Dyese1Tb.js.map +1 -0
- package/dist/shared/{hx-split-button-CypgLXw1.js → hx-split-button-CPndTJlC.js} +44 -35
- package/dist/shared/hx-split-button-CPndTJlC.js.map +1 -0
- package/dist/shared/{hx-split-panel-CV_Kr4EK.js → hx-split-panel-Dx72NaET.js} +18 -15
- package/dist/shared/hx-split-panel-Dx72NaET.js.map +1 -0
- package/dist/shared/{hx-stack-BStY1RmV.js → hx-stack-B76_1O6g.js} +9 -9
- package/dist/shared/hx-stack-B76_1O6g.js.map +1 -0
- package/dist/shared/{hx-stat-CHntLHJM.js → hx-stat-DKD2E7An.js} +43 -35
- package/dist/shared/hx-stat-DKD2E7An.js.map +1 -0
- package/dist/shared/{hx-status-indicator-C1BwEvUw.js → hx-status-indicator-ClWpK6zz.js} +81 -40
- package/dist/shared/hx-status-indicator-ClWpK6zz.js.map +1 -0
- package/dist/shared/{hx-step-BIVWSPxd.js → hx-step-C2Jk4mHa.js} +48 -84
- package/dist/shared/hx-step-C2Jk4mHa.js.map +1 -0
- package/dist/shared/{hx-structured-list-CMWllxGg.js → hx-structured-list-DKlrv7kS.js} +25 -22
- package/dist/shared/hx-structured-list-DKlrv7kS.js.map +1 -0
- package/dist/shared/hx-style-scope-CsQ2Phf_.js +126 -0
- package/dist/shared/hx-style-scope-CsQ2Phf_.js.map +1 -0
- package/dist/shared/{hx-switch-BgX8kuWt.js → hx-switch-BzMN37PV.js} +14 -11
- package/dist/shared/hx-switch-BzMN37PV.js.map +1 -0
- package/dist/shared/{hx-tab-panel-DhOq67jj.js → hx-tab-panel-J58zOSjq.js} +165 -126
- package/dist/shared/hx-tab-panel-J58zOSjq.js.map +1 -0
- package/dist/shared/{hx-tag-CzOTDcXI.js → hx-tag-F0ZcYj9b.js} +20 -19
- package/dist/shared/hx-tag-F0ZcYj9b.js.map +1 -0
- package/dist/shared/{hx-td-h6oeW6YC.js → hx-td-CNCvzBwY.js} +49 -46
- package/dist/shared/hx-td-CNCvzBwY.js.map +1 -0
- package/dist/shared/{hx-text-DTXjiviE.js → hx-text-DcWBqZwx.js} +27 -27
- package/dist/shared/hx-text-DcWBqZwx.js.map +1 -0
- package/dist/shared/hx-text-input-Scyeefec.js +576 -0
- package/dist/shared/hx-text-input-Scyeefec.js.map +1 -0
- package/dist/shared/{hx-textarea-BgX7rxyo.js → hx-textarea-BfSJJtA1.js} +23 -23
- package/dist/shared/hx-textarea-BfSJJtA1.js.map +1 -0
- package/dist/shared/hx-theme-pc1V7dyL.js +300 -0
- package/dist/shared/hx-theme-pc1V7dyL.js.map +1 -0
- package/dist/shared/{hx-time-picker-DmLu7WUC.js → hx-time-picker-CZvmihHD.js} +89 -88
- package/dist/shared/hx-time-picker-CZvmihHD.js.map +1 -0
- package/dist/shared/{hx-toggle-button-D1jpDvSA.js → hx-toggle-button-BZUQUULm.js} +14 -11
- package/dist/shared/hx-toggle-button-BZUQUULm.js.map +1 -0
- package/dist/shared/{hx-tooltip-kh7QFPKu.js → hx-tooltip-Ny4i1Idj.js} +26 -21
- package/dist/shared/hx-tooltip-Ny4i1Idj.js.map +1 -0
- package/dist/shared/{hx-top-nav-DYlnzDaU.js → hx-top-nav-CC4FW2Hp.js} +7 -7
- package/dist/shared/hx-top-nav-CC4FW2Hp.js.map +1 -0
- package/dist/shared/{hx-tree-item-BP6UF_H1.js → hx-tree-item-CPQ9dJiK.js} +170 -106
- package/dist/shared/hx-tree-item-CPQ9dJiK.js.map +1 -0
- package/dist/shared/{hx-visually-hidden-CCTQTjbR.js → hx-visually-hidden-vKX8QjeX.js} +13 -13
- package/dist/shared/hx-visually-hidden-vKX8QjeX.js.map +1 -0
- package/dist/shared/id-counter-JhvVCnjh.js +143 -0
- package/dist/shared/id-counter-JhvVCnjh.js.map +1 -0
- package/dist/shared/{toast-factory-DTy-qN8r.js → toast-factory-CEMNOt1T.js} +58 -46
- package/dist/shared/toast-factory-CEMNOt1T.js.map +1 -0
- package/dist/utilities/adoptedStylesheetRegistry.d.ts +47 -0
- package/dist/utilities/adoptedStylesheetRegistry.d.ts.map +1 -0
- package/dist/utilities/document-token-adoption.d.ts +10 -0
- package/dist/utilities/document-token-adoption.d.ts.map +1 -0
- package/dist/utilities/generateScopedSelectors.d.ts +30 -0
- package/dist/utilities/generateScopedSelectors.d.ts.map +1 -0
- package/dist/utilities/injectLightStyles.d.ts +37 -0
- package/dist/utilities/injectLightStyles.d.ts.map +1 -0
- package/dist/utilities/lightStyleRegistry.d.ts +41 -0
- package/dist/utilities/lightStyleRegistry.d.ts.map +1 -0
- package/dist/utilities/sheetManager.d.ts +62 -0
- package/dist/utilities/sheetManager.d.ts.map +1 -0
- package/dist/utils/contrast-checker.d.ts +86 -0
- package/dist/utils/contrast-checker.d.ts.map +1 -0
- package/dist/utils/token-merger.d.ts +24 -0
- package/dist/utils/token-merger.d.ts.map +1 -0
- package/fouc.css +37 -0
- package/package.json +28 -6
- package/dist/shared/hx-accordion-D1kFhdeQ.js.map +0 -1
- package/dist/shared/hx-action-bar-D4bulGQP.js.map +0 -1
- package/dist/shared/hx-alert-CSxCF2rr.js.map +0 -1
- package/dist/shared/hx-avatar-Cun-O99h.js.map +0 -1
- package/dist/shared/hx-badge-CsFd2xtw.js.map +0 -1
- package/dist/shared/hx-banner-BTV-X2xF.js.map +0 -1
- package/dist/shared/hx-breadcrumb-item-4IwaLgaO.js.map +0 -1
- package/dist/shared/hx-button-7k-KeCYU.js.map +0 -1
- package/dist/shared/hx-button-group-CWjWv-wS.js.map +0 -1
- package/dist/shared/hx-card-0hT3G5hi.js.map +0 -1
- package/dist/shared/hx-carousel-item-DgeYyYZJ.js.map +0 -1
- package/dist/shared/hx-checkbox-BvjO-O41.js.map +0 -1
- package/dist/shared/hx-checkbox-group-Z5VvWzcj.js.map +0 -1
- package/dist/shared/hx-code-snippet-DqzPkH4K.js.map +0 -1
- package/dist/shared/hx-color-picker-Da8z6AlQ.js.map +0 -1
- package/dist/shared/hx-combobox-CivfelTS.js.map +0 -1
- package/dist/shared/hx-container-DLUKnTi9.js.map +0 -1
- package/dist/shared/hx-copy-button--0dymSvw.js.map +0 -1
- package/dist/shared/hx-counter-Duf00H7p.js +0 -147
- package/dist/shared/hx-counter-Duf00H7p.js.map +0 -1
- package/dist/shared/hx-data-table-BWvd5NNx.js.map +0 -1
- package/dist/shared/hx-date-picker-6voxxxNE.js.map +0 -1
- package/dist/shared/hx-dialog-DkUSnVgw.js.map +0 -1
- package/dist/shared/hx-divider-DNNs4e8q.js.map +0 -1
- package/dist/shared/hx-drawer-CJcRZcns.js.map +0 -1
- package/dist/shared/hx-dropdown-Bo0KTM1A.js.map +0 -1
- package/dist/shared/hx-field-3MmzJ4kZ.js.map +0 -1
- package/dist/shared/hx-field-label-Bg-EWvqF.js.map +0 -1
- package/dist/shared/hx-file-upload-ByjAgfNy.js.map +0 -1
- package/dist/shared/hx-format-date-BdnWV2kX.js.map +0 -1
- package/dist/shared/hx-grid-gEjuF0cR.js.map +0 -1
- package/dist/shared/hx-help-text-BAcEGRUE.js.map +0 -1
- package/dist/shared/hx-icon-CP6OnLoM.js.map +0 -1
- package/dist/shared/hx-icon-button-DzH_bRtC.js.map +0 -1
- package/dist/shared/hx-image-C6pGiI6c.js.map +0 -1
- package/dist/shared/hx-link-Tmk_YPvW.js.map +0 -1
- package/dist/shared/hx-list-DwInEX2H.js.map +0 -1
- package/dist/shared/hx-menu-divider-DR4G_rqw.js.map +0 -1
- package/dist/shared/hx-meter-uXkTZq-W.js.map +0 -1
- package/dist/shared/hx-nav-3JsN2Oak.js.map +0 -1
- package/dist/shared/hx-nav-item-D3EJatzc.js.map +0 -1
- package/dist/shared/hx-number-input-CIpL2BEh.js.map +0 -1
- package/dist/shared/hx-overflow-menu-2kgOJ_ht.js.map +0 -1
- package/dist/shared/hx-pagination-Blt-fFqV.js.map +0 -1
- package/dist/shared/hx-popover-DxE67miP.js.map +0 -1
- package/dist/shared/hx-popup-Dg6n_PbY.js.map +0 -1
- package/dist/shared/hx-progress-bar-Dm_EHyng.js.map +0 -1
- package/dist/shared/hx-progress-ring-DpxBDD5d.js.map +0 -1
- package/dist/shared/hx-radio-BywgVSEu.js.map +0 -1
- package/dist/shared/hx-rating-CUWBQ0fZ.js.map +0 -1
- package/dist/shared/hx-select-BwDwxk-M.js.map +0 -1
- package/dist/shared/hx-skeleton-BHvALyd7.js.map +0 -1
- package/dist/shared/hx-slider-D_0EKJyk.js.map +0 -1
- package/dist/shared/hx-spinner-DMn4SChS.js.map +0 -1
- package/dist/shared/hx-split-button-CypgLXw1.js.map +0 -1
- package/dist/shared/hx-split-panel-CV_Kr4EK.js.map +0 -1
- package/dist/shared/hx-stack-BStY1RmV.js.map +0 -1
- package/dist/shared/hx-stat-CHntLHJM.js.map +0 -1
- package/dist/shared/hx-status-indicator-C1BwEvUw.js.map +0 -1
- package/dist/shared/hx-step-BIVWSPxd.js.map +0 -1
- package/dist/shared/hx-structured-list-CMWllxGg.js.map +0 -1
- package/dist/shared/hx-switch-BgX8kuWt.js.map +0 -1
- package/dist/shared/hx-tab-panel-DhOq67jj.js.map +0 -1
- package/dist/shared/hx-tag-CzOTDcXI.js.map +0 -1
- package/dist/shared/hx-td-h6oeW6YC.js.map +0 -1
- package/dist/shared/hx-text-DTXjiviE.js.map +0 -1
- package/dist/shared/hx-text-input-CqEdDHMU.js +0 -461
- package/dist/shared/hx-text-input-CqEdDHMU.js.map +0 -1
- package/dist/shared/hx-textarea-BgX7rxyo.js.map +0 -1
- package/dist/shared/hx-theme-6GDoUG8j.js +0 -176
- package/dist/shared/hx-theme-6GDoUG8j.js.map +0 -1
- package/dist/shared/hx-time-picker-DmLu7WUC.js.map +0 -1
- package/dist/shared/hx-toggle-button-D1jpDvSA.js.map +0 -1
- package/dist/shared/hx-tooltip-kh7QFPKu.js.map +0 -1
- package/dist/shared/hx-top-nav-DYlnzDaU.js.map +0 -1
- package/dist/shared/hx-tree-item-BP6UF_H1.js.map +0 -1
- package/dist/shared/hx-visually-hidden-CCTQTjbR.js.map +0 -1
- package/dist/shared/toast-factory-DTy-qN8r.js.map +0 -1
|
@@ -0,0 +1,639 @@
|
|
|
1
|
+
/* helix-data.css — 5 components */
|
|
2
|
+
|
|
3
|
+
/* ── hx-code-snippet ── */
|
|
4
|
+
:host {
|
|
5
|
+
display: block;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
:host([inline]) {
|
|
9
|
+
display: inline;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
/* ─── Inline Mode ─── */
|
|
13
|
+
|
|
14
|
+
.code-snippet--inline {
|
|
15
|
+
display: inline;
|
|
16
|
+
font-family: var(--hx-code-snippet-font-family, var(--hx-font-family-mono, monospace));
|
|
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-neutral-100, #f1f5f9));
|
|
19
|
+
color: var(--hx-code-snippet-inline-color, var(--hx-color-neutral-900, #0f172a));
|
|
20
|
+
padding: var(--hx-code-snippet-inline-padding-y, 0.125em)
|
|
21
|
+
var(--hx-code-snippet-inline-padding-x, 0.375em);
|
|
22
|
+
border-radius: var(--hx-code-snippet-border-radius, var(--hx-border-radius-sm, 0.25rem));
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/* ─── Block Mode Container ─── */
|
|
26
|
+
|
|
27
|
+
.code-snippet {
|
|
28
|
+
position: relative;
|
|
29
|
+
background-color: var(--hx-code-snippet-bg, var(--hx-color-neutral-900, #0f172a));
|
|
30
|
+
border-radius: var(--hx-code-snippet-border-radius, var(--hx-border-radius-md, 0.375rem));
|
|
31
|
+
overflow: hidden;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/* ─── Hidden Slot ─── */
|
|
35
|
+
|
|
36
|
+
.code-snippet__slot {
|
|
37
|
+
display: none;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/* ─── Header ─── */
|
|
41
|
+
|
|
42
|
+
.code-snippet__header {
|
|
43
|
+
display: flex;
|
|
44
|
+
align-items: center;
|
|
45
|
+
justify-content: flex-end;
|
|
46
|
+
padding: var(--hx-space-2, 0.5rem) var(--hx-space-2, 0.5rem) 0;
|
|
47
|
+
min-height: var(--hx-space-8, 2rem);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/* ─── Pre / Code ─── */
|
|
51
|
+
|
|
52
|
+
.code-snippet__pre {
|
|
53
|
+
margin: 0;
|
|
54
|
+
padding: var(--hx-code-snippet-padding, var(--hx-space-4, 1rem));
|
|
55
|
+
overflow-x: auto;
|
|
56
|
+
white-space: pre;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.code-snippet__pre--wrap {
|
|
60
|
+
white-space: pre-wrap;
|
|
61
|
+
word-break: break-word;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.code-snippet__code {
|
|
65
|
+
display: block;
|
|
66
|
+
font-family: var(--hx-code-snippet-font-family, var(--hx-font-family-mono, monospace));
|
|
67
|
+
font-size: var(--hx-code-snippet-font-size, var(--hx-font-size-sm, 0.875rem));
|
|
68
|
+
line-height: var(--hx-line-height-relaxed, 1.625);
|
|
69
|
+
color: var(--hx-code-snippet-color, var(--hx-color-neutral-100, #f1f5f9));
|
|
70
|
+
tab-size: var(--hx-code-snippet-tab-size, 2);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/* ─── Copy Button ─── */
|
|
74
|
+
|
|
75
|
+
.code-snippet__copy-button {
|
|
76
|
+
display: inline-flex;
|
|
77
|
+
align-items: center;
|
|
78
|
+
gap: var(--hx-space-1, 0.25rem);
|
|
79
|
+
/* WCAG 2.5.5: minimum 44×44px touch target */
|
|
80
|
+
min-width: var(--hx-touch-target-min, 2.75rem);
|
|
81
|
+
min-height: var(--hx-touch-target-min, 2.75rem);
|
|
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-neutral-600, #475569);
|
|
84
|
+
border-radius: var(--hx-border-radius-sm, 0.25rem);
|
|
85
|
+
background-color: var(--hx-color-neutral-800, #1e293b);
|
|
86
|
+
color: var(--hx-color-neutral-200, #e2e8f0);
|
|
87
|
+
font-family: var(--hx-font-family-sans, sans-serif);
|
|
88
|
+
font-size: var(--hx-font-size-xs, 0.75rem);
|
|
89
|
+
font-weight: var(--hx-font-weight-medium, 500);
|
|
90
|
+
line-height: 1; /* intentional literal: icon/action button needs line-height 1; no token maps to exactly 1 */
|
|
91
|
+
cursor: pointer;
|
|
92
|
+
transition:
|
|
93
|
+
background-color var(--hx-transition-fast, 150ms ease),
|
|
94
|
+
color var(--hx-transition-fast, 150ms ease),
|
|
95
|
+
border-color var(--hx-transition-fast, 150ms ease);
|
|
96
|
+
white-space: nowrap;
|
|
97
|
+
z-index: 1; /* @audit-exception: local stacking context within shadow root */
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.code-snippet__copy-button:hover {
|
|
101
|
+
background-color: var(--hx-color-neutral-700, #334155);
|
|
102
|
+
border-color: var(--hx-color-neutral-500, #64748b);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.code-snippet__copy-button:focus-visible {
|
|
106
|
+
outline: var(--hx-focus-ring-width, 2px) solid
|
|
107
|
+
var(--hx-focus-ring-color, var(--hx-color-primary-400, #60a5fa));
|
|
108
|
+
outline-offset: var(--hx-focus-ring-offset, 2px);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.code-snippet__copy-button:active {
|
|
112
|
+
/* Non-standard token — fallback 0.8 applies if token is absent */
|
|
113
|
+
filter: brightness(var(--hx-filter-brightness-active, 0.8));
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/* ─── Expand Button ─── */
|
|
117
|
+
|
|
118
|
+
.code-snippet__expand-button {
|
|
119
|
+
display: block;
|
|
120
|
+
width: 100%;
|
|
121
|
+
/* WCAG 2.5.5: minimum 44×44px touch target */
|
|
122
|
+
min-width: var(--hx-touch-target-min, 2.75rem);
|
|
123
|
+
min-height: var(--hx-touch-target-min, 2.75rem);
|
|
124
|
+
padding: var(--hx-space-2, 0.5rem) var(--hx-space-4, 1rem);
|
|
125
|
+
border: none;
|
|
126
|
+
border-top: var(--hx-border-width-thin, 1px) solid var(--hx-color-neutral-700, #334155);
|
|
127
|
+
background-color: var(--hx-color-neutral-800, #1e293b);
|
|
128
|
+
color: var(--hx-color-neutral-300, #cbd5e1);
|
|
129
|
+
font-family: var(--hx-font-family-sans, sans-serif);
|
|
130
|
+
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
131
|
+
font-weight: var(--hx-font-weight-medium, 500);
|
|
132
|
+
text-align: center;
|
|
133
|
+
cursor: pointer;
|
|
134
|
+
transition: background-color var(--hx-transition-fast, 150ms ease);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.code-snippet__expand-button:hover {
|
|
138
|
+
background-color: var(--hx-color-neutral-700, #334155);
|
|
139
|
+
color: var(--hx-color-neutral-100, #f1f5f9);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.code-snippet__expand-button:focus-visible {
|
|
143
|
+
outline: var(--hx-focus-ring-width, 2px) solid
|
|
144
|
+
var(--hx-focus-ring-color, var(--hx-color-primary-400, #60a5fa));
|
|
145
|
+
outline-offset: var(--hx-focus-ring-offset, 2px);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/* ─── Line Numbers ─── */
|
|
149
|
+
|
|
150
|
+
.code-snippet__line-number {
|
|
151
|
+
display: inline-block;
|
|
152
|
+
min-width: var(--hx-space-8, 2rem);
|
|
153
|
+
padding-inline-end: var(--hx-space-3, 0.75rem);
|
|
154
|
+
color: var(--hx-code-snippet-line-number-color, var(--hx-color-neutral-500, #64748b));
|
|
155
|
+
user-select: none;
|
|
156
|
+
text-align: end;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
@media (prefers-reduced-motion: reduce) {
|
|
160
|
+
.code-snippet__copy-button {
|
|
161
|
+
transition: none;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.code-snippet__expand-button {
|
|
165
|
+
transition: none;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
/* ─── Screen-reader only ─── */
|
|
170
|
+
|
|
171
|
+
.sr-only {
|
|
172
|
+
position: absolute;
|
|
173
|
+
width: 1px;
|
|
174
|
+
height: 1px;
|
|
175
|
+
padding: 0;
|
|
176
|
+
margin: -1px;
|
|
177
|
+
overflow: hidden;
|
|
178
|
+
clip: rect(0, 0, 0, 0);
|
|
179
|
+
white-space: nowrap;
|
|
180
|
+
border: 0;
|
|
181
|
+
}
|
|
182
|
+
/* ── hx-data-table ── */
|
|
183
|
+
:host {
|
|
184
|
+
display: block;
|
|
185
|
+
overflow-x: auto;
|
|
186
|
+
font-family: var(--hx-font-family-sans, sans-serif);
|
|
187
|
+
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
/* ─── Scroll Wrapper ─── */
|
|
191
|
+
|
|
192
|
+
.table-wrapper {
|
|
193
|
+
min-width: 0;
|
|
194
|
+
width: 100%;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
/* ─── Table ─── */
|
|
198
|
+
|
|
199
|
+
table {
|
|
200
|
+
width: 100%;
|
|
201
|
+
border-collapse: collapse;
|
|
202
|
+
border-spacing: 0;
|
|
203
|
+
min-width: var(--hx-data-table-min-width, 600px);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
/* ─── Head ─── */
|
|
207
|
+
|
|
208
|
+
thead {
|
|
209
|
+
background-color: var(--hx-data-table-header-bg, var(--hx-color-neutral-50, #f8fafc));
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
:host([sticky-header]) thead th {
|
|
213
|
+
position: sticky;
|
|
214
|
+
top: 0;
|
|
215
|
+
z-index: 1;
|
|
216
|
+
background-color: var(--hx-data-table-header-bg, var(--hx-color-neutral-50, #f8fafc));
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
/* ─── Cells ─── */
|
|
220
|
+
|
|
221
|
+
th,
|
|
222
|
+
td {
|
|
223
|
+
padding: var(--hx-space-3, 0.75rem) var(--hx-space-4, 1rem);
|
|
224
|
+
text-align: start;
|
|
225
|
+
border-bottom: var(--hx-border-width-thin, 1px) solid
|
|
226
|
+
var(--hx-data-table-border-color, var(--hx-color-neutral-200, #e2e8f0));
|
|
227
|
+
vertical-align: middle;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
th {
|
|
231
|
+
font-weight: var(--hx-font-weight-semibold, 600);
|
|
232
|
+
color: var(--hx-data-table-header-color, var(--hx-color-neutral-700, #334155));
|
|
233
|
+
white-space: nowrap;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
td {
|
|
237
|
+
color: var(--hx-data-table-cell-color, var(--hx-color-neutral-900, #0f172a));
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
/* ─── Checkbox Column ─── */
|
|
241
|
+
|
|
242
|
+
th.col-checkbox,
|
|
243
|
+
td.col-checkbox {
|
|
244
|
+
/* WCAG 2.5.5 (healthcare mandate): minimum 44x44px touch target */
|
|
245
|
+
width: var(--hx-touch-target-min, 2.75rem);
|
|
246
|
+
min-width: var(--hx-touch-target-min, 2.75rem);
|
|
247
|
+
padding-inline-end: var(--hx-space-2, 0.5rem);
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
th.col-checkbox {
|
|
251
|
+
text-align: center;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
td.col-checkbox {
|
|
255
|
+
text-align: center;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
/* ─── Sort Button ─── */
|
|
259
|
+
|
|
260
|
+
.sort-btn {
|
|
261
|
+
display: inline-flex;
|
|
262
|
+
align-items: center;
|
|
263
|
+
gap: var(--hx-space-1, 0.25rem);
|
|
264
|
+
background: none;
|
|
265
|
+
border: none;
|
|
266
|
+
padding: 0;
|
|
267
|
+
font: inherit;
|
|
268
|
+
font-weight: inherit;
|
|
269
|
+
color: inherit;
|
|
270
|
+
cursor: pointer;
|
|
271
|
+
white-space: nowrap;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.sort-btn:focus-visible {
|
|
275
|
+
outline: var(--hx-focus-ring-width, 2px) solid
|
|
276
|
+
var(--hx-focus-ring-color, var(--hx-color-primary-500, #2563eb));
|
|
277
|
+
outline-offset: var(--hx-focus-ring-offset, 2px);
|
|
278
|
+
border-radius: var(--hx-border-radius-sm, 2px);
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
/* ─── Sort Icon ─── */
|
|
282
|
+
|
|
283
|
+
.sort-icon {
|
|
284
|
+
display: inline-flex;
|
|
285
|
+
align-items: center;
|
|
286
|
+
flex-shrink: 0;
|
|
287
|
+
width: 1em;
|
|
288
|
+
height: 1em;
|
|
289
|
+
opacity: var(--hx-opacity-25, 0.25); /* sort icon inactive — intentionally subtle */
|
|
290
|
+
transition:
|
|
291
|
+
opacity var(--hx-transition-fast, 150ms ease),
|
|
292
|
+
transform var(--hx-transition-fast, 150ms ease);
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.sort-icon--active {
|
|
296
|
+
opacity: var(--hx-opacity-100, 1);
|
|
297
|
+
color: var(--hx-color-primary-500, #2563eb);
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.sort-icon--desc {
|
|
301
|
+
transform: rotate(180deg);
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
/* ─── Row States ─── */
|
|
305
|
+
|
|
306
|
+
tbody tr {
|
|
307
|
+
transition: background-color var(--hx-transition-fast, 150ms ease);
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
tbody tr:hover {
|
|
311
|
+
background-color: var(--hx-data-table-row-hover-bg, var(--hx-color-neutral-50, #f8fafc));
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
tbody tr[aria-selected='true'] {
|
|
315
|
+
background-color: var(--hx-data-table-row-selected-bg, var(--hx-color-primary-50, #eff6ff));
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
/* ─── Checkbox Input ─── */
|
|
319
|
+
|
|
320
|
+
input[type='checkbox'] {
|
|
321
|
+
width: var(--hx-size-4, 1rem);
|
|
322
|
+
height: var(--hx-size-4, 1rem);
|
|
323
|
+
cursor: pointer;
|
|
324
|
+
accent-color: var(--hx-color-primary-500, #2563eb);
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
/* ─── Loading Skeleton ─── */
|
|
328
|
+
|
|
329
|
+
.skeleton-cell {
|
|
330
|
+
display: block;
|
|
331
|
+
height: 1em;
|
|
332
|
+
border-radius: var(--hx-border-radius-sm, 2px);
|
|
333
|
+
background: linear-gradient(
|
|
334
|
+
90deg,
|
|
335
|
+
var(--hx-color-neutral-200, #e2e8f0) 25%,
|
|
336
|
+
var(--hx-color-neutral-100, #f1f5f9) 50%,
|
|
337
|
+
var(--hx-color-neutral-200, #e2e8f0) 75%
|
|
338
|
+
);
|
|
339
|
+
background-size: 200% 100%;
|
|
340
|
+
animation: hx-shimmer var(--hx-data-table-shimmer-duration, 1.5s) infinite;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
@keyframes hx-shimmer {
|
|
344
|
+
0% {
|
|
345
|
+
background-position: 200% 0;
|
|
346
|
+
}
|
|
347
|
+
100% {
|
|
348
|
+
background-position: -200% 0;
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
@media (prefers-reduced-motion: reduce) {
|
|
353
|
+
.skeleton-cell {
|
|
354
|
+
animation: none;
|
|
355
|
+
opacity: var(
|
|
356
|
+
--hx-opacity-50,
|
|
357
|
+
0.5
|
|
358
|
+
); /* reduced from animation; approximate to available token */
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.sort-icon {
|
|
362
|
+
transition: none;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
tbody tr {
|
|
366
|
+
transition: none;
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
/* ─── Cell Focus ─── */
|
|
371
|
+
|
|
372
|
+
td:focus-visible,
|
|
373
|
+
th:focus-visible,
|
|
374
|
+
[part~='td']:focus-visible,
|
|
375
|
+
[part~='th']:focus-visible {
|
|
376
|
+
outline: var(--hx-focus-ring-width, 2px) solid
|
|
377
|
+
var(--hx-focus-ring-color, var(--hx-color-primary-500, #2563eb));
|
|
378
|
+
outline-offset: var(--hx-focus-ring-offset, -2px);
|
|
379
|
+
border-radius: var(--hx-border-radius-sm, 2px);
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
/* ─── Empty State ─── */
|
|
383
|
+
|
|
384
|
+
.empty-cell {
|
|
385
|
+
text-align: center;
|
|
386
|
+
color: var(--hx-data-table-empty-color, var(--hx-color-neutral-600, #475569));
|
|
387
|
+
padding: var(--hx-space-8, 2rem) var(--hx-space-4, 1rem);
|
|
388
|
+
}
|
|
389
|
+
/* ── hx-list ── */
|
|
390
|
+
:host {
|
|
391
|
+
display: block;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.list {
|
|
395
|
+
list-style: none;
|
|
396
|
+
margin: 0;
|
|
397
|
+
padding: 0;
|
|
398
|
+
display: flex;
|
|
399
|
+
flex-direction: column;
|
|
400
|
+
gap: var(--hx-list-gap, 0);
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
/* ─── Variant: bulleted ─── */
|
|
404
|
+
|
|
405
|
+
.list--bulleted {
|
|
406
|
+
padding-inline-start: var(--hx-space-6, 1.5rem);
|
|
407
|
+
list-style: disc;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
/* ─── Variant: numbered ─── */
|
|
411
|
+
|
|
412
|
+
.list--numbered {
|
|
413
|
+
padding-inline-start: var(--hx-space-6, 1.5rem);
|
|
414
|
+
list-style: decimal;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
/* ─── Variant: interactive ─── */
|
|
418
|
+
|
|
419
|
+
.list--interactive {
|
|
420
|
+
list-style: none;
|
|
421
|
+
padding: 0;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
/* ─── Variant: description ─── */
|
|
425
|
+
|
|
426
|
+
.list--description {
|
|
427
|
+
padding: 0;
|
|
428
|
+
list-style: none;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
/* ─── Dividers ─── */
|
|
432
|
+
|
|
433
|
+
:host([divided]) .list > ::slotted(hx-list-item:not(:last-child)) {
|
|
434
|
+
border-bottom: var(--hx-border-width-thin, 1px) solid
|
|
435
|
+
var(--hx-list-divider-color, var(--hx-color-neutral-200, #e2e8f0));
|
|
436
|
+
}
|
|
437
|
+
/* ── hx-structured-list ── */
|
|
438
|
+
:host {
|
|
439
|
+
display: block;
|
|
440
|
+
--_border-color: var(--hx-structured-list-border-color, var(--hx-color-neutral-200, #e2e8f0));
|
|
441
|
+
--_border-width: var(--hx-structured-list-border-width, var(--hx-border-width-thin, 1px));
|
|
442
|
+
--_bg-stripe: var(--hx-structured-list-stripe-bg, var(--hx-color-neutral-50, #f8fafc));
|
|
443
|
+
--_padding-block: var(--hx-structured-list-padding-block, var(--hx-space-4, 1rem));
|
|
444
|
+
--_padding-inline: var(--hx-structured-list-padding-inline, var(--hx-space-4, 1rem));
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
:host([condensed]) {
|
|
448
|
+
--_padding-block: var(--hx-structured-list-condensed-padding-block, var(--hx-space-2, 0.5rem));
|
|
449
|
+
--_padding-inline: var(
|
|
450
|
+
--hx-structured-list-condensed-padding-inline,
|
|
451
|
+
var(--hx-space-3, 0.75rem)
|
|
452
|
+
);
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.list {
|
|
456
|
+
display: block;
|
|
457
|
+
margin: 0;
|
|
458
|
+
padding: 0;
|
|
459
|
+
list-style: none;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
:host([bordered]) .list {
|
|
463
|
+
border: var(--_border-width) solid var(--_border-color);
|
|
464
|
+
border-radius: var(--hx-border-radius-md, 0.375rem);
|
|
465
|
+
overflow: hidden;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
:host([striped]) ::slotted(hx-structured-list-row:nth-of-type(even)) {
|
|
469
|
+
background: var(--_bg-stripe);
|
|
470
|
+
}
|
|
471
|
+
`;
|
|
472
|
+
|
|
473
|
+
export const helixStructuredListRowStyles = css`
|
|
474
|
+
:host {
|
|
475
|
+
display: block;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.row {
|
|
479
|
+
display: grid;
|
|
480
|
+
grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
|
|
481
|
+
align-items: baseline;
|
|
482
|
+
padding-block: var(--_padding-block, var(--hx-space-4, 1rem));
|
|
483
|
+
padding-inline: var(--_padding-inline, var(--hx-space-4, 1rem));
|
|
484
|
+
gap: var(--hx-space-4, 1rem);
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
:host(:not(:last-of-type)) .row {
|
|
488
|
+
border-bottom: var(--_border-width, var(--hx-border-width-thin, 1px)) solid
|
|
489
|
+
var(--_border-color, var(--hx-color-neutral-200, #e2e8f0));
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.row__label {
|
|
493
|
+
font-weight: var(--hx-font-weight-medium, 500);
|
|
494
|
+
color: var(--hx-structured-list-label-color, var(--hx-color-neutral-700, #374151));
|
|
495
|
+
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.row__value {
|
|
499
|
+
color: var(--hx-structured-list-value-color, var(--hx-color-neutral-900, #111827));
|
|
500
|
+
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.row__actions {
|
|
504
|
+
display: flex;
|
|
505
|
+
align-items: center;
|
|
506
|
+
gap: var(--hx-space-2, 0.5rem);
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
.row__actions:empty {
|
|
510
|
+
display: none;
|
|
511
|
+
}
|
|
512
|
+
/* ── hx-table ── */
|
|
513
|
+
:host {
|
|
514
|
+
display: block;
|
|
515
|
+
overflow-x: auto;
|
|
516
|
+
font-family: var(--hx-font-family-sans, sans-serif);
|
|
517
|
+
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
/* ─── Scroll Wrapper ─── */
|
|
521
|
+
|
|
522
|
+
.table-wrapper {
|
|
523
|
+
min-width: 0;
|
|
524
|
+
width: 100%;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
/* ─── Table ─── */
|
|
528
|
+
|
|
529
|
+
table {
|
|
530
|
+
border-collapse: collapse;
|
|
531
|
+
border-spacing: 0;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
:host([full-width]) table {
|
|
535
|
+
width: 100%;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
/* ─── Caption ─── */
|
|
539
|
+
|
|
540
|
+
caption {
|
|
541
|
+
caption-side: top;
|
|
542
|
+
text-align: start;
|
|
543
|
+
padding: var(--hx-space-2, 0.5rem) var(--hx-space-4, 1rem);
|
|
544
|
+
font-weight: var(--hx-font-weight-semibold, 600);
|
|
545
|
+
color: var(--hx-table-header-color, var(--hx-color-neutral-700, #334155));
|
|
546
|
+
font-size: var(--hx-font-size-md, 1rem);
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
/* ─── Slotted sub-component styling ─── */
|
|
550
|
+
|
|
551
|
+
/*
|
|
552
|
+
* ::slotted() only matches DIRECT slot assignees. hx-table's direct
|
|
553
|
+
* slot children are hx-thead, hx-tbody, and hx-tfoot — never hx-tr,
|
|
554
|
+
* hx-th, or hx-td. CSS custom properties inherit through shadow DOM
|
|
555
|
+
* boundaries, so variables set on section elements cascade to their
|
|
556
|
+
* slotted row and cell descendants automatically.
|
|
557
|
+
*/
|
|
558
|
+
|
|
559
|
+
/* Header background via CSS vars that cascade through display:contents */
|
|
560
|
+
::slotted(hx-thead) {
|
|
561
|
+
--_hx-table-cell-bg: var(--hx-table-header-bg, var(--hx-color-neutral-50, #f8fafc));
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
/* Striped variant: set stripe signal on hx-tbody (direct slotted child) so hx-tbody can apply to even rows */
|
|
565
|
+
:host([variant='striped']) ::slotted(hx-tbody) {
|
|
566
|
+
--_hx-table-row-stripe-bg: var(--hx-table-stripe-bg, var(--hx-color-neutral-50, #f8fafc));
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
/* Hover variant: set hover bg variable on direct slotted section elements */
|
|
570
|
+
:host([variant='hover']) ::slotted(hx-tbody),
|
|
571
|
+
:host([variant='hover']) ::slotted(hx-thead),
|
|
572
|
+
:host([variant='striped']) ::slotted(hx-tbody),
|
|
573
|
+
:host([variant='striped']) ::slotted(hx-thead),
|
|
574
|
+
:host([variant='default']) ::slotted(hx-tbody),
|
|
575
|
+
:host([variant='default']) ::slotted(hx-thead) {
|
|
576
|
+
--_hx-table-row-hover-bg: var(--hx-table-row-hover-bg, var(--hx-color-neutral-50, #f8fafc));
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
/* Compact variant: reduced padding signal set on section elements that cascade to cells */
|
|
580
|
+
:host([variant='compact']) ::slotted(hx-thead),
|
|
581
|
+
:host([variant='compact']) ::slotted(hx-tbody),
|
|
582
|
+
:host([variant='compact']) ::slotted(hx-tfoot) {
|
|
583
|
+
--_hx-table-cell-padding: var(--hx-space-2, 0.5rem) var(--hx-space-3, 0.75rem);
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
/* ─── Sticky Header ─── */
|
|
587
|
+
|
|
588
|
+
:host([sticky-header]) ::slotted(hx-thead) {
|
|
589
|
+
--_hx-table-th-position: sticky;
|
|
590
|
+
--_hx-table-th-top: 0;
|
|
591
|
+
--_hx-table-th-z-index: 1;
|
|
592
|
+
--_hx-table-th-bg: var(--hx-table-header-bg, var(--hx-color-neutral-50, #f8fafc));
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
/* ─── Focus ─── */
|
|
596
|
+
|
|
597
|
+
::slotted(:focus-visible) {
|
|
598
|
+
outline: var(--hx-focus-ring-width, 2px) solid
|
|
599
|
+
var(--hx-focus-ring-color, var(--hx-color-primary-500, #2563eb));
|
|
600
|
+
outline-offset: var(--hx-focus-ring-offset, -2px);
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
/* ─── Responsive Mobile Card Layout ─── */
|
|
604
|
+
|
|
605
|
+
@media (max-width: 768px) {
|
|
606
|
+
.table-wrapper {
|
|
607
|
+
overflow-x: visible;
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
/* ─── Reduced Motion ─── */
|
|
612
|
+
|
|
613
|
+
@media (prefers-reduced-motion: reduce) {
|
|
614
|
+
::slotted(*) {
|
|
615
|
+
transition: none !important;
|
|
616
|
+
}
|
|
617
|
+
}
|
|
618
|
+
`;
|
|
619
|
+
|
|
620
|
+
/**
|
|
621
|
+
* Styles shared by sub-components (hx-th, hx-td) for cell layout.
|
|
622
|
+
* Exported so sub-components can import them directly.
|
|
623
|
+
*/
|
|
624
|
+
export const helixTableCellBaseStyles = css`
|
|
625
|
+
:host {
|
|
626
|
+
display: contents;
|
|
627
|
+
}
|
|
628
|
+
`;
|
|
629
|
+
|
|
630
|
+
export const helixTableRowBaseStyles = css`
|
|
631
|
+
:host {
|
|
632
|
+
display: contents;
|
|
633
|
+
}
|
|
634
|
+
`;
|
|
635
|
+
|
|
636
|
+
export const helixTableSectionBaseStyles = css`
|
|
637
|
+
:host {
|
|
638
|
+
display: contents;
|
|
639
|
+
}
|