@helixui/library 3.1.0 → 3.2.0-next.100
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 +6407 -339
- 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 -0
- package/dist/components/hx-accordion/hx-accordion.d.ts.map +1 -1
- package/dist/components/hx-accordion/index.js +1 -1
- package/dist/components/hx-action-bar/hx-action-bar.d.ts +14 -0
- package/dist/components/hx-action-bar/hx-action-bar.d.ts.map +1 -1
- package/dist/components/hx-action-bar/index.js +1 -1
- package/dist/components/hx-alert/hx-alert.d.ts +36 -0
- package/dist/components/hx-alert/hx-alert.d.ts.map +1 -1
- package/dist/components/hx-alert/hx-alert.styles.d.ts +12 -0
- package/dist/components/hx-alert/hx-alert.styles.d.ts.map +1 -1
- package/dist/components/hx-alert/index.js +1 -1
- package/dist/components/hx-avatar/hx-avatar.d.ts +17 -0
- 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 +35 -0
- package/dist/components/hx-badge/hx-badge.d.ts.map +1 -1
- package/dist/components/hx-badge/index.js +1 -1
- package/dist/components/hx-banner/hx-banner.d.ts +34 -0
- package/dist/components/hx-banner/hx-banner.d.ts.map +1 -1
- package/dist/components/hx-banner/hx-banner.styles.d.ts +12 -0
- 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.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 +3 -0
- package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts.map +1 -1
- package/dist/components/hx-breadcrumb/index.js +1 -1
- package/dist/components/hx-button/hx-button.d.ts +44 -7
- package/dist/components/hx-button/hx-button.d.ts.map +1 -1
- package/dist/components/hx-button/hx-button.styles.d.ts.map +1 -1
- package/dist/components/hx-button/index.js +1 -1
- package/dist/components/hx-button-group/hx-button-group.d.ts +2 -0
- 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 +28 -0
- package/dist/components/hx-card/hx-card.d.ts.map +1 -1
- package/dist/components/hx-card/hx-card.styles.d.ts +9 -0
- 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.d.ts +25 -0
- 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 +38 -7
- package/dist/components/hx-checkbox/hx-checkbox.d.ts.map +1 -1
- package/dist/components/hx-checkbox/index.js +1 -1
- package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts +16 -2
- package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts.map +1 -1
- package/dist/components/hx-checkbox-group/index.js +1 -1
- package/dist/components/hx-clinical-status/hx-clinical-status.d.ts +37 -0
- package/dist/components/hx-clinical-status/hx-clinical-status.d.ts.map +1 -1
- package/dist/components/hx-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 +35 -0
- package/dist/components/hx-code-snippet/hx-code-snippet.d.ts.map +1 -1
- package/dist/components/hx-code-snippet/hx-code-snippet.styles.d.ts.map +1 -1
- package/dist/components/hx-code-snippet/index.js +1 -1
- package/dist/components/hx-color-picker/hx-color-picker.d.ts +29 -0
- package/dist/components/hx-color-picker/hx-color-picker.d.ts.map +1 -1
- package/dist/components/hx-color-picker/hx-color-picker.styles.d.ts.map +1 -1
- package/dist/components/hx-color-picker/index.js +1 -1
- package/dist/components/hx-combobox/hx-combobox.d.ts +49 -0
- package/dist/components/hx-combobox/hx-combobox.d.ts.map +1 -1
- package/dist/components/hx-combobox/index.js +1 -1
- package/dist/components/hx-container/hx-container.d.ts +5 -0
- package/dist/components/hx-container/hx-container.d.ts.map +1 -1
- package/dist/components/hx-copy-button/hx-copy-button.d.ts +24 -0
- package/dist/components/hx-copy-button/hx-copy-button.d.ts.map +1 -1
- package/dist/components/hx-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 +7 -0
- package/dist/components/hx-counter/hx-counter.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 +29 -0
- package/dist/components/hx-data-table/hx-data-table.d.ts.map +1 -1
- package/dist/components/hx-data-table/hx-data-table.styles.d.ts.map +1 -1
- package/dist/components/hx-data-table/index.js +1 -1
- package/dist/components/hx-date-picker/hx-date-picker.d.ts +44 -0
- package/dist/components/hx-date-picker/hx-date-picker.d.ts.map +1 -1
- package/dist/components/hx-date-picker/index.js +1 -1
- package/dist/components/hx-dialog/hx-dialog.d.ts +31 -0
- package/dist/components/hx-dialog/hx-dialog.d.ts.map +1 -1
- package/dist/components/hx-dialog/hx-dialog.styles.d.ts +10 -0
- 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 +9 -0
- package/dist/components/hx-divider/hx-divider.d.ts.map +1 -1
- package/dist/components/hx-divider/index.js +1 -1
- package/dist/components/hx-drawer/hx-drawer.d.ts +30 -0
- package/dist/components/hx-drawer/hx-drawer.d.ts.map +1 -1
- package/dist/components/hx-drawer/hx-drawer.styles.d.ts +10 -0
- package/dist/components/hx-drawer/hx-drawer.styles.d.ts.map +1 -1
- package/dist/components/hx-drawer/index.js +1 -1
- package/dist/components/hx-dropdown/hx-dropdown.d.ts +6 -0
- package/dist/components/hx-dropdown/hx-dropdown.d.ts.map +1 -1
- package/dist/components/hx-dropdown/index.js +1 -1
- package/dist/components/hx-field/hx-field.d.ts +15 -0
- package/dist/components/hx-field/hx-field.d.ts.map +1 -1
- package/dist/components/hx-field/index.js +1 -1
- package/dist/components/hx-field-label/hx-field-label.d.ts +11 -0
- package/dist/components/hx-field-label/hx-field-label.d.ts.map +1 -1
- package/dist/components/hx-field-label/index.js +1 -1
- package/dist/components/hx-file-upload/hx-file-upload.d.ts +35 -0
- package/dist/components/hx-file-upload/hx-file-upload.d.ts.map +1 -1
- package/dist/components/hx-file-upload/hx-file-upload.styles.d.ts.map +1 -1
- package/dist/components/hx-file-upload/index.js +1 -1
- package/dist/components/hx-form/index.js +1 -1
- package/dist/components/hx-grid/hx-grid.d.ts +5 -0
- package/dist/components/hx-grid/hx-grid.d.ts.map +1 -1
- package/dist/components/hx-help-text/hx-help-text.d.ts +8 -0
- package/dist/components/hx-help-text/hx-help-text.d.ts.map +1 -1
- package/dist/components/hx-help-text/index.js +1 -1
- package/dist/components/hx-icon/hx-icon.d.ts +5 -0
- package/dist/components/hx-icon/hx-icon.d.ts.map +1 -1
- package/dist/components/hx-icon/index.js +1 -1
- package/dist/components/hx-icon-button/hx-icon-button.d.ts +27 -0
- package/dist/components/hx-icon-button/hx-icon-button.d.ts.map +1 -1
- package/dist/components/hx-icon-button/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 +4 -0
- package/dist/components/hx-image/hx-image.d.ts.map +1 -1
- package/dist/components/hx-image/index.js +1 -1
- package/dist/components/hx-link/hx-link.d.ts +15 -0
- package/dist/components/hx-link/hx-link.d.ts.map +1 -1
- package/dist/components/hx-link/index.js +1 -1
- package/dist/components/hx-list/hx-list-item.d.ts.map +1 -1
- package/dist/components/hx-list/hx-list.d.ts +3 -0
- package/dist/components/hx-list/hx-list.d.ts.map +1 -1
- package/dist/components/hx-list/index.js +1 -1
- package/dist/components/hx-menu/hx-menu-divider.d.ts.map +1 -1
- package/dist/components/hx-menu/hx-menu-item.d.ts.map +1 -1
- package/dist/components/hx-menu/hx-menu.d.ts +6 -0
- package/dist/components/hx-menu/hx-menu.d.ts.map +1 -1
- package/dist/components/hx-menu/index.js +1 -1
- package/dist/components/hx-meter/hx-meter.d.ts +23 -0
- package/dist/components/hx-meter/hx-meter.d.ts.map +1 -1
- package/dist/components/hx-meter/index.js +1 -1
- package/dist/components/hx-nav/hx-nav.d.ts +29 -0
- package/dist/components/hx-nav/hx-nav.d.ts.map +1 -1
- package/dist/components/hx-nav/index.js +1 -1
- package/dist/components/hx-number-input/hx-number-input.d.ts +34 -0
- package/dist/components/hx-number-input/hx-number-input.d.ts.map +1 -1
- package/dist/components/hx-number-input/index.js +1 -1
- package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts +26 -0
- package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts.map +1 -1
- package/dist/components/hx-overflow-menu/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 +21 -0
- package/dist/components/hx-pagination/hx-pagination.d.ts.map +1 -1
- package/dist/components/hx-pagination/index.js +1 -1
- package/dist/components/hx-patient-banner/hx-patient-banner.d.ts +23 -0
- package/dist/components/hx-patient-banner/hx-patient-banner.d.ts.map +1 -1
- package/dist/components/hx-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 +19 -5
- 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 +15 -0
- package/dist/components/hx-popover/hx-popover.d.ts.map +1 -1
- package/dist/components/hx-popover/hx-popover.styles.d.ts +9 -0
- 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 +1 -0
- package/dist/components/hx-popup/hx-popup.d.ts.map +1 -1
- package/dist/components/hx-popup/hx-popup.styles.d.ts +9 -0
- 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 +17 -0
- package/dist/components/hx-progress-bar/hx-progress-bar.d.ts.map +1 -1
- package/dist/components/hx-progress-bar/index.js +1 -1
- package/dist/components/hx-progress-ring/hx-progress-ring.d.ts +15 -0
- package/dist/components/hx-progress-ring/hx-progress-ring.d.ts.map +1 -1
- package/dist/components/hx-progress-ring/index.js +1 -1
- package/dist/components/hx-prose/hx-prose.d.ts +2 -0
- package/dist/components/hx-prose/hx-prose.d.ts.map +1 -1
- package/dist/components/hx-prose/index.js +1 -1
- package/dist/components/hx-radio-group/hx-radio-group.d.ts +17 -3
- package/dist/components/hx-radio-group/hx-radio-group.d.ts.map +1 -1
- package/dist/components/hx-radio-group/hx-radio.d.ts +5 -5
- package/dist/components/hx-radio-group/hx-radio.d.ts.map +1 -1
- package/dist/components/hx-radio-group/index.js +1 -1
- package/dist/components/hx-rating/hx-rating.d.ts +13 -0
- package/dist/components/hx-rating/hx-rating.d.ts.map +1 -1
- package/dist/components/hx-rating/index.js +1 -1
- package/dist/components/hx-select/hx-select.d.ts +43 -0
- package/dist/components/hx-select/hx-select.d.ts.map +1 -1
- package/dist/components/hx-select/hx-select.styles.d.ts.map +1 -1
- package/dist/components/hx-select/index.js +1 -1
- package/dist/components/hx-side-nav/hx-nav-item.d.ts +7 -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 +9 -4
- 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 +5 -0
- package/dist/components/hx-skeleton/hx-skeleton.d.ts.map +1 -1
- package/dist/components/hx-skeleton/index.js +1 -1
- package/dist/components/hx-slider/hx-slider.d.ts +38 -0
- package/dist/components/hx-slider/hx-slider.d.ts.map +1 -1
- package/dist/components/hx-slider/hx-slider.styles.d.ts.map +1 -1
- package/dist/components/hx-slider/index.js +1 -1
- package/dist/components/hx-spinner/hx-spinner.d.ts +10 -0
- package/dist/components/hx-spinner/hx-spinner.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 +40 -1
- 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 -0
- 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 +5 -0
- package/dist/components/hx-stack/hx-stack.d.ts.map +1 -1
- package/dist/components/hx-stat/hx-stat.d.ts +24 -0
- package/dist/components/hx-stat/hx-stat.d.ts.map +1 -1
- package/dist/components/hx-stat/index.js +1 -1
- package/dist/components/hx-status-indicator/hx-status-indicator.d.ts +13 -0
- package/dist/components/hx-status-indicator/hx-status-indicator.d.ts.map +1 -1
- package/dist/components/hx-status-indicator/index.js +1 -1
- package/dist/components/hx-steps/hx-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 +15 -0
- package/dist/components/hx-steps/hx-steps.d.ts.map +1 -1
- package/dist/components/hx-steps/index.js +1 -1
- package/dist/components/hx-structured-list/hx-structured-list.d.ts +7 -0
- package/dist/components/hx-structured-list/hx-structured-list.d.ts.map +1 -1
- package/dist/components/hx-structured-list/index.js +1 -1
- package/dist/components/hx-switch/hx-switch.d.ts +42 -0
- package/dist/components/hx-switch/hx-switch.d.ts.map +1 -1
- package/dist/components/hx-switch/hx-switch.styles.d.ts.map +1 -1
- package/dist/components/hx-switch/index.js +1 -1
- package/dist/components/hx-table/hx-table.d.ts +20 -6
- 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-td.d.ts +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.d.ts +6 -6
- package/dist/components/hx-tabs/hx-tab.d.ts.map +1 -1
- package/dist/components/hx-tabs/hx-tabs.d.ts +12 -8
- package/dist/components/hx-tabs/hx-tabs.d.ts.map +1 -1
- package/dist/components/hx-tabs/index.js +1 -1
- package/dist/components/hx-tag/hx-tag.d.ts +36 -0
- package/dist/components/hx-tag/hx-tag.d.ts.map +1 -1
- package/dist/components/hx-tag/index.js +1 -1
- package/dist/components/hx-text/hx-text.d.ts +22 -0
- package/dist/components/hx-text/hx-text.d.ts.map +1 -1
- package/dist/components/hx-text/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 +18 -5
- 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 +12 -0
- package/dist/components/hx-text-input/hx-text-input.styles.d.ts.map +1 -1
- package/dist/components/hx-text-input/index.js +1 -1
- package/dist/components/hx-textarea/hx-textarea.d.ts +27 -0
- package/dist/components/hx-textarea/hx-textarea.d.ts.map +1 -1
- package/dist/components/hx-textarea/hx-textarea.styles.d.ts.map +1 -1
- package/dist/components/hx-textarea/index.js +1 -1
- package/dist/components/hx-theme/hx-theme.d.ts +3 -0
- package/dist/components/hx-theme/hx-theme.d.ts.map +1 -1
- package/dist/components/hx-theme/index.js +1 -1
- package/dist/components/hx-time-picker/hx-time-picker.d.ts +32 -0
- package/dist/components/hx-time-picker/hx-time-picker.d.ts.map +1 -1
- package/dist/components/hx-time-picker/hx-time-picker.styles.d.ts.map +1 -1
- package/dist/components/hx-time-picker/index.js +1 -1
- package/dist/components/hx-toast/hx-toast.d.ts +30 -2
- package/dist/components/hx-toast/hx-toast.d.ts.map +1 -1
- package/dist/components/hx-toast/hx-toast.styles.d.ts +10 -0
- 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 +35 -0
- package/dist/components/hx-toggle-button/hx-toggle-button.d.ts.map +1 -1
- package/dist/components/hx-toggle-button/hx-toggle-button.styles.d.ts.map +1 -1
- package/dist/components/hx-toggle-button/index.js +1 -1
- package/dist/components/hx-tooltip/hx-tooltip.d.ts +13 -0
- package/dist/components/hx-tooltip/hx-tooltip.d.ts.map +1 -1
- package/dist/components/hx-tooltip/hx-tooltip.styles.d.ts +8 -0
- 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 +21 -0
- package/dist/components/hx-top-nav/hx-top-nav.d.ts.map +1 -1
- package/dist/components/hx-top-nav/index.js +1 -1
- package/dist/components/hx-tree-view/hx-tree-item.d.ts.map +1 -1
- package/dist/components/hx-tree-view/hx-tree-view.d.ts +6 -0
- package/dist/components/hx-tree-view/hx-tree-view.d.ts.map +1 -1
- package/dist/components/hx-tree-view/index.js +1 -1
- package/dist/css/helix-all.css +1286 -889
- package/dist/css/helix-core.css +322 -167
- package/dist/css/helix-data.css +54 -46
- package/dist/css/helix-feedback.css +132 -95
- package/dist/css/helix-forms.css +499 -349
- package/dist/css/helix-layout.css +9 -12
- package/dist/css/helix-media.css +16 -12
- package/dist/css/helix-navigation.css +86 -66
- package/dist/css/helix-overlay.css +62 -56
- package/dist/css/helix-tokens.css +173 -106
- package/dist/css/helix-utility.css +57 -40
- package/dist/css/hx-action-bar.css +5 -5
- package/dist/css/hx-alert.css +27 -23
- package/dist/css/hx-avatar.css +3 -3
- package/dist/css/hx-badge.css +22 -22
- package/dist/css/hx-banner.css +31 -24
- package/dist/css/hx-button-group.css +31 -14
- package/dist/css/hx-button.css +151 -34
- package/dist/css/hx-card.css +23 -12
- package/dist/css/hx-carousel.css +16 -12
- package/dist/css/hx-checkbox-group.css +5 -5
- package/dist/css/hx-checkbox.css +19 -19
- package/dist/css/hx-clinical-status.css +28 -30
- package/dist/css/hx-code-snippet.css +26 -18
- package/dist/css/hx-color-picker.css +20 -13
- package/dist/css/hx-combobox.css +31 -31
- package/dist/css/hx-copy-button.css +6 -3
- package/dist/css/hx-counter.css +1 -1
- package/dist/css/hx-data-table.css +16 -15
- package/dist/css/hx-date-picker.css +34 -34
- package/dist/css/hx-dialog.css +31 -27
- package/dist/css/hx-divider.css +2 -2
- package/dist/css/hx-drawer.css +18 -18
- package/dist/css/hx-dropdown.css +2 -2
- package/dist/css/hx-field-label.css +3 -3
- package/dist/css/hx-field.css +6 -6
- package/dist/css/hx-file-upload.css +21 -30
- package/dist/css/hx-help-text.css +5 -5
- package/dist/css/hx-icon-button.css +46 -38
- package/dist/css/hx-image.css +3 -3
- package/dist/css/hx-link.css +9 -9
- package/dist/css/hx-list.css +1 -1
- package/dist/css/hx-menu.css +2 -2
- package/dist/css/hx-meter.css +10 -10
- package/dist/css/hx-nav.css +11 -11
- package/dist/css/hx-number-input.css +18 -18
- package/dist/css/hx-overflow-menu.css +18 -15
- package/dist/css/hx-pagination.css +15 -15
- package/dist/css/hx-patient-banner.css +17 -9
- package/dist/css/hx-phi-field.css +4 -7
- package/dist/css/hx-popover.css +7 -6
- package/dist/css/hx-progress-bar.css +7 -7
- package/dist/css/hx-progress-ring.css +6 -6
- package/dist/css/hx-radio-group.css +5 -5
- package/dist/css/hx-rating.css +5 -5
- package/dist/css/hx-select.css +18 -16
- package/dist/css/hx-side-nav.css +28 -11
- package/dist/css/hx-skeleton.css +1 -1
- package/dist/css/hx-slider.css +15 -12
- package/dist/css/hx-spinner.css +4 -4
- package/dist/css/hx-split-button.css +45 -31
- package/dist/css/hx-split-panel.css +9 -12
- package/dist/css/hx-stat.css +8 -8
- package/dist/css/hx-status-indicator.css +7 -7
- package/dist/css/hx-structured-list.css +5 -5
- package/dist/css/hx-switch.css +16 -8
- package/dist/css/hx-table.css +6 -7
- package/dist/css/hx-tabs.css +3 -3
- package/dist/css/hx-tag.css +18 -18
- package/dist/css/hx-text-input.css +139 -61
- package/dist/css/hx-text.css +9 -7
- package/dist/css/hx-textarea.css +66 -27
- package/dist/css/hx-time-picker.css +27 -21
- package/dist/css/hx-toast.css +36 -10
- package/dist/css/hx-toggle-button.css +46 -30
- package/dist/css/hx-tooltip.css +4 -3
- package/dist/css/hx-top-nav.css +8 -8
- package/dist/css/hx-tree-view.css +1 -1
- package/dist/css/index.css +1 -1
- package/dist/css/manifest.json +330 -230
- package/dist/index.js +75 -75
- package/dist/shared/forced-colors-CTEDFRGa.js +117 -0
- package/dist/shared/forced-colors-CTEDFRGa.js.map +1 -0
- package/dist/shared/{hx-accordion-Wt52OOZD.js → hx-accordion-ZVzgDzTG.js} +29 -29
- package/dist/shared/hx-accordion-ZVzgDzTG.js.map +1 -0
- package/dist/shared/{hx-action-bar-BKMADbHj.js → hx-action-bar-CitgcpGv.js} +38 -37
- package/dist/shared/hx-action-bar-CitgcpGv.js.map +1 -0
- package/dist/shared/{hx-alert-D7n94HwI.js → hx-alert-C597yHpD.js} +36 -31
- package/dist/shared/hx-alert-C597yHpD.js.map +1 -0
- package/dist/shared/{hx-avatar-iLYzu8MJ.js → hx-avatar-C9hOmlAb.js} +19 -18
- package/dist/shared/hx-avatar-C9hOmlAb.js.map +1 -0
- package/dist/shared/{hx-badge-CVCmMPyW.js → hx-badge-CQXgOXJM.js} +65 -64
- package/dist/shared/hx-badge-CQXgOXJM.js.map +1 -0
- package/dist/shared/{hx-banner-C_He7Tr4.js → hx-banner-Cxd7eFUP.js} +43 -35
- package/dist/shared/hx-banner-Cxd7eFUP.js.map +1 -0
- package/dist/shared/{hx-breadcrumb-item-CldCwD1d.js → hx-breadcrumb-item-3tKppF9h.js} +24 -26
- package/dist/shared/hx-breadcrumb-item-3tKppF9h.js.map +1 -0
- package/dist/shared/{hx-button-Ddl-T6T-.js → hx-button-9OUjJnk7.js} +172 -55
- package/dist/shared/hx-button-9OUjJnk7.js.map +1 -0
- package/dist/shared/{hx-button-group-BJOGWoMa.js → hx-button-group-BI-QBqmO.js} +45 -27
- package/dist/shared/hx-button-group-BI-QBqmO.js.map +1 -0
- package/dist/shared/{hx-card-ycveujjL.js → hx-card-qNAM2QNV.js} +49 -37
- package/dist/shared/hx-card-qNAM2QNV.js.map +1 -0
- package/dist/shared/{hx-carousel-item-D_dCv61-.js → hx-carousel-item-z1Lc24op.js} +41 -36
- package/dist/shared/hx-carousel-item-z1Lc24op.js.map +1 -0
- package/dist/shared/{hx-checkbox-DkkoWoye.js → hx-checkbox-DBD-gMoz.js} +42 -41
- package/dist/shared/hx-checkbox-DBD-gMoz.js.map +1 -0
- package/dist/shared/{hx-checkbox-group-C3poJ-Zw.js → hx-checkbox-group-C9n315Ju.js} +20 -19
- package/dist/shared/hx-checkbox-group-C9n315Ju.js.map +1 -0
- package/dist/shared/{hx-clinical-status-BS5lcddT.js → hx-clinical-status-D3XQIOqX.js} +55 -56
- package/dist/shared/hx-clinical-status-D3XQIOqX.js.map +1 -0
- package/dist/shared/{hx-code-snippet-B7wUKzyb.js → hx-code-snippet-B26RM1_C.js} +41 -32
- package/dist/shared/hx-code-snippet-B26RM1_C.js.map +1 -0
- package/dist/shared/{hx-color-picker-DBaKTVLr.js → hx-color-picker-uRc865FJ.js} +54 -46
- package/dist/shared/hx-color-picker-uRc865FJ.js.map +1 -0
- package/dist/shared/{hx-combobox-BmgYT7Ar.js → hx-combobox-ClhNRAS5.js} +46 -45
- package/dist/shared/hx-combobox-ClhNRAS5.js.map +1 -0
- package/dist/shared/hx-container-DVI7sxfX.js.map +1 -1
- package/dist/shared/{hx-copy-button-8deNUdwP.js → hx-copy-button-sUVuikyH.js} +23 -19
- package/dist/shared/hx-copy-button-sUVuikyH.js.map +1 -0
- package/dist/shared/{hx-counter-CKfl_g8K.js → hx-counter-0zYapFhf.js} +10 -9
- package/dist/shared/hx-counter-0zYapFhf.js.map +1 -0
- package/dist/shared/{hx-data-table-B6h0RPn0.js → hx-data-table-CLqVqdxr.js} +49 -47
- package/dist/shared/hx-data-table-CLqVqdxr.js.map +1 -0
- package/dist/shared/{hx-date-picker-Dq2Nb68_.js → hx-date-picker-BJm7Yrda.js} +45 -44
- package/dist/shared/hx-date-picker-BJm7Yrda.js.map +1 -0
- package/dist/shared/{hx-dialog-CvIlY0Tc.js → hx-dialog-DRN_1-Y-.js} +68 -63
- package/dist/shared/hx-dialog-DRN_1-Y-.js.map +1 -0
- package/dist/shared/{hx-divider-DwpOrzMW.js → hx-divider-CYfcUjcr.js} +18 -17
- package/dist/shared/hx-divider-CYfcUjcr.js.map +1 -0
- package/dist/shared/{hx-drawer-Cx2ZJhBe.js → hx-drawer-Y1Ui2IWJ.js} +31 -30
- package/dist/shared/hx-drawer-Y1Ui2IWJ.js.map +1 -0
- package/dist/shared/{hx-dropdown-BjDrPUq5.js → hx-dropdown-LyaRc8Rf.js} +16 -15
- package/dist/shared/hx-dropdown-LyaRc8Rf.js.map +1 -0
- package/dist/shared/{hx-field-Dp3qQMut.js → hx-field-B3Qo8OLS.js} +15 -15
- package/dist/shared/hx-field-B3Qo8OLS.js.map +1 -0
- package/dist/shared/{hx-field-label-BC8QViXv.js → hx-field-label-BVRyyKeh.js} +8 -7
- package/dist/shared/hx-field-label-BVRyyKeh.js.map +1 -0
- package/dist/shared/{hx-file-upload-B6Yl1u0i.js → hx-file-upload-D3rKROK5.js} +51 -59
- package/dist/shared/hx-file-upload-D3rKROK5.js.map +1 -0
- package/dist/shared/hx-form-CkChEATa.js +257 -0
- package/dist/shared/hx-form-CkChEATa.js.map +1 -0
- package/dist/shared/hx-grid-CXZf3jeK.js.map +1 -1
- package/dist/shared/{hx-help-text-D7eytSim.js → hx-help-text-Xb2Yr8x2.js} +30 -29
- package/dist/shared/hx-help-text-Xb2Yr8x2.js.map +1 -0
- package/dist/shared/{hx-icon-button-BHneqPCU.js → hx-icon-button-CGNdQSFM.js} +78 -69
- package/dist/shared/hx-icon-button-CGNdQSFM.js.map +1 -0
- package/dist/shared/{hx-icon-CcyDPDYY.js → hx-icon-fuVm4-bk.js} +15 -14
- package/dist/shared/hx-icon-fuVm4-bk.js.map +1 -0
- package/dist/shared/{hx-image-2gt14zZd.js → hx-image-Ben_4yM5.js} +18 -17
- package/dist/shared/hx-image-Ben_4yM5.js.map +1 -0
- package/dist/shared/{hx-link-BESrWK8M.js → hx-link-9Ig2DW6L.js} +20 -19
- package/dist/shared/hx-link-9Ig2DW6L.js.map +1 -0
- package/dist/shared/{hx-list-_9qVv02L.js → hx-list-CkphGi9T.js} +22 -21
- package/dist/shared/hx-list-CkphGi9T.js.map +1 -0
- package/dist/shared/{hx-menu-divider-Ck-9Os1t.js → hx-menu-divider-C2omnPtj.js} +50 -49
- package/dist/shared/hx-menu-divider-C2omnPtj.js.map +1 -0
- package/dist/shared/{hx-meter-TbROk-dw.js → hx-meter-BPscsw5t.js} +41 -40
- package/dist/shared/{hx-meter-TbROk-dw.js.map → hx-meter-BPscsw5t.js.map} +1 -1
- package/dist/shared/{hx-nav-item-pqPasRUm.js → hx-nav-item-CqbO5-T5.js} +143 -81
- package/dist/shared/hx-nav-item-CqbO5-T5.js.map +1 -0
- package/dist/shared/{hx-nav-BcYDmjf7.js → hx-nav-ldFM3Fle.js} +54 -53
- package/dist/shared/hx-nav-ldFM3Fle.js.map +1 -0
- package/dist/shared/{hx-number-input-mOIZ3-46.js → hx-number-input-yUzFOSC1.js} +68 -67
- package/dist/shared/hx-number-input-yUzFOSC1.js.map +1 -0
- package/dist/shared/{hx-overflow-menu-Dprb9lnT.js → hx-overflow-menu-DCLsdIBy.js} +33 -29
- package/dist/shared/hx-overflow-menu-DCLsdIBy.js.map +1 -0
- package/dist/shared/{hx-pagination-AguTQjYC.js → hx-pagination-C7y8GVyU.js} +43 -42
- package/dist/shared/hx-pagination-C7y8GVyU.js.map +1 -0
- package/dist/shared/{hx-patient-banner-uE6gqLpT.js → hx-patient-banner-CkS-Lmj4.js} +29 -20
- package/dist/shared/hx-patient-banner-CkS-Lmj4.js.map +1 -0
- package/dist/shared/{hx-phi-field-BC_XowhC.js → hx-phi-field-C19oxlrr.js} +13 -15
- package/dist/shared/hx-phi-field-C19oxlrr.js.map +1 -0
- package/dist/shared/{hx-popover-B2_203ct.js → hx-popover-B-FP3-wW.js} +31 -29
- package/dist/shared/hx-popover-B-FP3-wW.js.map +1 -0
- package/dist/shared/{hx-popup-DZXpsJ1R.js → hx-popup-COUXXZ9X.js} +8 -7
- package/dist/shared/hx-popup-COUXXZ9X.js.map +1 -0
- package/dist/shared/{hx-progress-bar-KjEkEJLy.js → hx-progress-bar-Bn3JEPUf.js} +28 -27
- package/dist/shared/hx-progress-bar-Bn3JEPUf.js.map +1 -0
- package/dist/shared/{hx-progress-ring-3zMwvrwD.js → hx-progress-ring-TwHyXeEp.js} +15 -14
- package/dist/shared/hx-progress-ring-TwHyXeEp.js.map +1 -0
- package/dist/shared/{hx-prose-BCtK7YL6.js → hx-prose-BThYcASV.js} +12 -12
- package/dist/shared/{hx-prose-BCtK7YL6.js.map → hx-prose-BThYcASV.js.map} +1 -1
- package/dist/shared/{hx-radio-BBC5qZgE.js → hx-radio-dFjUAost.js} +38 -37
- package/dist/shared/hx-radio-dFjUAost.js.map +1 -0
- package/dist/shared/{hx-rating-C3E3ENJb.js → hx-rating-CGtsejNf.js} +38 -37
- package/dist/shared/hx-rating-CGtsejNf.js.map +1 -0
- package/dist/shared/{hx-select-CixTo7jp.js → hx-select-Bf4usFts.js} +64 -61
- package/dist/shared/hx-select-Bf4usFts.js.map +1 -0
- package/dist/shared/{hx-skeleton-LxkI0pxr.js → hx-skeleton-Cnieh5Uc.js} +14 -13
- package/dist/shared/hx-skeleton-Cnieh5Uc.js.map +1 -0
- package/dist/shared/{hx-slider-DFHuzF3N.js → hx-slider-m0aEClH1.js} +83 -79
- package/dist/shared/hx-slider-m0aEClH1.js.map +1 -0
- package/dist/shared/{hx-spinner-BKjuCdZB.js → hx-spinner-DL5AYr16.js} +18 -17
- package/dist/shared/hx-spinner-DL5AYr16.js.map +1 -0
- package/dist/shared/{hx-split-button-CGcJMmCG.js → hx-split-button-BxDFfx4D.js} +74 -59
- package/dist/shared/hx-split-button-BxDFfx4D.js.map +1 -0
- package/dist/shared/{hx-split-panel-C-1R10Mc.js → hx-split-panel-B-u0Z3mm.js} +16 -18
- package/dist/shared/hx-split-panel-B-u0Z3mm.js.map +1 -0
- package/dist/shared/hx-stack-DGfcOfWJ.js.map +1 -1
- package/dist/shared/{hx-stat-BTpykQAt.js → hx-stat-WOcNV1Ry.js} +16 -15
- package/dist/shared/hx-stat-WOcNV1Ry.js.map +1 -0
- package/dist/shared/{hx-status-indicator-X2QEWNFt.js → hx-status-indicator-BlQyen43.js} +17 -16
- package/dist/shared/hx-status-indicator-BlQyen43.js.map +1 -0
- package/dist/shared/{hx-step-CRNQlmSo.js → hx-step-R2rjp1fT.js} +60 -50
- package/dist/shared/hx-step-R2rjp1fT.js.map +1 -0
- package/dist/shared/{hx-structured-list-CqNbaEXg.js → hx-structured-list-m_-dMJbC.js} +18 -17
- package/dist/shared/hx-structured-list-m_-dMJbC.js.map +1 -0
- package/dist/shared/{hx-switch-DqOD9JR7.js → hx-switch-DvAW4YY-.js} +29 -20
- package/dist/shared/hx-switch-DvAW4YY-.js.map +1 -0
- package/dist/shared/{hx-tab-panel-BIzKfW5i.js → hx-tab-panel-SWOEHuJc.js} +45 -44
- package/dist/shared/hx-tab-panel-SWOEHuJc.js.map +1 -0
- package/dist/shared/{hx-tag-CgnrNnte.js → hx-tag-CNSmdyaK.js} +63 -62
- package/dist/shared/hx-tag-CNSmdyaK.js.map +1 -0
- package/dist/shared/{hx-td-Bra35cH4.js → hx-td-DnnEMIuA.js} +62 -62
- package/dist/shared/hx-td-DnnEMIuA.js.map +1 -0
- package/dist/shared/{hx-text-DMC2CPlL.js → hx-text-Bz_9fJ3J.js} +28 -25
- package/dist/shared/hx-text-Bz_9fJ3J.js.map +1 -0
- package/dist/shared/{hx-text-input--q0GH78x.js → hx-text-input-Bn7Gn8CI.js} +150 -72
- package/dist/shared/hx-text-input-Bn7Gn8CI.js.map +1 -0
- package/dist/shared/{hx-textarea-CK621vSL.js → hx-textarea-Jx1xnhgv.js} +108 -68
- package/dist/shared/hx-textarea-Jx1xnhgv.js.map +1 -0
- package/dist/shared/{hx-theme-DfEy-SJA.js → hx-theme-BiyQ7UUK.js} +46 -35
- package/dist/shared/hx-theme-BiyQ7UUK.js.map +1 -0
- package/dist/shared/{hx-time-picker-tPUfgElQ.js → hx-time-picker-BoEIZwzv.js} +59 -52
- package/dist/shared/hx-time-picker-BoEIZwzv.js.map +1 -0
- package/dist/shared/{hx-toggle-button-L-uBJr-a.js → hx-toggle-button-DPAIh_Xo.js} +86 -69
- package/dist/shared/hx-toggle-button-DPAIh_Xo.js.map +1 -0
- package/dist/shared/{hx-tooltip-B_zfKvwc.js → hx-tooltip-nYOv9OLu.js} +18 -16
- package/dist/shared/hx-tooltip-nYOv9OLu.js.map +1 -0
- package/dist/shared/{hx-top-nav-CATbRvIv.js → hx-top-nav-DP6OFS8C.js} +31 -30
- package/dist/shared/hx-top-nav-DP6OFS8C.js.map +1 -0
- package/dist/shared/{hx-tree-item-A45WCiBu.js → hx-tree-item-Dt0Ozqyr.js} +29 -28
- package/dist/shared/hx-tree-item-Dt0Ozqyr.js.map +1 -0
- package/dist/shared/{toast-factory-BPPnG3mM.js → toast-factory-YSznocIV.js} +98 -72
- package/dist/shared/toast-factory-YSznocIV.js.map +1 -0
- package/dist/styles/forced-colors.d.ts +60 -0
- package/dist/styles/forced-colors.d.ts.map +1 -0
- package/figma-inventory.json +8690 -827
- package/package.json +2 -2
- package/dist/shared/hx-accordion-Wt52OOZD.js.map +0 -1
- package/dist/shared/hx-action-bar-BKMADbHj.js.map +0 -1
- package/dist/shared/hx-alert-D7n94HwI.js.map +0 -1
- package/dist/shared/hx-avatar-iLYzu8MJ.js.map +0 -1
- package/dist/shared/hx-badge-CVCmMPyW.js.map +0 -1
- package/dist/shared/hx-banner-C_He7Tr4.js.map +0 -1
- package/dist/shared/hx-breadcrumb-item-CldCwD1d.js.map +0 -1
- package/dist/shared/hx-button-Ddl-T6T-.js.map +0 -1
- package/dist/shared/hx-button-group-BJOGWoMa.js.map +0 -1
- package/dist/shared/hx-card-ycveujjL.js.map +0 -1
- package/dist/shared/hx-carousel-item-D_dCv61-.js.map +0 -1
- package/dist/shared/hx-checkbox-DkkoWoye.js.map +0 -1
- package/dist/shared/hx-checkbox-group-C3poJ-Zw.js.map +0 -1
- package/dist/shared/hx-clinical-status-BS5lcddT.js.map +0 -1
- package/dist/shared/hx-code-snippet-B7wUKzyb.js.map +0 -1
- package/dist/shared/hx-color-picker-DBaKTVLr.js.map +0 -1
- package/dist/shared/hx-combobox-BmgYT7Ar.js.map +0 -1
- package/dist/shared/hx-copy-button-8deNUdwP.js.map +0 -1
- package/dist/shared/hx-counter-CKfl_g8K.js.map +0 -1
- package/dist/shared/hx-data-table-B6h0RPn0.js.map +0 -1
- package/dist/shared/hx-date-picker-Dq2Nb68_.js.map +0 -1
- package/dist/shared/hx-dialog-CvIlY0Tc.js.map +0 -1
- package/dist/shared/hx-divider-DwpOrzMW.js.map +0 -1
- package/dist/shared/hx-drawer-Cx2ZJhBe.js.map +0 -1
- package/dist/shared/hx-dropdown-BjDrPUq5.js.map +0 -1
- package/dist/shared/hx-field-Dp3qQMut.js.map +0 -1
- package/dist/shared/hx-field-label-BC8QViXv.js.map +0 -1
- package/dist/shared/hx-file-upload-B6Yl1u0i.js.map +0 -1
- package/dist/shared/hx-form-ButQFt9A.js +0 -257
- package/dist/shared/hx-form-ButQFt9A.js.map +0 -1
- package/dist/shared/hx-help-text-D7eytSim.js.map +0 -1
- package/dist/shared/hx-icon-CcyDPDYY.js.map +0 -1
- package/dist/shared/hx-icon-button-BHneqPCU.js.map +0 -1
- package/dist/shared/hx-image-2gt14zZd.js.map +0 -1
- package/dist/shared/hx-link-BESrWK8M.js.map +0 -1
- package/dist/shared/hx-list-_9qVv02L.js.map +0 -1
- package/dist/shared/hx-menu-divider-Ck-9Os1t.js.map +0 -1
- package/dist/shared/hx-nav-BcYDmjf7.js.map +0 -1
- package/dist/shared/hx-nav-item-pqPasRUm.js.map +0 -1
- package/dist/shared/hx-number-input-mOIZ3-46.js.map +0 -1
- package/dist/shared/hx-overflow-menu-Dprb9lnT.js.map +0 -1
- package/dist/shared/hx-pagination-AguTQjYC.js.map +0 -1
- package/dist/shared/hx-patient-banner-uE6gqLpT.js.map +0 -1
- package/dist/shared/hx-phi-field-BC_XowhC.js.map +0 -1
- package/dist/shared/hx-popover-B2_203ct.js.map +0 -1
- package/dist/shared/hx-popup-DZXpsJ1R.js.map +0 -1
- package/dist/shared/hx-progress-bar-KjEkEJLy.js.map +0 -1
- package/dist/shared/hx-progress-ring-3zMwvrwD.js.map +0 -1
- package/dist/shared/hx-radio-BBC5qZgE.js.map +0 -1
- package/dist/shared/hx-rating-C3E3ENJb.js.map +0 -1
- package/dist/shared/hx-select-CixTo7jp.js.map +0 -1
- package/dist/shared/hx-skeleton-LxkI0pxr.js.map +0 -1
- package/dist/shared/hx-slider-DFHuzF3N.js.map +0 -1
- package/dist/shared/hx-spinner-BKjuCdZB.js.map +0 -1
- package/dist/shared/hx-split-button-CGcJMmCG.js.map +0 -1
- package/dist/shared/hx-split-panel-C-1R10Mc.js.map +0 -1
- package/dist/shared/hx-stat-BTpykQAt.js.map +0 -1
- package/dist/shared/hx-status-indicator-X2QEWNFt.js.map +0 -1
- package/dist/shared/hx-step-CRNQlmSo.js.map +0 -1
- package/dist/shared/hx-structured-list-CqNbaEXg.js.map +0 -1
- package/dist/shared/hx-switch-DqOD9JR7.js.map +0 -1
- package/dist/shared/hx-tab-panel-BIzKfW5i.js.map +0 -1
- package/dist/shared/hx-tag-CgnrNnte.js.map +0 -1
- package/dist/shared/hx-td-Bra35cH4.js.map +0 -1
- package/dist/shared/hx-text-DMC2CPlL.js.map +0 -1
- package/dist/shared/hx-text-input--q0GH78x.js.map +0 -1
- package/dist/shared/hx-textarea-CK621vSL.js.map +0 -1
- package/dist/shared/hx-theme-DfEy-SJA.js.map +0 -1
- package/dist/shared/hx-time-picker-tPUfgElQ.js.map +0 -1
- package/dist/shared/hx-toggle-button-L-uBJr-a.js.map +0 -1
- package/dist/shared/hx-tooltip-B_zfKvwc.js.map +0 -1
- package/dist/shared/hx-top-nav-CATbRvIv.js.map +0 -1
- package/dist/shared/hx-tree-item-A45WCiBu.js.map +0 -1
- package/dist/shared/toast-factory-BPPnG3mM.js.map +0 -1
package/dist/css/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated": "2026-04-
|
|
2
|
+
"generated": "2026-04-26T12:58:09.553Z",
|
|
3
3
|
"components": [
|
|
4
4
|
{
|
|
5
5
|
"name": "hx-accordion",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"tokens": [
|
|
18
18
|
"--hx-action-bar-bg",
|
|
19
19
|
"--hx-action-bar-border",
|
|
20
|
+
"--hx-action-bar-border-radius",
|
|
20
21
|
"--hx-action-bar-gap",
|
|
21
22
|
"--hx-action-bar-padding",
|
|
22
23
|
"--hx-action-bar-padding-block-end",
|
|
@@ -24,9 +25,9 @@
|
|
|
24
25
|
"--hx-action-bar-z-index",
|
|
25
26
|
"--hx-border-radius-md",
|
|
26
27
|
"--hx-border-width-thin",
|
|
27
|
-
"--hx-color-
|
|
28
|
-
"--hx-color-
|
|
29
|
-
"--hx-color-
|
|
28
|
+
"--hx-color-border-default",
|
|
29
|
+
"--hx-color-surface-default",
|
|
30
|
+
"--hx-color-surface-raised",
|
|
30
31
|
"--hx-size-10",
|
|
31
32
|
"--hx-size-12",
|
|
32
33
|
"--hx-size-8",
|
|
@@ -61,7 +62,7 @@
|
|
|
61
62
|
"--hx-color-info-50",
|
|
62
63
|
"--hx-color-info-500",
|
|
63
64
|
"--hx-color-info-800",
|
|
64
|
-
"--hx-color-primary-
|
|
65
|
+
"--hx-color-primary-600",
|
|
65
66
|
"--hx-color-success-200",
|
|
66
67
|
"--hx-color-success-50",
|
|
67
68
|
"--hx-color-success-500",
|
|
@@ -125,18 +126,28 @@
|
|
|
125
126
|
"--hx-badge-border-radius",
|
|
126
127
|
"--hx-badge-color",
|
|
127
128
|
"--hx-badge-dot-size",
|
|
129
|
+
"--hx-badge-error-bg",
|
|
130
|
+
"--hx-badge-error-color",
|
|
128
131
|
"--hx-badge-font-family",
|
|
129
132
|
"--hx-badge-font-size",
|
|
130
133
|
"--hx-badge-font-weight",
|
|
131
134
|
"--hx-badge-info-bg",
|
|
132
135
|
"--hx-badge-info-color",
|
|
136
|
+
"--hx-badge-neutral-bg",
|
|
137
|
+
"--hx-badge-neutral-color",
|
|
133
138
|
"--hx-badge-padding-x",
|
|
134
139
|
"--hx-badge-padding-y",
|
|
140
|
+
"--hx-badge-primary-bg",
|
|
141
|
+
"--hx-badge-primary-color",
|
|
135
142
|
"--hx-badge-pulse-color-internal",
|
|
136
143
|
"--hx-badge-pulse-duration",
|
|
137
144
|
"--hx-badge-pulse-easing",
|
|
138
145
|
"--hx-badge-secondary-bg",
|
|
139
146
|
"--hx-badge-secondary-color",
|
|
147
|
+
"--hx-badge-success-bg",
|
|
148
|
+
"--hx-badge-success-color",
|
|
149
|
+
"--hx-badge-warning-bg",
|
|
150
|
+
"--hx-badge-warning-color",
|
|
140
151
|
"--hx-border-radius-full",
|
|
141
152
|
"--hx-border-radius-md",
|
|
142
153
|
"--hx-border-radius-sm",
|
|
@@ -149,6 +160,8 @@
|
|
|
149
160
|
"--hx-color-neutral-900",
|
|
150
161
|
"--hx-color-primary-500",
|
|
151
162
|
"--hx-color-success-700",
|
|
163
|
+
"--hx-color-text-on-error",
|
|
164
|
+
"--hx-color-text-on-primary",
|
|
152
165
|
"--hx-color-warning-500",
|
|
153
166
|
"--hx-duration-slow",
|
|
154
167
|
"--hx-easing-in-out",
|
|
@@ -196,7 +209,7 @@
|
|
|
196
209
|
"--hx-color-info-50",
|
|
197
210
|
"--hx-color-info-500",
|
|
198
211
|
"--hx-color-info-800",
|
|
199
|
-
"--hx-color-primary-
|
|
212
|
+
"--hx-color-primary-600",
|
|
200
213
|
"--hx-color-success-200",
|
|
201
214
|
"--hx-color-success-50",
|
|
202
215
|
"--hx-color-success-500",
|
|
@@ -238,6 +251,7 @@
|
|
|
238
251
|
"tokens": [
|
|
239
252
|
"--hx-border-radius-md",
|
|
240
253
|
"--hx-border-width-thin",
|
|
254
|
+
"--hx-button-active-bg",
|
|
241
255
|
"--hx-button-bg",
|
|
242
256
|
"--hx-button-border-color",
|
|
243
257
|
"--hx-button-border-radius",
|
|
@@ -247,18 +261,34 @@
|
|
|
247
261
|
"--hx-button-font-weight",
|
|
248
262
|
"--hx-button-hover-bg",
|
|
249
263
|
"--hx-button-inverted-color",
|
|
250
|
-
"--hx-color-
|
|
251
|
-
"--hx-color-
|
|
264
|
+
"--hx-color-action-danger-bg",
|
|
265
|
+
"--hx-color-action-danger-bg-active",
|
|
266
|
+
"--hx-color-action-danger-bg-hover",
|
|
267
|
+
"--hx-color-action-danger-bg-inverted-hover",
|
|
268
|
+
"--hx-color-action-ghost-bg-hover",
|
|
269
|
+
"--hx-color-action-ghost-fg",
|
|
270
|
+
"--hx-color-action-primary-bg",
|
|
271
|
+
"--hx-color-action-primary-bg-active",
|
|
272
|
+
"--hx-color-action-primary-bg-hover",
|
|
273
|
+
"--hx-color-action-primary-bg-inverted-hover",
|
|
274
|
+
"--hx-color-action-primary-bg-inverted-rest",
|
|
275
|
+
"--hx-color-action-secondary-bg-hover",
|
|
276
|
+
"--hx-color-action-secondary-border",
|
|
277
|
+
"--hx-color-action-secondary-fg",
|
|
278
|
+
"--hx-color-border-on-dark-default",
|
|
279
|
+
"--hx-color-border-on-dark-strong",
|
|
280
|
+
"--hx-color-border-on-dark-subtle",
|
|
281
|
+
"--hx-color-border-strong",
|
|
252
282
|
"--hx-color-neutral-0",
|
|
253
|
-
"--hx-color-neutral-100",
|
|
254
|
-
"--hx-color-neutral-200",
|
|
255
|
-
"--hx-color-neutral-300",
|
|
256
|
-
"--hx-color-neutral-50",
|
|
257
|
-
"--hx-color-neutral-900",
|
|
258
|
-
"--hx-color-primary-400",
|
|
259
|
-
"--hx-color-primary-50",
|
|
260
283
|
"--hx-color-primary-500",
|
|
261
|
-
"--hx-color-
|
|
284
|
+
"--hx-color-surface-raised",
|
|
285
|
+
"--hx-color-surface-sunken",
|
|
286
|
+
"--hx-color-text-inverse",
|
|
287
|
+
"--hx-color-text-on-error",
|
|
288
|
+
"--hx-color-text-on-error-strong",
|
|
289
|
+
"--hx-color-text-on-primary",
|
|
290
|
+
"--hx-color-text-on-primary-strong",
|
|
291
|
+
"--hx-color-text-primary",
|
|
262
292
|
"--hx-duration-spinner",
|
|
263
293
|
"--hx-filter-brightness-active",
|
|
264
294
|
"--hx-filter-brightness-hover",
|
|
@@ -273,11 +303,6 @@
|
|
|
273
303
|
"--hx-line-height-tight",
|
|
274
304
|
"--hx-opacity-disabled",
|
|
275
305
|
"--hx-opacity-muted",
|
|
276
|
-
"--hx-overlay-white-15",
|
|
277
|
-
"--hx-overlay-white-20",
|
|
278
|
-
"--hx-overlay-white-25",
|
|
279
|
-
"--hx-overlay-white-50",
|
|
280
|
-
"--hx-overlay-white-70",
|
|
281
306
|
"--hx-size-10",
|
|
282
307
|
"--hx-size-12",
|
|
283
308
|
"--hx-space-1",
|
|
@@ -294,7 +319,11 @@
|
|
|
294
319
|
"file": "hx-button-group.css",
|
|
295
320
|
"tokens": [
|
|
296
321
|
"--hx-border-radius-md",
|
|
297
|
-
"--hx-border-width-thin"
|
|
322
|
+
"--hx-border-width-thin",
|
|
323
|
+
"--hx-button-group-border-radius",
|
|
324
|
+
"--hx-button-group-divider-offset",
|
|
325
|
+
"--hx-button-group-focus-z-index",
|
|
326
|
+
"--hx-button-group-focus-z-index-hc"
|
|
298
327
|
]
|
|
299
328
|
},
|
|
300
329
|
{
|
|
@@ -305,19 +334,24 @@
|
|
|
305
334
|
"--hx-border-width-medium",
|
|
306
335
|
"--hx-border-width-thin",
|
|
307
336
|
"--hx-card-bg",
|
|
337
|
+
"--hx-card-body-color",
|
|
308
338
|
"--hx-card-border-color",
|
|
309
339
|
"--hx-card-border-radius",
|
|
310
340
|
"--hx-card-color",
|
|
341
|
+
"--hx-card-featured-border-color",
|
|
342
|
+
"--hx-card-featured-border-width",
|
|
311
343
|
"--hx-card-focus-ring-color",
|
|
312
344
|
"--hx-card-font-family",
|
|
313
345
|
"--hx-card-gap",
|
|
314
346
|
"--hx-card-image-aspect-ratio",
|
|
315
347
|
"--hx-card-padding",
|
|
316
|
-
"--hx-
|
|
317
|
-
"--hx-
|
|
318
|
-
"--hx-color-
|
|
319
|
-
"--hx-color-neutral-800",
|
|
348
|
+
"--hx-card-shadow",
|
|
349
|
+
"--hx-card-shadow-hover",
|
|
350
|
+
"--hx-color-border-default",
|
|
320
351
|
"--hx-color-primary-500",
|
|
352
|
+
"--hx-color-surface-default",
|
|
353
|
+
"--hx-color-text-secondary",
|
|
354
|
+
"--hx-color-text-strong",
|
|
321
355
|
"--hx-focus-ring-color",
|
|
322
356
|
"--hx-focus-ring-offset",
|
|
323
357
|
"--hx-focus-ring-width",
|
|
@@ -346,8 +380,16 @@
|
|
|
346
380
|
"--hx-border-radius-md",
|
|
347
381
|
"--hx-border-width-thin",
|
|
348
382
|
"--hx-carousel-focus-ring-color",
|
|
383
|
+
"--hx-carousel-nav-btn-bg",
|
|
384
|
+
"--hx-carousel-nav-btn-border-color",
|
|
385
|
+
"--hx-carousel-nav-btn-color",
|
|
386
|
+
"--hx-carousel-nav-btn-hover-bg",
|
|
349
387
|
"--hx-carousel-nav-btn-size",
|
|
388
|
+
"--hx-carousel-pagination-dot-active-bg",
|
|
389
|
+
"--hx-carousel-pagination-dot-bg",
|
|
350
390
|
"--hx-carousel-pagination-dot-size",
|
|
391
|
+
"--hx-carousel-play-pause-color",
|
|
392
|
+
"--hx-carousel-play-pause-hover-bg",
|
|
351
393
|
"--hx-color-neutral-0",
|
|
352
394
|
"--hx-color-neutral-100",
|
|
353
395
|
"--hx-color-neutral-200",
|
|
@@ -356,7 +398,6 @@
|
|
|
356
398
|
"--hx-color-neutral-50",
|
|
357
399
|
"--hx-color-neutral-500",
|
|
358
400
|
"--hx-color-neutral-700",
|
|
359
|
-
"--hx-color-primary-500",
|
|
360
401
|
"--hx-color-primary-600",
|
|
361
402
|
"--hx-focus-ring-color",
|
|
362
403
|
"--hx-focus-ring-offset",
|
|
@@ -384,18 +425,21 @@
|
|
|
384
425
|
"--hx-checkbox-checked-border-color",
|
|
385
426
|
"--hx-checkbox-checkmark-color",
|
|
386
427
|
"--hx-checkbox-error-color",
|
|
428
|
+
"--hx-checkbox-focus-ring-offset",
|
|
429
|
+
"--hx-checkbox-focus-ring-width",
|
|
387
430
|
"--hx-checkbox-font-family",
|
|
388
431
|
"--hx-checkbox-help-text-color",
|
|
389
432
|
"--hx-checkbox-label-color",
|
|
390
433
|
"--hx-checkbox-size",
|
|
434
|
+
"--hx-color-border-strong",
|
|
391
435
|
"--hx-color-error-500",
|
|
392
436
|
"--hx-color-error-text",
|
|
393
|
-
"--hx-color-neutral-0",
|
|
394
|
-
"--hx-color-neutral-300",
|
|
395
|
-
"--hx-color-neutral-500",
|
|
396
|
-
"--hx-color-neutral-700",
|
|
397
|
-
"--hx-color-primary-400",
|
|
398
437
|
"--hx-color-primary-500",
|
|
438
|
+
"--hx-color-primary-600",
|
|
439
|
+
"--hx-color-surface-default",
|
|
440
|
+
"--hx-color-text-muted",
|
|
441
|
+
"--hx-color-text-on-primary",
|
|
442
|
+
"--hx-color-text-strong",
|
|
399
443
|
"--hx-filter-brightness-hover",
|
|
400
444
|
"--hx-focus-ring-color",
|
|
401
445
|
"--hx-focus-ring-offset",
|
|
@@ -428,8 +472,8 @@
|
|
|
428
472
|
"--hx-checkbox-group-help-text-color",
|
|
429
473
|
"--hx-checkbox-group-label-color",
|
|
430
474
|
"--hx-color-error-text",
|
|
431
|
-
"--hx-color-
|
|
432
|
-
"--hx-color-
|
|
475
|
+
"--hx-color-text-muted",
|
|
476
|
+
"--hx-color-text-strong",
|
|
433
477
|
"--hx-font-family-sans",
|
|
434
478
|
"--hx-font-size-sm",
|
|
435
479
|
"--hx-font-size-xs",
|
|
@@ -468,7 +512,6 @@
|
|
|
468
512
|
"--hx-color-error-700",
|
|
469
513
|
"--hx-color-error-800",
|
|
470
514
|
"--hx-color-error-900",
|
|
471
|
-
"--hx-color-focus",
|
|
472
515
|
"--hx-color-info-200",
|
|
473
516
|
"--hx-color-info-50",
|
|
474
517
|
"--hx-color-info-500",
|
|
@@ -516,16 +559,16 @@
|
|
|
516
559
|
"--hx-code-snippet-line-number-color",
|
|
517
560
|
"--hx-code-snippet-padding",
|
|
518
561
|
"--hx-code-snippet-tab-size",
|
|
519
|
-
"--hx-color-
|
|
520
|
-
"--hx-color-
|
|
521
|
-
"--hx-color-
|
|
522
|
-
"--hx-color-
|
|
523
|
-
"--hx-color-
|
|
524
|
-
"--hx-color-
|
|
525
|
-
"--hx-color-
|
|
526
|
-
"--hx-color-
|
|
527
|
-
"--hx-color-primary-400",
|
|
562
|
+
"--hx-color-border-default",
|
|
563
|
+
"--hx-color-border-on-dark-strong",
|
|
564
|
+
"--hx-color-primary-600",
|
|
565
|
+
"--hx-color-surface-inverse",
|
|
566
|
+
"--hx-color-surface-sunken",
|
|
567
|
+
"--hx-color-text-inverse",
|
|
568
|
+
"--hx-color-text-muted",
|
|
569
|
+
"--hx-color-text-primary",
|
|
528
570
|
"--hx-filter-brightness-active",
|
|
571
|
+
"--hx-filter-brightness-hover",
|
|
529
572
|
"--hx-focus-ring-color",
|
|
530
573
|
"--hx-focus-ring-offset",
|
|
531
574
|
"--hx-focus-ring-width",
|
|
@@ -559,6 +602,7 @@
|
|
|
559
602
|
"--hx-color-neutral-600",
|
|
560
603
|
"--hx-color-neutral-700",
|
|
561
604
|
"--hx-color-neutral-900",
|
|
605
|
+
"--hx-color-picker-focus-ring-color",
|
|
562
606
|
"--hx-color-picker-grid-height",
|
|
563
607
|
"--hx-color-picker-panel-shadow",
|
|
564
608
|
"--hx-color-picker-swatch-border",
|
|
@@ -593,21 +637,19 @@
|
|
|
593
637
|
"--hx-border-radius-full",
|
|
594
638
|
"--hx-border-radius-md",
|
|
595
639
|
"--hx-border-width-thin",
|
|
640
|
+
"--hx-color-border-strong",
|
|
596
641
|
"--hx-color-error-500",
|
|
597
642
|
"--hx-color-error-text",
|
|
598
|
-
"--hx-color-neutral-0",
|
|
599
|
-
"--hx-color-neutral-300",
|
|
600
|
-
"--hx-color-neutral-400",
|
|
601
|
-
"--hx-color-neutral-500",
|
|
602
|
-
"--hx-color-neutral-700",
|
|
603
|
-
"--hx-color-neutral-800",
|
|
604
643
|
"--hx-color-neutral-900",
|
|
605
644
|
"--hx-color-primary-100",
|
|
606
645
|
"--hx-color-primary-200",
|
|
607
|
-
"--hx-color-primary-400",
|
|
608
646
|
"--hx-color-primary-50",
|
|
609
|
-
"--hx-color-primary-
|
|
647
|
+
"--hx-color-primary-600",
|
|
610
648
|
"--hx-color-primary-800",
|
|
649
|
+
"--hx-color-surface-default",
|
|
650
|
+
"--hx-color-text-muted",
|
|
651
|
+
"--hx-color-text-placeholder",
|
|
652
|
+
"--hx-color-text-strong",
|
|
611
653
|
"--hx-combobox-bg",
|
|
612
654
|
"--hx-combobox-border-color",
|
|
613
655
|
"--hx-combobox-border-radius",
|
|
@@ -679,11 +721,13 @@
|
|
|
679
721
|
"--hx-border-width-thin",
|
|
680
722
|
"--hx-color-primary-500",
|
|
681
723
|
"--hx-color-success-500",
|
|
724
|
+
"--hx-color-success-700",
|
|
682
725
|
"--hx-color-success-text",
|
|
683
726
|
"--hx-copy-button-bg",
|
|
684
727
|
"--hx-copy-button-border-color",
|
|
685
728
|
"--hx-copy-button-border-radius",
|
|
686
729
|
"--hx-copy-button-color",
|
|
730
|
+
"--hx-copy-button-copied-border-color",
|
|
687
731
|
"--hx-copy-button-focus-ring-color",
|
|
688
732
|
"--hx-copy-button-font-family",
|
|
689
733
|
"--hx-filter-brightness-active",
|
|
@@ -731,17 +775,20 @@
|
|
|
731
775
|
"tokens": [
|
|
732
776
|
"--hx-border-radius-sm",
|
|
733
777
|
"--hx-border-width-thin",
|
|
778
|
+
"--hx-color-border-default",
|
|
734
779
|
"--hx-color-neutral-100",
|
|
735
780
|
"--hx-color-neutral-200",
|
|
736
|
-
"--hx-color-neutral-50",
|
|
737
|
-
"--hx-color-neutral-600",
|
|
738
|
-
"--hx-color-neutral-700",
|
|
739
|
-
"--hx-color-neutral-900",
|
|
740
781
|
"--hx-color-primary-50",
|
|
741
782
|
"--hx-color-primary-500",
|
|
783
|
+
"--hx-color-surface-raised",
|
|
784
|
+
"--hx-color-text-primary",
|
|
785
|
+
"--hx-color-text-secondary",
|
|
786
|
+
"--hx-color-text-strong",
|
|
742
787
|
"--hx-data-table-border-color",
|
|
743
788
|
"--hx-data-table-cell-color",
|
|
789
|
+
"--hx-data-table-checkbox-accent-color",
|
|
744
790
|
"--hx-data-table-empty-color",
|
|
791
|
+
"--hx-data-table-focus-ring-color",
|
|
745
792
|
"--hx-data-table-font-family",
|
|
746
793
|
"--hx-data-table-header-bg",
|
|
747
794
|
"--hx-data-table-header-color",
|
|
@@ -749,6 +796,7 @@
|
|
|
749
796
|
"--hx-data-table-row-hover-bg",
|
|
750
797
|
"--hx-data-table-row-selected-bg",
|
|
751
798
|
"--hx-data-table-shimmer-duration",
|
|
799
|
+
"--hx-data-table-sort-icon-active-color",
|
|
752
800
|
"--hx-focus-ring-color",
|
|
753
801
|
"--hx-focus-ring-offset",
|
|
754
802
|
"--hx-focus-ring-width",
|
|
@@ -775,21 +823,21 @@
|
|
|
775
823
|
"--hx-border-radius-md",
|
|
776
824
|
"--hx-border-radius-sm",
|
|
777
825
|
"--hx-border-width-thin",
|
|
826
|
+
"--hx-color-border-default",
|
|
827
|
+
"--hx-color-border-strong",
|
|
778
828
|
"--hx-color-error-500",
|
|
779
829
|
"--hx-color-error-text",
|
|
780
|
-
"--hx-color-neutral-0",
|
|
781
|
-
"--hx-color-neutral-100",
|
|
782
|
-
"--hx-color-neutral-200",
|
|
783
|
-
"--hx-color-neutral-300",
|
|
784
|
-
"--hx-color-neutral-400",
|
|
785
|
-
"--hx-color-neutral-500",
|
|
786
|
-
"--hx-color-neutral-600",
|
|
787
|
-
"--hx-color-neutral-700",
|
|
788
|
-
"--hx-color-neutral-800",
|
|
789
830
|
"--hx-color-neutral-900",
|
|
790
|
-
"--hx-color-primary-400",
|
|
791
831
|
"--hx-color-primary-500",
|
|
792
832
|
"--hx-color-primary-600",
|
|
833
|
+
"--hx-color-surface-default",
|
|
834
|
+
"--hx-color-surface-sunken",
|
|
835
|
+
"--hx-color-text-muted",
|
|
836
|
+
"--hx-color-text-on-primary",
|
|
837
|
+
"--hx-color-text-placeholder",
|
|
838
|
+
"--hx-color-text-primary",
|
|
839
|
+
"--hx-color-text-secondary",
|
|
840
|
+
"--hx-color-text-strong",
|
|
793
841
|
"--hx-date-picker-bg",
|
|
794
842
|
"--hx-date-picker-border-color",
|
|
795
843
|
"--hx-date-picker-border-radius",
|
|
@@ -798,6 +846,7 @@
|
|
|
798
846
|
"--hx-date-picker-calendar-border-radius",
|
|
799
847
|
"--hx-date-picker-calendar-min-width",
|
|
800
848
|
"--hx-date-picker-color",
|
|
849
|
+
"--hx-date-picker-day-hover-bg",
|
|
801
850
|
"--hx-date-picker-error-color",
|
|
802
851
|
"--hx-date-picker-font-family",
|
|
803
852
|
"--hx-date-picker-label-color",
|
|
@@ -838,18 +887,21 @@
|
|
|
838
887
|
"--hx-border-radius-lg",
|
|
839
888
|
"--hx-border-radius-sm",
|
|
840
889
|
"--hx-border-width-thin",
|
|
841
|
-
"--hx-color-
|
|
842
|
-
"--hx-color-
|
|
843
|
-
"--hx-color-
|
|
844
|
-
"--hx-color-
|
|
845
|
-
"--hx-color-
|
|
846
|
-
"--hx-color-primary
|
|
890
|
+
"--hx-color-border-default",
|
|
891
|
+
"--hx-color-surface-default",
|
|
892
|
+
"--hx-color-surface-overlay",
|
|
893
|
+
"--hx-color-surface-sunken",
|
|
894
|
+
"--hx-color-text-muted",
|
|
895
|
+
"--hx-color-text-primary",
|
|
847
896
|
"--hx-container-narrow",
|
|
848
|
-
"--hx-dialog-backdrop-color",
|
|
849
897
|
"--hx-dialog-backdrop-opacity",
|
|
850
898
|
"--hx-dialog-bg",
|
|
851
899
|
"--hx-dialog-body-padding",
|
|
852
900
|
"--hx-dialog-border-radius",
|
|
901
|
+
"--hx-dialog-close-btn-color",
|
|
902
|
+
"--hx-dialog-close-btn-focus-ring-color",
|
|
903
|
+
"--hx-dialog-close-btn-hover-bg",
|
|
904
|
+
"--hx-dialog-close-btn-hover-color",
|
|
853
905
|
"--hx-dialog-color",
|
|
854
906
|
"--hx-dialog-font-family",
|
|
855
907
|
"--hx-dialog-footer-border-color",
|
|
@@ -885,8 +937,8 @@
|
|
|
885
937
|
"file": "hx-divider.css",
|
|
886
938
|
"tokens": [
|
|
887
939
|
"--hx-border-width-thin",
|
|
888
|
-
"--hx-color-
|
|
889
|
-
"--hx-color-
|
|
940
|
+
"--hx-color-border-default",
|
|
941
|
+
"--hx-color-text-muted",
|
|
890
942
|
"--hx-divider-color",
|
|
891
943
|
"--hx-divider-label-color",
|
|
892
944
|
"--hx-divider-label-font-size",
|
|
@@ -906,16 +958,19 @@
|
|
|
906
958
|
"tokens": [
|
|
907
959
|
"--hx-border-radius-md",
|
|
908
960
|
"--hx-border-width-thin",
|
|
909
|
-
"--hx-color-
|
|
910
|
-
"--hx-color-
|
|
911
|
-
"--hx-color-
|
|
912
|
-
"--hx-color-
|
|
913
|
-
"--hx-color-
|
|
914
|
-
"--hx-color-primary
|
|
915
|
-
"--hx-drawer-backdrop-color",
|
|
961
|
+
"--hx-color-border-default",
|
|
962
|
+
"--hx-color-surface-default",
|
|
963
|
+
"--hx-color-surface-overlay",
|
|
964
|
+
"--hx-color-surface-sunken",
|
|
965
|
+
"--hx-color-text-muted",
|
|
966
|
+
"--hx-color-text-primary",
|
|
916
967
|
"--hx-drawer-backdrop-opacity",
|
|
917
968
|
"--hx-drawer-bg",
|
|
918
969
|
"--hx-drawer-body-padding",
|
|
970
|
+
"--hx-drawer-close-btn-color",
|
|
971
|
+
"--hx-drawer-close-btn-focus-ring-color",
|
|
972
|
+
"--hx-drawer-close-btn-hover-bg",
|
|
973
|
+
"--hx-drawer-close-btn-hover-color",
|
|
919
974
|
"--hx-drawer-color",
|
|
920
975
|
"--hx-drawer-font-family",
|
|
921
976
|
"--hx-drawer-footer-border-color",
|
|
@@ -951,8 +1006,8 @@
|
|
|
951
1006
|
"file": "hx-dropdown.css",
|
|
952
1007
|
"tokens": [
|
|
953
1008
|
"--hx-border-radius-md",
|
|
954
|
-
"--hx-color-
|
|
955
|
-
"--hx-color-
|
|
1009
|
+
"--hx-color-border-default",
|
|
1010
|
+
"--hx-color-surface-default",
|
|
956
1011
|
"--hx-dropdown-panel-bg",
|
|
957
1012
|
"--hx-dropdown-panel-border-color",
|
|
958
1013
|
"--hx-dropdown-panel-border-radius",
|
|
@@ -970,8 +1025,8 @@
|
|
|
970
1025
|
"--hx-border-radius-sm",
|
|
971
1026
|
"--hx-color-error-500",
|
|
972
1027
|
"--hx-color-error-text",
|
|
973
|
-
"--hx-color-
|
|
974
|
-
"--hx-color-
|
|
1028
|
+
"--hx-color-text-muted",
|
|
1029
|
+
"--hx-color-text-strong",
|
|
975
1030
|
"--hx-field-error-color",
|
|
976
1031
|
"--hx-field-font-family",
|
|
977
1032
|
"--hx-field-gap",
|
|
@@ -994,8 +1049,8 @@
|
|
|
994
1049
|
"file": "hx-field-label.css",
|
|
995
1050
|
"tokens": [
|
|
996
1051
|
"--hx-color-error-text",
|
|
997
|
-
"--hx-color-
|
|
998
|
-
"--hx-color-
|
|
1052
|
+
"--hx-color-text-muted",
|
|
1053
|
+
"--hx-color-text-strong",
|
|
999
1054
|
"--hx-field-label-color",
|
|
1000
1055
|
"--hx-field-label-required-color",
|
|
1001
1056
|
"--hx-font-family-sans",
|
|
@@ -1021,21 +1076,21 @@
|
|
|
1021
1076
|
"--hx-border-radius-md",
|
|
1022
1077
|
"--hx-border-radius-sm",
|
|
1023
1078
|
"--hx-border-width-thin",
|
|
1079
|
+
"--hx-color-border-default",
|
|
1080
|
+
"--hx-color-border-strong",
|
|
1024
1081
|
"--hx-color-error-500",
|
|
1025
1082
|
"--hx-color-error-text",
|
|
1026
|
-
"--hx-color-neutral-0",
|
|
1027
|
-
"--hx-color-neutral-200",
|
|
1028
|
-
"--hx-color-neutral-300",
|
|
1029
|
-
"--hx-color-neutral-50",
|
|
1030
|
-
"--hx-color-neutral-500",
|
|
1031
|
-
"--hx-color-neutral-600",
|
|
1032
|
-
"--hx-color-neutral-700",
|
|
1033
|
-
"--hx-color-neutral-800",
|
|
1034
1083
|
"--hx-color-primary-500",
|
|
1084
|
+
"--hx-color-surface-default",
|
|
1085
|
+
"--hx-color-surface-raised",
|
|
1086
|
+
"--hx-color-text-muted",
|
|
1087
|
+
"--hx-color-text-secondary",
|
|
1088
|
+
"--hx-color-text-strong",
|
|
1035
1089
|
"--hx-file-upload-dropzone-bg",
|
|
1036
1090
|
"--hx-file-upload-dropzone-border-color",
|
|
1037
1091
|
"--hx-file-upload-dropzone-border-radius",
|
|
1038
1092
|
"--hx-file-upload-error-color",
|
|
1093
|
+
"--hx-file-upload-focus-ring-color",
|
|
1039
1094
|
"--hx-file-upload-font-family",
|
|
1040
1095
|
"--hx-file-upload-progress-color",
|
|
1041
1096
|
"--hx-file-upload-progress-height",
|
|
@@ -1077,8 +1132,8 @@
|
|
|
1077
1132
|
"file": "hx-help-text.css",
|
|
1078
1133
|
"tokens": [
|
|
1079
1134
|
"--hx-color-error-600",
|
|
1080
|
-
"--hx-color-neutral-500",
|
|
1081
1135
|
"--hx-color-success-700",
|
|
1136
|
+
"--hx-color-text-muted",
|
|
1082
1137
|
"--hx-color-warning-700",
|
|
1083
1138
|
"--hx-font-family-sans",
|
|
1084
1139
|
"--hx-font-size-sm",
|
|
@@ -1111,15 +1166,18 @@
|
|
|
1111
1166
|
"tokens": [
|
|
1112
1167
|
"--hx-border-radius-md",
|
|
1113
1168
|
"--hx-border-width-thin",
|
|
1169
|
+
"--hx-color-border-strong",
|
|
1114
1170
|
"--hx-color-error-500",
|
|
1115
1171
|
"--hx-color-error-600",
|
|
1116
1172
|
"--hx-color-neutral-0",
|
|
1117
|
-
"--hx-color-neutral-100",
|
|
1118
|
-
"--hx-color-neutral-300",
|
|
1119
|
-
"--hx-color-neutral-700",
|
|
1120
1173
|
"--hx-color-primary-50",
|
|
1121
1174
|
"--hx-color-primary-500",
|
|
1122
1175
|
"--hx-color-primary-600",
|
|
1176
|
+
"--hx-color-surface-raised",
|
|
1177
|
+
"--hx-color-surface-sunken",
|
|
1178
|
+
"--hx-color-text-on-error",
|
|
1179
|
+
"--hx-color-text-on-primary",
|
|
1180
|
+
"--hx-color-text-strong",
|
|
1123
1181
|
"--hx-filter-brightness-active",
|
|
1124
1182
|
"--hx-focus-ring-color",
|
|
1125
1183
|
"--hx-focus-ring-offset",
|
|
@@ -1156,6 +1214,8 @@
|
|
|
1156
1214
|
"--hx-image-caption-color",
|
|
1157
1215
|
"--hx-image-caption-font-size",
|
|
1158
1216
|
"--hx-image-caption-padding",
|
|
1217
|
+
"--hx-image-fallback-bg",
|
|
1218
|
+
"--hx-image-fallback-color",
|
|
1159
1219
|
"--hx-image-fallback-min-height",
|
|
1160
1220
|
"--hx-image-object-fit"
|
|
1161
1221
|
]
|
|
@@ -1167,12 +1227,11 @@
|
|
|
1167
1227
|
"--hx-border-radius-sm",
|
|
1168
1228
|
"--hx-color-error-700",
|
|
1169
1229
|
"--hx-color-error-text",
|
|
1170
|
-
"--hx-color-
|
|
1171
|
-
"--hx-color-neutral-600",
|
|
1172
|
-
"--hx-color-primary-400",
|
|
1173
|
-
"--hx-color-primary-500",
|
|
1230
|
+
"--hx-color-primary-600",
|
|
1174
1231
|
"--hx-color-primary-700",
|
|
1175
1232
|
"--hx-color-primary-800",
|
|
1233
|
+
"--hx-color-text-disabled",
|
|
1234
|
+
"--hx-color-text-secondary",
|
|
1176
1235
|
"--hx-focus-ring-color",
|
|
1177
1236
|
"--hx-focus-ring-offset",
|
|
1178
1237
|
"--hx-focus-ring-width",
|
|
@@ -1209,8 +1268,8 @@
|
|
|
1209
1268
|
"tokens": [
|
|
1210
1269
|
"--hx-border-radius-md",
|
|
1211
1270
|
"--hx-border-width-thin",
|
|
1212
|
-
"--hx-color-
|
|
1213
|
-
"--hx-color-
|
|
1271
|
+
"--hx-color-border-default",
|
|
1272
|
+
"--hx-color-surface-default",
|
|
1214
1273
|
"--hx-menu-bg",
|
|
1215
1274
|
"--hx-menu-border-color",
|
|
1216
1275
|
"--hx-menu-border-radius",
|
|
@@ -1269,7 +1328,6 @@
|
|
|
1269
1328
|
"--hx-color-neutral-700",
|
|
1270
1329
|
"--hx-color-neutral-800",
|
|
1271
1330
|
"--hx-color-neutral-900",
|
|
1272
|
-
"--hx-color-primary-500",
|
|
1273
1331
|
"--hx-color-primary-600",
|
|
1274
1332
|
"--hx-focus-ring-color",
|
|
1275
1333
|
"--hx-focus-ring-offset",
|
|
@@ -1311,16 +1369,15 @@
|
|
|
1311
1369
|
"tokens": [
|
|
1312
1370
|
"--hx-border-radius-md",
|
|
1313
1371
|
"--hx-border-width-thin",
|
|
1372
|
+
"--hx-color-border-strong",
|
|
1314
1373
|
"--hx-color-error-500",
|
|
1315
1374
|
"--hx-color-error-text",
|
|
1316
|
-
"--hx-color-
|
|
1317
|
-
"--hx-color-
|
|
1318
|
-
"--hx-color-
|
|
1319
|
-
"--hx-color-
|
|
1320
|
-
"--hx-color-
|
|
1321
|
-
"--hx-color-
|
|
1322
|
-
"--hx-color-neutral-700",
|
|
1323
|
-
"--hx-color-neutral-800",
|
|
1375
|
+
"--hx-color-surface-default",
|
|
1376
|
+
"--hx-color-surface-raised",
|
|
1377
|
+
"--hx-color-text-muted",
|
|
1378
|
+
"--hx-color-text-placeholder",
|
|
1379
|
+
"--hx-color-text-secondary",
|
|
1380
|
+
"--hx-color-text-strong",
|
|
1324
1381
|
"--hx-focus-ring-color",
|
|
1325
1382
|
"--hx-focus-ring-opacity",
|
|
1326
1383
|
"--hx-focus-ring-width",
|
|
@@ -1359,13 +1416,12 @@
|
|
|
1359
1416
|
"tokens": [
|
|
1360
1417
|
"--hx-border-radius-md",
|
|
1361
1418
|
"--hx-border-width-thin",
|
|
1362
|
-
"--hx-color-
|
|
1363
|
-
"--hx-color-
|
|
1364
|
-
"--hx-color-
|
|
1365
|
-
"--hx-color-
|
|
1366
|
-
"--hx-color-
|
|
1367
|
-
"--hx-color-
|
|
1368
|
-
"--hx-color-primary-500",
|
|
1419
|
+
"--hx-color-border-default",
|
|
1420
|
+
"--hx-color-surface-default",
|
|
1421
|
+
"--hx-color-surface-raised",
|
|
1422
|
+
"--hx-color-surface-sunken",
|
|
1423
|
+
"--hx-color-text-primary",
|
|
1424
|
+
"--hx-color-text-secondary",
|
|
1369
1425
|
"--hx-focus-ring-color",
|
|
1370
1426
|
"--hx-focus-ring-offset",
|
|
1371
1427
|
"--hx-focus-ring-width",
|
|
@@ -1374,6 +1430,8 @@
|
|
|
1374
1430
|
"--hx-font-size-sm",
|
|
1375
1431
|
"--hx-opacity-disabled",
|
|
1376
1432
|
"--hx-overflow-menu-button-color",
|
|
1433
|
+
"--hx-overflow-menu-focus-ring-color",
|
|
1434
|
+
"--hx-overflow-menu-item-color",
|
|
1377
1435
|
"--hx-overflow-menu-panel-bg",
|
|
1378
1436
|
"--hx-overflow-menu-panel-border",
|
|
1379
1437
|
"--hx-overflow-menu-panel-min-width",
|
|
@@ -1395,12 +1453,13 @@
|
|
|
1395
1453
|
"tokens": [
|
|
1396
1454
|
"--hx-border-radius-md",
|
|
1397
1455
|
"--hx-border-width-thin",
|
|
1398
|
-
"--hx-color-
|
|
1399
|
-
"--hx-color-neutral-100",
|
|
1400
|
-
"--hx-color-neutral-300",
|
|
1401
|
-
"--hx-color-neutral-500",
|
|
1402
|
-
"--hx-color-neutral-900",
|
|
1456
|
+
"--hx-color-border-strong",
|
|
1403
1457
|
"--hx-color-primary-500",
|
|
1458
|
+
"--hx-color-surface-default",
|
|
1459
|
+
"--hx-color-surface-sunken",
|
|
1460
|
+
"--hx-color-text-muted",
|
|
1461
|
+
"--hx-color-text-on-primary",
|
|
1462
|
+
"--hx-color-text-primary",
|
|
1404
1463
|
"--hx-focus-ring-color",
|
|
1405
1464
|
"--hx-focus-ring-offset",
|
|
1406
1465
|
"--hx-focus-ring-width",
|
|
@@ -1421,6 +1480,7 @@
|
|
|
1421
1480
|
"--hx-pagination-gap",
|
|
1422
1481
|
"--hx-pagination-hover-bg",
|
|
1423
1482
|
"--hx-pagination-hover-border-color",
|
|
1483
|
+
"--hx-pagination-page-size-label-color",
|
|
1424
1484
|
"--hx-space-1",
|
|
1425
1485
|
"--hx-space-2",
|
|
1426
1486
|
"--hx-space-4",
|
|
@@ -1440,9 +1500,9 @@
|
|
|
1440
1500
|
"--hx-color-error-500",
|
|
1441
1501
|
"--hx-color-neutral-200",
|
|
1442
1502
|
"--hx-color-neutral-50",
|
|
1443
|
-
"--hx-color-neutral-500",
|
|
1444
1503
|
"--hx-color-neutral-700",
|
|
1445
1504
|
"--hx-color-neutral-900",
|
|
1505
|
+
"--hx-color-text-muted",
|
|
1446
1506
|
"--hx-font-family-sans",
|
|
1447
1507
|
"--hx-font-size-sm",
|
|
1448
1508
|
"--hx-font-size-xs",
|
|
@@ -1454,6 +1514,7 @@
|
|
|
1454
1514
|
"--hx-patient-banner-border-color",
|
|
1455
1515
|
"--hx-patient-banner-font-family",
|
|
1456
1516
|
"--hx-patient-banner-gap",
|
|
1517
|
+
"--hx-patient-banner-invalid-bg",
|
|
1457
1518
|
"--hx-patient-banner-label-color",
|
|
1458
1519
|
"--hx-patient-banner-label-font-size",
|
|
1459
1520
|
"--hx-patient-banner-photo-bg",
|
|
@@ -1472,9 +1533,9 @@
|
|
|
1472
1533
|
"file": "hx-phi-field.css",
|
|
1473
1534
|
"tokens": [
|
|
1474
1535
|
"--hx-border-radius-sm",
|
|
1475
|
-
"--hx-color-neutral-500",
|
|
1476
|
-
"--hx-color-neutral-900",
|
|
1477
1536
|
"--hx-color-primary-500",
|
|
1537
|
+
"--hx-color-text-muted",
|
|
1538
|
+
"--hx-color-text-primary",
|
|
1478
1539
|
"--hx-focus-ring-color",
|
|
1479
1540
|
"--hx-focus-ring-offset",
|
|
1480
1541
|
"--hx-focus-ring-width",
|
|
@@ -1482,6 +1543,7 @@
|
|
|
1482
1543
|
"--hx-opacity-50",
|
|
1483
1544
|
"--hx-opacity-90",
|
|
1484
1545
|
"--hx-phi-field-disabled-opacity",
|
|
1546
|
+
"--hx-phi-field-focus-ring-color",
|
|
1485
1547
|
"--hx-phi-field-font-family",
|
|
1486
1548
|
"--hx-phi-field-letter-spacing",
|
|
1487
1549
|
"--hx-phi-field-masked-color",
|
|
@@ -1497,10 +1559,9 @@
|
|
|
1497
1559
|
"file": "hx-popover.css",
|
|
1498
1560
|
"tokens": [
|
|
1499
1561
|
"--hx-border-radius-md",
|
|
1500
|
-
"--hx-color-
|
|
1501
|
-
"--hx-color-
|
|
1502
|
-
"--hx-color-
|
|
1503
|
-
"--hx-color-primary-500",
|
|
1562
|
+
"--hx-color-border-default",
|
|
1563
|
+
"--hx-color-surface-default",
|
|
1564
|
+
"--hx-color-text-primary",
|
|
1504
1565
|
"--hx-focus-ring-color",
|
|
1505
1566
|
"--hx-focus-ring-offset",
|
|
1506
1567
|
"--hx-focus-ring-width",
|
|
@@ -1541,10 +1602,10 @@
|
|
|
1541
1602
|
"tokens": [
|
|
1542
1603
|
"--hx-border-radius-full",
|
|
1543
1604
|
"--hx-color-error-500",
|
|
1544
|
-
"--hx-color-neutral-100",
|
|
1545
|
-
"--hx-color-neutral-700",
|
|
1546
1605
|
"--hx-color-primary-500",
|
|
1547
1606
|
"--hx-color-success-700",
|
|
1607
|
+
"--hx-color-surface-sunken",
|
|
1608
|
+
"--hx-color-text-strong",
|
|
1548
1609
|
"--hx-color-warning-500",
|
|
1549
1610
|
"--hx-font-family-sans",
|
|
1550
1611
|
"--hx-font-size-sm",
|
|
@@ -1602,8 +1663,8 @@
|
|
|
1602
1663
|
"file": "hx-radio-group.css",
|
|
1603
1664
|
"tokens": [
|
|
1604
1665
|
"--hx-color-error-text",
|
|
1605
|
-
"--hx-color-
|
|
1606
|
-
"--hx-color-
|
|
1666
|
+
"--hx-color-text-muted",
|
|
1667
|
+
"--hx-color-text-strong",
|
|
1607
1668
|
"--hx-font-family-sans",
|
|
1608
1669
|
"--hx-font-size-sm",
|
|
1609
1670
|
"--hx-font-size-xs",
|
|
@@ -1626,8 +1687,8 @@
|
|
|
1626
1687
|
"file": "hx-rating.css",
|
|
1627
1688
|
"tokens": [
|
|
1628
1689
|
"--hx-border-radius-sm",
|
|
1629
|
-
"--hx-color-
|
|
1630
|
-
"--hx-color-primary-
|
|
1690
|
+
"--hx-color-border-strong",
|
|
1691
|
+
"--hx-color-primary-600",
|
|
1631
1692
|
"--hx-color-warning-300",
|
|
1632
1693
|
"--hx-color-warning-400",
|
|
1633
1694
|
"--hx-focus-ring-color",
|
|
@@ -1651,18 +1712,16 @@
|
|
|
1651
1712
|
"tokens": [
|
|
1652
1713
|
"--hx-border-radius-md",
|
|
1653
1714
|
"--hx-border-width-thin",
|
|
1715
|
+
"--hx-color-border-strong",
|
|
1654
1716
|
"--hx-color-error-500",
|
|
1655
1717
|
"--hx-color-error-text",
|
|
1656
|
-
"--hx-color-neutral-0",
|
|
1657
|
-
"--hx-color-neutral-300",
|
|
1658
|
-
"--hx-color-neutral-400",
|
|
1659
|
-
"--hx-color-neutral-500",
|
|
1660
|
-
"--hx-color-neutral-700",
|
|
1661
|
-
"--hx-color-neutral-800",
|
|
1662
1718
|
"--hx-color-primary-100",
|
|
1663
|
-
"--hx-color-primary-400",
|
|
1664
1719
|
"--hx-color-primary-50",
|
|
1665
|
-
"--hx-color-primary-
|
|
1720
|
+
"--hx-color-primary-600",
|
|
1721
|
+
"--hx-color-surface-default",
|
|
1722
|
+
"--hx-color-text-muted",
|
|
1723
|
+
"--hx-color-text-placeholder",
|
|
1724
|
+
"--hx-color-text-strong",
|
|
1666
1725
|
"--hx-focus-ring-color",
|
|
1667
1726
|
"--hx-focus-ring-opacity",
|
|
1668
1727
|
"--hx-focus-ring-width",
|
|
@@ -1692,7 +1751,6 @@
|
|
|
1692
1751
|
"--hx-select-listbox-max-height",
|
|
1693
1752
|
"--hx-select-option-focus-ring-offset",
|
|
1694
1753
|
"--hx-select-option-hover-bg",
|
|
1695
|
-
"--hx-select-placeholder-color",
|
|
1696
1754
|
"--hx-size-10",
|
|
1697
1755
|
"--hx-size-12",
|
|
1698
1756
|
"--hx-size-8",
|
|
@@ -1711,21 +1769,20 @@
|
|
|
1711
1769
|
"tokens": [
|
|
1712
1770
|
"--hx-border-radius-sm",
|
|
1713
1771
|
"--hx-border-width-thin",
|
|
1714
|
-
"--hx-color-
|
|
1715
|
-
"--hx-color-
|
|
1716
|
-
"--hx-color-
|
|
1717
|
-
"--hx-color-neutral-900",
|
|
1718
|
-
"--hx-color-primary-400",
|
|
1772
|
+
"--hx-color-border-on-dark-strong",
|
|
1773
|
+
"--hx-color-surface-inverse",
|
|
1774
|
+
"--hx-color-text-inverse",
|
|
1719
1775
|
"--hx-focus-ring-color",
|
|
1720
1776
|
"--hx-focus-ring-offset",
|
|
1721
1777
|
"--hx-focus-ring-width",
|
|
1722
1778
|
"--hx-side-nav-bg",
|
|
1723
|
-
"--hx-side-nav-border-color",
|
|
1724
1779
|
"--hx-side-nav-collapsed-width",
|
|
1725
1780
|
"--hx-side-nav-color",
|
|
1781
|
+
"--hx-side-nav-focus-ring-color",
|
|
1726
1782
|
"--hx-side-nav-footer-padding",
|
|
1727
1783
|
"--hx-side-nav-header-padding",
|
|
1728
1784
|
"--hx-side-nav-toggle-color",
|
|
1785
|
+
"--hx-side-nav-toggle-hover-color",
|
|
1729
1786
|
"--hx-side-nav-width",
|
|
1730
1787
|
"--hx-space-14",
|
|
1731
1788
|
"--hx-space-2",
|
|
@@ -1762,14 +1819,14 @@
|
|
|
1762
1819
|
"tokens": [
|
|
1763
1820
|
"--hx-border-radius-full",
|
|
1764
1821
|
"--hx-border-width-thin",
|
|
1765
|
-
"--hx-color-
|
|
1766
|
-
"--hx-color-
|
|
1767
|
-
"--hx-color-neutral-400",
|
|
1768
|
-
"--hx-color-neutral-500",
|
|
1769
|
-
"--hx-color-neutral-600",
|
|
1770
|
-
"--hx-color-neutral-700",
|
|
1771
|
-
"--hx-color-primary-400",
|
|
1822
|
+
"--hx-color-border-default",
|
|
1823
|
+
"--hx-color-border-strong",
|
|
1772
1824
|
"--hx-color-primary-500",
|
|
1825
|
+
"--hx-color-primary-600",
|
|
1826
|
+
"--hx-color-surface-default",
|
|
1827
|
+
"--hx-color-text-muted",
|
|
1828
|
+
"--hx-color-text-secondary",
|
|
1829
|
+
"--hx-color-text-strong",
|
|
1773
1830
|
"--hx-focus-ring-color",
|
|
1774
1831
|
"--hx-focus-ring-width",
|
|
1775
1832
|
"--hx-font-family-sans",
|
|
@@ -1785,6 +1842,7 @@
|
|
|
1785
1842
|
"--hx-size-4",
|
|
1786
1843
|
"--hx-size-5",
|
|
1787
1844
|
"--hx-size-8",
|
|
1845
|
+
"--hx-slider-disabled-fill-bg",
|
|
1788
1846
|
"--hx-slider-fill-bg",
|
|
1789
1847
|
"--hx-slider-font-family",
|
|
1790
1848
|
"--hx-slider-help-text-color",
|
|
@@ -1836,20 +1894,24 @@
|
|
|
1836
1894
|
"tokens": [
|
|
1837
1895
|
"--hx-border-radius-md",
|
|
1838
1896
|
"--hx-border-width-thin",
|
|
1897
|
+
"--hx-color-border-default",
|
|
1898
|
+
"--hx-color-border-strong",
|
|
1839
1899
|
"--hx-color-error-400",
|
|
1840
1900
|
"--hx-color-error-500",
|
|
1841
1901
|
"--hx-color-error-600",
|
|
1842
1902
|
"--hx-color-neutral-0",
|
|
1843
|
-
"--hx-color-neutral-100",
|
|
1844
|
-
"--hx-color-neutral-200",
|
|
1845
|
-
"--hx-color-neutral-300",
|
|
1846
|
-
"--hx-color-neutral-50",
|
|
1847
|
-
"--hx-color-neutral-900",
|
|
1848
1903
|
"--hx-color-primary-200",
|
|
1849
1904
|
"--hx-color-primary-300",
|
|
1850
|
-
"--hx-color-primary-400",
|
|
1851
1905
|
"--hx-color-primary-50",
|
|
1852
1906
|
"--hx-color-primary-500",
|
|
1907
|
+
"--hx-color-primary-600",
|
|
1908
|
+
"--hx-color-primary-900",
|
|
1909
|
+
"--hx-color-surface-default",
|
|
1910
|
+
"--hx-color-surface-raised",
|
|
1911
|
+
"--hx-color-surface-sunken",
|
|
1912
|
+
"--hx-color-text-on-error",
|
|
1913
|
+
"--hx-color-text-on-primary",
|
|
1914
|
+
"--hx-color-text-primary",
|
|
1853
1915
|
"--hx-filter-brightness-active",
|
|
1854
1916
|
"--hx-filter-brightness-hover",
|
|
1855
1917
|
"--hx-focus-ring-color",
|
|
@@ -1890,9 +1952,9 @@
|
|
|
1890
1952
|
"name": "hx-split-panel",
|
|
1891
1953
|
"file": "hx-split-panel.css",
|
|
1892
1954
|
"tokens": [
|
|
1893
|
-
"--hx-color-
|
|
1894
|
-
"--hx-color-neutral-200",
|
|
1955
|
+
"--hx-color-border-default",
|
|
1895
1956
|
"--hx-color-primary-500",
|
|
1957
|
+
"--hx-color-surface-default",
|
|
1896
1958
|
"--hx-focus-ring-color",
|
|
1897
1959
|
"--hx-focus-ring-offset",
|
|
1898
1960
|
"--hx-focus-ring-width",
|
|
@@ -1900,8 +1962,8 @@
|
|
|
1900
1962
|
"--hx-space-1",
|
|
1901
1963
|
"--hx-split-panel-btn-icon-size",
|
|
1902
1964
|
"--hx-split-panel-divider-color",
|
|
1903
|
-
"--hx-split-panel-divider-hover-color",
|
|
1904
1965
|
"--hx-split-panel-divider-size",
|
|
1966
|
+
"--hx-split-panel-focus-ring-color",
|
|
1905
1967
|
"--hx-touch-target-min",
|
|
1906
1968
|
"--hx-transition-fast"
|
|
1907
1969
|
]
|
|
@@ -1924,12 +1986,12 @@
|
|
|
1924
1986
|
"--hx-border-radius-sm",
|
|
1925
1987
|
"--hx-color-error-50",
|
|
1926
1988
|
"--hx-color-error-700",
|
|
1927
|
-
"--hx-color-neutral-500",
|
|
1928
|
-
"--hx-color-neutral-800",
|
|
1929
|
-
"--hx-color-neutral-900",
|
|
1930
1989
|
"--hx-color-primary-500",
|
|
1931
1990
|
"--hx-color-success-50",
|
|
1932
1991
|
"--hx-color-success-700",
|
|
1992
|
+
"--hx-color-text-muted",
|
|
1993
|
+
"--hx-color-text-primary",
|
|
1994
|
+
"--hx-color-text-strong",
|
|
1933
1995
|
"--hx-font-family-sans",
|
|
1934
1996
|
"--hx-font-size-3xl",
|
|
1935
1997
|
"--hx-font-size-5xl",
|
|
@@ -1972,8 +2034,8 @@
|
|
|
1972
2034
|
"--hx-color-error-500",
|
|
1973
2035
|
"--hx-color-neutral-300",
|
|
1974
2036
|
"--hx-color-neutral-400",
|
|
1975
|
-
"--hx-color-neutral-700",
|
|
1976
2037
|
"--hx-color-success-500",
|
|
2038
|
+
"--hx-color-text-strong",
|
|
1977
2039
|
"--hx-color-warning-500",
|
|
1978
2040
|
"--hx-font-size-sm",
|
|
1979
2041
|
"--hx-space-2",
|
|
@@ -2046,13 +2108,13 @@
|
|
|
2046
2108
|
"file": "hx-switch.css",
|
|
2047
2109
|
"tokens": [
|
|
2048
2110
|
"--hx-border-radius-full",
|
|
2111
|
+
"--hx-color-border-strong",
|
|
2049
2112
|
"--hx-color-error-text",
|
|
2050
|
-
"--hx-color-neutral-0",
|
|
2051
|
-
"--hx-color-neutral-300",
|
|
2052
|
-
"--hx-color-neutral-500",
|
|
2053
|
-
"--hx-color-neutral-700",
|
|
2054
|
-
"--hx-color-primary-400",
|
|
2055
2113
|
"--hx-color-primary-500",
|
|
2114
|
+
"--hx-color-primary-600",
|
|
2115
|
+
"--hx-color-surface-default",
|
|
2116
|
+
"--hx-color-text-muted",
|
|
2117
|
+
"--hx-color-text-strong",
|
|
2056
2118
|
"--hx-focus-ring-color",
|
|
2057
2119
|
"--hx-focus-ring-offset",
|
|
2058
2120
|
"--hx-focus-ring-width",
|
|
@@ -2086,9 +2148,11 @@
|
|
|
2086
2148
|
"--hx-switch-thumb-size-sm",
|
|
2087
2149
|
"--hx-switch-track-bg",
|
|
2088
2150
|
"--hx-switch-track-checked-bg",
|
|
2151
|
+
"--hx-switch-track-checked-hover-bg",
|
|
2089
2152
|
"--hx-switch-track-height-lg",
|
|
2090
2153
|
"--hx-switch-track-height-md",
|
|
2091
2154
|
"--hx-switch-track-height-sm",
|
|
2155
|
+
"--hx-switch-track-hover-bg",
|
|
2092
2156
|
"--hx-switch-track-width-lg",
|
|
2093
2157
|
"--hx-switch-track-width-md",
|
|
2094
2158
|
"--hx-switch-track-width-sm",
|
|
@@ -2100,9 +2164,8 @@
|
|
|
2100
2164
|
"name": "hx-table",
|
|
2101
2165
|
"file": "hx-table.css",
|
|
2102
2166
|
"tokens": [
|
|
2103
|
-
"--hx-color-
|
|
2104
|
-
"--hx-color-
|
|
2105
|
-
"--hx-color-primary-500",
|
|
2167
|
+
"--hx-color-surface-raised",
|
|
2168
|
+
"--hx-color-text-strong",
|
|
2106
2169
|
"--hx-focus-ring-color",
|
|
2107
2170
|
"--hx-focus-ring-offset",
|
|
2108
2171
|
"--hx-focus-ring-width",
|
|
@@ -2179,11 +2242,26 @@
|
|
|
2179
2242
|
"--hx-tag-border-radius",
|
|
2180
2243
|
"--hx-tag-border-radius-pill",
|
|
2181
2244
|
"--hx-tag-color",
|
|
2245
|
+
"--hx-tag-danger-bg",
|
|
2246
|
+
"--hx-tag-danger-border-color",
|
|
2247
|
+
"--hx-tag-danger-color",
|
|
2248
|
+
"--hx-tag-default-bg",
|
|
2249
|
+
"--hx-tag-default-border-color",
|
|
2250
|
+
"--hx-tag-default-color",
|
|
2182
2251
|
"--hx-tag-font-family",
|
|
2183
2252
|
"--hx-tag-font-size",
|
|
2184
2253
|
"--hx-tag-font-weight",
|
|
2185
2254
|
"--hx-tag-padding-x",
|
|
2186
2255
|
"--hx-tag-padding-y",
|
|
2256
|
+
"--hx-tag-primary-bg",
|
|
2257
|
+
"--hx-tag-primary-border-color",
|
|
2258
|
+
"--hx-tag-primary-color",
|
|
2259
|
+
"--hx-tag-success-bg",
|
|
2260
|
+
"--hx-tag-success-border-color",
|
|
2261
|
+
"--hx-tag-success-color",
|
|
2262
|
+
"--hx-tag-warning-bg",
|
|
2263
|
+
"--hx-tag-warning-border-color",
|
|
2264
|
+
"--hx-tag-warning-color",
|
|
2187
2265
|
"--hx-touch-target-min"
|
|
2188
2266
|
]
|
|
2189
2267
|
},
|
|
@@ -2196,8 +2274,8 @@
|
|
|
2196
2274
|
"--hx-color-neutral-400",
|
|
2197
2275
|
"--hx-color-neutral-500",
|
|
2198
2276
|
"--hx-color-neutral-900",
|
|
2199
|
-
"--hx-color-success-
|
|
2200
|
-
"--hx-color-warning-
|
|
2277
|
+
"--hx-color-success-700",
|
|
2278
|
+
"--hx-color-warning-700",
|
|
2201
2279
|
"--hx-font-family-mono",
|
|
2202
2280
|
"--hx-font-family-sans",
|
|
2203
2281
|
"--hx-font-size-lg",
|
|
@@ -2213,11 +2291,18 @@
|
|
|
2213
2291
|
"--hx-line-height-normal",
|
|
2214
2292
|
"--hx-line-height-tight",
|
|
2215
2293
|
"--hx-text-color",
|
|
2294
|
+
"--hx-text-danger-color",
|
|
2295
|
+
"--hx-text-default-color",
|
|
2296
|
+
"--hx-text-disabled-color",
|
|
2216
2297
|
"--hx-text-font-family",
|
|
2217
2298
|
"--hx-text-font-size",
|
|
2218
2299
|
"--hx-text-font-weight",
|
|
2300
|
+
"--hx-text-inverse-color",
|
|
2219
2301
|
"--hx-text-letter-spacing",
|
|
2220
|
-
"--hx-text-line-height"
|
|
2302
|
+
"--hx-text-line-height",
|
|
2303
|
+
"--hx-text-subtle-color",
|
|
2304
|
+
"--hx-text-success-color",
|
|
2305
|
+
"--hx-text-warning-color"
|
|
2221
2306
|
]
|
|
2222
2307
|
},
|
|
2223
2308
|
{
|
|
@@ -2226,16 +2311,18 @@
|
|
|
2226
2311
|
"tokens": [
|
|
2227
2312
|
"--hx-border-radius-md",
|
|
2228
2313
|
"--hx-border-width-thin",
|
|
2229
|
-
"--hx-color-
|
|
2314
|
+
"--hx-color-border-strong",
|
|
2315
|
+
"--hx-color-error-600",
|
|
2230
2316
|
"--hx-color-error-text",
|
|
2231
|
-
"--hx-color-
|
|
2232
|
-
"--hx-color-
|
|
2233
|
-
"--hx-color-
|
|
2234
|
-
"--hx-color-
|
|
2235
|
-
"--hx-color-
|
|
2236
|
-
"--hx-color-
|
|
2237
|
-
"--hx-color-
|
|
2317
|
+
"--hx-color-primary-600",
|
|
2318
|
+
"--hx-color-surface-default",
|
|
2319
|
+
"--hx-color-surface-sunken",
|
|
2320
|
+
"--hx-color-text-disabled",
|
|
2321
|
+
"--hx-color-text-muted",
|
|
2322
|
+
"--hx-color-text-placeholder",
|
|
2323
|
+
"--hx-color-text-strong",
|
|
2238
2324
|
"--hx-focus-ring-color",
|
|
2325
|
+
"--hx-focus-ring-offset",
|
|
2239
2326
|
"--hx-focus-ring-opacity",
|
|
2240
2327
|
"--hx-focus-ring-width",
|
|
2241
2328
|
"--hx-font-family-sans",
|
|
@@ -2262,6 +2349,12 @@
|
|
|
2262
2349
|
"--hx-space-2",
|
|
2263
2350
|
"--hx-space-3",
|
|
2264
2351
|
"--hx-space-4",
|
|
2352
|
+
"--hx-text-input-border-width",
|
|
2353
|
+
"--hx-text-input-font-size",
|
|
2354
|
+
"--hx-text-input-lg-font-size",
|
|
2355
|
+
"--hx-text-input-padding-x",
|
|
2356
|
+
"--hx-text-input-padding-y",
|
|
2357
|
+
"--hx-text-input-sm-font-size",
|
|
2265
2358
|
"--hx-transition-fast"
|
|
2266
2359
|
]
|
|
2267
2360
|
},
|
|
@@ -2271,15 +2364,14 @@
|
|
|
2271
2364
|
"tokens": [
|
|
2272
2365
|
"--hx-border-radius-md",
|
|
2273
2366
|
"--hx-border-width-thin",
|
|
2274
|
-
"--hx-color-
|
|
2367
|
+
"--hx-color-border-strong",
|
|
2368
|
+
"--hx-color-error-600",
|
|
2275
2369
|
"--hx-color-error-text",
|
|
2276
|
-
"--hx-color-
|
|
2277
|
-
"--hx-color-
|
|
2278
|
-
"--hx-color-
|
|
2279
|
-
"--hx-color-
|
|
2280
|
-
"--hx-color-
|
|
2281
|
-
"--hx-color-neutral-800",
|
|
2282
|
-
"--hx-color-primary-400",
|
|
2370
|
+
"--hx-color-primary-600",
|
|
2371
|
+
"--hx-color-surface-default",
|
|
2372
|
+
"--hx-color-text-muted",
|
|
2373
|
+
"--hx-color-text-placeholder",
|
|
2374
|
+
"--hx-color-text-strong",
|
|
2283
2375
|
"--hx-focus-ring-color",
|
|
2284
2376
|
"--hx-focus-ring-opacity",
|
|
2285
2377
|
"--hx-focus-ring-width",
|
|
@@ -2302,7 +2394,12 @@
|
|
|
2302
2394
|
"--hx-space-1",
|
|
2303
2395
|
"--hx-space-2",
|
|
2304
2396
|
"--hx-space-3",
|
|
2397
|
+
"--hx-textarea-counter-color",
|
|
2398
|
+
"--hx-textarea-font-size",
|
|
2399
|
+
"--hx-textarea-help-text-color",
|
|
2305
2400
|
"--hx-textarea-min-height",
|
|
2401
|
+
"--hx-textarea-padding-x",
|
|
2402
|
+
"--hx-textarea-padding-y",
|
|
2306
2403
|
"--hx-transition-fast"
|
|
2307
2404
|
]
|
|
2308
2405
|
},
|
|
@@ -2317,19 +2414,18 @@
|
|
|
2317
2414
|
"tokens": [
|
|
2318
2415
|
"--hx-border-radius-md",
|
|
2319
2416
|
"--hx-border-width-thin",
|
|
2417
|
+
"--hx-color-border-strong",
|
|
2320
2418
|
"--hx-color-error-500",
|
|
2321
2419
|
"--hx-color-error-text",
|
|
2322
|
-
"--hx-color-neutral-0",
|
|
2323
|
-
"--hx-color-neutral-300",
|
|
2324
|
-
"--hx-color-neutral-400",
|
|
2325
|
-
"--hx-color-neutral-500",
|
|
2326
|
-
"--hx-color-neutral-700",
|
|
2327
|
-
"--hx-color-neutral-800",
|
|
2328
2420
|
"--hx-color-neutral-900",
|
|
2329
2421
|
"--hx-color-primary-100",
|
|
2330
2422
|
"--hx-color-primary-50",
|
|
2331
2423
|
"--hx-color-primary-700",
|
|
2332
2424
|
"--hx-color-primary-800",
|
|
2425
|
+
"--hx-color-surface-default",
|
|
2426
|
+
"--hx-color-text-muted",
|
|
2427
|
+
"--hx-color-text-placeholder",
|
|
2428
|
+
"--hx-color-text-strong",
|
|
2333
2429
|
"--hx-focus-ring-color",
|
|
2334
2430
|
"--hx-focus-ring-opacity",
|
|
2335
2431
|
"--hx-focus-ring-width",
|
|
@@ -2359,7 +2455,6 @@
|
|
|
2359
2455
|
"--hx-time-picker-option-color",
|
|
2360
2456
|
"--hx-time-picker-option-hover-bg",
|
|
2361
2457
|
"--hx-time-picker-option-hover-color",
|
|
2362
|
-
"--hx-time-picker-option-selected-bg",
|
|
2363
2458
|
"--hx-time-picker-option-selected-color",
|
|
2364
2459
|
"--hx-transition-fast",
|
|
2365
2460
|
"--hx-z-index-dropdown"
|
|
@@ -2371,12 +2466,16 @@
|
|
|
2371
2466
|
"tokens": [
|
|
2372
2467
|
"--hx-border-radius-md",
|
|
2373
2468
|
"--hx-border-radius-sm",
|
|
2374
|
-
"--hx-color-
|
|
2375
|
-
"--hx-color-
|
|
2376
|
-
"--hx-color-
|
|
2377
|
-
"--hx-color-
|
|
2378
|
-
"--hx-color-
|
|
2379
|
-
"--hx-color-
|
|
2469
|
+
"--hx-color-surface-danger-strong",
|
|
2470
|
+
"--hx-color-surface-info-strong",
|
|
2471
|
+
"--hx-color-surface-inverse",
|
|
2472
|
+
"--hx-color-surface-success-strong",
|
|
2473
|
+
"--hx-color-surface-warning-strong",
|
|
2474
|
+
"--hx-color-text-inverse",
|
|
2475
|
+
"--hx-color-text-on-error-strong",
|
|
2476
|
+
"--hx-color-text-on-primary-strong",
|
|
2477
|
+
"--hx-color-text-on-success-strong",
|
|
2478
|
+
"--hx-color-text-on-warning",
|
|
2380
2479
|
"--hx-focus-ring-offset",
|
|
2381
2480
|
"--hx-focus-ring-width",
|
|
2382
2481
|
"--hx-font-family-sans",
|
|
@@ -2406,18 +2505,19 @@
|
|
|
2406
2505
|
"tokens": [
|
|
2407
2506
|
"--hx-border-radius-md",
|
|
2408
2507
|
"--hx-border-width-thin",
|
|
2508
|
+
"--hx-color-border-strong",
|
|
2409
2509
|
"--hx-color-neutral-0",
|
|
2410
|
-
"--hx-color-neutral-100",
|
|
2411
|
-
"--hx-color-neutral-200",
|
|
2412
|
-
"--hx-color-neutral-300",
|
|
2413
|
-
"--hx-color-neutral-50",
|
|
2414
2510
|
"--hx-color-neutral-500",
|
|
2415
|
-
"--hx-color-neutral-900",
|
|
2416
2511
|
"--hx-color-primary-100",
|
|
2417
|
-
"--hx-color-primary-400",
|
|
2418
2512
|
"--hx-color-primary-50",
|
|
2419
2513
|
"--hx-color-primary-500",
|
|
2514
|
+
"--hx-color-primary-600",
|
|
2420
2515
|
"--hx-color-primary-700",
|
|
2516
|
+
"--hx-color-surface-raised",
|
|
2517
|
+
"--hx-color-surface-sunken",
|
|
2518
|
+
"--hx-color-text-muted",
|
|
2519
|
+
"--hx-color-text-on-primary",
|
|
2520
|
+
"--hx-color-text-primary",
|
|
2421
2521
|
"--hx-filter-brightness-active",
|
|
2422
2522
|
"--hx-filter-brightness-hover",
|
|
2423
2523
|
"--hx-focus-ring-color",
|
|
@@ -2453,8 +2553,8 @@
|
|
|
2453
2553
|
"file": "hx-tooltip.css",
|
|
2454
2554
|
"tokens": [
|
|
2455
2555
|
"--hx-border-radius-sm",
|
|
2456
|
-
"--hx-color-
|
|
2457
|
-
"--hx-color-
|
|
2556
|
+
"--hx-color-surface-inverse",
|
|
2557
|
+
"--hx-color-text-inverse",
|
|
2458
2558
|
"--hx-font-family-sans",
|
|
2459
2559
|
"--hx-font-size-xs",
|
|
2460
2560
|
"--hx-line-height-normal",
|
|
@@ -2482,12 +2582,10 @@
|
|
|
2482
2582
|
"tokens": [
|
|
2483
2583
|
"--hx-border-radius-sm",
|
|
2484
2584
|
"--hx-border-width-thin",
|
|
2485
|
-
"--hx-color-
|
|
2486
|
-
"--hx-color-
|
|
2487
|
-
"--hx-color-
|
|
2488
|
-
"--hx-color-
|
|
2489
|
-
"--hx-color-neutral-800",
|
|
2490
|
-
"--hx-color-primary-500",
|
|
2585
|
+
"--hx-color-border-default",
|
|
2586
|
+
"--hx-color-surface-default",
|
|
2587
|
+
"--hx-color-surface-sunken",
|
|
2588
|
+
"--hx-color-text-strong",
|
|
2491
2589
|
"--hx-duration-fast",
|
|
2492
2590
|
"--hx-focus-ring-color",
|
|
2493
2591
|
"--hx-focus-ring-offset",
|
|
@@ -2502,10 +2600,12 @@
|
|
|
2502
2600
|
"--hx-top-nav-bg",
|
|
2503
2601
|
"--hx-top-nav-border-color",
|
|
2504
2602
|
"--hx-top-nav-color",
|
|
2603
|
+
"--hx-top-nav-focus-ring-color",
|
|
2505
2604
|
"--hx-top-nav-font-family",
|
|
2506
2605
|
"--hx-top-nav-height",
|
|
2507
2606
|
"--hx-top-nav-padding-x",
|
|
2508
2607
|
"--hx-top-nav-toggle-color",
|
|
2608
|
+
"--hx-top-nav-toggle-hover-bg",
|
|
2509
2609
|
"--hx-top-nav-z-index",
|
|
2510
2610
|
"--hx-z-index-sticky"
|
|
2511
2611
|
]
|
|
@@ -2515,7 +2615,7 @@
|
|
|
2515
2615
|
"file": "hx-tree-view.css",
|
|
2516
2616
|
"tokens": [
|
|
2517
2617
|
"--hx-border-radius-sm",
|
|
2518
|
-
"--hx-color-primary-
|
|
2618
|
+
"--hx-color-primary-600",
|
|
2519
2619
|
"--hx-focus-ring-color",
|
|
2520
2620
|
"--hx-focus-ring-offset",
|
|
2521
2621
|
"--hx-focus-ring-width",
|