@epam/ai-dial-overlay 0.41.0-rc.8 → 0.41.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 (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -74,6 +74,8 @@ const run = async () => {
74
74
  autoSignIn: true,
75
75
  //provider which will be used for the sign in
76
76
  signInProvider: 'provider_name',
77
+ // optional, use this in case one of multiple active accounts needs to be selected for automatic sign in
78
+ logInHint: 'account@example.com',
77
79
  //optional, should be true if provider page couldn't be open in iframe and hostDomain and DIAL have different providers or application id within one provider
78
80
  signInInNewWindow: true,
79
81
  },
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@epam/ai-dial-overlay",
3
3
  "description": "Package for opening dial in overlay",
4
4
  "homepage": "https://dialx.ai",
5
- "version": "0.41.0-rc.8",
5
+ "version": "0.41.0",
6
6
  "dependencies": {
7
- "@epam/ai-dial-shared": "0.41.0-rc.8"
7
+ "@epam/ai-dial-shared": "0.41.0"
8
8
  },
9
9
  "type": "module",
10
10
  "bugs": {