@connectid-tools/idp-selector-react 6.12.2 → 6.12.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.
- package/CidButtonHowItWorks.d.ts +1 -1
- package/CidButtonInfo.d.ts +1 -1
- package/LearnMore.d.ts +1 -1
- package/ParticipantsLoader.d.ts +1 -1
- package/Process.d.ts +1 -1
- package/README.md +6 -0
- package/package.json +13 -13
package/CidButtonHowItWorks.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './CidButtonHowItWorks.css';
|
|
2
|
-
export declare const CidButtonHowItWorks: () => import("react
|
|
2
|
+
export declare const CidButtonHowItWorks: () => import("react").JSX.Element;
|
package/CidButtonInfo.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './CidButtonInfo.css';
|
|
2
|
-
export declare const CidButtonInfo: () => import("react
|
|
2
|
+
export declare const CidButtonInfo: () => import("react").JSX.Element;
|
package/LearnMore.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './LearnMore.css';
|
|
2
|
-
export declare const LearnMore: () => import("react
|
|
2
|
+
export declare const LearnMore: () => import("react").JSX.Element;
|
package/ParticipantsLoader.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './ParticipantsLoader.css';
|
|
2
|
-
export declare const ParticipantsLoader: () => import("react
|
|
2
|
+
export declare const ParticipantsLoader: () => import("react").JSX.Element;
|
package/Process.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './Process.css';
|
|
2
|
-
export declare const Process: () => import("react
|
|
2
|
+
export declare const Process: () => import("react").JSX.Element;
|
package/README.md
CHANGED
|
@@ -260,6 +260,12 @@ The SVG image below the ConnectID button has either option dark or light mode. B
|
|
|
260
260
|
|
|
261
261
|
## 🚀 Release Notes
|
|
262
262
|
|
|
263
|
+
### 6.12.4 (Jun 11, 2026)
|
|
264
|
+
- Update dependencies.
|
|
265
|
+
|
|
266
|
+
### 6.12.3 (Nov 21, 2025)
|
|
267
|
+
- `vite` as `devDependency`.
|
|
268
|
+
|
|
263
269
|
### 6.12.2 (Nov 11, 2025)
|
|
264
270
|
- Update verify manually copy.
|
|
265
271
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@connectid-tools/idp-selector-react",
|
|
3
|
-
"version": "6.12.
|
|
3
|
+
"version": "6.12.4",
|
|
4
4
|
"description": "React component for IDP Selector.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -25,24 +25,24 @@
|
|
|
25
25
|
},
|
|
26
26
|
"homepage": "https://github.com/connectid-tools/idp-selector-react",
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@babel/preset-typescript": "^7.
|
|
29
|
-
"@types/node": "^22.19.
|
|
30
|
-
"@types/react": "^18.3.
|
|
28
|
+
"@babel/preset-typescript": "^7.29.7",
|
|
29
|
+
"@types/node": "^22.19.21",
|
|
30
|
+
"@types/react": "^18.3.31",
|
|
31
31
|
"@types/react-dom": "^18.3.7",
|
|
32
|
-
"cypress": "^15.
|
|
33
|
-
"jest-environment-jsdom": "^30.
|
|
34
|
-
"prettier": "^3.
|
|
32
|
+
"cypress": "^15.17.0",
|
|
33
|
+
"jest-environment-jsdom": "^30.4.1",
|
|
34
|
+
"prettier": "^3.8.4",
|
|
35
35
|
"react": "^18.3.1",
|
|
36
36
|
"react-dom": "^18.3.1",
|
|
37
|
-
"replace-in-file": "^8.
|
|
37
|
+
"replace-in-file": "^8.4.0",
|
|
38
38
|
"ts-add-js-extension": "^1.6.6",
|
|
39
|
-
"tsx": "^4.
|
|
40
|
-
"typescript": "^5.9.3"
|
|
39
|
+
"tsx": "^4.22.4",
|
|
40
|
+
"typescript": "^5.9.3",
|
|
41
|
+
"vite": "^7.3.5"
|
|
41
42
|
},
|
|
42
43
|
"dependencies": {
|
|
43
|
-
"detectincognitojs": "^1.
|
|
44
|
+
"detectincognitojs": "^1.7.0",
|
|
44
45
|
"react-responsive": "^10.0.1",
|
|
45
|
-
"swr": "^2.
|
|
46
|
-
"vite": "^7.2.2"
|
|
46
|
+
"swr": "^2.4.1"
|
|
47
47
|
}
|
|
48
48
|
}
|