@keycloak/keycloak-ui-shared 26.0.4 → 26.0.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.
@@ -1170,7 +1170,9 @@ const ue = ({
1170
1170
  },
1171
1171
  ...m,
1172
1172
  onClick: p,
1173
- onOpenChange: (k) => T(k),
1173
+ onOpenChange: (k) => {
1174
+ k !== v && p();
1175
+ },
1174
1176
  selected: a,
1175
1177
  onSelect: (k, A) => {
1176
1178
  r?.(A || ""), p();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keycloak/keycloak-ui-shared",
3
- "version": "26.0.4",
3
+ "version": "26.0.6",
4
4
  "type": "module",
5
5
  "main": "./dist/keycloak-ui-shared.js",
6
6
  "types": "./dist/keycloak-ui-shared.d.ts",
@@ -50,8 +50,8 @@
50
50
  "react-dom": "^18.3.1",
51
51
  "react-hook-form": "7.53.0",
52
52
  "react-i18next": "^15.0.2",
53
- "@keycloak/keycloak-admin-client": "26.0.4",
54
- "keycloak-js": "26.0.4"
53
+ "keycloak-js": "26.0.6",
54
+ "@keycloak/keycloak-admin-client": "26.0.6"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/lodash-es": "^4.17.12",