@salesforce/ui-bundle-template-app-react-sample-b2e 1.118.2 → 1.118.3

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.118.3](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.118.2...v1.118.3) (2026-03-31)
7
+
8
+ **Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.118.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.118.1...v1.118.2) (2026-03-31)
7
15
 
8
16
 
@@ -15,8 +15,8 @@
15
15
  "graphql:schema": "node scripts/get-graphql-schema.mjs"
16
16
  },
17
17
  "dependencies": {
18
- "@salesforce/sdk-data": "^1.118.2",
19
- "@salesforce/ui-bundle": "^1.118.2",
18
+ "@salesforce/sdk-data": "^1.118.3",
19
+ "@salesforce/ui-bundle": "^1.118.3",
20
20
  "@tailwindcss/vite": "^4.1.17",
21
21
  "class-variance-authority": "^0.7.1",
22
22
  "clsx": "^2.1.1",
@@ -43,7 +43,7 @@
43
43
  "@graphql-eslint/eslint-plugin": "^4.1.0",
44
44
  "@graphql-tools/utils": "^11.0.0",
45
45
  "@playwright/test": "^1.49.0",
46
- "@salesforce/vite-plugin-ui-bundle": "^1.118.2",
46
+ "@salesforce/vite-plugin-ui-bundle": "^1.118.3",
47
47
  "@testing-library/jest-dom": "^6.6.3",
48
48
  "@testing-library/react": "^16.1.0",
49
49
  "@testing-library/user-event": "^14.5.2",
@@ -13,6 +13,37 @@ import type {
13
13
  } from "../types/conversation";
14
14
 
15
15
  const GLOBAL_HOST_ID = "agentforce-conversation-client-global-host";
16
+
17
+ const DEFAULT_STYLE_TOKENS: NonNullable<AgentforceClientConfig["styleTokens"]> = {
18
+ containerBackground: "#fafafa",
19
+
20
+ headerBlockBackground: "#372949",
21
+ headerBlockTextColor: "#ffffff",
22
+ headerBlockIconColor: "#ffffff",
23
+ headerBlockBorderBottomColor: "#3b0764",
24
+ headerBlockFocusBorder: "#c4b5fd",
25
+
26
+ messageBlockInboundBackgroundColor: "#ffffff",
27
+ messageBlockInboundTextColor: "#1f2937",
28
+ messageBlockInboundBorder: "1px solid #e5e7eb",
29
+
30
+ messageBlockOutboundBackgroundColor: "#ede9fe",
31
+ messageBlockOutboundTextColor: "#1f2937",
32
+ messageBlockOutboundBorder: "1px solid #d8b4fe",
33
+
34
+ messageInputTextColor: "#1f2937",
35
+ messageInputTextBackgroundColor: "#ffffff",
36
+ messageInputFooterBorderColor: "#d1d5db",
37
+ messageInputFooterBorderFocusColor: "#9ca3af",
38
+ messageInputFocusShadow: "0 0 0 3px rgba(156, 163, 175, 0.25)",
39
+ messageInputFooterPlaceholderText: "#6b7280",
40
+
41
+ messageInputFooterSendButton: "#7e22ce",
42
+ messageInputFooterSendButtonHoverColor: "#6b21a8",
43
+ messageInputSendButtonIconColor: "#ffffff",
44
+ messageInputSendButtonDisabledColor: "#e5e7eb",
45
+ messageInputActionButtonFocusBorder: "#a855f7",
46
+ };
16
47
  const SINGLETON_KEY = "__agentforceConversationClientSingleton";
17
48
 
18
49
  interface AgentforceConversationClientSingleton {
@@ -79,7 +110,7 @@ export function AgentforceConversationClient({
79
110
  return {
80
111
  ...(agentId !== undefined && { agentId }),
81
112
  agentLabel: agentLabel ?? "Chat with us",
82
- ...(styleTokens !== undefined && { styleTokens }),
113
+ styleTokens: { ...DEFAULT_STYLE_TOKENS, ...styleTokens },
83
114
  renderingConfig,
84
115
  };
85
116
  }, [agentId, agentLabel, inlineProp, headerEnabled, showHeaderIcon, width, height, styleTokens]);
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.118.2",
3
+ "version": "1.118.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
9
- "version": "1.118.2",
9
+ "version": "1.118.3",
10
10
  "license": "SEE LICENSE IN LICENSE.txt",
11
11
  "devDependencies": {
12
12
  "@lwc/eslint-plugin-lwc": "^3.3.0",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/ui-bundle-template-base-sfdx-project",
3
- "version": "1.118.2",
3
+ "version": "1.118.3",
4
4
  "description": "Base SFDX project template",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "publishConfig": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/ui-bundle-template-app-react-sample-b2e",
3
- "version": "1.118.2",
3
+ "version": "1.118.3",
4
4
  "description": "Salesforce sample property rental React app",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",
@@ -16,7 +16,7 @@
16
16
  "clean": "rm -rf dist"
17
17
  },
18
18
  "dependencies": {
19
- "@salesforce/ui-bundle": "^1.118.2",
19
+ "@salesforce/ui-bundle": "^1.118.3",
20
20
  "sonner": "^1.7.0"
21
21
  },
22
22
  "devDependencies": {