@assemble-inc/chat-widget 0.1.6 → 0.1.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/dist/Widget.d.ts +1 -1
- package/dist/embed.iife.js +19 -19
- package/dist/index.js +81 -81
- package/package.json +1 -1
package/dist/Widget.d.ts
CHANGED
|
@@ -38,7 +38,7 @@ export interface WidgetConfig {
|
|
|
38
38
|
};
|
|
39
39
|
/** Header title. Defaults to 'Ask ASMBL'. */
|
|
40
40
|
title?: string;
|
|
41
|
-
/** URL to a custom logo image. */
|
|
41
|
+
/** URL to a custom logo image. Shown in the header, idle state, and message avatars. Omit to show no logo. */
|
|
42
42
|
logo?: string;
|
|
43
43
|
/** Heading shown in the empty state. Omit to show nothing. */
|
|
44
44
|
welcomeHeading?: string;
|