@nlxai/touchpoint-ui 1.1.8-alpha.3 → 1.1.8-alpha.4

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.
@@ -331,6 +331,10 @@ export interface TouchpointConfiguration {
331
331
  * URL of icon used to display the brand in the chat header
332
332
  */
333
333
  brandIcon?: string;
334
+ /**
335
+ * Include border animation. Currently only supported in Voice Mini.
336
+ */
337
+ animate?: boolean;
334
338
  /**
335
339
  * URL of icon used on the launch icon in the bottom right when the experience is collapsed.
336
340
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nlxai/touchpoint-ui",
3
- "version": "1.1.8-alpha.3",
3
+ "version": "1.1.8-alpha.4",
4
4
  "description": "Web UI for Touchpoint",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -27,6 +27,7 @@
27
27
  "@nlxai/core": "^1.1.8-alpha.0",
28
28
  "@react-hookz/web": "^25.0.1",
29
29
  "@react-input/mask": "^2.0.4",
30
+ "@rive-app/webgl2": "^2.31.5",
30
31
  "@types/json-schema": "^7.0.15",
31
32
  "clsx": "^2.1.1",
32
33
  "htm": "^3.1.1",
@@ -60,5 +61,5 @@
60
61
  "publishConfig": {
61
62
  "access": "public"
62
63
  },
63
- "gitHead": "7dcad47764e9b7bc859f13d757e4412cd7537614"
64
+ "gitHead": "03fe45bd11db28b08c3e4ae431b091df482ccd99"
64
65
  }