@connectid-tools/idp-selector-react 6.5.1 → 6.5.2

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 (2) hide show
  1. package/README.md +8 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,7 +43,7 @@ Your page should render a widget similar to this 👇 And when the button is cli
43
43
  | rpDataSharingDescription | The text that goes under the popup title explaining how shared data will be used. | string | no | 'Your details will be shared with the current website.' |
44
44
  | enableManualVerification | Whether an option to verify identity manually is displayed or not. | boolean | no | false |
45
45
  | type | The type of ConnectID button widget. [More details here](#type) | 'tiny' \| 'medium benefits' \| 'medium process' \| 'full benefits' \| 'full process' | no | undefined (shows only ConnectID button). |
46
- | introTextType | The text that goes above the ConnectID button. [More details here](#introTextType) | 'verify-trust' \| 'verify-account' \| 'power' \| 'sign-up' \| yes when `type` is set. | - |
46
+ | introTextType | The text that goes above the ConnectID button. [More details here](#introTextType) | 'verify-trust' \| 'verify-account' \| 'power' \| 'sign-up' \| 'bank-details-plus-personal-info' \| 'bank-details-only' | yes when `type` is set. | - |
47
47
  | fullProcessCollapsible | Whether process items are collapsible or not. Only available when `type` is `full process`. | boolean | no | false |
48
48
  | showAllParticipants | Show all participants regardless of any other option. **_This should only be used for testing_**. | boolean | no | false |
49
49
  | theme | ConnectID button theme. | 'dark' \| 'light' | no | 'dark' |
@@ -183,9 +183,11 @@ All elements have classes that can be styled with CSS to match you brand identit
183
183
  <summary>Introduction text options</summary>
184
184
 
185
185
  `verify-trust`: ConnectID lets you verify your identity through details stored with an organisation you already trust, like your bank.\
186
- `verify-account`: ConnectID gives you the power to choose how you share your details, using organisations you already trust.\
186
+ `verify-account`: Verify your identity through an organisation you already have an account with, like your bank.\
187
187
  `power`: ConnectID gives you the power to choose how you share your details, using organisations you already trust.
188
-
188
+ `sign-up`: ConnectID lets you sign up using details stored with an organisation you already trust, like your bank.\
189
+ `bank-details-plus-personal-info`: Provide your preferred bank account and personal details in a secure and simple way, without oversharing information.\
190
+ `bank-details-only`: Provide your preferred bank account details in a secure and simple way, without oversharing information.
189
191
  </details>
190
192
 
191
193
  ### <a name="infoContent"></a>infoContent option
@@ -220,6 +222,9 @@ The SVG image below the ConnectID button has either option dark or light mode. B
220
222
 
221
223
  ## 🚀 Release Notes
222
224
 
225
+ ### 6.5.2 (Apr 30, 2025)
226
+ - Fix `introTextType` in README.
227
+
223
228
  ### 6.5.1 (Apr 29, 2025)
224
229
  - Add `alt` attribute to logo lockup image.
225
230
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectid-tools/idp-selector-react",
3
- "version": "6.5.1",
3
+ "version": "6.5.2",
4
4
  "description": "React component for IDP Selector.",
5
5
  "main": "index.js",
6
6
  "type": "module",