@stokelp/ui 2.96.5 → 2.96.6

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/dist/ui.js CHANGED
@@ -19691,16 +19691,18 @@ const { withProvider: vp, withContext: P5 } = n1(oa, {
19691
19691
  outline: 0,
19692
19692
  px: "space-16",
19693
19693
  background: "transparent",
19694
- "&:not(:placeholder-shown)": {
19695
- "-webkit-text-fill-color": "transparent"
19694
+ color: "transparent",
19695
+ caretColor: "text",
19696
+ "&:placeholder-shown": {
19697
+ color: "initial"
19696
19698
  }
19697
19699
  },
19698
19700
  renderer: {
19699
19701
  position: "absolute",
19700
19702
  maxWidth: "full",
19701
19703
  display: "flex",
19702
- px: "17px",
19703
- py: "10.5px",
19704
+ px: "16px",
19705
+ py: "10px",
19704
19706
  whiteSpace: "pre",
19705
19707
  pointerEvents: "none",
19706
19708
  fontSize: "body.md",