@helixui/library 1.1.2-next.1 → 1.1.2-next.3
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 +114 -18
- package/dist/components/hx-action-bar/hx-action-bar.d.ts.map +1 -1
- package/dist/components/hx-action-bar/index.js +1 -1
- package/dist/components/hx-avatar/hx-avatar.styles.d.ts.map +1 -1
- package/dist/components/hx-avatar/index.js +1 -1
- package/dist/components/hx-badge/hx-badge.styles.d.ts.map +1 -1
- package/dist/components/hx-badge/index.js +1 -1
- package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts +25 -1
- package/dist/components/hx-breadcrumb/hx-breadcrumb.d.ts.map +1 -1
- package/dist/components/hx-button/hx-button.d.ts +12 -6
- 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-clinical-status/hx-clinical-status.d.ts +14 -6
- package/dist/components/hx-clinical-status/hx-clinical-status.d.ts.map +1 -1
- package/dist/components/hx-clinical-status/hx-clinical-status.styles.d.ts.map +1 -1
- package/dist/components/hx-clinical-status/index.d.ts +1 -1
- package/dist/components/hx-clinical-status/index.d.ts.map +1 -1
- package/dist/components/hx-clinical-status/index.js +1 -1
- package/dist/components/hx-combobox/hx-combobox.d.ts +5 -0
- package/dist/components/hx-combobox/hx-combobox.d.ts.map +1 -1
- package/dist/components/hx-drawer/hx-drawer.d.ts +1 -0
- package/dist/components/hx-drawer/hx-drawer.d.ts.map +1 -1
- package/dist/components/hx-side-nav/hx-nav-item.styles.d.ts.map +1 -1
- package/dist/components/hx-side-nav/hx-side-nav.styles.d.ts.map +1 -1
- package/dist/components/hx-side-nav/index.js +1 -1
- package/dist/components/hx-slider/hx-slider.d.ts +1 -0
- package/dist/components/hx-slider/hx-slider.d.ts.map +1 -1
- package/dist/components/hx-time-picker/hx-time-picker.d.ts +3 -0
- package/dist/components/hx-time-picker/hx-time-picker.d.ts.map +1 -1
- package/dist/css/helix-all.css +76 -12
- package/dist/css/helix-core.css +58 -3
- package/dist/css/helix-navigation.css +14 -7
- package/dist/css/hx-avatar.css +18 -1
- package/dist/css/hx-badge.css +6 -2
- package/dist/css/hx-button.css +34 -0
- package/dist/css/hx-clinical-status.css +4 -2
- package/dist/css/hx-side-nav.css +14 -7
- package/dist/css/index.css +1 -1
- package/dist/css/manifest.json +2 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -6
- package/dist/shared/{hx-action-bar-D4bulGQP.js → hx-action-bar-vGFnNwNY.js} +33 -34
- package/dist/shared/{hx-action-bar-D4bulGQP.js.map → hx-action-bar-vGFnNwNY.js.map} +1 -1
- package/dist/shared/{hx-avatar-7p1cj3lG.js → hx-avatar-CZfA9KEl.js} +27 -10
- package/dist/shared/hx-avatar-CZfA9KEl.js.map +1 -0
- package/dist/shared/{hx-badge-DCxvskdw.js → hx-badge-Xg7zoh4Q.js} +31 -27
- package/dist/shared/hx-badge-Xg7zoh4Q.js.map +1 -0
- package/dist/shared/hx-breadcrumb-item-B2rjepqy.js.map +1 -1
- package/dist/shared/{hx-button-6S3DwuIj.js → hx-button-CC1YH9RZ.js} +52 -12
- package/dist/shared/hx-button-CC1YH9RZ.js.map +1 -0
- package/dist/shared/{hx-clinical-status-De8yrA5I.js → hx-clinical-status-D6eaplvs.js} +5 -3
- package/dist/shared/hx-clinical-status-D6eaplvs.js.map +1 -0
- package/dist/shared/hx-combobox-CNAJXIxo.js.map +1 -1
- package/dist/shared/hx-drawer-e0qeGxAD.js.map +1 -1
- package/dist/shared/{hx-nav-item-ByU2N921.js → hx-nav-item-CuGiJPAf.js} +46 -32
- package/dist/shared/hx-nav-item-CuGiJPAf.js.map +1 -0
- package/dist/shared/hx-slider-7Q-e0_pc.js.map +1 -1
- package/dist/shared/hx-time-picker-BpCRsh_z.js.map +1 -1
- package/package.json +3 -3
- package/dist/shared/hx-avatar-7p1cj3lG.js.map +0 -1
- package/dist/shared/hx-badge-DCxvskdw.js.map +0 -1
- package/dist/shared/hx-button-6S3DwuIj.js.map +0 -1
- package/dist/shared/hx-clinical-status-De8yrA5I.js.map +0 -1
- package/dist/shared/hx-nav-item-ByU2N921.js.map +0 -1
package/dist/css/helix-all.css
CHANGED
|
@@ -450,11 +450,28 @@
|
|
|
450
450
|
}
|
|
451
451
|
|
|
452
452
|
/* P1-B: Windows High Contrast Mode — avatar background is stripped by the system,
|
|
453
|
-
leaving no visual boundary.
|
|
453
|
+
leaving no visual boundary. Restore a visible border, explicit foreground, and
|
|
454
|
+
background so the avatar container, initials, and fallback icon all remain
|
|
455
|
+
perceivable at any contrast level.
|
|
454
456
|
WCAG 1.4.11 Non-text Contrast (Level AA). */
|
|
455
457
|
@media (forced-colors: active) {
|
|
456
458
|
.avatar {
|
|
459
|
+
forced-color-adjust: none;
|
|
457
460
|
border: 2px solid ButtonText;
|
|
461
|
+
background-color: Canvas;
|
|
462
|
+
color: CanvasText;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.avatar__initials {
|
|
466
|
+
color: CanvasText;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.avatar__fallback-icon {
|
|
470
|
+
color: CanvasText;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.avatar__image {
|
|
474
|
+
forced-color-adjust: auto;
|
|
458
475
|
}
|
|
459
476
|
}
|
|
460
477
|
/* ── hx-badge ── */
|
|
@@ -578,17 +595,21 @@
|
|
|
578
595
|
display: none;
|
|
579
596
|
}
|
|
580
597
|
|
|
598
|
+
.badge--dot slot[name='prefix'] {
|
|
599
|
+
display: none;
|
|
600
|
+
}
|
|
601
|
+
|
|
581
602
|
/* ─── Pulse Animation ─── */
|
|
582
603
|
|
|
583
604
|
@keyframes hx-badge-pulse {
|
|
584
605
|
0%,
|
|
585
606
|
100% {
|
|
586
607
|
opacity: 1;
|
|
587
|
-
box-shadow: 0 0 0
|
|
608
|
+
box-shadow: 0 0 0 2px var(--hx-badge-pulse-color, currentColor);
|
|
588
609
|
}
|
|
589
610
|
50% {
|
|
590
611
|
opacity: var(--hx-opacity-75, 0.75);
|
|
591
|
-
box-shadow: 0 0 0
|
|
612
|
+
box-shadow: 0 0 0 6px transparent;
|
|
592
613
|
}
|
|
593
614
|
}
|
|
594
615
|
|
|
@@ -1132,6 +1153,40 @@
|
|
|
1132
1153
|
.button__label {
|
|
1133
1154
|
flex: 1 1 auto;
|
|
1134
1155
|
}
|
|
1156
|
+
|
|
1157
|
+
/* ─── High Contrast Mode (forced-colors) ─── */
|
|
1158
|
+
|
|
1159
|
+
@media (forced-colors: active) {
|
|
1160
|
+
.button {
|
|
1161
|
+
/* Ensure button outline is visible in Windows High Contrast mode.
|
|
1162
|
+
ButtonText/ButtonFace are system colors recognized by the browser. */
|
|
1163
|
+
forced-color-adjust: none;
|
|
1164
|
+
background-color: ButtonFace;
|
|
1165
|
+
color: ButtonText;
|
|
1166
|
+
border: 2px solid ButtonText;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
.button:focus-visible {
|
|
1170
|
+
outline: 3px solid Highlight;
|
|
1171
|
+
outline-offset: 2px;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
.button[disabled] {
|
|
1175
|
+
background-color: ButtonFace;
|
|
1176
|
+
color: GrayText;
|
|
1177
|
+
border-color: GrayText;
|
|
1178
|
+
opacity: 1;
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
:host([disabled]) {
|
|
1182
|
+
opacity: 1;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
.button--loading .button__spinner {
|
|
1186
|
+
/* Ensure spinner is visible in HCM */
|
|
1187
|
+
forced-color-adjust: auto;
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1135
1190
|
/* ── hx-button-group ── */
|
|
1136
1191
|
:host {
|
|
1137
1192
|
display: inline-flex;
|
|
@@ -2077,7 +2132,8 @@
|
|
|
2077
2132
|
}
|
|
2078
2133
|
|
|
2079
2134
|
.clinical-status__dismiss-button:focus-visible {
|
|
2080
|
-
outline: var(--hx-focus-ring-width, 2px) solid
|
|
2135
|
+
outline: var(--hx-focus-ring-width, 2px) solid
|
|
2136
|
+
var(--hx-focus-ring-color, var(--hx-color-focus, #2563eb));
|
|
2081
2137
|
outline-offset: var(--hx-focus-ring-offset, 2px);
|
|
2082
2138
|
opacity: 1;
|
|
2083
2139
|
}
|
|
@@ -2122,7 +2178,8 @@
|
|
|
2122
2178
|
}
|
|
2123
2179
|
|
|
2124
2180
|
.clinical-status__acknowledge-button:focus-visible {
|
|
2125
|
-
outline: var(--hx-focus-ring-width, 2px) solid
|
|
2181
|
+
outline: var(--hx-focus-ring-width, 2px) solid
|
|
2182
|
+
var(--hx-focus-ring-color, var(--hx-color-focus, #2563eb));
|
|
2126
2183
|
outline-offset: var(--hx-focus-ring-offset, 2px);
|
|
2127
2184
|
}
|
|
2128
2185
|
|
|
@@ -6215,6 +6272,13 @@ export const helixGridItemStyles = css`
|
|
|
6215
6272
|
:host {
|
|
6216
6273
|
display: block;
|
|
6217
6274
|
height: 100%;
|
|
6275
|
+
/* Mirror the nav background and text on the host so slotted light-DOM
|
|
6276
|
+
content (header, footer slots) inherits the correct dark surface color.
|
|
6277
|
+
Without this, axe-core cannot resolve the background for slotted nodes
|
|
6278
|
+
and evaluates their text against the page white background, producing
|
|
6279
|
+
false-positive color-contrast violations (WCAG 2.1 AA). */
|
|
6280
|
+
background-color: var(--hx-side-nav-bg, var(--hx-color-neutral-900, #0f172a));
|
|
6281
|
+
color: var(--hx-side-nav-color, var(--hx-color-neutral-100, #f1f5f9));
|
|
6218
6282
|
}
|
|
6219
6283
|
|
|
6220
6284
|
* {
|
|
@@ -6228,12 +6292,12 @@ export const helixGridItemStyles = css`
|
|
|
6228
6292
|
flex-direction: column;
|
|
6229
6293
|
height: 100%;
|
|
6230
6294
|
width: var(--hx-side-nav-width, 16rem);
|
|
6231
|
-
background-color: var(--hx-side-nav-bg, var(--hx-color-neutral-900, #
|
|
6232
|
-
color: var(--hx-side-nav-color, var(--hx-color-neutral-100, #
|
|
6295
|
+
background-color: var(--hx-side-nav-bg, var(--hx-color-neutral-900, #0f172a));
|
|
6296
|
+
color: var(--hx-side-nav-color, var(--hx-color-neutral-100, #f1f5f9));
|
|
6233
6297
|
transition: width var(--hx-transition-normal, 300ms) ease;
|
|
6234
6298
|
overflow: hidden;
|
|
6235
6299
|
border-inline-end: var(--hx-border-width-thin, 1px) solid
|
|
6236
|
-
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #
|
|
6300
|
+
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #334155));
|
|
6237
6301
|
}
|
|
6238
6302
|
|
|
6239
6303
|
/* ─── Collapsed State ─── */
|
|
@@ -6251,7 +6315,7 @@ export const helixGridItemStyles = css`
|
|
|
6251
6315
|
flex-shrink: 0;
|
|
6252
6316
|
min-height: var(--hx-space-14, 3.5rem);
|
|
6253
6317
|
border-bottom: var(--hx-border-width-thin, 1px) solid
|
|
6254
|
-
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #
|
|
6318
|
+
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #334155));
|
|
6255
6319
|
overflow: hidden;
|
|
6256
6320
|
}
|
|
6257
6321
|
|
|
@@ -6278,7 +6342,7 @@ export const helixGridItemStyles = css`
|
|
|
6278
6342
|
flex-shrink: 0;
|
|
6279
6343
|
min-height: var(--hx-space-14, 3.5rem);
|
|
6280
6344
|
border-top: var(--hx-border-width-thin, 1px) solid
|
|
6281
|
-
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #
|
|
6345
|
+
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #334155));
|
|
6282
6346
|
overflow: hidden;
|
|
6283
6347
|
}
|
|
6284
6348
|
|
|
@@ -6301,7 +6365,7 @@ export const helixGridItemStyles = css`
|
|
|
6301
6365
|
border: none;
|
|
6302
6366
|
border-radius: var(--hx-border-radius-sm, 0.25rem);
|
|
6303
6367
|
background: transparent;
|
|
6304
|
-
color: var(--hx-side-nav-toggle-color, var(--hx-color-neutral-400, #
|
|
6368
|
+
color: var(--hx-side-nav-toggle-color, var(--hx-color-neutral-400, #94a3b8));
|
|
6305
6369
|
cursor: pointer;
|
|
6306
6370
|
transition:
|
|
6307
6371
|
background-color var(--hx-transition-fast, 150ms) ease,
|
|
@@ -6313,7 +6377,7 @@ export const helixGridItemStyles = css`
|
|
|
6313
6377
|
--hx-overlay-white-10,
|
|
6314
6378
|
rgba(255, 255, 255, 0.1)
|
|
6315
6379
|
); /* fallback for browsers without color-mix() */
|
|
6316
|
-
color: var(--hx-color-neutral-100, #
|
|
6380
|
+
color: var(--hx-color-neutral-100, #f1f5f9);
|
|
6317
6381
|
}
|
|
6318
6382
|
|
|
6319
6383
|
@supports (color: color-mix(in srgb, red 50%, blue)) {
|
package/dist/css/helix-core.css
CHANGED
|
@@ -110,11 +110,28 @@
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
/* P1-B: Windows High Contrast Mode — avatar background is stripped by the system,
|
|
113
|
-
leaving no visual boundary.
|
|
113
|
+
leaving no visual boundary. Restore a visible border, explicit foreground, and
|
|
114
|
+
background so the avatar container, initials, and fallback icon all remain
|
|
115
|
+
perceivable at any contrast level.
|
|
114
116
|
WCAG 1.4.11 Non-text Contrast (Level AA). */
|
|
115
117
|
@media (forced-colors: active) {
|
|
116
118
|
.avatar {
|
|
119
|
+
forced-color-adjust: none;
|
|
117
120
|
border: 2px solid ButtonText;
|
|
121
|
+
background-color: Canvas;
|
|
122
|
+
color: CanvasText;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.avatar__initials {
|
|
126
|
+
color: CanvasText;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.avatar__fallback-icon {
|
|
130
|
+
color: CanvasText;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.avatar__image {
|
|
134
|
+
forced-color-adjust: auto;
|
|
118
135
|
}
|
|
119
136
|
}
|
|
120
137
|
/* ── hx-badge ── */
|
|
@@ -238,17 +255,21 @@
|
|
|
238
255
|
display: none;
|
|
239
256
|
}
|
|
240
257
|
|
|
258
|
+
.badge--dot slot[name='prefix'] {
|
|
259
|
+
display: none;
|
|
260
|
+
}
|
|
261
|
+
|
|
241
262
|
/* ─── Pulse Animation ─── */
|
|
242
263
|
|
|
243
264
|
@keyframes hx-badge-pulse {
|
|
244
265
|
0%,
|
|
245
266
|
100% {
|
|
246
267
|
opacity: 1;
|
|
247
|
-
box-shadow: 0 0 0
|
|
268
|
+
box-shadow: 0 0 0 2px var(--hx-badge-pulse-color, currentColor);
|
|
248
269
|
}
|
|
249
270
|
50% {
|
|
250
271
|
opacity: var(--hx-opacity-75, 0.75);
|
|
251
|
-
box-shadow: 0 0 0
|
|
272
|
+
box-shadow: 0 0 0 6px transparent;
|
|
252
273
|
}
|
|
253
274
|
}
|
|
254
275
|
|
|
@@ -553,6 +574,40 @@
|
|
|
553
574
|
.button__label {
|
|
554
575
|
flex: 1 1 auto;
|
|
555
576
|
}
|
|
577
|
+
|
|
578
|
+
/* ─── High Contrast Mode (forced-colors) ─── */
|
|
579
|
+
|
|
580
|
+
@media (forced-colors: active) {
|
|
581
|
+
.button {
|
|
582
|
+
/* Ensure button outline is visible in Windows High Contrast mode.
|
|
583
|
+
ButtonText/ButtonFace are system colors recognized by the browser. */
|
|
584
|
+
forced-color-adjust: none;
|
|
585
|
+
background-color: ButtonFace;
|
|
586
|
+
color: ButtonText;
|
|
587
|
+
border: 2px solid ButtonText;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
.button:focus-visible {
|
|
591
|
+
outline: 3px solid Highlight;
|
|
592
|
+
outline-offset: 2px;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.button[disabled] {
|
|
596
|
+
background-color: ButtonFace;
|
|
597
|
+
color: GrayText;
|
|
598
|
+
border-color: GrayText;
|
|
599
|
+
opacity: 1;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
:host([disabled]) {
|
|
603
|
+
opacity: 1;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.button--loading .button__spinner {
|
|
607
|
+
/* Ensure spinner is visible in HCM */
|
|
608
|
+
forced-color-adjust: auto;
|
|
609
|
+
}
|
|
610
|
+
}
|
|
556
611
|
/* ── hx-button-group ── */
|
|
557
612
|
:host {
|
|
558
613
|
display: inline-flex;
|
|
@@ -629,6 +629,13 @@
|
|
|
629
629
|
:host {
|
|
630
630
|
display: block;
|
|
631
631
|
height: 100%;
|
|
632
|
+
/* Mirror the nav background and text on the host so slotted light-DOM
|
|
633
|
+
content (header, footer slots) inherits the correct dark surface color.
|
|
634
|
+
Without this, axe-core cannot resolve the background for slotted nodes
|
|
635
|
+
and evaluates their text against the page white background, producing
|
|
636
|
+
false-positive color-contrast violations (WCAG 2.1 AA). */
|
|
637
|
+
background-color: var(--hx-side-nav-bg, var(--hx-color-neutral-900, #0f172a));
|
|
638
|
+
color: var(--hx-side-nav-color, var(--hx-color-neutral-100, #f1f5f9));
|
|
632
639
|
}
|
|
633
640
|
|
|
634
641
|
* {
|
|
@@ -642,12 +649,12 @@
|
|
|
642
649
|
flex-direction: column;
|
|
643
650
|
height: 100%;
|
|
644
651
|
width: var(--hx-side-nav-width, 16rem);
|
|
645
|
-
background-color: var(--hx-side-nav-bg, var(--hx-color-neutral-900, #
|
|
646
|
-
color: var(--hx-side-nav-color, var(--hx-color-neutral-100, #
|
|
652
|
+
background-color: var(--hx-side-nav-bg, var(--hx-color-neutral-900, #0f172a));
|
|
653
|
+
color: var(--hx-side-nav-color, var(--hx-color-neutral-100, #f1f5f9));
|
|
647
654
|
transition: width var(--hx-transition-normal, 300ms) ease;
|
|
648
655
|
overflow: hidden;
|
|
649
656
|
border-inline-end: var(--hx-border-width-thin, 1px) solid
|
|
650
|
-
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #
|
|
657
|
+
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #334155));
|
|
651
658
|
}
|
|
652
659
|
|
|
653
660
|
/* ─── Collapsed State ─── */
|
|
@@ -665,7 +672,7 @@
|
|
|
665
672
|
flex-shrink: 0;
|
|
666
673
|
min-height: var(--hx-space-14, 3.5rem);
|
|
667
674
|
border-bottom: var(--hx-border-width-thin, 1px) solid
|
|
668
|
-
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #
|
|
675
|
+
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #334155));
|
|
669
676
|
overflow: hidden;
|
|
670
677
|
}
|
|
671
678
|
|
|
@@ -692,7 +699,7 @@
|
|
|
692
699
|
flex-shrink: 0;
|
|
693
700
|
min-height: var(--hx-space-14, 3.5rem);
|
|
694
701
|
border-top: var(--hx-border-width-thin, 1px) solid
|
|
695
|
-
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #
|
|
702
|
+
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #334155));
|
|
696
703
|
overflow: hidden;
|
|
697
704
|
}
|
|
698
705
|
|
|
@@ -715,7 +722,7 @@
|
|
|
715
722
|
border: none;
|
|
716
723
|
border-radius: var(--hx-border-radius-sm, 0.25rem);
|
|
717
724
|
background: transparent;
|
|
718
|
-
color: var(--hx-side-nav-toggle-color, var(--hx-color-neutral-400, #
|
|
725
|
+
color: var(--hx-side-nav-toggle-color, var(--hx-color-neutral-400, #94a3b8));
|
|
719
726
|
cursor: pointer;
|
|
720
727
|
transition:
|
|
721
728
|
background-color var(--hx-transition-fast, 150ms) ease,
|
|
@@ -727,7 +734,7 @@
|
|
|
727
734
|
--hx-overlay-white-10,
|
|
728
735
|
rgba(255, 255, 255, 0.1)
|
|
729
736
|
); /* fallback for browsers without color-mix() */
|
|
730
|
-
color: var(--hx-color-neutral-100, #
|
|
737
|
+
color: var(--hx-color-neutral-100, #f1f5f9);
|
|
731
738
|
}
|
|
732
739
|
|
|
733
740
|
@supports (color: color-mix(in srgb, red 50%, blue)) {
|
package/dist/css/hx-avatar.css
CHANGED
|
@@ -108,10 +108,27 @@
|
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
/* P1-B: Windows High Contrast Mode — avatar background is stripped by the system,
|
|
111
|
-
leaving no visual boundary.
|
|
111
|
+
leaving no visual boundary. Restore a visible border, explicit foreground, and
|
|
112
|
+
background so the avatar container, initials, and fallback icon all remain
|
|
113
|
+
perceivable at any contrast level.
|
|
112
114
|
WCAG 1.4.11 Non-text Contrast (Level AA). */
|
|
113
115
|
@media (forced-colors: active) {
|
|
114
116
|
.avatar {
|
|
117
|
+
forced-color-adjust: none;
|
|
115
118
|
border: 2px solid ButtonText;
|
|
119
|
+
background-color: Canvas;
|
|
120
|
+
color: CanvasText;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.avatar__initials {
|
|
124
|
+
color: CanvasText;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.avatar__fallback-icon {
|
|
128
|
+
color: CanvasText;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.avatar__image {
|
|
132
|
+
forced-color-adjust: auto;
|
|
116
133
|
}
|
|
117
134
|
}
|
package/dist/css/hx-badge.css
CHANGED
|
@@ -119,17 +119,21 @@
|
|
|
119
119
|
display: none;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
+
.badge--dot slot[name='prefix'] {
|
|
123
|
+
display: none;
|
|
124
|
+
}
|
|
125
|
+
|
|
122
126
|
/* ─── Pulse Animation ─── */
|
|
123
127
|
|
|
124
128
|
@keyframes hx-badge-pulse {
|
|
125
129
|
0%,
|
|
126
130
|
100% {
|
|
127
131
|
opacity: 1;
|
|
128
|
-
box-shadow: 0 0 0
|
|
132
|
+
box-shadow: 0 0 0 2px var(--hx-badge-pulse-color, currentColor);
|
|
129
133
|
}
|
|
130
134
|
50% {
|
|
131
135
|
opacity: var(--hx-opacity-75, 0.75);
|
|
132
|
-
box-shadow: 0 0 0
|
|
136
|
+
box-shadow: 0 0 0 6px transparent;
|
|
133
137
|
}
|
|
134
138
|
}
|
|
135
139
|
|
package/dist/css/hx-button.css
CHANGED
|
@@ -260,3 +260,37 @@
|
|
|
260
260
|
.button__label {
|
|
261
261
|
flex: 1 1 auto;
|
|
262
262
|
}
|
|
263
|
+
|
|
264
|
+
/* ─── High Contrast Mode (forced-colors) ─── */
|
|
265
|
+
|
|
266
|
+
@media (forced-colors: active) {
|
|
267
|
+
.button {
|
|
268
|
+
/* Ensure button outline is visible in Windows High Contrast mode.
|
|
269
|
+
ButtonText/ButtonFace are system colors recognized by the browser. */
|
|
270
|
+
forced-color-adjust: none;
|
|
271
|
+
background-color: ButtonFace;
|
|
272
|
+
color: ButtonText;
|
|
273
|
+
border: 2px solid ButtonText;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.button:focus-visible {
|
|
277
|
+
outline: 3px solid Highlight;
|
|
278
|
+
outline-offset: 2px;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.button[disabled] {
|
|
282
|
+
background-color: ButtonFace;
|
|
283
|
+
color: GrayText;
|
|
284
|
+
border-color: GrayText;
|
|
285
|
+
opacity: 1;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
:host([disabled]) {
|
|
289
|
+
opacity: 1;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.button--loading .button__spinner {
|
|
293
|
+
/* Ensure spinner is visible in HCM */
|
|
294
|
+
forced-color-adjust: auto;
|
|
295
|
+
}
|
|
296
|
+
}
|
|
@@ -184,7 +184,8 @@
|
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
.clinical-status__dismiss-button:focus-visible {
|
|
187
|
-
outline: var(--hx-focus-ring-width, 2px) solid
|
|
187
|
+
outline: var(--hx-focus-ring-width, 2px) solid
|
|
188
|
+
var(--hx-focus-ring-color, var(--hx-color-focus, #2563eb));
|
|
188
189
|
outline-offset: var(--hx-focus-ring-offset, 2px);
|
|
189
190
|
opacity: 1;
|
|
190
191
|
}
|
|
@@ -229,7 +230,8 @@
|
|
|
229
230
|
}
|
|
230
231
|
|
|
231
232
|
.clinical-status__acknowledge-button:focus-visible {
|
|
232
|
-
outline: var(--hx-focus-ring-width, 2px) solid
|
|
233
|
+
outline: var(--hx-focus-ring-width, 2px) solid
|
|
234
|
+
var(--hx-focus-ring-color, var(--hx-color-focus, #2563eb));
|
|
233
235
|
outline-offset: var(--hx-focus-ring-offset, 2px);
|
|
234
236
|
}
|
|
235
237
|
|
package/dist/css/hx-side-nav.css
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
:host {
|
|
3
3
|
display: block;
|
|
4
4
|
height: 100%;
|
|
5
|
+
/* Mirror the nav background and text on the host so slotted light-DOM
|
|
6
|
+
content (header, footer slots) inherits the correct dark surface color.
|
|
7
|
+
Without this, axe-core cannot resolve the background for slotted nodes
|
|
8
|
+
and evaluates their text against the page white background, producing
|
|
9
|
+
false-positive color-contrast violations (WCAG 2.1 AA). */
|
|
10
|
+
background-color: var(--hx-side-nav-bg, var(--hx-color-neutral-900, #0f172a));
|
|
11
|
+
color: var(--hx-side-nav-color, var(--hx-color-neutral-100, #f1f5f9));
|
|
5
12
|
}
|
|
6
13
|
|
|
7
14
|
* {
|
|
@@ -15,12 +22,12 @@
|
|
|
15
22
|
flex-direction: column;
|
|
16
23
|
height: 100%;
|
|
17
24
|
width: var(--hx-side-nav-width, 16rem);
|
|
18
|
-
background-color: var(--hx-side-nav-bg, var(--hx-color-neutral-900, #
|
|
19
|
-
color: var(--hx-side-nav-color, var(--hx-color-neutral-100, #
|
|
25
|
+
background-color: var(--hx-side-nav-bg, var(--hx-color-neutral-900, #0f172a));
|
|
26
|
+
color: var(--hx-side-nav-color, var(--hx-color-neutral-100, #f1f5f9));
|
|
20
27
|
transition: width var(--hx-transition-normal, 300ms) ease;
|
|
21
28
|
overflow: hidden;
|
|
22
29
|
border-inline-end: var(--hx-border-width-thin, 1px) solid
|
|
23
|
-
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #
|
|
30
|
+
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #334155));
|
|
24
31
|
}
|
|
25
32
|
|
|
26
33
|
/* ─── Collapsed State ─── */
|
|
@@ -38,7 +45,7 @@
|
|
|
38
45
|
flex-shrink: 0;
|
|
39
46
|
min-height: var(--hx-space-14, 3.5rem);
|
|
40
47
|
border-bottom: var(--hx-border-width-thin, 1px) solid
|
|
41
|
-
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #
|
|
48
|
+
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #334155));
|
|
42
49
|
overflow: hidden;
|
|
43
50
|
}
|
|
44
51
|
|
|
@@ -65,7 +72,7 @@
|
|
|
65
72
|
flex-shrink: 0;
|
|
66
73
|
min-height: var(--hx-space-14, 3.5rem);
|
|
67
74
|
border-top: var(--hx-border-width-thin, 1px) solid
|
|
68
|
-
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #
|
|
75
|
+
var(--hx-side-nav-border-color, var(--hx-color-neutral-700, #334155));
|
|
69
76
|
overflow: hidden;
|
|
70
77
|
}
|
|
71
78
|
|
|
@@ -88,7 +95,7 @@
|
|
|
88
95
|
border: none;
|
|
89
96
|
border-radius: var(--hx-border-radius-sm, 0.25rem);
|
|
90
97
|
background: transparent;
|
|
91
|
-
color: var(--hx-side-nav-toggle-color, var(--hx-color-neutral-400, #
|
|
98
|
+
color: var(--hx-side-nav-toggle-color, var(--hx-color-neutral-400, #94a3b8));
|
|
92
99
|
cursor: pointer;
|
|
93
100
|
transition:
|
|
94
101
|
background-color var(--hx-transition-fast, 150ms) ease,
|
|
@@ -100,7 +107,7 @@
|
|
|
100
107
|
--hx-overlay-white-10,
|
|
101
108
|
rgba(255, 255, 255, 0.1)
|
|
102
109
|
); /* fallback for browsers without color-mix() */
|
|
103
|
-
color: var(--hx-color-neutral-100, #
|
|
110
|
+
color: var(--hx-color-neutral-100, #f1f5f9);
|
|
104
111
|
}
|
|
105
112
|
|
|
106
113
|
@supports (color: color-mix(in srgb, red 50%, blue)) {
|
package/dist/css/index.css
CHANGED
package/dist/css/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated": "2026-03-
|
|
2
|
+
"generated": "2026-03-26T21:06:42.758Z",
|
|
3
3
|
"components": [
|
|
4
4
|
{
|
|
5
5
|
"name": "hx-accordion",
|
|
@@ -462,6 +462,7 @@
|
|
|
462
462
|
"--hx-color-error-700",
|
|
463
463
|
"--hx-color-error-800",
|
|
464
464
|
"--hx-color-error-900",
|
|
465
|
+
"--hx-color-focus",
|
|
465
466
|
"--hx-color-info-200",
|
|
466
467
|
"--hx-color-info-50",
|
|
467
468
|
"--hx-color-info-500",
|
package/dist/index.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ export { HelixCarouselItem } from './components/hx-carousel/index.js';
|
|
|
34
34
|
export { HelixCheckbox } from './components/hx-checkbox/index.js';
|
|
35
35
|
export { HelixCheckboxGroup } from './components/hx-checkbox-group/index.js';
|
|
36
36
|
export { HelixClinicalStatus } from './components/hx-clinical-status/index.js';
|
|
37
|
-
export type { ClinicalSeverity } from './components/hx-clinical-status/index.js';
|
|
37
|
+
export type { ClinicalSeverity, HxClinicalStatus } from './components/hx-clinical-status/index.js';
|
|
38
38
|
export { HelixCodeSnippet } from './components/hx-code-snippet/index.js';
|
|
39
39
|
export { HelixColorPicker } from './components/hx-color-picker/index.js';
|
|
40
40
|
export { HelixCombobox, type ComboboxOption, type HxComboboxSize } from './components/hx-combobox/index.js';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAGnD,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,YAAY,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAG7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAC/E,YAAY,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AAGxG,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAC5D,YAAY,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAC5D,YAAY,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAC9D,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACrF,OAAO,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AACtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAClE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAC7E,OAAO,EAAE,mBAAmB,EAAE,MAAM,0CAA0C,CAAC;AAC/E,YAAY,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { H as d, a as h } from "./shared/hx-accordion-_KeulaQR.js";
|
|
2
|
-
import { H as b } from "./shared/hx-action-bar-
|
|
2
|
+
import { H as b } from "./shared/hx-action-bar-vGFnNwNY.js";
|
|
3
3
|
import { H as S } from "./shared/hx-alert-DRZYP0Oo.js";
|
|
4
|
-
import { H as g } from "./shared/hx-avatar-
|
|
5
|
-
import { H as v } from "./shared/hx-badge-
|
|
4
|
+
import { H as g } from "./shared/hx-avatar-CZfA9KEl.js";
|
|
5
|
+
import { H as v } from "./shared/hx-badge-Xg7zoh4Q.js";
|
|
6
6
|
import { H as y } from "./shared/hx-banner-2RS7Nux4.js";
|
|
7
7
|
import { H as E, a as B } from "./shared/hx-breadcrumb-item-B2rjepqy.js";
|
|
8
|
-
import { H as w } from "./shared/hx-button-
|
|
8
|
+
import { H as w } from "./shared/hx-button-CC1YH9RZ.js";
|
|
9
9
|
import { H as A } from "./shared/hx-button-group-ChTQsnQj.js";
|
|
10
10
|
import { H as L } from "./shared/hx-card-dIKdcMhr.js";
|
|
11
11
|
import { H as N, a as R } from "./shared/hx-carousel-item-Cm8a1nAi.js";
|
|
12
12
|
import { H as U } from "./shared/hx-checkbox-_WUiuTo9.js";
|
|
13
13
|
import { H as V } from "./shared/hx-checkbox-group-B-ci-dxp.js";
|
|
14
|
-
import { H as W } from "./shared/hx-clinical-status-
|
|
14
|
+
import { H as W } from "./shared/hx-clinical-status-D6eaplvs.js";
|
|
15
15
|
import { H as Y } from "./shared/hx-code-snippet-CQsyvthi.js";
|
|
16
16
|
import { H as q } from "./shared/hx-color-picker-Dk2Myvaf.js";
|
|
17
17
|
import { H as J } from "./shared/hx-combobox-CNAJXIxo.js";
|
|
@@ -52,7 +52,7 @@ import { H as co } from "./shared/hx-prose-Ml_L2zje.js";
|
|
|
52
52
|
import { H as uo, a as bo } from "./shared/hx-radio-jgeW92SV.js";
|
|
53
53
|
import { H as So } from "./shared/hx-rating-g_iy-DW_.js";
|
|
54
54
|
import { H as go } from "./shared/hx-select-4-nHL0vd.js";
|
|
55
|
-
import { H as vo, a as _o } from "./shared/hx-nav-item-
|
|
55
|
+
import { H as vo, a as _o } from "./shared/hx-nav-item-CuGiJPAf.js";
|
|
56
56
|
import { H as Do } from "./shared/hx-skeleton-BHvALyd7.js";
|
|
57
57
|
import { H as Bo } from "./shared/hx-slider-7Q-e0_pc.js";
|
|
58
58
|
import { H as wo } from "./shared/hx-spinner-DEgrKsUo.js";
|