@leapdevuk/component-toolbox 0.0.62 → 0.0.64

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/index.es.js CHANGED
@@ -717,7 +717,7 @@ const cf = ({
717
717
  },
718
718
  placeholder: a,
719
719
  size: i || "small",
720
- startAdornment: /* @__PURE__ */ d.jsx(qo, { position: "start", children: /* @__PURE__ */ d.jsx(et, { children: o ?? "" }) }),
720
+ startAdornment: o && /* @__PURE__ */ d.jsx(qo, { position: "start", children: /* @__PURE__ */ d.jsx(et, { children: o }) }),
721
721
  sx: {
722
722
  paddingLeft: "8px",
723
723
  width: u || 130,