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

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
@@ -189,6 +189,10 @@ export interface TouchpointConfiguration {
189
189
  * Specifies whether the agent message has bubbles or not
190
190
  */
191
191
  agentMessageBubble?: boolean;
192
+ /**
193
+ * Enables chat mode, a classic chat experience with inline loaders and the chat history visible at all times.
194
+ */
195
+ chatMode?: boolean;
192
196
  /**
193
197
  * Optional theme object to override default theme values
194
198
  */
@@ -205,5 +209,5 @@ export interface TouchpointConfiguration {
205
209
  /**
206
210
  * Controls the ways in which the user can communicate with the application. Defaults to `"text"`
207
211
  */
208
- input?: "text" | "voice" | "textAndVoice";
212
+ input?: "text" | "voice";
209
213
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nlxai/touchpoint-ui",
3
- "version": "1.0.5-alpha.6",
3
+ "version": "1.0.5-alpha.7",
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": "2c1daa9b06c19ec11d0568f15cba44c1e623e265"
60
+ "gitHead": "58311dbd2b53f693d7676d9e218a7602111378c0"
61
61
  }