@helixui/library 2.1.2-next.50 → 2.1.2-next.52
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 +235 -236
- package/dist/components/hx-counter/hx-counter.d.ts +20 -0
- package/dist/components/hx-counter/hx-counter.d.ts.map +1 -1
- package/dist/components/hx-counter/index.js +1 -1
- package/dist/components/hx-file-upload/hx-file-upload.d.ts +3 -1
- package/dist/components/hx-file-upload/hx-file-upload.d.ts.map +1 -1
- package/dist/components/hx-file-upload/hx-file-upload.styles.d.ts.map +1 -1
- package/dist/components/hx-file-upload/index.js +1 -1
- package/dist/components/hx-form/hx-form.d.ts.map +1 -1
- package/dist/components/hx-form/index.js +1 -1
- package/dist/components/hx-list/hx-list-item.styles.d.ts.map +1 -1
- package/dist/components/hx-list/index.js +1 -1
- package/dist/components/hx-meter/hx-meter.styles.d.ts.map +1 -1
- package/dist/components/hx-meter/index.js +1 -1
- package/dist/components/hx-phi-field/hx-phi-field.d.ts +2 -1
- package/dist/components/hx-phi-field/hx-phi-field.d.ts.map +1 -1
- package/dist/components/hx-phi-field/hx-phi-field.styles.d.ts.map +1 -1
- package/dist/components/hx-phi-field/index.js +1 -1
- package/dist/components/hx-popover/index.js +1 -1
- package/dist/components/hx-popup/hx-popup.d.ts.map +1 -1
- package/dist/components/hx-popup/index.js +1 -1
- package/dist/components/hx-stat/hx-stat.d.ts +3 -0
- package/dist/components/hx-stat/hx-stat.d.ts.map +1 -1
- package/dist/components/hx-stat/hx-stat.styles.d.ts.map +1 -1
- package/dist/components/hx-stat/index.js +1 -1
- package/dist/css/helix-all.css +117 -7
- package/dist/css/helix-feedback.css +54 -6
- package/dist/css/helix-forms.css +48 -0
- package/dist/css/hx-file-upload.css +48 -0
- package/dist/css/hx-meter.css +7 -6
- package/dist/css/hx-phi-field.css +15 -1
- package/dist/css/hx-stat.css +47 -0
- package/dist/css/index.css +1 -1
- package/dist/css/manifest.json +6 -1
- package/dist/index.js +9 -9
- package/dist/shared/hx-card-BgXZXDuc.js.map +1 -1
- package/dist/shared/{hx-counter-CP42cSVK.js → hx-counter-B5NgKlw4.js} +77 -42
- package/dist/shared/hx-counter-B5NgKlw4.js.map +1 -0
- package/dist/shared/{hx-file-upload-Dwtu3WcB.js → hx-file-upload-Di_vpQaG.js} +156 -93
- package/dist/shared/hx-file-upload-Di_vpQaG.js.map +1 -0
- package/dist/shared/{hx-form-fJE-FJQV.js → hx-form-BM6PHsw3.js} +2 -8
- package/dist/shared/{hx-form-fJE-FJQV.js.map → hx-form-BM6PHsw3.js.map} +1 -1
- package/dist/shared/{hx-list-CoTDMp19.js → hx-list-Dnei26t4.js} +83 -51
- package/dist/shared/hx-list-Dnei26t4.js.map +1 -0
- package/dist/shared/{hx-meter-BvSJoqDp.js → hx-meter-BcVC9yrt.js} +13 -12
- package/dist/shared/hx-meter-BcVC9yrt.js.map +1 -0
- package/dist/shared/{hx-phi-field-BiJH3V-k.js → hx-phi-field-DD1qcBSO.js} +22 -5
- package/dist/shared/hx-phi-field-DD1qcBSO.js.map +1 -0
- package/dist/shared/{hx-popover-D63RXn5H.js → hx-popover-CydNuVkT.js} +15 -15
- package/dist/shared/{hx-popover-D63RXn5H.js.map → hx-popover-CydNuVkT.js.map} +1 -1
- package/dist/shared/{hx-popup-BQWMhvMO.js → hx-popup-DbzezTOd.js} +18 -18
- package/dist/shared/hx-popup-DbzezTOd.js.map +1 -0
- package/dist/shared/{hx-stat-DKD2E7An.js → hx-stat-DKlyBL_K.js} +97 -42
- package/dist/shared/hx-stat-DKlyBL_K.js.map +1 -0
- package/package.json +2 -2
- package/dist/shared/hx-counter-CP42cSVK.js.map +0 -1
- package/dist/shared/hx-file-upload-Dwtu3WcB.js.map +0 -1
- package/dist/shared/hx-list-CoTDMp19.js.map +0 -1
- package/dist/shared/hx-meter-BvSJoqDp.js.map +0 -1
- package/dist/shared/hx-phi-field-BiJH3V-k.js.map +0 -1
- package/dist/shared/hx-popup-BQWMhvMO.js.map +0 -1
- package/dist/shared/hx-stat-DKD2E7An.js.map +0 -1
|
@@ -25,7 +25,8 @@ export declare class HelixPhiField extends LitElement {
|
|
|
25
25
|
static styles: import('lit').CSSResult[];
|
|
26
26
|
/**
|
|
27
27
|
* The Protected Health Information value to display or mask.
|
|
28
|
-
*
|
|
28
|
+
* Must be set via the JavaScript property (`element.data = "..."`) — not as an HTML attribute.
|
|
29
|
+
* Setting PHI as an HTML attribute exposes it in the DOM and browser caches (HIPAA violation).
|
|
29
30
|
*/
|
|
30
31
|
data: string;
|
|
31
32
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-phi-field.d.ts","sourceRoot":"","sources":["../../../src/components/hx-phi-field/hx-phi-field.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAC5D,OAAO,4CAA4C,CAAC;
|
|
1
|
+
{"version":3,"file":"hx-phi-field.d.ts","sourceRoot":"","sources":["../../../src/components/hx-phi-field/hx-phi-field.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAC5D,OAAO,4CAA4C,CAAC;AAKpD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,qBACa,aAAc,SAAQ,UAAU;IAC3C,OAAgB,MAAM,4BAAyB;IAI/C;;;;OAIG;IAEH,IAAI,EAAE,MAAM,CAAM;IAElB;;;OAGG;IAEH,SAAS,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,WAAW,CAAS;IAEvD;;;OAGG;IAEH,OAAO,EAAE,MAAM,CAAM;IAErB;;;;OAIG;IAEH,gBAAgB,EAAE,MAAM,CAAS;IAEjC;;;;OAIG;IAEH,KAAK,EAAE,MAAM,CAAM;IAEnB;;;;OAIG;IAEH,QAAQ,EAAE,OAAO,CAAS;IAI1B,gBAAgB;IACP,OAAO,CAAC,OAAO,CAAQ;IAEhC,gBAAgB;IAChB,OAAO,CAAC,eAAe,CAA8C;IAI5D,iBAAiB,IAAI,IAAI;IAazB,oBAAoB,IAAI,IAAI;IAOrC,gBAAgB;IAChB,OAAO,CAAC,qBAAqB;IAO7B,gBAAgB;IAChB,OAAO,CAAC,uBAAuB;IAO/B,gBAAgB;IAChB,OAAO,CAAC,eAAe;IAsBvB,gBAAgB;IAChB,OAAO,CAAC,eAAe;IAuDvB,gBAAgB;IAChB,OAAO,CAAC,aAAa;IA4BrB,gBAAgB;IAChB,OAAO,CAAC,WAAW;IAMnB,gBAAgB;IAChB,OAAO,CAAC,YAAY;IAQpB,gBAAgB;IAChB,OAAO,CAAC,cAAc;IAkBtB,gBAAgB;IAChB,OAAO,CAAC,iBAAiB;IAqBhB,MAAM;CAyChB;AAED,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,iDAAiD;IACjD,MAAM,EAAE,QAAQ,GAAG,MAAM,GAAG,iBAAiB,CAAC;IAC9C,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,WAAW,CAAC;CAChD;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,aAAa,CAAC;KAC/B;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-phi-field.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-phi-field/hx-phi-field.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"hx-phi-field.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-phi-field/hx-phi-field.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBA+G/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-popup.d.ts","sourceRoot":"","sources":["../../../src/components/hx-popup/hx-popup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"hx-popup.d.ts","sourceRoot":"","sources":["../../../src/components/hx-popup/hx-popup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AACrE,OAAO,4CAA4C,CAAC;AAiCpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoGG;AACH,qBACa,UAAW,SAAQ,UAAU;IACxC,OAAgB,MAAM,4BAAsB;IAE5C,gBAAgB;IAChB,OAAO,CAAC,aAAa,CAAwB;IAC7C,gBAAgB;IAChB,OAAO,CAAC,kBAAkB,CAA6B;IAEvD;;;;;;;;;;;OAWG;IAEH,MAAM,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI,CAAQ;IAEvC;;;OAGG;IAEH,SAAS,EACL,KAAK,GACL,WAAW,GACX,SAAS,GACT,OAAO,GACP,aAAa,GACb,WAAW,GACX,QAAQ,GACR,cAAc,GACd,YAAY,GACZ,MAAM,GACN,YAAY,GACZ,UAAU,GACV,MAAM,CAAY;IAEtB;;;OAGG;IAEH,MAAM,UAAS;IAEf;;;OAGG;IAEH,QAAQ,SAAK;IAEb;;;OAGG;IAEH,QAAQ,SAAK;IAEb;;;OAGG;IAEH,KAAK,UAAS;IAEd;;;;OAIG;IAEH,cAAc,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,IAAI,CAAQ;IAEzD;;;OAGG;IAEH,YAAY,SAAM;IAElB;;;OAGG;IAEH,IAAI,UAAS;IAEb;;;;;;;;;;OAUG;IAiBH,sBAAsB,EAAE,CACpB,KAAK,GACL,WAAW,GACX,SAAS,GACT,OAAO,GACP,aAAa,GACb,WAAW,GACX,QAAQ,GACR,cAAc,GACd,YAAY,GACZ,MAAM,GACN,YAAY,GACZ,UAAU,GACV,MAAM,CACT,EAAE,CAAM;IAET;;;OAGG;IAEH,KAAK,UAAS;IAEd;;;;;OAKG;IAEH,QAAQ,UAAS;IAEjB;;;;;;;;OAQG;IAEH,QAAQ,EAAE,OAAO,GAAG,UAAU,CAAW;IAIhC,iBAAiB,IAAI,IAAI;IAOzB,oBAAoB,IAAI,IAAI;IAK5B,OAAO,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;IA0C/D,gBAAgB;IAChB,OAAO,CAAC,iBAAiB;IAUzB,gBAAgB;IAChB,OAAO,CAAC,uBAAuB;IAW/B,gBAAgB;IAChB,OAAO,CAAC,gBAAgB;IAWxB,gBAAgB;IAChB,OAAO,CAAC,eAAe;IAKvB,gBAAgB;YACF,WAAW;IAqEzB,gBAAgB;IAChB,OAAO,CAAC,cAAc;IAyCtB;;OAEG;IACG,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAMxB,MAAM;CAShB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,UAAU,CAAC;KACxB;CACF"}
|
|
@@ -63,7 +63,10 @@ export declare class HelixStat extends LitElement {
|
|
|
63
63
|
* @attr label-trend
|
|
64
64
|
*/
|
|
65
65
|
labelTrend: string;
|
|
66
|
+
/** @internal tracks whether the "unnamed" devWarn has already fired this lifecycle */
|
|
67
|
+
private _hasWarnedUnnamed;
|
|
66
68
|
connectedCallback(): void;
|
|
69
|
+
updated(changedProperties: Map<PropertyKey, unknown>): void;
|
|
67
70
|
/** @internal */
|
|
68
71
|
private _hasIcon;
|
|
69
72
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-stat.d.ts","sourceRoot":"","sources":["../../../src/components/hx-stat/hx-stat.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAChD,OAAO,4CAA4C,CAAC;AAMpD,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC1C,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS,CAAC;AAElD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,qBACa,SAAU,SAAQ,UAAU;IACvC,OAAgB,MAAM,4BAAqB;IAE3C;;;OAGG;IAEH,KAAK,SAAM;IAEX;;;OAGG;IAEH,KAAK,SAAM;IAEX;;;OAGG;IAEH,KAAK,EAAE,IAAI,GAAG,MAAM,GAAG,SAAS,CAAa;IAE7C;;;OAGG;IAEH,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAQ;IAEhC;;;OAGG;IACqC,UAAU,SAAW;
|
|
1
|
+
{"version":3,"file":"hx-stat.d.ts","sourceRoot":"","sources":["../../../src/components/hx-stat/hx-stat.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAChD,OAAO,4CAA4C,CAAC;AAMpD,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC1C,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS,CAAC;AAElD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,qBACa,SAAU,SAAQ,UAAU;IACvC,OAAgB,MAAM,4BAAqB;IAE3C;;;OAGG;IAEH,KAAK,SAAM;IAEX;;;OAGG;IAEH,KAAK,SAAM;IAEX;;;OAGG;IAEH,KAAK,EAAE,IAAI,GAAG,MAAM,GAAG,SAAS,CAAa;IAE7C;;;OAGG;IAEH,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAQ;IAEhC;;;OAGG;IACqC,UAAU,SAAW;IAE7D,sFAAsF;IACtF,OAAO,CAAC,iBAAiB,CAAS;IAIzB,iBAAiB,IAAI,IAAI;IAWzB,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,WAAW,EAAE,OAAO,CAAC,GAAG,IAAI;IAmBpE,gBAAgB;IACP,OAAO,CAAC,QAAQ,CAAS;IAElC,gBAAgB;IAChB,OAAO,CAAC,iBAAiB;IAOzB,gBAAgB;IAChB,OAAO,CAAC,iBAAiB;IAyChB,MAAM;CAsDhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,SAAS,EAAE,SAAS,CAAC;KACtB;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-stat.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-stat/hx-stat.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"hx-stat.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-stat/hx-stat.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,yBAyJ3B,CAAC"}
|
package/dist/css/helix-all.css
CHANGED
|
@@ -3757,6 +3757,8 @@
|
|
|
3757
3757
|
display: inline-flex;
|
|
3758
3758
|
align-items: center;
|
|
3759
3759
|
justify-content: center;
|
|
3760
|
+
min-width: 44px;
|
|
3761
|
+
min-height: 44px;
|
|
3760
3762
|
padding: var(--hx-space-1, 0.25rem);
|
|
3761
3763
|
border: none;
|
|
3762
3764
|
border-radius: var(--hx-border-radius-sm, 0.25rem);
|
|
@@ -3836,6 +3838,52 @@
|
|
|
3836
3838
|
color: var(--hx-file-upload-error-color, var(--hx-color-error-text, #b91c1c));
|
|
3837
3839
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
3838
3840
|
}
|
|
3841
|
+
|
|
3842
|
+
/* ─── Forced colors (Windows High Contrast / Forced Colors Mode) ─── */
|
|
3843
|
+
|
|
3844
|
+
@media (forced-colors: active) {
|
|
3845
|
+
.dropzone {
|
|
3846
|
+
border: 2px dashed ButtonText;
|
|
3847
|
+
background-color: Canvas;
|
|
3848
|
+
color: ButtonText;
|
|
3849
|
+
}
|
|
3850
|
+
|
|
3851
|
+
.dropzone--drag-over {
|
|
3852
|
+
border: 2px solid Highlight;
|
|
3853
|
+
outline: none;
|
|
3854
|
+
background-color: Canvas;
|
|
3855
|
+
}
|
|
3856
|
+
|
|
3857
|
+
.dropzone--error {
|
|
3858
|
+
border: 2px solid LinkText;
|
|
3859
|
+
}
|
|
3860
|
+
|
|
3861
|
+
.dropzone:focus-visible {
|
|
3862
|
+
outline: 2px solid Highlight;
|
|
3863
|
+
outline-offset: 2px;
|
|
3864
|
+
}
|
|
3865
|
+
|
|
3866
|
+
.progress-bar {
|
|
3867
|
+
background: Highlight;
|
|
3868
|
+
forced-color-adjust: none;
|
|
3869
|
+
}
|
|
3870
|
+
|
|
3871
|
+
.file-item__remove:hover {
|
|
3872
|
+
outline: 2px solid Highlight;
|
|
3873
|
+
background-color: transparent;
|
|
3874
|
+
color: ButtonText;
|
|
3875
|
+
}
|
|
3876
|
+
|
|
3877
|
+
.file-item__remove:focus-visible {
|
|
3878
|
+
outline: 2px solid Highlight;
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3881
|
+
:host([disabled]) .dropzone {
|
|
3882
|
+
border-color: GrayText;
|
|
3883
|
+
color: GrayText;
|
|
3884
|
+
opacity: 1;
|
|
3885
|
+
}
|
|
3886
|
+
}
|
|
3839
3887
|
/* ── hx-format-date ── */
|
|
3840
3888
|
:host {
|
|
3841
3889
|
display: inline;
|
|
@@ -4363,6 +4411,13 @@ export const helixGridItemStyles = css`
|
|
|
4363
4411
|
flex-direction: column;
|
|
4364
4412
|
gap: var(--hx-space-2, 0.5rem);
|
|
4365
4413
|
width: 100%;
|
|
4414
|
+
outline: none;
|
|
4415
|
+
border-radius: var(--hx-border-radius-md, 0.375rem);
|
|
4416
|
+
}
|
|
4417
|
+
|
|
4418
|
+
.meter:focus-visible {
|
|
4419
|
+
outline: var(--hx-focus-ring-width, 2px) solid var(--hx-focus-ring-color, #2563eb);
|
|
4420
|
+
outline-offset: var(--hx-focus-ring-offset, 2px);
|
|
4366
4421
|
}
|
|
4367
4422
|
|
|
4368
4423
|
.meter__label {
|
|
@@ -4446,12 +4501,6 @@ export const helixGridItemStyles = css`
|
|
|
4446
4501
|
color: var(--hx-meter-color-danger, var(--hx-color-error-700, #991b1b));
|
|
4447
4502
|
}
|
|
4448
4503
|
|
|
4449
|
-
@media (prefers-reduced-motion: reduce) {
|
|
4450
|
-
.meter__indicator {
|
|
4451
|
-
transition: none;
|
|
4452
|
-
}
|
|
4453
|
-
}
|
|
4454
|
-
|
|
4455
4504
|
/* ─── Native meter hidden (we use custom rendering) ─── */
|
|
4456
4505
|
|
|
4457
4506
|
.meter__native {
|
|
@@ -5438,7 +5487,7 @@ export const helixGridItemStyles = css`
|
|
|
5438
5487
|
user-select: none;
|
|
5439
5488
|
-webkit-user-select: none;
|
|
5440
5489
|
color: var(--hx-phi-field-masked-color, var(--hx-color-neutral-500, #6b7280));
|
|
5441
|
-
letter-spacing: 0.1em;
|
|
5490
|
+
letter-spacing: var(--hx-phi-field-letter-spacing, 0.1em);
|
|
5442
5491
|
}
|
|
5443
5492
|
|
|
5444
5493
|
.phi-field__value--revealed {
|
|
@@ -5515,6 +5564,20 @@ export const helixGridItemStyles = css`
|
|
|
5515
5564
|
transition: none;
|
|
5516
5565
|
}
|
|
5517
5566
|
}
|
|
5567
|
+
|
|
5568
|
+
/* ─── Forced Colors (Windows High Contrast Mode) ─── */
|
|
5569
|
+
|
|
5570
|
+
@media (forced-colors: active) {
|
|
5571
|
+
.phi-field__toggle {
|
|
5572
|
+
border: 1px solid ButtonText;
|
|
5573
|
+
forced-color-adjust: none;
|
|
5574
|
+
}
|
|
5575
|
+
|
|
5576
|
+
.phi-field__toggle:focus-visible {
|
|
5577
|
+
outline: 2px solid Highlight;
|
|
5578
|
+
outline-offset: 2px;
|
|
5579
|
+
}
|
|
5580
|
+
}
|
|
5518
5581
|
/* ── hx-popover ── */
|
|
5519
5582
|
:host {
|
|
5520
5583
|
/* P2-05: display:contents lets the trigger-wrapper control layout inline;
|
|
@@ -7669,6 +7732,53 @@ export const helixGridItemStyles = css`
|
|
|
7669
7732
|
[hidden] {
|
|
7670
7733
|
display: none !important;
|
|
7671
7734
|
}
|
|
7735
|
+
|
|
7736
|
+
/* ─── Visually-hidden live region ─── */
|
|
7737
|
+
|
|
7738
|
+
.stat__live-region {
|
|
7739
|
+
position: absolute;
|
|
7740
|
+
width: 1px;
|
|
7741
|
+
height: 1px;
|
|
7742
|
+
overflow: hidden;
|
|
7743
|
+
clip: rect(0, 0, 0, 0);
|
|
7744
|
+
white-space: nowrap;
|
|
7745
|
+
}
|
|
7746
|
+
|
|
7747
|
+
/* ─── Forced Colors (Windows High Contrast Mode) ─── */
|
|
7748
|
+
|
|
7749
|
+
@media (forced-colors: active) {
|
|
7750
|
+
.stat__trend {
|
|
7751
|
+
forced-color-adjust: none;
|
|
7752
|
+
}
|
|
7753
|
+
|
|
7754
|
+
.stat__value {
|
|
7755
|
+
color: CanvasText;
|
|
7756
|
+
}
|
|
7757
|
+
|
|
7758
|
+
.stat__label {
|
|
7759
|
+
color: CanvasText;
|
|
7760
|
+
}
|
|
7761
|
+
|
|
7762
|
+
.stat__icon {
|
|
7763
|
+
color: CanvasText;
|
|
7764
|
+
}
|
|
7765
|
+
|
|
7766
|
+
.stat__trend--up {
|
|
7767
|
+
background: Highlight;
|
|
7768
|
+
color: HighlightText;
|
|
7769
|
+
border: 1px solid Highlight;
|
|
7770
|
+
}
|
|
7771
|
+
|
|
7772
|
+
.stat__trend--down {
|
|
7773
|
+
background: ButtonText;
|
|
7774
|
+
color: ButtonFace;
|
|
7775
|
+
border: 1px solid ButtonText;
|
|
7776
|
+
}
|
|
7777
|
+
|
|
7778
|
+
.stat__trend-arrow {
|
|
7779
|
+
color: currentColor;
|
|
7780
|
+
}
|
|
7781
|
+
}
|
|
7672
7782
|
/* ── hx-status-indicator ── */
|
|
7673
7783
|
:host {
|
|
7674
7784
|
display: inline-flex;
|
|
@@ -427,6 +427,13 @@
|
|
|
427
427
|
flex-direction: column;
|
|
428
428
|
gap: var(--hx-space-2, 0.5rem);
|
|
429
429
|
width: 100%;
|
|
430
|
+
outline: none;
|
|
431
|
+
border-radius: var(--hx-border-radius-md, 0.375rem);
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.meter:focus-visible {
|
|
435
|
+
outline: var(--hx-focus-ring-width, 2px) solid var(--hx-focus-ring-color, #2563eb);
|
|
436
|
+
outline-offset: var(--hx-focus-ring-offset, 2px);
|
|
430
437
|
}
|
|
431
438
|
|
|
432
439
|
.meter__label {
|
|
@@ -510,12 +517,6 @@
|
|
|
510
517
|
color: var(--hx-meter-color-danger, var(--hx-color-error-700, #991b1b));
|
|
511
518
|
}
|
|
512
519
|
|
|
513
|
-
@media (prefers-reduced-motion: reduce) {
|
|
514
|
-
.meter__indicator {
|
|
515
|
-
transition: none;
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
|
|
519
520
|
/* ─── Native meter hidden (we use custom rendering) ─── */
|
|
520
521
|
|
|
521
522
|
.meter__native {
|
|
@@ -910,6 +911,53 @@
|
|
|
910
911
|
[hidden] {
|
|
911
912
|
display: none !important;
|
|
912
913
|
}
|
|
914
|
+
|
|
915
|
+
/* ─── Visually-hidden live region ─── */
|
|
916
|
+
|
|
917
|
+
.stat__live-region {
|
|
918
|
+
position: absolute;
|
|
919
|
+
width: 1px;
|
|
920
|
+
height: 1px;
|
|
921
|
+
overflow: hidden;
|
|
922
|
+
clip: rect(0, 0, 0, 0);
|
|
923
|
+
white-space: nowrap;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
/* ─── Forced Colors (Windows High Contrast Mode) ─── */
|
|
927
|
+
|
|
928
|
+
@media (forced-colors: active) {
|
|
929
|
+
.stat__trend {
|
|
930
|
+
forced-color-adjust: none;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
.stat__value {
|
|
934
|
+
color: CanvasText;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
.stat__label {
|
|
938
|
+
color: CanvasText;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
.stat__icon {
|
|
942
|
+
color: CanvasText;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
.stat__trend--up {
|
|
946
|
+
background: Highlight;
|
|
947
|
+
color: HighlightText;
|
|
948
|
+
border: 1px solid Highlight;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
.stat__trend--down {
|
|
952
|
+
background: ButtonText;
|
|
953
|
+
color: ButtonFace;
|
|
954
|
+
border: 1px solid ButtonText;
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
.stat__trend-arrow {
|
|
958
|
+
color: currentColor;
|
|
959
|
+
}
|
|
960
|
+
}
|
|
913
961
|
/* ── hx-status-indicator ── */
|
|
914
962
|
:host {
|
|
915
963
|
display: inline-flex;
|
package/dist/css/helix-forms.css
CHANGED
|
@@ -621,6 +621,8 @@
|
|
|
621
621
|
display: inline-flex;
|
|
622
622
|
align-items: center;
|
|
623
623
|
justify-content: center;
|
|
624
|
+
min-width: 44px;
|
|
625
|
+
min-height: 44px;
|
|
624
626
|
padding: var(--hx-space-1, 0.25rem);
|
|
625
627
|
border: none;
|
|
626
628
|
border-radius: var(--hx-border-radius-sm, 0.25rem);
|
|
@@ -700,6 +702,52 @@
|
|
|
700
702
|
color: var(--hx-file-upload-error-color, var(--hx-color-error-text, #b91c1c));
|
|
701
703
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
702
704
|
}
|
|
705
|
+
|
|
706
|
+
/* ─── Forced colors (Windows High Contrast / Forced Colors Mode) ─── */
|
|
707
|
+
|
|
708
|
+
@media (forced-colors: active) {
|
|
709
|
+
.dropzone {
|
|
710
|
+
border: 2px dashed ButtonText;
|
|
711
|
+
background-color: Canvas;
|
|
712
|
+
color: ButtonText;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
.dropzone--drag-over {
|
|
716
|
+
border: 2px solid Highlight;
|
|
717
|
+
outline: none;
|
|
718
|
+
background-color: Canvas;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
.dropzone--error {
|
|
722
|
+
border: 2px solid LinkText;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
.dropzone:focus-visible {
|
|
726
|
+
outline: 2px solid Highlight;
|
|
727
|
+
outline-offset: 2px;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
.progress-bar {
|
|
731
|
+
background: Highlight;
|
|
732
|
+
forced-color-adjust: none;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.file-item__remove:hover {
|
|
736
|
+
outline: 2px solid Highlight;
|
|
737
|
+
background-color: transparent;
|
|
738
|
+
color: ButtonText;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.file-item__remove:focus-visible {
|
|
742
|
+
outline: 2px solid Highlight;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
:host([disabled]) .dropzone {
|
|
746
|
+
border-color: GrayText;
|
|
747
|
+
color: GrayText;
|
|
748
|
+
opacity: 1;
|
|
749
|
+
}
|
|
750
|
+
}
|
|
703
751
|
/* ── hx-help-text ── */
|
|
704
752
|
:host {
|
|
705
753
|
display: block;
|
|
@@ -160,6 +160,8 @@
|
|
|
160
160
|
display: inline-flex;
|
|
161
161
|
align-items: center;
|
|
162
162
|
justify-content: center;
|
|
163
|
+
min-width: 44px;
|
|
164
|
+
min-height: 44px;
|
|
163
165
|
padding: var(--hx-space-1, 0.25rem);
|
|
164
166
|
border: none;
|
|
165
167
|
border-radius: var(--hx-border-radius-sm, 0.25rem);
|
|
@@ -239,3 +241,49 @@
|
|
|
239
241
|
color: var(--hx-file-upload-error-color, var(--hx-color-error-text, #b91c1c));
|
|
240
242
|
line-height: var(--hx-line-height-normal, 1.5);
|
|
241
243
|
}
|
|
244
|
+
|
|
245
|
+
/* ─── Forced colors (Windows High Contrast / Forced Colors Mode) ─── */
|
|
246
|
+
|
|
247
|
+
@media (forced-colors: active) {
|
|
248
|
+
.dropzone {
|
|
249
|
+
border: 2px dashed ButtonText;
|
|
250
|
+
background-color: Canvas;
|
|
251
|
+
color: ButtonText;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.dropzone--drag-over {
|
|
255
|
+
border: 2px solid Highlight;
|
|
256
|
+
outline: none;
|
|
257
|
+
background-color: Canvas;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.dropzone--error {
|
|
261
|
+
border: 2px solid LinkText;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.dropzone:focus-visible {
|
|
265
|
+
outline: 2px solid Highlight;
|
|
266
|
+
outline-offset: 2px;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.progress-bar {
|
|
270
|
+
background: Highlight;
|
|
271
|
+
forced-color-adjust: none;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.file-item__remove:hover {
|
|
275
|
+
outline: 2px solid Highlight;
|
|
276
|
+
background-color: transparent;
|
|
277
|
+
color: ButtonText;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.file-item__remove:focus-visible {
|
|
281
|
+
outline: 2px solid Highlight;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
:host([disabled]) .dropzone {
|
|
285
|
+
border-color: GrayText;
|
|
286
|
+
color: GrayText;
|
|
287
|
+
opacity: 1;
|
|
288
|
+
}
|
|
289
|
+
}
|
package/dist/css/hx-meter.css
CHANGED
|
@@ -9,6 +9,13 @@
|
|
|
9
9
|
flex-direction: column;
|
|
10
10
|
gap: var(--hx-space-2, 0.5rem);
|
|
11
11
|
width: 100%;
|
|
12
|
+
outline: none;
|
|
13
|
+
border-radius: var(--hx-border-radius-md, 0.375rem);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.meter:focus-visible {
|
|
17
|
+
outline: var(--hx-focus-ring-width, 2px) solid var(--hx-focus-ring-color, #2563eb);
|
|
18
|
+
outline-offset: var(--hx-focus-ring-offset, 2px);
|
|
12
19
|
}
|
|
13
20
|
|
|
14
21
|
.meter__label {
|
|
@@ -92,12 +99,6 @@
|
|
|
92
99
|
color: var(--hx-meter-color-danger, var(--hx-color-error-700, #991b1b));
|
|
93
100
|
}
|
|
94
101
|
|
|
95
|
-
@media (prefers-reduced-motion: reduce) {
|
|
96
|
-
.meter__indicator {
|
|
97
|
-
transition: none;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
102
|
/* ─── Native meter hidden (we use custom rendering) ─── */
|
|
102
103
|
|
|
103
104
|
.meter__native {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
user-select: none;
|
|
19
19
|
-webkit-user-select: none;
|
|
20
20
|
color: var(--hx-phi-field-masked-color, var(--hx-color-neutral-500, #6b7280));
|
|
21
|
-
letter-spacing: 0.1em;
|
|
21
|
+
letter-spacing: var(--hx-phi-field-letter-spacing, 0.1em);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.phi-field__value--revealed {
|
|
@@ -95,3 +95,17 @@
|
|
|
95
95
|
transition: none;
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
|
+
|
|
99
|
+
/* ─── Forced Colors (Windows High Contrast Mode) ─── */
|
|
100
|
+
|
|
101
|
+
@media (forced-colors: active) {
|
|
102
|
+
.phi-field__toggle {
|
|
103
|
+
border: 1px solid ButtonText;
|
|
104
|
+
forced-color-adjust: none;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.phi-field__toggle:focus-visible {
|
|
108
|
+
outline: 2px solid Highlight;
|
|
109
|
+
outline-offset: 2px;
|
|
110
|
+
}
|
|
111
|
+
}
|
package/dist/css/hx-stat.css
CHANGED
|
@@ -104,3 +104,50 @@
|
|
|
104
104
|
[hidden] {
|
|
105
105
|
display: none !important;
|
|
106
106
|
}
|
|
107
|
+
|
|
108
|
+
/* ─── Visually-hidden live region ─── */
|
|
109
|
+
|
|
110
|
+
.stat__live-region {
|
|
111
|
+
position: absolute;
|
|
112
|
+
width: 1px;
|
|
113
|
+
height: 1px;
|
|
114
|
+
overflow: hidden;
|
|
115
|
+
clip: rect(0, 0, 0, 0);
|
|
116
|
+
white-space: nowrap;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/* ─── Forced Colors (Windows High Contrast Mode) ─── */
|
|
120
|
+
|
|
121
|
+
@media (forced-colors: active) {
|
|
122
|
+
.stat__trend {
|
|
123
|
+
forced-color-adjust: none;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.stat__value {
|
|
127
|
+
color: CanvasText;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.stat__label {
|
|
131
|
+
color: CanvasText;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.stat__icon {
|
|
135
|
+
color: CanvasText;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.stat__trend--up {
|
|
139
|
+
background: Highlight;
|
|
140
|
+
color: HighlightText;
|
|
141
|
+
border: 1px solid Highlight;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.stat__trend--down {
|
|
145
|
+
background: ButtonText;
|
|
146
|
+
color: ButtonFace;
|
|
147
|
+
border: 1px solid ButtonText;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.stat__trend-arrow {
|
|
151
|
+
color: currentColor;
|
|
152
|
+
}
|
|
153
|
+
}
|
package/dist/css/index.css
CHANGED
package/dist/css/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated": "2026-04-
|
|
2
|
+
"generated": "2026-04-15T04:36:12.255Z",
|
|
3
3
|
"components": [
|
|
4
4
|
{
|
|
5
5
|
"name": "hx-accordion",
|
|
@@ -1213,6 +1213,7 @@
|
|
|
1213
1213
|
"file": "hx-meter.css",
|
|
1214
1214
|
"tokens": [
|
|
1215
1215
|
"--hx-border-radius-full",
|
|
1216
|
+
"--hx-border-radius-md",
|
|
1216
1217
|
"--hx-color-error-500",
|
|
1217
1218
|
"--hx-color-error-700",
|
|
1218
1219
|
"--hx-color-neutral-200",
|
|
@@ -1222,6 +1223,9 @@
|
|
|
1222
1223
|
"--hx-color-success-700",
|
|
1223
1224
|
"--hx-color-warning-500",
|
|
1224
1225
|
"--hx-color-warning-700",
|
|
1226
|
+
"--hx-focus-ring-color",
|
|
1227
|
+
"--hx-focus-ring-offset",
|
|
1228
|
+
"--hx-focus-ring-width",
|
|
1225
1229
|
"--hx-font-family-sans",
|
|
1226
1230
|
"--hx-font-size-sm",
|
|
1227
1231
|
"--hx-font-size-xs",
|
|
@@ -1462,6 +1466,7 @@
|
|
|
1462
1466
|
"--hx-opacity-90",
|
|
1463
1467
|
"--hx-phi-field-disabled-opacity",
|
|
1464
1468
|
"--hx-phi-field-font-family",
|
|
1469
|
+
"--hx-phi-field-letter-spacing",
|
|
1465
1470
|
"--hx-phi-field-masked-color",
|
|
1466
1471
|
"--hx-phi-field-toggle-color",
|
|
1467
1472
|
"--hx-phi-field-value-color",
|
package/dist/index.js
CHANGED
|
@@ -18,7 +18,7 @@ import { H as J } from "./shared/hx-color-picker-C6EIuS9t.js";
|
|
|
18
18
|
import { H as Q } from "./shared/hx-combobox-BJ4lQocO.js";
|
|
19
19
|
import { H as ee } from "./shared/hx-container-BwWbMPTH.js";
|
|
20
20
|
import { H as te } from "./shared/hx-copy-button-BoM0WsMd.js";
|
|
21
|
-
import { H as ae } from "./shared/hx-counter-
|
|
21
|
+
import { H as ae } from "./shared/hx-counter-B5NgKlw4.js";
|
|
22
22
|
import { H as se } from "./shared/hx-data-table-D5Ne-goy.js";
|
|
23
23
|
import { H as He } from "./shared/hx-date-picker-Cd3I3WkX.js";
|
|
24
24
|
import { H as pe } from "./shared/hx-dialog-D4ubstxx.js";
|
|
@@ -27,8 +27,8 @@ import { H as ce } from "./shared/hx-drawer--WDLuWtS.js";
|
|
|
27
27
|
import { H as he } from "./shared/hx-dropdown-n5-XSmiV.js";
|
|
28
28
|
import { H as Te } from "./shared/hx-field-CwT9tki1.js";
|
|
29
29
|
import { H as Se } from "./shared/hx-field-label-CcOK9VU3.js";
|
|
30
|
-
import { H as ge } from "./shared/hx-file-upload-
|
|
31
|
-
import { H as ve } from "./shared/hx-form-
|
|
30
|
+
import { H as ge } from "./shared/hx-file-upload-Di_vpQaG.js";
|
|
31
|
+
import { H as ve } from "./shared/hx-form-BM6PHsw3.js";
|
|
32
32
|
import { H as ye } from "./shared/hx-format-date-B7L9odbA.js";
|
|
33
33
|
import { H as Ee, a as Be } from "./shared/hx-grid-BIAR5h9m.js";
|
|
34
34
|
import { H as ke } from "./shared/hx-help-text-Bmb80bP4.js";
|
|
@@ -36,17 +36,17 @@ import { H as Ae } from "./shared/hx-icon-BKHs3OLu.js";
|
|
|
36
36
|
import { H as Le } from "./shared/hx-icon-button-CJuy9xbw.js";
|
|
37
37
|
import { H as Ne } from "./shared/hx-image-ztiXumZB.js";
|
|
38
38
|
import { H as Ge } from "./shared/hx-link-CN7AvGOW.js";
|
|
39
|
-
import { H as $e, a as Ve } from "./shared/hx-list-
|
|
39
|
+
import { H as $e, a as Ve } from "./shared/hx-list-Dnei26t4.js";
|
|
40
40
|
import { H as We, a as Xe, b as Ye } from "./shared/hx-menu-divider-DRT8yHRZ.js";
|
|
41
|
-
import { H as qe } from "./shared/hx-meter-
|
|
41
|
+
import { H as qe } from "./shared/hx-meter-BcVC9yrt.js";
|
|
42
42
|
import { H as Je } from "./shared/hx-nav-l0Rp7WPW.js";
|
|
43
43
|
import { H as Qe } from "./shared/hx-number-input-0Waw7Z7u.js";
|
|
44
44
|
import { H as eo } from "./shared/hx-overflow-menu-DElwFSCd.js";
|
|
45
45
|
import { H as to } from "./shared/hx-pagination-BNtx-LG6.js";
|
|
46
46
|
import { H as ao } from "./shared/hx-patient-banner-BKiN7nIE.js";
|
|
47
|
-
import { H as so } from "./shared/hx-phi-field-
|
|
48
|
-
import { H as Ho } from "./shared/hx-popover-
|
|
49
|
-
import { H as po } from "./shared/hx-popup-
|
|
47
|
+
import { H as so } from "./shared/hx-phi-field-DD1qcBSO.js";
|
|
48
|
+
import { H as Ho } from "./shared/hx-popover-CydNuVkT.js";
|
|
49
|
+
import { H as po } from "./shared/hx-popup-DbzezTOd.js";
|
|
50
50
|
import { H as mo } from "./shared/hx-progress-bar-Cm0VihTN.js";
|
|
51
51
|
import { H as co } from "./shared/hx-progress-ring-Cs0WgWDJ.js";
|
|
52
52
|
import { H as uo } from "./shared/hx-prose-Ml_L2zje.js";
|
|
@@ -60,7 +60,7 @@ import { H as Ao } from "./shared/hx-spinner-D6nzuGmj.js";
|
|
|
60
60
|
import { H as Lo } from "./shared/hx-split-button-CPndTJlC.js";
|
|
61
61
|
import { H as No } from "./shared/hx-split-panel-Dx72NaET.js";
|
|
62
62
|
import { H as Go } from "./shared/hx-stack-B76_1O6g.js";
|
|
63
|
-
import { H as $o } from "./shared/hx-stat-
|
|
63
|
+
import { H as $o } from "./shared/hx-stat-DKlyBL_K.js";
|
|
64
64
|
import { H as Oo } from "./shared/hx-status-indicator-ClWpK6zz.js";
|
|
65
65
|
import { H as Xo, a as Yo } from "./shared/hx-step-C2Jk4mHa.js";
|
|
66
66
|
import { H as qo, a as zo } from "./shared/hx-structured-list-DKlrv7kS.js";
|