@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/manifest.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated": "2026-04-
|
|
2
|
+
"generated": "2026-04-23T22:56:20.856Z",
|
|
3
3
|
"components": [
|
|
4
4
|
{
|
|
5
5
|
"name": "hx-accordion",
|
|
6
6
|
"file": "hx-accordion.css",
|
|
7
7
|
"tokens": [
|
|
8
8
|
"--hx-accordion-border-radius",
|
|
9
|
+
"--hx-accordion-font-family",
|
|
9
10
|
"--hx-border-radius-md",
|
|
10
11
|
"--hx-font-family-sans"
|
|
11
12
|
]
|
|
@@ -95,6 +96,7 @@
|
|
|
95
96
|
"--hx-avatar-bg",
|
|
96
97
|
"--hx-avatar-border-radius",
|
|
97
98
|
"--hx-avatar-color",
|
|
99
|
+
"--hx-avatar-font-family",
|
|
98
100
|
"--hx-avatar-font-size",
|
|
99
101
|
"--hx-avatar-size",
|
|
100
102
|
"--hx-border-radius-md",
|
|
@@ -130,7 +132,7 @@
|
|
|
130
132
|
"--hx-badge-info-color",
|
|
131
133
|
"--hx-badge-padding-x",
|
|
132
134
|
"--hx-badge-padding-y",
|
|
133
|
-
"--hx-badge-pulse-color",
|
|
135
|
+
"--hx-badge-pulse-color-internal",
|
|
134
136
|
"--hx-badge-pulse-duration",
|
|
135
137
|
"--hx-badge-pulse-easing",
|
|
136
138
|
"--hx-badge-secondary-bg",
|
|
@@ -256,6 +258,7 @@
|
|
|
256
258
|
"--hx-color-primary-400",
|
|
257
259
|
"--hx-color-primary-50",
|
|
258
260
|
"--hx-color-primary-500",
|
|
261
|
+
"--hx-color-primary-600",
|
|
259
262
|
"--hx-duration-spinner",
|
|
260
263
|
"--hx-filter-brightness-active",
|
|
261
264
|
"--hx-filter-brightness-hover",
|
|
@@ -277,12 +280,12 @@
|
|
|
277
280
|
"--hx-overlay-white-70",
|
|
278
281
|
"--hx-size-10",
|
|
279
282
|
"--hx-size-12",
|
|
280
|
-
"--hx-size-8",
|
|
281
283
|
"--hx-space-1",
|
|
282
284
|
"--hx-space-2",
|
|
283
285
|
"--hx-space-3",
|
|
284
286
|
"--hx-space-4",
|
|
285
287
|
"--hx-space-6",
|
|
288
|
+
"--hx-touch-target-min",
|
|
286
289
|
"--hx-transition-fast"
|
|
287
290
|
]
|
|
288
291
|
},
|
|
@@ -306,6 +309,7 @@
|
|
|
306
309
|
"--hx-card-border-radius",
|
|
307
310
|
"--hx-card-color",
|
|
308
311
|
"--hx-card-focus-ring-color",
|
|
312
|
+
"--hx-card-font-family",
|
|
309
313
|
"--hx-card-gap",
|
|
310
314
|
"--hx-card-image-aspect-ratio",
|
|
311
315
|
"--hx-card-padding",
|
|
@@ -321,7 +325,6 @@
|
|
|
321
325
|
"--hx-font-size-md",
|
|
322
326
|
"--hx-font-size-xl",
|
|
323
327
|
"--hx-font-weight-semibold",
|
|
324
|
-
"--hx-lift-md",
|
|
325
328
|
"--hx-line-height-normal",
|
|
326
329
|
"--hx-line-height-tight",
|
|
327
330
|
"--hx-shadow-lg",
|
|
@@ -331,6 +334,7 @@
|
|
|
331
334
|
"--hx-space-3",
|
|
332
335
|
"--hx-space-4",
|
|
333
336
|
"--hx-space-6",
|
|
337
|
+
"--hx-transform-lift-md",
|
|
334
338
|
"--hx-transition-normal"
|
|
335
339
|
]
|
|
336
340
|
},
|
|
@@ -380,6 +384,7 @@
|
|
|
380
384
|
"--hx-checkbox-checked-border-color",
|
|
381
385
|
"--hx-checkbox-checkmark-color",
|
|
382
386
|
"--hx-checkbox-error-color",
|
|
387
|
+
"--hx-checkbox-font-family",
|
|
383
388
|
"--hx-checkbox-help-text-color",
|
|
384
389
|
"--hx-checkbox-label-color",
|
|
385
390
|
"--hx-checkbox-size",
|
|
@@ -418,10 +423,11 @@
|
|
|
418
423
|
"file": "hx-checkbox-group.css",
|
|
419
424
|
"tokens": [
|
|
420
425
|
"--hx-checkbox-group-error-color",
|
|
426
|
+
"--hx-checkbox-group-font-family",
|
|
421
427
|
"--hx-checkbox-group-gap",
|
|
422
428
|
"--hx-checkbox-group-help-text-color",
|
|
423
429
|
"--hx-checkbox-group-label-color",
|
|
424
|
-
"--hx-color-error-
|
|
430
|
+
"--hx-color-error-text",
|
|
425
431
|
"--hx-color-neutral-500",
|
|
426
432
|
"--hx-color-neutral-700",
|
|
427
433
|
"--hx-font-family-sans",
|
|
@@ -679,6 +685,7 @@
|
|
|
679
685
|
"--hx-copy-button-border-radius",
|
|
680
686
|
"--hx-copy-button-color",
|
|
681
687
|
"--hx-copy-button-focus-ring-color",
|
|
688
|
+
"--hx-copy-button-font-family",
|
|
682
689
|
"--hx-filter-brightness-active",
|
|
683
690
|
"--hx-filter-brightness-hover",
|
|
684
691
|
"--hx-focus-ring-color",
|
|
@@ -692,10 +699,10 @@
|
|
|
692
699
|
"--hx-opacity-disabled",
|
|
693
700
|
"--hx-size-10",
|
|
694
701
|
"--hx-size-12",
|
|
695
|
-
"--hx-size-8",
|
|
696
702
|
"--hx-space-1",
|
|
697
703
|
"--hx-space-2",
|
|
698
704
|
"--hx-space-3",
|
|
705
|
+
"--hx-touch-target-min",
|
|
699
706
|
"--hx-transition-fast"
|
|
700
707
|
]
|
|
701
708
|
},
|
|
@@ -735,6 +742,7 @@
|
|
|
735
742
|
"--hx-data-table-border-color",
|
|
736
743
|
"--hx-data-table-cell-color",
|
|
737
744
|
"--hx-data-table-empty-color",
|
|
745
|
+
"--hx-data-table-font-family",
|
|
738
746
|
"--hx-data-table-header-bg",
|
|
739
747
|
"--hx-data-table-header-color",
|
|
740
748
|
"--hx-data-table-min-width",
|
|
@@ -791,7 +799,6 @@
|
|
|
791
799
|
"--hx-date-picker-calendar-min-width",
|
|
792
800
|
"--hx-date-picker-color",
|
|
793
801
|
"--hx-date-picker-error-color",
|
|
794
|
-
"--hx-date-picker-focus-ring-color",
|
|
795
802
|
"--hx-date-picker-font-family",
|
|
796
803
|
"--hx-date-picker-label-color",
|
|
797
804
|
"--hx-date-picker-selected-bg",
|
|
@@ -813,6 +820,7 @@
|
|
|
813
820
|
"--hx-font-weight-semibold",
|
|
814
821
|
"--hx-line-height-normal",
|
|
815
822
|
"--hx-opacity-disabled",
|
|
823
|
+
"--hx-shadow-md",
|
|
816
824
|
"--hx-size-10",
|
|
817
825
|
"--hx-size-8",
|
|
818
826
|
"--hx-space-1",
|
|
@@ -843,6 +851,7 @@
|
|
|
843
851
|
"--hx-dialog-body-padding",
|
|
844
852
|
"--hx-dialog-border-radius",
|
|
845
853
|
"--hx-dialog-color",
|
|
854
|
+
"--hx-dialog-font-family",
|
|
846
855
|
"--hx-dialog-footer-border-color",
|
|
847
856
|
"--hx-dialog-footer-padding",
|
|
848
857
|
"--hx-dialog-header-border-color",
|
|
@@ -908,6 +917,7 @@
|
|
|
908
917
|
"--hx-drawer-bg",
|
|
909
918
|
"--hx-drawer-body-padding",
|
|
910
919
|
"--hx-drawer-color",
|
|
920
|
+
"--hx-drawer-font-family",
|
|
911
921
|
"--hx-drawer-footer-border-color",
|
|
912
922
|
"--hx-drawer-footer-padding",
|
|
913
923
|
"--hx-drawer-header-border-color",
|
|
@@ -1026,6 +1036,7 @@
|
|
|
1026
1036
|
"--hx-file-upload-dropzone-border-color",
|
|
1027
1037
|
"--hx-file-upload-dropzone-border-radius",
|
|
1028
1038
|
"--hx-file-upload-error-color",
|
|
1039
|
+
"--hx-file-upload-font-family",
|
|
1029
1040
|
"--hx-file-upload-progress-color",
|
|
1030
1041
|
"--hx-file-upload-progress-height",
|
|
1031
1042
|
"--hx-focus-ring-color",
|
|
@@ -1205,6 +1216,7 @@
|
|
|
1205
1216
|
"--hx-menu-border-radius",
|
|
1206
1217
|
"--hx-menu-max-height",
|
|
1207
1218
|
"--hx-menu-min-width",
|
|
1219
|
+
"--hx-shadow-md",
|
|
1208
1220
|
"--hx-space-1"
|
|
1209
1221
|
]
|
|
1210
1222
|
},
|
|
@@ -1213,6 +1225,7 @@
|
|
|
1213
1225
|
"file": "hx-meter.css",
|
|
1214
1226
|
"tokens": [
|
|
1215
1227
|
"--hx-border-radius-full",
|
|
1228
|
+
"--hx-border-radius-md",
|
|
1216
1229
|
"--hx-color-error-500",
|
|
1217
1230
|
"--hx-color-error-700",
|
|
1218
1231
|
"--hx-color-neutral-200",
|
|
@@ -1222,6 +1235,9 @@
|
|
|
1222
1235
|
"--hx-color-success-700",
|
|
1223
1236
|
"--hx-color-warning-500",
|
|
1224
1237
|
"--hx-color-warning-700",
|
|
1238
|
+
"--hx-focus-ring-color",
|
|
1239
|
+
"--hx-focus-ring-offset",
|
|
1240
|
+
"--hx-focus-ring-width",
|
|
1225
1241
|
"--hx-font-family-sans",
|
|
1226
1242
|
"--hx-font-size-sm",
|
|
1227
1243
|
"--hx-font-size-xs",
|
|
@@ -1231,6 +1247,7 @@
|
|
|
1231
1247
|
"--hx-meter-color-danger",
|
|
1232
1248
|
"--hx-meter-color-optimum",
|
|
1233
1249
|
"--hx-meter-color-warning",
|
|
1250
|
+
"--hx-meter-font-family",
|
|
1234
1251
|
"--hx-meter-indicator-color",
|
|
1235
1252
|
"--hx-meter-label-color",
|
|
1236
1253
|
"--hx-meter-track-color",
|
|
@@ -1277,6 +1294,7 @@
|
|
|
1277
1294
|
"--hx-nav-padding",
|
|
1278
1295
|
"--hx-nav-submenu-bg",
|
|
1279
1296
|
"--hx-nav-submenu-min-width",
|
|
1297
|
+
"--hx-shadow-md",
|
|
1280
1298
|
"--hx-space-1",
|
|
1281
1299
|
"--hx-space-1-5",
|
|
1282
1300
|
"--hx-space-2",
|
|
@@ -1399,12 +1417,14 @@
|
|
|
1399
1417
|
"--hx-pagination-color",
|
|
1400
1418
|
"--hx-pagination-ellipsis-color",
|
|
1401
1419
|
"--hx-pagination-focus-ring-color",
|
|
1420
|
+
"--hx-pagination-font-family",
|
|
1402
1421
|
"--hx-pagination-gap",
|
|
1403
1422
|
"--hx-pagination-hover-bg",
|
|
1404
1423
|
"--hx-pagination-hover-border-color",
|
|
1405
1424
|
"--hx-space-1",
|
|
1406
1425
|
"--hx-space-2",
|
|
1407
1426
|
"--hx-space-4",
|
|
1427
|
+
"--hx-touch-target-min",
|
|
1408
1428
|
"--hx-transition-fast"
|
|
1409
1429
|
]
|
|
1410
1430
|
},
|
|
@@ -1443,7 +1463,8 @@
|
|
|
1443
1463
|
"--hx-space-1",
|
|
1444
1464
|
"--hx-space-10",
|
|
1445
1465
|
"--hx-space-3",
|
|
1446
|
-
"--hx-space-4"
|
|
1466
|
+
"--hx-space-4",
|
|
1467
|
+
"--hx-touch-target-size"
|
|
1447
1468
|
]
|
|
1448
1469
|
},
|
|
1449
1470
|
{
|
|
@@ -1462,11 +1483,13 @@
|
|
|
1462
1483
|
"--hx-opacity-90",
|
|
1463
1484
|
"--hx-phi-field-disabled-opacity",
|
|
1464
1485
|
"--hx-phi-field-font-family",
|
|
1486
|
+
"--hx-phi-field-letter-spacing",
|
|
1465
1487
|
"--hx-phi-field-masked-color",
|
|
1466
1488
|
"--hx-phi-field-toggle-color",
|
|
1467
1489
|
"--hx-phi-field-value-color",
|
|
1468
1490
|
"--hx-space-1",
|
|
1469
|
-
"--hx-space-2"
|
|
1491
|
+
"--hx-space-2",
|
|
1492
|
+
"--hx-touch-target-min"
|
|
1470
1493
|
]
|
|
1471
1494
|
},
|
|
1472
1495
|
{
|
|
@@ -1491,6 +1514,7 @@
|
|
|
1491
1514
|
"--hx-popover-border-radius",
|
|
1492
1515
|
"--hx-popover-color",
|
|
1493
1516
|
"--hx-popover-focus-ring-color",
|
|
1517
|
+
"--hx-popover-font-family",
|
|
1494
1518
|
"--hx-popover-font-size",
|
|
1495
1519
|
"--hx-popover-max-width",
|
|
1496
1520
|
"--hx-popover-padding",
|
|
@@ -1558,6 +1582,7 @@
|
|
|
1558
1582
|
"--hx-font-family-sans",
|
|
1559
1583
|
"--hx-font-size-xs",
|
|
1560
1584
|
"--hx-font-weight-semibold",
|
|
1585
|
+
"--hx-progress-ring-font-family",
|
|
1561
1586
|
"--hx-progress-ring-indicator-color",
|
|
1562
1587
|
"--hx-progress-ring-label-color",
|
|
1563
1588
|
"--hx-progress-ring-track-color",
|
|
@@ -1587,6 +1612,7 @@
|
|
|
1587
1612
|
"--hx-line-height-normal",
|
|
1588
1613
|
"--hx-opacity-disabled",
|
|
1589
1614
|
"--hx-radio-group-error-color",
|
|
1615
|
+
"--hx-radio-group-font-family",
|
|
1590
1616
|
"--hx-radio-group-gap",
|
|
1591
1617
|
"--hx-radio-group-help-text-color",
|
|
1592
1618
|
"--hx-radio-group-label-color",
|
|
@@ -1615,6 +1641,7 @@
|
|
|
1615
1641
|
"--hx-rating-hover-color",
|
|
1616
1642
|
"--hx-rating-size",
|
|
1617
1643
|
"--hx-space-1",
|
|
1644
|
+
"--hx-touch-target-min",
|
|
1618
1645
|
"--hx-transition-fast"
|
|
1619
1646
|
]
|
|
1620
1647
|
},
|
|
@@ -1720,8 +1747,8 @@
|
|
|
1720
1747
|
"--hx-color-neutral-200",
|
|
1721
1748
|
"--hx-overlay-white-40",
|
|
1722
1749
|
"--hx-skeleton-bg",
|
|
1750
|
+
"--hx-skeleton-border-radius-circle",
|
|
1723
1751
|
"--hx-skeleton-button-radius",
|
|
1724
|
-
"--hx-skeleton-circle-radius",
|
|
1725
1752
|
"--hx-skeleton-duration",
|
|
1726
1753
|
"--hx-skeleton-rect-radius",
|
|
1727
1754
|
"--hx-skeleton-shimmer-color",
|
|
@@ -1759,6 +1786,7 @@
|
|
|
1759
1786
|
"--hx-size-5",
|
|
1760
1787
|
"--hx-size-8",
|
|
1761
1788
|
"--hx-slider-fill-bg",
|
|
1789
|
+
"--hx-slider-font-family",
|
|
1762
1790
|
"--hx-slider-help-text-color",
|
|
1763
1791
|
"--hx-slider-input-padding-block",
|
|
1764
1792
|
"--hx-slider-label-color",
|
|
@@ -1779,6 +1807,7 @@
|
|
|
1779
1807
|
"--hx-space-0-5",
|
|
1780
1808
|
"--hx-space-1",
|
|
1781
1809
|
"--hx-space-2",
|
|
1810
|
+
"--hx-touch-target-min",
|
|
1782
1811
|
"--hx-transition-fast"
|
|
1783
1812
|
]
|
|
1784
1813
|
},
|
|
@@ -2046,6 +2075,7 @@
|
|
|
2046
2075
|
"--hx-space-1",
|
|
2047
2076
|
"--hx-space-2",
|
|
2048
2077
|
"--hx-switch-error-color",
|
|
2078
|
+
"--hx-switch-font-family",
|
|
2049
2079
|
"--hx-switch-help-text-color",
|
|
2050
2080
|
"--hx-switch-label-color",
|
|
2051
2081
|
"--hx-switch-thumb-bg",
|
|
@@ -2062,6 +2092,7 @@
|
|
|
2062
2092
|
"--hx-switch-track-width-lg",
|
|
2063
2093
|
"--hx-switch-track-width-md",
|
|
2064
2094
|
"--hx-switch-track-width-sm",
|
|
2095
|
+
"--hx-touch-target-min",
|
|
2065
2096
|
"--hx-transition-fast"
|
|
2066
2097
|
]
|
|
2067
2098
|
},
|
|
@@ -2082,6 +2113,7 @@
|
|
|
2082
2113
|
"--hx-space-2",
|
|
2083
2114
|
"--hx-space-3",
|
|
2084
2115
|
"--hx-space-4",
|
|
2116
|
+
"--hx-table-font-family",
|
|
2085
2117
|
"--hx-table-header-bg",
|
|
2086
2118
|
"--hx-table-header-color",
|
|
2087
2119
|
"--hx-table-row-hover-bg",
|
|
@@ -2097,6 +2129,7 @@
|
|
|
2097
2129
|
"--hx-font-family-sans",
|
|
2098
2130
|
"--hx-tabs-border-color",
|
|
2099
2131
|
"--hx-tabs-border-width",
|
|
2132
|
+
"--hx-tabs-font-family",
|
|
2100
2133
|
"--hx-tabs-gap",
|
|
2101
2134
|
"--hx-tabs-indicator-size",
|
|
2102
2135
|
"--hx-tabs-vertical-width"
|
|
@@ -2180,6 +2213,7 @@
|
|
|
2180
2213
|
"--hx-line-height-normal",
|
|
2181
2214
|
"--hx-line-height-tight",
|
|
2182
2215
|
"--hx-text-color",
|
|
2216
|
+
"--hx-text-font-family",
|
|
2183
2217
|
"--hx-text-font-size",
|
|
2184
2218
|
"--hx-text-font-weight",
|
|
2185
2219
|
"--hx-text-letter-spacing",
|
|
@@ -2349,6 +2383,7 @@
|
|
|
2349
2383
|
"--hx-font-size-sm",
|
|
2350
2384
|
"--hx-line-height-normal",
|
|
2351
2385
|
"--hx-opacity-75",
|
|
2386
|
+
"--hx-shadow-md",
|
|
2352
2387
|
"--hx-space-1",
|
|
2353
2388
|
"--hx-space-2",
|
|
2354
2389
|
"--hx-space-3",
|
|
@@ -2357,6 +2392,7 @@
|
|
|
2357
2392
|
"--hx-toast-border-radius",
|
|
2358
2393
|
"--hx-toast-color",
|
|
2359
2394
|
"--hx-toast-enter-translate",
|
|
2395
|
+
"--hx-toast-font-family",
|
|
2360
2396
|
"--hx-toast-width",
|
|
2361
2397
|
"--hx-touch-target-min",
|
|
2362
2398
|
"--hx-transition-fast",
|
|
@@ -2396,7 +2432,6 @@
|
|
|
2396
2432
|
"--hx-opacity-disabled",
|
|
2397
2433
|
"--hx-size-10",
|
|
2398
2434
|
"--hx-size-12",
|
|
2399
|
-
"--hx-size-8",
|
|
2400
2435
|
"--hx-space-1",
|
|
2401
2436
|
"--hx-space-2",
|
|
2402
2437
|
"--hx-space-3",
|
|
@@ -2409,6 +2444,7 @@
|
|
|
2409
2444
|
"--hx-toggle-button-font-family",
|
|
2410
2445
|
"--hx-toggle-button-font-weight",
|
|
2411
2446
|
"--hx-toggle-button-pressed-bg",
|
|
2447
|
+
"--hx-touch-target-min",
|
|
2412
2448
|
"--hx-transition-fast"
|
|
2413
2449
|
]
|
|
2414
2450
|
},
|
|
@@ -2430,6 +2466,7 @@
|
|
|
2430
2466
|
"--hx-tooltip-bg",
|
|
2431
2467
|
"--hx-tooltip-border-radius",
|
|
2432
2468
|
"--hx-tooltip-color",
|
|
2469
|
+
"--hx-tooltip-font-family",
|
|
2433
2470
|
"--hx-tooltip-font-size",
|
|
2434
2471
|
"--hx-tooltip-max-width",
|
|
2435
2472
|
"--hx-tooltip-padding",
|
|
@@ -2465,6 +2502,7 @@
|
|
|
2465
2502
|
"--hx-top-nav-bg",
|
|
2466
2503
|
"--hx-top-nav-border-color",
|
|
2467
2504
|
"--hx-top-nav-color",
|
|
2505
|
+
"--hx-top-nav-font-family",
|
|
2468
2506
|
"--hx-top-nav-height",
|
|
2469
2507
|
"--hx-top-nav-padding-x",
|
|
2470
2508
|
"--hx-top-nav-toggle-color",
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Form integration test utilities for HELiX ElementInternals lifecycle tests.
|
|
3
|
+
*
|
|
4
|
+
* These helpers create real <form> elements in the live DOM so that
|
|
5
|
+
* FormData construction, form reset, and constraint validation all run
|
|
6
|
+
* through the real browser form-association machinery — not mocks.
|
|
7
|
+
*
|
|
8
|
+
* Designed for Vitest browser mode (real Chromium DOM).
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* Appends a <form> containing the component to the shared fixture container,
|
|
12
|
+
* waits for the component's first Lit update, and returns both references.
|
|
13
|
+
*
|
|
14
|
+
* Attributes in `attrs` are applied to the component element before it is
|
|
15
|
+
* inserted, allowing declarative configuration without inner HTML string
|
|
16
|
+
* concatenation.
|
|
17
|
+
*
|
|
18
|
+
* @param tag - The custom element tag name (e.g. "hx-text-input")
|
|
19
|
+
* @param attrs - Optional attribute map applied to the component element
|
|
20
|
+
* @param innerHtml - Optional inner HTML inserted inside the component (slots)
|
|
21
|
+
* @returns Object with `el` (the component) and `form` (the wrapping form)
|
|
22
|
+
*/
|
|
23
|
+
export declare function formFixture<T extends HTMLElement>(tag: string, attrs?: Record<string, string>, innerHtml?: string): Promise<{
|
|
24
|
+
el: T;
|
|
25
|
+
form: HTMLFormElement;
|
|
26
|
+
}>;
|
|
27
|
+
/**
|
|
28
|
+
* Returns the FormData built from the given form.
|
|
29
|
+
*
|
|
30
|
+
* Uses the standard `new FormData(form)` constructor which invokes the real
|
|
31
|
+
* browser form-data collection path — including ElementInternals.setFormValue()
|
|
32
|
+
* contributions from form-associated custom elements.
|
|
33
|
+
*
|
|
34
|
+
* @param form - The form element to collect data from
|
|
35
|
+
*/
|
|
36
|
+
export declare function getFormData(form: HTMLFormElement): FormData;
|
|
37
|
+
/**
|
|
38
|
+
* Programmatically resets the form, then waits for any pending microtasks so
|
|
39
|
+
* that Lit reactive property updates triggered by `formResetCallback` have
|
|
40
|
+
* time to flush before the caller's assertions run.
|
|
41
|
+
*
|
|
42
|
+
* @param form - The form element to reset
|
|
43
|
+
*/
|
|
44
|
+
export declare function resetForm(form: HTMLFormElement): Promise<void>;
|
|
45
|
+
//# sourceMappingURL=form-test-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-test-utils.d.ts","sourceRoot":"","sources":["../src/form-test-utils.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH;;;;;;;;;;;;GAYG;AACH,wBAAsB,WAAW,CAAC,CAAC,SAAS,WAAW,EACrD,GAAG,EAAE,MAAM,EACX,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAC9B,SAAS,CAAC,EAAE,MAAM,GACjB,OAAO,CAAC;IAAE,EAAE,EAAE,CAAC,CAAC;IAAC,IAAI,EAAE,eAAe,CAAA;CAAE,CAAC,CAgC3C;AAED;;;;;;;;GAQG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,eAAe,GAAG,QAAQ,CAE3D;AAED;;;;;;GAMG;AACH,wBAAsB,SAAS,CAAC,IAAI,EAAE,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,CAKpE"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,51 +1,57 @@
|
|
|
1
1
|
export { ensureDocumentTokens } from './utilities/document-token-adoption.js';
|
|
2
|
-
export { HelixElement } from './base/index.js';
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export { FocusMixin } from './mixins/index.js';
|
|
6
|
-
export type { FocusMixinInterface } from './mixins/index.js';
|
|
2
|
+
export { HelixElement, createIdCounter } from './base/index.js';
|
|
3
|
+
export { FocusMixin, FormMixin } from './mixins/index.js';
|
|
4
|
+
export type { FocusMixinInterface, FormMixinInterface } from './mixins/index.js';
|
|
7
5
|
export { HelixAuditController } from './controllers/helix-audit-controller.js';
|
|
8
6
|
export type { AuditEventDetail, AuditControllerOptions } from './controllers/helix-audit-controller.js';
|
|
9
7
|
export { HelixAccordion } from './components/hx-accordion/index.js';
|
|
10
8
|
export { HelixAccordionItem } from './components/hx-accordion/index.js';
|
|
9
|
+
export type { HxAccordionToggleDetail } from './components/hx-accordion/index.js';
|
|
11
10
|
export { HelixActionBar } from './components/hx-action-bar/index.js';
|
|
12
11
|
export { HelixAlert } from './components/hx-alert/index.js';
|
|
13
12
|
export type { AlertVariant } from './components/hx-alert/index.js';
|
|
13
|
+
export type { HxAlertCloseDetail } from './components/hx-alert/index.js';
|
|
14
14
|
export { HelixAvatar } from './components/hx-avatar/index.js';
|
|
15
15
|
export { HelixBadge } from './components/hx-badge/index.js';
|
|
16
|
-
export type { HxBadge
|
|
16
|
+
export type { HxBadge } from './components/hx-badge/index.js';
|
|
17
17
|
export { HelixBanner } from './components/hx-banner/index.js';
|
|
18
18
|
export type { BannerVariant, BannerPosition } from './components/hx-banner/index.js';
|
|
19
19
|
export { HelixBreadcrumb } from './components/hx-breadcrumb/index.js';
|
|
20
20
|
export { HelixBreadcrumbItem } from './components/hx-breadcrumb/index.js';
|
|
21
21
|
export { HelixButton } from './components/hx-button/index.js';
|
|
22
|
+
export type { HxButtonClickDetail } from './components/hx-button/index.js';
|
|
22
23
|
export { HelixButtonGroup } from './components/hx-button-group/index.js';
|
|
23
24
|
export { HelixCard } from './components/hx-card/index.js';
|
|
24
25
|
export { HelixCarousel } from './components/hx-carousel/index.js';
|
|
25
26
|
export { HelixCarouselItem } from './components/hx-carousel/index.js';
|
|
26
27
|
export { HelixCheckbox } from './components/hx-checkbox/index.js';
|
|
28
|
+
export type { HxCheckboxChangeDetail } from './components/hx-checkbox/index.js';
|
|
27
29
|
export { HelixCheckboxGroup } from './components/hx-checkbox-group/index.js';
|
|
30
|
+
export type { HxCheckboxGroupChangeDetail } from './components/hx-checkbox-group/index.js';
|
|
28
31
|
export { HelixClinicalStatus } from './components/hx-clinical-status/index.js';
|
|
29
32
|
export type { ClinicalSeverity, HxClinicalStatus } from './components/hx-clinical-status/index.js';
|
|
30
33
|
export { HelixCodeSnippet } from './components/hx-code-snippet/index.js';
|
|
31
34
|
export { HelixColorPicker } from './components/hx-color-picker/index.js';
|
|
35
|
+
export type { HxColorPickerDetail } from './components/hx-color-picker/index.js';
|
|
32
36
|
export { HelixCombobox, type ComboboxOption, type HxComboboxSize } from './components/hx-combobox/index.js';
|
|
37
|
+
export type { HxComboboxDetail } from './components/hx-combobox/index.js';
|
|
33
38
|
export { HelixContainer } from './components/hx-container/index.js';
|
|
34
|
-
export type { WcContainer } from './components/hx-container/index.js';
|
|
35
39
|
export { HelixCopyButton } from './components/hx-copy-button/index.js';
|
|
36
40
|
export { HelixCounter } from './components/hx-counter/index.js';
|
|
37
41
|
export type { CounterSize, CounterEasing, CounterFormat } from './components/hx-counter/index.js';
|
|
38
42
|
export { HelixDataTable } from './components/hx-data-table/index.js';
|
|
39
43
|
export type { HxDataTableColumn, HxDataTableSortState } from './components/hx-data-table/index.js';
|
|
44
|
+
export type { HxDataTableSelectDetail, HxDataTableRowClickDetail } from './components/hx-data-table/index.js';
|
|
40
45
|
export { HelixDatePicker } from './components/hx-date-picker/index.js';
|
|
46
|
+
export type { HxDatePickerChangeDetail } from './components/hx-date-picker/index.js';
|
|
41
47
|
export { HelixDialog } from './components/hx-dialog/index.js';
|
|
42
48
|
export { HelixDivider } from './components/hx-divider/index.js';
|
|
43
|
-
export type { WcDivider } from './components/hx-divider/index.js';
|
|
44
49
|
export { HelixDrawer } from './components/hx-drawer/index.js';
|
|
45
50
|
export { HelixDropdown, type DropdownPlacement } from './components/hx-dropdown/index.js';
|
|
46
51
|
export { HelixField } from './components/hx-field/index.js';
|
|
47
52
|
export { HelixFieldLabel } from './components/hx-field-label/index.js';
|
|
48
53
|
export { HelixFileUpload } from './components/hx-file-upload/index.js';
|
|
54
|
+
export type { HxFileUploadDetail, HxFileRemoveDetail, HxFileErrorDetail } from './components/hx-file-upload/index.js';
|
|
49
55
|
export { HelixForm } from './components/hx-form/index.js';
|
|
50
56
|
export { HelixFormatDate } from './components/hx-format-date/index.js';
|
|
51
57
|
export { HelixGrid, HelixGridItem } from './components/hx-grid/index.js';
|
|
@@ -61,11 +67,13 @@ export { HelixMenu } from './components/hx-menu/index.js';
|
|
|
61
67
|
export { HelixMenuItem } from './components/hx-menu/index.js';
|
|
62
68
|
export { HelixMenuDivider } from './components/hx-menu/index.js';
|
|
63
69
|
export { HelixMeter } from './components/hx-meter/index.js';
|
|
64
|
-
export { HelixNav, type NavItem
|
|
70
|
+
export { HelixNav, type NavItem } from './components/hx-nav/index.js';
|
|
65
71
|
export { HelixNumberInput } from './components/hx-number-input/index.js';
|
|
72
|
+
export type { HxNumberInputDetail } from './components/hx-number-input/index.js';
|
|
66
73
|
export { HelixOverflowMenu } from './components/hx-overflow-menu/index.js';
|
|
67
74
|
export { HelixPagination } from './components/hx-pagination/index.js';
|
|
68
75
|
export type { HxPagination } from './components/hx-pagination/index.js';
|
|
76
|
+
export type { HxPageChangeDetail, HxPageSizeChangeDetail } from './components/hx-pagination/index.js';
|
|
69
77
|
export { HelixPatientBanner } from './components/hx-patient-banner/index.js';
|
|
70
78
|
export type { PatientIdentifierRuleViolationDetail } from './components/hx-patient-banner/index.js';
|
|
71
79
|
export { HelixPhiField } from './components/hx-phi-field/index.js';
|
|
@@ -77,12 +85,16 @@ export { HelixProgressRing } from './components/hx-progress-ring/index.js';
|
|
|
77
85
|
export { HelixProse } from './components/hx-prose/index.js';
|
|
78
86
|
export { HelixRadioGroup } from './components/hx-radio-group/index.js';
|
|
79
87
|
export { HelixRadio } from './components/hx-radio-group/index.js';
|
|
88
|
+
export type { HxRadioGroupChangeDetail } from './components/hx-radio-group/index.js';
|
|
80
89
|
export { HelixRating } from './components/hx-rating/index.js';
|
|
90
|
+
export type { HxRatingChangeDetail, HxRatingHoverDetail } from './components/hx-rating/index.js';
|
|
81
91
|
export { HelixSelect } from './components/hx-select/index.js';
|
|
92
|
+
export type { HxSelectChangeDetail } from './components/hx-select/index.js';
|
|
82
93
|
export { HelixSideNav } from './components/hx-side-nav/index.js';
|
|
83
94
|
export { HelixNavItem } from './components/hx-side-nav/index.js';
|
|
84
95
|
export { HelixSkeleton } from './components/hx-skeleton/index.js';
|
|
85
96
|
export { HelixSlider } from './components/hx-slider/index.js';
|
|
97
|
+
export type { HxSliderDetail } from './components/hx-slider/index.js';
|
|
86
98
|
export { HelixSpinner } from './components/hx-spinner/index.js';
|
|
87
99
|
export type { SpinnerSize } from './components/hx-spinner/index.js';
|
|
88
100
|
export { HelixSplitButton } from './components/hx-split-button/index.js';
|
|
@@ -96,7 +108,8 @@ export { HelixStep } from './components/hx-steps/index.js';
|
|
|
96
108
|
export { HelixStructuredList, HelixStructuredListRow } from './components/hx-structured-list/index.js';
|
|
97
109
|
export { HxStyleScope } from './components/hx-style-scope/index.js';
|
|
98
110
|
export { HelixSwitch } from './components/hx-switch/index.js';
|
|
99
|
-
export type { HxSwitch
|
|
111
|
+
export type { HxSwitch } from './components/hx-switch/index.js';
|
|
112
|
+
export type { HxSwitchChangeDetail } from './components/hx-switch/index.js';
|
|
100
113
|
export { HelixTable } from './components/hx-table/index.js';
|
|
101
114
|
export { HelixTableHead } from './components/hx-table/index.js';
|
|
102
115
|
export { HelixTableBody } from './components/hx-table/index.js';
|
|
@@ -108,16 +121,18 @@ export type { HxTableSortDetail } from './components/hx-table/index.js';
|
|
|
108
121
|
export { HelixTabs } from './components/hx-tabs/index.js';
|
|
109
122
|
export { HelixTab } from './components/hx-tabs/index.js';
|
|
110
123
|
export { HelixTabPanel } from './components/hx-tabs/index.js';
|
|
124
|
+
export type { HxTabChangeDetail } from './components/hx-tabs/index.js';
|
|
111
125
|
export { HelixTag } from './components/hx-tag/index.js';
|
|
112
126
|
export type { HxTag } from './components/hx-tag/index.js';
|
|
113
|
-
export type { WcTag } from './components/hx-tag/index.js';
|
|
114
127
|
export { HelixText } from './components/hx-text/index.js';
|
|
115
128
|
export { HelixTextInput } from './components/hx-text-input/index.js';
|
|
129
|
+
export type { HxTextInputDetail } from './components/hx-text-input/index.js';
|
|
116
130
|
export { HelixTextarea } from './components/hx-textarea/index.js';
|
|
131
|
+
export type { HxTextareaDetail } from './components/hx-textarea/index.js';
|
|
117
132
|
export { HelixTheme } from './components/hx-theme/index.js';
|
|
118
133
|
export type { ThemeName, TokenDefinition, TokenEntry, HxTheme } from './components/hx-theme/index.js';
|
|
119
|
-
export type { WcTheme } from './components/hx-theme/index.js';
|
|
120
134
|
export { HelixTimePicker } from './components/hx-time-picker/index.js';
|
|
135
|
+
export type { HxTimePickerChangeDetail } from './components/hx-time-picker/index.js';
|
|
121
136
|
export { HelixToast } from './components/hx-toast/index.js';
|
|
122
137
|
export type { ToastVariant } from './components/hx-toast/index.js';
|
|
123
138
|
export { HelixToastStack } from './components/hx-toast/index.js';
|
|
@@ -125,13 +140,12 @@ export type { ToastStackPlacement } from './components/hx-toast/index.js';
|
|
|
125
140
|
export { toast } from './components/hx-toast/index.js';
|
|
126
141
|
export type { ToastOptions } from './components/hx-toast/index.js';
|
|
127
142
|
export { HelixToggleButton } from './components/hx-toggle-button/index.js';
|
|
143
|
+
export type { HxToggleDetail } from './components/hx-toggle-button/index.js';
|
|
128
144
|
export { HelixTooltip } from './components/hx-tooltip/index.js';
|
|
129
145
|
export { HelixTopNav } from './components/hx-top-nav/index.js';
|
|
130
146
|
export { HelixTreeView } from './components/hx-tree-view/index.js';
|
|
131
147
|
export { HelixTreeItem } from './components/hx-tree-view/index.js';
|
|
132
148
|
export type { TreeSelection, HxTreeView, HxSelectDetail } from './components/hx-tree-view/index.js';
|
|
133
149
|
export type { HxTreeItem, HxTreeItemSelectDetail } from './components/hx-tree-view/index.js';
|
|
134
|
-
export type { WcTreeView } from './components/hx-tree-view/index.js';
|
|
135
|
-
export type { WcTreeItem } from './components/hx-tree-view/index.js';
|
|
136
150
|
export { HelixVisuallyHidden } from './components/hx-visually-hidden/index.js';
|
|
137
151
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|