@keycloak/keycloak-account-ui 26.6.0 → 26.6.1

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.
@@ -15031,7 +15031,7 @@ const Da = (e) => typeof e == "number" ? e + "px" : e, yE = ({
15031
15031
  ).map((y) => /* @__PURE__ */ p(
15032
15032
  Yi,
15033
15033
  {
15034
- selected: x === y,
15034
+ selected: Array.isArray(x) ? x.includes(y) : x === y,
15035
15035
  value: y,
15036
15036
  children: g(y)
15037
15037
  },