@douglasneuroinformatics/libui 3.6.3 → 3.6.4

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.
@@ -3022,9 +3022,9 @@ var StringFieldPassword = ({
3022
3022
  strength !== null && /* @__PURE__ */ jsx125(
3023
3023
  motion4.div,
3024
3024
  {
3025
- animate: { width: `${Math.max(strength, value?.length ? 1 : 0) * 25}%` },
3025
+ animate: { width: `${Math.max(strength * 25, 5)}%` },
3026
3026
  className: "h-1 w-full overflow-hidden rounded",
3027
- initial: { width: "0%" },
3027
+ initial: { width: "5%" },
3028
3028
  transition: { duration: 0.5 },
3029
3029
  children: /* @__PURE__ */ jsx125(
3030
3030
  "div",