@helixui/library 3.2.0-next.89 → 3.2.0-next.94
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 +30 -8
- package/dist/components/hx-accordion/hx-accordion-item.styles.d.ts.map +1 -1
- package/dist/components/hx-accordion/index.js +1 -1
- package/dist/components/hx-alert/index.js +1 -1
- package/dist/components/hx-banner/index.js +1 -1
- package/dist/components/hx-breadcrumb/hx-breadcrumb-item.styles.d.ts.map +1 -1
- package/dist/components/hx-breadcrumb/index.js +1 -1
- package/dist/components/hx-button/hx-button.d.ts +19 -4
- 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-card/hx-card.styles.d.ts.map +1 -1
- package/dist/components/hx-card/index.js +1 -1
- package/dist/components/hx-checkbox/index.js +1 -1
- package/dist/components/hx-clinical-status/hx-clinical-status.styles.d.ts.map +1 -1
- package/dist/components/hx-clinical-status/index.js +1 -1
- package/dist/components/hx-code-snippet/index.js +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/index.js +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/index.js +1 -1
- package/dist/components/hx-dialog/hx-dialog.styles.d.ts.map +1 -1
- package/dist/components/hx-dialog/index.js +1 -1
- package/dist/components/hx-drawer/hx-drawer.styles.d.ts.map +1 -1
- package/dist/components/hx-drawer/index.js +1 -1
- package/dist/components/hx-file-upload/index.js +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-link/index.js +1 -1
- package/dist/components/hx-menu/hx-menu-item.styles.d.ts.map +1 -1
- package/dist/components/hx-menu/index.js +1 -1
- package/dist/components/hx-meter/hx-meter.styles.d.ts.map +1 -1
- package/dist/components/hx-meter/index.js +1 -1
- package/dist/components/hx-nav/hx-nav.styles.d.ts.map +1 -1
- package/dist/components/hx-nav/index.js +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.styles.d.ts.map +1 -1
- package/dist/components/hx-pagination/index.js +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.styles.d.ts.map +1 -1
- package/dist/components/hx-popover/index.js +1 -1
- package/dist/components/hx-radio-group/index.js +1 -1
- package/dist/components/hx-rating/index.js +1 -1
- package/dist/components/hx-select/index.js +1 -1
- package/dist/components/hx-side-nav/index.js +1 -1
- package/dist/components/hx-slider/index.js +1 -1
- package/dist/components/hx-split-button/hx-split-button.d.ts +1 -1
- package/dist/components/hx-split-button/index.js +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-steps/hx-step.styles.d.ts.map +1 -1
- package/dist/components/hx-steps/index.js +1 -1
- package/dist/components/hx-switch/index.js +1 -1
- package/dist/components/hx-table/hx-table.styles.d.ts.map +1 -1
- package/dist/components/hx-table/index.js +1 -1
- package/dist/components/hx-tabs/index.js +1 -1
- package/dist/components/hx-text-input/hx-text-input.d.ts +1 -1
- package/dist/components/hx-text-input/index.js +1 -1
- package/dist/components/hx-textarea/index.js +1 -1
- package/dist/components/hx-time-picker/index.js +1 -1
- package/dist/components/hx-toggle-button/index.js +1 -1
- package/dist/components/hx-top-nav/hx-top-nav.styles.d.ts.map +1 -1
- package/dist/components/hx-top-nav/index.js +1 -1
- package/dist/components/hx-tree-view/hx-tree-item.styles.d.ts.map +1 -1
- package/dist/components/hx-tree-view/index.js +1 -1
- package/dist/css/helix-all.css +134 -152
- package/dist/css/helix-core.css +56 -15
- package/dist/css/helix-data.css +7 -14
- package/dist/css/helix-feedback.css +4 -5
- package/dist/css/helix-forms.css +42 -52
- package/dist/css/helix-layout.css +2 -8
- package/dist/css/helix-navigation.css +12 -33
- package/dist/css/helix-overlay.css +3 -12
- package/dist/css/helix-tokens.css +17 -5
- package/dist/css/helix-utility.css +5 -5
- package/dist/css/hx-alert.css +1 -1
- package/dist/css/hx-banner.css +2 -2
- package/dist/css/hx-button.css +52 -5
- package/dist/css/hx-card.css +1 -4
- package/dist/css/hx-checkbox.css +2 -2
- package/dist/css/hx-clinical-status.css +2 -4
- package/dist/css/hx-code-snippet.css +4 -4
- package/dist/css/hx-color-picker.css +3 -13
- package/dist/css/hx-combobox.css +4 -4
- package/dist/css/hx-data-table.css +2 -8
- package/dist/css/hx-date-picker.css +7 -7
- package/dist/css/hx-dialog.css +1 -4
- package/dist/css/hx-drawer.css +1 -4
- package/dist/css/hx-file-upload.css +1 -1
- package/dist/css/hx-icon-button.css +2 -5
- package/dist/css/hx-link.css +1 -1
- package/dist/css/hx-meter.css +1 -2
- package/dist/css/hx-nav.css +2 -8
- package/dist/css/hx-overflow-menu.css +2 -8
- package/dist/css/hx-pagination.css +2 -8
- package/dist/css/hx-phi-field.css +1 -4
- package/dist/css/hx-popover.css +1 -4
- package/dist/css/hx-rating.css +3 -3
- package/dist/css/hx-select.css +2 -2
- package/dist/css/hx-side-nav.css +4 -4
- package/dist/css/hx-slider.css +4 -4
- package/dist/css/hx-split-button.css +5 -5
- package/dist/css/hx-split-panel.css +2 -8
- package/dist/css/hx-switch.css +3 -3
- package/dist/css/hx-table.css +1 -2
- package/dist/css/hx-text-input.css +4 -4
- package/dist/css/hx-textarea.css +2 -2
- package/dist/css/hx-time-picker.css +3 -3
- package/dist/css/hx-toggle-button.css +4 -4
- package/dist/css/hx-top-nav.css +1 -4
- package/dist/css/hx-tree-view.css +1 -1
- package/dist/css/index.css +1 -1
- package/dist/css/manifest.json +28 -25
- package/dist/index.js +42 -42
- package/dist/shared/{hx-accordion-cnKg4_la.js → hx-accordion-ZVzgDzTG.js} +4 -5
- package/dist/shared/hx-accordion-ZVzgDzTG.js.map +1 -0
- package/dist/shared/{hx-alert-BZH8iHQf.js → hx-alert-C597yHpD.js} +2 -2
- package/dist/shared/{hx-alert-BZH8iHQf.js.map → hx-alert-C597yHpD.js.map} +1 -1
- package/dist/shared/{hx-banner-DT7Zn9Bo.js → hx-banner-Cxd7eFUP.js} +3 -3
- package/dist/shared/{hx-banner-DT7Zn9Bo.js.map → hx-banner-Cxd7eFUP.js.map} +1 -1
- package/dist/shared/{hx-breadcrumb-item-COeYcB2x.js → hx-breadcrumb-item-3tKppF9h.js} +2 -5
- package/dist/shared/{hx-breadcrumb-item-COeYcB2x.js.map → hx-breadcrumb-item-3tKppF9h.js.map} +1 -1
- package/dist/shared/{hx-button-D3Royxqp.js → hx-button-D3gC-OJb.js} +74 -27
- package/dist/shared/hx-button-D3gC-OJb.js.map +1 -0
- package/dist/shared/{hx-card-CU1QnjNb.js → hx-card-qNAM2QNV.js} +6 -9
- package/dist/shared/hx-card-qNAM2QNV.js.map +1 -0
- package/dist/shared/{hx-checkbox-C46TyXhM.js → hx-checkbox-DBD-gMoz.js} +3 -3
- package/dist/shared/{hx-checkbox-C46TyXhM.js.map → hx-checkbox-DBD-gMoz.js.map} +1 -1
- package/dist/shared/{hx-clinical-status-BmSjfSEN.js → hx-clinical-status-D3XQIOqX.js} +3 -5
- package/dist/shared/hx-clinical-status-D3XQIOqX.js.map +1 -0
- package/dist/shared/{hx-code-snippet-CJ0FbQYG.js → hx-code-snippet-CJrFeyz0.js} +5 -5
- package/dist/shared/{hx-code-snippet-CJ0FbQYG.js.map → hx-code-snippet-CJrFeyz0.js.map} +1 -1
- package/dist/shared/{hx-color-picker-DiDLZyvK.js → hx-color-picker-uRc865FJ.js} +23 -33
- package/dist/shared/hx-color-picker-uRc865FJ.js.map +1 -0
- package/dist/shared/{hx-combobox-DaA5dBC4.js → hx-combobox-M1yregCS.js} +5 -5
- package/dist/shared/{hx-combobox-DaA5dBC4.js.map → hx-combobox-M1yregCS.js.map} +1 -1
- package/dist/shared/{hx-data-table-Cq3t86Ic.js → hx-data-table-CLqVqdxr.js} +3 -9
- package/dist/shared/hx-data-table-CLqVqdxr.js.map +1 -0
- package/dist/shared/{hx-date-picker-DMqRQNSB.js → hx-date-picker-BJm7Yrda.js} +8 -8
- package/dist/shared/{hx-date-picker-DMqRQNSB.js.map → hx-date-picker-BJm7Yrda.js.map} +1 -1
- package/dist/shared/{hx-dialog-eIS8tcDm.js → hx-dialog-DRN_1-Y-.js} +2 -5
- package/dist/shared/hx-dialog-DRN_1-Y-.js.map +1 -0
- package/dist/shared/{hx-drawer-DDhDz7RI.js → hx-drawer-Y1Ui2IWJ.js} +2 -5
- package/dist/shared/hx-drawer-Y1Ui2IWJ.js.map +1 -0
- package/dist/shared/{hx-file-upload-zTDbjsRw.js → hx-file-upload-B4L_Nkm-.js} +11 -11
- package/dist/shared/{hx-file-upload-zTDbjsRw.js.map → hx-file-upload-B4L_Nkm-.js.map} +1 -1
- package/dist/shared/{hx-icon-button-BmV97nqz.js → hx-icon-button-CGNdQSFM.js} +3 -6
- package/dist/shared/hx-icon-button-CGNdQSFM.js.map +1 -0
- package/dist/shared/{hx-link-DmiV-mPw.js → hx-link-9Ig2DW6L.js} +5 -5
- package/dist/shared/{hx-link-DmiV-mPw.js.map → hx-link-9Ig2DW6L.js.map} +1 -1
- package/dist/shared/{hx-menu-divider-j__TZjH2.js → hx-menu-divider-C2omnPtj.js} +2 -5
- package/dist/shared/hx-menu-divider-C2omnPtj.js.map +1 -0
- package/dist/shared/{hx-meter-Cm7k_Ro8.js → hx-meter-BPscsw5t.js} +2 -3
- package/dist/shared/hx-meter-BPscsw5t.js.map +1 -0
- package/dist/shared/{hx-nav-item-C9zXD1zK.js → hx-nav-item-DH2tXcj1.js} +7 -7
- package/dist/shared/{hx-nav-item-C9zXD1zK.js.map → hx-nav-item-DH2tXcj1.js.map} +1 -1
- package/dist/shared/{hx-nav-LoyEKZQC.js → hx-nav-ldFM3Fle.js} +37 -43
- package/dist/shared/hx-nav-ldFM3Fle.js.map +1 -0
- package/dist/shared/{hx-overflow-menu-BmKyAp5D.js → hx-overflow-menu-DCLsdIBy.js} +3 -9
- package/dist/shared/hx-overflow-menu-DCLsdIBy.js.map +1 -0
- package/dist/shared/{hx-pagination-Dqw5dorC.js → hx-pagination-C7y8GVyU.js} +54 -60
- package/dist/shared/hx-pagination-C7y8GVyU.js.map +1 -0
- package/dist/shared/{hx-phi-field-Bf9TdtC1.js → hx-phi-field-C19oxlrr.js} +2 -5
- package/dist/shared/hx-phi-field-C19oxlrr.js.map +1 -0
- package/dist/shared/{hx-popover-B93rTAfr.js → hx-popover-B-FP3-wW.js} +8 -11
- package/dist/shared/hx-popover-B-FP3-wW.js.map +1 -0
- package/dist/shared/{hx-radio-N8xgDd_5.js → hx-radio-dFjUAost.js} +4 -4
- package/dist/shared/{hx-radio-N8xgDd_5.js.map → hx-radio-dFjUAost.js.map} +1 -1
- package/dist/shared/{hx-rating-i2FL1WUN.js → hx-rating-CGtsejNf.js} +4 -4
- package/dist/shared/{hx-rating-i2FL1WUN.js.map → hx-rating-CGtsejNf.js.map} +1 -1
- package/dist/shared/{hx-select-vgaBo1Ai.js → hx-select-zfIRr9qM.js} +3 -3
- package/dist/shared/{hx-select-vgaBo1Ai.js.map → hx-select-zfIRr9qM.js.map} +1 -1
- package/dist/shared/{hx-slider-ydBamYhd.js → hx-slider-m0aEClH1.js} +5 -5
- package/dist/shared/{hx-slider-ydBamYhd.js.map → hx-slider-m0aEClH1.js.map} +1 -1
- package/dist/shared/{hx-split-button-BeMsmS6N.js → hx-split-button-BxDFfx4D.js} +6 -6
- package/dist/shared/{hx-split-button-BeMsmS6N.js.map → hx-split-button-BxDFfx4D.js.map} +1 -1
- package/dist/shared/{hx-split-panel-BVG1VWNT.js → hx-split-panel-B-u0Z3mm.js} +3 -9
- package/dist/shared/hx-split-panel-B-u0Z3mm.js.map +1 -0
- package/dist/shared/{hx-step-DL3PbOzm.js → hx-step-R2rjp1fT.js} +2 -5
- package/dist/shared/hx-step-R2rjp1fT.js.map +1 -0
- package/dist/shared/{hx-switch-Dougzsgp.js → hx-switch-DvAW4YY-.js} +4 -4
- package/dist/shared/{hx-switch-Dougzsgp.js.map → hx-switch-DvAW4YY-.js.map} +1 -1
- package/dist/shared/{hx-tab-panel-CbkO9VKu.js → hx-tab-panel-SWOEHuJc.js} +3 -3
- package/dist/shared/{hx-tab-panel-CbkO9VKu.js.map → hx-tab-panel-SWOEHuJc.js.map} +1 -1
- package/dist/shared/{hx-td-1zwTFLRw.js → hx-td-DnnEMIuA.js} +2 -3
- package/dist/shared/hx-td-DnnEMIuA.js.map +1 -0
- package/dist/shared/{hx-text-input-ClrrmoE1.js → hx-text-input-Bn7Gn8CI.js} +5 -5
- package/dist/shared/hx-text-input-Bn7Gn8CI.js.map +1 -0
- package/dist/shared/{hx-textarea-D9O4U8cb.js → hx-textarea-Jx1xnhgv.js} +7 -7
- package/dist/shared/{hx-textarea-D9O4U8cb.js.map → hx-textarea-Jx1xnhgv.js.map} +1 -1
- package/dist/shared/{hx-time-picker-m0z4nFB-.js → hx-time-picker-BoEIZwzv.js} +4 -4
- package/dist/shared/{hx-time-picker-m0z4nFB-.js.map → hx-time-picker-BoEIZwzv.js.map} +1 -1
- package/dist/shared/{hx-toggle-button-Dd8clXB4.js → hx-toggle-button-DPAIh_Xo.js} +24 -24
- package/dist/shared/{hx-toggle-button-Dd8clXB4.js.map → hx-toggle-button-DPAIh_Xo.js.map} +1 -1
- package/dist/shared/{hx-top-nav-CchPYaiV.js → hx-top-nav-DP6OFS8C.js} +11 -14
- package/dist/shared/hx-top-nav-DP6OFS8C.js.map +1 -0
- package/dist/shared/{hx-tree-item-DtMC3DTa.js → hx-tree-item-Dt0Ozqyr.js} +4 -10
- package/dist/shared/hx-tree-item-Dt0Ozqyr.js.map +1 -0
- package/figma-inventory.json +47 -8
- package/package.json +2 -2
- package/dist/shared/hx-accordion-cnKg4_la.js.map +0 -1
- package/dist/shared/hx-button-D3Royxqp.js.map +0 -1
- package/dist/shared/hx-card-CU1QnjNb.js.map +0 -1
- package/dist/shared/hx-clinical-status-BmSjfSEN.js.map +0 -1
- package/dist/shared/hx-color-picker-DiDLZyvK.js.map +0 -1
- package/dist/shared/hx-data-table-Cq3t86Ic.js.map +0 -1
- package/dist/shared/hx-dialog-eIS8tcDm.js.map +0 -1
- package/dist/shared/hx-drawer-DDhDz7RI.js.map +0 -1
- package/dist/shared/hx-icon-button-BmV97nqz.js.map +0 -1
- package/dist/shared/hx-menu-divider-j__TZjH2.js.map +0 -1
- package/dist/shared/hx-meter-Cm7k_Ro8.js.map +0 -1
- package/dist/shared/hx-nav-LoyEKZQC.js.map +0 -1
- package/dist/shared/hx-overflow-menu-BmKyAp5D.js.map +0 -1
- package/dist/shared/hx-pagination-Dqw5dorC.js.map +0 -1
- package/dist/shared/hx-phi-field-Bf9TdtC1.js.map +0 -1
- package/dist/shared/hx-popover-B93rTAfr.js.map +0 -1
- package/dist/shared/hx-split-panel-BVG1VWNT.js.map +0 -1
- package/dist/shared/hx-step-DL3PbOzm.js.map +0 -1
- package/dist/shared/hx-td-1zwTFLRw.js.map +0 -1
- package/dist/shared/hx-text-input-ClrrmoE1.js.map +0 -1
- package/dist/shared/hx-top-nav-CchPYaiV.js.map +0 -1
- package/dist/shared/hx-tree-item-DtMC3DTa.js.map +0 -1
package/dist/css/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated": "2026-04-
|
|
2
|
+
"generated": "2026-04-26T08:10:08.628Z",
|
|
3
3
|
"components": [
|
|
4
4
|
{
|
|
5
5
|
"name": "hx-accordion",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"--hx-color-info-50",
|
|
63
63
|
"--hx-color-info-500",
|
|
64
64
|
"--hx-color-info-800",
|
|
65
|
-
"--hx-color-primary-
|
|
65
|
+
"--hx-color-primary-600",
|
|
66
66
|
"--hx-color-success-200",
|
|
67
67
|
"--hx-color-success-50",
|
|
68
68
|
"--hx-color-success-500",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"--hx-color-info-50",
|
|
210
210
|
"--hx-color-info-500",
|
|
211
211
|
"--hx-color-info-800",
|
|
212
|
-
"--hx-color-primary-
|
|
212
|
+
"--hx-color-primary-600",
|
|
213
213
|
"--hx-color-success-200",
|
|
214
214
|
"--hx-color-success-50",
|
|
215
215
|
"--hx-color-success-500",
|
|
@@ -264,12 +264,14 @@
|
|
|
264
264
|
"--hx-color-action-danger-bg",
|
|
265
265
|
"--hx-color-action-danger-bg-active",
|
|
266
266
|
"--hx-color-action-danger-bg-hover",
|
|
267
|
+
"--hx-color-action-danger-bg-inverted-hover",
|
|
267
268
|
"--hx-color-action-ghost-bg-hover",
|
|
268
269
|
"--hx-color-action-ghost-fg",
|
|
269
270
|
"--hx-color-action-primary-bg",
|
|
270
271
|
"--hx-color-action-primary-bg-active",
|
|
271
272
|
"--hx-color-action-primary-bg-hover",
|
|
272
273
|
"--hx-color-action-primary-bg-inverted-hover",
|
|
274
|
+
"--hx-color-action-primary-bg-inverted-rest",
|
|
273
275
|
"--hx-color-action-secondary-bg-hover",
|
|
274
276
|
"--hx-color-action-secondary-border",
|
|
275
277
|
"--hx-color-action-secondary-fg",
|
|
@@ -338,6 +340,7 @@
|
|
|
338
340
|
"--hx-card-color",
|
|
339
341
|
"--hx-card-featured-border-color",
|
|
340
342
|
"--hx-card-featured-border-width",
|
|
343
|
+
"--hx-card-focus-ring-color",
|
|
341
344
|
"--hx-card-font-family",
|
|
342
345
|
"--hx-card-gap",
|
|
343
346
|
"--hx-card-image-aspect-ratio",
|
|
@@ -432,8 +435,8 @@
|
|
|
432
435
|
"--hx-color-border-strong",
|
|
433
436
|
"--hx-color-error-500",
|
|
434
437
|
"--hx-color-error-text",
|
|
435
|
-
"--hx-color-primary-400",
|
|
436
438
|
"--hx-color-primary-500",
|
|
439
|
+
"--hx-color-primary-600",
|
|
437
440
|
"--hx-color-surface-default",
|
|
438
441
|
"--hx-color-text-muted",
|
|
439
442
|
"--hx-color-text-on-primary",
|
|
@@ -510,7 +513,6 @@
|
|
|
510
513
|
"--hx-color-error-700",
|
|
511
514
|
"--hx-color-error-800",
|
|
512
515
|
"--hx-color-error-900",
|
|
513
|
-
"--hx-color-focus",
|
|
514
516
|
"--hx-color-info-200",
|
|
515
517
|
"--hx-color-info-50",
|
|
516
518
|
"--hx-color-info-500",
|
|
@@ -560,7 +562,7 @@
|
|
|
560
562
|
"--hx-code-snippet-tab-size",
|
|
561
563
|
"--hx-color-border-default",
|
|
562
564
|
"--hx-color-border-strong",
|
|
563
|
-
"--hx-color-primary-
|
|
565
|
+
"--hx-color-primary-600",
|
|
564
566
|
"--hx-color-surface-inverse",
|
|
565
567
|
"--hx-color-surface-sunken",
|
|
566
568
|
"--hx-color-text-inverse",
|
|
@@ -601,6 +603,7 @@
|
|
|
601
603
|
"--hx-color-neutral-600",
|
|
602
604
|
"--hx-color-neutral-700",
|
|
603
605
|
"--hx-color-neutral-900",
|
|
606
|
+
"--hx-color-picker-focus-ring-color",
|
|
604
607
|
"--hx-color-picker-grid-height",
|
|
605
608
|
"--hx-color-picker-panel-shadow",
|
|
606
609
|
"--hx-color-picker-swatch-border",
|
|
@@ -641,9 +644,9 @@
|
|
|
641
644
|
"--hx-color-neutral-900",
|
|
642
645
|
"--hx-color-primary-100",
|
|
643
646
|
"--hx-color-primary-200",
|
|
644
|
-
"--hx-color-primary-400",
|
|
645
647
|
"--hx-color-primary-50",
|
|
646
648
|
"--hx-color-primary-500",
|
|
649
|
+
"--hx-color-primary-600",
|
|
647
650
|
"--hx-color-primary-800",
|
|
648
651
|
"--hx-color-surface-default",
|
|
649
652
|
"--hx-color-text-muted",
|
|
@@ -787,6 +790,7 @@
|
|
|
787
790
|
"--hx-data-table-cell-color",
|
|
788
791
|
"--hx-data-table-checkbox-accent-color",
|
|
789
792
|
"--hx-data-table-empty-color",
|
|
793
|
+
"--hx-data-table-focus-ring-color",
|
|
790
794
|
"--hx-data-table-font-family",
|
|
791
795
|
"--hx-data-table-header-bg",
|
|
792
796
|
"--hx-data-table-header-color",
|
|
@@ -826,7 +830,6 @@
|
|
|
826
830
|
"--hx-color-error-500",
|
|
827
831
|
"--hx-color-error-text",
|
|
828
832
|
"--hx-color-neutral-900",
|
|
829
|
-
"--hx-color-primary-400",
|
|
830
833
|
"--hx-color-primary-500",
|
|
831
834
|
"--hx-color-primary-600",
|
|
832
835
|
"--hx-color-surface-default",
|
|
@@ -887,7 +890,6 @@
|
|
|
887
890
|
"--hx-border-radius-sm",
|
|
888
891
|
"--hx-border-width-thin",
|
|
889
892
|
"--hx-color-border-default",
|
|
890
|
-
"--hx-color-primary-500",
|
|
891
893
|
"--hx-color-surface-default",
|
|
892
894
|
"--hx-color-surface-overlay",
|
|
893
895
|
"--hx-color-surface-sunken",
|
|
@@ -899,6 +901,7 @@
|
|
|
899
901
|
"--hx-dialog-body-padding",
|
|
900
902
|
"--hx-dialog-border-radius",
|
|
901
903
|
"--hx-dialog-close-btn-color",
|
|
904
|
+
"--hx-dialog-close-btn-focus-ring-color",
|
|
902
905
|
"--hx-dialog-close-btn-hover-bg",
|
|
903
906
|
"--hx-dialog-close-btn-hover-color",
|
|
904
907
|
"--hx-dialog-color",
|
|
@@ -958,7 +961,6 @@
|
|
|
958
961
|
"--hx-border-radius-md",
|
|
959
962
|
"--hx-border-width-thin",
|
|
960
963
|
"--hx-color-border-default",
|
|
961
|
-
"--hx-color-primary-500",
|
|
962
964
|
"--hx-color-surface-default",
|
|
963
965
|
"--hx-color-surface-overlay",
|
|
964
966
|
"--hx-color-surface-sunken",
|
|
@@ -968,6 +970,7 @@
|
|
|
968
970
|
"--hx-drawer-bg",
|
|
969
971
|
"--hx-drawer-body-padding",
|
|
970
972
|
"--hx-drawer-close-btn-color",
|
|
973
|
+
"--hx-drawer-close-btn-focus-ring-color",
|
|
971
974
|
"--hx-drawer-close-btn-hover-bg",
|
|
972
975
|
"--hx-drawer-close-btn-hover-color",
|
|
973
976
|
"--hx-drawer-color",
|
|
@@ -1187,6 +1190,7 @@
|
|
|
1187
1190
|
"--hx-icon-button-border-color",
|
|
1188
1191
|
"--hx-icon-button-border-radius",
|
|
1189
1192
|
"--hx-icon-button-color",
|
|
1193
|
+
"--hx-icon-button-focus-ring-color",
|
|
1190
1194
|
"--hx-icon-button-size",
|
|
1191
1195
|
"--hx-opacity-disabled",
|
|
1192
1196
|
"--hx-size-10",
|
|
@@ -1224,7 +1228,6 @@
|
|
|
1224
1228
|
"--hx-border-radius-sm",
|
|
1225
1229
|
"--hx-color-error-700",
|
|
1226
1230
|
"--hx-color-error-text",
|
|
1227
|
-
"--hx-color-primary-400",
|
|
1228
1231
|
"--hx-color-primary-600",
|
|
1229
1232
|
"--hx-color-primary-700",
|
|
1230
1233
|
"--hx-color-primary-800",
|
|
@@ -1326,7 +1329,6 @@
|
|
|
1326
1329
|
"--hx-color-neutral-700",
|
|
1327
1330
|
"--hx-color-neutral-800",
|
|
1328
1331
|
"--hx-color-neutral-900",
|
|
1329
|
-
"--hx-color-primary-500",
|
|
1330
1332
|
"--hx-color-primary-600",
|
|
1331
1333
|
"--hx-focus-ring-color",
|
|
1332
1334
|
"--hx-focus-ring-offset",
|
|
@@ -1339,6 +1341,7 @@
|
|
|
1339
1341
|
"--hx-nav-bg",
|
|
1340
1342
|
"--hx-nav-border-radius",
|
|
1341
1343
|
"--hx-nav-color",
|
|
1344
|
+
"--hx-nav-focus-ring-color",
|
|
1342
1345
|
"--hx-nav-font-family",
|
|
1343
1346
|
"--hx-nav-font-size",
|
|
1344
1347
|
"--hx-nav-item-padding",
|
|
@@ -1415,7 +1418,6 @@
|
|
|
1415
1418
|
"--hx-border-radius-md",
|
|
1416
1419
|
"--hx-border-width-thin",
|
|
1417
1420
|
"--hx-color-border-default",
|
|
1418
|
-
"--hx-color-primary-500",
|
|
1419
1421
|
"--hx-color-surface-default",
|
|
1420
1422
|
"--hx-color-surface-raised",
|
|
1421
1423
|
"--hx-color-surface-sunken",
|
|
@@ -1429,6 +1431,7 @@
|
|
|
1429
1431
|
"--hx-font-size-sm",
|
|
1430
1432
|
"--hx-opacity-disabled",
|
|
1431
1433
|
"--hx-overflow-menu-button-color",
|
|
1434
|
+
"--hx-overflow-menu-focus-ring-color",
|
|
1432
1435
|
"--hx-overflow-menu-item-color",
|
|
1433
1436
|
"--hx-overflow-menu-panel-bg",
|
|
1434
1437
|
"--hx-overflow-menu-panel-border",
|
|
@@ -1473,6 +1476,7 @@
|
|
|
1473
1476
|
"--hx-pagination-button-size",
|
|
1474
1477
|
"--hx-pagination-color",
|
|
1475
1478
|
"--hx-pagination-ellipsis-color",
|
|
1479
|
+
"--hx-pagination-focus-ring-color",
|
|
1476
1480
|
"--hx-pagination-font-family",
|
|
1477
1481
|
"--hx-pagination-gap",
|
|
1478
1482
|
"--hx-pagination-hover-bg",
|
|
@@ -1540,6 +1544,7 @@
|
|
|
1540
1544
|
"--hx-opacity-50",
|
|
1541
1545
|
"--hx-opacity-90",
|
|
1542
1546
|
"--hx-phi-field-disabled-opacity",
|
|
1547
|
+
"--hx-phi-field-focus-ring-color",
|
|
1543
1548
|
"--hx-phi-field-font-family",
|
|
1544
1549
|
"--hx-phi-field-letter-spacing",
|
|
1545
1550
|
"--hx-phi-field-masked-color",
|
|
@@ -1556,7 +1561,6 @@
|
|
|
1556
1561
|
"tokens": [
|
|
1557
1562
|
"--hx-border-radius-md",
|
|
1558
1563
|
"--hx-color-border-default",
|
|
1559
|
-
"--hx-color-primary-500",
|
|
1560
1564
|
"--hx-color-surface-default",
|
|
1561
1565
|
"--hx-color-text-primary",
|
|
1562
1566
|
"--hx-focus-ring-color",
|
|
@@ -1571,6 +1575,7 @@
|
|
|
1571
1575
|
"--hx-popover-border-color",
|
|
1572
1576
|
"--hx-popover-border-radius",
|
|
1573
1577
|
"--hx-popover-color",
|
|
1578
|
+
"--hx-popover-focus-ring-color",
|
|
1574
1579
|
"--hx-popover-font-family",
|
|
1575
1580
|
"--hx-popover-font-size",
|
|
1576
1581
|
"--hx-popover-max-width",
|
|
@@ -1684,7 +1689,7 @@
|
|
|
1684
1689
|
"tokens": [
|
|
1685
1690
|
"--hx-border-radius-sm",
|
|
1686
1691
|
"--hx-color-border-strong",
|
|
1687
|
-
"--hx-color-primary-
|
|
1692
|
+
"--hx-color-primary-600",
|
|
1688
1693
|
"--hx-color-warning-300",
|
|
1689
1694
|
"--hx-color-warning-400",
|
|
1690
1695
|
"--hx-focus-ring-color",
|
|
@@ -1712,9 +1717,9 @@
|
|
|
1712
1717
|
"--hx-color-error-500",
|
|
1713
1718
|
"--hx-color-error-text",
|
|
1714
1719
|
"--hx-color-primary-100",
|
|
1715
|
-
"--hx-color-primary-400",
|
|
1716
1720
|
"--hx-color-primary-50",
|
|
1717
1721
|
"--hx-color-primary-500",
|
|
1722
|
+
"--hx-color-primary-600",
|
|
1718
1723
|
"--hx-color-surface-default",
|
|
1719
1724
|
"--hx-color-text-muted",
|
|
1720
1725
|
"--hx-color-text-placeholder",
|
|
@@ -1819,8 +1824,8 @@
|
|
|
1819
1824
|
"--hx-border-width-thin",
|
|
1820
1825
|
"--hx-color-border-default",
|
|
1821
1826
|
"--hx-color-border-strong",
|
|
1822
|
-
"--hx-color-primary-400",
|
|
1823
1827
|
"--hx-color-primary-500",
|
|
1828
|
+
"--hx-color-primary-600",
|
|
1824
1829
|
"--hx-color-surface-default",
|
|
1825
1830
|
"--hx-color-text-muted",
|
|
1826
1831
|
"--hx-color-text-secondary",
|
|
@@ -1900,10 +1905,10 @@
|
|
|
1900
1905
|
"--hx-color-neutral-0",
|
|
1901
1906
|
"--hx-color-primary-200",
|
|
1902
1907
|
"--hx-color-primary-300",
|
|
1903
|
-
"--hx-color-primary-400",
|
|
1904
1908
|
"--hx-color-primary-50",
|
|
1905
1909
|
"--hx-color-primary-500",
|
|
1906
1910
|
"--hx-color-primary-600",
|
|
1911
|
+
"--hx-color-primary-900",
|
|
1907
1912
|
"--hx-color-surface-default",
|
|
1908
1913
|
"--hx-color-surface-raised",
|
|
1909
1914
|
"--hx-color-surface-sunken",
|
|
@@ -1961,6 +1966,7 @@
|
|
|
1961
1966
|
"--hx-split-panel-btn-icon-size",
|
|
1962
1967
|
"--hx-split-panel-divider-color",
|
|
1963
1968
|
"--hx-split-panel-divider-size",
|
|
1969
|
+
"--hx-split-panel-focus-ring-color",
|
|
1964
1970
|
"--hx-touch-target-min",
|
|
1965
1971
|
"--hx-transition-fast"
|
|
1966
1972
|
]
|
|
@@ -2107,7 +2113,6 @@
|
|
|
2107
2113
|
"--hx-border-radius-full",
|
|
2108
2114
|
"--hx-color-border-strong",
|
|
2109
2115
|
"--hx-color-error-text",
|
|
2110
|
-
"--hx-color-primary-400",
|
|
2111
2116
|
"--hx-color-primary-500",
|
|
2112
2117
|
"--hx-color-primary-600",
|
|
2113
2118
|
"--hx-color-surface-default",
|
|
@@ -2162,7 +2167,6 @@
|
|
|
2162
2167
|
"name": "hx-table",
|
|
2163
2168
|
"file": "hx-table.css",
|
|
2164
2169
|
"tokens": [
|
|
2165
|
-
"--hx-color-primary-500",
|
|
2166
2170
|
"--hx-color-surface-raised",
|
|
2167
2171
|
"--hx-color-text-strong",
|
|
2168
2172
|
"--hx-focus-ring-color",
|
|
@@ -2313,7 +2317,7 @@
|
|
|
2313
2317
|
"--hx-color-border-strong",
|
|
2314
2318
|
"--hx-color-error-600",
|
|
2315
2319
|
"--hx-color-error-text",
|
|
2316
|
-
"--hx-color-primary-
|
|
2320
|
+
"--hx-color-primary-600",
|
|
2317
2321
|
"--hx-color-surface-default",
|
|
2318
2322
|
"--hx-color-surface-sunken",
|
|
2319
2323
|
"--hx-color-text-disabled",
|
|
@@ -2366,7 +2370,7 @@
|
|
|
2366
2370
|
"--hx-color-border-strong",
|
|
2367
2371
|
"--hx-color-error-600",
|
|
2368
2372
|
"--hx-color-error-text",
|
|
2369
|
-
"--hx-color-primary-
|
|
2373
|
+
"--hx-color-primary-600",
|
|
2370
2374
|
"--hx-color-surface-default",
|
|
2371
2375
|
"--hx-color-text-muted",
|
|
2372
2376
|
"--hx-color-text-placeholder",
|
|
@@ -2508,7 +2512,6 @@
|
|
|
2508
2512
|
"--hx-color-neutral-0",
|
|
2509
2513
|
"--hx-color-neutral-500",
|
|
2510
2514
|
"--hx-color-primary-100",
|
|
2511
|
-
"--hx-color-primary-400",
|
|
2512
2515
|
"--hx-color-primary-50",
|
|
2513
2516
|
"--hx-color-primary-500",
|
|
2514
2517
|
"--hx-color-primary-600",
|
|
@@ -2583,7 +2586,6 @@
|
|
|
2583
2586
|
"--hx-border-radius-sm",
|
|
2584
2587
|
"--hx-border-width-thin",
|
|
2585
2588
|
"--hx-color-border-default",
|
|
2586
|
-
"--hx-color-primary-500",
|
|
2587
2589
|
"--hx-color-surface-default",
|
|
2588
2590
|
"--hx-color-surface-sunken",
|
|
2589
2591
|
"--hx-color-text-strong",
|
|
@@ -2601,6 +2603,7 @@
|
|
|
2601
2603
|
"--hx-top-nav-bg",
|
|
2602
2604
|
"--hx-top-nav-border-color",
|
|
2603
2605
|
"--hx-top-nav-color",
|
|
2606
|
+
"--hx-top-nav-focus-ring-color",
|
|
2604
2607
|
"--hx-top-nav-font-family",
|
|
2605
2608
|
"--hx-top-nav-height",
|
|
2606
2609
|
"--hx-top-nav-padding-x",
|
|
@@ -2615,7 +2618,7 @@
|
|
|
2615
2618
|
"file": "hx-tree-view.css",
|
|
2616
2619
|
"tokens": [
|
|
2617
2620
|
"--hx-border-radius-sm",
|
|
2618
|
-
"--hx-color-primary-
|
|
2621
|
+
"--hx-color-primary-600",
|
|
2619
2622
|
"--hx-focus-ring-color",
|
|
2620
2623
|
"--hx-focus-ring-offset",
|
|
2621
2624
|
"--hx-focus-ring-width",
|
package/dist/index.js
CHANGED
|
@@ -1,84 +1,84 @@
|
|
|
1
1
|
import { lightTokenCss as p } from "@helixui/tokens";
|
|
2
|
-
import { H as S, a as y } from "./shared/hx-accordion-
|
|
2
|
+
import { H as S, a as y } from "./shared/hx-accordion-ZVzgDzTG.js";
|
|
3
3
|
import { H as b } from "./shared/hx-action-bar-CitgcpGv.js";
|
|
4
|
-
import { H as g } from "./shared/hx-alert-
|
|
4
|
+
import { H as g } from "./shared/hx-alert-C597yHpD.js";
|
|
5
5
|
import { H as v } from "./shared/hx-avatar-C9hOmlAb.js";
|
|
6
6
|
import { H as E } from "./shared/hx-badge-CQXgOXJM.js";
|
|
7
|
-
import { H as k } from "./shared/hx-banner-
|
|
8
|
-
import { H as B, a as P } from "./shared/hx-breadcrumb-item-
|
|
9
|
-
import { H as M } from "./shared/hx-button-
|
|
7
|
+
import { H as k } from "./shared/hx-banner-Cxd7eFUP.js";
|
|
8
|
+
import { H as B, a as P } from "./shared/hx-breadcrumb-item-3tKppF9h.js";
|
|
9
|
+
import { H as M } from "./shared/hx-button-D3gC-OJb.js";
|
|
10
10
|
import { H as N } from "./shared/hx-button-group-BI-QBqmO.js";
|
|
11
|
-
import { H as A } from "./shared/hx-card-
|
|
11
|
+
import { H as A } from "./shared/hx-card-qNAM2QNV.js";
|
|
12
12
|
import { H as G, a as U } from "./shared/hx-carousel-item-BaE4hpLl.js";
|
|
13
|
-
import { H as O } from "./shared/hx-checkbox-
|
|
13
|
+
import { H as O } from "./shared/hx-checkbox-DBD-gMoz.js";
|
|
14
14
|
import { H as K } from "./shared/hx-checkbox-group-C9n315Ju.js";
|
|
15
|
-
import { H as Y } from "./shared/hx-clinical-status-
|
|
16
|
-
import { H as q } from "./shared/hx-code-snippet-
|
|
17
|
-
import { H as J } from "./shared/hx-color-picker-
|
|
18
|
-
import { H as Z } from "./shared/hx-combobox-
|
|
15
|
+
import { H as Y } from "./shared/hx-clinical-status-D3XQIOqX.js";
|
|
16
|
+
import { H as q } from "./shared/hx-code-snippet-CJrFeyz0.js";
|
|
17
|
+
import { H as J } from "./shared/hx-color-picker-uRc865FJ.js";
|
|
18
|
+
import { H as Z } from "./shared/hx-combobox-M1yregCS.js";
|
|
19
19
|
import { H as oe } from "./shared/hx-container-DVI7sxfX.js";
|
|
20
20
|
import { H as re } from "./shared/hx-copy-button-sUVuikyH.js";
|
|
21
21
|
import { H as ie } from "./shared/hx-counter-0zYapFhf.js";
|
|
22
|
-
import { H as xe } from "./shared/hx-data-table-
|
|
23
|
-
import { H as le } from "./shared/hx-date-picker-
|
|
24
|
-
import { H as pe } from "./shared/hx-dialog-
|
|
22
|
+
import { H as xe } from "./shared/hx-data-table-CLqVqdxr.js";
|
|
23
|
+
import { H as le } from "./shared/hx-date-picker-BJm7Yrda.js";
|
|
24
|
+
import { H as pe } from "./shared/hx-dialog-DRN_1-Y-.js";
|
|
25
25
|
import { H as fe } from "./shared/hx-divider-CYfcUjcr.js";
|
|
26
|
-
import { H as de } from "./shared/hx-drawer-
|
|
26
|
+
import { H as de } from "./shared/hx-drawer-Y1Ui2IWJ.js";
|
|
27
27
|
import { H as ue } from "./shared/hx-dropdown-LyaRc8Rf.js";
|
|
28
28
|
import { H as ye } from "./shared/hx-field-B3Qo8OLS.js";
|
|
29
29
|
import { H as be } from "./shared/hx-field-label-BVRyyKeh.js";
|
|
30
|
-
import { H as ge } from "./shared/hx-file-upload-
|
|
30
|
+
import { H as ge } from "./shared/hx-file-upload-B4L_Nkm-.js";
|
|
31
31
|
import { H as ve } from "./shared/hx-form-CkChEATa.js";
|
|
32
32
|
import { H as Ee } from "./shared/hx-format-date-CKnlQOmV.js";
|
|
33
33
|
import { H as ke, a as we } from "./shared/hx-grid-CXZf3jeK.js";
|
|
34
34
|
import { H as Pe } from "./shared/hx-help-text-Xb2Yr8x2.js";
|
|
35
35
|
import { H as Me } from "./shared/hx-icon-fuVm4-bk.js";
|
|
36
|
-
import { H as Ne } from "./shared/hx-icon-button-
|
|
36
|
+
import { H as Ne } from "./shared/hx-icon-button-CGNdQSFM.js";
|
|
37
37
|
import { H as Ae } from "./shared/hx-image-Ben_4yM5.js";
|
|
38
|
-
import { H as Ge } from "./shared/hx-link-
|
|
38
|
+
import { H as Ge } from "./shared/hx-link-9Ig2DW6L.js";
|
|
39
39
|
import { H as Ve, a as Oe } from "./shared/hx-list-CkphGi9T.js";
|
|
40
|
-
import { H as Ke, a as We, b as Ye } from "./shared/hx-menu-divider-
|
|
41
|
-
import { H as qe } from "./shared/hx-meter-
|
|
42
|
-
import { H as Je } from "./shared/hx-nav-
|
|
40
|
+
import { H as Ke, a as We, b as Ye } from "./shared/hx-menu-divider-C2omnPtj.js";
|
|
41
|
+
import { H as qe } from "./shared/hx-meter-BPscsw5t.js";
|
|
42
|
+
import { H as Je } from "./shared/hx-nav-ldFM3Fle.js";
|
|
43
43
|
import { H as Ze } from "./shared/hx-number-input-yUzFOSC1.js";
|
|
44
|
-
import { H as oo } from "./shared/hx-overflow-menu-
|
|
45
|
-
import { H as ro } from "./shared/hx-pagination-
|
|
44
|
+
import { H as oo } from "./shared/hx-overflow-menu-DCLsdIBy.js";
|
|
45
|
+
import { H as ro } from "./shared/hx-pagination-C7y8GVyU.js";
|
|
46
46
|
import { H as io } from "./shared/hx-patient-banner-CkS-Lmj4.js";
|
|
47
|
-
import { H as xo } from "./shared/hx-phi-field-
|
|
48
|
-
import { H as lo } from "./shared/hx-popover-
|
|
47
|
+
import { H as xo } from "./shared/hx-phi-field-C19oxlrr.js";
|
|
48
|
+
import { H as lo } from "./shared/hx-popover-B-FP3-wW.js";
|
|
49
49
|
import { H as po } from "./shared/hx-popup-COUXXZ9X.js";
|
|
50
50
|
import { H as fo } from "./shared/hx-progress-bar-Bn3JEPUf.js";
|
|
51
51
|
import { H as ho } from "./shared/hx-progress-ring-TwHyXeEp.js";
|
|
52
52
|
import { H as So } from "./shared/hx-prose-BThYcASV.js";
|
|
53
|
-
import { H as To, a as bo } from "./shared/hx-radio-
|
|
54
|
-
import { H as go } from "./shared/hx-rating-
|
|
55
|
-
import { H as vo } from "./shared/hx-select-
|
|
56
|
-
import { H as Eo, a as Do } from "./shared/hx-nav-item-
|
|
53
|
+
import { H as To, a as bo } from "./shared/hx-radio-dFjUAost.js";
|
|
54
|
+
import { H as go } from "./shared/hx-rating-CGtsejNf.js";
|
|
55
|
+
import { H as vo } from "./shared/hx-select-zfIRr9qM.js";
|
|
56
|
+
import { H as Eo, a as Do } from "./shared/hx-nav-item-DH2tXcj1.js";
|
|
57
57
|
import { H as wo } from "./shared/hx-skeleton-Cnieh5Uc.js";
|
|
58
|
-
import { H as Po } from "./shared/hx-slider-
|
|
58
|
+
import { H as Po } from "./shared/hx-slider-m0aEClH1.js";
|
|
59
59
|
import { H as Mo } from "./shared/hx-spinner-DL5AYr16.js";
|
|
60
|
-
import { H as No } from "./shared/hx-split-button-
|
|
61
|
-
import { H as Ao } from "./shared/hx-split-panel-
|
|
60
|
+
import { H as No } from "./shared/hx-split-button-BxDFfx4D.js";
|
|
61
|
+
import { H as Ao } from "./shared/hx-split-panel-B-u0Z3mm.js";
|
|
62
62
|
import { H as Go } from "./shared/hx-stack-DGfcOfWJ.js";
|
|
63
63
|
import { H as Vo } from "./shared/hx-stat-WOcNV1Ry.js";
|
|
64
64
|
import { H as Xo } from "./shared/hx-status-indicator-BlQyen43.js";
|
|
65
|
-
import { H as Wo, a as Yo } from "./shared/hx-step-
|
|
65
|
+
import { H as Wo, a as Yo } from "./shared/hx-step-R2rjp1fT.js";
|
|
66
66
|
import { H as qo, a as zo } from "./shared/hx-structured-list-m_-dMJbC.js";
|
|
67
67
|
import { H as Qo } from "./shared/hx-style-scope-TDnR8H4O.js";
|
|
68
|
-
import { H as et } from "./shared/hx-switch-
|
|
69
|
-
import { H as tt, a as rt, b as at, c as it, d as st, e as xt, f as Ht } from "./shared/hx-td-
|
|
70
|
-
import { H as nt, a as pt, b as mt } from "./shared/hx-tab-panel-
|
|
68
|
+
import { H as et } from "./shared/hx-switch-DvAW4YY-.js";
|
|
69
|
+
import { H as tt, a as rt, b as at, c as it, d as st, e as xt, f as Ht } from "./shared/hx-td-DnnEMIuA.js";
|
|
70
|
+
import { H as nt, a as pt, b as mt } from "./shared/hx-tab-panel-SWOEHuJc.js";
|
|
71
71
|
import { H as ct } from "./shared/hx-tag-CNSmdyaK.js";
|
|
72
72
|
import { H as ht } from "./shared/hx-text-Bz_9fJ3J.js";
|
|
73
|
-
import { F as St, H as yt } from "./shared/hx-text-input-
|
|
74
|
-
import { H as bt } from "./shared/hx-textarea-
|
|
73
|
+
import { F as St, H as yt } from "./shared/hx-text-input-Bn7Gn8CI.js";
|
|
74
|
+
import { H as bt } from "./shared/hx-textarea-Jx1xnhgv.js";
|
|
75
75
|
import { H as gt } from "./shared/hx-theme-BiyQ7UUK.js";
|
|
76
|
-
import { H as vt } from "./shared/hx-time-picker-
|
|
76
|
+
import { H as vt } from "./shared/hx-time-picker-BoEIZwzv.js";
|
|
77
77
|
import { H as Et, a as Dt, t as kt } from "./shared/toast-factory-YSznocIV.js";
|
|
78
|
-
import { H as Bt } from "./shared/hx-toggle-button-
|
|
78
|
+
import { H as Bt } from "./shared/hx-toggle-button-DPAIh_Xo.js";
|
|
79
79
|
import { H as Ft } from "./shared/hx-tooltip-nYOv9OLu.js";
|
|
80
|
-
import { H as Lt } from "./shared/hx-top-nav-
|
|
81
|
-
import { H as Rt, a as At } from "./shared/hx-tree-item-
|
|
80
|
+
import { H as Lt } from "./shared/hx-top-nav-DP6OFS8C.js";
|
|
81
|
+
import { H as Rt, a as At } from "./shared/hx-tree-item-Dt0Ozqyr.js";
|
|
82
82
|
import { H as Gt } from "./shared/hx-visually-hidden-0bZKOWgT.js";
|
|
83
83
|
import { F as Vt } from "./shared/FormMixin-B8PXk5RQ.js";
|
|
84
84
|
import { H as Xt } from "./shared/helix-element-BNEYeiys.js";
|
|
@@ -74,8 +74,7 @@ const T = _`
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.trigger:focus-visible {
|
|
77
|
-
outline: var(--hx-focus-ring-width, 2px) solid
|
|
78
|
-
var(--hx-focus-ring-color, var(--hx-color-primary-500, #429797));
|
|
77
|
+
outline: var(--hx-focus-ring-width, 2px) solid var(--hx-focus-ring-color, #0f7078);
|
|
79
78
|
outline-offset: var(--hx-focus-ring-offset, -2px);
|
|
80
79
|
}
|
|
81
80
|
|
|
@@ -358,8 +357,8 @@ let c = class extends k {
|
|
|
358
357
|
return;
|
|
359
358
|
}
|
|
360
359
|
e.preventDefault();
|
|
361
|
-
const
|
|
362
|
-
|
|
360
|
+
const g = n[d], p = (x = g == null ? void 0 : g.shadowRoot) == null ? void 0 : x.querySelector('[part="trigger"]');
|
|
361
|
+
p == null || p.focus();
|
|
363
362
|
};
|
|
364
363
|
}
|
|
365
364
|
connectedCallback() {
|
|
@@ -441,4 +440,4 @@ export {
|
|
|
441
440
|
c as H,
|
|
442
441
|
s as a
|
|
443
442
|
};
|
|
444
|
-
//# sourceMappingURL=hx-accordion-
|
|
443
|
+
//# sourceMappingURL=hx-accordion-ZVzgDzTG.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hx-accordion-ZVzgDzTG.js","sources":["../../src/components/hx-accordion/hx-accordion.styles.ts","../../src/components/hx-accordion/hx-accordion-item.styles.ts","../../src/components/hx-accordion/hx-accordion-item.ts","../../src/components/hx-accordion/hx-accordion.ts"],"sourcesContent":["import { css } from 'lit';\n\nexport const helixAccordionStyles = css`\n :host {\n display: block;\n font-family: var(--hx-accordion-font-family, var(--hx-font-family-sans, sans-serif));\n }\n\n .accordion {\n border-radius: var(--hx-accordion-border-radius, var(--hx-border-radius-md, 0.375rem));\n overflow: hidden;\n }\n\n /* ─── High Contrast Mode (forced-colors) ─── */\n\n @media (forced-colors: active) {\n .accordion {\n border: 2px solid CanvasText;\n }\n }\n`;\n","import { css } from 'lit';\n\nexport const helixAccordionItemStyles = css`\n :host {\n display: block;\n }\n\n .item {\n border-bottom: var(--hx-border-width-thin, 1px) solid\n var(--hx-accordion-border-color, var(--hx-color-neutral-200, #d6dbd5));\n font-family: var(--hx-accordion-item-font-family, var(--hx-font-family-sans, sans-serif));\n }\n\n :host(:first-child) .item {\n border-top: var(--hx-border-width-thin, 1px) solid\n var(--hx-accordion-border-color, var(--hx-color-neutral-200, #d6dbd5));\n }\n\n /* Remove native details marker */\n .trigger {\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: var(--hx-space-3, 0.75rem);\n padding: var(--hx-accordion-trigger-padding, var(--hx-space-4, 1rem));\n cursor: pointer;\n list-style: none;\n font-size: var(--hx-font-size-md, 1rem);\n font-weight: var(--hx-font-weight-semibold, 600);\n color: var(--hx-accordion-trigger-color, var(--hx-color-neutral-800, #202b39));\n background-color: var(--hx-accordion-trigger-bg, transparent);\n user-select: none;\n transition: background-color var(--hx-transition-fast, 150ms ease);\n }\n\n /* Hide the native details disclosure triangle */\n .trigger::-webkit-details-marker {\n display: none;\n }\n\n .trigger::marker {\n display: none;\n }\n\n .item--disabled .trigger {\n cursor: not-allowed;\n }\n\n :host(:not([disabled])) .trigger:hover {\n background-color: var(--hx-accordion-trigger-hover-bg, var(--hx-color-neutral-50, #f5f8f3));\n }\n\n .trigger:focus-visible {\n outline: var(--hx-focus-ring-width, 2px) solid var(--hx-focus-ring-color, #0f7078);\n outline-offset: var(--hx-focus-ring-offset, -2px);\n }\n\n /* ─── Icon ─── */\n\n .icon {\n flex-shrink: 0;\n width: var(--hx-accordion-icon-size, var(--hx-size-5, 1.25rem));\n height: var(--hx-accordion-icon-size, var(--hx-size-5, 1.25rem));\n display: flex;\n align-items: center;\n justify-content: center;\n color: var(--hx-accordion-icon-color, var(--hx-color-neutral-500, #66787b));\n transition: transform var(--hx-transition-normal, 250ms ease);\n }\n\n .item--expanded .icon {\n transform: rotate(180deg);\n }\n\n /* ─── Content animation via CSS grid trick ─── */\n\n .content-wrapper {\n display: grid;\n grid-template-rows: 0fr;\n transition: grid-template-rows var(--hx-transition-normal, 250ms ease);\n overflow: hidden;\n }\n\n .item--expanded .content-wrapper,\n details[open]:not(.item--expanded) .content-wrapper {\n grid-template-rows: 1fr;\n }\n\n .content-inner {\n overflow: hidden;\n }\n\n .content {\n padding: var(--hx-accordion-content-padding, 0 var(--hx-space-4, 1rem) var(--hx-space-4, 1rem));\n font-size: var(--hx-font-size-md, 1rem);\n line-height: var(--hx-line-height-normal, 1.5);\n color: var(--hx-accordion-content-color, var(--hx-color-neutral-600, #4a5362));\n }\n\n /* ─── Disabled host ─── */\n\n :host([disabled]) {\n pointer-events: none;\n opacity: var(--hx-opacity-disabled, 0.5);\n }\n\n /* ─── Reduced motion ─── */\n\n @media (prefers-reduced-motion: reduce) {\n .trigger {\n transition: none;\n }\n\n .icon {\n transition: none;\n }\n\n .content-wrapper {\n transition: none;\n }\n }\n\n /* ─── High Contrast Mode (forced-colors) ─── */\n\n @media (forced-colors: active) {\n .trigger {\n forced-color-adjust: none;\n color: ButtonText;\n background-color: ButtonFace;\n }\n\n .trigger:focus-visible {\n outline: 3px solid Highlight;\n outline-offset: -2px;\n }\n\n .item {\n border-bottom-color: CanvasText;\n }\n\n :host(:first-child) .item {\n border-top-color: CanvasText;\n }\n\n .item--disabled .trigger {\n color: GrayText;\n }\n\n :host([disabled]) {\n opacity: 1;\n }\n\n .icon {\n color: ButtonText;\n }\n\n .content {\n color: CanvasText;\n }\n }\n`;\n","import { html, svg, nothing } from 'lit';\nimport '../../utilities/document-token-adoption.js';\nimport { customElement, property } from 'lit/decorators.js';\nimport { classMap } from 'lit/directives/class-map.js';\nimport { HelixElement, createIdCounter } from '../../base/index.js';\nimport { helixAccordionItemStyles } from './hx-accordion-item.styles.js';\nimport { forcedColorsInteractive } from '../../styles/forced-colors.js';\nimport { devWarn } from '../../utils/dev-warn.js';\n\nconst chevronIcon = svg`\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n aria-hidden=\"true\"\n >\n <polyline points=\"6 9 12 15 18 9\"></polyline>\n </svg>\n`;\n\nconst _nextAccordionItemId = createIdCounter('hx-accordion-item');\n\n/** Detail for hx-expand and hx-collapse events dispatched by hx-accordion-item. */\nexport interface HxAccordionToggleDetail {\n expanded: boolean;\n itemId: string;\n}\n\n/**\n * An individual accordion item with collapsible content.\n *\n * @summary Collapsible panel that can be expanded or collapsed.\n *\n * @tag hx-accordion-item\n *\n * @slot trigger - The heading/trigger content for this item.\n * @slot - Default slot for the collapsible body content.\n *\n * @attr {number} level - Heading level (1–6) for the trigger via `role=\"heading\" aria-level`.\n * Defaults to 3. Set this to match the document outline — e.g., use `level=\"2\"` when the\n * accordion appears under an `<h1>` landmark.\n *\n * @fires {CustomEvent<{expanded: boolean, itemId: string}>} hx-expand - Dispatched when the item is expanded.\n * @fires {CustomEvent<{expanded: boolean, itemId: string}>} hx-collapse - Dispatched when the item is collapsed.\n *\n * @csspart item - The outer details element container.\n * @csspart trigger - The summary/trigger element.\n * @csspart content - The collapsible content area.\n * @csspart icon - The expand/collapse icon.\n *\n * @cssprop [--hx-accordion-border-color=var(--hx-color-neutral-200)] - Border color between items.\n * @cssprop [--hx-accordion-trigger-padding=var(--hx-space-4)] - Trigger padding.\n * @cssprop [--hx-accordion-trigger-color=var(--hx-color-neutral-800)] - Trigger text color.\n * @cssprop [--hx-accordion-trigger-bg=transparent] - Trigger background color.\n * @cssprop [--hx-accordion-trigger-hover-bg=var(--hx-color-neutral-50)] - Trigger hover background.\n * @cssprop [--hx-accordion-icon-color=var(--hx-color-neutral-500)] - Icon color.\n * @cssprop [--hx-accordion-content-padding=0 var(--hx-space-4) var(--hx-space-4)] - Content padding.\n * @cssprop [--hx-accordion-content-color=var(--hx-color-neutral-600)] - Content text color.\n */\n@customElement('hx-accordion-item')\nexport class HelixAccordionItem extends HelixElement {\n static override styles = [helixAccordionItemStyles, forcedColorsInteractive];\n\n /** @internal */\n private _uid = _nextAccordionItemId();\n\n /**\n * Whether this item is expanded.\n * @attr expanded\n */\n @property({ type: Boolean, reflect: true })\n expanded = false;\n\n /**\n * Whether this item is disabled (cannot be toggled).\n * @attr disabled\n */\n @property({ type: Boolean, reflect: true })\n disabled = false;\n\n /**\n * Heading level (1–6) applied via `role=\"heading\" aria-level` on the summary\n * trigger. Defaults to 3. Set to match the document outline around the\n * accordion so screen readers surface accordion items in the heading list.\n * @attr level\n */\n @property({ type: Number })\n level: 1 | 2 | 3 | 4 | 5 | 6 = 3;\n\n // ─── Lifecycle ───\n\n override connectedCallback(): void {\n super.connectedCallback();\n if (!this.closest('hx-accordion')) {\n devWarn(\n 'hx-accordion-item',\n 'Used outside hx-accordion. Single-expand coordination will not function.',\n );\n }\n }\n\n // ─── Slot Handlers ───\n\n /** @internal */\n private _handleTriggerSlotChange(e: Event): void {\n const slot = e.target as HTMLSlotElement;\n const hasContent = slot.assignedNodes({ flatten: true }).length > 0;\n if (!hasContent) {\n devWarn(\n 'hx-accordion-item',\n 'trigger slot is empty — provide a visible label for keyboard and screen reader users.',\n );\n }\n }\n\n // ─── Heading Level Helper ───\n\n /**\n * Returns a clamped heading level (1–6) for use as `aria-level` on the\n * `<summary>` element. Per the WAI-ARIA APG Accordion pattern, the\n * `<summary>` must be a **direct child** of `<details>` for native\n * disclosure behaviour to work. Instead of wrapping `<summary>` inside\n * an `<h3>` (which breaks the native toggle), we apply\n * `role=\"heading\" aria-level=\"N\"` directly on `<summary>`.\n */\n /** @internal */\n private get _headingLevel(): number {\n return Math.max(1, Math.min(6, this.level));\n }\n\n // ─── Toggle Logic ───\n\n /** @internal */\n private _toggle(): void {\n if (this.disabled) return;\n\n const willExpand = !this.expanded;\n this.expanded = willExpand;\n\n this._dispatchToggleEvent(willExpand);\n }\n\n /** @internal */\n _dispatchToggleEvent(expanded: boolean): void {\n const detail = { expanded, itemId: this.id || '' };\n const options = { bubbles: true, composed: true, detail };\n\n if (expanded) {\n this.dispatchEvent(\n new CustomEvent<{ expanded: boolean; itemId: string }>('hx-expand', options),\n );\n } else {\n this.dispatchEvent(\n new CustomEvent<{ expanded: boolean; itemId: string }>('hx-collapse', options),\n );\n }\n }\n\n // ─── Event Handlers ───\n\n /** @internal */\n private _handleSummaryClick(e: MouseEvent): void {\n e.preventDefault();\n this._toggle();\n }\n\n /** @internal */\n private _handleKeyDown(e: KeyboardEvent): void {\n if (e.key === 'Enter' || e.key === ' ') {\n e.preventDefault();\n this._toggle();\n }\n }\n\n // ─── Render ───\n\n override render() {\n const itemClasses = {\n item: true,\n 'item--expanded': this.expanded,\n 'item--disabled': this.disabled,\n };\n\n return html`\n <details part=\"item\" class=${classMap(itemClasses)} ?open=${this.expanded}>\n <summary\n id=${`${this._uid}-trigger`}\n part=\"trigger\"\n class=\"trigger\"\n role=\"heading\"\n aria-level=${this._headingLevel}\n tabindex=${this.disabled ? '-1' : '0'}\n aria-expanded=${this.expanded ? 'true' : 'false'}\n aria-disabled=${this.disabled ? 'true' : nothing}\n aria-controls=${`${this._uid}-content`}\n @click=${this._handleSummaryClick}\n @keydown=${this._handleKeyDown}\n >\n <slot name=\"trigger\" @slotchange=${this._handleTriggerSlotChange}></slot>\n <span part=\"icon\" class=\"icon\">${chevronIcon}</span>\n </summary>\n <div class=\"content-wrapper\">\n <div class=\"content-inner\">\n <div\n id=${`${this._uid}-content`}\n part=\"content\"\n class=\"content\"\n role=\"region\"\n aria-labelledby=${`${this._uid}-trigger`}\n aria-hidden=${this.expanded ? nothing : 'true'}\n >\n <slot></slot>\n </div>\n </div>\n </div>\n </details>\n `;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'hx-accordion-item': HelixAccordionItem;\n }\n}\n","import { html, type PropertyValues } from 'lit';\nimport '../../utilities/document-token-adoption.js';\nimport { customElement, property } from 'lit/decorators.js';\nimport { HelixElement } from '../../base/index.js';\nimport { helixAccordionStyles } from './hx-accordion.styles.js';\nimport { forcedColorsInteractive } from '../../styles/forced-colors.js';\nimport './hx-accordion-item.js';\nimport type { HelixAccordionItem } from './hx-accordion-item.js';\nimport { devWarn } from '../../utils/dev-warn.js';\n\n/**\n * An accordion container that manages collapsible content sections.\n *\n * @summary Collapsible content sections with single or multi-expand modes.\n *\n * @tag hx-accordion\n *\n * @slot - Default slot for hx-accordion-item elements.\n *\n * @csspart accordion - The outer container wrapping all accordion items.\n *\n * @cssprop [--hx-accordion-border-radius=var(--hx-border-radius-md)] - Outer border radius.\n *\n * @example\n * ```html\n * <hx-accordion mode=\"single\">\n * <hx-accordion-item>\n * <span slot=\"trigger\">What is this?</span>\n * <p>Answer content here.</p>\n * </hx-accordion-item>\n * </hx-accordion>\n * ```\n * @cssprop [--hx-accordion-font-family=var(--hx-font-family-sans)] - CSS custom property.\n * @cssprop [--hx-font-family-sans] - Font family.\n * @cssprop [--hx-border-radius-md] - CSS custom property.\n */\n@customElement('hx-accordion')\nexport class HelixAccordion extends HelixElement {\n static override styles = [helixAccordionStyles, forcedColorsInteractive];\n\n /**\n * Expansion mode: 'single' collapses all other items when one expands.\n * 'multi' allows multiple items open simultaneously.\n * @attr mode\n */\n @property({ type: String, reflect: true })\n mode: 'single' | 'multi' = 'single';\n\n // ─── Lifecycle ───\n\n /** @internal */\n private _mutationObserver: MutationObserver | null = null;\n\n override connectedCallback(): void {\n super.connectedCallback();\n this.addEventListener('hx-expand', this._handleChildExpand);\n this.addEventListener('keydown', this._handleKeyDown);\n // Re-enforce single mode when reconnected with pre-expanded items\n this._enforceSingleMode();\n // Watch for dynamically added accordion items that may violate single-expand\n if (typeof MutationObserver !== 'undefined') {\n this._mutationObserver = new MutationObserver((mutations) => {\n const hasNewItems = mutations.some((m) =>\n Array.from(m.addedNodes).some(\n (n) => n instanceof Element && n.tagName.toLowerCase() === 'hx-accordion-item',\n ),\n );\n if (hasNewItems) {\n this._enforceSingleMode();\n }\n });\n this._mutationObserver.observe(this, { childList: true });\n }\n }\n\n override disconnectedCallback(): void {\n super.disconnectedCallback();\n this.removeEventListener('hx-expand', this._handleChildExpand);\n this.removeEventListener('keydown', this._handleKeyDown);\n this._mutationObserver?.disconnect();\n this._mutationObserver = null;\n }\n\n protected override firstUpdated(): void {\n this._enforceSingleMode();\n }\n\n override updated(changedProperties: PropertyValues<this>): void {\n super.updated(changedProperties);\n if (changedProperties.has('mode')) {\n const validModes: string[] = ['single', 'multi'];\n if (!validModes.includes(this.mode)) {\n devWarn(\n 'hx-accordion',\n `Invalid mode \"${this.mode}\". Expected one of: ${validModes.join(', ')}. Clamping to \"single\".`,\n );\n this.mode = 'single';\n return;\n }\n // When switching from multi to single, enforce single-expand immediately\n this._enforceSingleMode();\n }\n }\n\n // ─── Single-expand coordination ───\n\n /** @internal */\n private _enforceSingleMode(): void {\n if (this.mode !== 'single') return;\n\n const items = this.querySelectorAll<HelixAccordionItem>('hx-accordion-item');\n let foundExpanded = false;\n\n items.forEach((item) => {\n if (item.expanded) {\n if (foundExpanded) {\n item.expanded = false;\n } else {\n foundExpanded = true;\n }\n }\n });\n }\n\n /**\n * Handles expand events from child accordion items to enforce single-expand mode.\n * @internal\n */\n private _handleChildExpand = (e: Event): void => {\n if (this.mode !== 'single') return;\n\n const expandedItem = e.composedPath()[0] as HelixAccordionItem;\n const items = this.querySelectorAll<HelixAccordionItem>('hx-accordion-item');\n\n items.forEach((item) => {\n if (item !== expandedItem && item.expanded) {\n item.expanded = false;\n item._dispatchToggleEvent(false);\n }\n });\n };\n\n // ─── Arrow key navigation (ARIA APG Accordion pattern) ───\n\n /**\n * Handles keyboard navigation between accordion triggers using arrow, Home, and End keys.\n * @internal\n */\n private _handleKeyDown = (e: KeyboardEvent): void => {\n const triggers = this._getTriggers();\n if (triggers.length === 0) return;\n\n const activeEl = this.shadowRoot?.activeElement ?? document.activeElement;\n let currentItem: HelixAccordionItem | null = null;\n\n const items = Array.from(this.querySelectorAll<HelixAccordionItem>('hx-accordion-item'));\n for (const item of items) {\n const summary = item.shadowRoot?.querySelector('[part=\"trigger\"]');\n if (summary === activeEl || item.shadowRoot?.activeElement === summary) {\n currentItem = item;\n break;\n }\n }\n\n if (!currentItem) return;\n\n const enabledItems = items.filter((item) => !item.disabled);\n const currentIndex = enabledItems.indexOf(currentItem);\n if (currentIndex === -1) return;\n\n let targetIndex = -1;\n\n switch (e.key) {\n case 'ArrowDown':\n targetIndex = (currentIndex + 1) % enabledItems.length;\n break;\n case 'ArrowUp':\n targetIndex = (currentIndex - 1 + enabledItems.length) % enabledItems.length;\n break;\n case 'Home':\n targetIndex = 0;\n break;\n case 'End':\n targetIndex = enabledItems.length - 1;\n break;\n default:\n return;\n }\n\n e.preventDefault();\n const targetItem = enabledItems[targetIndex];\n const targetSummary = targetItem?.shadowRoot?.querySelector<HTMLElement>('[part=\"trigger\"]');\n targetSummary?.focus();\n };\n\n /** @internal */\n private _getTriggers(): HTMLElement[] {\n const items = this.querySelectorAll<HelixAccordionItem>('hx-accordion-item');\n const triggers: HTMLElement[] = [];\n items.forEach((item) => {\n const summary = item.shadowRoot?.querySelector<HTMLElement>('[part=\"trigger\"]');\n if (summary) triggers.push(summary);\n });\n return triggers;\n }\n\n // ─── Slot validation ───\n\n /** @internal */\n private _handleSlotChange(e: Event): void {\n const slot = e.target;\n if (!(slot instanceof HTMLSlotElement)) return;\n const invalid = slot\n .assignedElements()\n .filter((el) => el.tagName.toLowerCase() !== 'hx-accordion-item');\n if (invalid.length > 0) {\n devWarn(\n 'hx-accordion',\n `Default slot expects <hx-accordion-item> elements. Found unexpected: ${invalid.map((el) => `<${el.tagName.toLowerCase()}>`).join(', ')}`,\n );\n }\n }\n\n // ─── Render ───\n\n override render() {\n return html`\n <div part=\"accordion\" class=\"accordion\">\n <slot @slotchange=${this._handleSlotChange}></slot>\n </div>\n `;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'hx-accordion': HelixAccordion;\n }\n}\n"],"names":["helixAccordionStyles","css","helixAccordionItemStyles","chevronIcon","svg","_nextAccordionItemId","createIdCounter","HelixAccordionItem","HelixElement","willExpand","expanded","options","itemClasses","html","classMap","nothing","forcedColorsInteractive","__decorateClass","property","customElement","HelixAccordion","expandedItem","item","activeEl","_a","currentItem","items","summary","_b","_c","enabledItems","currentIndex","targetIndex","targetItem","targetSummary","_d","mutations","m","n","changedProperties","validModes","devWarn","foundExpanded","triggers","slot","invalid","el"],"mappings":"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"}
|
|
@@ -165,7 +165,7 @@ const g = u`
|
|
|
165
165
|
outline: var(--hx-focus-ring-width, 2px) solid
|
|
166
166
|
var(
|
|
167
167
|
--hx-alert-close-btn-focus-ring-color,
|
|
168
|
-
var(--hx-focus-ring-color, var(--hx-color-primary-
|
|
168
|
+
var(--hx-focus-ring-color, var(--hx-color-primary-600, #0f7078))
|
|
169
169
|
);
|
|
170
170
|
outline-offset: var(--hx-focus-ring-offset, 2px);
|
|
171
171
|
opacity: 1;
|
|
@@ -479,4 +479,4 @@ r = o([
|
|
|
479
479
|
export {
|
|
480
480
|
r as H
|
|
481
481
|
};
|
|
482
|
-
//# sourceMappingURL=hx-alert-
|
|
482
|
+
//# sourceMappingURL=hx-alert-C597yHpD.js.map
|