@connectid-tools/idp-selector-react 6.10.0-alpha.10 → 6.10.0-alpha.11
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/CidButton.css +5 -0
- package/README.md +3 -0
- package/package.json +2 -2
package/CidButton.css
CHANGED
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
background-color: #262626;
|
|
15
15
|
color: white;
|
|
16
16
|
}
|
|
17
|
+
.cid-idp-selector-button:focus-visible {
|
|
18
|
+
outline: 3px solid #1a73e8;
|
|
19
|
+
box-shadow: 0 0 0 6px white;
|
|
20
|
+
outline-offset: 0.2rem;
|
|
21
|
+
}
|
|
17
22
|
/* so we do not break current cid buttons */
|
|
18
23
|
.cid-idp-selector-button--type {
|
|
19
24
|
width: 100%;
|
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.10.0-alpha.11 (Jul 17, 2025)
|
|
263
|
+
- Show border on ConnectID button when on focus.
|
|
264
|
+
|
|
262
265
|
### 6.10.0-alpha.10 (Jul 15, 2025)
|
|
263
266
|
- `medium process` as list.
|
|
264
267
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@connectid-tools/idp-selector-react",
|
|
3
|
-
"version": "6.10.0-alpha.
|
|
3
|
+
"version": "6.10.0-alpha.11",
|
|
4
4
|
"description": "React component for IDP Selector.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@types/node": "^22.16.4",
|
|
30
30
|
"@types/react": "^18.3.23",
|
|
31
31
|
"@types/react-dom": "^18.3.7",
|
|
32
|
-
"cypress": "^14.5.
|
|
32
|
+
"cypress": "^14.5.2",
|
|
33
33
|
"jest-environment-jsdom": "^29.7.0",
|
|
34
34
|
"prettier": "^3.6.2",
|
|
35
35
|
"react": "^18.3.1",
|