FieldShield v1.1.2 — Placeholder Fix & CSS Import Path
What's changed
Fixed
-
Placeholder blur — after the v1.1.1 monospace fix, the native
::placeholderwas rendering in monospace on top of the mask layer's
visible placeholder span, causing a ghost/double-text effect on empty fields. Fixed by setting.fieldshield-real-input::placeholder { color: transparent }.a11yModeis unaffected. -
CSS import path — added
"./style"to theexportsmap so consumerscan import the stylesheet with the short form:import "fieldshield/style"