@connectid-tools/idp-selector-react 6.11.0-alpha.4 → 6.11.0-alpha.5

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.
Files changed (3) hide show
  1. package/Popup.css +11 -0
  2. package/README.md +3 -0
  3. package/package.json +1 -1
package/Popup.css CHANGED
@@ -427,3 +427,14 @@
427
427
  margin-top: 12px;
428
428
  }
429
429
  }
430
+
431
+ /* On Windows high contrast the popup bg is black and the close and chevron icons are not visible */
432
+ @media (forced-colors: active) {
433
+ .cid-idp-selector-popup-close > svg {
434
+ fill: white;
435
+ }
436
+
437
+ .cid-idp-selector-popup-claims-toggle {
438
+ fill: white;
439
+ }
440
+ }
package/README.md CHANGED
@@ -259,6 +259,9 @@ The SVG image below the ConnectID button has either option dark or light mode. B
259
259
 
260
260
  ## 🚀 Release Notes
261
261
 
262
+ ### 6.11.0-alpha.5 (Aug 5, 2025)
263
+ - Handle Windows high contrast (HCM).
264
+
262
265
  ### 6.11.0-alpha.4 (Aug 1, 2025)
263
266
  - Handle no claims (authentication).
264
267
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectid-tools/idp-selector-react",
3
- "version": "6.11.0-alpha.4",
3
+ "version": "6.11.0-alpha.5",
4
4
  "description": "React component for IDP Selector.",
5
5
  "main": "index.js",
6
6
  "type": "module",