@helixui/library 2.1.2 → 3.0.0-next.65
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 +904 -1044
- package/dist/base/helix-element.d.ts +20 -8
- package/dist/base/helix-element.d.ts.map +1 -1
- package/dist/components/hx-accordion/hx-accordion-item.d.ts +7 -4
- package/dist/components/hx-accordion/hx-accordion-item.d.ts.map +1 -1
- package/dist/components/hx-accordion/hx-accordion-item.styles.d.ts.map +1 -1
- package/dist/components/hx-accordion/hx-accordion.d.ts +3 -2
- package/dist/components/hx-accordion/hx-accordion.d.ts.map +1 -1
- package/dist/components/hx-accordion/hx-accordion.styles.d.ts.map +1 -1
- package/dist/components/hx-accordion/index.d.ts +1 -0
- package/dist/components/hx-accordion/index.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 +26 -14
- package/dist/components/hx-action-bar/hx-action-bar.d.ts.map +1 -1
- package/dist/components/hx-action-bar/hx-action-bar.styles.d.ts.map +1 -1
- package/dist/components/hx-action-bar/index.js +1 -1
- package/dist/components/hx-alert/hx-alert.d.ts +7 -2
- 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.d.ts +1 -0
- package/dist/components/hx-alert/index.d.ts.map +1 -1
- package/dist/components/hx-alert/index.js +1 -1
- package/dist/components/hx-avatar/hx-avatar.d.ts +3 -2
- package/dist/components/hx-avatar/hx-avatar.d.ts.map +1 -1
- package/dist/components/hx-avatar/index.js +1 -1
- package/dist/components/hx-badge/hx-badge.d.ts +2 -9
- 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.d.ts +1 -1
- package/dist/components/hx-badge/index.d.ts.map +1 -1
- package/dist/components/hx-badge/index.js +1 -1
- package/dist/components/hx-banner/hx-banner.d.ts +3 -2
- 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 +2 -2
- package/dist/components/hx-breadcrumb/hx-breadcrumb-item.d.ts.map +1 -1
- package/dist/components/hx-breadcrumb/hx-breadcrumb-item.styles.d.ts.map +1 -1
- package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts +9 -19
- package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts.map +1 -1
- package/dist/components/hx-breadcrumb/hx-breadcrumb.styles.d.ts.map +1 -1
- package/dist/components/hx-breadcrumb/index.js +1 -1
- package/dist/components/hx-button/hx-button.d.ts +31 -9
- 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.d.ts +1 -0
- package/dist/components/hx-button/index.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 +4 -6
- package/dist/components/hx-button-group/hx-button-group.d.ts.map +1 -1
- package/dist/components/hx-button-group/hx-button-group.styles.d.ts.map +1 -1
- package/dist/components/hx-button-group/index.js +1 -1
- package/dist/components/hx-card/hx-card.d.ts +19 -2
- package/dist/components/hx-card/hx-card.d.ts.map +1 -1
- package/dist/components/hx-card/hx-card.styles.d.ts.map +1 -1
- package/dist/components/hx-card/index.js +1 -1
- package/dist/components/hx-carousel/hx-carousel-item.d.ts +2 -2
- package/dist/components/hx-carousel/hx-carousel-item.d.ts.map +1 -1
- package/dist/components/hx-carousel/hx-carousel-item.styles.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/hx-carousel.styles.d.ts.map +1 -1
- package/dist/components/hx-carousel/index.js +1 -1
- package/dist/components/hx-checkbox/hx-checkbox.d.ts +52 -5
- 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.d.ts +1 -0
- package/dist/components/hx-checkbox/index.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 -20
- package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts.map +1 -1
- package/dist/components/hx-checkbox-group/hx-checkbox-group.styles.d.ts.map +1 -1
- package/dist/components/hx-checkbox-group/index.d.ts +1 -0
- package/dist/components/hx-checkbox-group/index.d.ts.map +1 -1
- package/dist/components/hx-checkbox-group/index.js +1 -1
- package/dist/components/hx-clinical-status/hx-clinical-status.styles.d.ts.map +1 -1
- package/dist/components/hx-clinical-status/index.js +1 -1
- package/dist/components/hx-code-snippet/hx-code-snippet.d.ts +3 -2
- 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 +12 -19
- package/dist/components/hx-color-picker/hx-color-picker.d.ts.map +1 -1
- package/dist/components/hx-color-picker/hx-color-picker.styles.d.ts.map +1 -1
- package/dist/components/hx-color-picker/index.d.ts +1 -0
- package/dist/components/hx-color-picker/index.d.ts.map +1 -1
- package/dist/components/hx-color-picker/index.js +1 -1
- package/dist/components/hx-combobox/hx-combobox.d.ts +45 -22
- 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.d.ts +1 -0
- package/dist/components/hx-combobox/index.d.ts.map +1 -1
- package/dist/components/hx-combobox/index.js +1 -1
- package/dist/components/hx-container/hx-container.d.ts +2 -4
- package/dist/components/hx-container/hx-container.d.ts.map +1 -1
- package/dist/components/hx-container/hx-container.styles.d.ts.map +1 -1
- package/dist/components/hx-container/index.d.ts +0 -1
- package/dist/components/hx-container/index.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 +2 -2
- package/dist/components/hx-copy-button/hx-copy-button.d.ts.map +1 -1
- package/dist/components/hx-copy-button/hx-copy-button.styles.d.ts.map +1 -1
- package/dist/components/hx-copy-button/index.js +1 -1
- package/dist/components/hx-counter/hx-counter.d.ts +23 -2
- 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 +46 -2
- 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.d.ts +1 -0
- package/dist/components/hx-data-table/index.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 +35 -35
- 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.d.ts +1 -0
- package/dist/components/hx-date-picker/index.d.ts.map +1 -1
- package/dist/components/hx-date-picker/index.js +1 -1
- package/dist/components/hx-dialog/hx-dialog.d.ts +44 -5
- package/dist/components/hx-dialog/hx-dialog.d.ts.map +1 -1
- package/dist/components/hx-dialog/hx-dialog.styles.d.ts.map +1 -1
- package/dist/components/hx-dialog/index.js +1 -1
- package/dist/components/hx-divider/hx-divider.d.ts +3 -4
- package/dist/components/hx-divider/hx-divider.d.ts.map +1 -1
- package/dist/components/hx-divider/hx-divider.styles.d.ts.map +1 -1
- package/dist/components/hx-divider/index.d.ts +0 -1
- package/dist/components/hx-divider/index.d.ts.map +1 -1
- package/dist/components/hx-divider/index.js +1 -1
- package/dist/components/hx-drawer/hx-drawer.d.ts +39 -2
- 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 +11 -7
- package/dist/components/hx-dropdown/hx-dropdown.d.ts.map +1 -1
- package/dist/components/hx-dropdown/hx-dropdown.styles.d.ts.map +1 -1
- package/dist/components/hx-dropdown/index.js +1 -1
- package/dist/components/hx-field/hx-field.d.ts +4 -3
- package/dist/components/hx-field/hx-field.d.ts.map +1 -1
- package/dist/components/hx-field/hx-field.styles.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 +2 -2
- 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 +38 -18
- package/dist/components/hx-file-upload/hx-file-upload.d.ts.map +1 -1
- package/dist/components/hx-file-upload/hx-file-upload.styles.d.ts.map +1 -1
- package/dist/components/hx-file-upload/index.d.ts +1 -0
- package/dist/components/hx-file-upload/index.d.ts.map +1 -1
- package/dist/components/hx-file-upload/index.js +1 -1
- package/dist/components/hx-form/hx-form.d.ts +2 -2
- package/dist/components/hx-form/hx-form.d.ts.map +1 -1
- package/dist/components/hx-form/hx-form.styles.d.ts +8 -0
- package/dist/components/hx-form/hx-form.styles.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 +2 -2
- package/dist/components/hx-format-date/hx-format-date.d.ts.map +1 -1
- package/dist/components/hx-format-date/hx-format-date.styles.d.ts.map +1 -1
- package/dist/components/hx-format-date/index.js +1 -1
- package/dist/components/hx-grid/hx-grid.d.ts +4 -3
- package/dist/components/hx-grid/hx-grid.d.ts.map +1 -1
- package/dist/components/hx-grid/hx-grid.styles.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 +2 -4
- package/dist/components/hx-help-text/hx-help-text.d.ts.map +1 -1
- package/dist/components/hx-help-text/hx-help-text.styles.d.ts.map +1 -1
- package/dist/components/hx-help-text/index.js +1 -1
- package/dist/components/hx-icon/hx-icon.d.ts +17 -2
- package/dist/components/hx-icon/hx-icon.d.ts.map +1 -1
- package/dist/components/hx-icon/hx-icon.styles.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 +10 -14
- package/dist/components/hx-icon-button/hx-icon-button.d.ts.map +1 -1
- package/dist/components/hx-icon-button/hx-icon-button.styles.d.ts.map +1 -1
- package/dist/components/hx-icon-button/index.js +1 -1
- package/dist/components/hx-image/hx-image.d.ts +2 -2
- package/dist/components/hx-image/hx-image.d.ts.map +1 -1
- package/dist/components/hx-image/hx-image.styles.d.ts.map +1 -1
- package/dist/components/hx-image/index.js +1 -1
- package/dist/components/hx-link/hx-link.d.ts +4 -2
- 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 +3 -2
- package/dist/components/hx-list/hx-list-item.d.ts.map +1 -1
- package/dist/components/hx-list/hx-list-item.styles.d.ts.map +1 -1
- package/dist/components/hx-list/hx-list.d.ts +3 -2
- package/dist/components/hx-list/hx-list.d.ts.map +1 -1
- package/dist/components/hx-list/hx-list.styles.d.ts.map +1 -1
- package/dist/components/hx-list/index.js +1 -1
- package/dist/components/hx-menu/hx-menu-divider.d.ts +2 -2
- package/dist/components/hx-menu/hx-menu-divider.d.ts.map +1 -1
- package/dist/components/hx-menu/hx-menu-divider.styles.d.ts.map +1 -1
- package/dist/components/hx-menu/hx-menu-item.d.ts +2 -2
- package/dist/components/hx-menu/hx-menu-item.d.ts.map +1 -1
- package/dist/components/hx-menu/hx-menu-item.styles.d.ts.map +1 -1
- package/dist/components/hx-menu/hx-menu.d.ts +2 -2
- 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 +3 -4
- package/dist/components/hx-meter/hx-meter.d.ts.map +1 -1
- package/dist/components/hx-meter/hx-meter.styles.d.ts.map +1 -1
- package/dist/components/hx-meter/index.js +1 -1
- package/dist/components/hx-nav/hx-nav.d.ts +2 -4
- package/dist/components/hx-nav/hx-nav.d.ts.map +1 -1
- package/dist/components/hx-nav/hx-nav.styles.d.ts.map +1 -1
- package/dist/components/hx-nav/index.d.ts +1 -1
- package/dist/components/hx-nav/index.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 +14 -20
- package/dist/components/hx-number-input/hx-number-input.d.ts.map +1 -1
- package/dist/components/hx-number-input/hx-number-input.styles.d.ts.map +1 -1
- package/dist/components/hx-number-input/index.d.ts +1 -0
- package/dist/components/hx-number-input/index.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 +2 -2
- 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 +10 -2
- package/dist/components/hx-pagination/hx-pagination.d.ts.map +1 -1
- package/dist/components/hx-pagination/index.d.ts +1 -0
- package/dist/components/hx-pagination/index.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 +47 -5
- package/dist/components/hx-patient-banner/hx-patient-banner.d.ts.map +1 -1
- package/dist/components/hx-patient-banner/hx-patient-banner.styles.d.ts.map +1 -1
- package/dist/components/hx-patient-banner/index.js +1 -1
- package/dist/components/hx-phi-field/hx-phi-field.d.ts +87 -6
- package/dist/components/hx-phi-field/hx-phi-field.d.ts.map +1 -1
- package/dist/components/hx-phi-field/hx-phi-field.styles.d.ts.map +1 -1
- package/dist/components/hx-phi-field/index.js +1 -1
- package/dist/components/hx-popover/hx-popover.d.ts +4 -2
- package/dist/components/hx-popover/hx-popover.d.ts.map +1 -1
- package/dist/components/hx-popover/hx-popover.styles.d.ts.map +1 -1
- package/dist/components/hx-popover/index.js +1 -1
- package/dist/components/hx-popup/hx-popup.d.ts +7 -2
- package/dist/components/hx-popup/hx-popup.d.ts.map +1 -1
- package/dist/components/hx-popup/hx-popup.styles.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 +3 -4
- 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 +3 -2
- package/dist/components/hx-progress-ring/hx-progress-ring.d.ts.map +1 -1
- package/dist/components/hx-progress-ring/hx-progress-ring.styles.d.ts.map +1 -1
- package/dist/components/hx-progress-ring/index.js +1 -1
- package/dist/components/hx-prose/hx-prose.d.ts +3 -2
- package/dist/components/hx-prose/hx-prose.d.ts.map +1 -1
- package/dist/components/hx-prose/hx-prose.styles.d.ts +8 -0
- package/dist/components/hx-prose/hx-prose.styles.d.ts.map +1 -1
- package/dist/components/hx-prose/index.js +1 -1
- package/dist/components/hx-radio-group/hx-radio-group.d.ts +14 -39
- package/dist/components/hx-radio-group/hx-radio-group.d.ts.map +1 -1
- package/dist/components/hx-radio-group/hx-radio-group.styles.d.ts.map +1 -1
- package/dist/components/hx-radio-group/hx-radio.d.ts +19 -4
- 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.d.ts +1 -0
- package/dist/components/hx-radio-group/index.d.ts.map +1 -1
- package/dist/components/hx-radio-group/index.js +1 -1
- package/dist/components/hx-rating/hx-rating.d.ts +9 -20
- 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.d.ts +1 -0
- package/dist/components/hx-rating/index.d.ts.map +1 -1
- package/dist/components/hx-rating/index.js +1 -1
- package/dist/components/hx-select/hx-select.d.ts +26 -17
- 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.d.ts +1 -0
- package/dist/components/hx-select/index.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 +2 -5
- 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 +3 -2
- 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 +4 -3
- package/dist/components/hx-skeleton/hx-skeleton.d.ts.map +1 -1
- package/dist/components/hx-skeleton/hx-skeleton.styles.d.ts.map +1 -1
- package/dist/components/hx-skeleton/index.js +1 -1
- package/dist/components/hx-slider/hx-slider.d.ts +18 -22
- 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.d.ts +1 -0
- package/dist/components/hx-slider/index.d.ts.map +1 -1
- package/dist/components/hx-slider/index.js +1 -1
- package/dist/components/hx-spinner/hx-spinner.d.ts +2 -2
- 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 +12 -2
- 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 +2 -2
- package/dist/components/hx-stack/hx-stack.d.ts.map +1 -1
- package/dist/components/hx-stack/hx-stack.styles.d.ts.map +1 -1
- package/dist/components/hx-stack/index.js +1 -1
- package/dist/components/hx-stat/hx-stat.d.ts +6 -2
- package/dist/components/hx-stat/hx-stat.d.ts.map +1 -1
- package/dist/components/hx-stat/hx-stat.styles.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 +3 -2
- 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 +3 -2
- 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 +11 -4
- package/dist/components/hx-steps/hx-steps.d.ts.map +1 -1
- package/dist/components/hx-steps/hx-steps.styles.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 +3 -3
- package/dist/components/hx-structured-list/hx-structured-list.d.ts.map +1 -1
- package/dist/components/hx-structured-list/hx-structured-list.styles.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 +4 -3
- package/dist/components/hx-style-scope/hx-style-scope.d.ts.map +1 -1
- package/dist/components/hx-style-scope/hx-style-scope.styles.d.ts.map +1 -1
- package/dist/components/hx-style-scope/index.js +1 -1
- package/dist/components/hx-switch/hx-switch.d.ts +25 -29
- 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.d.ts +2 -1
- package/dist/components/hx-switch/index.d.ts.map +1 -1
- package/dist/components/hx-switch/index.js +1 -1
- package/dist/components/hx-table/hx-table.d.ts +3 -2
- package/dist/components/hx-table/hx-table.d.ts.map +1 -1
- package/dist/components/hx-table/hx-table.styles.d.ts.map +1 -1
- package/dist/components/hx-table/hx-tbody.d.ts +2 -2
- package/dist/components/hx-table/hx-tbody.d.ts.map +1 -1
- package/dist/components/hx-table/hx-td.d.ts +2 -2
- package/dist/components/hx-table/hx-td.d.ts.map +1 -1
- package/dist/components/hx-table/hx-tfoot.d.ts +2 -2
- package/dist/components/hx-table/hx-tfoot.d.ts.map +1 -1
- package/dist/components/hx-table/hx-th.d.ts +2 -2
- package/dist/components/hx-table/hx-th.d.ts.map +1 -1
- package/dist/components/hx-table/hx-thead.d.ts +2 -2
- package/dist/components/hx-table/hx-thead.d.ts.map +1 -1
- package/dist/components/hx-table/hx-tr.d.ts +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +14 -2
- package/dist/components/hx-tabs/hx-tabs.d.ts.map +1 -1
- package/dist/components/hx-tabs/hx-tabs.styles.d.ts.map +1 -1
- package/dist/components/hx-tabs/index.d.ts +1 -0
- package/dist/components/hx-tabs/index.d.ts.map +1 -1
- package/dist/components/hx-tabs/index.js +1 -1
- package/dist/components/hx-tag/hx-tag.d.ts +2 -4
- 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.d.ts +0 -2
- package/dist/components/hx-tag/index.d.ts.map +1 -1
- package/dist/components/hx-tag/index.js +1 -1
- package/dist/components/hx-text/hx-text.d.ts +2 -2
- package/dist/components/hx-text/hx-text.d.ts.map +1 -1
- package/dist/components/hx-text/hx-text.styles.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 +34 -7
- 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.d.ts +1 -0
- package/dist/components/hx-text-input/index.d.ts.map +1 -1
- package/dist/components/hx-text-input/index.js +1 -1
- package/dist/components/hx-textarea/hx-textarea.d.ts +41 -25
- 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.d.ts +1 -0
- package/dist/components/hx-textarea/index.d.ts.map +1 -1
- package/dist/components/hx-textarea/index.js +1 -1
- package/dist/components/hx-theme/hx-theme.d.ts +3 -11
- package/dist/components/hx-theme/hx-theme.d.ts.map +1 -1
- package/dist/components/hx-theme/hx-theme.styles.d.ts.map +1 -1
- package/dist/components/hx-theme/index.d.ts +0 -2
- package/dist/components/hx-theme/index.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 +13 -31
- package/dist/components/hx-time-picker/hx-time-picker.d.ts.map +1 -1
- package/dist/components/hx-time-picker/hx-time-picker.styles.d.ts.map +1 -1
- package/dist/components/hx-time-picker/index.d.ts +1 -0
- package/dist/components/hx-time-picker/index.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 +2 -2
- package/dist/components/hx-toast/hx-toast-stack.d.ts.map +1 -1
- package/dist/components/hx-toast/hx-toast.d.ts +3 -2
- 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-toggle-button/hx-toggle-button.d.ts +10 -13
- 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.d.ts +1 -0
- package/dist/components/hx-toggle-button/index.d.ts.map +1 -1
- package/dist/components/hx-toggle-button/index.js +1 -1
- package/dist/components/hx-tooltip/hx-tooltip.d.ts +2 -2
- package/dist/components/hx-tooltip/hx-tooltip.d.ts.map +1 -1
- package/dist/components/hx-tooltip/hx-tooltip.styles.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 +2 -2
- package/dist/components/hx-top-nav/hx-top-nav.d.ts.map +1 -1
- package/dist/components/hx-top-nav/hx-top-nav.styles.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 +2 -4
- package/dist/components/hx-tree-view/hx-tree-item.d.ts.map +1 -1
- package/dist/components/hx-tree-view/hx-tree-item.styles.d.ts.map +1 -1
- package/dist/components/hx-tree-view/hx-tree-view.d.ts +2 -4
- 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.d.ts +0 -4
- package/dist/components/hx-tree-view/index.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 +2 -2
- package/dist/components/hx-visually-hidden/hx-visually-hidden.d.ts.map +1 -1
- package/dist/components/hx-visually-hidden/hx-visually-hidden.styles.d.ts.map +1 -1
- package/dist/components/hx-visually-hidden/index.js +1 -1
- package/dist/css/helix-all.css +3717 -786
- package/dist/css/helix-core.css +277 -64
- package/dist/css/helix-data.css +86 -7
- package/dist/css/helix-feedback.css +215 -69
- package/dist/css/helix-forms.css +2122 -127
- package/dist/css/helix-layout.css +53 -7
- package/dist/css/helix-media.css +40 -16
- package/dist/css/helix-navigation.css +209 -48
- package/dist/css/helix-overlay.css +99 -12
- package/dist/css/helix-tokens.css +30 -11
- package/dist/css/helix-utility.css +118 -9
- package/dist/css/hx-accordion.css +9 -1
- package/dist/css/hx-action-bar.css +17 -3
- package/dist/css/hx-alert.css +39 -18
- package/dist/css/hx-avatar.css +1 -1
- package/dist/css/hx-badge.css +59 -24
- package/dist/css/hx-banner.css +35 -18
- package/dist/css/hx-breadcrumb.css +27 -0
- package/dist/css/hx-button-group.css +13 -0
- package/dist/css/hx-button.css +6 -3
- package/dist/css/hx-card.css +18 -6
- package/dist/css/hx-carousel.css +40 -16
- package/dist/css/hx-checkbox-group.css +36 -4
- package/dist/css/hx-checkbox.css +74 -8
- package/dist/css/hx-clinical-status.css +46 -23
- package/dist/css/hx-code-snippet.css +25 -3
- package/dist/css/hx-color-picker.css +276 -1
- package/dist/css/hx-combobox.css +391 -1
- package/dist/css/hx-container.css +10 -6
- package/dist/css/hx-copy-button.css +31 -3
- package/dist/css/hx-counter.css +11 -1
- package/dist/css/hx-data-table.css +24 -1
- package/dist/css/hx-date-picker.css +437 -1
- package/dist/css/hx-dialog.css +23 -2
- package/dist/css/hx-divider.css +8 -0
- package/dist/css/hx-drawer.css +22 -1
- package/dist/css/hx-dropdown.css +10 -1
- package/dist/css/hx-field-label.css +18 -2
- package/dist/css/hx-field.css +39 -3
- package/dist/css/hx-file-upload.css +60 -12
- package/dist/css/hx-format-date.css +11 -0
- package/dist/css/hx-grid.css +10 -0
- package/dist/css/hx-help-text.css +25 -5
- package/dist/css/hx-icon-button.css +27 -0
- package/dist/css/hx-icon.css +8 -0
- package/dist/css/hx-image.css +11 -3
- package/dist/css/hx-link.css +24 -6
- package/dist/css/hx-list.css +10 -0
- package/dist/css/hx-menu.css +10 -2
- package/dist/css/hx-meter.css +28 -14
- package/dist/css/hx-nav.css +27 -12
- package/dist/css/hx-number-input.css +78 -0
- package/dist/css/hx-overflow-menu.css +41 -10
- package/dist/css/hx-pagination.css +13 -13
- package/dist/css/hx-patient-banner.css +30 -10
- package/dist/css/hx-phi-field.css +20 -3
- package/dist/css/hx-popover.css +16 -4
- package/dist/css/hx-popup.css +12 -0
- package/dist/css/hx-progress-bar.css +1 -1
- package/dist/css/hx-progress-ring.css +26 -4
- package/dist/css/hx-radio-group.css +35 -3
- package/dist/css/hx-rating.css +45 -4
- package/dist/css/hx-select.css +89 -9
- package/dist/css/hx-side-nav.css +26 -0
- package/dist/css/hx-skeleton.css +13 -1
- package/dist/css/hx-slider.css +16 -11
- package/dist/css/hx-spinner.css +15 -3
- package/dist/css/hx-split-button.css +37 -2
- package/dist/css/hx-split-panel.css +14 -0
- package/dist/css/hx-stack.css +10 -0
- package/dist/css/hx-stat.css +52 -5
- package/dist/css/hx-status-indicator.css +15 -2
- package/dist/css/hx-steps.css +12 -0
- package/dist/css/hx-structured-list.css +18 -2
- package/dist/css/hx-style-scope.css +11 -0
- package/dist/css/hx-switch.css +66 -4
- package/dist/css/hx-table.css +9 -1
- package/dist/css/hx-tabs.css +15 -3
- package/dist/css/hx-tag.css +24 -12
- package/dist/css/hx-text-input.css +71 -9
- package/dist/css/hx-text.css +38 -5
- package/dist/css/hx-textarea.css +71 -15
- package/dist/css/hx-theme.css +11 -0
- package/dist/css/hx-time-picker.css +224 -1
- package/dist/css/hx-toast.css +19 -7
- package/dist/css/hx-toggle-button.css +41 -4
- package/dist/css/hx-tooltip.css +16 -4
- package/dist/css/hx-top-nav.css +29 -8
- package/dist/css/hx-tree-view.css +9 -0
- package/dist/css/hx-visually-hidden.css +12 -0
- package/dist/css/index.css +1 -1
- package/dist/css/manifest.json +49 -11
- package/dist/form-test-utils.d.ts +45 -0
- package/dist/form-test-utils.d.ts.map +1 -0
- package/dist/index.d.ts +28 -14
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +189 -176
- package/dist/index.js.map +1 -1
- package/dist/mixins/FormMixin.d.ts +24 -5
- package/dist/mixins/FormMixin.d.ts.map +1 -1
- package/dist/mixins/aria-delegation.d.ts +1 -1
- package/dist/mixins/aria-delegation.d.ts.map +1 -1
- package/dist/mixins/index.d.ts +3 -1
- package/dist/mixins/index.d.ts.map +1 -1
- package/dist/shared/{FormMixin-Bjvw20G5.js → FormMixin-B8PXk5RQ.js} +31 -14
- package/dist/shared/FormMixin-B8PXk5RQ.js.map +1 -0
- package/dist/shared/{aria-delegation-CBP9eQ0M.js → aria-delegation-Doq6RRUy.js} +6 -6
- package/dist/shared/aria-delegation-Doq6RRUy.js.map +1 -0
- package/dist/shared/{id-counter-JhvVCnjh.js → helix-element-BNEYeiys.js} +35 -44
- package/dist/shared/helix-element-BNEYeiys.js.map +1 -0
- package/dist/shared/{hx-accordion-CpfO0YQo.js → hx-accordion-Wt52OOZD.js} +127 -80
- package/dist/shared/hx-accordion-Wt52OOZD.js.map +1 -0
- package/dist/shared/{hx-action-bar-BpY1Z1UV.js → hx-action-bar-BKMADbHj.js} +90 -75
- package/dist/shared/hx-action-bar-BKMADbHj.js.map +1 -0
- package/dist/shared/{hx-alert-CHOjTBds.js → hx-alert-D7n94HwI.js} +47 -26
- package/dist/shared/hx-alert-D7n94HwI.js.map +1 -0
- package/dist/shared/{hx-avatar-an-WsuLl.js → hx-avatar-iLYzu8MJ.js} +10 -10
- package/dist/shared/hx-avatar-iLYzu8MJ.js.map +1 -0
- package/dist/shared/{hx-badge-DDXTLoWi.js → hx-badge-CVCmMPyW.js} +78 -43
- package/dist/shared/hx-badge-CVCmMPyW.js.map +1 -0
- package/dist/shared/{hx-banner-B-WEDiq7.js → hx-banner-C_He7Tr4.js} +60 -43
- package/dist/shared/hx-banner-C_He7Tr4.js.map +1 -0
- package/dist/shared/{hx-breadcrumb-item-DzLyeL5Z.js → hx-breadcrumb-item-CldCwD1d.js} +123 -83
- package/dist/shared/hx-breadcrumb-item-CldCwD1d.js.map +1 -0
- package/dist/shared/{hx-button-DoN8jjQT.js → hx-button-Ddl-T6T-.js} +117 -92
- package/dist/shared/hx-button-Ddl-T6T-.js.map +1 -0
- package/dist/shared/{hx-button-group-BXlMQTt_.js → hx-button-group-BJOGWoMa.js} +33 -21
- package/dist/shared/hx-button-group-BJOGWoMa.js.map +1 -0
- package/dist/shared/{hx-card-BgXZXDuc.js → hx-card-ycveujjL.js} +64 -38
- package/dist/shared/hx-card-ycveujjL.js.map +1 -0
- package/dist/shared/{hx-carousel-item-Dwt9Pphz.js → hx-carousel-item-D_dCv61-.js} +76 -41
- package/dist/shared/hx-carousel-item-D_dCv61-.js.map +1 -0
- package/dist/shared/{hx-checkbox-CTEZ9IFq.js → hx-checkbox-DkkoWoye.js} +163 -79
- package/dist/shared/hx-checkbox-DkkoWoye.js.map +1 -0
- package/dist/shared/{hx-checkbox-group-DThZeN5d.js → hx-checkbox-group-C3poJ-Zw.js} +105 -79
- package/dist/shared/hx-checkbox-group-C3poJ-Zw.js.map +1 -0
- package/dist/shared/{hx-clinical-status-m4soOOwg.js → hx-clinical-status-BS5lcddT.js} +74 -51
- package/dist/shared/hx-clinical-status-BS5lcddT.js.map +1 -0
- package/dist/shared/{hx-code-snippet-CoLYvX1Z.js → hx-code-snippet-B7wUKzyb.js} +35 -13
- package/dist/shared/{hx-code-snippet-CoLYvX1Z.js.map → hx-code-snippet-B7wUKzyb.js.map} +1 -1
- package/dist/shared/{hx-color-picker-DhOaNe6-.js → hx-color-picker-DBaKTVLr.js} +360 -98
- package/dist/shared/hx-color-picker-DBaKTVLr.js.map +1 -0
- package/dist/shared/hx-combobox-BmgYT7Ar.js +929 -0
- package/dist/shared/hx-combobox-BmgYT7Ar.js.map +1 -0
- package/dist/shared/{hx-container-31QT9KV_.js → hx-container-DVI7sxfX.js} +27 -23
- package/dist/shared/hx-container-DVI7sxfX.js.map +1 -0
- package/dist/shared/{hx-copy-button-BoM0WsMd.js → hx-copy-button-8deNUdwP.js} +68 -40
- package/dist/shared/hx-copy-button-8deNUdwP.js.map +1 -0
- package/dist/shared/{hx-counter-CP42cSVK.js → hx-counter-CKfl_g8K.js} +88 -43
- package/dist/shared/hx-counter-CKfl_g8K.js.map +1 -0
- package/dist/shared/{hx-data-table-D5Ne-goy.js → hx-data-table-B6h0RPn0.js} +203 -132
- package/dist/shared/hx-data-table-B6h0RPn0.js.map +1 -0
- package/dist/shared/hx-date-picker-Dq2Nb68_.js +1077 -0
- package/dist/shared/hx-date-picker-Dq2Nb68_.js.map +1 -0
- package/dist/shared/{hx-dialog-D4ubstxx.js → hx-dialog-CvIlY0Tc.js} +85 -52
- package/dist/shared/hx-dialog-CvIlY0Tc.js.map +1 -0
- package/dist/shared/{hx-divider-BBtOLHRP.js → hx-divider-DwpOrzMW.js} +23 -15
- package/dist/shared/hx-divider-DwpOrzMW.js.map +1 -0
- package/dist/shared/{hx-drawer--WDLuWtS.js → hx-drawer-Cx2ZJhBe.js} +101 -66
- package/dist/shared/hx-drawer-Cx2ZJhBe.js.map +1 -0
- package/dist/shared/{hx-dropdown-n5-XSmiV.js → hx-dropdown-BjDrPUq5.js} +55 -46
- package/dist/shared/hx-dropdown-BjDrPUq5.js.map +1 -0
- package/dist/shared/{hx-field-CwT9tki1.js → hx-field-Dp3qQMut.js} +61 -25
- package/dist/shared/hx-field-Dp3qQMut.js.map +1 -0
- package/dist/shared/{hx-field-label-CcOK9VU3.js → hx-field-label-BC8QViXv.js} +41 -25
- package/dist/shared/hx-field-label-BC8QViXv.js.map +1 -0
- package/dist/shared/{hx-file-upload-Dwtu3WcB.js → hx-file-upload-B6Yl1u0i.js} +201 -130
- package/dist/shared/hx-file-upload-B6Yl1u0i.js.map +1 -0
- package/dist/shared/{hx-form-fJE-FJQV.js → hx-form-ButQFt9A.js} +13 -18
- package/dist/shared/hx-form-ButQFt9A.js.map +1 -0
- package/dist/shared/{hx-format-date-B7L9odbA.js → hx-format-date-CKnlQOmV.js} +20 -9
- package/dist/shared/hx-format-date-CKnlQOmV.js.map +1 -0
- package/dist/shared/{hx-grid-BIAR5h9m.js → hx-grid-CXZf3jeK.js} +28 -18
- package/dist/shared/hx-grid-CXZf3jeK.js.map +1 -0
- package/dist/shared/{hx-help-text-Bmb80bP4.js → hx-help-text-D7eytSim.js} +45 -25
- package/dist/shared/hx-help-text-D7eytSim.js.map +1 -0
- package/dist/shared/{hx-icon-BKHs3OLu.js → hx-icon-CcyDPDYY.js} +104 -62
- package/dist/shared/hx-icon-CcyDPDYY.js.map +1 -0
- package/dist/shared/{hx-icon-button-CJuy9xbw.js → hx-icon-button-BHneqPCU.js} +58 -42
- package/dist/shared/hx-icon-button-BHneqPCU.js.map +1 -0
- package/dist/shared/{hx-image-ztiXumZB.js → hx-image-2gt14zZd.js} +34 -26
- package/dist/shared/hx-image-2gt14zZd.js.map +1 -0
- package/dist/shared/{hx-link-IVsXmsKx.js → hx-link-BESrWK8M.js} +72 -48
- package/dist/shared/hx-link-BESrWK8M.js.map +1 -0
- package/dist/shared/{hx-list-CoTDMp19.js → hx-list-_9qVv02L.js} +91 -49
- package/dist/shared/hx-list-_9qVv02L.js.map +1 -0
- package/dist/shared/{hx-menu-divider-DRT8yHRZ.js → hx-menu-divider-Ck-9Os1t.js} +103 -60
- package/dist/shared/hx-menu-divider-Ck-9Os1t.js.map +1 -0
- package/dist/shared/{hx-meter-BvSJoqDp.js → hx-meter-TbROk-dw.js} +64 -49
- package/dist/shared/hx-meter-TbROk-dw.js.map +1 -0
- package/dist/shared/{hx-nav-l0Rp7WPW.js → hx-nav-BcYDmjf7.js} +71 -56
- package/dist/shared/hx-nav-BcYDmjf7.js.map +1 -0
- package/dist/shared/{hx-nav-item-CJN4VDrf.js → hx-nav-item-pqPasRUm.js} +67 -23
- package/dist/shared/hx-nav-item-pqPasRUm.js.map +1 -0
- package/dist/shared/{hx-number-input-0Waw7Z7u.js → hx-number-input-mOIZ3-46.js} +169 -96
- package/dist/shared/hx-number-input-mOIZ3-46.js.map +1 -0
- package/dist/shared/{hx-overflow-menu-DElwFSCd.js → hx-overflow-menu-Dprb9lnT.js} +70 -38
- package/dist/shared/hx-overflow-menu-Dprb9lnT.js.map +1 -0
- package/dist/shared/{hx-pagination-BNtx-LG6.js → hx-pagination-AguTQjYC.js} +35 -35
- package/dist/shared/hx-pagination-AguTQjYC.js.map +1 -0
- package/dist/shared/{hx-patient-banner-BKiN7nIE.js → hx-patient-banner-uE6gqLpT.js} +67 -47
- package/dist/shared/hx-patient-banner-uE6gqLpT.js.map +1 -0
- package/dist/shared/{hx-phi-field-BiJH3V-k.js → hx-phi-field-BC_XowhC.js} +158 -59
- package/dist/shared/hx-phi-field-BC_XowhC.js.map +1 -0
- package/dist/shared/{hx-popover-D63RXn5H.js → hx-popover-B2_203ct.js} +48 -34
- package/dist/shared/hx-popover-B2_203ct.js.map +1 -0
- package/dist/shared/{hx-popup-BQWMhvMO.js → hx-popup-DZXpsJ1R.js} +89 -64
- package/dist/shared/hx-popup-DZXpsJ1R.js.map +1 -0
- package/dist/shared/{hx-progress-bar-Cm0VihTN.js → hx-progress-bar-KjEkEJLy.js} +21 -20
- package/dist/shared/hx-progress-bar-KjEkEJLy.js.map +1 -0
- package/dist/shared/{hx-progress-ring-BJeiDr3q.js → hx-progress-ring-3zMwvrwD.js} +56 -34
- package/dist/shared/hx-progress-ring-3zMwvrwD.js.map +1 -0
- package/dist/shared/{hx-prose-Ml_L2zje.js → hx-prose-BCtK7YL6.js} +48 -15
- package/dist/shared/{hx-prose-Ml_L2zje.js.map → hx-prose-BCtK7YL6.js.map} +1 -1
- package/dist/shared/{hx-radio-f8c5ggHG.js → hx-radio-BBC5qZgE.js} +202 -123
- package/dist/shared/hx-radio-BBC5qZgE.js.map +1 -0
- package/dist/shared/{hx-rating-qRJZXskm.js → hx-rating-C3E3ENJb.js} +92 -69
- package/dist/shared/hx-rating-C3E3ENJb.js.map +1 -0
- package/dist/shared/{hx-select-B5wq9Swh.js → hx-select-CixTo7jp.js} +206 -136
- package/dist/shared/hx-select-CixTo7jp.js.map +1 -0
- package/dist/shared/{hx-skeleton-e5K9Qaxq.js → hx-skeleton-LxkI0pxr.js} +41 -29
- package/dist/shared/hx-skeleton-LxkI0pxr.js.map +1 -0
- package/dist/shared/{hx-slider-BvXtvxmN.js → hx-slider-DFHuzF3N.js} +79 -91
- package/dist/shared/hx-slider-DFHuzF3N.js.map +1 -0
- package/dist/shared/{hx-spinner-Dyese1Tb.js → hx-spinner-BKjuCdZB.js} +32 -20
- package/dist/shared/hx-spinner-BKjuCdZB.js.map +1 -0
- package/dist/shared/{hx-split-button-CPndTJlC.js → hx-split-button-CGcJMmCG.js} +59 -22
- package/dist/shared/hx-split-button-CGcJMmCG.js.map +1 -0
- package/dist/shared/{hx-split-panel-Dx72NaET.js → hx-split-panel-C-1R10Mc.js} +71 -47
- package/dist/shared/hx-split-panel-C-1R10Mc.js.map +1 -0
- package/dist/shared/{hx-stack-B76_1O6g.js → hx-stack-DGfcOfWJ.js} +21 -11
- package/dist/shared/hx-stack-DGfcOfWJ.js.map +1 -0
- package/dist/shared/{hx-stat-DKD2E7An.js → hx-stat-BTpykQAt.js} +103 -48
- package/dist/shared/hx-stat-BTpykQAt.js.map +1 -0
- package/dist/shared/{hx-status-indicator-ClWpK6zz.js → hx-status-indicator-X2QEWNFt.js} +36 -23
- package/dist/shared/hx-status-indicator-X2QEWNFt.js.map +1 -0
- package/dist/shared/{hx-step-C2Jk4mHa.js → hx-step-CRNQlmSo.js} +83 -32
- package/dist/shared/hx-step-CRNQlmSo.js.map +1 -0
- package/dist/shared/{hx-structured-list-DKlrv7kS.js → hx-structured-list-CqNbaEXg.js} +32 -16
- package/dist/shared/hx-structured-list-CqNbaEXg.js.map +1 -0
- package/dist/shared/hx-style-scope-TDnR8H4O.js +251 -0
- package/dist/shared/hx-style-scope-TDnR8H4O.js.map +1 -0
- package/dist/shared/{hx-switch-BzMN37PV.js → hx-switch-DqOD9JR7.js} +122 -81
- package/dist/shared/hx-switch-DqOD9JR7.js.map +1 -0
- package/dist/shared/{hx-tab-panel-J58zOSjq.js → hx-tab-panel-BIzKfW5i.js} +156 -102
- package/dist/shared/hx-tab-panel-BIzKfW5i.js.map +1 -0
- package/dist/shared/{hx-tag-F0ZcYj9b.js → hx-tag-CgnrNnte.js} +30 -18
- package/dist/shared/hx-tag-CgnrNnte.js.map +1 -0
- package/dist/shared/{hx-td-CNCvzBwY.js → hx-td-Bra35cH4.js} +55 -47
- package/dist/shared/hx-td-Bra35cH4.js.map +1 -0
- package/dist/shared/{hx-text-DcWBqZwx.js → hx-text-DMC2CPlL.js} +74 -41
- package/dist/shared/hx-text-DMC2CPlL.js.map +1 -0
- package/dist/shared/{hx-text-input-Scyeefec.js → hx-text-input--q0GH78x.js} +123 -61
- package/dist/shared/hx-text-input--q0GH78x.js.map +1 -0
- package/dist/shared/{hx-textarea-BfSJJtA1.js → hx-textarea-CK621vSL.js} +124 -89
- package/dist/shared/hx-textarea-CK621vSL.js.map +1 -0
- package/dist/shared/{hx-theme-pc1V7dyL.js → hx-theme-DfEy-SJA.js} +72 -64
- package/dist/shared/hx-theme-DfEy-SJA.js.map +1 -0
- package/dist/shared/{hx-time-picker-CZvmihHD.js → hx-time-picker-tPUfgElQ.js} +300 -82
- package/dist/shared/hx-time-picker-tPUfgElQ.js.map +1 -0
- package/dist/shared/{hx-toggle-button-BZUQUULm.js → hx-toggle-button-L-uBJr-a.js} +72 -42
- package/dist/shared/hx-toggle-button-L-uBJr-a.js.map +1 -0
- package/dist/shared/{hx-tooltip-Ny4i1Idj.js → hx-tooltip-B_zfKvwc.js} +44 -31
- package/dist/shared/hx-tooltip-B_zfKvwc.js.map +1 -0
- package/dist/shared/{hx-top-nav-CC4FW2Hp.js → hx-top-nav-CATbRvIv.js} +53 -30
- package/dist/shared/hx-top-nav-CATbRvIv.js.map +1 -0
- package/dist/shared/{hx-tree-item-CPQ9dJiK.js → hx-tree-item-A45WCiBu.js} +37 -9
- package/dist/shared/hx-tree-item-A45WCiBu.js.map +1 -0
- package/dist/shared/hx-visually-hidden-0bZKOWgT.js +66 -0
- package/dist/shared/hx-visually-hidden-0bZKOWgT.js.map +1 -0
- package/dist/shared/id-counter-DuX8vsui.js +11 -0
- package/dist/shared/id-counter-DuX8vsui.js.map +1 -0
- package/dist/shared/{toast-factory-CEMNOt1T.js → toast-factory-BPPnG3mM.js} +58 -46
- package/dist/shared/toast-factory-BPPnG3mM.js.map +1 -0
- package/dist/utilities/injectLightStyles.d.ts.map +1 -1
- package/dist/utilities/sanitizeCss.d.ts +43 -0
- package/dist/utilities/sanitizeCss.d.ts.map +1 -0
- package/figma-inventory.json +18614 -0
- package/package.json +35 -14
- package/dist/shared/FormMixin-Bjvw20G5.js.map +0 -1
- package/dist/shared/aria-delegation-CBP9eQ0M.js.map +0 -1
- package/dist/shared/document-token-adoption-DuYNKd4k.js +0 -21
- package/dist/shared/document-token-adoption-DuYNKd4k.js.map +0 -1
- package/dist/shared/hx-accordion-CpfO0YQo.js.map +0 -1
- package/dist/shared/hx-action-bar-BpY1Z1UV.js.map +0 -1
- package/dist/shared/hx-alert-CHOjTBds.js.map +0 -1
- package/dist/shared/hx-avatar-an-WsuLl.js.map +0 -1
- package/dist/shared/hx-badge-DDXTLoWi.js.map +0 -1
- package/dist/shared/hx-banner-B-WEDiq7.js.map +0 -1
- package/dist/shared/hx-breadcrumb-item-DzLyeL5Z.js.map +0 -1
- package/dist/shared/hx-button-DoN8jjQT.js.map +0 -1
- package/dist/shared/hx-button-group-BXlMQTt_.js.map +0 -1
- package/dist/shared/hx-card-BgXZXDuc.js.map +0 -1
- package/dist/shared/hx-carousel-item-Dwt9Pphz.js.map +0 -1
- package/dist/shared/hx-checkbox-CTEZ9IFq.js.map +0 -1
- package/dist/shared/hx-checkbox-group-DThZeN5d.js.map +0 -1
- package/dist/shared/hx-clinical-status-m4soOOwg.js.map +0 -1
- package/dist/shared/hx-color-picker-DhOaNe6-.js.map +0 -1
- package/dist/shared/hx-combobox-BJ4lQocO.js +0 -544
- package/dist/shared/hx-combobox-BJ4lQocO.js.map +0 -1
- package/dist/shared/hx-container-31QT9KV_.js.map +0 -1
- package/dist/shared/hx-copy-button-BoM0WsMd.js.map +0 -1
- package/dist/shared/hx-counter-CP42cSVK.js.map +0 -1
- package/dist/shared/hx-data-table-D5Ne-goy.js.map +0 -1
- package/dist/shared/hx-date-picker-Cd3I3WkX.js +0 -627
- package/dist/shared/hx-date-picker-Cd3I3WkX.js.map +0 -1
- package/dist/shared/hx-dialog-D4ubstxx.js.map +0 -1
- package/dist/shared/hx-divider-BBtOLHRP.js.map +0 -1
- package/dist/shared/hx-drawer--WDLuWtS.js.map +0 -1
- package/dist/shared/hx-dropdown-n5-XSmiV.js.map +0 -1
- package/dist/shared/hx-field-CwT9tki1.js.map +0 -1
- package/dist/shared/hx-field-label-CcOK9VU3.js.map +0 -1
- package/dist/shared/hx-file-upload-Dwtu3WcB.js.map +0 -1
- package/dist/shared/hx-form-fJE-FJQV.js.map +0 -1
- package/dist/shared/hx-format-date-B7L9odbA.js.map +0 -1
- package/dist/shared/hx-grid-BIAR5h9m.js.map +0 -1
- package/dist/shared/hx-help-text-Bmb80bP4.js.map +0 -1
- package/dist/shared/hx-icon-BKHs3OLu.js.map +0 -1
- package/dist/shared/hx-icon-button-CJuy9xbw.js.map +0 -1
- package/dist/shared/hx-image-ztiXumZB.js.map +0 -1
- package/dist/shared/hx-link-IVsXmsKx.js.map +0 -1
- package/dist/shared/hx-list-CoTDMp19.js.map +0 -1
- package/dist/shared/hx-menu-divider-DRT8yHRZ.js.map +0 -1
- package/dist/shared/hx-meter-BvSJoqDp.js.map +0 -1
- package/dist/shared/hx-nav-item-CJN4VDrf.js.map +0 -1
- package/dist/shared/hx-nav-l0Rp7WPW.js.map +0 -1
- package/dist/shared/hx-number-input-0Waw7Z7u.js.map +0 -1
- package/dist/shared/hx-overflow-menu-DElwFSCd.js.map +0 -1
- package/dist/shared/hx-pagination-BNtx-LG6.js.map +0 -1
- package/dist/shared/hx-patient-banner-BKiN7nIE.js.map +0 -1
- package/dist/shared/hx-phi-field-BiJH3V-k.js.map +0 -1
- package/dist/shared/hx-popover-D63RXn5H.js.map +0 -1
- package/dist/shared/hx-popup-BQWMhvMO.js.map +0 -1
- package/dist/shared/hx-progress-bar-Cm0VihTN.js.map +0 -1
- package/dist/shared/hx-progress-ring-BJeiDr3q.js.map +0 -1
- package/dist/shared/hx-radio-f8c5ggHG.js.map +0 -1
- package/dist/shared/hx-rating-qRJZXskm.js.map +0 -1
- package/dist/shared/hx-select-B5wq9Swh.js.map +0 -1
- package/dist/shared/hx-skeleton-e5K9Qaxq.js.map +0 -1
- package/dist/shared/hx-slider-BvXtvxmN.js.map +0 -1
- package/dist/shared/hx-spinner-Dyese1Tb.js.map +0 -1
- package/dist/shared/hx-split-button-CPndTJlC.js.map +0 -1
- package/dist/shared/hx-split-panel-Dx72NaET.js.map +0 -1
- package/dist/shared/hx-stack-B76_1O6g.js.map +0 -1
- package/dist/shared/hx-stat-DKD2E7An.js.map +0 -1
- package/dist/shared/hx-status-indicator-ClWpK6zz.js.map +0 -1
- package/dist/shared/hx-step-C2Jk4mHa.js.map +0 -1
- package/dist/shared/hx-structured-list-DKlrv7kS.js.map +0 -1
- package/dist/shared/hx-style-scope-CsQ2Phf_.js +0 -126
- package/dist/shared/hx-style-scope-CsQ2Phf_.js.map +0 -1
- package/dist/shared/hx-switch-BzMN37PV.js.map +0 -1
- package/dist/shared/hx-tab-panel-J58zOSjq.js.map +0 -1
- package/dist/shared/hx-tag-F0ZcYj9b.js.map +0 -1
- package/dist/shared/hx-td-CNCvzBwY.js.map +0 -1
- package/dist/shared/hx-text-DcWBqZwx.js.map +0 -1
- package/dist/shared/hx-text-input-Scyeefec.js.map +0 -1
- package/dist/shared/hx-textarea-BfSJJtA1.js.map +0 -1
- package/dist/shared/hx-theme-pc1V7dyL.js.map +0 -1
- package/dist/shared/hx-time-picker-CZvmihHD.js.map +0 -1
- package/dist/shared/hx-toggle-button-BZUQUULm.js.map +0 -1
- package/dist/shared/hx-tooltip-Ny4i1Idj.js.map +0 -1
- package/dist/shared/hx-top-nav-CC4FW2Hp.js.map +0 -1
- package/dist/shared/hx-tree-item-CPQ9dJiK.js.map +0 -1
- package/dist/shared/hx-visually-hidden-vKX8QjeX.js +0 -54
- package/dist/shared/hx-visually-hidden-vKX8QjeX.js.map +0 -1
- package/dist/shared/id-counter-JhvVCnjh.js.map +0 -1
- package/dist/shared/toast-factory-CEMNOt1T.js.map +0 -1
- package/dist/tools/cem-a11y-analyzer/analyzers/aria-analyzer.d.ts +0 -12
- package/dist/tools/cem-a11y-analyzer/analyzers/aria-analyzer.d.ts.map +0 -1
- package/dist/tools/cem-a11y-analyzer/analyzers/focus-analyzer.d.ts +0 -13
- package/dist/tools/cem-a11y-analyzer/analyzers/focus-analyzer.d.ts.map +0 -1
- package/dist/tools/cem-a11y-analyzer/analyzers/form-analyzer.d.ts +0 -13
- package/dist/tools/cem-a11y-analyzer/analyzers/form-analyzer.d.ts.map +0 -1
- package/dist/tools/cem-a11y-analyzer/analyzers/keyboard-analyzer.d.ts +0 -12
- package/dist/tools/cem-a11y-analyzer/analyzers/keyboard-analyzer.d.ts.map +0 -1
- package/dist/tools/cem-a11y-analyzer/analyzers/label-analyzer.d.ts +0 -13
- package/dist/tools/cem-a11y-analyzer/analyzers/label-analyzer.d.ts.map +0 -1
- package/dist/tools/cem-a11y-analyzer/analyzers/motion-analyzer.d.ts +0 -12
- package/dist/tools/cem-a11y-analyzer/analyzers/motion-analyzer.d.ts.map +0 -1
- package/dist/tools/cem-a11y-analyzer/index.d.ts +0 -14
- package/dist/tools/cem-a11y-analyzer/index.d.ts.map +0 -1
- package/dist/tools/cem-a11y-analyzer/reporter.d.ts +0 -6
- package/dist/tools/cem-a11y-analyzer/reporter.d.ts.map +0 -1
- package/dist/tools/cem-a11y-analyzer/scorer.d.ts +0 -22
- package/dist/tools/cem-a11y-analyzer/scorer.d.ts.map +0 -1
- package/dist/tools/cem-a11y-analyzer/types.d.ts +0 -171
- package/dist/tools/cem-a11y-analyzer/types.d.ts.map +0 -1
package/dist/css/hx-switch.css
CHANGED
|
@@ -18,13 +18,17 @@
|
|
|
18
18
|
display: flex;
|
|
19
19
|
flex-direction: column;
|
|
20
20
|
gap: var(--hx-space-1, 0.25rem);
|
|
21
|
-
font-family: var(--hx-font-family-sans, sans-serif);
|
|
21
|
+
font-family: var(--hx-switch-font-family, var(--hx-font-family-sans, sans-serif));
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
+
/* WCAG 2.5.5 (healthcare mandate): minimum 44px touch target height.
|
|
25
|
+
The track itself is smaller visually, but the row must meet the
|
|
26
|
+
interactive touch target threshold for all size variants. */
|
|
24
27
|
.switch__control-row {
|
|
25
28
|
display: flex;
|
|
26
29
|
align-items: center;
|
|
27
30
|
gap: var(--hx-space-2, 0.5rem);
|
|
31
|
+
min-height: var(--hx-touch-target-min, 2.75rem);
|
|
28
32
|
}
|
|
29
33
|
|
|
30
34
|
/* --- Track --- */
|
|
@@ -37,7 +41,7 @@
|
|
|
37
41
|
border: none;
|
|
38
42
|
padding: 0;
|
|
39
43
|
border-radius: var(--hx-border-radius-full, 9999px);
|
|
40
|
-
background-color: var(--hx-switch-track-bg, var(--hx-color-neutral-300, #
|
|
44
|
+
background-color: var(--hx-switch-track-bg, var(--hx-color-neutral-300, #cbd5e1));
|
|
41
45
|
cursor: pointer;
|
|
42
46
|
transition: background-color var(--hx-transition-fast, 150ms ease);
|
|
43
47
|
outline: none;
|
|
@@ -133,7 +137,7 @@
|
|
|
133
137
|
.switch__label {
|
|
134
138
|
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
135
139
|
font-weight: var(--hx-font-weight-medium, 500);
|
|
136
|
-
color: var(--hx-switch-label-color, var(--hx-color-neutral-700, #
|
|
140
|
+
color: var(--hx-switch-label-color, var(--hx-color-neutral-700, #334155));
|
|
137
141
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
138
142
|
cursor: pointer;
|
|
139
143
|
user-select: none;
|
|
@@ -149,7 +153,7 @@
|
|
|
149
153
|
|
|
150
154
|
.switch__help-text {
|
|
151
155
|
font-size: var(--hx-font-size-xs, 0.75rem);
|
|
152
|
-
color: var(--hx-switch-help-text-color, var(--hx-color-neutral-500, #
|
|
156
|
+
color: var(--hx-switch-help-text-color, var(--hx-color-neutral-500, #64748b));
|
|
153
157
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
154
158
|
}
|
|
155
159
|
|
|
@@ -167,3 +171,61 @@
|
|
|
167
171
|
transition: none;
|
|
168
172
|
}
|
|
169
173
|
}
|
|
174
|
+
|
|
175
|
+
/* ─── High Contrast Mode (forced-colors) ─── */
|
|
176
|
+
|
|
177
|
+
@media (forced-colors: active) {
|
|
178
|
+
.switch__track {
|
|
179
|
+
forced-color-adjust: none;
|
|
180
|
+
background-color: ButtonFace;
|
|
181
|
+
border: 2px solid ButtonText;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.switch__track:focus-visible {
|
|
185
|
+
outline: 3px solid Highlight;
|
|
186
|
+
outline-offset: 2px;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.switch__thumb {
|
|
190
|
+
background-color: ButtonText;
|
|
191
|
+
box-shadow: none;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.switch--checked .switch__track {
|
|
195
|
+
background-color: Highlight;
|
|
196
|
+
border-color: Highlight;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.switch--checked .switch__thumb {
|
|
200
|
+
background-color: HighlightText;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
:host([disabled]) {
|
|
204
|
+
opacity: 1;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
:host([disabled]) .switch__track {
|
|
208
|
+
border-color: GrayText;
|
|
209
|
+
background-color: ButtonFace;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
:host([disabled]) .switch__thumb {
|
|
213
|
+
background-color: GrayText;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
:host([disabled]) .switch__label {
|
|
217
|
+
color: GrayText;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.switch__label {
|
|
221
|
+
color: CanvasText;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.switch__help-text {
|
|
225
|
+
color: GrayText;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.switch__error {
|
|
229
|
+
color: LinkText;
|
|
230
|
+
}
|
|
231
|
+
}
|
package/dist/css/hx-table.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
:host {
|
|
3
3
|
display: block;
|
|
4
4
|
overflow-x: auto;
|
|
5
|
-
font-family: var(--hx-font-family-sans, sans-serif);
|
|
5
|
+
font-family: var(--hx-table-font-family, var(--hx-font-family-sans, sans-serif));
|
|
6
6
|
font-size: var(--hx-font-size-sm, 0.875rem);
|
|
7
7
|
}
|
|
8
8
|
|
|
@@ -104,6 +104,14 @@
|
|
|
104
104
|
transition: none !important;
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
|
+
|
|
108
|
+
/* ─── Forced Colors (Windows High Contrast) ─── */
|
|
109
|
+
|
|
110
|
+
@media (forced-colors: active) {
|
|
111
|
+
table {
|
|
112
|
+
border: 1px solid CanvasText;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
107
115
|
`;
|
|
108
116
|
|
|
109
117
|
/**
|
package/dist/css/hx-tabs.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* hx-tabs — extracted from Shadow DOM styles */
|
|
2
2
|
:host {
|
|
3
3
|
display: block;
|
|
4
|
-
font-family: var(--hx-font-family-sans, sans-serif);
|
|
4
|
+
font-family: var(--hx-tabs-font-family, var(--hx-font-family-sans, sans-serif));
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
* {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
flex-wrap: nowrap;
|
|
29
29
|
gap: 0;
|
|
30
30
|
border-bottom: var(--hx-tabs-border-width, 1px) solid
|
|
31
|
-
var(--hx-tabs-border-color, var(--hx-color-neutral-200, #
|
|
31
|
+
var(--hx-tabs-border-color, var(--hx-color-neutral-200, #e2e8f0));
|
|
32
32
|
overflow-x: auto;
|
|
33
33
|
scrollbar-width: none;
|
|
34
34
|
}
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
flex-direction: column;
|
|
54
54
|
border-bottom: none;
|
|
55
55
|
border-inline-end: var(--hx-tabs-border-width, 1px) solid
|
|
56
|
-
var(--hx-tabs-border-color, var(--hx-color-neutral-200, #
|
|
56
|
+
var(--hx-tabs-border-color, var(--hx-color-neutral-200, #e2e8f0));
|
|
57
57
|
overflow-x: visible;
|
|
58
58
|
overflow-y: auto;
|
|
59
59
|
min-width: var(--hx-tabs-vertical-width, 12rem);
|
|
@@ -74,3 +74,15 @@
|
|
|
74
74
|
scroll-behavior: auto;
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
|
+
|
|
78
|
+
/* ─── High Contrast Mode (forced-colors) ─── */
|
|
79
|
+
|
|
80
|
+
@media (forced-colors: active) {
|
|
81
|
+
.tablist {
|
|
82
|
+
border-bottom-color: CanvasText;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
:host([orientation='vertical']) .tablist {
|
|
86
|
+
border-inline-end-color: CanvasText;
|
|
87
|
+
}
|
|
88
|
+
}
|
package/dist/css/hx-tag.css
CHANGED
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
align-items: center;
|
|
15
15
|
gap: var(--hx-space-1, 0.25rem);
|
|
16
16
|
border-radius: var(--hx-tag-border-radius, var(--hx-border-radius-sm, 0.25rem));
|
|
17
|
-
background-color: var(--hx-tag-bg, var(--hx-color-neutral-100, #
|
|
18
|
-
color: var(--hx-tag-color, var(--hx-color-neutral-700, #
|
|
17
|
+
background-color: var(--hx-tag-bg, var(--hx-color-neutral-100, #f1f5f9));
|
|
18
|
+
color: var(--hx-tag-color, var(--hx-color-neutral-700, #334155));
|
|
19
19
|
font-family: var(--hx-tag-font-family, var(--hx-font-family-sans, sans-serif));
|
|
20
20
|
font-weight: var(--hx-tag-font-weight, var(--hx-font-weight-medium, 500));
|
|
21
21
|
line-height: var(--hx-line-height-tight, 1.25);
|
|
22
22
|
white-space: nowrap;
|
|
23
23
|
vertical-align: middle;
|
|
24
24
|
border: var(--hx-border-width-thin, 1px) solid
|
|
25
|
-
var(--hx-tag-border-color, var(--hx-color-neutral-200, #
|
|
25
|
+
var(--hx-tag-border-color, var(--hx-color-neutral-200, #e2e8f0));
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
/* ─── Size Variants ─── */
|
|
@@ -48,32 +48,32 @@
|
|
|
48
48
|
/* ─── Color Variants ─── */
|
|
49
49
|
|
|
50
50
|
.tag--default {
|
|
51
|
-
--hx-tag-bg: var(--hx-color-neutral-100, #
|
|
52
|
-
--hx-tag-color: var(--hx-color-neutral-700, #
|
|
53
|
-
--hx-tag-border-color: var(--hx-color-neutral-200, #
|
|
51
|
+
--hx-tag-bg: var(--hx-color-neutral-100, #f1f5f9);
|
|
52
|
+
--hx-tag-color: var(--hx-color-neutral-700, #334155);
|
|
53
|
+
--hx-tag-border-color: var(--hx-color-neutral-200, #e2e8f0);
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.tag--primary {
|
|
57
57
|
--hx-tag-bg: var(--hx-color-primary-50, #eff6ff);
|
|
58
|
-
--hx-tag-color: var(--hx-color-primary-700, #
|
|
58
|
+
--hx-tag-color: var(--hx-color-primary-700, #1e40af);
|
|
59
59
|
--hx-tag-border-color: var(--hx-color-primary-200, #bfdbfe);
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.tag--success {
|
|
63
63
|
--hx-tag-bg: var(--hx-color-success-50, #f0fdf4);
|
|
64
|
-
--hx-tag-color: var(--hx-color-success-700, #
|
|
64
|
+
--hx-tag-color: var(--hx-color-success-700, #166534);
|
|
65
65
|
--hx-tag-border-color: var(--hx-color-success-200, #bbf7d0);
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.tag--warning {
|
|
69
69
|
--hx-tag-bg: var(--hx-color-warning-50, #fffbeb);
|
|
70
|
-
--hx-tag-color: var(--hx-color-warning-700, #
|
|
70
|
+
--hx-tag-color: var(--hx-color-warning-700, #92400e);
|
|
71
71
|
--hx-tag-border-color: var(--hx-color-warning-200, #fde68a);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.tag--danger {
|
|
75
75
|
--hx-tag-bg: var(--hx-color-error-50, #fef2f2);
|
|
76
|
-
--hx-tag-color: var(--hx-color-error-700, #
|
|
76
|
+
--hx-tag-color: var(--hx-color-error-700, #991b1b);
|
|
77
77
|
--hx-tag-border-color: var(--hx-color-error-200, #fecaca);
|
|
78
78
|
}
|
|
79
79
|
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
cursor: pointer;
|
|
133
133
|
color: inherit;
|
|
134
134
|
opacity: var(--hx-opacity-75, 0.75);
|
|
135
|
-
border-radius: var(--hx-border-radius-sm, 0.
|
|
135
|
+
border-radius: var(--hx-border-radius-sm, 0.25rem);
|
|
136
136
|
line-height: 0;
|
|
137
137
|
}
|
|
138
138
|
|
|
@@ -142,5 +142,17 @@
|
|
|
142
142
|
|
|
143
143
|
.tag__remove-button:focus-visible {
|
|
144
144
|
outline: var(--hx-focus-ring-width, 2px) solid var(--hx-focus-ring-color, currentColor);
|
|
145
|
-
outline-offset: var(--hx-focus-ring-offset,
|
|
145
|
+
outline-offset: var(--hx-focus-ring-offset, 2px);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/* ─── Forced Colors (Windows High Contrast) ─── */
|
|
149
|
+
|
|
150
|
+
@media (forced-colors: active) {
|
|
151
|
+
.tag {
|
|
152
|
+
border-color: CanvasText;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.tag__remove-button {
|
|
156
|
+
color: ButtonText;
|
|
157
|
+
}
|
|
146
158
|
}
|
|
@@ -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-neutral-700, #
|
|
75
|
+
color: var(--hx-input-label-color, var(--hx-color-neutral-700, #334155));
|
|
76
76
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
77
77
|
}
|
|
78
78
|
|
|
@@ -87,7 +87,7 @@
|
|
|
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-neutral-300, #
|
|
90
|
+
var(--hx-input-border-color, var(--hx-color-neutral-300, #cbd5e1));
|
|
91
91
|
border-radius: var(--hx-input-border-radius, var(--hx-border-radius-md, 0.375rem));
|
|
92
92
|
background-color: var(--hx-input-bg, var(--hx-color-neutral-0, #ffffff));
|
|
93
93
|
transition:
|
|
@@ -116,15 +116,15 @@
|
|
|
116
116
|
/* ─── Error State ─── */
|
|
117
117
|
|
|
118
118
|
.field--error .field__input-wrapper {
|
|
119
|
-
border-color: var(--hx-input-error-color, var(--hx-color-error-500, #
|
|
119
|
+
border-color: var(--hx-input-error-color, var(--hx-color-error-500, #dc2626));
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
.field--error .field__input-wrapper:focus-within {
|
|
123
|
-
border-color: var(--hx-input-error-color, var(--hx-color-error-500, #
|
|
123
|
+
border-color: var(--hx-input-error-color, var(--hx-color-error-500, #dc2626));
|
|
124
124
|
box-shadow: 0 0 0 var(--hx-focus-ring-width, 2px)
|
|
125
125
|
color-mix(
|
|
126
126
|
in srgb,
|
|
127
|
-
var(--hx-input-error-color, var(--hx-color-error-500, #
|
|
127
|
+
var(--hx-input-error-color, var(--hx-color-error-500, #dc2626))
|
|
128
128
|
calc(var(--hx-focus-ring-opacity, 0.25) * 100%),
|
|
129
129
|
transparent
|
|
130
130
|
);
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
.field__suffix {
|
|
137
137
|
display: flex;
|
|
138
138
|
align-items: center;
|
|
139
|
-
color: var(--hx-color-neutral-500, #
|
|
139
|
+
color: var(--hx-color-neutral-500, #64748b);
|
|
140
140
|
flex-shrink: 0;
|
|
141
141
|
}
|
|
142
142
|
|
|
@@ -159,14 +159,18 @@
|
|
|
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-neutral-800, #
|
|
162
|
+
color: var(--hx-input-color, var(--hx-color-neutral-800, #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-neutral-400, #
|
|
169
|
+
color: var(--hx-color-neutral-400, #94a3b8);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.field__input:focus-visible {
|
|
173
|
+
outline: none; /* wrapper ring handles keyboard focus indication */
|
|
170
174
|
}
|
|
171
175
|
|
|
172
176
|
.field__input:disabled {
|
|
@@ -195,7 +199,7 @@
|
|
|
195
199
|
|
|
196
200
|
.field__help-text {
|
|
197
201
|
font-size: var(--hx-font-size-xs, 0.75rem);
|
|
198
|
-
color: var(--hx-color-neutral-500, #
|
|
202
|
+
color: var(--hx-color-neutral-500, #64748b);
|
|
199
203
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
200
204
|
}
|
|
201
205
|
|
|
@@ -212,3 +216,61 @@
|
|
|
212
216
|
transition: none;
|
|
213
217
|
}
|
|
214
218
|
}
|
|
219
|
+
|
|
220
|
+
/* ─── High Contrast Mode (forced-colors) ─── */
|
|
221
|
+
|
|
222
|
+
@media (forced-colors: active) {
|
|
223
|
+
.field__input-wrapper {
|
|
224
|
+
forced-color-adjust: none;
|
|
225
|
+
background-color: Field;
|
|
226
|
+
color: FieldText;
|
|
227
|
+
border: 2px solid ButtonText;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.field__input {
|
|
231
|
+
color: FieldText;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.field__input::placeholder {
|
|
235
|
+
color: GrayText;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.field__input-wrapper:focus-within {
|
|
239
|
+
border-color: Highlight;
|
|
240
|
+
box-shadow: none;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.field__input:focus-visible {
|
|
244
|
+
outline: 3px solid Highlight;
|
|
245
|
+
outline-offset: -3px;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
:host([disabled]) {
|
|
249
|
+
opacity: 1;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
:host([disabled]) .field__input-wrapper {
|
|
253
|
+
border-color: GrayText;
|
|
254
|
+
color: GrayText;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
:host([disabled]) .field__input {
|
|
258
|
+
color: GrayText;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.field--error .field__input-wrapper {
|
|
262
|
+
border-color: LinkText;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.field__label {
|
|
266
|
+
color: CanvasText;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.field__help-text {
|
|
270
|
+
color: GrayText;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.field__error {
|
|
274
|
+
color: LinkText;
|
|
275
|
+
}
|
|
276
|
+
}
|
package/dist/css/hx-text.css
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
.text {
|
|
9
9
|
display: inline;
|
|
10
|
-
font-family: var(--hx-font-family-sans, sans-serif);
|
|
10
|
+
font-family: var(--hx-text-font-family, var(--hx-font-family-sans, sans-serif));
|
|
11
11
|
font-size: var(--hx-text-font-size);
|
|
12
12
|
font-weight: var(--hx-text-font-weight);
|
|
13
13
|
line-height: var(--hx-text-line-height);
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
--hx-text-font-size: var(--hx-font-size-xs, 0.75rem);
|
|
74
74
|
--hx-text-font-weight: var(--hx-font-weight-semibold, 600);
|
|
75
75
|
--hx-text-line-height: var(--hx-line-height-tight, 1.25);
|
|
76
|
-
--hx-text-letter-spacing: var(--hx-letter-spacing-wide, 0.
|
|
76
|
+
--hx-text-letter-spacing: var(--hx-letter-spacing-wide, 0.025em);
|
|
77
77
|
text-transform: uppercase;
|
|
78
78
|
}
|
|
79
79
|
|
|
@@ -96,15 +96,15 @@
|
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
.text--color-danger {
|
|
99
|
-
--hx-text-color: var(--hx-color-error-600, #
|
|
99
|
+
--hx-text-color: var(--hx-color-error-600, #b91c1c);
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
.text--color-success {
|
|
103
|
-
--hx-text-color: var(--hx-color-success-600, #
|
|
103
|
+
--hx-text-color: var(--hx-color-success-600, #15803d);
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
.text--color-warning {
|
|
107
|
-
--hx-text-color: var(--hx-color-warning-600, #
|
|
107
|
+
--hx-text-color: var(--hx-color-warning-600, #b45309);
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
/* ─── Weight Overrides ─── */
|
|
@@ -147,3 +147,36 @@
|
|
|
147
147
|
:host([lines]:not([lines='0'])) {
|
|
148
148
|
display: block;
|
|
149
149
|
}
|
|
150
|
+
|
|
151
|
+
/* ─── High Contrast Mode (forced-colors) ─── */
|
|
152
|
+
|
|
153
|
+
@media (forced-colors: active) {
|
|
154
|
+
/*
|
|
155
|
+
* Semantic color variants (danger, success, warning) communicate state via color
|
|
156
|
+
* alone. In forced-colors mode the browser overrides custom colors, so we must
|
|
157
|
+
* use system color keywords to preserve the semantic distinction.
|
|
158
|
+
*/
|
|
159
|
+
.text--color-danger {
|
|
160
|
+
color: LinkText;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.text--color-success {
|
|
164
|
+
color: CanvasText;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.text--color-warning {
|
|
168
|
+
color: CanvasText;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.text--color-disabled {
|
|
172
|
+
color: GrayText;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.text--color-inverse {
|
|
176
|
+
color: CanvasText;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.text--color-subtle {
|
|
180
|
+
color: CanvasText;
|
|
181
|
+
}
|
|
182
|
+
}
|
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-neutral-700, #
|
|
34
|
+
color: var(--hx-input-label-color, var(--hx-color-neutral-700, #334155));
|
|
35
35
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
36
36
|
}
|
|
37
37
|
|
|
@@ -46,7 +46,7 @@
|
|
|
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-neutral-300, #
|
|
49
|
+
var(--hx-input-border-color, var(--hx-color-neutral-300, #cbd5e1));
|
|
50
50
|
border-radius: var(--hx-input-border-radius, var(--hx-border-radius-md, 0.375rem));
|
|
51
51
|
background-color: var(--hx-input-bg, var(--hx-color-neutral-0, #ffffff));
|
|
52
52
|
transition:
|
|
@@ -60,9 +60,6 @@
|
|
|
60
60
|
--hx-input-focus-ring-color,
|
|
61
61
|
var(--hx-focus-ring-color, var(--hx-color-primary-400, #60a5fa))
|
|
62
62
|
);
|
|
63
|
-
/* Solid fallback for browsers without color-mix() (Chrome < 111, Safari < 16.2) — WCAG 1.4.11 */
|
|
64
|
-
box-shadow: 0 0 0 var(--hx-focus-ring-width, 2px)
|
|
65
|
-
rgba(37, 99, 235, var(--hx-focus-ring-opacity, 0.25));
|
|
66
63
|
box-shadow: 0 0 0 var(--hx-focus-ring-width, 2px)
|
|
67
64
|
color-mix(
|
|
68
65
|
in srgb,
|
|
@@ -78,18 +75,15 @@
|
|
|
78
75
|
/* --- Error State --- */
|
|
79
76
|
|
|
80
77
|
.field--error .field__textarea-wrapper {
|
|
81
|
-
border-color: var(--hx-input-error-color, var(--hx-color-error-500, #
|
|
78
|
+
border-color: var(--hx-input-error-color, var(--hx-color-error-500, #dc2626));
|
|
82
79
|
}
|
|
83
80
|
|
|
84
81
|
.field--error .field__textarea-wrapper:focus-within {
|
|
85
|
-
border-color: var(--hx-input-error-color, var(--hx-color-error-500, #
|
|
86
|
-
/* Solid fallback for browsers without color-mix() — WCAG 1.4.11 */
|
|
87
|
-
box-shadow: 0 0 0 var(--hx-focus-ring-width, 2px)
|
|
88
|
-
rgba(220, 53, 69, var(--hx-focus-ring-opacity, 0.25));
|
|
82
|
+
border-color: var(--hx-input-error-color, var(--hx-color-error-500, #dc2626));
|
|
89
83
|
box-shadow: 0 0 0 var(--hx-focus-ring-width, 2px)
|
|
90
84
|
color-mix(
|
|
91
85
|
in srgb,
|
|
92
|
-
var(--hx-input-error-color, var(--hx-color-error-500, #
|
|
86
|
+
var(--hx-input-error-color, var(--hx-color-error-500, #dc2626))
|
|
93
87
|
calc(var(--hx-focus-ring-opacity, 0.25) * 100%),
|
|
94
88
|
transparent
|
|
95
89
|
);
|
|
@@ -104,7 +98,7 @@
|
|
|
104
98
|
padding: var(--hx-space-2, 0.5rem) var(--hx-space-3, 0.75rem);
|
|
105
99
|
font-family: inherit;
|
|
106
100
|
font-size: var(--hx-font-size-md, 1rem);
|
|
107
|
-
color: var(--hx-input-color, var(--hx-color-neutral-800, #
|
|
101
|
+
color: var(--hx-input-color, var(--hx-color-neutral-800, #1e293b));
|
|
108
102
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
109
103
|
min-height: var(--hx-textarea-min-height, var(--hx-size-20, 5rem));
|
|
110
104
|
width: 100%;
|
|
@@ -112,7 +106,11 @@
|
|
|
112
106
|
}
|
|
113
107
|
|
|
114
108
|
.field__textarea::placeholder {
|
|
115
|
-
color: var(--hx-color-neutral-400, #
|
|
109
|
+
color: var(--hx-color-neutral-400, #94a3b8);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.field__textarea:focus-visible {
|
|
113
|
+
outline: none; /* wrapper ring handles keyboard focus indication */
|
|
116
114
|
}
|
|
117
115
|
|
|
118
116
|
.field__textarea:disabled {
|
|
@@ -146,7 +144,7 @@
|
|
|
146
144
|
|
|
147
145
|
.field__counter {
|
|
148
146
|
font-size: var(--hx-font-size-xs, 0.75rem);
|
|
149
|
-
color: var(--hx-color-neutral-500, #
|
|
147
|
+
color: var(--hx-color-neutral-500, #64748b);
|
|
150
148
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
151
149
|
text-align: end;
|
|
152
150
|
}
|
|
@@ -169,7 +167,7 @@
|
|
|
169
167
|
|
|
170
168
|
.field__help-text {
|
|
171
169
|
font-size: var(--hx-font-size-xs, 0.75rem);
|
|
172
|
-
color: var(--hx-color-neutral-500, #
|
|
170
|
+
color: var(--hx-color-neutral-500, #64748b);
|
|
173
171
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
174
172
|
}
|
|
175
173
|
|
|
@@ -178,3 +176,61 @@
|
|
|
178
176
|
color: var(--hx-input-error-color, var(--hx-color-error-text, #b91c1c));
|
|
179
177
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
180
178
|
}
|
|
179
|
+
|
|
180
|
+
/* ─── High Contrast Mode (forced-colors) ─── */
|
|
181
|
+
|
|
182
|
+
@media (forced-colors: active) {
|
|
183
|
+
.field__textarea-wrapper {
|
|
184
|
+
forced-color-adjust: none;
|
|
185
|
+
background-color: Field;
|
|
186
|
+
color: FieldText;
|
|
187
|
+
border: 2px solid ButtonText;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.field__textarea {
|
|
191
|
+
color: FieldText;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.field__textarea::placeholder {
|
|
195
|
+
color: GrayText;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.field__textarea-wrapper:focus-within {
|
|
199
|
+
border-color: Highlight;
|
|
200
|
+
box-shadow: none;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.field__textarea:focus-visible {
|
|
204
|
+
outline: 3px solid Highlight;
|
|
205
|
+
outline-offset: -3px;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
:host([disabled]) {
|
|
209
|
+
opacity: 1;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
:host([disabled]) .field__textarea-wrapper {
|
|
213
|
+
border-color: GrayText;
|
|
214
|
+
color: GrayText;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
:host([disabled]) .field__textarea {
|
|
218
|
+
color: GrayText;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.field--error .field__textarea-wrapper {
|
|
222
|
+
border-color: LinkText;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.field__label {
|
|
226
|
+
color: CanvasText;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.field__help-text {
|
|
230
|
+
color: GrayText;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.field__error {
|
|
234
|
+
color: LinkText;
|
|
235
|
+
}
|
|
236
|
+
}
|
package/dist/css/hx-theme.css
CHANGED
|
@@ -21,3 +21,14 @@
|
|
|
21
21
|
white-space: nowrap;
|
|
22
22
|
border: 0;
|
|
23
23
|
}
|
|
24
|
+
|
|
25
|
+
/* ─── High Contrast Mode (forced-colors) ─── */
|
|
26
|
+
|
|
27
|
+
/* hx-theme is a transparent wrapper that applies design tokens.
|
|
28
|
+
It has no visual output of its own. forced-color-adjust: auto (default)
|
|
29
|
+
is sufficient — theme tokens will resolve to system colors as needed. */
|
|
30
|
+
@media (forced-colors: active) {
|
|
31
|
+
:host {
|
|
32
|
+
forced-color-adjust: auto;
|
|
33
|
+
}
|
|
34
|
+
}
|