@things-factory/shell 10.0.3 → 10.0.5

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.
@@ -22,7 +22,8 @@
22
22
  --md-sys-color-on-surface: rgb(26 27 33);
23
23
  --md-sys-color-surface-variant: rgb(225 226 236);
24
24
  --md-sys-color-on-surface-variant: rgb(69 70 79);
25
- --md-sys-color-outline: rgba(0, 0, 0, 0.25);
25
+ /* UI 경계는 3:1 이 기준(WCAG 1.4.11). alpha 값은 배경과 무관하게 실효 대비가 1.80 에 고정된다 → 팔레트 톤으로. 필드 3.45. */
26
+ --md-sys-color-outline: rgb(118 119 130);
26
27
  --md-sys-color-outline-variant: rgb(197 198 208);
27
28
  --md-sys-color-shadow: rgb(0 0 0);
28
29
  --md-sys-color-scrim: rgb(0 0 0);