@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/figma-inventory.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-05-
|
|
3
|
+
"generatedAt": "2026-05-08T04:04:17.319Z",
|
|
4
4
|
"sourceCem": "custom-elements.json",
|
|
5
|
-
"helixVersion": "3.
|
|
6
|
-
"tokensVersion": "3.
|
|
5
|
+
"helixVersion": "3.7.0",
|
|
6
|
+
"tokensVersion": "3.7.0",
|
|
7
7
|
"components": [
|
|
8
8
|
{
|
|
9
9
|
"tag": "hx-accordion",
|
|
@@ -81,7 +81,19 @@
|
|
|
81
81
|
}
|
|
82
82
|
],
|
|
83
83
|
"dependsOn": [],
|
|
84
|
-
"excludedAttributes": []
|
|
84
|
+
"excludedAttributes": [],
|
|
85
|
+
"aaa": {
|
|
86
|
+
"certified": false,
|
|
87
|
+
"certifiedDate": null,
|
|
88
|
+
"criteria": [],
|
|
89
|
+
"auditUrl": null
|
|
90
|
+
},
|
|
91
|
+
"keyboardContract": null,
|
|
92
|
+
"ariaPattern": null,
|
|
93
|
+
"themeAware": null,
|
|
94
|
+
"brandAware": null,
|
|
95
|
+
"formAssociated": null,
|
|
96
|
+
"priorityTier": "P2"
|
|
85
97
|
},
|
|
86
98
|
{
|
|
87
99
|
"tag": "hx-accordion-item",
|
|
@@ -266,7 +278,19 @@
|
|
|
266
278
|
}
|
|
267
279
|
],
|
|
268
280
|
"dependsOn": [],
|
|
269
|
-
"excludedAttributes": []
|
|
281
|
+
"excludedAttributes": [],
|
|
282
|
+
"aaa": {
|
|
283
|
+
"certified": false,
|
|
284
|
+
"certifiedDate": null,
|
|
285
|
+
"criteria": [],
|
|
286
|
+
"auditUrl": null
|
|
287
|
+
},
|
|
288
|
+
"keyboardContract": null,
|
|
289
|
+
"ariaPattern": null,
|
|
290
|
+
"themeAware": null,
|
|
291
|
+
"brandAware": null,
|
|
292
|
+
"formAssociated": null,
|
|
293
|
+
"priorityTier": null
|
|
270
294
|
},
|
|
271
295
|
{
|
|
272
296
|
"tag": "hx-action-bar",
|
|
@@ -523,7 +547,19 @@
|
|
|
523
547
|
}
|
|
524
548
|
],
|
|
525
549
|
"dependsOn": [],
|
|
526
|
-
"excludedAttributes": []
|
|
550
|
+
"excludedAttributes": [],
|
|
551
|
+
"aaa": {
|
|
552
|
+
"certified": false,
|
|
553
|
+
"certifiedDate": null,
|
|
554
|
+
"criteria": [],
|
|
555
|
+
"auditUrl": null
|
|
556
|
+
},
|
|
557
|
+
"keyboardContract": null,
|
|
558
|
+
"ariaPattern": null,
|
|
559
|
+
"themeAware": null,
|
|
560
|
+
"brandAware": null,
|
|
561
|
+
"formAssociated": null,
|
|
562
|
+
"priorityTier": "P0"
|
|
527
563
|
},
|
|
528
564
|
{
|
|
529
565
|
"tag": "hx-alert",
|
|
@@ -1006,7 +1042,38 @@
|
|
|
1006
1042
|
}
|
|
1007
1043
|
],
|
|
1008
1044
|
"dependsOn": [],
|
|
1009
|
-
"excludedAttributes": []
|
|
1045
|
+
"excludedAttributes": [],
|
|
1046
|
+
"aaa": {
|
|
1047
|
+
"certified": true,
|
|
1048
|
+
"certifiedDate": "2026-05-08",
|
|
1049
|
+
"criteria": [
|
|
1050
|
+
"1.4.6",
|
|
1051
|
+
"1.4.9",
|
|
1052
|
+
"2.1.3",
|
|
1053
|
+
"2.3.3",
|
|
1054
|
+
"2.4.12",
|
|
1055
|
+
"2.4.13",
|
|
1056
|
+
"2.5.5",
|
|
1057
|
+
"3.2.5",
|
|
1058
|
+
"3.3.6",
|
|
1059
|
+
"forced-colors",
|
|
1060
|
+
"apg-keyboard"
|
|
1061
|
+
],
|
|
1062
|
+
"auditUrl": "src/components/hx-alert/AAA-AUDIT.md"
|
|
1063
|
+
},
|
|
1064
|
+
"keyboardContract": {
|
|
1065
|
+
"activate": [],
|
|
1066
|
+
"navigate": [],
|
|
1067
|
+
"dismiss": [
|
|
1068
|
+
"Escape"
|
|
1069
|
+
],
|
|
1070
|
+
"disabledSuppresses": null
|
|
1071
|
+
},
|
|
1072
|
+
"ariaPattern": "alert",
|
|
1073
|
+
"themeAware": true,
|
|
1074
|
+
"brandAware": true,
|
|
1075
|
+
"formAssociated": false,
|
|
1076
|
+
"priorityTier": "P0"
|
|
1010
1077
|
},
|
|
1011
1078
|
{
|
|
1012
1079
|
"tag": "hx-avatar",
|
|
@@ -1243,7 +1310,19 @@
|
|
|
1243
1310
|
}
|
|
1244
1311
|
],
|
|
1245
1312
|
"dependsOn": [],
|
|
1246
|
-
"excludedAttributes": []
|
|
1313
|
+
"excludedAttributes": [],
|
|
1314
|
+
"aaa": {
|
|
1315
|
+
"certified": false,
|
|
1316
|
+
"certifiedDate": null,
|
|
1317
|
+
"criteria": [],
|
|
1318
|
+
"auditUrl": null
|
|
1319
|
+
},
|
|
1320
|
+
"keyboardContract": null,
|
|
1321
|
+
"ariaPattern": null,
|
|
1322
|
+
"themeAware": null,
|
|
1323
|
+
"brandAware": null,
|
|
1324
|
+
"formAssociated": null,
|
|
1325
|
+
"priorityTier": "P2"
|
|
1247
1326
|
},
|
|
1248
1327
|
{
|
|
1249
1328
|
"tag": "hx-badge",
|
|
@@ -1712,7 +1791,19 @@
|
|
|
1712
1791
|
}
|
|
1713
1792
|
],
|
|
1714
1793
|
"dependsOn": [],
|
|
1715
|
-
"excludedAttributes": []
|
|
1794
|
+
"excludedAttributes": [],
|
|
1795
|
+
"aaa": {
|
|
1796
|
+
"certified": false,
|
|
1797
|
+
"certifiedDate": null,
|
|
1798
|
+
"criteria": [],
|
|
1799
|
+
"auditUrl": null
|
|
1800
|
+
},
|
|
1801
|
+
"keyboardContract": null,
|
|
1802
|
+
"ariaPattern": null,
|
|
1803
|
+
"themeAware": null,
|
|
1804
|
+
"brandAware": null,
|
|
1805
|
+
"formAssociated": null,
|
|
1806
|
+
"priorityTier": "P2"
|
|
1716
1807
|
},
|
|
1717
1808
|
{
|
|
1718
1809
|
"tag": "hx-banner",
|
|
@@ -2167,7 +2258,19 @@
|
|
|
2167
2258
|
}
|
|
2168
2259
|
],
|
|
2169
2260
|
"dependsOn": [],
|
|
2170
|
-
"excludedAttributes": []
|
|
2261
|
+
"excludedAttributes": [],
|
|
2262
|
+
"aaa": {
|
|
2263
|
+
"certified": false,
|
|
2264
|
+
"certifiedDate": null,
|
|
2265
|
+
"criteria": [],
|
|
2266
|
+
"auditUrl": null
|
|
2267
|
+
},
|
|
2268
|
+
"keyboardContract": null,
|
|
2269
|
+
"ariaPattern": null,
|
|
2270
|
+
"themeAware": null,
|
|
2271
|
+
"brandAware": null,
|
|
2272
|
+
"formAssociated": null,
|
|
2273
|
+
"priorityTier": "P0"
|
|
2171
2274
|
},
|
|
2172
2275
|
{
|
|
2173
2276
|
"tag": "hx-breadcrumb",
|
|
@@ -2352,7 +2455,19 @@
|
|
|
2352
2455
|
}
|
|
2353
2456
|
],
|
|
2354
2457
|
"dependsOn": [],
|
|
2355
|
-
"excludedAttributes": []
|
|
2458
|
+
"excludedAttributes": [],
|
|
2459
|
+
"aaa": {
|
|
2460
|
+
"certified": false,
|
|
2461
|
+
"certifiedDate": null,
|
|
2462
|
+
"criteria": [],
|
|
2463
|
+
"auditUrl": null
|
|
2464
|
+
},
|
|
2465
|
+
"keyboardContract": null,
|
|
2466
|
+
"ariaPattern": null,
|
|
2467
|
+
"themeAware": null,
|
|
2468
|
+
"brandAware": null,
|
|
2469
|
+
"formAssociated": null,
|
|
2470
|
+
"priorityTier": "P0"
|
|
2356
2471
|
},
|
|
2357
2472
|
{
|
|
2358
2473
|
"tag": "hx-breadcrumb-item",
|
|
@@ -2505,7 +2620,19 @@
|
|
|
2505
2620
|
}
|
|
2506
2621
|
],
|
|
2507
2622
|
"dependsOn": [],
|
|
2508
|
-
"excludedAttributes": []
|
|
2623
|
+
"excludedAttributes": [],
|
|
2624
|
+
"aaa": {
|
|
2625
|
+
"certified": false,
|
|
2626
|
+
"certifiedDate": null,
|
|
2627
|
+
"criteria": [],
|
|
2628
|
+
"auditUrl": null
|
|
2629
|
+
},
|
|
2630
|
+
"keyboardContract": null,
|
|
2631
|
+
"ariaPattern": null,
|
|
2632
|
+
"themeAware": null,
|
|
2633
|
+
"brandAware": null,
|
|
2634
|
+
"formAssociated": null,
|
|
2635
|
+
"priorityTier": null
|
|
2509
2636
|
},
|
|
2510
2637
|
{
|
|
2511
2638
|
"tag": "hx-button",
|
|
@@ -2970,7 +3097,39 @@
|
|
|
2970
3097
|
}
|
|
2971
3098
|
],
|
|
2972
3099
|
"dependsOn": [],
|
|
2973
|
-
"excludedAttributes": []
|
|
3100
|
+
"excludedAttributes": [],
|
|
3101
|
+
"aaa": {
|
|
3102
|
+
"certified": true,
|
|
3103
|
+
"certifiedDate": "2026-05-08",
|
|
3104
|
+
"criteria": [
|
|
3105
|
+
"1.4.6",
|
|
3106
|
+
"1.4.9",
|
|
3107
|
+
"2.1.3",
|
|
3108
|
+
"2.3.3",
|
|
3109
|
+
"2.4.12",
|
|
3110
|
+
"2.4.13",
|
|
3111
|
+
"2.5.5",
|
|
3112
|
+
"3.2.5",
|
|
3113
|
+
"3.3.6",
|
|
3114
|
+
"forced-colors",
|
|
3115
|
+
"apg-keyboard"
|
|
3116
|
+
],
|
|
3117
|
+
"auditUrl": "src/components/hx-button/AAA-AUDIT.md"
|
|
3118
|
+
},
|
|
3119
|
+
"keyboardContract": {
|
|
3120
|
+
"activate": [
|
|
3121
|
+
"Enter",
|
|
3122
|
+
"Space"
|
|
3123
|
+
],
|
|
3124
|
+
"navigate": [],
|
|
3125
|
+
"dismiss": [],
|
|
3126
|
+
"disabledSuppresses": true
|
|
3127
|
+
},
|
|
3128
|
+
"ariaPattern": "button",
|
|
3129
|
+
"themeAware": true,
|
|
3130
|
+
"brandAware": true,
|
|
3131
|
+
"formAssociated": true,
|
|
3132
|
+
"priorityTier": "P0"
|
|
2974
3133
|
},
|
|
2975
3134
|
{
|
|
2976
3135
|
"tag": "hx-button-group",
|
|
@@ -3055,7 +3214,19 @@
|
|
|
3055
3214
|
}
|
|
3056
3215
|
],
|
|
3057
3216
|
"dependsOn": [],
|
|
3058
|
-
"excludedAttributes": []
|
|
3217
|
+
"excludedAttributes": [],
|
|
3218
|
+
"aaa": {
|
|
3219
|
+
"certified": false,
|
|
3220
|
+
"certifiedDate": null,
|
|
3221
|
+
"criteria": [],
|
|
3222
|
+
"auditUrl": null
|
|
3223
|
+
},
|
|
3224
|
+
"keyboardContract": null,
|
|
3225
|
+
"ariaPattern": null,
|
|
3226
|
+
"themeAware": null,
|
|
3227
|
+
"brandAware": null,
|
|
3228
|
+
"formAssociated": null,
|
|
3229
|
+
"priorityTier": "P0"
|
|
3059
3230
|
},
|
|
3060
3231
|
{
|
|
3061
3232
|
"tag": "hx-card",
|
|
@@ -3420,7 +3591,19 @@
|
|
|
3420
3591
|
}
|
|
3421
3592
|
],
|
|
3422
3593
|
"dependsOn": [],
|
|
3423
|
-
"excludedAttributes": []
|
|
3594
|
+
"excludedAttributes": [],
|
|
3595
|
+
"aaa": {
|
|
3596
|
+
"certified": false,
|
|
3597
|
+
"certifiedDate": null,
|
|
3598
|
+
"criteria": [],
|
|
3599
|
+
"auditUrl": null
|
|
3600
|
+
},
|
|
3601
|
+
"keyboardContract": null,
|
|
3602
|
+
"ariaPattern": null,
|
|
3603
|
+
"themeAware": null,
|
|
3604
|
+
"brandAware": null,
|
|
3605
|
+
"formAssociated": null,
|
|
3606
|
+
"priorityTier": "P2"
|
|
3424
3607
|
},
|
|
3425
3608
|
{
|
|
3426
3609
|
"tag": "hx-carousel",
|
|
@@ -3779,7 +3962,19 @@
|
|
|
3779
3962
|
}
|
|
3780
3963
|
],
|
|
3781
3964
|
"dependsOn": [],
|
|
3782
|
-
"excludedAttributes": []
|
|
3965
|
+
"excludedAttributes": [],
|
|
3966
|
+
"aaa": {
|
|
3967
|
+
"certified": false,
|
|
3968
|
+
"certifiedDate": null,
|
|
3969
|
+
"criteria": [],
|
|
3970
|
+
"auditUrl": null
|
|
3971
|
+
},
|
|
3972
|
+
"keyboardContract": null,
|
|
3973
|
+
"ariaPattern": null,
|
|
3974
|
+
"themeAware": null,
|
|
3975
|
+
"brandAware": null,
|
|
3976
|
+
"formAssociated": null,
|
|
3977
|
+
"priorityTier": "P2"
|
|
3783
3978
|
},
|
|
3784
3979
|
{
|
|
3785
3980
|
"tag": "hx-carousel-item",
|
|
@@ -3825,7 +4020,19 @@
|
|
|
3825
4020
|
"events": [],
|
|
3826
4021
|
"cssProperties": [],
|
|
3827
4022
|
"dependsOn": [],
|
|
3828
|
-
"excludedAttributes": []
|
|
4023
|
+
"excludedAttributes": [],
|
|
4024
|
+
"aaa": {
|
|
4025
|
+
"certified": false,
|
|
4026
|
+
"certifiedDate": null,
|
|
4027
|
+
"criteria": [],
|
|
4028
|
+
"auditUrl": null
|
|
4029
|
+
},
|
|
4030
|
+
"keyboardContract": null,
|
|
4031
|
+
"ariaPattern": null,
|
|
4032
|
+
"themeAware": null,
|
|
4033
|
+
"brandAware": null,
|
|
4034
|
+
"formAssociated": null,
|
|
4035
|
+
"priorityTier": null
|
|
3829
4036
|
},
|
|
3830
4037
|
{
|
|
3831
4038
|
"tag": "hx-checkbox",
|
|
@@ -4305,7 +4512,38 @@
|
|
|
4305
4512
|
}
|
|
4306
4513
|
],
|
|
4307
4514
|
"dependsOn": [],
|
|
4308
|
-
"excludedAttributes": []
|
|
4515
|
+
"excludedAttributes": [],
|
|
4516
|
+
"aaa": {
|
|
4517
|
+
"certified": true,
|
|
4518
|
+
"certifiedDate": "2026-05-08",
|
|
4519
|
+
"criteria": [
|
|
4520
|
+
"1.4.6",
|
|
4521
|
+
"1.4.9",
|
|
4522
|
+
"2.1.3",
|
|
4523
|
+
"2.3.3",
|
|
4524
|
+
"2.4.12",
|
|
4525
|
+
"2.4.13",
|
|
4526
|
+
"2.5.5",
|
|
4527
|
+
"3.2.5",
|
|
4528
|
+
"3.3.6",
|
|
4529
|
+
"forced-colors",
|
|
4530
|
+
"apg-keyboard"
|
|
4531
|
+
],
|
|
4532
|
+
"auditUrl": "src/components/hx-checkbox/AAA-AUDIT.md"
|
|
4533
|
+
},
|
|
4534
|
+
"keyboardContract": {
|
|
4535
|
+
"activate": [
|
|
4536
|
+
"Space"
|
|
4537
|
+
],
|
|
4538
|
+
"navigate": [],
|
|
4539
|
+
"dismiss": [],
|
|
4540
|
+
"disabledSuppresses": true
|
|
4541
|
+
},
|
|
4542
|
+
"ariaPattern": "checkbox",
|
|
4543
|
+
"themeAware": true,
|
|
4544
|
+
"brandAware": true,
|
|
4545
|
+
"formAssociated": true,
|
|
4546
|
+
"priorityTier": "P0"
|
|
4309
4547
|
},
|
|
4310
4548
|
{
|
|
4311
4549
|
"tag": "hx-checkbox-group",
|
|
@@ -4562,7 +4800,19 @@
|
|
|
4562
4800
|
}
|
|
4563
4801
|
],
|
|
4564
4802
|
"dependsOn": [],
|
|
4565
|
-
"excludedAttributes": []
|
|
4803
|
+
"excludedAttributes": [],
|
|
4804
|
+
"aaa": {
|
|
4805
|
+
"certified": false,
|
|
4806
|
+
"certifiedDate": null,
|
|
4807
|
+
"criteria": [],
|
|
4808
|
+
"auditUrl": null
|
|
4809
|
+
},
|
|
4810
|
+
"keyboardContract": null,
|
|
4811
|
+
"ariaPattern": null,
|
|
4812
|
+
"themeAware": null,
|
|
4813
|
+
"brandAware": null,
|
|
4814
|
+
"formAssociated": null,
|
|
4815
|
+
"priorityTier": "P0"
|
|
4566
4816
|
},
|
|
4567
4817
|
{
|
|
4568
4818
|
"tag": "hx-clinical-status",
|
|
@@ -5010,7 +5260,19 @@
|
|
|
5010
5260
|
}
|
|
5011
5261
|
],
|
|
5012
5262
|
"dependsOn": [],
|
|
5013
|
-
"excludedAttributes": []
|
|
5263
|
+
"excludedAttributes": [],
|
|
5264
|
+
"aaa": {
|
|
5265
|
+
"certified": false,
|
|
5266
|
+
"certifiedDate": null,
|
|
5267
|
+
"criteria": [],
|
|
5268
|
+
"auditUrl": null
|
|
5269
|
+
},
|
|
5270
|
+
"keyboardContract": null,
|
|
5271
|
+
"ariaPattern": null,
|
|
5272
|
+
"themeAware": null,
|
|
5273
|
+
"brandAware": null,
|
|
5274
|
+
"formAssociated": null,
|
|
5275
|
+
"priorityTier": "P0"
|
|
5014
5276
|
},
|
|
5015
5277
|
{
|
|
5016
5278
|
"tag": "hx-code-snippet",
|
|
@@ -5438,7 +5700,19 @@
|
|
|
5438
5700
|
}
|
|
5439
5701
|
],
|
|
5440
5702
|
"dependsOn": [],
|
|
5441
|
-
"excludedAttributes": []
|
|
5703
|
+
"excludedAttributes": [],
|
|
5704
|
+
"aaa": {
|
|
5705
|
+
"certified": false,
|
|
5706
|
+
"certifiedDate": null,
|
|
5707
|
+
"criteria": [],
|
|
5708
|
+
"auditUrl": null
|
|
5709
|
+
},
|
|
5710
|
+
"keyboardContract": null,
|
|
5711
|
+
"ariaPattern": null,
|
|
5712
|
+
"themeAware": null,
|
|
5713
|
+
"brandAware": null,
|
|
5714
|
+
"formAssociated": null,
|
|
5715
|
+
"priorityTier": "P2"
|
|
5442
5716
|
},
|
|
5443
5717
|
{
|
|
5444
5718
|
"tag": "hx-color-picker",
|
|
@@ -5918,7 +6192,19 @@
|
|
|
5918
6192
|
}
|
|
5919
6193
|
],
|
|
5920
6194
|
"dependsOn": [],
|
|
5921
|
-
"excludedAttributes": []
|
|
6195
|
+
"excludedAttributes": [],
|
|
6196
|
+
"aaa": {
|
|
6197
|
+
"certified": false,
|
|
6198
|
+
"certifiedDate": null,
|
|
6199
|
+
"criteria": [],
|
|
6200
|
+
"auditUrl": null
|
|
6201
|
+
},
|
|
6202
|
+
"keyboardContract": null,
|
|
6203
|
+
"ariaPattern": null,
|
|
6204
|
+
"themeAware": null,
|
|
6205
|
+
"brandAware": null,
|
|
6206
|
+
"formAssociated": null,
|
|
6207
|
+
"priorityTier": "P0"
|
|
5922
6208
|
},
|
|
5923
6209
|
{
|
|
5924
6210
|
"tag": "hx-combobox",
|
|
@@ -6606,7 +6892,19 @@
|
|
|
6606
6892
|
}
|
|
6607
6893
|
],
|
|
6608
6894
|
"dependsOn": [],
|
|
6609
|
-
"excludedAttributes": []
|
|
6895
|
+
"excludedAttributes": [],
|
|
6896
|
+
"aaa": {
|
|
6897
|
+
"certified": false,
|
|
6898
|
+
"certifiedDate": null,
|
|
6899
|
+
"criteria": [],
|
|
6900
|
+
"auditUrl": null
|
|
6901
|
+
},
|
|
6902
|
+
"keyboardContract": null,
|
|
6903
|
+
"ariaPattern": null,
|
|
6904
|
+
"themeAware": null,
|
|
6905
|
+
"brandAware": null,
|
|
6906
|
+
"formAssociated": null,
|
|
6907
|
+
"priorityTier": "P0"
|
|
6610
6908
|
},
|
|
6611
6909
|
{
|
|
6612
6910
|
"tag": "hx-container",
|
|
@@ -6796,7 +7094,19 @@
|
|
|
6796
7094
|
}
|
|
6797
7095
|
],
|
|
6798
7096
|
"dependsOn": [],
|
|
6799
|
-
"excludedAttributes": []
|
|
7097
|
+
"excludedAttributes": [],
|
|
7098
|
+
"aaa": {
|
|
7099
|
+
"certified": false,
|
|
7100
|
+
"certifiedDate": null,
|
|
7101
|
+
"criteria": [],
|
|
7102
|
+
"auditUrl": null
|
|
7103
|
+
},
|
|
7104
|
+
"keyboardContract": null,
|
|
7105
|
+
"ariaPattern": null,
|
|
7106
|
+
"themeAware": null,
|
|
7107
|
+
"brandAware": null,
|
|
7108
|
+
"formAssociated": null,
|
|
7109
|
+
"priorityTier": "P2"
|
|
6800
7110
|
},
|
|
6801
7111
|
{
|
|
6802
7112
|
"tag": "hx-copy-button",
|
|
@@ -7104,7 +7414,19 @@
|
|
|
7104
7414
|
}
|
|
7105
7415
|
],
|
|
7106
7416
|
"dependsOn": [],
|
|
7107
|
-
"excludedAttributes": []
|
|
7417
|
+
"excludedAttributes": [],
|
|
7418
|
+
"aaa": {
|
|
7419
|
+
"certified": false,
|
|
7420
|
+
"certifiedDate": null,
|
|
7421
|
+
"criteria": [],
|
|
7422
|
+
"auditUrl": null
|
|
7423
|
+
},
|
|
7424
|
+
"keyboardContract": null,
|
|
7425
|
+
"ariaPattern": null,
|
|
7426
|
+
"themeAware": null,
|
|
7427
|
+
"brandAware": null,
|
|
7428
|
+
"formAssociated": null,
|
|
7429
|
+
"priorityTier": "P0"
|
|
7108
7430
|
},
|
|
7109
7431
|
{
|
|
7110
7432
|
"tag": "hx-counter",
|
|
@@ -7305,7 +7627,19 @@
|
|
|
7305
7627
|
}
|
|
7306
7628
|
],
|
|
7307
7629
|
"dependsOn": [],
|
|
7308
|
-
"excludedAttributes": []
|
|
7630
|
+
"excludedAttributes": [],
|
|
7631
|
+
"aaa": {
|
|
7632
|
+
"certified": false,
|
|
7633
|
+
"certifiedDate": null,
|
|
7634
|
+
"criteria": [],
|
|
7635
|
+
"auditUrl": null
|
|
7636
|
+
},
|
|
7637
|
+
"keyboardContract": null,
|
|
7638
|
+
"ariaPattern": null,
|
|
7639
|
+
"themeAware": null,
|
|
7640
|
+
"brandAware": null,
|
|
7641
|
+
"formAssociated": null,
|
|
7642
|
+
"priorityTier": "P2"
|
|
7309
7643
|
},
|
|
7310
7644
|
{
|
|
7311
7645
|
"tag": "hx-data-table",
|
|
@@ -7740,7 +8074,19 @@
|
|
|
7740
8074
|
}
|
|
7741
8075
|
],
|
|
7742
8076
|
"dependsOn": [],
|
|
7743
|
-
"excludedAttributes": []
|
|
8077
|
+
"excludedAttributes": [],
|
|
8078
|
+
"aaa": {
|
|
8079
|
+
"certified": false,
|
|
8080
|
+
"certifiedDate": null,
|
|
8081
|
+
"criteria": [],
|
|
8082
|
+
"auditUrl": null
|
|
8083
|
+
},
|
|
8084
|
+
"keyboardContract": null,
|
|
8085
|
+
"ariaPattern": null,
|
|
8086
|
+
"themeAware": null,
|
|
8087
|
+
"brandAware": null,
|
|
8088
|
+
"formAssociated": null,
|
|
8089
|
+
"priorityTier": "P1"
|
|
7744
8090
|
},
|
|
7745
8091
|
{
|
|
7746
8092
|
"tag": "hx-date-picker",
|
|
@@ -8383,7 +8729,19 @@
|
|
|
8383
8729
|
}
|
|
8384
8730
|
],
|
|
8385
8731
|
"dependsOn": [],
|
|
8386
|
-
"excludedAttributes": []
|
|
8732
|
+
"excludedAttributes": [],
|
|
8733
|
+
"aaa": {
|
|
8734
|
+
"certified": false,
|
|
8735
|
+
"certifiedDate": null,
|
|
8736
|
+
"criteria": [],
|
|
8737
|
+
"auditUrl": null
|
|
8738
|
+
},
|
|
8739
|
+
"keyboardContract": null,
|
|
8740
|
+
"ariaPattern": null,
|
|
8741
|
+
"themeAware": null,
|
|
8742
|
+
"brandAware": null,
|
|
8743
|
+
"formAssociated": null,
|
|
8744
|
+
"priorityTier": "P0"
|
|
8387
8745
|
},
|
|
8388
8746
|
{
|
|
8389
8747
|
"tag": "hx-dialog",
|
|
@@ -8834,7 +9192,38 @@
|
|
|
8834
9192
|
"dependsOn": [],
|
|
8835
9193
|
"excludedAttributes": [
|
|
8836
9194
|
"aria-label"
|
|
8837
|
-
]
|
|
9195
|
+
],
|
|
9196
|
+
"aaa": {
|
|
9197
|
+
"certified": true,
|
|
9198
|
+
"certifiedDate": "2026-05-08",
|
|
9199
|
+
"criteria": [
|
|
9200
|
+
"1.4.6",
|
|
9201
|
+
"1.4.9",
|
|
9202
|
+
"2.1.3",
|
|
9203
|
+
"2.3.3",
|
|
9204
|
+
"2.4.12",
|
|
9205
|
+
"2.4.13",
|
|
9206
|
+
"2.5.5",
|
|
9207
|
+
"3.2.5",
|
|
9208
|
+
"3.3.6",
|
|
9209
|
+
"forced-colors",
|
|
9210
|
+
"apg-keyboard"
|
|
9211
|
+
],
|
|
9212
|
+
"auditUrl": "src/components/hx-dialog/AAA-AUDIT.md"
|
|
9213
|
+
},
|
|
9214
|
+
"keyboardContract": {
|
|
9215
|
+
"activate": [],
|
|
9216
|
+
"navigate": [],
|
|
9217
|
+
"dismiss": [
|
|
9218
|
+
"Escape"
|
|
9219
|
+
],
|
|
9220
|
+
"disabledSuppresses": null
|
|
9221
|
+
},
|
|
9222
|
+
"ariaPattern": "dialog",
|
|
9223
|
+
"themeAware": true,
|
|
9224
|
+
"brandAware": true,
|
|
9225
|
+
"formAssociated": false,
|
|
9226
|
+
"priorityTier": "P0"
|
|
8838
9227
|
},
|
|
8839
9228
|
{
|
|
8840
9229
|
"tag": "hx-divider",
|
|
@@ -9018,7 +9407,19 @@
|
|
|
9018
9407
|
}
|
|
9019
9408
|
],
|
|
9020
9409
|
"dependsOn": [],
|
|
9021
|
-
"excludedAttributes": []
|
|
9410
|
+
"excludedAttributes": [],
|
|
9411
|
+
"aaa": {
|
|
9412
|
+
"certified": false,
|
|
9413
|
+
"certifiedDate": null,
|
|
9414
|
+
"criteria": [],
|
|
9415
|
+
"auditUrl": null
|
|
9416
|
+
},
|
|
9417
|
+
"keyboardContract": null,
|
|
9418
|
+
"ariaPattern": null,
|
|
9419
|
+
"themeAware": null,
|
|
9420
|
+
"brandAware": null,
|
|
9421
|
+
"formAssociated": null,
|
|
9422
|
+
"priorityTier": "P2"
|
|
9022
9423
|
},
|
|
9023
9424
|
{
|
|
9024
9425
|
"tag": "hx-drawer",
|
|
@@ -9494,7 +9895,19 @@
|
|
|
9494
9895
|
}
|
|
9495
9896
|
],
|
|
9496
9897
|
"dependsOn": [],
|
|
9497
|
-
"excludedAttributes": []
|
|
9898
|
+
"excludedAttributes": [],
|
|
9899
|
+
"aaa": {
|
|
9900
|
+
"certified": false,
|
|
9901
|
+
"certifiedDate": null,
|
|
9902
|
+
"criteria": [],
|
|
9903
|
+
"auditUrl": null
|
|
9904
|
+
},
|
|
9905
|
+
"keyboardContract": null,
|
|
9906
|
+
"ariaPattern": null,
|
|
9907
|
+
"themeAware": null,
|
|
9908
|
+
"brandAware": null,
|
|
9909
|
+
"formAssociated": null,
|
|
9910
|
+
"priorityTier": "P0"
|
|
9498
9911
|
},
|
|
9499
9912
|
{
|
|
9500
9913
|
"tag": "hx-dropdown",
|
|
@@ -9715,7 +10128,19 @@
|
|
|
9715
10128
|
}
|
|
9716
10129
|
],
|
|
9717
10130
|
"dependsOn": [],
|
|
9718
|
-
"excludedAttributes": []
|
|
10131
|
+
"excludedAttributes": [],
|
|
10132
|
+
"aaa": {
|
|
10133
|
+
"certified": false,
|
|
10134
|
+
"certifiedDate": null,
|
|
10135
|
+
"criteria": [],
|
|
10136
|
+
"auditUrl": null
|
|
10137
|
+
},
|
|
10138
|
+
"keyboardContract": null,
|
|
10139
|
+
"ariaPattern": null,
|
|
10140
|
+
"themeAware": null,
|
|
10141
|
+
"brandAware": null,
|
|
10142
|
+
"formAssociated": null,
|
|
10143
|
+
"priorityTier": "P0"
|
|
9719
10144
|
},
|
|
9720
10145
|
{
|
|
9721
10146
|
"tag": "hx-field",
|
|
@@ -9995,7 +10420,19 @@
|
|
|
9995
10420
|
}
|
|
9996
10421
|
],
|
|
9997
10422
|
"dependsOn": [],
|
|
9998
|
-
"excludedAttributes": []
|
|
10423
|
+
"excludedAttributes": [],
|
|
10424
|
+
"aaa": {
|
|
10425
|
+
"certified": false,
|
|
10426
|
+
"certifiedDate": null,
|
|
10427
|
+
"criteria": [],
|
|
10428
|
+
"auditUrl": null
|
|
10429
|
+
},
|
|
10430
|
+
"keyboardContract": null,
|
|
10431
|
+
"ariaPattern": null,
|
|
10432
|
+
"themeAware": null,
|
|
10433
|
+
"brandAware": null,
|
|
10434
|
+
"formAssociated": null,
|
|
10435
|
+
"priorityTier": "P0"
|
|
9999
10436
|
},
|
|
10000
10437
|
{
|
|
10001
10438
|
"tag": "hx-field-label",
|
|
@@ -10199,7 +10636,19 @@
|
|
|
10199
10636
|
}
|
|
10200
10637
|
],
|
|
10201
10638
|
"dependsOn": [],
|
|
10202
|
-
"excludedAttributes": []
|
|
10639
|
+
"excludedAttributes": [],
|
|
10640
|
+
"aaa": {
|
|
10641
|
+
"certified": false,
|
|
10642
|
+
"certifiedDate": null,
|
|
10643
|
+
"criteria": [],
|
|
10644
|
+
"auditUrl": null
|
|
10645
|
+
},
|
|
10646
|
+
"keyboardContract": null,
|
|
10647
|
+
"ariaPattern": null,
|
|
10648
|
+
"themeAware": null,
|
|
10649
|
+
"brandAware": null,
|
|
10650
|
+
"formAssociated": null,
|
|
10651
|
+
"priorityTier": "P0"
|
|
10203
10652
|
},
|
|
10204
10653
|
{
|
|
10205
10654
|
"tag": "hx-file-upload",
|
|
@@ -10620,7 +11069,19 @@
|
|
|
10620
11069
|
}
|
|
10621
11070
|
],
|
|
10622
11071
|
"dependsOn": [],
|
|
10623
|
-
"excludedAttributes": []
|
|
11072
|
+
"excludedAttributes": [],
|
|
11073
|
+
"aaa": {
|
|
11074
|
+
"certified": false,
|
|
11075
|
+
"certifiedDate": null,
|
|
11076
|
+
"criteria": [],
|
|
11077
|
+
"auditUrl": null
|
|
11078
|
+
},
|
|
11079
|
+
"keyboardContract": null,
|
|
11080
|
+
"ariaPattern": null,
|
|
11081
|
+
"themeAware": null,
|
|
11082
|
+
"brandAware": null,
|
|
11083
|
+
"formAssociated": null,
|
|
11084
|
+
"priorityTier": "P0"
|
|
10624
11085
|
},
|
|
10625
11086
|
{
|
|
10626
11087
|
"tag": "hx-form",
|
|
@@ -10753,7 +11214,19 @@
|
|
|
10753
11214
|
}
|
|
10754
11215
|
],
|
|
10755
11216
|
"dependsOn": [],
|
|
10756
|
-
"excludedAttributes": []
|
|
11217
|
+
"excludedAttributes": [],
|
|
11218
|
+
"aaa": {
|
|
11219
|
+
"certified": false,
|
|
11220
|
+
"certifiedDate": null,
|
|
11221
|
+
"criteria": [],
|
|
11222
|
+
"auditUrl": null
|
|
11223
|
+
},
|
|
11224
|
+
"keyboardContract": null,
|
|
11225
|
+
"ariaPattern": null,
|
|
11226
|
+
"themeAware": null,
|
|
11227
|
+
"brandAware": null,
|
|
11228
|
+
"formAssociated": null,
|
|
11229
|
+
"priorityTier": "P0"
|
|
10757
11230
|
},
|
|
10758
11231
|
{
|
|
10759
11232
|
"tag": "hx-format-date",
|
|
@@ -10911,7 +11384,19 @@
|
|
|
10911
11384
|
"events": [],
|
|
10912
11385
|
"cssProperties": [],
|
|
10913
11386
|
"dependsOn": [],
|
|
10914
|
-
"excludedAttributes": []
|
|
11387
|
+
"excludedAttributes": [],
|
|
11388
|
+
"aaa": {
|
|
11389
|
+
"certified": false,
|
|
11390
|
+
"certifiedDate": null,
|
|
11391
|
+
"criteria": [],
|
|
11392
|
+
"auditUrl": null
|
|
11393
|
+
},
|
|
11394
|
+
"keyboardContract": null,
|
|
11395
|
+
"ariaPattern": null,
|
|
11396
|
+
"themeAware": null,
|
|
11397
|
+
"brandAware": null,
|
|
11398
|
+
"formAssociated": null,
|
|
11399
|
+
"priorityTier": "exempt"
|
|
10915
11400
|
},
|
|
10916
11401
|
{
|
|
10917
11402
|
"tag": "hx-grid",
|
|
@@ -11068,7 +11553,19 @@
|
|
|
11068
11553
|
}
|
|
11069
11554
|
],
|
|
11070
11555
|
"dependsOn": [],
|
|
11071
|
-
"excludedAttributes": []
|
|
11556
|
+
"excludedAttributes": [],
|
|
11557
|
+
"aaa": {
|
|
11558
|
+
"certified": false,
|
|
11559
|
+
"certifiedDate": null,
|
|
11560
|
+
"criteria": [],
|
|
11561
|
+
"auditUrl": null
|
|
11562
|
+
},
|
|
11563
|
+
"keyboardContract": null,
|
|
11564
|
+
"ariaPattern": null,
|
|
11565
|
+
"themeAware": null,
|
|
11566
|
+
"brandAware": null,
|
|
11567
|
+
"formAssociated": null,
|
|
11568
|
+
"priorityTier": "P2"
|
|
11072
11569
|
},
|
|
11073
11570
|
{
|
|
11074
11571
|
"tag": "hx-grid-item",
|
|
@@ -11114,7 +11611,19 @@
|
|
|
11114
11611
|
"events": [],
|
|
11115
11612
|
"cssProperties": [],
|
|
11116
11613
|
"dependsOn": [],
|
|
11117
|
-
"excludedAttributes": []
|
|
11614
|
+
"excludedAttributes": [],
|
|
11615
|
+
"aaa": {
|
|
11616
|
+
"certified": false,
|
|
11617
|
+
"certifiedDate": null,
|
|
11618
|
+
"criteria": [],
|
|
11619
|
+
"auditUrl": null
|
|
11620
|
+
},
|
|
11621
|
+
"keyboardContract": null,
|
|
11622
|
+
"ariaPattern": null,
|
|
11623
|
+
"themeAware": null,
|
|
11624
|
+
"brandAware": null,
|
|
11625
|
+
"formAssociated": null,
|
|
11626
|
+
"priorityTier": null
|
|
11118
11627
|
},
|
|
11119
11628
|
{
|
|
11120
11629
|
"tag": "hx-help-text",
|
|
@@ -11280,7 +11789,19 @@
|
|
|
11280
11789
|
}
|
|
11281
11790
|
],
|
|
11282
11791
|
"dependsOn": [],
|
|
11283
|
-
"excludedAttributes": []
|
|
11792
|
+
"excludedAttributes": [],
|
|
11793
|
+
"aaa": {
|
|
11794
|
+
"certified": false,
|
|
11795
|
+
"certifiedDate": null,
|
|
11796
|
+
"criteria": [],
|
|
11797
|
+
"auditUrl": null
|
|
11798
|
+
},
|
|
11799
|
+
"keyboardContract": null,
|
|
11800
|
+
"ariaPattern": null,
|
|
11801
|
+
"themeAware": null,
|
|
11802
|
+
"brandAware": null,
|
|
11803
|
+
"formAssociated": null,
|
|
11804
|
+
"priorityTier": "P0"
|
|
11284
11805
|
},
|
|
11285
11806
|
{
|
|
11286
11807
|
"tag": "hx-icon",
|
|
@@ -11399,7 +11920,19 @@
|
|
|
11399
11920
|
}
|
|
11400
11921
|
],
|
|
11401
11922
|
"dependsOn": [],
|
|
11402
|
-
"excludedAttributes": []
|
|
11923
|
+
"excludedAttributes": [],
|
|
11924
|
+
"aaa": {
|
|
11925
|
+
"certified": false,
|
|
11926
|
+
"certifiedDate": null,
|
|
11927
|
+
"criteria": [],
|
|
11928
|
+
"auditUrl": null
|
|
11929
|
+
},
|
|
11930
|
+
"keyboardContract": null,
|
|
11931
|
+
"ariaPattern": null,
|
|
11932
|
+
"themeAware": null,
|
|
11933
|
+
"brandAware": null,
|
|
11934
|
+
"formAssociated": null,
|
|
11935
|
+
"priorityTier": "P2"
|
|
11403
11936
|
},
|
|
11404
11937
|
{
|
|
11405
11938
|
"tag": "hx-icon-button",
|
|
@@ -11734,7 +12267,19 @@
|
|
|
11734
12267
|
}
|
|
11735
12268
|
],
|
|
11736
12269
|
"dependsOn": [],
|
|
11737
|
-
"excludedAttributes": []
|
|
12270
|
+
"excludedAttributes": [],
|
|
12271
|
+
"aaa": {
|
|
12272
|
+
"certified": false,
|
|
12273
|
+
"certifiedDate": null,
|
|
12274
|
+
"criteria": [],
|
|
12275
|
+
"auditUrl": null
|
|
12276
|
+
},
|
|
12277
|
+
"keyboardContract": null,
|
|
12278
|
+
"ariaPattern": null,
|
|
12279
|
+
"themeAware": null,
|
|
12280
|
+
"brandAware": null,
|
|
12281
|
+
"formAssociated": null,
|
|
12282
|
+
"priorityTier": "P0"
|
|
11738
12283
|
},
|
|
11739
12284
|
{
|
|
11740
12285
|
"tag": "hx-image",
|
|
@@ -11935,7 +12480,19 @@
|
|
|
11935
12480
|
}
|
|
11936
12481
|
],
|
|
11937
12482
|
"dependsOn": [],
|
|
11938
|
-
"excludedAttributes": []
|
|
12483
|
+
"excludedAttributes": [],
|
|
12484
|
+
"aaa": {
|
|
12485
|
+
"certified": false,
|
|
12486
|
+
"certifiedDate": null,
|
|
12487
|
+
"criteria": [],
|
|
12488
|
+
"auditUrl": null
|
|
12489
|
+
},
|
|
12490
|
+
"keyboardContract": null,
|
|
12491
|
+
"ariaPattern": null,
|
|
12492
|
+
"themeAware": null,
|
|
12493
|
+
"brandAware": null,
|
|
12494
|
+
"formAssociated": null,
|
|
12495
|
+
"priorityTier": "P2"
|
|
11939
12496
|
},
|
|
11940
12497
|
{
|
|
11941
12498
|
"tag": "hx-link",
|
|
@@ -12254,7 +12811,19 @@
|
|
|
12254
12811
|
}
|
|
12255
12812
|
],
|
|
12256
12813
|
"dependsOn": [],
|
|
12257
|
-
"excludedAttributes": []
|
|
12814
|
+
"excludedAttributes": [],
|
|
12815
|
+
"aaa": {
|
|
12816
|
+
"certified": false,
|
|
12817
|
+
"certifiedDate": null,
|
|
12818
|
+
"criteria": [],
|
|
12819
|
+
"auditUrl": null
|
|
12820
|
+
},
|
|
12821
|
+
"keyboardContract": null,
|
|
12822
|
+
"ariaPattern": null,
|
|
12823
|
+
"themeAware": null,
|
|
12824
|
+
"brandAware": null,
|
|
12825
|
+
"formAssociated": null,
|
|
12826
|
+
"priorityTier": "P1"
|
|
12258
12827
|
},
|
|
12259
12828
|
{
|
|
12260
12829
|
"tag": "hx-list",
|
|
@@ -12366,7 +12935,19 @@
|
|
|
12366
12935
|
}
|
|
12367
12936
|
],
|
|
12368
12937
|
"dependsOn": [],
|
|
12369
|
-
"excludedAttributes": []
|
|
12938
|
+
"excludedAttributes": [],
|
|
12939
|
+
"aaa": {
|
|
12940
|
+
"certified": false,
|
|
12941
|
+
"certifiedDate": null,
|
|
12942
|
+
"criteria": [],
|
|
12943
|
+
"auditUrl": null
|
|
12944
|
+
},
|
|
12945
|
+
"keyboardContract": null,
|
|
12946
|
+
"ariaPattern": null,
|
|
12947
|
+
"themeAware": null,
|
|
12948
|
+
"brandAware": null,
|
|
12949
|
+
"formAssociated": null,
|
|
12950
|
+
"priorityTier": "P1"
|
|
12370
12951
|
},
|
|
12371
12952
|
{
|
|
12372
12953
|
"tag": "hx-list-item",
|
|
@@ -12575,7 +13156,19 @@
|
|
|
12575
13156
|
}
|
|
12576
13157
|
],
|
|
12577
13158
|
"dependsOn": [],
|
|
12578
|
-
"excludedAttributes": []
|
|
13159
|
+
"excludedAttributes": [],
|
|
13160
|
+
"aaa": {
|
|
13161
|
+
"certified": false,
|
|
13162
|
+
"certifiedDate": null,
|
|
13163
|
+
"criteria": [],
|
|
13164
|
+
"auditUrl": null
|
|
13165
|
+
},
|
|
13166
|
+
"keyboardContract": null,
|
|
13167
|
+
"ariaPattern": null,
|
|
13168
|
+
"themeAware": null,
|
|
13169
|
+
"brandAware": null,
|
|
13170
|
+
"formAssociated": null,
|
|
13171
|
+
"priorityTier": null
|
|
12579
13172
|
},
|
|
12580
13173
|
{
|
|
12581
13174
|
"tag": "hx-menu",
|
|
@@ -12724,7 +13317,19 @@
|
|
|
12724
13317
|
}
|
|
12725
13318
|
],
|
|
12726
13319
|
"dependsOn": [],
|
|
12727
|
-
"excludedAttributes": []
|
|
13320
|
+
"excludedAttributes": [],
|
|
13321
|
+
"aaa": {
|
|
13322
|
+
"certified": false,
|
|
13323
|
+
"certifiedDate": null,
|
|
13324
|
+
"criteria": [],
|
|
13325
|
+
"auditUrl": null
|
|
13326
|
+
},
|
|
13327
|
+
"keyboardContract": null,
|
|
13328
|
+
"ariaPattern": null,
|
|
13329
|
+
"themeAware": null,
|
|
13330
|
+
"brandAware": null,
|
|
13331
|
+
"formAssociated": null,
|
|
13332
|
+
"priorityTier": "P0"
|
|
12728
13333
|
},
|
|
12729
13334
|
{
|
|
12730
13335
|
"tag": "hx-menu-divider",
|
|
@@ -12760,7 +13365,19 @@
|
|
|
12760
13365
|
}
|
|
12761
13366
|
],
|
|
12762
13367
|
"dependsOn": [],
|
|
12763
|
-
"excludedAttributes": []
|
|
13368
|
+
"excludedAttributes": [],
|
|
13369
|
+
"aaa": {
|
|
13370
|
+
"certified": false,
|
|
13371
|
+
"certifiedDate": null,
|
|
13372
|
+
"criteria": [],
|
|
13373
|
+
"auditUrl": null
|
|
13374
|
+
},
|
|
13375
|
+
"keyboardContract": null,
|
|
13376
|
+
"ariaPattern": null,
|
|
13377
|
+
"themeAware": null,
|
|
13378
|
+
"brandAware": null,
|
|
13379
|
+
"formAssociated": null,
|
|
13380
|
+
"priorityTier": null
|
|
12764
13381
|
},
|
|
12765
13382
|
{
|
|
12766
13383
|
"tag": "hx-menu-item",
|
|
@@ -12932,7 +13549,19 @@
|
|
|
12932
13549
|
}
|
|
12933
13550
|
],
|
|
12934
13551
|
"dependsOn": [],
|
|
12935
|
-
"excludedAttributes": []
|
|
13552
|
+
"excludedAttributes": [],
|
|
13553
|
+
"aaa": {
|
|
13554
|
+
"certified": false,
|
|
13555
|
+
"certifiedDate": null,
|
|
13556
|
+
"criteria": [],
|
|
13557
|
+
"auditUrl": null
|
|
13558
|
+
},
|
|
13559
|
+
"keyboardContract": null,
|
|
13560
|
+
"ariaPattern": null,
|
|
13561
|
+
"themeAware": null,
|
|
13562
|
+
"brandAware": null,
|
|
13563
|
+
"formAssociated": null,
|
|
13564
|
+
"priorityTier": null
|
|
12936
13565
|
},
|
|
12937
13566
|
{
|
|
12938
13567
|
"tag": "hx-meter",
|
|
@@ -13187,7 +13816,19 @@
|
|
|
13187
13816
|
}
|
|
13188
13817
|
],
|
|
13189
13818
|
"dependsOn": [],
|
|
13190
|
-
"excludedAttributes": []
|
|
13819
|
+
"excludedAttributes": [],
|
|
13820
|
+
"aaa": {
|
|
13821
|
+
"certified": false,
|
|
13822
|
+
"certifiedDate": null,
|
|
13823
|
+
"criteria": [],
|
|
13824
|
+
"auditUrl": null
|
|
13825
|
+
},
|
|
13826
|
+
"keyboardContract": null,
|
|
13827
|
+
"ariaPattern": null,
|
|
13828
|
+
"themeAware": null,
|
|
13829
|
+
"brandAware": null,
|
|
13830
|
+
"formAssociated": null,
|
|
13831
|
+
"priorityTier": "P1"
|
|
13191
13832
|
},
|
|
13192
13833
|
{
|
|
13193
13834
|
"tag": "hx-nav",
|
|
@@ -13574,7 +14215,19 @@
|
|
|
13574
14215
|
}
|
|
13575
14216
|
],
|
|
13576
14217
|
"dependsOn": [],
|
|
13577
|
-
"excludedAttributes": []
|
|
14218
|
+
"excludedAttributes": [],
|
|
14219
|
+
"aaa": {
|
|
14220
|
+
"certified": false,
|
|
14221
|
+
"certifiedDate": null,
|
|
14222
|
+
"criteria": [],
|
|
14223
|
+
"auditUrl": null
|
|
14224
|
+
},
|
|
14225
|
+
"keyboardContract": null,
|
|
14226
|
+
"ariaPattern": null,
|
|
14227
|
+
"themeAware": null,
|
|
14228
|
+
"brandAware": null,
|
|
14229
|
+
"formAssociated": null,
|
|
14230
|
+
"priorityTier": "P0"
|
|
13578
14231
|
},
|
|
13579
14232
|
{
|
|
13580
14233
|
"tag": "hx-nav-item",
|
|
@@ -13779,7 +14432,19 @@
|
|
|
13779
14432
|
}
|
|
13780
14433
|
],
|
|
13781
14434
|
"dependsOn": [],
|
|
13782
|
-
"excludedAttributes": []
|
|
14435
|
+
"excludedAttributes": [],
|
|
14436
|
+
"aaa": {
|
|
14437
|
+
"certified": false,
|
|
14438
|
+
"certifiedDate": null,
|
|
14439
|
+
"criteria": [],
|
|
14440
|
+
"auditUrl": null
|
|
14441
|
+
},
|
|
14442
|
+
"keyboardContract": null,
|
|
14443
|
+
"ariaPattern": null,
|
|
14444
|
+
"themeAware": null,
|
|
14445
|
+
"brandAware": null,
|
|
14446
|
+
"formAssociated": null,
|
|
14447
|
+
"priorityTier": null
|
|
13783
14448
|
},
|
|
13784
14449
|
{
|
|
13785
14450
|
"tag": "hx-number-input",
|
|
@@ -14287,7 +14952,19 @@
|
|
|
14287
14952
|
}
|
|
14288
14953
|
],
|
|
14289
14954
|
"dependsOn": [],
|
|
14290
|
-
"excludedAttributes": []
|
|
14955
|
+
"excludedAttributes": [],
|
|
14956
|
+
"aaa": {
|
|
14957
|
+
"certified": false,
|
|
14958
|
+
"certifiedDate": null,
|
|
14959
|
+
"criteria": [],
|
|
14960
|
+
"auditUrl": null
|
|
14961
|
+
},
|
|
14962
|
+
"keyboardContract": null,
|
|
14963
|
+
"ariaPattern": null,
|
|
14964
|
+
"themeAware": null,
|
|
14965
|
+
"brandAware": null,
|
|
14966
|
+
"formAssociated": null,
|
|
14967
|
+
"priorityTier": "P0"
|
|
14291
14968
|
},
|
|
14292
14969
|
{
|
|
14293
14970
|
"tag": "hx-overflow-menu",
|
|
@@ -14636,7 +15313,19 @@
|
|
|
14636
15313
|
}
|
|
14637
15314
|
],
|
|
14638
15315
|
"dependsOn": [],
|
|
14639
|
-
"excludedAttributes": []
|
|
15316
|
+
"excludedAttributes": [],
|
|
15317
|
+
"aaa": {
|
|
15318
|
+
"certified": false,
|
|
15319
|
+
"certifiedDate": null,
|
|
15320
|
+
"criteria": [],
|
|
15321
|
+
"auditUrl": null
|
|
15322
|
+
},
|
|
15323
|
+
"keyboardContract": null,
|
|
15324
|
+
"ariaPattern": null,
|
|
15325
|
+
"themeAware": null,
|
|
15326
|
+
"brandAware": null,
|
|
15327
|
+
"formAssociated": null,
|
|
15328
|
+
"priorityTier": "P0"
|
|
14640
15329
|
},
|
|
14641
15330
|
{
|
|
14642
15331
|
"tag": "hx-pagination",
|
|
@@ -15003,7 +15692,19 @@
|
|
|
15003
15692
|
}
|
|
15004
15693
|
],
|
|
15005
15694
|
"dependsOn": [],
|
|
15006
|
-
"excludedAttributes": []
|
|
15695
|
+
"excludedAttributes": [],
|
|
15696
|
+
"aaa": {
|
|
15697
|
+
"certified": false,
|
|
15698
|
+
"certifiedDate": null,
|
|
15699
|
+
"criteria": [],
|
|
15700
|
+
"auditUrl": null
|
|
15701
|
+
},
|
|
15702
|
+
"keyboardContract": null,
|
|
15703
|
+
"ariaPattern": null,
|
|
15704
|
+
"themeAware": null,
|
|
15705
|
+
"brandAware": null,
|
|
15706
|
+
"formAssociated": null,
|
|
15707
|
+
"priorityTier": "P1"
|
|
15007
15708
|
},
|
|
15008
15709
|
{
|
|
15009
15710
|
"tag": "hx-popover",
|
|
@@ -15365,7 +16066,19 @@
|
|
|
15365
16066
|
}
|
|
15366
16067
|
],
|
|
15367
16068
|
"dependsOn": [],
|
|
15368
|
-
"excludedAttributes": []
|
|
16069
|
+
"excludedAttributes": [],
|
|
16070
|
+
"aaa": {
|
|
16071
|
+
"certified": false,
|
|
16072
|
+
"certifiedDate": null,
|
|
16073
|
+
"criteria": [],
|
|
16074
|
+
"auditUrl": null
|
|
16075
|
+
},
|
|
16076
|
+
"keyboardContract": null,
|
|
16077
|
+
"ariaPattern": null,
|
|
16078
|
+
"themeAware": null,
|
|
16079
|
+
"brandAware": null,
|
|
16080
|
+
"formAssociated": null,
|
|
16081
|
+
"priorityTier": "P0"
|
|
15369
16082
|
},
|
|
15370
16083
|
{
|
|
15371
16084
|
"tag": "hx-popup",
|
|
@@ -15630,7 +16343,19 @@
|
|
|
15630
16343
|
}
|
|
15631
16344
|
],
|
|
15632
16345
|
"dependsOn": [],
|
|
15633
|
-
"excludedAttributes": []
|
|
16346
|
+
"excludedAttributes": [],
|
|
16347
|
+
"aaa": {
|
|
16348
|
+
"certified": false,
|
|
16349
|
+
"certifiedDate": null,
|
|
16350
|
+
"criteria": [],
|
|
16351
|
+
"auditUrl": null
|
|
16352
|
+
},
|
|
16353
|
+
"keyboardContract": null,
|
|
16354
|
+
"ariaPattern": null,
|
|
16355
|
+
"themeAware": null,
|
|
16356
|
+
"brandAware": null,
|
|
16357
|
+
"formAssociated": null,
|
|
16358
|
+
"priorityTier": "P0"
|
|
15634
16359
|
},
|
|
15635
16360
|
{
|
|
15636
16361
|
"tag": "hx-progress-bar",
|
|
@@ -15961,7 +16686,19 @@
|
|
|
15961
16686
|
}
|
|
15962
16687
|
],
|
|
15963
16688
|
"dependsOn": [],
|
|
15964
|
-
"excludedAttributes": []
|
|
16689
|
+
"excludedAttributes": [],
|
|
16690
|
+
"aaa": {
|
|
16691
|
+
"certified": false,
|
|
16692
|
+
"certifiedDate": null,
|
|
16693
|
+
"criteria": [],
|
|
16694
|
+
"auditUrl": null
|
|
16695
|
+
},
|
|
16696
|
+
"keyboardContract": null,
|
|
16697
|
+
"ariaPattern": null,
|
|
16698
|
+
"themeAware": null,
|
|
16699
|
+
"brandAware": null,
|
|
16700
|
+
"formAssociated": null,
|
|
16701
|
+
"priorityTier": "P1"
|
|
15965
16702
|
},
|
|
15966
16703
|
{
|
|
15967
16704
|
"tag": "hx-progress-ring",
|
|
@@ -16177,7 +16914,19 @@
|
|
|
16177
16914
|
}
|
|
16178
16915
|
],
|
|
16179
16916
|
"dependsOn": [],
|
|
16180
|
-
"excludedAttributes": []
|
|
16917
|
+
"excludedAttributes": [],
|
|
16918
|
+
"aaa": {
|
|
16919
|
+
"certified": false,
|
|
16920
|
+
"certifiedDate": null,
|
|
16921
|
+
"criteria": [],
|
|
16922
|
+
"auditUrl": null
|
|
16923
|
+
},
|
|
16924
|
+
"keyboardContract": null,
|
|
16925
|
+
"ariaPattern": null,
|
|
16926
|
+
"themeAware": null,
|
|
16927
|
+
"brandAware": null,
|
|
16928
|
+
"formAssociated": null,
|
|
16929
|
+
"priorityTier": "P1"
|
|
16181
16930
|
},
|
|
16182
16931
|
{
|
|
16183
16932
|
"tag": "hx-prose",
|
|
@@ -16306,7 +17055,19 @@
|
|
|
16306
17055
|
}
|
|
16307
17056
|
],
|
|
16308
17057
|
"dependsOn": [],
|
|
16309
|
-
"excludedAttributes": []
|
|
17058
|
+
"excludedAttributes": [],
|
|
17059
|
+
"aaa": {
|
|
17060
|
+
"certified": false,
|
|
17061
|
+
"certifiedDate": null,
|
|
17062
|
+
"criteria": [],
|
|
17063
|
+
"auditUrl": null
|
|
17064
|
+
},
|
|
17065
|
+
"keyboardContract": null,
|
|
17066
|
+
"ariaPattern": null,
|
|
17067
|
+
"themeAware": null,
|
|
17068
|
+
"brandAware": null,
|
|
17069
|
+
"formAssociated": null,
|
|
17070
|
+
"priorityTier": "P2"
|
|
16310
17071
|
},
|
|
16311
17072
|
{
|
|
16312
17073
|
"tag": "hx-radio",
|
|
@@ -16462,7 +17223,19 @@
|
|
|
16462
17223
|
}
|
|
16463
17224
|
],
|
|
16464
17225
|
"dependsOn": [],
|
|
16465
|
-
"excludedAttributes": []
|
|
17226
|
+
"excludedAttributes": [],
|
|
17227
|
+
"aaa": {
|
|
17228
|
+
"certified": false,
|
|
17229
|
+
"certifiedDate": null,
|
|
17230
|
+
"criteria": [],
|
|
17231
|
+
"auditUrl": null
|
|
17232
|
+
},
|
|
17233
|
+
"keyboardContract": null,
|
|
17234
|
+
"ariaPattern": null,
|
|
17235
|
+
"themeAware": null,
|
|
17236
|
+
"brandAware": null,
|
|
17237
|
+
"formAssociated": null,
|
|
17238
|
+
"priorityTier": null
|
|
16466
17239
|
},
|
|
16467
17240
|
{
|
|
16468
17241
|
"tag": "hx-radio-group",
|
|
@@ -16729,7 +17502,19 @@
|
|
|
16729
17502
|
}
|
|
16730
17503
|
],
|
|
16731
17504
|
"dependsOn": [],
|
|
16732
|
-
"excludedAttributes": []
|
|
17505
|
+
"excludedAttributes": [],
|
|
17506
|
+
"aaa": {
|
|
17507
|
+
"certified": false,
|
|
17508
|
+
"certifiedDate": null,
|
|
17509
|
+
"criteria": [],
|
|
17510
|
+
"auditUrl": null
|
|
17511
|
+
},
|
|
17512
|
+
"keyboardContract": null,
|
|
17513
|
+
"ariaPattern": null,
|
|
17514
|
+
"themeAware": null,
|
|
17515
|
+
"brandAware": null,
|
|
17516
|
+
"formAssociated": null,
|
|
17517
|
+
"priorityTier": "P0"
|
|
16733
17518
|
},
|
|
16734
17519
|
{
|
|
16735
17520
|
"tag": "hx-rating",
|
|
@@ -16966,7 +17751,19 @@
|
|
|
16966
17751
|
}
|
|
16967
17752
|
],
|
|
16968
17753
|
"dependsOn": [],
|
|
16969
|
-
"excludedAttributes": []
|
|
17754
|
+
"excludedAttributes": [],
|
|
17755
|
+
"aaa": {
|
|
17756
|
+
"certified": false,
|
|
17757
|
+
"certifiedDate": null,
|
|
17758
|
+
"criteria": [],
|
|
17759
|
+
"auditUrl": null
|
|
17760
|
+
},
|
|
17761
|
+
"keyboardContract": null,
|
|
17762
|
+
"ariaPattern": null,
|
|
17763
|
+
"themeAware": null,
|
|
17764
|
+
"brandAware": null,
|
|
17765
|
+
"formAssociated": null,
|
|
17766
|
+
"priorityTier": "P0"
|
|
16970
17767
|
},
|
|
16971
17768
|
{
|
|
16972
17769
|
"tag": "hx-select",
|
|
@@ -17564,7 +18361,19 @@
|
|
|
17564
18361
|
}
|
|
17565
18362
|
],
|
|
17566
18363
|
"dependsOn": [],
|
|
17567
|
-
"excludedAttributes": []
|
|
18364
|
+
"excludedAttributes": [],
|
|
18365
|
+
"aaa": {
|
|
18366
|
+
"certified": false,
|
|
18367
|
+
"certifiedDate": null,
|
|
18368
|
+
"criteria": [],
|
|
18369
|
+
"auditUrl": null
|
|
18370
|
+
},
|
|
18371
|
+
"keyboardContract": null,
|
|
18372
|
+
"ariaPattern": null,
|
|
18373
|
+
"themeAware": null,
|
|
18374
|
+
"brandAware": null,
|
|
18375
|
+
"formAssociated": null,
|
|
18376
|
+
"priorityTier": "P0"
|
|
17568
18377
|
},
|
|
17569
18378
|
{
|
|
17570
18379
|
"tag": "hx-side-nav",
|
|
@@ -17793,7 +18602,19 @@
|
|
|
17793
18602
|
}
|
|
17794
18603
|
],
|
|
17795
18604
|
"dependsOn": [],
|
|
17796
|
-
"excludedAttributes": []
|
|
18605
|
+
"excludedAttributes": [],
|
|
18606
|
+
"aaa": {
|
|
18607
|
+
"certified": false,
|
|
18608
|
+
"certifiedDate": null,
|
|
18609
|
+
"criteria": [],
|
|
18610
|
+
"auditUrl": null
|
|
18611
|
+
},
|
|
18612
|
+
"keyboardContract": null,
|
|
18613
|
+
"ariaPattern": null,
|
|
18614
|
+
"themeAware": null,
|
|
18615
|
+
"brandAware": null,
|
|
18616
|
+
"formAssociated": null,
|
|
18617
|
+
"priorityTier": "P0"
|
|
17797
18618
|
},
|
|
17798
18619
|
{
|
|
17799
18620
|
"tag": "hx-skeleton",
|
|
@@ -17996,7 +18817,19 @@
|
|
|
17996
18817
|
}
|
|
17997
18818
|
],
|
|
17998
18819
|
"dependsOn": [],
|
|
17999
|
-
"excludedAttributes": []
|
|
18820
|
+
"excludedAttributes": [],
|
|
18821
|
+
"aaa": {
|
|
18822
|
+
"certified": false,
|
|
18823
|
+
"certifiedDate": null,
|
|
18824
|
+
"criteria": [],
|
|
18825
|
+
"auditUrl": null
|
|
18826
|
+
},
|
|
18827
|
+
"keyboardContract": null,
|
|
18828
|
+
"ariaPattern": null,
|
|
18829
|
+
"themeAware": null,
|
|
18830
|
+
"brandAware": null,
|
|
18831
|
+
"formAssociated": null,
|
|
18832
|
+
"priorityTier": "P2"
|
|
18000
18833
|
},
|
|
18001
18834
|
{
|
|
18002
18835
|
"tag": "hx-slider",
|
|
@@ -18577,7 +19410,19 @@
|
|
|
18577
19410
|
"dependsOn": [],
|
|
18578
19411
|
"excludedAttributes": [
|
|
18579
19412
|
"aria-valuetext"
|
|
18580
|
-
]
|
|
19413
|
+
],
|
|
19414
|
+
"aaa": {
|
|
19415
|
+
"certified": false,
|
|
19416
|
+
"certifiedDate": null,
|
|
19417
|
+
"criteria": [],
|
|
19418
|
+
"auditUrl": null
|
|
19419
|
+
},
|
|
19420
|
+
"keyboardContract": null,
|
|
19421
|
+
"ariaPattern": null,
|
|
19422
|
+
"themeAware": null,
|
|
19423
|
+
"brandAware": null,
|
|
19424
|
+
"formAssociated": null,
|
|
19425
|
+
"priorityTier": "P0"
|
|
18581
19426
|
},
|
|
18582
19427
|
{
|
|
18583
19428
|
"tag": "hx-spinner",
|
|
@@ -18709,7 +19554,19 @@
|
|
|
18709
19554
|
}
|
|
18710
19555
|
],
|
|
18711
19556
|
"dependsOn": [],
|
|
18712
|
-
"excludedAttributes": []
|
|
19557
|
+
"excludedAttributes": [],
|
|
19558
|
+
"aaa": {
|
|
19559
|
+
"certified": false,
|
|
19560
|
+
"certifiedDate": null,
|
|
19561
|
+
"criteria": [],
|
|
19562
|
+
"auditUrl": null
|
|
19563
|
+
},
|
|
19564
|
+
"keyboardContract": null,
|
|
19565
|
+
"ariaPattern": null,
|
|
19566
|
+
"themeAware": null,
|
|
19567
|
+
"brandAware": null,
|
|
19568
|
+
"formAssociated": null,
|
|
19569
|
+
"priorityTier": "P2"
|
|
18713
19570
|
},
|
|
18714
19571
|
{
|
|
18715
19572
|
"tag": "hx-split-button",
|
|
@@ -19179,7 +20036,19 @@
|
|
|
19179
20036
|
}
|
|
19180
20037
|
],
|
|
19181
20038
|
"dependsOn": [],
|
|
19182
|
-
"excludedAttributes": []
|
|
20039
|
+
"excludedAttributes": [],
|
|
20040
|
+
"aaa": {
|
|
20041
|
+
"certified": false,
|
|
20042
|
+
"certifiedDate": null,
|
|
20043
|
+
"criteria": [],
|
|
20044
|
+
"auditUrl": null
|
|
20045
|
+
},
|
|
20046
|
+
"keyboardContract": null,
|
|
20047
|
+
"ariaPattern": null,
|
|
20048
|
+
"themeAware": null,
|
|
20049
|
+
"brandAware": null,
|
|
20050
|
+
"formAssociated": null,
|
|
20051
|
+
"priorityTier": "P0"
|
|
19183
20052
|
},
|
|
19184
20053
|
{
|
|
19185
20054
|
"tag": "hx-split-panel",
|
|
@@ -19436,7 +20305,19 @@
|
|
|
19436
20305
|
}
|
|
19437
20306
|
],
|
|
19438
20307
|
"dependsOn": [],
|
|
19439
|
-
"excludedAttributes": []
|
|
20308
|
+
"excludedAttributes": [],
|
|
20309
|
+
"aaa": {
|
|
20310
|
+
"certified": false,
|
|
20311
|
+
"certifiedDate": null,
|
|
20312
|
+
"criteria": [],
|
|
20313
|
+
"auditUrl": null
|
|
20314
|
+
},
|
|
20315
|
+
"keyboardContract": null,
|
|
20316
|
+
"ariaPattern": null,
|
|
20317
|
+
"themeAware": null,
|
|
20318
|
+
"brandAware": null,
|
|
20319
|
+
"formAssociated": null,
|
|
20320
|
+
"priorityTier": "P2"
|
|
19440
20321
|
},
|
|
19441
20322
|
{
|
|
19442
20323
|
"tag": "hx-stack",
|
|
@@ -19571,7 +20452,19 @@
|
|
|
19571
20452
|
}
|
|
19572
20453
|
],
|
|
19573
20454
|
"dependsOn": [],
|
|
19574
|
-
"excludedAttributes": []
|
|
20455
|
+
"excludedAttributes": [],
|
|
20456
|
+
"aaa": {
|
|
20457
|
+
"certified": false,
|
|
20458
|
+
"certifiedDate": null,
|
|
20459
|
+
"criteria": [],
|
|
20460
|
+
"auditUrl": null
|
|
20461
|
+
},
|
|
20462
|
+
"keyboardContract": null,
|
|
20463
|
+
"ariaPattern": null,
|
|
20464
|
+
"themeAware": null,
|
|
20465
|
+
"brandAware": null,
|
|
20466
|
+
"formAssociated": null,
|
|
20467
|
+
"priorityTier": "P2"
|
|
19575
20468
|
},
|
|
19576
20469
|
{
|
|
19577
20470
|
"tag": "hx-stat",
|
|
@@ -20003,7 +20896,19 @@
|
|
|
20003
20896
|
}
|
|
20004
20897
|
],
|
|
20005
20898
|
"dependsOn": [],
|
|
20006
|
-
"excludedAttributes": []
|
|
20899
|
+
"excludedAttributes": [],
|
|
20900
|
+
"aaa": {
|
|
20901
|
+
"certified": false,
|
|
20902
|
+
"certifiedDate": null,
|
|
20903
|
+
"criteria": [],
|
|
20904
|
+
"auditUrl": null
|
|
20905
|
+
},
|
|
20906
|
+
"keyboardContract": null,
|
|
20907
|
+
"ariaPattern": null,
|
|
20908
|
+
"themeAware": null,
|
|
20909
|
+
"brandAware": null,
|
|
20910
|
+
"formAssociated": null,
|
|
20911
|
+
"priorityTier": "P2"
|
|
20007
20912
|
},
|
|
20008
20913
|
{
|
|
20009
20914
|
"tag": "hx-status-indicator",
|
|
@@ -20228,7 +21133,19 @@
|
|
|
20228
21133
|
}
|
|
20229
21134
|
],
|
|
20230
21135
|
"dependsOn": [],
|
|
20231
|
-
"excludedAttributes": []
|
|
21136
|
+
"excludedAttributes": [],
|
|
21137
|
+
"aaa": {
|
|
21138
|
+
"certified": false,
|
|
21139
|
+
"certifiedDate": null,
|
|
21140
|
+
"criteria": [],
|
|
21141
|
+
"auditUrl": null
|
|
21142
|
+
},
|
|
21143
|
+
"keyboardContract": null,
|
|
21144
|
+
"ariaPattern": null,
|
|
21145
|
+
"themeAware": null,
|
|
21146
|
+
"brandAware": null,
|
|
21147
|
+
"formAssociated": null,
|
|
21148
|
+
"priorityTier": "P2"
|
|
20232
21149
|
},
|
|
20233
21150
|
{
|
|
20234
21151
|
"tag": "hx-step",
|
|
@@ -20448,7 +21365,19 @@
|
|
|
20448
21365
|
}
|
|
20449
21366
|
],
|
|
20450
21367
|
"dependsOn": [],
|
|
20451
|
-
"excludedAttributes": []
|
|
21368
|
+
"excludedAttributes": [],
|
|
21369
|
+
"aaa": {
|
|
21370
|
+
"certified": false,
|
|
21371
|
+
"certifiedDate": null,
|
|
21372
|
+
"criteria": [],
|
|
21373
|
+
"auditUrl": null
|
|
21374
|
+
},
|
|
21375
|
+
"keyboardContract": null,
|
|
21376
|
+
"ariaPattern": null,
|
|
21377
|
+
"themeAware": null,
|
|
21378
|
+
"brandAware": null,
|
|
21379
|
+
"formAssociated": null,
|
|
21380
|
+
"priorityTier": null
|
|
20452
21381
|
},
|
|
20453
21382
|
{
|
|
20454
21383
|
"tag": "hx-steps",
|
|
@@ -20642,7 +21571,19 @@
|
|
|
20642
21571
|
}
|
|
20643
21572
|
],
|
|
20644
21573
|
"dependsOn": [],
|
|
20645
|
-
"excludedAttributes": []
|
|
21574
|
+
"excludedAttributes": [],
|
|
21575
|
+
"aaa": {
|
|
21576
|
+
"certified": false,
|
|
21577
|
+
"certifiedDate": null,
|
|
21578
|
+
"criteria": [],
|
|
21579
|
+
"auditUrl": null
|
|
21580
|
+
},
|
|
21581
|
+
"keyboardContract": null,
|
|
21582
|
+
"ariaPattern": null,
|
|
21583
|
+
"themeAware": null,
|
|
21584
|
+
"brandAware": null,
|
|
21585
|
+
"formAssociated": null,
|
|
21586
|
+
"priorityTier": "P2"
|
|
20646
21587
|
},
|
|
20647
21588
|
{
|
|
20648
21589
|
"tag": "hx-structured-list",
|
|
@@ -20834,7 +21775,19 @@
|
|
|
20834
21775
|
}
|
|
20835
21776
|
],
|
|
20836
21777
|
"dependsOn": [],
|
|
20837
|
-
"excludedAttributes": []
|
|
21778
|
+
"excludedAttributes": [],
|
|
21779
|
+
"aaa": {
|
|
21780
|
+
"certified": false,
|
|
21781
|
+
"certifiedDate": null,
|
|
21782
|
+
"criteria": [],
|
|
21783
|
+
"auditUrl": null
|
|
21784
|
+
},
|
|
21785
|
+
"keyboardContract": null,
|
|
21786
|
+
"ariaPattern": null,
|
|
21787
|
+
"themeAware": null,
|
|
21788
|
+
"brandAware": null,
|
|
21789
|
+
"formAssociated": null,
|
|
21790
|
+
"priorityTier": "P1"
|
|
20838
21791
|
},
|
|
20839
21792
|
{
|
|
20840
21793
|
"tag": "hx-structured-list-row",
|
|
@@ -20916,7 +21869,19 @@
|
|
|
20916
21869
|
}
|
|
20917
21870
|
],
|
|
20918
21871
|
"dependsOn": [],
|
|
20919
|
-
"excludedAttributes": []
|
|
21872
|
+
"excludedAttributes": [],
|
|
21873
|
+
"aaa": {
|
|
21874
|
+
"certified": false,
|
|
21875
|
+
"certifiedDate": null,
|
|
21876
|
+
"criteria": [],
|
|
21877
|
+
"auditUrl": null
|
|
21878
|
+
},
|
|
21879
|
+
"keyboardContract": null,
|
|
21880
|
+
"ariaPattern": null,
|
|
21881
|
+
"themeAware": null,
|
|
21882
|
+
"brandAware": null,
|
|
21883
|
+
"formAssociated": null,
|
|
21884
|
+
"priorityTier": null
|
|
20920
21885
|
},
|
|
20921
21886
|
{
|
|
20922
21887
|
"tag": "hx-style-scope",
|
|
@@ -20955,7 +21920,19 @@
|
|
|
20955
21920
|
"events": [],
|
|
20956
21921
|
"cssProperties": [],
|
|
20957
21922
|
"dependsOn": [],
|
|
20958
|
-
"excludedAttributes": []
|
|
21923
|
+
"excludedAttributes": [],
|
|
21924
|
+
"aaa": {
|
|
21925
|
+
"certified": false,
|
|
21926
|
+
"certifiedDate": null,
|
|
21927
|
+
"criteria": [],
|
|
21928
|
+
"auditUrl": null
|
|
21929
|
+
},
|
|
21930
|
+
"keyboardContract": null,
|
|
21931
|
+
"ariaPattern": null,
|
|
21932
|
+
"themeAware": null,
|
|
21933
|
+
"brandAware": null,
|
|
21934
|
+
"formAssociated": null,
|
|
21935
|
+
"priorityTier": "exempt"
|
|
20959
21936
|
},
|
|
20960
21937
|
{
|
|
20961
21938
|
"tag": "hx-switch",
|
|
@@ -21495,7 +22472,19 @@
|
|
|
21495
22472
|
}
|
|
21496
22473
|
],
|
|
21497
22474
|
"dependsOn": [],
|
|
21498
|
-
"excludedAttributes": []
|
|
22475
|
+
"excludedAttributes": [],
|
|
22476
|
+
"aaa": {
|
|
22477
|
+
"certified": false,
|
|
22478
|
+
"certifiedDate": null,
|
|
22479
|
+
"criteria": [],
|
|
22480
|
+
"auditUrl": null
|
|
22481
|
+
},
|
|
22482
|
+
"keyboardContract": null,
|
|
22483
|
+
"ariaPattern": null,
|
|
22484
|
+
"themeAware": null,
|
|
22485
|
+
"brandAware": null,
|
|
22486
|
+
"formAssociated": null,
|
|
22487
|
+
"priorityTier": "P0"
|
|
21499
22488
|
},
|
|
21500
22489
|
{
|
|
21501
22490
|
"tag": "hx-tab",
|
|
@@ -21723,7 +22712,19 @@
|
|
|
21723
22712
|
}
|
|
21724
22713
|
],
|
|
21725
22714
|
"dependsOn": [],
|
|
21726
|
-
"excludedAttributes": []
|
|
22715
|
+
"excludedAttributes": [],
|
|
22716
|
+
"aaa": {
|
|
22717
|
+
"certified": false,
|
|
22718
|
+
"certifiedDate": null,
|
|
22719
|
+
"criteria": [],
|
|
22720
|
+
"auditUrl": null
|
|
22721
|
+
},
|
|
22722
|
+
"keyboardContract": null,
|
|
22723
|
+
"ariaPattern": null,
|
|
22724
|
+
"themeAware": null,
|
|
22725
|
+
"brandAware": null,
|
|
22726
|
+
"formAssociated": null,
|
|
22727
|
+
"priorityTier": null
|
|
21727
22728
|
},
|
|
21728
22729
|
{
|
|
21729
22730
|
"tag": "hx-tab-panel",
|
|
@@ -21798,7 +22799,19 @@
|
|
|
21798
22799
|
}
|
|
21799
22800
|
],
|
|
21800
22801
|
"dependsOn": [],
|
|
21801
|
-
"excludedAttributes": []
|
|
22802
|
+
"excludedAttributes": [],
|
|
22803
|
+
"aaa": {
|
|
22804
|
+
"certified": false,
|
|
22805
|
+
"certifiedDate": null,
|
|
22806
|
+
"criteria": [],
|
|
22807
|
+
"auditUrl": null
|
|
22808
|
+
},
|
|
22809
|
+
"keyboardContract": null,
|
|
22810
|
+
"ariaPattern": null,
|
|
22811
|
+
"themeAware": null,
|
|
22812
|
+
"brandAware": null,
|
|
22813
|
+
"formAssociated": null,
|
|
22814
|
+
"priorityTier": null
|
|
21802
22815
|
},
|
|
21803
22816
|
{
|
|
21804
22817
|
"tag": "hx-table",
|
|
@@ -22039,7 +23052,19 @@
|
|
|
22039
23052
|
}
|
|
22040
23053
|
],
|
|
22041
23054
|
"dependsOn": [],
|
|
22042
|
-
"excludedAttributes": []
|
|
23055
|
+
"excludedAttributes": [],
|
|
23056
|
+
"aaa": {
|
|
23057
|
+
"certified": false,
|
|
23058
|
+
"certifiedDate": null,
|
|
23059
|
+
"criteria": [],
|
|
23060
|
+
"auditUrl": null
|
|
23061
|
+
},
|
|
23062
|
+
"keyboardContract": null,
|
|
23063
|
+
"ariaPattern": null,
|
|
23064
|
+
"themeAware": null,
|
|
23065
|
+
"brandAware": null,
|
|
23066
|
+
"formAssociated": null,
|
|
23067
|
+
"priorityTier": "P1"
|
|
22043
23068
|
},
|
|
22044
23069
|
{
|
|
22045
23070
|
"tag": "hx-tabs",
|
|
@@ -22363,7 +23388,19 @@
|
|
|
22363
23388
|
}
|
|
22364
23389
|
],
|
|
22365
23390
|
"dependsOn": [],
|
|
22366
|
-
"excludedAttributes": []
|
|
23391
|
+
"excludedAttributes": [],
|
|
23392
|
+
"aaa": {
|
|
23393
|
+
"certified": false,
|
|
23394
|
+
"certifiedDate": null,
|
|
23395
|
+
"criteria": [],
|
|
23396
|
+
"auditUrl": null
|
|
23397
|
+
},
|
|
23398
|
+
"keyboardContract": null,
|
|
23399
|
+
"ariaPattern": null,
|
|
23400
|
+
"themeAware": null,
|
|
23401
|
+
"brandAware": null,
|
|
23402
|
+
"formAssociated": null,
|
|
23403
|
+
"priorityTier": "P0"
|
|
22367
23404
|
},
|
|
22368
23405
|
{
|
|
22369
23406
|
"tag": "hx-tag",
|
|
@@ -22772,7 +23809,19 @@
|
|
|
22772
23809
|
}
|
|
22773
23810
|
],
|
|
22774
23811
|
"dependsOn": [],
|
|
22775
|
-
"excludedAttributes": []
|
|
23812
|
+
"excludedAttributes": [],
|
|
23813
|
+
"aaa": {
|
|
23814
|
+
"certified": false,
|
|
23815
|
+
"certifiedDate": null,
|
|
23816
|
+
"criteria": [],
|
|
23817
|
+
"auditUrl": null
|
|
23818
|
+
},
|
|
23819
|
+
"keyboardContract": null,
|
|
23820
|
+
"ariaPattern": null,
|
|
23821
|
+
"themeAware": null,
|
|
23822
|
+
"brandAware": null,
|
|
23823
|
+
"formAssociated": null,
|
|
23824
|
+
"priorityTier": "P2"
|
|
22776
23825
|
},
|
|
22777
23826
|
{
|
|
22778
23827
|
"tag": "hx-tbody",
|
|
@@ -22803,7 +23852,19 @@
|
|
|
22803
23852
|
"events": [],
|
|
22804
23853
|
"cssProperties": [],
|
|
22805
23854
|
"dependsOn": [],
|
|
22806
|
-
"excludedAttributes": []
|
|
23855
|
+
"excludedAttributes": [],
|
|
23856
|
+
"aaa": {
|
|
23857
|
+
"certified": false,
|
|
23858
|
+
"certifiedDate": null,
|
|
23859
|
+
"criteria": [],
|
|
23860
|
+
"auditUrl": null
|
|
23861
|
+
},
|
|
23862
|
+
"keyboardContract": null,
|
|
23863
|
+
"ariaPattern": null,
|
|
23864
|
+
"themeAware": null,
|
|
23865
|
+
"brandAware": null,
|
|
23866
|
+
"formAssociated": null,
|
|
23867
|
+
"priorityTier": null
|
|
22807
23868
|
},
|
|
22808
23869
|
{
|
|
22809
23870
|
"tag": "hx-td",
|
|
@@ -22881,7 +23942,19 @@
|
|
|
22881
23942
|
}
|
|
22882
23943
|
],
|
|
22883
23944
|
"dependsOn": [],
|
|
22884
|
-
"excludedAttributes": []
|
|
23945
|
+
"excludedAttributes": [],
|
|
23946
|
+
"aaa": {
|
|
23947
|
+
"certified": false,
|
|
23948
|
+
"certifiedDate": null,
|
|
23949
|
+
"criteria": [],
|
|
23950
|
+
"auditUrl": null
|
|
23951
|
+
},
|
|
23952
|
+
"keyboardContract": null,
|
|
23953
|
+
"ariaPattern": null,
|
|
23954
|
+
"themeAware": null,
|
|
23955
|
+
"brandAware": null,
|
|
23956
|
+
"formAssociated": null,
|
|
23957
|
+
"priorityTier": null
|
|
22885
23958
|
},
|
|
22886
23959
|
{
|
|
22887
23960
|
"tag": "hx-text",
|
|
@@ -23135,7 +24208,19 @@
|
|
|
23135
24208
|
}
|
|
23136
24209
|
],
|
|
23137
24210
|
"dependsOn": [],
|
|
23138
|
-
"excludedAttributes": []
|
|
24211
|
+
"excludedAttributes": [],
|
|
24212
|
+
"aaa": {
|
|
24213
|
+
"certified": false,
|
|
24214
|
+
"certifiedDate": null,
|
|
24215
|
+
"criteria": [],
|
|
24216
|
+
"auditUrl": null
|
|
24217
|
+
},
|
|
24218
|
+
"keyboardContract": null,
|
|
24219
|
+
"ariaPattern": null,
|
|
24220
|
+
"themeAware": null,
|
|
24221
|
+
"brandAware": null,
|
|
24222
|
+
"formAssociated": null,
|
|
24223
|
+
"priorityTier": "P2"
|
|
23139
24224
|
},
|
|
23140
24225
|
{
|
|
23141
24226
|
"tag": "hx-text-input",
|
|
@@ -23571,7 +24656,38 @@
|
|
|
23571
24656
|
}
|
|
23572
24657
|
],
|
|
23573
24658
|
"dependsOn": [],
|
|
23574
|
-
"excludedAttributes": []
|
|
24659
|
+
"excludedAttributes": [],
|
|
24660
|
+
"aaa": {
|
|
24661
|
+
"certified": true,
|
|
24662
|
+
"certifiedDate": "2026-05-08",
|
|
24663
|
+
"criteria": [
|
|
24664
|
+
"1.4.6",
|
|
24665
|
+
"1.4.9",
|
|
24666
|
+
"2.1.3",
|
|
24667
|
+
"2.3.3",
|
|
24668
|
+
"2.4.12",
|
|
24669
|
+
"2.4.13",
|
|
24670
|
+
"2.5.5",
|
|
24671
|
+
"3.2.5",
|
|
24672
|
+
"3.3.6",
|
|
24673
|
+
"forced-colors",
|
|
24674
|
+
"apg-keyboard"
|
|
24675
|
+
],
|
|
24676
|
+
"auditUrl": "src/components/hx-text-input/AAA-AUDIT.md"
|
|
24677
|
+
},
|
|
24678
|
+
"keyboardContract": {
|
|
24679
|
+
"activate": [
|
|
24680
|
+
"character-input"
|
|
24681
|
+
],
|
|
24682
|
+
"navigate": [],
|
|
24683
|
+
"dismiss": [],
|
|
24684
|
+
"disabledSuppresses": true
|
|
24685
|
+
},
|
|
24686
|
+
"ariaPattern": "textbox",
|
|
24687
|
+
"themeAware": true,
|
|
24688
|
+
"brandAware": true,
|
|
24689
|
+
"formAssociated": true,
|
|
24690
|
+
"priorityTier": "P0"
|
|
23575
24691
|
},
|
|
23576
24692
|
{
|
|
23577
24693
|
"tag": "hx-textarea",
|
|
@@ -24027,7 +25143,19 @@
|
|
|
24027
25143
|
}
|
|
24028
25144
|
],
|
|
24029
25145
|
"dependsOn": [],
|
|
24030
|
-
"excludedAttributes": []
|
|
25146
|
+
"excludedAttributes": [],
|
|
25147
|
+
"aaa": {
|
|
25148
|
+
"certified": false,
|
|
25149
|
+
"certifiedDate": null,
|
|
25150
|
+
"criteria": [],
|
|
25151
|
+
"auditUrl": null
|
|
25152
|
+
},
|
|
25153
|
+
"keyboardContract": null,
|
|
25154
|
+
"ariaPattern": null,
|
|
25155
|
+
"themeAware": null,
|
|
25156
|
+
"brandAware": null,
|
|
25157
|
+
"formAssociated": null,
|
|
25158
|
+
"priorityTier": "P0"
|
|
24031
25159
|
},
|
|
24032
25160
|
{
|
|
24033
25161
|
"tag": "hx-tfoot",
|
|
@@ -24058,7 +25186,19 @@
|
|
|
24058
25186
|
"events": [],
|
|
24059
25187
|
"cssProperties": [],
|
|
24060
25188
|
"dependsOn": [],
|
|
24061
|
-
"excludedAttributes": []
|
|
25189
|
+
"excludedAttributes": [],
|
|
25190
|
+
"aaa": {
|
|
25191
|
+
"certified": false,
|
|
25192
|
+
"certifiedDate": null,
|
|
25193
|
+
"criteria": [],
|
|
25194
|
+
"auditUrl": null
|
|
25195
|
+
},
|
|
25196
|
+
"keyboardContract": null,
|
|
25197
|
+
"ariaPattern": null,
|
|
25198
|
+
"themeAware": null,
|
|
25199
|
+
"brandAware": null,
|
|
25200
|
+
"formAssociated": null,
|
|
25201
|
+
"priorityTier": null
|
|
24062
25202
|
},
|
|
24063
25203
|
{
|
|
24064
25204
|
"tag": "hx-th",
|
|
@@ -24153,7 +25293,19 @@
|
|
|
24153
25293
|
],
|
|
24154
25294
|
"cssProperties": [],
|
|
24155
25295
|
"dependsOn": [],
|
|
24156
|
-
"excludedAttributes": []
|
|
25296
|
+
"excludedAttributes": [],
|
|
25297
|
+
"aaa": {
|
|
25298
|
+
"certified": false,
|
|
25299
|
+
"certifiedDate": null,
|
|
25300
|
+
"criteria": [],
|
|
25301
|
+
"auditUrl": null
|
|
25302
|
+
},
|
|
25303
|
+
"keyboardContract": null,
|
|
25304
|
+
"ariaPattern": null,
|
|
25305
|
+
"themeAware": null,
|
|
25306
|
+
"brandAware": null,
|
|
25307
|
+
"formAssociated": null,
|
|
25308
|
+
"priorityTier": null
|
|
24157
25309
|
},
|
|
24158
25310
|
{
|
|
24159
25311
|
"tag": "hx-thead",
|
|
@@ -24184,7 +25336,19 @@
|
|
|
24184
25336
|
"events": [],
|
|
24185
25337
|
"cssProperties": [],
|
|
24186
25338
|
"dependsOn": [],
|
|
24187
|
-
"excludedAttributes": []
|
|
25339
|
+
"excludedAttributes": [],
|
|
25340
|
+
"aaa": {
|
|
25341
|
+
"certified": false,
|
|
25342
|
+
"certifiedDate": null,
|
|
25343
|
+
"criteria": [],
|
|
25344
|
+
"auditUrl": null
|
|
25345
|
+
},
|
|
25346
|
+
"keyboardContract": null,
|
|
25347
|
+
"ariaPattern": null,
|
|
25348
|
+
"themeAware": null,
|
|
25349
|
+
"brandAware": null,
|
|
25350
|
+
"formAssociated": null,
|
|
25351
|
+
"priorityTier": null
|
|
24188
25352
|
},
|
|
24189
25353
|
{
|
|
24190
25354
|
"tag": "hx-theme",
|
|
@@ -24272,7 +25436,19 @@
|
|
|
24272
25436
|
}
|
|
24273
25437
|
],
|
|
24274
25438
|
"dependsOn": [],
|
|
24275
|
-
"excludedAttributes": []
|
|
25439
|
+
"excludedAttributes": [],
|
|
25440
|
+
"aaa": {
|
|
25441
|
+
"certified": false,
|
|
25442
|
+
"certifiedDate": null,
|
|
25443
|
+
"criteria": [],
|
|
25444
|
+
"auditUrl": null
|
|
25445
|
+
},
|
|
25446
|
+
"keyboardContract": null,
|
|
25447
|
+
"ariaPattern": null,
|
|
25448
|
+
"themeAware": null,
|
|
25449
|
+
"brandAware": null,
|
|
25450
|
+
"formAssociated": null,
|
|
25451
|
+
"priorityTier": "exempt"
|
|
24276
25452
|
},
|
|
24277
25453
|
{
|
|
24278
25454
|
"tag": "hx-time-picker",
|
|
@@ -24802,7 +25978,19 @@
|
|
|
24802
25978
|
}
|
|
24803
25979
|
],
|
|
24804
25980
|
"dependsOn": [],
|
|
24805
|
-
"excludedAttributes": []
|
|
25981
|
+
"excludedAttributes": [],
|
|
25982
|
+
"aaa": {
|
|
25983
|
+
"certified": false,
|
|
25984
|
+
"certifiedDate": null,
|
|
25985
|
+
"criteria": [],
|
|
25986
|
+
"auditUrl": null
|
|
25987
|
+
},
|
|
25988
|
+
"keyboardContract": null,
|
|
25989
|
+
"ariaPattern": null,
|
|
25990
|
+
"themeAware": null,
|
|
25991
|
+
"brandAware": null,
|
|
25992
|
+
"formAssociated": null,
|
|
25993
|
+
"priorityTier": "P0"
|
|
24806
25994
|
},
|
|
24807
25995
|
{
|
|
24808
25996
|
"tag": "hx-toast",
|
|
@@ -25144,7 +26332,19 @@
|
|
|
25144
26332
|
}
|
|
25145
26333
|
],
|
|
25146
26334
|
"dependsOn": [],
|
|
25147
|
-
"excludedAttributes": []
|
|
26335
|
+
"excludedAttributes": [],
|
|
26336
|
+
"aaa": {
|
|
26337
|
+
"certified": false,
|
|
26338
|
+
"certifiedDate": null,
|
|
26339
|
+
"criteria": [],
|
|
26340
|
+
"auditUrl": null
|
|
26341
|
+
},
|
|
26342
|
+
"keyboardContract": null,
|
|
26343
|
+
"ariaPattern": null,
|
|
26344
|
+
"themeAware": null,
|
|
26345
|
+
"brandAware": null,
|
|
26346
|
+
"formAssociated": null,
|
|
26347
|
+
"priorityTier": "P0"
|
|
25148
26348
|
},
|
|
25149
26349
|
{
|
|
25150
26350
|
"tag": "hx-toast-stack",
|
|
@@ -25212,7 +26412,19 @@
|
|
|
25212
26412
|
}
|
|
25213
26413
|
],
|
|
25214
26414
|
"dependsOn": [],
|
|
25215
|
-
"excludedAttributes": []
|
|
26415
|
+
"excludedAttributes": [],
|
|
26416
|
+
"aaa": {
|
|
26417
|
+
"certified": false,
|
|
26418
|
+
"certifiedDate": null,
|
|
26419
|
+
"criteria": [],
|
|
26420
|
+
"auditUrl": null
|
|
26421
|
+
},
|
|
26422
|
+
"keyboardContract": null,
|
|
26423
|
+
"ariaPattern": null,
|
|
26424
|
+
"themeAware": null,
|
|
26425
|
+
"brandAware": null,
|
|
26426
|
+
"formAssociated": null,
|
|
26427
|
+
"priorityTier": null
|
|
25216
26428
|
},
|
|
25217
26429
|
{
|
|
25218
26430
|
"tag": "hx-toggle-button",
|
|
@@ -25640,7 +26852,19 @@
|
|
|
25640
26852
|
}
|
|
25641
26853
|
],
|
|
25642
26854
|
"dependsOn": [],
|
|
25643
|
-
"excludedAttributes": []
|
|
26855
|
+
"excludedAttributes": [],
|
|
26856
|
+
"aaa": {
|
|
26857
|
+
"certified": false,
|
|
26858
|
+
"certifiedDate": null,
|
|
26859
|
+
"criteria": [],
|
|
26860
|
+
"auditUrl": null
|
|
26861
|
+
},
|
|
26862
|
+
"keyboardContract": null,
|
|
26863
|
+
"ariaPattern": null,
|
|
26864
|
+
"themeAware": null,
|
|
26865
|
+
"brandAware": null,
|
|
26866
|
+
"formAssociated": null,
|
|
26867
|
+
"priorityTier": "P0"
|
|
25644
26868
|
},
|
|
25645
26869
|
{
|
|
25646
26870
|
"tag": "hx-tooltip",
|
|
@@ -25898,7 +27122,19 @@
|
|
|
25898
27122
|
}
|
|
25899
27123
|
],
|
|
25900
27124
|
"dependsOn": [],
|
|
25901
|
-
"excludedAttributes": []
|
|
27125
|
+
"excludedAttributes": [],
|
|
27126
|
+
"aaa": {
|
|
27127
|
+
"certified": false,
|
|
27128
|
+
"certifiedDate": null,
|
|
27129
|
+
"criteria": [],
|
|
27130
|
+
"auditUrl": null
|
|
27131
|
+
},
|
|
27132
|
+
"keyboardContract": null,
|
|
27133
|
+
"ariaPattern": null,
|
|
27134
|
+
"themeAware": null,
|
|
27135
|
+
"brandAware": null,
|
|
27136
|
+
"formAssociated": null,
|
|
27137
|
+
"priorityTier": "P0"
|
|
25902
27138
|
},
|
|
25903
27139
|
{
|
|
25904
27140
|
"tag": "hx-top-nav",
|
|
@@ -26187,7 +27423,19 @@
|
|
|
26187
27423
|
}
|
|
26188
27424
|
],
|
|
26189
27425
|
"dependsOn": [],
|
|
26190
|
-
"excludedAttributes": []
|
|
27426
|
+
"excludedAttributes": [],
|
|
27427
|
+
"aaa": {
|
|
27428
|
+
"certified": false,
|
|
27429
|
+
"certifiedDate": null,
|
|
27430
|
+
"criteria": [],
|
|
27431
|
+
"auditUrl": null
|
|
27432
|
+
},
|
|
27433
|
+
"keyboardContract": null,
|
|
27434
|
+
"ariaPattern": null,
|
|
27435
|
+
"themeAware": null,
|
|
27436
|
+
"brandAware": null,
|
|
27437
|
+
"formAssociated": null,
|
|
27438
|
+
"priorityTier": "P0"
|
|
26191
27439
|
},
|
|
26192
27440
|
{
|
|
26193
27441
|
"tag": "hx-tr",
|
|
@@ -26241,7 +27489,19 @@
|
|
|
26241
27489
|
"events": [],
|
|
26242
27490
|
"cssProperties": [],
|
|
26243
27491
|
"dependsOn": [],
|
|
26244
|
-
"excludedAttributes": []
|
|
27492
|
+
"excludedAttributes": [],
|
|
27493
|
+
"aaa": {
|
|
27494
|
+
"certified": false,
|
|
27495
|
+
"certifiedDate": null,
|
|
27496
|
+
"criteria": [],
|
|
27497
|
+
"auditUrl": null
|
|
27498
|
+
},
|
|
27499
|
+
"keyboardContract": null,
|
|
27500
|
+
"ariaPattern": null,
|
|
27501
|
+
"themeAware": null,
|
|
27502
|
+
"brandAware": null,
|
|
27503
|
+
"formAssociated": null,
|
|
27504
|
+
"priorityTier": null
|
|
26245
27505
|
},
|
|
26246
27506
|
{
|
|
26247
27507
|
"tag": "hx-tree-item",
|
|
@@ -26429,7 +27689,19 @@
|
|
|
26429
27689
|
}
|
|
26430
27690
|
],
|
|
26431
27691
|
"dependsOn": [],
|
|
26432
|
-
"excludedAttributes": []
|
|
27692
|
+
"excludedAttributes": [],
|
|
27693
|
+
"aaa": {
|
|
27694
|
+
"certified": false,
|
|
27695
|
+
"certifiedDate": null,
|
|
27696
|
+
"criteria": [],
|
|
27697
|
+
"auditUrl": null
|
|
27698
|
+
},
|
|
27699
|
+
"keyboardContract": null,
|
|
27700
|
+
"ariaPattern": null,
|
|
27701
|
+
"themeAware": null,
|
|
27702
|
+
"brandAware": null,
|
|
27703
|
+
"formAssociated": null,
|
|
27704
|
+
"priorityTier": null
|
|
26433
27705
|
},
|
|
26434
27706
|
{
|
|
26435
27707
|
"tag": "hx-tree-view",
|
|
@@ -26531,7 +27803,19 @@
|
|
|
26531
27803
|
}
|
|
26532
27804
|
],
|
|
26533
27805
|
"dependsOn": [],
|
|
26534
|
-
"excludedAttributes": []
|
|
27806
|
+
"excludedAttributes": [],
|
|
27807
|
+
"aaa": {
|
|
27808
|
+
"certified": false,
|
|
27809
|
+
"certifiedDate": null,
|
|
27810
|
+
"criteria": [],
|
|
27811
|
+
"auditUrl": null
|
|
27812
|
+
},
|
|
27813
|
+
"keyboardContract": null,
|
|
27814
|
+
"ariaPattern": null,
|
|
27815
|
+
"themeAware": null,
|
|
27816
|
+
"brandAware": null,
|
|
27817
|
+
"formAssociated": null,
|
|
27818
|
+
"priorityTier": "P2"
|
|
26535
27819
|
},
|
|
26536
27820
|
{
|
|
26537
27821
|
"tag": "hx-visually-hidden",
|
|
@@ -26574,7 +27858,19 @@
|
|
|
26574
27858
|
"events": [],
|
|
26575
27859
|
"cssProperties": [],
|
|
26576
27860
|
"dependsOn": [],
|
|
26577
|
-
"excludedAttributes": []
|
|
27861
|
+
"excludedAttributes": [],
|
|
27862
|
+
"aaa": {
|
|
27863
|
+
"certified": false,
|
|
27864
|
+
"certifiedDate": null,
|
|
27865
|
+
"criteria": [],
|
|
27866
|
+
"auditUrl": null
|
|
27867
|
+
},
|
|
27868
|
+
"keyboardContract": null,
|
|
27869
|
+
"ariaPattern": null,
|
|
27870
|
+
"themeAware": null,
|
|
27871
|
+
"brandAware": null,
|
|
27872
|
+
"formAssociated": null,
|
|
27873
|
+
"priorityTier": "exempt"
|
|
26578
27874
|
}
|
|
26579
27875
|
],
|
|
26580
27876
|
"excluded": [
|