@helixui/library 3.5.0 → 3.7.0
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 +529 -81
- package/dist/components/hx-alert/hx-alert.d.ts +18 -0
- package/dist/components/hx-alert/hx-alert.d.ts.map +1 -1
- package/dist/components/hx-badge/index.js +1 -1
- package/dist/components/hx-button/hx-button.d.ts +18 -0
- 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-checkbox/hx-checkbox.d.ts +18 -0
- package/dist/components/hx-checkbox/hx-checkbox.d.ts.map +1 -1
- package/dist/components/hx-checkbox/hx-checkbox.styles.d.ts.map +1 -1
- package/dist/components/hx-checkbox/index.js +1 -1
- package/dist/components/hx-date-picker/hx-date-picker.styles.d.ts.map +1 -1
- package/dist/components/hx-date-picker/index.js +1 -1
- package/dist/components/hx-dialog/hx-dialog.d.ts +18 -0
- package/dist/components/hx-dialog/hx-dialog.d.ts.map +1 -1
- package/dist/components/hx-icon-button/hx-icon-button.styles.d.ts.map +1 -1
- package/dist/components/hx-icon-button/index.js +1 -1
- package/dist/components/hx-pagination/hx-pagination.styles.d.ts.map +1 -1
- package/dist/components/hx-pagination/index.js +1 -1
- package/dist/components/hx-radio-group/index.js +1 -1
- package/dist/components/hx-steps/index.js +1 -1
- package/dist/components/hx-text-input/hx-text-input.d.ts +18 -0
- package/dist/components/hx-text-input/hx-text-input.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/css/helix-all.css +59 -34
- package/dist/css/helix-core.css +20 -14
- package/dist/css/helix-forms.css +33 -17
- package/dist/css/helix-navigation.css +6 -3
- package/dist/css/helix-tokens.css +5 -4
- package/dist/css/hx-badge.css +5 -5
- package/dist/css/hx-button.css +11 -4
- package/dist/css/hx-checkbox.css +10 -4
- package/dist/css/hx-date-picker.css +5 -2
- package/dist/css/hx-icon-button.css +4 -5
- package/dist/css/hx-pagination.css +6 -3
- package/dist/css/hx-toggle-button.css +18 -11
- package/dist/css/index.css +1 -1
- package/dist/css/manifest.json +18 -9
- package/dist/index.js +9 -9
- package/dist/shared/hx-alert-Bto8-TIi.js.map +1 -1
- package/dist/shared/{hx-badge-JlFtAdxS.js → hx-badge-DFL35nzi.js} +16 -16
- package/dist/shared/hx-badge-DFL35nzi.js.map +1 -0
- package/dist/shared/{hx-button-BOwAEcF1.js → hx-button-rRNmD4fd.js} +12 -5
- package/dist/shared/hx-button-rRNmD4fd.js.map +1 -0
- package/dist/shared/{hx-checkbox-CYd0YV_u.js → hx-checkbox-hPlIw6Lb.js} +25 -19
- package/dist/shared/hx-checkbox-hPlIw6Lb.js.map +1 -0
- package/dist/shared/{hx-date-picker-B49yo4Vm.js → hx-date-picker-DSKDkCy1.js} +6 -3
- package/dist/shared/hx-date-picker-DSKDkCy1.js.map +1 -0
- package/dist/shared/hx-dialog-B4weoj_1.js.map +1 -1
- package/dist/shared/{hx-icon-button-a6OpeQz5.js → hx-icon-button-B2BdVdyK.js} +10 -11
- package/dist/shared/hx-icon-button-B2BdVdyK.js.map +1 -0
- package/dist/shared/{hx-pagination-C7y8GVyU.js → hx-pagination-D726PyTM.js} +7 -4
- package/dist/shared/hx-pagination-D726PyTM.js.map +1 -0
- package/dist/shared/{hx-radio-C7eTj5YI.js → hx-radio-CY4kQfZw.js} +44 -44
- package/dist/shared/{hx-radio-C7eTj5YI.js.map → hx-radio-CY4kQfZw.js.map} +1 -1
- package/dist/shared/{hx-step-R2rjp1fT.js → hx-step-CUzliIK_.js} +3 -3
- package/dist/shared/hx-step-CUzliIK_.js.map +1 -0
- package/dist/shared/hx-text-input-D6FlOZM-.js.map +1 -1
- package/dist/shared/{hx-toggle-button-DwBers3A.js → hx-toggle-button-DSJeFlb0.js} +52 -45
- package/dist/shared/{hx-toggle-button-DwBers3A.js.map → hx-toggle-button-DSJeFlb0.js.map} +1 -1
- package/figma-inventory.json +1399 -103
- package/package.json +2 -2
- package/dist/shared/hx-badge-JlFtAdxS.js.map +0 -1
- package/dist/shared/hx-button-BOwAEcF1.js.map +0 -1
- package/dist/shared/hx-checkbox-CYd0YV_u.js.map +0 -1
- package/dist/shared/hx-date-picker-B49yo4Vm.js.map +0 -1
- package/dist/shared/hx-icon-button-a6OpeQz5.js.map +0 -1
- package/dist/shared/hx-pagination-C7y8GVyU.js.map +0 -1
- package/dist/shared/hx-step-R2rjp1fT.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -269,7 +269,10 @@
|
|
|
269
269
|
},
|
|
270
270
|
"tagName": "hx-accordion",
|
|
271
271
|
"customElement": true,
|
|
272
|
-
"summary": "Collapsible content sections with single or multi-expand modes."
|
|
272
|
+
"summary": "Collapsible content sections with single or multi-expand modes.",
|
|
273
|
+
"helixMeta": {
|
|
274
|
+
"priorityTier": "P2"
|
|
275
|
+
}
|
|
273
276
|
}
|
|
274
277
|
],
|
|
275
278
|
"exports": [
|
|
@@ -548,7 +551,10 @@
|
|
|
548
551
|
},
|
|
549
552
|
"tagName": "hx-action-bar",
|
|
550
553
|
"customElement": true,
|
|
551
|
-
"summary": "Horizontal action bar for grouping related controls."
|
|
554
|
+
"summary": "Horizontal action bar for grouping related controls.",
|
|
555
|
+
"helixMeta": {
|
|
556
|
+
"priorityTier": "P0"
|
|
557
|
+
}
|
|
552
558
|
}
|
|
553
559
|
],
|
|
554
560
|
"exports": [
|
|
@@ -1047,7 +1053,50 @@
|
|
|
1047
1053
|
},
|
|
1048
1054
|
"tagName": "hx-alert",
|
|
1049
1055
|
"customElement": true,
|
|
1050
|
-
"summary": "Feedback alert for status messages with variant-based styling and ARIA live regions."
|
|
1056
|
+
"summary": "Feedback alert for status messages with variant-based styling and ARIA live regions.",
|
|
1057
|
+
"aaaCertified": true,
|
|
1058
|
+
"aaaCertifiedDate": "2026-05-08",
|
|
1059
|
+
"helixMeta": {
|
|
1060
|
+
"keyboardContract": {
|
|
1061
|
+
"dismiss": [
|
|
1062
|
+
"Escape"
|
|
1063
|
+
]
|
|
1064
|
+
},
|
|
1065
|
+
"ariaPattern": "alert",
|
|
1066
|
+
"ariaPatternSource": "https://www.w3.org/WAI/ARIA/apg/patterns/alert/",
|
|
1067
|
+
"forcedColorsSupported": true,
|
|
1068
|
+
"stability": "stable",
|
|
1069
|
+
"since": "3.6.0",
|
|
1070
|
+
"formAssociated": false,
|
|
1071
|
+
"themeAware": true,
|
|
1072
|
+
"brandAware": true,
|
|
1073
|
+
"drupalSdcEligible": true,
|
|
1074
|
+
"reactWrapperStatus": "complete",
|
|
1075
|
+
"priorityTier": "P0",
|
|
1076
|
+
"phiHandles": false,
|
|
1077
|
+
"clinicalContext": "none",
|
|
1078
|
+
"aaa": {
|
|
1079
|
+
"certified": true,
|
|
1080
|
+
"certifiedDate": "2026-05-08",
|
|
1081
|
+
"criteria": [
|
|
1082
|
+
"1.4.6",
|
|
1083
|
+
"1.4.9",
|
|
1084
|
+
"2.1.3",
|
|
1085
|
+
"2.3.3",
|
|
1086
|
+
"2.4.12",
|
|
1087
|
+
"2.4.13",
|
|
1088
|
+
"2.5.5",
|
|
1089
|
+
"3.2.5",
|
|
1090
|
+
"3.3.6",
|
|
1091
|
+
"forced-colors",
|
|
1092
|
+
"apg-keyboard"
|
|
1093
|
+
],
|
|
1094
|
+
"auditUrl": "src/components/hx-alert/AAA-AUDIT.md"
|
|
1095
|
+
},
|
|
1096
|
+
"figma": {
|
|
1097
|
+
"componentName": "hx-alert"
|
|
1098
|
+
}
|
|
1099
|
+
}
|
|
1051
1100
|
}
|
|
1052
1101
|
],
|
|
1053
1102
|
"exports": [
|
|
@@ -1373,7 +1422,10 @@
|
|
|
1373
1422
|
},
|
|
1374
1423
|
"tagName": "hx-avatar",
|
|
1375
1424
|
"customElement": true,
|
|
1376
|
-
"summary": "User avatar with image, initials, and fallback icon support for healthcare applications."
|
|
1425
|
+
"summary": "User avatar with image, initials, and fallback icon support for healthcare applications.",
|
|
1426
|
+
"helixMeta": {
|
|
1427
|
+
"priorityTier": "P2"
|
|
1428
|
+
}
|
|
1377
1429
|
}
|
|
1378
1430
|
],
|
|
1379
1431
|
"exports": [
|
|
@@ -1854,7 +1906,10 @@
|
|
|
1854
1906
|
},
|
|
1855
1907
|
"tagName": "hx-badge",
|
|
1856
1908
|
"customElement": true,
|
|
1857
|
-
"summary": "Presentational badge for status indicators, notification counts, and labels."
|
|
1909
|
+
"summary": "Presentational badge for status indicators, notification counts, and labels.",
|
|
1910
|
+
"helixMeta": {
|
|
1911
|
+
"priorityTier": "P2"
|
|
1912
|
+
}
|
|
1858
1913
|
}
|
|
1859
1914
|
],
|
|
1860
1915
|
"exports": [
|
|
@@ -2368,7 +2423,10 @@
|
|
|
2368
2423
|
},
|
|
2369
2424
|
"tagName": "hx-banner",
|
|
2370
2425
|
"customElement": true,
|
|
2371
|
-
"summary": "Full-width page-level banner for persistent notifications with variant-based styling and ARIA live regions."
|
|
2426
|
+
"summary": "Full-width page-level banner for persistent notifications with variant-based styling and ARIA live regions.",
|
|
2427
|
+
"helixMeta": {
|
|
2428
|
+
"priorityTier": "P0"
|
|
2429
|
+
}
|
|
2372
2430
|
}
|
|
2373
2431
|
],
|
|
2374
2432
|
"exports": [
|
|
@@ -2767,7 +2825,10 @@
|
|
|
2767
2825
|
},
|
|
2768
2826
|
"tagName": "hx-breadcrumb",
|
|
2769
2827
|
"customElement": true,
|
|
2770
|
-
"summary": "Navigation breadcrumb showing the page hierarchy. Works with Drupal's breadcrumb system."
|
|
2828
|
+
"summary": "Navigation breadcrumb showing the page hierarchy. Works with Drupal's breadcrumb system.",
|
|
2829
|
+
"helixMeta": {
|
|
2830
|
+
"priorityTier": "P0"
|
|
2831
|
+
}
|
|
2771
2832
|
},
|
|
2772
2833
|
{
|
|
2773
2834
|
"kind": "variable",
|
|
@@ -3328,7 +3389,52 @@
|
|
|
3328
3389
|
},
|
|
3329
3390
|
"tagName": "hx-button",
|
|
3330
3391
|
"customElement": true,
|
|
3331
|
-
"summary": "Primary interactive element for triggering actions and form submission."
|
|
3392
|
+
"summary": "Primary interactive element for triggering actions and form submission.",
|
|
3393
|
+
"aaaCertified": true,
|
|
3394
|
+
"aaaCertifiedDate": "2026-05-08",
|
|
3395
|
+
"helixMeta": {
|
|
3396
|
+
"keyboardContract": {
|
|
3397
|
+
"activate": [
|
|
3398
|
+
"Enter",
|
|
3399
|
+
"Space"
|
|
3400
|
+
],
|
|
3401
|
+
"disabledSuppresses": true
|
|
3402
|
+
},
|
|
3403
|
+
"ariaPattern": "button",
|
|
3404
|
+
"ariaPatternSource": "https://www.w3.org/WAI/ARIA/apg/patterns/button/",
|
|
3405
|
+
"forcedColorsSupported": true,
|
|
3406
|
+
"stability": "stable",
|
|
3407
|
+
"since": "3.6.0",
|
|
3408
|
+
"formAssociated": true,
|
|
3409
|
+
"themeAware": true,
|
|
3410
|
+
"brandAware": true,
|
|
3411
|
+
"drupalSdcEligible": true,
|
|
3412
|
+
"reactWrapperStatus": "complete",
|
|
3413
|
+
"priorityTier": "P0",
|
|
3414
|
+
"phiHandles": false,
|
|
3415
|
+
"clinicalContext": "none",
|
|
3416
|
+
"aaa": {
|
|
3417
|
+
"certified": true,
|
|
3418
|
+
"certifiedDate": "2026-05-08",
|
|
3419
|
+
"criteria": [
|
|
3420
|
+
"1.4.6",
|
|
3421
|
+
"1.4.9",
|
|
3422
|
+
"2.1.3",
|
|
3423
|
+
"2.3.3",
|
|
3424
|
+
"2.4.12",
|
|
3425
|
+
"2.4.13",
|
|
3426
|
+
"2.5.5",
|
|
3427
|
+
"3.2.5",
|
|
3428
|
+
"3.3.6",
|
|
3429
|
+
"forced-colors",
|
|
3430
|
+
"apg-keyboard"
|
|
3431
|
+
],
|
|
3432
|
+
"auditUrl": "src/components/hx-button/AAA-AUDIT.md"
|
|
3433
|
+
},
|
|
3434
|
+
"figma": {
|
|
3435
|
+
"componentName": "hx-button"
|
|
3436
|
+
}
|
|
3437
|
+
}
|
|
3332
3438
|
}
|
|
3333
3439
|
],
|
|
3334
3440
|
"exports": [
|
|
@@ -3478,7 +3584,10 @@
|
|
|
3478
3584
|
},
|
|
3479
3585
|
"tagName": "hx-button-group",
|
|
3480
3586
|
"customElement": true,
|
|
3481
|
-
"summary": "Groups hx-button elements into a horizontal or vertical action set with shared borders."
|
|
3587
|
+
"summary": "Groups hx-button elements into a horizontal or vertical action set with shared borders.",
|
|
3588
|
+
"helixMeta": {
|
|
3589
|
+
"priorityTier": "P0"
|
|
3590
|
+
}
|
|
3482
3591
|
}
|
|
3483
3592
|
],
|
|
3484
3593
|
"exports": [
|
|
@@ -3823,7 +3932,10 @@
|
|
|
3823
3932
|
},
|
|
3824
3933
|
"tagName": "hx-card",
|
|
3825
3934
|
"customElement": true,
|
|
3826
|
-
"summary": "Content container with image, heading, body, footer, and action slots."
|
|
3935
|
+
"summary": "Content container with image, heading, body, footer, and action slots.",
|
|
3936
|
+
"helixMeta": {
|
|
3937
|
+
"priorityTier": "P2"
|
|
3938
|
+
}
|
|
3827
3939
|
}
|
|
3828
3940
|
],
|
|
3829
3941
|
"exports": [
|
|
@@ -4448,7 +4560,10 @@
|
|
|
4448
4560
|
},
|
|
4449
4561
|
"tagName": "hx-carousel",
|
|
4450
4562
|
"customElement": true,
|
|
4451
|
-
"summary": "Scrollable carousel with navigation, pagination, autoplay, and an accessible label."
|
|
4563
|
+
"summary": "Scrollable carousel with navigation, pagination, autoplay, and an accessible label.",
|
|
4564
|
+
"helixMeta": {
|
|
4565
|
+
"priorityTier": "P2"
|
|
4566
|
+
}
|
|
4452
4567
|
}
|
|
4453
4568
|
],
|
|
4454
4569
|
"exports": [
|
|
@@ -5109,7 +5224,51 @@
|
|
|
5109
5224
|
},
|
|
5110
5225
|
"tagName": "hx-checkbox",
|
|
5111
5226
|
"customElement": true,
|
|
5112
|
-
"summary": "Form-associated checkbox with built-in label, error, and help text."
|
|
5227
|
+
"summary": "Form-associated checkbox with built-in label, error, and help text.",
|
|
5228
|
+
"aaaCertified": true,
|
|
5229
|
+
"aaaCertifiedDate": "2026-05-08",
|
|
5230
|
+
"helixMeta": {
|
|
5231
|
+
"keyboardContract": {
|
|
5232
|
+
"activate": [
|
|
5233
|
+
"Space"
|
|
5234
|
+
],
|
|
5235
|
+
"disabledSuppresses": true
|
|
5236
|
+
},
|
|
5237
|
+
"ariaPattern": "checkbox",
|
|
5238
|
+
"ariaPatternSource": "https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/",
|
|
5239
|
+
"forcedColorsSupported": true,
|
|
5240
|
+
"stability": "stable",
|
|
5241
|
+
"since": "3.6.0",
|
|
5242
|
+
"formAssociated": true,
|
|
5243
|
+
"themeAware": true,
|
|
5244
|
+
"brandAware": true,
|
|
5245
|
+
"drupalSdcEligible": true,
|
|
5246
|
+
"reactWrapperStatus": "complete",
|
|
5247
|
+
"priorityTier": "P0",
|
|
5248
|
+
"phiHandles": false,
|
|
5249
|
+
"clinicalContext": "none",
|
|
5250
|
+
"aaa": {
|
|
5251
|
+
"certified": true,
|
|
5252
|
+
"certifiedDate": "2026-05-08",
|
|
5253
|
+
"criteria": [
|
|
5254
|
+
"1.4.6",
|
|
5255
|
+
"1.4.9",
|
|
5256
|
+
"2.1.3",
|
|
5257
|
+
"2.3.3",
|
|
5258
|
+
"2.4.12",
|
|
5259
|
+
"2.4.13",
|
|
5260
|
+
"2.5.5",
|
|
5261
|
+
"3.2.5",
|
|
5262
|
+
"3.3.6",
|
|
5263
|
+
"forced-colors",
|
|
5264
|
+
"apg-keyboard"
|
|
5265
|
+
],
|
|
5266
|
+
"auditUrl": "src/components/hx-checkbox/AAA-AUDIT.md"
|
|
5267
|
+
},
|
|
5268
|
+
"figma": {
|
|
5269
|
+
"componentName": "hx-checkbox"
|
|
5270
|
+
}
|
|
5271
|
+
}
|
|
5113
5272
|
}
|
|
5114
5273
|
],
|
|
5115
5274
|
"exports": [
|
|
@@ -5444,7 +5603,10 @@
|
|
|
5444
5603
|
},
|
|
5445
5604
|
"tagName": "hx-checkbox-group",
|
|
5446
5605
|
"customElement": true,
|
|
5447
|
-
"summary": "Form-associated checkbox group with label, validation, help text, and multi-value form submission."
|
|
5606
|
+
"summary": "Form-associated checkbox group with label, validation, help text, and multi-value form submission.",
|
|
5607
|
+
"helixMeta": {
|
|
5608
|
+
"priorityTier": "P0"
|
|
5609
|
+
}
|
|
5448
5610
|
}
|
|
5449
5611
|
],
|
|
5450
5612
|
"exports": [
|
|
@@ -5944,7 +6106,10 @@
|
|
|
5944
6106
|
},
|
|
5945
6107
|
"tagName": "hx-clinical-status",
|
|
5946
6108
|
"customElement": true,
|
|
5947
|
-
"summary": "Clinical status indicator for standardized healthcare alert fatigue prevention."
|
|
6109
|
+
"summary": "Clinical status indicator for standardized healthcare alert fatigue prevention.",
|
|
6110
|
+
"helixMeta": {
|
|
6111
|
+
"priorityTier": "P0"
|
|
6112
|
+
}
|
|
5948
6113
|
}
|
|
5949
6114
|
],
|
|
5950
6115
|
"exports": [
|
|
@@ -6436,7 +6601,10 @@
|
|
|
6436
6601
|
},
|
|
6437
6602
|
"tagName": "hx-code-snippet",
|
|
6438
6603
|
"customElement": true,
|
|
6439
|
-
"summary": "Styled code display component with copy-to-clipboard and expand/collapse."
|
|
6604
|
+
"summary": "Styled code display component with copy-to-clipboard and expand/collapse.",
|
|
6605
|
+
"helixMeta": {
|
|
6606
|
+
"priorityTier": "P2"
|
|
6607
|
+
}
|
|
6440
6608
|
}
|
|
6441
6609
|
],
|
|
6442
6610
|
"exports": [
|
|
@@ -7375,7 +7543,10 @@
|
|
|
7375
7543
|
},
|
|
7376
7544
|
"tagName": "hx-color-picker",
|
|
7377
7545
|
"customElement": true,
|
|
7378
|
-
"summary": "Color selection control with swatches, gradient picker, and formatted input."
|
|
7546
|
+
"summary": "Color selection control with swatches, gradient picker, and formatted input.",
|
|
7547
|
+
"helixMeta": {
|
|
7548
|
+
"priorityTier": "P0"
|
|
7549
|
+
}
|
|
7379
7550
|
},
|
|
7380
7551
|
{
|
|
7381
7552
|
"kind": "variable",
|
|
@@ -8198,7 +8369,10 @@
|
|
|
8198
8369
|
},
|
|
8199
8370
|
"tagName": "hx-combobox",
|
|
8200
8371
|
"customElement": true,
|
|
8201
|
-
"summary": "Form-associated combobox with autocomplete, filtering, and keyboard navigation."
|
|
8372
|
+
"summary": "Form-associated combobox with autocomplete, filtering, and keyboard navigation.",
|
|
8373
|
+
"helixMeta": {
|
|
8374
|
+
"priorityTier": "P0"
|
|
8375
|
+
}
|
|
8202
8376
|
}
|
|
8203
8377
|
],
|
|
8204
8378
|
"exports": [
|
|
@@ -8405,7 +8579,10 @@
|
|
|
8405
8579
|
},
|
|
8406
8580
|
"tagName": "hx-container",
|
|
8407
8581
|
"customElement": true,
|
|
8408
|
-
"summary": "Layout primitive for constraining content width with consistent spacing."
|
|
8582
|
+
"summary": "Layout primitive for constraining content width with consistent spacing.",
|
|
8583
|
+
"helixMeta": {
|
|
8584
|
+
"priorityTier": "P2"
|
|
8585
|
+
}
|
|
8409
8586
|
}
|
|
8410
8587
|
],
|
|
8411
8588
|
"exports": [
|
|
@@ -8766,7 +8943,10 @@
|
|
|
8766
8943
|
},
|
|
8767
8944
|
"tagName": "hx-copy-button",
|
|
8768
8945
|
"customElement": true,
|
|
8769
|
-
"summary": "One-click clipboard copy with accessible success feedback."
|
|
8946
|
+
"summary": "One-click clipboard copy with accessible success feedback.",
|
|
8947
|
+
"helixMeta": {
|
|
8948
|
+
"priorityTier": "P0"
|
|
8949
|
+
}
|
|
8770
8950
|
}
|
|
8771
8951
|
],
|
|
8772
8952
|
"exports": [
|
|
@@ -9048,7 +9228,10 @@
|
|
|
9048
9228
|
},
|
|
9049
9229
|
"tagName": "hx-counter",
|
|
9050
9230
|
"customElement": true,
|
|
9051
|
-
"summary": "Displays an animated numeric counter that transitions to a target value."
|
|
9231
|
+
"summary": "Displays an animated numeric counter that transitions to a target value.",
|
|
9232
|
+
"helixMeta": {
|
|
9233
|
+
"priorityTier": "P2"
|
|
9234
|
+
}
|
|
9052
9235
|
}
|
|
9053
9236
|
],
|
|
9054
9237
|
"exports": [
|
|
@@ -9601,7 +9784,10 @@
|
|
|
9601
9784
|
},
|
|
9602
9785
|
"tagName": "hx-data-table",
|
|
9603
9786
|
"customElement": true,
|
|
9604
|
-
"summary": "Enterprise data table with sorting, selection, and responsive scroll."
|
|
9787
|
+
"summary": "Enterprise data table with sorting, selection, and responsive scroll.",
|
|
9788
|
+
"helixMeta": {
|
|
9789
|
+
"priorityTier": "P1"
|
|
9790
|
+
}
|
|
9605
9791
|
}
|
|
9606
9792
|
],
|
|
9607
9793
|
"exports": [
|
|
@@ -10407,7 +10593,10 @@
|
|
|
10407
10593
|
},
|
|
10408
10594
|
"tagName": "hx-date-picker",
|
|
10409
10595
|
"customElement": true,
|
|
10410
|
-
"summary": "Form-associated date picker with calendar popup and WCAG 2.1 AA accessibility."
|
|
10596
|
+
"summary": "Form-associated date picker with calendar popup and WCAG 2.1 AA accessibility.",
|
|
10597
|
+
"helixMeta": {
|
|
10598
|
+
"priorityTier": "P0"
|
|
10599
|
+
}
|
|
10411
10600
|
}
|
|
10412
10601
|
],
|
|
10413
10602
|
"exports": [
|
|
@@ -10918,7 +11107,51 @@
|
|
|
10918
11107
|
},
|
|
10919
11108
|
"tagName": "hx-dialog",
|
|
10920
11109
|
"customElement": true,
|
|
10921
|
-
"summary": "Accessible dialog overlay for confirmations, forms, and detailed content."
|
|
11110
|
+
"summary": "Accessible dialog overlay for confirmations, forms, and detailed content.",
|
|
11111
|
+
"aaaCertified": true,
|
|
11112
|
+
"aaaCertifiedDate": "2026-05-08",
|
|
11113
|
+
"helixMeta": {
|
|
11114
|
+
"keyboardContract": {
|
|
11115
|
+
"dismiss": [
|
|
11116
|
+
"Escape"
|
|
11117
|
+
],
|
|
11118
|
+
"trapFocus": "true"
|
|
11119
|
+
},
|
|
11120
|
+
"ariaPattern": "dialog",
|
|
11121
|
+
"ariaPatternSource": "https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/",
|
|
11122
|
+
"forcedColorsSupported": true,
|
|
11123
|
+
"stability": "stable",
|
|
11124
|
+
"since": "3.6.0",
|
|
11125
|
+
"formAssociated": false,
|
|
11126
|
+
"themeAware": true,
|
|
11127
|
+
"brandAware": true,
|
|
11128
|
+
"drupalSdcEligible": true,
|
|
11129
|
+
"reactWrapperStatus": "complete",
|
|
11130
|
+
"priorityTier": "P0",
|
|
11131
|
+
"phiHandles": false,
|
|
11132
|
+
"clinicalContext": "none",
|
|
11133
|
+
"aaa": {
|
|
11134
|
+
"certified": true,
|
|
11135
|
+
"certifiedDate": "2026-05-08",
|
|
11136
|
+
"criteria": [
|
|
11137
|
+
"1.4.6",
|
|
11138
|
+
"1.4.9",
|
|
11139
|
+
"2.1.3",
|
|
11140
|
+
"2.3.3",
|
|
11141
|
+
"2.4.12",
|
|
11142
|
+
"2.4.13",
|
|
11143
|
+
"2.5.5",
|
|
11144
|
+
"3.2.5",
|
|
11145
|
+
"3.3.6",
|
|
11146
|
+
"forced-colors",
|
|
11147
|
+
"apg-keyboard"
|
|
11148
|
+
],
|
|
11149
|
+
"auditUrl": "src/components/hx-dialog/AAA-AUDIT.md"
|
|
11150
|
+
},
|
|
11151
|
+
"figma": {
|
|
11152
|
+
"componentName": "hx-dialog"
|
|
11153
|
+
}
|
|
11154
|
+
}
|
|
10922
11155
|
}
|
|
10923
11156
|
],
|
|
10924
11157
|
"exports": [
|
|
@@ -11134,7 +11367,10 @@
|
|
|
11134
11367
|
},
|
|
11135
11368
|
"tagName": "hx-divider",
|
|
11136
11369
|
"customElement": true,
|
|
11137
|
-
"summary": "Horizontal or vertical separator line with optional label."
|
|
11370
|
+
"summary": "Horizontal or vertical separator line with optional label.",
|
|
11371
|
+
"helixMeta": {
|
|
11372
|
+
"priorityTier": "P2"
|
|
11373
|
+
}
|
|
11138
11374
|
}
|
|
11139
11375
|
],
|
|
11140
11376
|
"exports": [
|
|
@@ -11639,7 +11875,10 @@
|
|
|
11639
11875
|
},
|
|
11640
11876
|
"tagName": "hx-drawer",
|
|
11641
11877
|
"customElement": true,
|
|
11642
|
-
"summary": "Slide-in panel overlay from any viewport edge."
|
|
11878
|
+
"summary": "Slide-in panel overlay from any viewport edge.",
|
|
11879
|
+
"helixMeta": {
|
|
11880
|
+
"priorityTier": "P0"
|
|
11881
|
+
}
|
|
11643
11882
|
}
|
|
11644
11883
|
],
|
|
11645
11884
|
"exports": [
|
|
@@ -11896,7 +12135,10 @@
|
|
|
11896
12135
|
},
|
|
11897
12136
|
"tagName": "hx-dropdown",
|
|
11898
12137
|
"customElement": true,
|
|
11899
|
-
"summary": "Button that opens a floating menu panel on click."
|
|
12138
|
+
"summary": "Button that opens a floating menu panel on click.",
|
|
12139
|
+
"helixMeta": {
|
|
12140
|
+
"priorityTier": "P0"
|
|
12141
|
+
}
|
|
11900
12142
|
}
|
|
11901
12143
|
],
|
|
11902
12144
|
"exports": [
|
|
@@ -12238,7 +12480,10 @@
|
|
|
12238
12480
|
},
|
|
12239
12481
|
"tagName": "hx-field",
|
|
12240
12482
|
"customElement": true,
|
|
12241
|
-
"summary": "Layout wrapper for label, control, help text, and error message."
|
|
12483
|
+
"summary": "Layout wrapper for label, control, help text, and error message.",
|
|
12484
|
+
"helixMeta": {
|
|
12485
|
+
"priorityTier": "P0"
|
|
12486
|
+
}
|
|
12242
12487
|
}
|
|
12243
12488
|
],
|
|
12244
12489
|
"exports": [
|
|
@@ -12455,7 +12700,10 @@
|
|
|
12455
12700
|
},
|
|
12456
12701
|
"tagName": "hx-field-label",
|
|
12457
12702
|
"customElement": true,
|
|
12458
|
-
"summary": "Standardized label for form fields."
|
|
12703
|
+
"summary": "Standardized label for form fields.",
|
|
12704
|
+
"helixMeta": {
|
|
12705
|
+
"priorityTier": "P0"
|
|
12706
|
+
}
|
|
12459
12707
|
}
|
|
12460
12708
|
],
|
|
12461
12709
|
"exports": [
|
|
@@ -13046,7 +13294,10 @@
|
|
|
13046
13294
|
},
|
|
13047
13295
|
"tagName": "hx-file-upload",
|
|
13048
13296
|
"customElement": true,
|
|
13049
|
-
"summary": "Form-associated file upload dropzone with drag-and-drop, validation, and progress tracking."
|
|
13297
|
+
"summary": "Form-associated file upload dropzone with drag-and-drop, validation, and progress tracking.",
|
|
13298
|
+
"helixMeta": {
|
|
13299
|
+
"priorityTier": "P0"
|
|
13300
|
+
}
|
|
13050
13301
|
}
|
|
13051
13302
|
],
|
|
13052
13303
|
"exports": [
|
|
@@ -13376,7 +13627,10 @@
|
|
|
13376
13627
|
},
|
|
13377
13628
|
"tagName": "hx-form",
|
|
13378
13629
|
"customElement": true,
|
|
13379
|
-
"summary": "Light DOM form wrapper with scoped styles for native and hx-* form elements."
|
|
13630
|
+
"summary": "Light DOM form wrapper with scoped styles for native and hx-* form elements.",
|
|
13631
|
+
"helixMeta": {
|
|
13632
|
+
"priorityTier": "P0"
|
|
13633
|
+
}
|
|
13380
13634
|
}
|
|
13381
13635
|
],
|
|
13382
13636
|
"exports": [
|
|
@@ -13717,7 +13971,10 @@
|
|
|
13717
13971
|
},
|
|
13718
13972
|
"tagName": "hx-format-date",
|
|
13719
13973
|
"customElement": true,
|
|
13720
|
-
"summary": "Inline date/time formatter using Intl APIs with semantic `<time>` output."
|
|
13974
|
+
"summary": "Inline date/time formatter using Intl APIs with semantic `<time>` output.",
|
|
13975
|
+
"helixMeta": {
|
|
13976
|
+
"priorityTier": "exempt"
|
|
13977
|
+
}
|
|
13721
13978
|
}
|
|
13722
13979
|
],
|
|
13723
13980
|
"exports": [
|
|
@@ -13944,7 +14201,10 @@
|
|
|
13944
14201
|
},
|
|
13945
14202
|
"tagName": "hx-grid",
|
|
13946
14203
|
"customElement": true,
|
|
13947
|
-
"summary": "CSS Grid layout primitive for building responsive grid layouts."
|
|
14204
|
+
"summary": "CSS Grid layout primitive for building responsive grid layouts.",
|
|
14205
|
+
"helixMeta": {
|
|
14206
|
+
"priorityTier": "P2"
|
|
14207
|
+
}
|
|
13948
14208
|
},
|
|
13949
14209
|
{
|
|
13950
14210
|
"kind": "class",
|
|
@@ -14207,7 +14467,10 @@
|
|
|
14207
14467
|
},
|
|
14208
14468
|
"tagName": "hx-help-text",
|
|
14209
14469
|
"customElement": true,
|
|
14210
|
-
"summary": "Help text displayed below form controls for guidance or validation feedback."
|
|
14470
|
+
"summary": "Help text displayed below form controls for guidance or validation feedback.",
|
|
14471
|
+
"helixMeta": {
|
|
14472
|
+
"priorityTier": "P0"
|
|
14473
|
+
}
|
|
14211
14474
|
}
|
|
14212
14475
|
],
|
|
14213
14476
|
"exports": [
|
|
@@ -14421,7 +14684,10 @@
|
|
|
14421
14684
|
},
|
|
14422
14685
|
"tagName": "hx-icon",
|
|
14423
14686
|
"customElement": true,
|
|
14424
|
-
"summary": "SVG icon with sprite and inline fetch modes for healthcare applications."
|
|
14687
|
+
"summary": "SVG icon with sprite and inline fetch modes for healthcare applications.",
|
|
14688
|
+
"helixMeta": {
|
|
14689
|
+
"priorityTier": "P2"
|
|
14690
|
+
}
|
|
14425
14691
|
}
|
|
14426
14692
|
],
|
|
14427
14693
|
"exports": [
|
|
@@ -14852,7 +15118,10 @@
|
|
|
14852
15118
|
},
|
|
14853
15119
|
"tagName": "hx-icon-button",
|
|
14854
15120
|
"customElement": true,
|
|
14855
|
-
"summary": "Icon-only action button with full accessibility support."
|
|
15121
|
+
"summary": "Icon-only action button with full accessibility support.",
|
|
15122
|
+
"helixMeta": {
|
|
15123
|
+
"priorityTier": "P0"
|
|
15124
|
+
}
|
|
14856
15125
|
}
|
|
14857
15126
|
],
|
|
14858
15127
|
"exports": [
|
|
@@ -15241,7 +15510,10 @@
|
|
|
15241
15510
|
},
|
|
15242
15511
|
"tagName": "hx-image",
|
|
15243
15512
|
"customElement": true,
|
|
15244
|
-
"summary": "Accessible image wrapper with lazy loading, fallback, srcset, and aspect ratio control."
|
|
15513
|
+
"summary": "Accessible image wrapper with lazy loading, fallback, srcset, and aspect ratio control.",
|
|
15514
|
+
"helixMeta": {
|
|
15515
|
+
"priorityTier": "P2"
|
|
15516
|
+
}
|
|
15245
15517
|
}
|
|
15246
15518
|
],
|
|
15247
15519
|
"exports": [
|
|
@@ -15591,7 +15863,10 @@
|
|
|
15591
15863
|
},
|
|
15592
15864
|
"tagName": "hx-link",
|
|
15593
15865
|
"customElement": true,
|
|
15594
|
-
"summary": "Accessible hyperlink with external-link detection, disabled state,\nand download support."
|
|
15866
|
+
"summary": "Accessible hyperlink with external-link detection, disabled state,\nand download support.",
|
|
15867
|
+
"helixMeta": {
|
|
15868
|
+
"priorityTier": "P1"
|
|
15869
|
+
}
|
|
15595
15870
|
}
|
|
15596
15871
|
],
|
|
15597
15872
|
"exports": [
|
|
@@ -16006,7 +16281,10 @@
|
|
|
16006
16281
|
},
|
|
16007
16282
|
"tagName": "hx-list",
|
|
16008
16283
|
"customElement": true,
|
|
16009
|
-
"summary": "Container for list items with optional dividers and interactive selection."
|
|
16284
|
+
"summary": "Container for list items with optional dividers and interactive selection.",
|
|
16285
|
+
"helixMeta": {
|
|
16286
|
+
"priorityTier": "P1"
|
|
16287
|
+
}
|
|
16010
16288
|
}
|
|
16011
16289
|
],
|
|
16012
16290
|
"exports": [
|
|
@@ -16503,7 +16781,10 @@
|
|
|
16503
16781
|
},
|
|
16504
16782
|
"tagName": "hx-menu",
|
|
16505
16783
|
"customElement": true,
|
|
16506
|
-
"summary": "Context/action menu with keyboard-navigable items."
|
|
16784
|
+
"summary": "Context/action menu with keyboard-navigable items.",
|
|
16785
|
+
"helixMeta": {
|
|
16786
|
+
"priorityTier": "P0"
|
|
16787
|
+
}
|
|
16507
16788
|
}
|
|
16508
16789
|
],
|
|
16509
16790
|
"exports": [
|
|
@@ -16863,7 +17144,10 @@
|
|
|
16863
17144
|
},
|
|
16864
17145
|
"tagName": "hx-meter",
|
|
16865
17146
|
"customElement": true,
|
|
16866
|
-
"summary": "Scalar measurement gauge within a defined range."
|
|
17147
|
+
"summary": "Scalar measurement gauge within a defined range.",
|
|
17148
|
+
"helixMeta": {
|
|
17149
|
+
"priorityTier": "P1"
|
|
17150
|
+
}
|
|
16867
17151
|
}
|
|
16868
17152
|
],
|
|
16869
17153
|
"exports": [
|
|
@@ -17237,7 +17521,10 @@
|
|
|
17237
17521
|
},
|
|
17238
17522
|
"tagName": "hx-nav",
|
|
17239
17523
|
"customElement": true,
|
|
17240
|
-
"summary": "Navigation bar supporting horizontal and vertical layouts with nested submenus."
|
|
17524
|
+
"summary": "Navigation bar supporting horizontal and vertical layouts with nested submenus.",
|
|
17525
|
+
"helixMeta": {
|
|
17526
|
+
"priorityTier": "P0"
|
|
17527
|
+
}
|
|
17241
17528
|
}
|
|
17242
17529
|
],
|
|
17243
17530
|
"exports": [
|
|
@@ -17915,7 +18202,10 @@
|
|
|
17915
18202
|
},
|
|
17916
18203
|
"tagName": "hx-number-input",
|
|
17917
18204
|
"customElement": true,
|
|
17918
|
-
"summary": "Form-associated numeric input with stepper buttons, bounds checking,\nlabel, error, and help text."
|
|
18205
|
+
"summary": "Form-associated numeric input with stepper buttons, bounds checking,\nlabel, error, and help text.",
|
|
18206
|
+
"helixMeta": {
|
|
18207
|
+
"priorityTier": "P0"
|
|
18208
|
+
}
|
|
17919
18209
|
}
|
|
17920
18210
|
],
|
|
17921
18211
|
"exports": [
|
|
@@ -18292,7 +18582,10 @@
|
|
|
18292
18582
|
},
|
|
18293
18583
|
"tagName": "hx-overflow-menu",
|
|
18294
18584
|
"customElement": true,
|
|
18295
|
-
"summary": "\"...\" or kebab icon button that reveals hidden actions."
|
|
18585
|
+
"summary": "\"...\" or kebab icon button that reveals hidden actions.",
|
|
18586
|
+
"helixMeta": {
|
|
18587
|
+
"priorityTier": "P0"
|
|
18588
|
+
}
|
|
18296
18589
|
}
|
|
18297
18590
|
],
|
|
18298
18591
|
"exports": [
|
|
@@ -18823,7 +19116,10 @@
|
|
|
18823
19116
|
},
|
|
18824
19117
|
"tagName": "hx-pagination",
|
|
18825
19118
|
"customElement": true,
|
|
18826
|
-
"summary": "Page navigation with page numbers, prev/next, and ellipsis."
|
|
19119
|
+
"summary": "Page navigation with page numbers, prev/next, and ellipsis.",
|
|
19120
|
+
"helixMeta": {
|
|
19121
|
+
"priorityTier": "P1"
|
|
19122
|
+
}
|
|
18827
19123
|
}
|
|
18828
19124
|
],
|
|
18829
19125
|
"exports": [
|
|
@@ -19307,7 +19603,10 @@
|
|
|
19307
19603
|
},
|
|
19308
19604
|
"tagName": "hx-patient-banner",
|
|
19309
19605
|
"customElement": true,
|
|
19310
|
-
"summary": "Patient identification banner with two-identifier rule enforcement."
|
|
19606
|
+
"summary": "Patient identification banner with two-identifier rule enforcement.",
|
|
19607
|
+
"helixMeta": {
|
|
19608
|
+
"priorityTier": "P1"
|
|
19609
|
+
}
|
|
19311
19610
|
}
|
|
19312
19611
|
],
|
|
19313
19612
|
"exports": [
|
|
@@ -19613,7 +19912,10 @@
|
|
|
19613
19912
|
},
|
|
19614
19913
|
"tagName": "hx-phi-field",
|
|
19615
19914
|
"customElement": true,
|
|
19616
|
-
"summary": "HIPAA-compliant field for rendering masked Protected Health Information."
|
|
19915
|
+
"summary": "HIPAA-compliant field for rendering masked Protected Health Information.",
|
|
19916
|
+
"helixMeta": {
|
|
19917
|
+
"priorityTier": "P1"
|
|
19918
|
+
}
|
|
19617
19919
|
}
|
|
19618
19920
|
],
|
|
19619
19921
|
"exports": [
|
|
@@ -19994,7 +20296,10 @@
|
|
|
19994
20296
|
},
|
|
19995
20297
|
"tagName": "hx-popover",
|
|
19996
20298
|
"customElement": true,
|
|
19997
|
-
"summary": "Rich floating overlay attached to a trigger element."
|
|
20299
|
+
"summary": "Rich floating overlay attached to a trigger element.",
|
|
20300
|
+
"helixMeta": {
|
|
20301
|
+
"priorityTier": "P0"
|
|
20302
|
+
}
|
|
19998
20303
|
}
|
|
19999
20304
|
],
|
|
20000
20305
|
"exports": [
|
|
@@ -20392,7 +20697,10 @@
|
|
|
20392
20697
|
},
|
|
20393
20698
|
"tagName": "hx-popup",
|
|
20394
20699
|
"customElement": true,
|
|
20395
|
-
"summary": "Low-level popup positioning utility."
|
|
20700
|
+
"summary": "Low-level popup positioning utility.",
|
|
20701
|
+
"helixMeta": {
|
|
20702
|
+
"priorityTier": "P0"
|
|
20703
|
+
}
|
|
20396
20704
|
}
|
|
20397
20705
|
],
|
|
20398
20706
|
"exports": [
|
|
@@ -20765,7 +21073,10 @@
|
|
|
20765
21073
|
},
|
|
20766
21074
|
"tagName": "hx-progress-bar",
|
|
20767
21075
|
"customElement": true,
|
|
20768
|
-
"summary": "Displays task completion progress or an indeterminate loading state."
|
|
21076
|
+
"summary": "Displays task completion progress or an indeterminate loading state.",
|
|
21077
|
+
"helixMeta": {
|
|
21078
|
+
"priorityTier": "P1"
|
|
21079
|
+
}
|
|
20769
21080
|
}
|
|
20770
21081
|
],
|
|
20771
21082
|
"exports": [
|
|
@@ -21047,7 +21358,10 @@
|
|
|
21047
21358
|
},
|
|
21048
21359
|
"tagName": "hx-progress-ring",
|
|
21049
21360
|
"customElement": true,
|
|
21050
|
-
"summary": "Circular progress ring for indicating operation progress or loading state."
|
|
21361
|
+
"summary": "Circular progress ring for indicating operation progress or loading state.",
|
|
21362
|
+
"helixMeta": {
|
|
21363
|
+
"priorityTier": "P1"
|
|
21364
|
+
}
|
|
21051
21365
|
}
|
|
21052
21366
|
],
|
|
21053
21367
|
"exports": [
|
|
@@ -21190,7 +21504,10 @@
|
|
|
21190
21504
|
},
|
|
21191
21505
|
"tagName": "hx-prose",
|
|
21192
21506
|
"customElement": true,
|
|
21193
|
-
"summary": "Light DOM typography wrapper for rich text and CMS content."
|
|
21507
|
+
"summary": "Light DOM typography wrapper for rich text and CMS content.",
|
|
21508
|
+
"helixMeta": {
|
|
21509
|
+
"priorityTier": "P2"
|
|
21510
|
+
}
|
|
21194
21511
|
}
|
|
21195
21512
|
],
|
|
21196
21513
|
"exports": [
|
|
@@ -21547,7 +21864,10 @@
|
|
|
21547
21864
|
},
|
|
21548
21865
|
"tagName": "hx-radio-group",
|
|
21549
21866
|
"customElement": true,
|
|
21550
|
-
"summary": "Form-associated radio group with label, validation, help text, and keyboard navigation."
|
|
21867
|
+
"summary": "Form-associated radio group with label, validation, help text, and keyboard navigation.",
|
|
21868
|
+
"helixMeta": {
|
|
21869
|
+
"priorityTier": "P0"
|
|
21870
|
+
}
|
|
21551
21871
|
}
|
|
21552
21872
|
],
|
|
21553
21873
|
"exports": [
|
|
@@ -22168,7 +22488,10 @@
|
|
|
22168
22488
|
},
|
|
22169
22489
|
"tagName": "hx-rating",
|
|
22170
22490
|
"customElement": true,
|
|
22171
|
-
"summary": "Star rating input for user feedback and display."
|
|
22491
|
+
"summary": "Star rating input for user feedback and display.",
|
|
22492
|
+
"helixMeta": {
|
|
22493
|
+
"priorityTier": "P0"
|
|
22494
|
+
}
|
|
22172
22495
|
}
|
|
22173
22496
|
],
|
|
22174
22497
|
"exports": [
|
|
@@ -22900,7 +23223,10 @@
|
|
|
22900
23223
|
},
|
|
22901
23224
|
"tagName": "hx-select",
|
|
22902
23225
|
"customElement": true,
|
|
22903
|
-
"summary": "Form-associated custom select with label, error, and help text."
|
|
23226
|
+
"summary": "Form-associated custom select with label, error, and help text.",
|
|
23227
|
+
"helixMeta": {
|
|
23228
|
+
"priorityTier": "P0"
|
|
23229
|
+
}
|
|
22904
23230
|
}
|
|
22905
23231
|
],
|
|
22906
23232
|
"exports": [
|
|
@@ -23369,7 +23695,10 @@
|
|
|
23369
23695
|
},
|
|
23370
23696
|
"tagName": "hx-side-nav",
|
|
23371
23697
|
"customElement": true,
|
|
23372
|
-
"summary": "Collapsible side navigation panel for enterprise healthcare applications."
|
|
23698
|
+
"summary": "Collapsible side navigation panel for enterprise healthcare applications.",
|
|
23699
|
+
"helixMeta": {
|
|
23700
|
+
"priorityTier": "P0"
|
|
23701
|
+
}
|
|
23373
23702
|
}
|
|
23374
23703
|
],
|
|
23375
23704
|
"exports": [
|
|
@@ -23620,7 +23949,10 @@
|
|
|
23620
23949
|
},
|
|
23621
23950
|
"tagName": "hx-skeleton",
|
|
23622
23951
|
"customElement": true,
|
|
23623
|
-
"summary": "Animated shimmer placeholder for loading states."
|
|
23952
|
+
"summary": "Animated shimmer placeholder for loading states.",
|
|
23953
|
+
"helixMeta": {
|
|
23954
|
+
"priorityTier": "P2"
|
|
23955
|
+
}
|
|
23624
23956
|
}
|
|
23625
23957
|
],
|
|
23626
23958
|
"exports": [
|
|
@@ -24234,7 +24566,10 @@
|
|
|
24234
24566
|
},
|
|
24235
24567
|
"tagName": "hx-slider",
|
|
24236
24568
|
"customElement": true,
|
|
24237
|
-
"summary": "Form-associated range slider with label, ticks, and value display."
|
|
24569
|
+
"summary": "Form-associated range slider with label, ticks, and value display.",
|
|
24570
|
+
"helixMeta": {
|
|
24571
|
+
"priorityTier": "P0"
|
|
24572
|
+
}
|
|
24238
24573
|
}
|
|
24239
24574
|
],
|
|
24240
24575
|
"exports": [
|
|
@@ -24441,7 +24776,10 @@
|
|
|
24441
24776
|
},
|
|
24442
24777
|
"tagName": "hx-spinner",
|
|
24443
24778
|
"customElement": true,
|
|
24444
|
-
"summary": "Circular loading indicator component."
|
|
24779
|
+
"summary": "Circular loading indicator component.",
|
|
24780
|
+
"helixMeta": {
|
|
24781
|
+
"priorityTier": "P2"
|
|
24782
|
+
}
|
|
24445
24783
|
}
|
|
24446
24784
|
],
|
|
24447
24785
|
"exports": [
|
|
@@ -24909,7 +25247,10 @@
|
|
|
24909
25247
|
},
|
|
24910
25248
|
"tagName": "hx-split-button",
|
|
24911
25249
|
"customElement": true,
|
|
24912
|
-
"summary": "Primary action button with attached dropdown menu for secondary actions."
|
|
25250
|
+
"summary": "Primary action button with attached dropdown menu for secondary actions.",
|
|
25251
|
+
"helixMeta": {
|
|
25252
|
+
"priorityTier": "P0"
|
|
25253
|
+
}
|
|
24913
25254
|
}
|
|
24914
25255
|
],
|
|
24915
25256
|
"exports": [
|
|
@@ -25308,7 +25649,10 @@
|
|
|
25308
25649
|
},
|
|
25309
25650
|
"tagName": "hx-split-panel",
|
|
25310
25651
|
"customElement": true,
|
|
25311
|
-
"summary": "Resizable split panel with start and end panes."
|
|
25652
|
+
"summary": "Resizable split panel with start and end panes.",
|
|
25653
|
+
"helixMeta": {
|
|
25654
|
+
"priorityTier": "P2"
|
|
25655
|
+
}
|
|
25312
25656
|
}
|
|
25313
25657
|
],
|
|
25314
25658
|
"exports": [
|
|
@@ -25523,7 +25867,10 @@
|
|
|
25523
25867
|
},
|
|
25524
25868
|
"tagName": "hx-stack",
|
|
25525
25869
|
"customElement": true,
|
|
25526
|
-
"summary": "Flexbox stack layout utility for arranging children with consistent spacing."
|
|
25870
|
+
"summary": "Flexbox stack layout utility for arranging children with consistent spacing.",
|
|
25871
|
+
"helixMeta": {
|
|
25872
|
+
"priorityTier": "P2"
|
|
25873
|
+
}
|
|
25527
25874
|
}
|
|
25528
25875
|
],
|
|
25529
25876
|
"exports": [
|
|
@@ -25902,7 +26249,10 @@
|
|
|
25902
26249
|
},
|
|
25903
26250
|
"tagName": "hx-stat",
|
|
25904
26251
|
"customElement": true,
|
|
25905
|
-
"summary": "Displays a labeled metric value with optional trend indicator and icon slot."
|
|
26252
|
+
"summary": "Displays a labeled metric value with optional trend indicator and icon slot.",
|
|
26253
|
+
"helixMeta": {
|
|
26254
|
+
"priorityTier": "P2"
|
|
26255
|
+
}
|
|
25906
26256
|
}
|
|
25907
26257
|
],
|
|
25908
26258
|
"exports": [
|
|
@@ -26198,7 +26548,10 @@
|
|
|
26198
26548
|
},
|
|
26199
26549
|
"tagName": "hx-status-indicator",
|
|
26200
26550
|
"customElement": true,
|
|
26201
|
-
"summary": "Status indicator dot component."
|
|
26551
|
+
"summary": "Status indicator dot component.",
|
|
26552
|
+
"helixMeta": {
|
|
26553
|
+
"priorityTier": "P2"
|
|
26554
|
+
}
|
|
26202
26555
|
}
|
|
26203
26556
|
],
|
|
26204
26557
|
"exports": [
|
|
@@ -26646,7 +26999,10 @@
|
|
|
26646
26999
|
},
|
|
26647
27000
|
"tagName": "hx-steps",
|
|
26648
27001
|
"customElement": true,
|
|
26649
|
-
"summary": "Multi-step progress indicator container."
|
|
27002
|
+
"summary": "Multi-step progress indicator container.",
|
|
27003
|
+
"helixMeta": {
|
|
27004
|
+
"priorityTier": "P2"
|
|
27005
|
+
}
|
|
26650
27006
|
}
|
|
26651
27007
|
],
|
|
26652
27008
|
"exports": [
|
|
@@ -26869,7 +27225,10 @@
|
|
|
26869
27225
|
},
|
|
26870
27226
|
"tagName": "hx-structured-list",
|
|
26871
27227
|
"customElement": true,
|
|
26872
|
-
"summary": "Key-value data display container for detail and summary views."
|
|
27228
|
+
"summary": "Key-value data display container for detail and summary views.",
|
|
27229
|
+
"helixMeta": {
|
|
27230
|
+
"priorityTier": "P1"
|
|
27231
|
+
}
|
|
26873
27232
|
},
|
|
26874
27233
|
{
|
|
26875
27234
|
"kind": "class",
|
|
@@ -27063,7 +27422,10 @@
|
|
|
27063
27422
|
},
|
|
27064
27423
|
"tagName": "hx-style-scope",
|
|
27065
27424
|
"customElement": true,
|
|
27066
|
-
"summary": "Scoped light DOM style injection wrapper for Drupal-slotted content."
|
|
27425
|
+
"summary": "Scoped light DOM style injection wrapper for Drupal-slotted content.",
|
|
27426
|
+
"helixMeta": {
|
|
27427
|
+
"priorityTier": "exempt"
|
|
27428
|
+
}
|
|
27067
27429
|
}
|
|
27068
27430
|
],
|
|
27069
27431
|
"exports": [
|
|
@@ -27671,7 +28033,10 @@
|
|
|
27671
28033
|
},
|
|
27672
28034
|
"tagName": "hx-switch",
|
|
27673
28035
|
"customElement": true,
|
|
27674
|
-
"summary": "Form-associated toggle switch with label, error, and help text."
|
|
28036
|
+
"summary": "Form-associated toggle switch with label, error, and help text.",
|
|
28037
|
+
"helixMeta": {
|
|
28038
|
+
"priorityTier": "P0"
|
|
28039
|
+
}
|
|
27675
28040
|
}
|
|
27676
28041
|
],
|
|
27677
28042
|
"exports": [
|
|
@@ -27954,7 +28319,10 @@
|
|
|
27954
28319
|
},
|
|
27955
28320
|
"tagName": "hx-table",
|
|
27956
28321
|
"customElement": true,
|
|
27957
|
-
"summary": "Semantic HTML table with variant styling, sticky header, and responsive layout."
|
|
28322
|
+
"summary": "Semantic HTML table with variant styling, sticky header, and responsive layout.",
|
|
28323
|
+
"helixMeta": {
|
|
28324
|
+
"priorityTier": "P1"
|
|
28325
|
+
}
|
|
27958
28326
|
}
|
|
27959
28327
|
],
|
|
27960
28328
|
"exports": [
|
|
@@ -29108,7 +29476,10 @@
|
|
|
29108
29476
|
},
|
|
29109
29477
|
"tagName": "hx-tabs",
|
|
29110
29478
|
"customElement": true,
|
|
29111
|
-
"summary": "Tab container that organizes content into selectable panels."
|
|
29479
|
+
"summary": "Tab container that organizes content into selectable panels.",
|
|
29480
|
+
"helixMeta": {
|
|
29481
|
+
"priorityTier": "P0"
|
|
29482
|
+
}
|
|
29112
29483
|
}
|
|
29113
29484
|
],
|
|
29114
29485
|
"exports": [
|
|
@@ -29530,7 +29901,10 @@
|
|
|
29530
29901
|
},
|
|
29531
29902
|
"tagName": "hx-tag",
|
|
29532
29903
|
"customElement": true,
|
|
29533
|
-
"summary": "Compact tag/chip for categorization, filtering, and selection."
|
|
29904
|
+
"summary": "Compact tag/chip for categorization, filtering, and selection.",
|
|
29905
|
+
"helixMeta": {
|
|
29906
|
+
"priorityTier": "P2"
|
|
29907
|
+
}
|
|
29534
29908
|
}
|
|
29535
29909
|
],
|
|
29536
29910
|
"exports": [
|
|
@@ -29842,7 +30216,10 @@
|
|
|
29842
30216
|
},
|
|
29843
30217
|
"tagName": "hx-text",
|
|
29844
30218
|
"customElement": true,
|
|
29845
|
-
"summary": "Presentational text wrapper for consistent typography across variants, weights, and colors."
|
|
30219
|
+
"summary": "Presentational text wrapper for consistent typography across variants, weights, and colors.",
|
|
30220
|
+
"helixMeta": {
|
|
30221
|
+
"priorityTier": "P2"
|
|
30222
|
+
}
|
|
29846
30223
|
}
|
|
29847
30224
|
],
|
|
29848
30225
|
"exports": [
|
|
@@ -30505,7 +30882,51 @@
|
|
|
30505
30882
|
},
|
|
30506
30883
|
"tagName": "hx-text-input",
|
|
30507
30884
|
"customElement": true,
|
|
30508
|
-
"summary": "Form-associated text input with built-in label, error, and help text."
|
|
30885
|
+
"summary": "Form-associated text input with built-in label, error, and help text.",
|
|
30886
|
+
"aaaCertified": true,
|
|
30887
|
+
"aaaCertifiedDate": "2026-05-08",
|
|
30888
|
+
"helixMeta": {
|
|
30889
|
+
"keyboardContract": {
|
|
30890
|
+
"activate": [
|
|
30891
|
+
"character-input"
|
|
30892
|
+
],
|
|
30893
|
+
"disabledSuppresses": true
|
|
30894
|
+
},
|
|
30895
|
+
"ariaPattern": "textbox",
|
|
30896
|
+
"ariaPatternSource": "https://www.w3.org/TR/wai-aria-1.2/#textbox",
|
|
30897
|
+
"forcedColorsSupported": true,
|
|
30898
|
+
"stability": "stable",
|
|
30899
|
+
"since": "3.6.0",
|
|
30900
|
+
"formAssociated": true,
|
|
30901
|
+
"themeAware": true,
|
|
30902
|
+
"brandAware": true,
|
|
30903
|
+
"drupalSdcEligible": true,
|
|
30904
|
+
"reactWrapperStatus": "complete",
|
|
30905
|
+
"priorityTier": "P0",
|
|
30906
|
+
"phiHandles": false,
|
|
30907
|
+
"clinicalContext": "none",
|
|
30908
|
+
"aaa": {
|
|
30909
|
+
"certified": true,
|
|
30910
|
+
"certifiedDate": "2026-05-08",
|
|
30911
|
+
"criteria": [
|
|
30912
|
+
"1.4.6",
|
|
30913
|
+
"1.4.9",
|
|
30914
|
+
"2.1.3",
|
|
30915
|
+
"2.3.3",
|
|
30916
|
+
"2.4.12",
|
|
30917
|
+
"2.4.13",
|
|
30918
|
+
"2.5.5",
|
|
30919
|
+
"3.2.5",
|
|
30920
|
+
"3.3.6",
|
|
30921
|
+
"forced-colors",
|
|
30922
|
+
"apg-keyboard"
|
|
30923
|
+
],
|
|
30924
|
+
"auditUrl": "src/components/hx-text-input/AAA-AUDIT.md"
|
|
30925
|
+
},
|
|
30926
|
+
"figma": {
|
|
30927
|
+
"componentName": "hx-text-input"
|
|
30928
|
+
}
|
|
30929
|
+
}
|
|
30509
30930
|
}
|
|
30510
30931
|
],
|
|
30511
30932
|
"exports": [
|
|
@@ -31139,7 +31560,10 @@
|
|
|
31139
31560
|
},
|
|
31140
31561
|
"tagName": "hx-textarea",
|
|
31141
31562
|
"customElement": true,
|
|
31142
|
-
"summary": "Form-associated textarea with built-in label, error, help text, character counter, and auto-resize."
|
|
31563
|
+
"summary": "Form-associated textarea with built-in label, error, help text, character counter, and auto-resize.",
|
|
31564
|
+
"helixMeta": {
|
|
31565
|
+
"priorityTier": "P0"
|
|
31566
|
+
}
|
|
31143
31567
|
}
|
|
31144
31568
|
],
|
|
31145
31569
|
"exports": [
|
|
@@ -31346,7 +31770,10 @@
|
|
|
31346
31770
|
},
|
|
31347
31771
|
"tagName": "hx-theme",
|
|
31348
31772
|
"customElement": true,
|
|
31349
|
-
"summary": "Injects --hx-* design tokens for the specified theme scope and controls motion behavior."
|
|
31773
|
+
"summary": "Injects --hx-* design tokens for the specified theme scope and controls motion behavior.",
|
|
31774
|
+
"helixMeta": {
|
|
31775
|
+
"priorityTier": "exempt"
|
|
31776
|
+
}
|
|
31350
31777
|
}
|
|
31351
31778
|
],
|
|
31352
31779
|
"exports": [
|
|
@@ -31977,7 +32404,10 @@
|
|
|
31977
32404
|
},
|
|
31978
32405
|
"tagName": "hx-time-picker",
|
|
31979
32406
|
"customElement": true,
|
|
31980
|
-
"summary": "Form-associated time picker with 12h/24h format support and dropdown listbox."
|
|
32407
|
+
"summary": "Form-associated time picker with 12h/24h format support and dropdown listbox.",
|
|
32408
|
+
"helixMeta": {
|
|
32409
|
+
"priorityTier": "P0"
|
|
32410
|
+
}
|
|
31981
32411
|
}
|
|
31982
32412
|
],
|
|
31983
32413
|
"exports": [
|
|
@@ -32462,7 +32892,10 @@
|
|
|
32462
32892
|
},
|
|
32463
32893
|
"tagName": "hx-toast",
|
|
32464
32894
|
"customElement": true,
|
|
32465
|
-
"summary": "Transient notification toast component."
|
|
32895
|
+
"summary": "Transient notification toast component.",
|
|
32896
|
+
"helixMeta": {
|
|
32897
|
+
"priorityTier": "P0"
|
|
32898
|
+
}
|
|
32466
32899
|
}
|
|
32467
32900
|
],
|
|
32468
32901
|
"exports": [
|
|
@@ -33093,7 +33526,10 @@
|
|
|
33093
33526
|
},
|
|
33094
33527
|
"tagName": "hx-toggle-button",
|
|
33095
33528
|
"customElement": true,
|
|
33096
|
-
"summary": "Two-state toggle button with pressed/unpressed ARIA semantics."
|
|
33529
|
+
"summary": "Two-state toggle button with pressed/unpressed ARIA semantics.",
|
|
33530
|
+
"helixMeta": {
|
|
33531
|
+
"priorityTier": "P0"
|
|
33532
|
+
}
|
|
33097
33533
|
}
|
|
33098
33534
|
],
|
|
33099
33535
|
"exports": [
|
|
@@ -33340,7 +33776,10 @@
|
|
|
33340
33776
|
},
|
|
33341
33777
|
"tagName": "hx-tooltip",
|
|
33342
33778
|
"customElement": true,
|
|
33343
|
-
"summary": "Contextual help text and abbreviations with smart positioning."
|
|
33779
|
+
"summary": "Contextual help text and abbreviations with smart positioning.",
|
|
33780
|
+
"helixMeta": {
|
|
33781
|
+
"priorityTier": "P0"
|
|
33782
|
+
}
|
|
33344
33783
|
}
|
|
33345
33784
|
],
|
|
33346
33785
|
"exports": [
|
|
@@ -33607,7 +34046,10 @@
|
|
|
33607
34046
|
},
|
|
33608
34047
|
"tagName": "hx-top-nav",
|
|
33609
34048
|
"customElement": true,
|
|
33610
|
-
"summary": "Site-level navigation bar with logo, nav items, and action slots."
|
|
34049
|
+
"summary": "Site-level navigation bar with logo, nav items, and action slots.",
|
|
34050
|
+
"helixMeta": {
|
|
34051
|
+
"priorityTier": "P0"
|
|
34052
|
+
}
|
|
33611
34053
|
}
|
|
33612
34054
|
],
|
|
33613
34055
|
"exports": [
|
|
@@ -34001,7 +34443,10 @@
|
|
|
34001
34443
|
},
|
|
34002
34444
|
"tagName": "hx-tree-view",
|
|
34003
34445
|
"customElement": true,
|
|
34004
|
-
"summary": "Hierarchical tree view with expand/collapse and keyboard navigation."
|
|
34446
|
+
"summary": "Hierarchical tree view with expand/collapse and keyboard navigation.",
|
|
34447
|
+
"helixMeta": {
|
|
34448
|
+
"priorityTier": "P2"
|
|
34449
|
+
}
|
|
34005
34450
|
}
|
|
34006
34451
|
],
|
|
34007
34452
|
"exports": [
|
|
@@ -34136,7 +34581,10 @@
|
|
|
34136
34581
|
},
|
|
34137
34582
|
"tagName": "hx-visually-hidden",
|
|
34138
34583
|
"customElement": true,
|
|
34139
|
-
"summary": "Hides content visually while keeping it accessible to screen readers."
|
|
34584
|
+
"summary": "Hides content visually while keeping it accessible to screen readers.",
|
|
34585
|
+
"helixMeta": {
|
|
34586
|
+
"priorityTier": "exempt"
|
|
34587
|
+
}
|
|
34140
34588
|
}
|
|
34141
34589
|
],
|
|
34142
34590
|
"exports": [
|