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

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/index.html CHANGED
@@ -146,6 +146,7 @@
146
146
  languageCode: "en-US",
147
147
  },
148
148
  input: "voiceMini",
149
+ animate: true,
149
150
  launchIcon: CustomLaunchButton,
150
151
  bidirectional: {
151
152
  custom(action, payload) {
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ export declare const RiveAnimation: FC<{
3
+ restored: boolean;
4
+ }>;