@koredev/kore-web-sdk 10.1.9-rc.fdfd965 → 10.1.9-rc.fec4830
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/components/chatwindow/sass/brandingJSON.d.ts +16 -8
- package/dist/esm/kore-web-sdk-chat.min.js +1 -1
- package/dist/esm/kore-web-sdk-widgets.js +1 -1
- package/dist/esm/plugins/kore-graph-templates-plugin.js +1 -1
- package/dist/templatemanager/templates/v3/feedback/feedback.d.ts +2 -1
- package/dist/umd/kore-web-sdk-umd-chat.min.js +1 -1
- package/dist/umd/kore-web-sdk-umd-widgets.js +1 -1
- package/dist/umd/plugins/kore-graph-templates-plugin-umd.js +1 -1
- package/package.json +1 -1
|
@@ -3,17 +3,25 @@ declare const BrandingJSON: {
|
|
|
3
3
|
bot_icon: string;
|
|
4
4
|
size: string;
|
|
5
5
|
themeType: string;
|
|
6
|
+
colors: {
|
|
7
|
+
primary: string;
|
|
8
|
+
secondary: string;
|
|
9
|
+
primary_text: string;
|
|
10
|
+
secondary_text: string;
|
|
11
|
+
useColorPaletteOnly: boolean;
|
|
12
|
+
};
|
|
6
13
|
};
|
|
7
14
|
chat_bubble: {
|
|
8
15
|
style: string;
|
|
9
16
|
icon: {
|
|
10
17
|
icon_url: string;
|
|
11
18
|
size: string;
|
|
12
|
-
|
|
19
|
+
type: string;
|
|
13
20
|
};
|
|
14
21
|
minimise: {
|
|
15
22
|
icon: string;
|
|
16
23
|
theme: string;
|
|
24
|
+
type: string;
|
|
17
25
|
};
|
|
18
26
|
sound: string;
|
|
19
27
|
alignment: string;
|
|
@@ -30,15 +38,12 @@ declare const BrandingJSON: {
|
|
|
30
38
|
};
|
|
31
39
|
title: {
|
|
32
40
|
name: string;
|
|
33
|
-
color: string;
|
|
34
41
|
};
|
|
35
42
|
sub_title: {
|
|
36
43
|
name: string;
|
|
37
|
-
color: string;
|
|
38
44
|
};
|
|
39
45
|
note: {
|
|
40
46
|
name: string;
|
|
41
|
-
color: string;
|
|
42
47
|
};
|
|
43
48
|
background: {
|
|
44
49
|
type: string;
|
|
@@ -108,12 +113,11 @@ declare const BrandingJSON: {
|
|
|
108
113
|
header: {
|
|
109
114
|
bg_color: string;
|
|
110
115
|
size: string;
|
|
111
|
-
style: string;
|
|
112
116
|
icon: {
|
|
113
117
|
show: boolean;
|
|
114
118
|
icon_url: string;
|
|
115
|
-
color: string;
|
|
116
119
|
};
|
|
120
|
+
icons_color: string;
|
|
117
121
|
title: {
|
|
118
122
|
name: string;
|
|
119
123
|
color: string;
|
|
@@ -160,16 +164,16 @@ declare const BrandingJSON: {
|
|
|
160
164
|
footer: {
|
|
161
165
|
bg_color: string;
|
|
162
166
|
layout: string;
|
|
163
|
-
style: string;
|
|
164
167
|
compose_bar: {
|
|
165
168
|
bg_color: string;
|
|
166
169
|
"outline-color": string;
|
|
167
170
|
placeholder: string;
|
|
168
171
|
};
|
|
172
|
+
icons_color: string;
|
|
169
173
|
buttons: {
|
|
170
174
|
menu: {
|
|
171
175
|
show: boolean;
|
|
172
|
-
|
|
176
|
+
icon_color: string;
|
|
173
177
|
actions: {
|
|
174
178
|
title: string;
|
|
175
179
|
type: string;
|
|
@@ -240,6 +244,10 @@ declare const BrandingJSON: {
|
|
|
240
244
|
bot_icon: boolean;
|
|
241
245
|
agent_icon: boolean;
|
|
242
246
|
};
|
|
247
|
+
buttons: {
|
|
248
|
+
bg_color: string;
|
|
249
|
+
color: string;
|
|
250
|
+
};
|
|
243
251
|
bubble_style: string;
|
|
244
252
|
primaryColor: string;
|
|
245
253
|
primaryHoverColor: string;
|