@nlxai/touchpoint-ui 1.0.5-alpha.4 → 1.0.5-alpha.6

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/lib/types.d.ts CHANGED
@@ -181,6 +181,14 @@ export interface TouchpointConfiguration {
181
181
  * When set to `false`, no launch button is shown at all. When not set or set to `true`, the default launch icon is rendered.
182
182
  */
183
183
  launchIcon?: string | boolean;
184
+ /**
185
+ * Specifies whether the user message has bubbles or not
186
+ */
187
+ userMessageBubble?: boolean;
188
+ /**
189
+ * Specifies whether the agent message has bubbles or not
190
+ */
191
+ agentMessageBubble?: boolean;
184
192
  /**
185
193
  * Optional theme object to override default theme values
186
194
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nlxai/touchpoint-ui",
3
- "version": "1.0.5-alpha.4",
3
+ "version": "1.0.5-alpha.6",
4
4
  "description": "Web UI for Touchpoint",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "4cc1ed43fde42daf06e14e0fc5dd4c386bc5f354"
60
+ "gitHead": "2c1daa9b06c19ec11d0568f15cba44c1e623e265"
61
61
  }