@robylon/web-react-sdk 1.1.51-staging.9 → 1.1.52-staging.10

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.
@@ -120,6 +120,7 @@ export interface ProactiveMessage {
120
120
  message: string;
121
121
  content_id?: string;
122
122
  message_display_type?: MessageDisplayType;
123
+ message_bubble_bg?: string;
123
124
  message_display_attributes: (ContentDisplayAttribute | LogicalConditionAttribute)[];
124
125
  }[];
125
126
  }
@@ -19,5 +19,6 @@ export interface VisibleContent {
19
19
  delayMs: number;
20
20
  contentId: string | null;
21
21
  messageDisplayType: MessageDisplayType;
22
+ messageBubbleBg?: string;
22
23
  }
23
24
  export declare const evaluateProactiveMessages: (messages?: ProactiveMessage[]) => VisibleContent[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robylon/web-react-sdk",
3
- "version": "1.1.51-staging.9",
3
+ "version": "1.1.52-staging.10",
4
4
  "description": "React SDK for Robylon AI Chatbot",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",