@helixui/library 3.0.0-next.65 → 3.1.0-next.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +6549 -318
- package/dist/components/hx-accordion/hx-accordion.d.ts +3 -0
- package/dist/components/hx-accordion/hx-accordion.d.ts.map +1 -1
- package/dist/components/hx-action-bar/hx-action-bar.d.ts +14 -0
- package/dist/components/hx-action-bar/hx-action-bar.d.ts.map +1 -1
- package/dist/components/hx-action-bar/index.js +1 -1
- package/dist/components/hx-alert/hx-alert.d.ts +36 -0
- package/dist/components/hx-alert/hx-alert.d.ts.map +1 -1
- package/dist/components/hx-avatar/hx-avatar.d.ts +17 -0
- package/dist/components/hx-avatar/hx-avatar.d.ts.map +1 -1
- package/dist/components/hx-badge/hx-badge.d.ts +35 -0
- package/dist/components/hx-badge/hx-badge.d.ts.map +1 -1
- package/dist/components/hx-banner/hx-banner.d.ts +34 -0
- package/dist/components/hx-banner/hx-banner.d.ts.map +1 -1
- package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts +3 -0
- package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts.map +1 -1
- package/dist/components/hx-breadcrumb/index.js +1 -1
- package/dist/components/hx-button/hx-button.d.ts +42 -0
- package/dist/components/hx-button/hx-button.d.ts.map +1 -1
- package/dist/components/hx-button/index.js +1 -1
- package/dist/components/hx-button-group/hx-button-group.d.ts +2 -0
- package/dist/components/hx-button-group/hx-button-group.d.ts.map +1 -1
- package/dist/components/hx-card/hx-card.d.ts +28 -0
- package/dist/components/hx-card/hx-card.d.ts.map +1 -1
- package/dist/components/hx-card/index.js +1 -1
- package/dist/components/hx-carousel/hx-carousel.d.ts +25 -0
- package/dist/components/hx-carousel/hx-carousel.d.ts.map +1 -1
- package/dist/components/hx-checkbox/hx-checkbox.d.ts +31 -0
- package/dist/components/hx-checkbox/hx-checkbox.d.ts.map +1 -1
- package/dist/components/hx-checkbox/index.js +1 -1
- package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts +14 -0
- package/dist/components/hx-checkbox-group/hx-checkbox-group.d.ts.map +1 -1
- package/dist/components/hx-checkbox-group/index.js +1 -1
- package/dist/components/hx-clinical-status/hx-clinical-status.d.ts +37 -0
- package/dist/components/hx-clinical-status/hx-clinical-status.d.ts.map +1 -1
- package/dist/components/hx-code-snippet/hx-code-snippet.d.ts +35 -0
- package/dist/components/hx-code-snippet/hx-code-snippet.d.ts.map +1 -1
- package/dist/components/hx-color-picker/hx-color-picker.d.ts +29 -0
- package/dist/components/hx-color-picker/hx-color-picker.d.ts.map +1 -1
- package/dist/components/hx-combobox/hx-combobox.d.ts +49 -0
- package/dist/components/hx-combobox/hx-combobox.d.ts.map +1 -1
- package/dist/components/hx-combobox/index.js +1 -1
- package/dist/components/hx-container/hx-container.d.ts +5 -0
- package/dist/components/hx-container/hx-container.d.ts.map +1 -1
- package/dist/components/hx-copy-button/hx-copy-button.d.ts +24 -0
- package/dist/components/hx-copy-button/hx-copy-button.d.ts.map +1 -1
- package/dist/components/hx-counter/hx-counter.d.ts +7 -0
- package/dist/components/hx-counter/hx-counter.d.ts.map +1 -1
- package/dist/components/hx-data-table/hx-data-table.d.ts +29 -0
- package/dist/components/hx-data-table/hx-data-table.d.ts.map +1 -1
- package/dist/components/hx-data-table/hx-data-table.styles.d.ts.map +1 -1
- package/dist/components/hx-data-table/index.js +1 -1
- package/dist/components/hx-date-picker/hx-date-picker.d.ts +44 -0
- package/dist/components/hx-date-picker/hx-date-picker.d.ts.map +1 -1
- package/dist/components/hx-date-picker/index.js +1 -1
- package/dist/components/hx-dialog/hx-dialog.d.ts +31 -0
- package/dist/components/hx-dialog/hx-dialog.d.ts.map +1 -1
- package/dist/components/hx-dialog/index.js +1 -1
- package/dist/components/hx-divider/hx-divider.d.ts +9 -0
- package/dist/components/hx-divider/hx-divider.d.ts.map +1 -1
- package/dist/components/hx-divider/index.js +1 -1
- package/dist/components/hx-drawer/hx-drawer.d.ts +30 -0
- package/dist/components/hx-drawer/hx-drawer.d.ts.map +1 -1
- package/dist/components/hx-drawer/hx-drawer.styles.d.ts.map +1 -1
- package/dist/components/hx-drawer/index.js +1 -1
- package/dist/components/hx-dropdown/hx-dropdown.d.ts +6 -0
- package/dist/components/hx-dropdown/hx-dropdown.d.ts.map +1 -1
- package/dist/components/hx-dropdown/index.js +1 -1
- package/dist/components/hx-field/hx-field.d.ts +15 -0
- package/dist/components/hx-field/hx-field.d.ts.map +1 -1
- package/dist/components/hx-field/index.js +1 -1
- package/dist/components/hx-field-label/hx-field-label.d.ts +11 -0
- package/dist/components/hx-field-label/hx-field-label.d.ts.map +1 -1
- package/dist/components/hx-field-label/index.js +1 -1
- package/dist/components/hx-file-upload/hx-file-upload.d.ts +35 -0
- package/dist/components/hx-file-upload/hx-file-upload.d.ts.map +1 -1
- package/dist/components/hx-file-upload/index.js +1 -1
- package/dist/components/hx-grid/hx-grid.d.ts +5 -0
- package/dist/components/hx-grid/hx-grid.d.ts.map +1 -1
- package/dist/components/hx-help-text/hx-help-text.d.ts +8 -0
- package/dist/components/hx-help-text/hx-help-text.d.ts.map +1 -1
- package/dist/components/hx-help-text/index.js +1 -1
- package/dist/components/hx-icon/hx-icon.d.ts +5 -0
- package/dist/components/hx-icon/hx-icon.d.ts.map +1 -1
- package/dist/components/hx-icon-button/hx-icon-button.d.ts +27 -0
- package/dist/components/hx-icon-button/hx-icon-button.d.ts.map +1 -1
- package/dist/components/hx-icon-button/index.js +1 -1
- package/dist/components/hx-image/hx-image.d.ts +4 -0
- package/dist/components/hx-image/hx-image.d.ts.map +1 -1
- package/dist/components/hx-link/hx-link.d.ts +15 -0
- package/dist/components/hx-link/hx-link.d.ts.map +1 -1
- package/dist/components/hx-link/index.js +1 -1
- package/dist/components/hx-list/hx-list.d.ts +3 -0
- package/dist/components/hx-list/hx-list.d.ts.map +1 -1
- package/dist/components/hx-menu/hx-menu.d.ts +6 -0
- package/dist/components/hx-menu/hx-menu.d.ts.map +1 -1
- package/dist/components/hx-menu/index.js +1 -1
- package/dist/components/hx-meter/hx-meter.d.ts +23 -0
- package/dist/components/hx-meter/hx-meter.d.ts.map +1 -1
- package/dist/components/hx-nav/hx-nav.d.ts +29 -0
- package/dist/components/hx-nav/hx-nav.d.ts.map +1 -1
- package/dist/components/hx-number-input/hx-number-input.d.ts +34 -0
- package/dist/components/hx-number-input/hx-number-input.d.ts.map +1 -1
- package/dist/components/hx-number-input/index.js +1 -1
- package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts +26 -0
- package/dist/components/hx-overflow-menu/hx-overflow-menu.d.ts.map +1 -1
- package/dist/components/hx-overflow-menu/index.js +1 -1
- package/dist/components/hx-pagination/hx-pagination.d.ts +21 -0
- package/dist/components/hx-pagination/hx-pagination.d.ts.map +1 -1
- package/dist/components/hx-pagination/index.js +1 -1
- package/dist/components/hx-patient-banner/hx-patient-banner.d.ts +23 -0
- package/dist/components/hx-patient-banner/hx-patient-banner.d.ts.map +1 -1
- package/dist/components/hx-phi-field/hx-phi-field.d.ts +14 -0
- package/dist/components/hx-phi-field/hx-phi-field.d.ts.map +1 -1
- package/dist/components/hx-phi-field/index.js +1 -1
- package/dist/components/hx-popover/hx-popover.d.ts +15 -0
- package/dist/components/hx-popover/hx-popover.d.ts.map +1 -1
- package/dist/components/hx-popover/index.js +1 -1
- package/dist/components/hx-popup/hx-popup.d.ts +1 -0
- package/dist/components/hx-popup/hx-popup.d.ts.map +1 -1
- package/dist/components/hx-progress-bar/hx-progress-bar.d.ts +17 -0
- package/dist/components/hx-progress-bar/hx-progress-bar.d.ts.map +1 -1
- package/dist/components/hx-progress-bar/index.js +1 -1
- package/dist/components/hx-progress-ring/hx-progress-ring.d.ts +15 -0
- package/dist/components/hx-progress-ring/hx-progress-ring.d.ts.map +1 -1
- package/dist/components/hx-prose/hx-prose.d.ts +2 -0
- package/dist/components/hx-prose/hx-prose.d.ts.map +1 -1
- package/dist/components/hx-radio-group/hx-radio-group.d.ts +14 -0
- package/dist/components/hx-radio-group/hx-radio-group.d.ts.map +1 -1
- package/dist/components/hx-radio-group/index.js +1 -1
- package/dist/components/hx-rating/hx-rating.d.ts +13 -0
- package/dist/components/hx-rating/hx-rating.d.ts.map +1 -1
- package/dist/components/hx-select/hx-select.d.ts +43 -0
- package/dist/components/hx-select/hx-select.d.ts.map +1 -1
- package/dist/components/hx-select/hx-select.styles.d.ts.map +1 -1
- package/dist/components/hx-select/index.js +1 -1
- package/dist/components/hx-side-nav/hx-nav-item.styles.d.ts.map +1 -1
- package/dist/components/hx-side-nav/hx-side-nav.d.ts +19 -0
- package/dist/components/hx-side-nav/hx-side-nav.d.ts.map +1 -1
- package/dist/components/hx-side-nav/index.js +1 -1
- package/dist/components/hx-skeleton/hx-skeleton.d.ts +5 -0
- package/dist/components/hx-skeleton/hx-skeleton.d.ts.map +1 -1
- package/dist/components/hx-slider/hx-slider.d.ts +38 -0
- package/dist/components/hx-slider/hx-slider.d.ts.map +1 -1
- package/dist/components/hx-slider/index.js +1 -1
- package/dist/components/hx-spinner/hx-spinner.d.ts +10 -0
- package/dist/components/hx-spinner/hx-spinner.d.ts.map +1 -1
- package/dist/components/hx-split-button/hx-split-button.d.ts +39 -0
- package/dist/components/hx-split-button/hx-split-button.d.ts.map +1 -1
- package/dist/components/hx-split-button/index.js +1 -1
- package/dist/components/hx-split-panel/hx-split-panel.d.ts +12 -0
- package/dist/components/hx-split-panel/hx-split-panel.d.ts.map +1 -1
- package/dist/components/hx-split-panel/index.js +1 -1
- package/dist/components/hx-stack/hx-stack.d.ts +5 -0
- package/dist/components/hx-stack/hx-stack.d.ts.map +1 -1
- package/dist/components/hx-stat/hx-stat.d.ts +24 -0
- package/dist/components/hx-stat/hx-stat.d.ts.map +1 -1
- package/dist/components/hx-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-steps/hx-steps.d.ts +15 -0
- package/dist/components/hx-steps/hx-steps.d.ts.map +1 -1
- package/dist/components/hx-structured-list/hx-structured-list.d.ts +7 -0
- package/dist/components/hx-structured-list/hx-structured-list.d.ts.map +1 -1
- package/dist/components/hx-switch/hx-switch.d.ts +42 -0
- package/dist/components/hx-switch/hx-switch.d.ts.map +1 -1
- package/dist/components/hx-switch/index.js +1 -1
- package/dist/components/hx-table/hx-table.d.ts +14 -0
- package/dist/components/hx-table/hx-table.d.ts.map +1 -1
- package/dist/components/hx-tabs/hx-tabs.d.ts +4 -0
- package/dist/components/hx-tabs/hx-tabs.d.ts.map +1 -1
- package/dist/components/hx-tag/hx-tag.d.ts +36 -0
- package/dist/components/hx-tag/hx-tag.d.ts.map +1 -1
- package/dist/components/hx-text/hx-text.d.ts +22 -0
- package/dist/components/hx-text/hx-text.d.ts.map +1 -1
- package/dist/components/hx-text-input/hx-text-input.d.ts +30 -0
- package/dist/components/hx-text-input/hx-text-input.d.ts.map +1 -1
- package/dist/components/hx-text-input/index.js +1 -1
- package/dist/components/hx-textarea/hx-textarea.d.ts +27 -0
- package/dist/components/hx-textarea/hx-textarea.d.ts.map +1 -1
- package/dist/components/hx-textarea/index.js +1 -1
- package/dist/components/hx-theme/hx-theme.d.ts +3 -0
- package/dist/components/hx-theme/hx-theme.d.ts.map +1 -1
- package/dist/components/hx-theme/index.js +1 -1
- package/dist/components/hx-time-picker/hx-time-picker.d.ts +32 -0
- package/dist/components/hx-time-picker/hx-time-picker.d.ts.map +1 -1
- package/dist/components/hx-time-picker/index.js +1 -1
- package/dist/components/hx-toast/hx-toast.d.ts +24 -0
- package/dist/components/hx-toast/hx-toast.d.ts.map +1 -1
- package/dist/components/hx-toggle-button/hx-toggle-button.d.ts +35 -0
- package/dist/components/hx-toggle-button/hx-toggle-button.d.ts.map +1 -1
- package/dist/components/hx-toggle-button/hx-toggle-button.styles.d.ts.map +1 -1
- package/dist/components/hx-toggle-button/index.js +1 -1
- package/dist/components/hx-tooltip/hx-tooltip.d.ts +13 -0
- package/dist/components/hx-tooltip/hx-tooltip.d.ts.map +1 -1
- package/dist/components/hx-tooltip/index.js +1 -1
- package/dist/components/hx-top-nav/hx-top-nav.d.ts +21 -0
- package/dist/components/hx-top-nav/hx-top-nav.d.ts.map +1 -1
- package/dist/components/hx-top-nav/index.js +1 -1
- package/dist/components/hx-tree-view/hx-tree-view.d.ts +6 -0
- package/dist/components/hx-tree-view/hx-tree-view.d.ts.map +1 -1
- package/dist/css/helix-all.css +263 -253
- package/dist/css/helix-core.css +26 -26
- package/dist/css/helix-data.css +8 -7
- package/dist/css/helix-feedback.css +2 -2
- package/dist/css/helix-forms.css +137 -131
- package/dist/css/helix-layout.css +3 -3
- package/dist/css/helix-navigation.css +35 -35
- package/dist/css/helix-overlay.css +32 -29
- package/dist/css/helix-tokens.css +12 -0
- package/dist/css/helix-utility.css +18 -18
- package/dist/css/hx-action-bar.css +3 -3
- package/dist/css/hx-button.css +10 -10
- package/dist/css/hx-card.css +6 -6
- package/dist/css/hx-checkbox-group.css +2 -2
- package/dist/css/hx-checkbox.css +5 -5
- package/dist/css/hx-combobox.css +13 -13
- package/dist/css/hx-data-table.css +8 -7
- package/dist/css/hx-date-picker.css +20 -20
- package/dist/css/hx-dialog.css +10 -10
- package/dist/css/hx-divider.css +2 -2
- package/dist/css/hx-drawer.css +12 -9
- package/dist/css/hx-dropdown.css +2 -2
- package/dist/css/hx-field-label.css +2 -2
- package/dist/css/hx-field.css +2 -2
- package/dist/css/hx-file-upload.css +11 -11
- package/dist/css/hx-help-text.css +2 -2
- package/dist/css/hx-icon-button.css +6 -6
- package/dist/css/hx-link.css +2 -2
- package/dist/css/hx-menu.css +2 -2
- package/dist/css/hx-number-input.css +12 -12
- package/dist/css/hx-overflow-menu.css +7 -7
- package/dist/css/hx-pagination.css +10 -10
- package/dist/css/hx-phi-field.css +2 -2
- package/dist/css/hx-popover.css +5 -5
- package/dist/css/hx-progress-bar.css +2 -2
- package/dist/css/hx-radio-group.css +2 -2
- package/dist/css/hx-select.css +11 -8
- package/dist/css/hx-side-nav.css +9 -9
- package/dist/css/hx-slider.css +9 -9
- package/dist/css/hx-split-button.css +15 -15
- package/dist/css/hx-split-panel.css +3 -3
- package/dist/css/hx-switch.css +4 -4
- package/dist/css/hx-text-input.css +7 -7
- package/dist/css/hx-textarea.css +7 -7
- package/dist/css/hx-time-picker.css +11 -11
- package/dist/css/hx-toggle-button.css +17 -14
- package/dist/css/hx-tooltip.css +3 -3
- package/dist/css/hx-top-nav.css +7 -7
- package/dist/css/index.css +1 -1
- package/dist/css/manifest.json +162 -163
- package/dist/index.js +40 -40
- package/dist/shared/hx-accordion-Wt52OOZD.js.map +1 -1
- package/dist/shared/{hx-action-bar-BKMADbHj.js → hx-action-bar-6UzmViHI.js} +4 -4
- package/dist/shared/hx-action-bar-6UzmViHI.js.map +1 -0
- package/dist/shared/hx-alert-D7n94HwI.js.map +1 -1
- package/dist/shared/hx-avatar-iLYzu8MJ.js.map +1 -1
- package/dist/shared/hx-badge-CVCmMPyW.js.map +1 -1
- package/dist/shared/hx-banner-C_He7Tr4.js.map +1 -1
- package/dist/shared/{hx-breadcrumb-item-CldCwD1d.js → hx-breadcrumb-item-BgG5RcmA.js} +3 -3
- package/dist/shared/hx-breadcrumb-item-BgG5RcmA.js.map +1 -0
- package/dist/shared/{hx-button-Ddl-T6T-.js → hx-button-CQZswjtQ.js} +15 -15
- package/dist/shared/hx-button-CQZswjtQ.js.map +1 -0
- package/dist/shared/hx-button-group-BJOGWoMa.js.map +1 -1
- package/dist/shared/{hx-card-ycveujjL.js → hx-card-Dy_FuLfS.js} +23 -23
- package/dist/shared/hx-card-Dy_FuLfS.js.map +1 -0
- package/dist/shared/hx-carousel-item-D_dCv61-.js.map +1 -1
- package/dist/shared/{hx-checkbox-DkkoWoye.js → hx-checkbox-ZKjOF7_3.js} +17 -17
- package/dist/shared/{hx-checkbox-DkkoWoye.js.map → hx-checkbox-ZKjOF7_3.js.map} +1 -1
- package/dist/shared/{hx-checkbox-group-C3poJ-Zw.js → hx-checkbox-group-XjOBHLiP.js} +3 -3
- package/dist/shared/hx-checkbox-group-XjOBHLiP.js.map +1 -0
- package/dist/shared/hx-clinical-status-BS5lcddT.js.map +1 -1
- package/dist/shared/hx-code-snippet-B7wUKzyb.js.map +1 -1
- package/dist/shared/hx-color-picker-DBaKTVLr.js.map +1 -1
- package/dist/shared/{hx-combobox-BmgYT7Ar.js → hx-combobox-DLwnvHVd.js} +17 -17
- package/dist/shared/hx-combobox-DLwnvHVd.js.map +1 -0
- package/dist/shared/hx-container-DVI7sxfX.js.map +1 -1
- package/dist/shared/hx-copy-button-8deNUdwP.js.map +1 -1
- package/dist/shared/hx-counter-CKfl_g8K.js.map +1 -1
- package/dist/shared/{hx-data-table-B6h0RPn0.js → hx-data-table-CnLxo9PH.js} +77 -76
- package/dist/shared/hx-data-table-CnLxo9PH.js.map +1 -0
- package/dist/shared/{hx-date-picker-Dq2Nb68_.js → hx-date-picker-D7H7CsVH.js} +21 -21
- package/dist/shared/hx-date-picker-D7H7CsVH.js.map +1 -0
- package/dist/shared/{hx-dialog-CvIlY0Tc.js → hx-dialog-BW-jetzN.js} +33 -33
- package/dist/shared/hx-dialog-BW-jetzN.js.map +1 -0
- package/dist/shared/{hx-divider-DwpOrzMW.js → hx-divider-CvyUVcp-.js} +13 -13
- package/dist/shared/hx-divider-CvyUVcp-.js.map +1 -0
- package/dist/shared/{hx-drawer-Cx2ZJhBe.js → hx-drawer-BT52I4tk.js} +13 -10
- package/dist/shared/hx-drawer-BT52I4tk.js.map +1 -0
- package/dist/shared/{hx-dropdown-BjDrPUq5.js → hx-dropdown-BpVpL6Dz.js} +3 -3
- package/dist/shared/{hx-dropdown-BjDrPUq5.js.map → hx-dropdown-BpVpL6Dz.js.map} +1 -1
- package/dist/shared/{hx-field-Dp3qQMut.js → hx-field-BX4zE3z5.js} +7 -7
- package/dist/shared/hx-field-BX4zE3z5.js.map +1 -0
- package/dist/shared/{hx-field-label-BC8QViXv.js → hx-field-label-DtJzb1r3.js} +8 -8
- package/dist/shared/hx-field-label-DtJzb1r3.js.map +1 -0
- package/dist/shared/{hx-file-upload-B6Yl1u0i.js → hx-file-upload-BNuepoGn.js} +34 -34
- package/dist/shared/hx-file-upload-BNuepoGn.js.map +1 -0
- package/dist/shared/hx-grid-CXZf3jeK.js.map +1 -1
- package/dist/shared/{hx-help-text-D7eytSim.js → hx-help-text-Br3igJv5.js} +7 -7
- package/dist/shared/hx-help-text-Br3igJv5.js.map +1 -0
- package/dist/shared/hx-icon-CcyDPDYY.js.map +1 -1
- package/dist/shared/{hx-icon-button-BHneqPCU.js → hx-icon-button-CqXH5Wwb.js} +7 -7
- package/dist/shared/hx-icon-button-CqXH5Wwb.js.map +1 -0
- package/dist/shared/hx-image-2gt14zZd.js.map +1 -1
- package/dist/shared/{hx-link-BESrWK8M.js → hx-link-Bem4Gn68.js} +8 -8
- package/dist/shared/hx-link-Bem4Gn68.js.map +1 -0
- package/dist/shared/hx-list-_9qVv02L.js.map +1 -1
- package/dist/shared/{hx-menu-divider-Ck-9Os1t.js → hx-menu-divider-DsHWyPHy.js} +37 -37
- package/dist/shared/hx-menu-divider-DsHWyPHy.js.map +1 -0
- package/dist/shared/hx-meter-TbROk-dw.js.map +1 -1
- package/dist/shared/hx-nav-BcYDmjf7.js.map +1 -1
- package/dist/shared/{hx-nav-item-pqPasRUm.js → hx-nav-item-BTMMQv6c.js} +34 -30
- package/dist/shared/hx-nav-item-BTMMQv6c.js.map +1 -0
- package/dist/shared/{hx-number-input-mOIZ3-46.js → hx-number-input-l6jeaGWW.js} +71 -71
- package/dist/shared/hx-number-input-l6jeaGWW.js.map +1 -0
- package/dist/shared/{hx-overflow-menu-Dprb9lnT.js → hx-overflow-menu-DJ4qpgmi.js} +12 -12
- package/dist/shared/hx-overflow-menu-DJ4qpgmi.js.map +1 -0
- package/dist/shared/{hx-pagination-AguTQjYC.js → hx-pagination-5FeVFIve.js} +64 -64
- package/dist/shared/hx-pagination-5FeVFIve.js.map +1 -0
- package/dist/shared/hx-patient-banner-uE6gqLpT.js.map +1 -1
- package/dist/shared/{hx-phi-field-BC_XowhC.js → hx-phi-field-DxeWcRm9.js} +3 -3
- package/dist/shared/hx-phi-field-DxeWcRm9.js.map +1 -0
- package/dist/shared/{hx-popover-B2_203ct.js → hx-popover-C05QcD9m.js} +6 -6
- package/dist/shared/hx-popover-C05QcD9m.js.map +1 -0
- package/dist/shared/hx-popup-DZXpsJ1R.js.map +1 -1
- package/dist/shared/{hx-progress-bar-KjEkEJLy.js → hx-progress-bar-CJdwAeDg.js} +11 -11
- package/dist/shared/hx-progress-bar-CJdwAeDg.js.map +1 -0
- package/dist/shared/hx-progress-ring-3zMwvrwD.js.map +1 -1
- package/dist/shared/hx-prose-BCtK7YL6.js.map +1 -1
- package/dist/shared/{hx-radio-BBC5qZgE.js → hx-radio-QHrhL908.js} +11 -11
- package/dist/shared/hx-radio-QHrhL908.js.map +1 -0
- package/dist/shared/hx-rating-C3E3ENJb.js.map +1 -1
- package/dist/shared/{hx-select-CixTo7jp.js → hx-select-BuMvRDkY.js} +47 -44
- package/dist/shared/hx-select-BuMvRDkY.js.map +1 -0
- package/dist/shared/hx-skeleton-LxkI0pxr.js.map +1 -1
- package/dist/shared/{hx-slider-DFHuzF3N.js → hx-slider-wcF_oyNJ.js} +41 -41
- package/dist/shared/hx-slider-wcF_oyNJ.js.map +1 -0
- package/dist/shared/hx-spinner-BKjuCdZB.js.map +1 -1
- package/dist/shared/{hx-split-button-CGcJMmCG.js → hx-split-button-CEkQqbF9.js} +32 -32
- package/dist/shared/hx-split-button-CEkQqbF9.js.map +1 -0
- package/dist/shared/{hx-split-panel-C-1R10Mc.js → hx-split-panel-BymHlV5e.js} +4 -4
- package/dist/shared/hx-split-panel-BymHlV5e.js.map +1 -0
- package/dist/shared/hx-stack-DGfcOfWJ.js.map +1 -1
- package/dist/shared/hx-stat-BTpykQAt.js.map +1 -1
- package/dist/shared/hx-status-indicator-X2QEWNFt.js.map +1 -1
- package/dist/shared/hx-step-CRNQlmSo.js.map +1 -1
- package/dist/shared/hx-structured-list-CqNbaEXg.js.map +1 -1
- package/dist/shared/{hx-switch-DqOD9JR7.js → hx-switch-CbunfMHW.js} +5 -5
- package/dist/shared/hx-switch-CbunfMHW.js.map +1 -0
- package/dist/shared/hx-tab-panel-BIzKfW5i.js.map +1 -1
- package/dist/shared/hx-tag-CgnrNnte.js.map +1 -1
- package/dist/shared/hx-td-Bra35cH4.js.map +1 -1
- package/dist/shared/hx-text-DMC2CPlL.js.map +1 -1
- package/dist/shared/{hx-text-input--q0GH78x.js → hx-text-input-eSPVURd5.js} +8 -8
- package/dist/shared/hx-text-input-eSPVURd5.js.map +1 -0
- package/dist/shared/{hx-textarea-CK621vSL.js → hx-textarea-C4DjRmo4.js} +12 -12
- package/dist/shared/hx-textarea-C4DjRmo4.js.map +1 -0
- package/dist/shared/{hx-theme-DfEy-SJA.js → hx-theme-DP4oPU1i.js} +44 -35
- package/dist/shared/hx-theme-DP4oPU1i.js.map +1 -0
- package/dist/shared/{hx-time-picker-tPUfgElQ.js → hx-time-picker-BtbHX7A4.js} +28 -28
- package/dist/shared/hx-time-picker-BtbHX7A4.js.map +1 -0
- package/dist/shared/{hx-toggle-button-L-uBJr-a.js → hx-toggle-button-FOvw-ebx.js} +26 -23
- package/dist/shared/hx-toggle-button-FOvw-ebx.js.map +1 -0
- package/dist/shared/{hx-tooltip-B_zfKvwc.js → hx-tooltip-BoZi2crX.js} +4 -4
- package/dist/shared/hx-tooltip-BoZi2crX.js.map +1 -0
- package/dist/shared/{hx-top-nav-CATbRvIv.js → hx-top-nav-Cd9zvv1B.js} +20 -20
- package/dist/shared/hx-top-nav-Cd9zvv1B.js.map +1 -0
- package/dist/shared/hx-tree-item-A45WCiBu.js.map +1 -1
- package/dist/shared/toast-factory-BPPnG3mM.js.map +1 -1
- package/figma-inventory.json +8526 -511
- package/package.json +2 -2
- package/dist/shared/hx-action-bar-BKMADbHj.js.map +0 -1
- package/dist/shared/hx-breadcrumb-item-CldCwD1d.js.map +0 -1
- package/dist/shared/hx-button-Ddl-T6T-.js.map +0 -1
- package/dist/shared/hx-card-ycveujjL.js.map +0 -1
- package/dist/shared/hx-checkbox-group-C3poJ-Zw.js.map +0 -1
- package/dist/shared/hx-combobox-BmgYT7Ar.js.map +0 -1
- package/dist/shared/hx-data-table-B6h0RPn0.js.map +0 -1
- package/dist/shared/hx-date-picker-Dq2Nb68_.js.map +0 -1
- package/dist/shared/hx-dialog-CvIlY0Tc.js.map +0 -1
- package/dist/shared/hx-divider-DwpOrzMW.js.map +0 -1
- package/dist/shared/hx-drawer-Cx2ZJhBe.js.map +0 -1
- package/dist/shared/hx-field-Dp3qQMut.js.map +0 -1
- package/dist/shared/hx-field-label-BC8QViXv.js.map +0 -1
- package/dist/shared/hx-file-upload-B6Yl1u0i.js.map +0 -1
- package/dist/shared/hx-help-text-D7eytSim.js.map +0 -1
- package/dist/shared/hx-icon-button-BHneqPCU.js.map +0 -1
- package/dist/shared/hx-link-BESrWK8M.js.map +0 -1
- package/dist/shared/hx-menu-divider-Ck-9Os1t.js.map +0 -1
- package/dist/shared/hx-nav-item-pqPasRUm.js.map +0 -1
- package/dist/shared/hx-number-input-mOIZ3-46.js.map +0 -1
- package/dist/shared/hx-overflow-menu-Dprb9lnT.js.map +0 -1
- package/dist/shared/hx-pagination-AguTQjYC.js.map +0 -1
- package/dist/shared/hx-phi-field-BC_XowhC.js.map +0 -1
- package/dist/shared/hx-popover-B2_203ct.js.map +0 -1
- package/dist/shared/hx-progress-bar-KjEkEJLy.js.map +0 -1
- package/dist/shared/hx-radio-BBC5qZgE.js.map +0 -1
- package/dist/shared/hx-select-CixTo7jp.js.map +0 -1
- package/dist/shared/hx-slider-DFHuzF3N.js.map +0 -1
- package/dist/shared/hx-split-button-CGcJMmCG.js.map +0 -1
- package/dist/shared/hx-split-panel-C-1R10Mc.js.map +0 -1
- package/dist/shared/hx-switch-DqOD9JR7.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/css/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated": "2026-04-
|
|
2
|
+
"generated": "2026-04-24T18:37:35.803Z",
|
|
3
3
|
"components": [
|
|
4
4
|
{
|
|
5
5
|
"name": "hx-accordion",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"--hx-action-bar-z-index",
|
|
25
25
|
"--hx-border-radius-md",
|
|
26
26
|
"--hx-border-width-thin",
|
|
27
|
-
"--hx-color-
|
|
28
|
-
"--hx-color-
|
|
29
|
-
"--hx-color-
|
|
27
|
+
"--hx-color-border-default",
|
|
28
|
+
"--hx-color-surface-default",
|
|
29
|
+
"--hx-color-surface-raised",
|
|
30
30
|
"--hx-size-10",
|
|
31
31
|
"--hx-size-12",
|
|
32
32
|
"--hx-size-8",
|
|
@@ -247,18 +247,18 @@
|
|
|
247
247
|
"--hx-button-font-weight",
|
|
248
248
|
"--hx-button-hover-bg",
|
|
249
249
|
"--hx-button-inverted-color",
|
|
250
|
+
"--hx-color-border-strong",
|
|
250
251
|
"--hx-color-error-500",
|
|
251
252
|
"--hx-color-error-600",
|
|
252
253
|
"--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
254
|
"--hx-color-primary-400",
|
|
259
|
-
"--hx-color-primary-50",
|
|
260
255
|
"--hx-color-primary-500",
|
|
261
256
|
"--hx-color-primary-600",
|
|
257
|
+
"--hx-color-surface-raised",
|
|
258
|
+
"--hx-color-surface-sunken",
|
|
259
|
+
"--hx-color-text-on-error",
|
|
260
|
+
"--hx-color-text-on-primary",
|
|
261
|
+
"--hx-color-text-primary",
|
|
262
262
|
"--hx-duration-spinner",
|
|
263
263
|
"--hx-filter-brightness-active",
|
|
264
264
|
"--hx-filter-brightness-hover",
|
|
@@ -313,11 +313,11 @@
|
|
|
313
313
|
"--hx-card-gap",
|
|
314
314
|
"--hx-card-image-aspect-ratio",
|
|
315
315
|
"--hx-card-padding",
|
|
316
|
-
"--hx-color-
|
|
317
|
-
"--hx-color-neutral-200",
|
|
318
|
-
"--hx-color-neutral-600",
|
|
319
|
-
"--hx-color-neutral-800",
|
|
316
|
+
"--hx-color-border-default",
|
|
320
317
|
"--hx-color-primary-500",
|
|
318
|
+
"--hx-color-surface-default",
|
|
319
|
+
"--hx-color-text-secondary",
|
|
320
|
+
"--hx-color-text-strong",
|
|
321
321
|
"--hx-focus-ring-color",
|
|
322
322
|
"--hx-focus-ring-offset",
|
|
323
323
|
"--hx-focus-ring-width",
|
|
@@ -388,14 +388,15 @@
|
|
|
388
388
|
"--hx-checkbox-help-text-color",
|
|
389
389
|
"--hx-checkbox-label-color",
|
|
390
390
|
"--hx-checkbox-size",
|
|
391
|
+
"--hx-color-border-strong",
|
|
391
392
|
"--hx-color-error-500",
|
|
392
393
|
"--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
394
|
"--hx-color-primary-400",
|
|
398
395
|
"--hx-color-primary-500",
|
|
396
|
+
"--hx-color-surface-default",
|
|
397
|
+
"--hx-color-text-muted",
|
|
398
|
+
"--hx-color-text-on-primary",
|
|
399
|
+
"--hx-color-text-strong",
|
|
399
400
|
"--hx-filter-brightness-hover",
|
|
400
401
|
"--hx-focus-ring-color",
|
|
401
402
|
"--hx-focus-ring-offset",
|
|
@@ -428,8 +429,8 @@
|
|
|
428
429
|
"--hx-checkbox-group-help-text-color",
|
|
429
430
|
"--hx-checkbox-group-label-color",
|
|
430
431
|
"--hx-color-error-text",
|
|
431
|
-
"--hx-color-
|
|
432
|
-
"--hx-color-
|
|
432
|
+
"--hx-color-text-muted",
|
|
433
|
+
"--hx-color-text-strong",
|
|
433
434
|
"--hx-font-family-sans",
|
|
434
435
|
"--hx-font-size-sm",
|
|
435
436
|
"--hx-font-size-xs",
|
|
@@ -593,14 +594,9 @@
|
|
|
593
594
|
"--hx-border-radius-full",
|
|
594
595
|
"--hx-border-radius-md",
|
|
595
596
|
"--hx-border-width-thin",
|
|
597
|
+
"--hx-color-border-strong",
|
|
596
598
|
"--hx-color-error-500",
|
|
597
599
|
"--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
600
|
"--hx-color-neutral-900",
|
|
605
601
|
"--hx-color-primary-100",
|
|
606
602
|
"--hx-color-primary-200",
|
|
@@ -608,6 +604,10 @@
|
|
|
608
604
|
"--hx-color-primary-50",
|
|
609
605
|
"--hx-color-primary-500",
|
|
610
606
|
"--hx-color-primary-800",
|
|
607
|
+
"--hx-color-surface-default",
|
|
608
|
+
"--hx-color-text-muted",
|
|
609
|
+
"--hx-color-text-placeholder",
|
|
610
|
+
"--hx-color-text-strong",
|
|
611
611
|
"--hx-combobox-bg",
|
|
612
612
|
"--hx-combobox-border-color",
|
|
613
613
|
"--hx-combobox-border-radius",
|
|
@@ -731,14 +731,15 @@
|
|
|
731
731
|
"tokens": [
|
|
732
732
|
"--hx-border-radius-sm",
|
|
733
733
|
"--hx-border-width-thin",
|
|
734
|
+
"--hx-color-border-default",
|
|
734
735
|
"--hx-color-neutral-100",
|
|
735
736
|
"--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
737
|
"--hx-color-primary-50",
|
|
741
738
|
"--hx-color-primary-500",
|
|
739
|
+
"--hx-color-surface-raised",
|
|
740
|
+
"--hx-color-text-primary",
|
|
741
|
+
"--hx-color-text-secondary",
|
|
742
|
+
"--hx-color-text-strong",
|
|
742
743
|
"--hx-data-table-border-color",
|
|
743
744
|
"--hx-data-table-cell-color",
|
|
744
745
|
"--hx-data-table-empty-color",
|
|
@@ -775,21 +776,22 @@
|
|
|
775
776
|
"--hx-border-radius-md",
|
|
776
777
|
"--hx-border-radius-sm",
|
|
777
778
|
"--hx-border-width-thin",
|
|
779
|
+
"--hx-color-border-default",
|
|
780
|
+
"--hx-color-border-strong",
|
|
778
781
|
"--hx-color-error-500",
|
|
779
782
|
"--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
783
|
"--hx-color-neutral-900",
|
|
790
784
|
"--hx-color-primary-400",
|
|
791
785
|
"--hx-color-primary-500",
|
|
792
786
|
"--hx-color-primary-600",
|
|
787
|
+
"--hx-color-surface-default",
|
|
788
|
+
"--hx-color-surface-sunken",
|
|
789
|
+
"--hx-color-text-muted",
|
|
790
|
+
"--hx-color-text-on-primary",
|
|
791
|
+
"--hx-color-text-placeholder",
|
|
792
|
+
"--hx-color-text-primary",
|
|
793
|
+
"--hx-color-text-secondary",
|
|
794
|
+
"--hx-color-text-strong",
|
|
793
795
|
"--hx-date-picker-bg",
|
|
794
796
|
"--hx-date-picker-border-color",
|
|
795
797
|
"--hx-date-picker-border-radius",
|
|
@@ -838,12 +840,13 @@
|
|
|
838
840
|
"--hx-border-radius-lg",
|
|
839
841
|
"--hx-border-radius-sm",
|
|
840
842
|
"--hx-border-width-thin",
|
|
841
|
-
"--hx-color-
|
|
842
|
-
"--hx-color-neutral-100",
|
|
843
|
-
"--hx-color-neutral-200",
|
|
844
|
-
"--hx-color-neutral-500",
|
|
845
|
-
"--hx-color-neutral-900",
|
|
843
|
+
"--hx-color-border-default",
|
|
846
844
|
"--hx-color-primary-500",
|
|
845
|
+
"--hx-color-surface-default",
|
|
846
|
+
"--hx-color-surface-overlay",
|
|
847
|
+
"--hx-color-surface-sunken",
|
|
848
|
+
"--hx-color-text-muted",
|
|
849
|
+
"--hx-color-text-primary",
|
|
847
850
|
"--hx-container-narrow",
|
|
848
851
|
"--hx-dialog-backdrop-color",
|
|
849
852
|
"--hx-dialog-backdrop-opacity",
|
|
@@ -885,8 +888,8 @@
|
|
|
885
888
|
"file": "hx-divider.css",
|
|
886
889
|
"tokens": [
|
|
887
890
|
"--hx-border-width-thin",
|
|
888
|
-
"--hx-color-
|
|
889
|
-
"--hx-color-
|
|
891
|
+
"--hx-color-border-default",
|
|
892
|
+
"--hx-color-text-muted",
|
|
890
893
|
"--hx-divider-color",
|
|
891
894
|
"--hx-divider-label-color",
|
|
892
895
|
"--hx-divider-label-font-size",
|
|
@@ -906,13 +909,13 @@
|
|
|
906
909
|
"tokens": [
|
|
907
910
|
"--hx-border-radius-md",
|
|
908
911
|
"--hx-border-width-thin",
|
|
909
|
-
"--hx-color-
|
|
910
|
-
"--hx-color-neutral-100",
|
|
911
|
-
"--hx-color-neutral-200",
|
|
912
|
-
"--hx-color-neutral-500",
|
|
913
|
-
"--hx-color-neutral-900",
|
|
912
|
+
"--hx-color-border-default",
|
|
914
913
|
"--hx-color-primary-500",
|
|
915
|
-
"--hx-
|
|
914
|
+
"--hx-color-surface-default",
|
|
915
|
+
"--hx-color-surface-overlay",
|
|
916
|
+
"--hx-color-surface-sunken",
|
|
917
|
+
"--hx-color-text-muted",
|
|
918
|
+
"--hx-color-text-primary",
|
|
916
919
|
"--hx-drawer-backdrop-opacity",
|
|
917
920
|
"--hx-drawer-bg",
|
|
918
921
|
"--hx-drawer-body-padding",
|
|
@@ -951,8 +954,8 @@
|
|
|
951
954
|
"file": "hx-dropdown.css",
|
|
952
955
|
"tokens": [
|
|
953
956
|
"--hx-border-radius-md",
|
|
954
|
-
"--hx-color-
|
|
955
|
-
"--hx-color-
|
|
957
|
+
"--hx-color-border-default",
|
|
958
|
+
"--hx-color-surface-default",
|
|
956
959
|
"--hx-dropdown-panel-bg",
|
|
957
960
|
"--hx-dropdown-panel-border-color",
|
|
958
961
|
"--hx-dropdown-panel-border-radius",
|
|
@@ -970,8 +973,8 @@
|
|
|
970
973
|
"--hx-border-radius-sm",
|
|
971
974
|
"--hx-color-error-500",
|
|
972
975
|
"--hx-color-error-text",
|
|
973
|
-
"--hx-color-
|
|
974
|
-
"--hx-color-
|
|
976
|
+
"--hx-color-text-muted",
|
|
977
|
+
"--hx-color-text-strong",
|
|
975
978
|
"--hx-field-error-color",
|
|
976
979
|
"--hx-field-font-family",
|
|
977
980
|
"--hx-field-gap",
|
|
@@ -994,8 +997,8 @@
|
|
|
994
997
|
"file": "hx-field-label.css",
|
|
995
998
|
"tokens": [
|
|
996
999
|
"--hx-color-error-text",
|
|
997
|
-
"--hx-color-
|
|
998
|
-
"--hx-color-
|
|
1000
|
+
"--hx-color-text-muted",
|
|
1001
|
+
"--hx-color-text-strong",
|
|
999
1002
|
"--hx-field-label-color",
|
|
1000
1003
|
"--hx-field-label-required-color",
|
|
1001
1004
|
"--hx-font-family-sans",
|
|
@@ -1021,17 +1024,16 @@
|
|
|
1021
1024
|
"--hx-border-radius-md",
|
|
1022
1025
|
"--hx-border-radius-sm",
|
|
1023
1026
|
"--hx-border-width-thin",
|
|
1027
|
+
"--hx-color-border-default",
|
|
1028
|
+
"--hx-color-border-strong",
|
|
1024
1029
|
"--hx-color-error-500",
|
|
1025
1030
|
"--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
1031
|
"--hx-color-primary-500",
|
|
1032
|
+
"--hx-color-surface-default",
|
|
1033
|
+
"--hx-color-surface-raised",
|
|
1034
|
+
"--hx-color-text-muted",
|
|
1035
|
+
"--hx-color-text-secondary",
|
|
1036
|
+
"--hx-color-text-strong",
|
|
1035
1037
|
"--hx-file-upload-dropzone-bg",
|
|
1036
1038
|
"--hx-file-upload-dropzone-border-color",
|
|
1037
1039
|
"--hx-file-upload-dropzone-border-radius",
|
|
@@ -1077,8 +1079,8 @@
|
|
|
1077
1079
|
"file": "hx-help-text.css",
|
|
1078
1080
|
"tokens": [
|
|
1079
1081
|
"--hx-color-error-600",
|
|
1080
|
-
"--hx-color-neutral-500",
|
|
1081
1082
|
"--hx-color-success-700",
|
|
1083
|
+
"--hx-color-text-muted",
|
|
1082
1084
|
"--hx-color-warning-700",
|
|
1083
1085
|
"--hx-font-family-sans",
|
|
1084
1086
|
"--hx-font-size-sm",
|
|
@@ -1111,15 +1113,17 @@
|
|
|
1111
1113
|
"tokens": [
|
|
1112
1114
|
"--hx-border-radius-md",
|
|
1113
1115
|
"--hx-border-width-thin",
|
|
1116
|
+
"--hx-color-border-strong",
|
|
1114
1117
|
"--hx-color-error-500",
|
|
1115
1118
|
"--hx-color-error-600",
|
|
1116
|
-
"--hx-color-neutral-0",
|
|
1117
|
-
"--hx-color-neutral-100",
|
|
1118
|
-
"--hx-color-neutral-300",
|
|
1119
|
-
"--hx-color-neutral-700",
|
|
1120
1119
|
"--hx-color-primary-50",
|
|
1121
1120
|
"--hx-color-primary-500",
|
|
1122
1121
|
"--hx-color-primary-600",
|
|
1122
|
+
"--hx-color-surface-raised",
|
|
1123
|
+
"--hx-color-surface-sunken",
|
|
1124
|
+
"--hx-color-text-on-error",
|
|
1125
|
+
"--hx-color-text-on-primary",
|
|
1126
|
+
"--hx-color-text-strong",
|
|
1123
1127
|
"--hx-filter-brightness-active",
|
|
1124
1128
|
"--hx-focus-ring-color",
|
|
1125
1129
|
"--hx-focus-ring-offset",
|
|
@@ -1167,12 +1171,12 @@
|
|
|
1167
1171
|
"--hx-border-radius-sm",
|
|
1168
1172
|
"--hx-color-error-700",
|
|
1169
1173
|
"--hx-color-error-text",
|
|
1170
|
-
"--hx-color-neutral-400",
|
|
1171
|
-
"--hx-color-neutral-600",
|
|
1172
1174
|
"--hx-color-primary-400",
|
|
1173
1175
|
"--hx-color-primary-500",
|
|
1174
1176
|
"--hx-color-primary-700",
|
|
1175
1177
|
"--hx-color-primary-800",
|
|
1178
|
+
"--hx-color-text-disabled",
|
|
1179
|
+
"--hx-color-text-secondary",
|
|
1176
1180
|
"--hx-focus-ring-color",
|
|
1177
1181
|
"--hx-focus-ring-offset",
|
|
1178
1182
|
"--hx-focus-ring-width",
|
|
@@ -1209,8 +1213,8 @@
|
|
|
1209
1213
|
"tokens": [
|
|
1210
1214
|
"--hx-border-radius-md",
|
|
1211
1215
|
"--hx-border-width-thin",
|
|
1212
|
-
"--hx-color-
|
|
1213
|
-
"--hx-color-
|
|
1216
|
+
"--hx-color-border-default",
|
|
1217
|
+
"--hx-color-surface-default",
|
|
1214
1218
|
"--hx-menu-bg",
|
|
1215
1219
|
"--hx-menu-border-color",
|
|
1216
1220
|
"--hx-menu-border-radius",
|
|
@@ -1311,16 +1315,15 @@
|
|
|
1311
1315
|
"tokens": [
|
|
1312
1316
|
"--hx-border-radius-md",
|
|
1313
1317
|
"--hx-border-width-thin",
|
|
1318
|
+
"--hx-color-border-strong",
|
|
1314
1319
|
"--hx-color-error-500",
|
|
1315
1320
|
"--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",
|
|
1321
|
+
"--hx-color-surface-default",
|
|
1322
|
+
"--hx-color-surface-raised",
|
|
1323
|
+
"--hx-color-text-muted",
|
|
1324
|
+
"--hx-color-text-placeholder",
|
|
1325
|
+
"--hx-color-text-secondary",
|
|
1326
|
+
"--hx-color-text-strong",
|
|
1324
1327
|
"--hx-focus-ring-color",
|
|
1325
1328
|
"--hx-focus-ring-opacity",
|
|
1326
1329
|
"--hx-focus-ring-width",
|
|
@@ -1359,13 +1362,13 @@
|
|
|
1359
1362
|
"tokens": [
|
|
1360
1363
|
"--hx-border-radius-md",
|
|
1361
1364
|
"--hx-border-width-thin",
|
|
1362
|
-
"--hx-color-
|
|
1363
|
-
"--hx-color-neutral-100",
|
|
1364
|
-
"--hx-color-neutral-200",
|
|
1365
|
-
"--hx-color-neutral-50",
|
|
1366
|
-
"--hx-color-neutral-600",
|
|
1367
|
-
"--hx-color-neutral-900",
|
|
1365
|
+
"--hx-color-border-default",
|
|
1368
1366
|
"--hx-color-primary-500",
|
|
1367
|
+
"--hx-color-surface-default",
|
|
1368
|
+
"--hx-color-surface-raised",
|
|
1369
|
+
"--hx-color-surface-sunken",
|
|
1370
|
+
"--hx-color-text-primary",
|
|
1371
|
+
"--hx-color-text-secondary",
|
|
1369
1372
|
"--hx-focus-ring-color",
|
|
1370
1373
|
"--hx-focus-ring-offset",
|
|
1371
1374
|
"--hx-focus-ring-width",
|
|
@@ -1395,12 +1398,13 @@
|
|
|
1395
1398
|
"tokens": [
|
|
1396
1399
|
"--hx-border-radius-md",
|
|
1397
1400
|
"--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",
|
|
1401
|
+
"--hx-color-border-strong",
|
|
1403
1402
|
"--hx-color-primary-500",
|
|
1403
|
+
"--hx-color-surface-default",
|
|
1404
|
+
"--hx-color-surface-sunken",
|
|
1405
|
+
"--hx-color-text-muted",
|
|
1406
|
+
"--hx-color-text-on-primary",
|
|
1407
|
+
"--hx-color-text-primary",
|
|
1404
1408
|
"--hx-focus-ring-color",
|
|
1405
1409
|
"--hx-focus-ring-offset",
|
|
1406
1410
|
"--hx-focus-ring-width",
|
|
@@ -1472,9 +1476,9 @@
|
|
|
1472
1476
|
"file": "hx-phi-field.css",
|
|
1473
1477
|
"tokens": [
|
|
1474
1478
|
"--hx-border-radius-sm",
|
|
1475
|
-
"--hx-color-neutral-500",
|
|
1476
|
-
"--hx-color-neutral-900",
|
|
1477
1479
|
"--hx-color-primary-500",
|
|
1480
|
+
"--hx-color-text-muted",
|
|
1481
|
+
"--hx-color-text-primary",
|
|
1478
1482
|
"--hx-focus-ring-color",
|
|
1479
1483
|
"--hx-focus-ring-offset",
|
|
1480
1484
|
"--hx-focus-ring-width",
|
|
@@ -1497,10 +1501,10 @@
|
|
|
1497
1501
|
"file": "hx-popover.css",
|
|
1498
1502
|
"tokens": [
|
|
1499
1503
|
"--hx-border-radius-md",
|
|
1500
|
-
"--hx-color-
|
|
1501
|
-
"--hx-color-neutral-200",
|
|
1502
|
-
"--hx-color-neutral-900",
|
|
1504
|
+
"--hx-color-border-default",
|
|
1503
1505
|
"--hx-color-primary-500",
|
|
1506
|
+
"--hx-color-surface-default",
|
|
1507
|
+
"--hx-color-text-primary",
|
|
1504
1508
|
"--hx-focus-ring-color",
|
|
1505
1509
|
"--hx-focus-ring-offset",
|
|
1506
1510
|
"--hx-focus-ring-width",
|
|
@@ -1541,10 +1545,10 @@
|
|
|
1541
1545
|
"tokens": [
|
|
1542
1546
|
"--hx-border-radius-full",
|
|
1543
1547
|
"--hx-color-error-500",
|
|
1544
|
-
"--hx-color-neutral-100",
|
|
1545
|
-
"--hx-color-neutral-700",
|
|
1546
1548
|
"--hx-color-primary-500",
|
|
1547
1549
|
"--hx-color-success-700",
|
|
1550
|
+
"--hx-color-surface-sunken",
|
|
1551
|
+
"--hx-color-text-strong",
|
|
1548
1552
|
"--hx-color-warning-500",
|
|
1549
1553
|
"--hx-font-family-sans",
|
|
1550
1554
|
"--hx-font-size-sm",
|
|
@@ -1602,8 +1606,8 @@
|
|
|
1602
1606
|
"file": "hx-radio-group.css",
|
|
1603
1607
|
"tokens": [
|
|
1604
1608
|
"--hx-color-error-text",
|
|
1605
|
-
"--hx-color-
|
|
1606
|
-
"--hx-color-
|
|
1609
|
+
"--hx-color-text-muted",
|
|
1610
|
+
"--hx-color-text-strong",
|
|
1607
1611
|
"--hx-font-family-sans",
|
|
1608
1612
|
"--hx-font-size-sm",
|
|
1609
1613
|
"--hx-font-size-xs",
|
|
@@ -1651,18 +1655,17 @@
|
|
|
1651
1655
|
"tokens": [
|
|
1652
1656
|
"--hx-border-radius-md",
|
|
1653
1657
|
"--hx-border-width-thin",
|
|
1658
|
+
"--hx-color-border-strong",
|
|
1654
1659
|
"--hx-color-error-500",
|
|
1655
1660
|
"--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
1661
|
"--hx-color-primary-100",
|
|
1663
1662
|
"--hx-color-primary-400",
|
|
1664
1663
|
"--hx-color-primary-50",
|
|
1665
1664
|
"--hx-color-primary-500",
|
|
1665
|
+
"--hx-color-surface-default",
|
|
1666
|
+
"--hx-color-text-muted",
|
|
1667
|
+
"--hx-color-text-placeholder",
|
|
1668
|
+
"--hx-color-text-strong",
|
|
1666
1669
|
"--hx-focus-ring-color",
|
|
1667
1670
|
"--hx-focus-ring-opacity",
|
|
1668
1671
|
"--hx-focus-ring-width",
|
|
@@ -1692,7 +1695,6 @@
|
|
|
1692
1695
|
"--hx-select-listbox-max-height",
|
|
1693
1696
|
"--hx-select-option-focus-ring-offset",
|
|
1694
1697
|
"--hx-select-option-hover-bg",
|
|
1695
|
-
"--hx-select-placeholder-color",
|
|
1696
1698
|
"--hx-size-10",
|
|
1697
1699
|
"--hx-size-12",
|
|
1698
1700
|
"--hx-size-8",
|
|
@@ -1711,11 +1713,10 @@
|
|
|
1711
1713
|
"tokens": [
|
|
1712
1714
|
"--hx-border-radius-sm",
|
|
1713
1715
|
"--hx-border-width-thin",
|
|
1714
|
-
"--hx-color-
|
|
1715
|
-
"--hx-color-neutral-400",
|
|
1716
|
-
"--hx-color-neutral-700",
|
|
1717
|
-
"--hx-color-neutral-900",
|
|
1716
|
+
"--hx-color-border-strong",
|
|
1718
1717
|
"--hx-color-primary-400",
|
|
1718
|
+
"--hx-color-surface-inverse",
|
|
1719
|
+
"--hx-color-text-inverse",
|
|
1719
1720
|
"--hx-focus-ring-color",
|
|
1720
1721
|
"--hx-focus-ring-offset",
|
|
1721
1722
|
"--hx-focus-ring-width",
|
|
@@ -1762,14 +1763,14 @@
|
|
|
1762
1763
|
"tokens": [
|
|
1763
1764
|
"--hx-border-radius-full",
|
|
1764
1765
|
"--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",
|
|
1766
|
+
"--hx-color-border-default",
|
|
1767
|
+
"--hx-color-border-strong",
|
|
1771
1768
|
"--hx-color-primary-400",
|
|
1772
1769
|
"--hx-color-primary-500",
|
|
1770
|
+
"--hx-color-surface-default",
|
|
1771
|
+
"--hx-color-text-muted",
|
|
1772
|
+
"--hx-color-text-secondary",
|
|
1773
|
+
"--hx-color-text-strong",
|
|
1773
1774
|
"--hx-focus-ring-color",
|
|
1774
1775
|
"--hx-focus-ring-width",
|
|
1775
1776
|
"--hx-font-family-sans",
|
|
@@ -1836,20 +1837,22 @@
|
|
|
1836
1837
|
"tokens": [
|
|
1837
1838
|
"--hx-border-radius-md",
|
|
1838
1839
|
"--hx-border-width-thin",
|
|
1840
|
+
"--hx-color-border-default",
|
|
1841
|
+
"--hx-color-border-strong",
|
|
1839
1842
|
"--hx-color-error-400",
|
|
1840
1843
|
"--hx-color-error-500",
|
|
1841
1844
|
"--hx-color-error-600",
|
|
1842
|
-
"--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
1845
|
"--hx-color-primary-200",
|
|
1849
1846
|
"--hx-color-primary-300",
|
|
1850
1847
|
"--hx-color-primary-400",
|
|
1851
1848
|
"--hx-color-primary-50",
|
|
1852
1849
|
"--hx-color-primary-500",
|
|
1850
|
+
"--hx-color-surface-default",
|
|
1851
|
+
"--hx-color-surface-raised",
|
|
1852
|
+
"--hx-color-surface-sunken",
|
|
1853
|
+
"--hx-color-text-on-error",
|
|
1854
|
+
"--hx-color-text-on-primary",
|
|
1855
|
+
"--hx-color-text-primary",
|
|
1853
1856
|
"--hx-filter-brightness-active",
|
|
1854
1857
|
"--hx-filter-brightness-hover",
|
|
1855
1858
|
"--hx-focus-ring-color",
|
|
@@ -1890,9 +1893,9 @@
|
|
|
1890
1893
|
"name": "hx-split-panel",
|
|
1891
1894
|
"file": "hx-split-panel.css",
|
|
1892
1895
|
"tokens": [
|
|
1893
|
-
"--hx-color-
|
|
1894
|
-
"--hx-color-neutral-200",
|
|
1896
|
+
"--hx-color-border-default",
|
|
1895
1897
|
"--hx-color-primary-500",
|
|
1898
|
+
"--hx-color-surface-default",
|
|
1896
1899
|
"--hx-focus-ring-color",
|
|
1897
1900
|
"--hx-focus-ring-offset",
|
|
1898
1901
|
"--hx-focus-ring-width",
|
|
@@ -2046,13 +2049,13 @@
|
|
|
2046
2049
|
"file": "hx-switch.css",
|
|
2047
2050
|
"tokens": [
|
|
2048
2051
|
"--hx-border-radius-full",
|
|
2052
|
+
"--hx-color-border-strong",
|
|
2049
2053
|
"--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
2054
|
"--hx-color-primary-400",
|
|
2055
2055
|
"--hx-color-primary-500",
|
|
2056
|
+
"--hx-color-surface-default",
|
|
2057
|
+
"--hx-color-text-muted",
|
|
2058
|
+
"--hx-color-text-strong",
|
|
2056
2059
|
"--hx-focus-ring-color",
|
|
2057
2060
|
"--hx-focus-ring-offset",
|
|
2058
2061
|
"--hx-focus-ring-width",
|
|
@@ -2226,15 +2229,14 @@
|
|
|
2226
2229
|
"tokens": [
|
|
2227
2230
|
"--hx-border-radius-md",
|
|
2228
2231
|
"--hx-border-width-thin",
|
|
2232
|
+
"--hx-color-border-strong",
|
|
2229
2233
|
"--hx-color-error-500",
|
|
2230
2234
|
"--hx-color-error-text",
|
|
2231
|
-
"--hx-color-neutral-0",
|
|
2232
|
-
"--hx-color-neutral-300",
|
|
2233
|
-
"--hx-color-neutral-400",
|
|
2234
|
-
"--hx-color-neutral-500",
|
|
2235
|
-
"--hx-color-neutral-700",
|
|
2236
|
-
"--hx-color-neutral-800",
|
|
2237
2235
|
"--hx-color-primary-400",
|
|
2236
|
+
"--hx-color-surface-default",
|
|
2237
|
+
"--hx-color-text-muted",
|
|
2238
|
+
"--hx-color-text-placeholder",
|
|
2239
|
+
"--hx-color-text-strong",
|
|
2238
2240
|
"--hx-focus-ring-color",
|
|
2239
2241
|
"--hx-focus-ring-opacity",
|
|
2240
2242
|
"--hx-focus-ring-width",
|
|
@@ -2271,15 +2273,14 @@
|
|
|
2271
2273
|
"tokens": [
|
|
2272
2274
|
"--hx-border-radius-md",
|
|
2273
2275
|
"--hx-border-width-thin",
|
|
2276
|
+
"--hx-color-border-strong",
|
|
2274
2277
|
"--hx-color-error-500",
|
|
2275
2278
|
"--hx-color-error-text",
|
|
2276
|
-
"--hx-color-neutral-0",
|
|
2277
|
-
"--hx-color-neutral-300",
|
|
2278
|
-
"--hx-color-neutral-400",
|
|
2279
|
-
"--hx-color-neutral-500",
|
|
2280
|
-
"--hx-color-neutral-700",
|
|
2281
|
-
"--hx-color-neutral-800",
|
|
2282
2279
|
"--hx-color-primary-400",
|
|
2280
|
+
"--hx-color-surface-default",
|
|
2281
|
+
"--hx-color-text-muted",
|
|
2282
|
+
"--hx-color-text-placeholder",
|
|
2283
|
+
"--hx-color-text-strong",
|
|
2283
2284
|
"--hx-focus-ring-color",
|
|
2284
2285
|
"--hx-focus-ring-opacity",
|
|
2285
2286
|
"--hx-focus-ring-width",
|
|
@@ -2317,19 +2318,18 @@
|
|
|
2317
2318
|
"tokens": [
|
|
2318
2319
|
"--hx-border-radius-md",
|
|
2319
2320
|
"--hx-border-width-thin",
|
|
2321
|
+
"--hx-color-border-strong",
|
|
2320
2322
|
"--hx-color-error-500",
|
|
2321
2323
|
"--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
2324
|
"--hx-color-neutral-900",
|
|
2329
2325
|
"--hx-color-primary-100",
|
|
2330
2326
|
"--hx-color-primary-50",
|
|
2331
2327
|
"--hx-color-primary-700",
|
|
2332
2328
|
"--hx-color-primary-800",
|
|
2329
|
+
"--hx-color-surface-default",
|
|
2330
|
+
"--hx-color-text-muted",
|
|
2331
|
+
"--hx-color-text-placeholder",
|
|
2332
|
+
"--hx-color-text-strong",
|
|
2333
2333
|
"--hx-focus-ring-color",
|
|
2334
2334
|
"--hx-focus-ring-opacity",
|
|
2335
2335
|
"--hx-focus-ring-width",
|
|
@@ -2406,18 +2406,18 @@
|
|
|
2406
2406
|
"tokens": [
|
|
2407
2407
|
"--hx-border-radius-md",
|
|
2408
2408
|
"--hx-border-width-thin",
|
|
2409
|
-
"--hx-color-
|
|
2410
|
-
"--hx-color-neutral-100",
|
|
2411
|
-
"--hx-color-neutral-200",
|
|
2412
|
-
"--hx-color-neutral-300",
|
|
2413
|
-
"--hx-color-neutral-50",
|
|
2409
|
+
"--hx-color-border-strong",
|
|
2414
2410
|
"--hx-color-neutral-500",
|
|
2415
|
-
"--hx-color-neutral-900",
|
|
2416
2411
|
"--hx-color-primary-100",
|
|
2417
2412
|
"--hx-color-primary-400",
|
|
2418
2413
|
"--hx-color-primary-50",
|
|
2419
2414
|
"--hx-color-primary-500",
|
|
2420
2415
|
"--hx-color-primary-700",
|
|
2416
|
+
"--hx-color-surface-raised",
|
|
2417
|
+
"--hx-color-surface-sunken",
|
|
2418
|
+
"--hx-color-text-muted",
|
|
2419
|
+
"--hx-color-text-on-primary",
|
|
2420
|
+
"--hx-color-text-primary",
|
|
2421
2421
|
"--hx-filter-brightness-active",
|
|
2422
2422
|
"--hx-filter-brightness-hover",
|
|
2423
2423
|
"--hx-focus-ring-color",
|
|
@@ -2453,8 +2453,8 @@
|
|
|
2453
2453
|
"file": "hx-tooltip.css",
|
|
2454
2454
|
"tokens": [
|
|
2455
2455
|
"--hx-border-radius-sm",
|
|
2456
|
-
"--hx-color-
|
|
2457
|
-
"--hx-color-
|
|
2456
|
+
"--hx-color-surface-inverse",
|
|
2457
|
+
"--hx-color-text-inverse",
|
|
2458
2458
|
"--hx-font-family-sans",
|
|
2459
2459
|
"--hx-font-size-xs",
|
|
2460
2460
|
"--hx-line-height-normal",
|
|
@@ -2482,12 +2482,11 @@
|
|
|
2482
2482
|
"tokens": [
|
|
2483
2483
|
"--hx-border-radius-sm",
|
|
2484
2484
|
"--hx-border-width-thin",
|
|
2485
|
-
"--hx-color-
|
|
2486
|
-
"--hx-color-neutral-100",
|
|
2487
|
-
"--hx-color-neutral-200",
|
|
2488
|
-
"--hx-color-neutral-700",
|
|
2489
|
-
"--hx-color-neutral-800",
|
|
2485
|
+
"--hx-color-border-default",
|
|
2490
2486
|
"--hx-color-primary-500",
|
|
2487
|
+
"--hx-color-surface-default",
|
|
2488
|
+
"--hx-color-surface-sunken",
|
|
2489
|
+
"--hx-color-text-strong",
|
|
2491
2490
|
"--hx-duration-fast",
|
|
2492
2491
|
"--hx-focus-ring-color",
|
|
2493
2492
|
"--hx-focus-ring-offset",
|