@salesforce/agentforce-conversation-client 1.30.1 → 1.32.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/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -92,8 +92,8 @@ const AGENTFORCE_CLIENT_CSS = `
92
92
  }
93
93
 
94
94
  .acc-container > .acc-frame.maximize {
95
- width: 400px !important;
96
- height: 600px !important;
95
+ width: 450px !important;
96
+ height: 700px !important;
97
97
  background: #ffffff;
98
98
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 12px -2px rgba(0, 0, 0, 0.05),
99
99
  0 0 2px 0 rgba(0, 0, 0, 0.05), 0 20px 45px -5px rgba(0, 0, 0, 0.08);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/agentforce-conversation-client",
3
3
  "description": "Agentforce Conversation Client SDK for embedding via Lightning Out 2.0",
4
- "version": "1.30.1",
4
+ "version": "1.32.0",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "a5cc859ca5bec49a2501879befaa90787bf5c578"
40
+ "gitHead": "a2b51130c4f7fef330a3c0c981c4c90b5b8711c0"
41
41
  }