@connectid-tools/idp-selector-react 6.12.0-alpha.1 → 6.12.0

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.js +1 -1
  2. package/README.md +4 -1
  3. package/package.json +5 -5
package/Popup.js CHANGED
@@ -87,7 +87,7 @@ export const Popup = ({ onProceed, onCancel, onError, claims, requiredClaims, sh
87
87
  beneficiary_account_au: "Bank account details",
88
88
  beneficiary_account_au_payid: "PayID",
89
89
  beneficiary_account_international: "International account",
90
- cba_loyalty: "CBA loyalty",
90
+ cba_loyalty: "CommBank Yello tier",
91
91
  };
92
92
  const sortClaims = (claims) => {
93
93
  const sortedClaims = [...claims];
package/README.md CHANGED
@@ -260,8 +260,11 @@ 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.0 (Aug 14, 2025)
264
+ - Update `cba_loyalty` claim label.
265
+
263
266
  ### 6.12.0-alpha.1 (Aug 7, 2025)
264
- - `cba_loyalty` claim
267
+ - `cba_loyalty` claim.
265
268
 
266
269
  ### 6.11.0 (Aug 5, 2025)
267
270
  - Handle Windows high contrast (HCM).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectid-tools/idp-selector-react",
3
- "version": "6.12.0-alpha.1",
3
+ "version": "6.12.0",
4
4
  "description": "React component for IDP Selector.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -26,23 +26,23 @@
26
26
  "homepage": "https://github.com/connectid-tools/idp-selector-react",
27
27
  "devDependencies": {
28
28
  "@babel/preset-typescript": "^7.27.1",
29
- "@types/node": "^22.17.0",
29
+ "@types/node": "^22.17.1",
30
30
  "@types/react": "^18.3.23",
31
31
  "@types/react-dom": "^18.3.7",
32
- "cypress": "^14.5.3",
32
+ "cypress": "^14.5.4",
33
33
  "jest-environment-jsdom": "^29.7.0",
34
34
  "prettier": "^3.6.2",
35
35
  "react": "^18.3.1",
36
36
  "react-dom": "^18.3.1",
37
37
  "replace-in-file": "^8.3.0",
38
38
  "ts-add-js-extension": "^1.6.6",
39
- "tsx": "^4.20.3",
39
+ "tsx": "^4.20.4",
40
40
  "typescript": "^5.9.2"
41
41
  },
42
42
  "dependencies": {
43
43
  "detectincognitojs": "^1.6.1",
44
44
  "react-responsive": "^10.0.1",
45
- "swr": "^2.3.4",
45
+ "swr": "^2.3.6",
46
46
  "vite": "^6.3.5"
47
47
  }
48
48
  }