@salesforce/agentforce-conversation-client 1.27.1 → 1.28.1

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/dist/index.d.ts CHANGED
@@ -9,7 +9,7 @@ export declare const AGENTFORCE_CLIENT_NAMESPACE = "runtime_copilot";
9
9
  export declare const AGENTFORCE_CLIENT_COMPONENT_NAME = "accSdkWrapper";
10
10
  export declare const RenderingMode: Readonly<{
11
11
  readonly INLINE: "inline";
12
- readonly FLOATING: "floating";
12
+ readonly FLOATING: "Floating";
13
13
  }>;
14
14
  export type RenderingModeValue = (typeof RenderingMode)[keyof typeof RenderingMode];
15
15
  export type StyleTokens = Record<string, string>;
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ export const AGENTFORCE_CLIENT_NAMESPACE = "runtime_copilot";
12
12
  export const AGENTFORCE_CLIENT_COMPONENT_NAME = "accSdkWrapper";
13
13
  export const RenderingMode = Object.freeze({
14
14
  INLINE: "inline",
15
- FLOATING: "floating",
15
+ FLOATING: "Floating",
16
16
  });
17
17
  // ═══════════════════════════════════════════════════════════════════════════════
18
18
  // INTERNAL CONSTANTS
@@ -40,7 +40,7 @@ const AGENTFORCE_CLIENT_CSS = `
40
40
  height: 100%;
41
41
  width: 100%;
42
42
  }
43
-
43
+
44
44
  .sds-overrides {
45
45
  width: auto;
46
46
  }
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.27.1",
4
+ "version": "1.28.1",
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": "478f26ec58b84e0f98f0e25c86e231ba36171232"
40
+ "gitHead": "bef7dd8e36eb3db01144dacbc1ad0c38fd880b77"
41
41
  }