@koredev/kore-web-sdk 11.1.0-rc.0ff27dd → 11.1.0-rc.26ddfe4
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 +8 -0
- 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/esm/plugins/v2-kore-web-sdk-widgets.js +1 -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/dist/umd/plugins/v2-kore-web-sdk-widgets.js +1 -1
- package/package.json +1 -1
|
@@ -340,5 +340,13 @@ declare const BrandingJSON: {
|
|
|
340
340
|
};
|
|
341
341
|
bubble_style: string;
|
|
342
342
|
};
|
|
343
|
+
widget_panel: {
|
|
344
|
+
colors: {
|
|
345
|
+
bg_color: string;
|
|
346
|
+
color: string;
|
|
347
|
+
sel_color: string;
|
|
348
|
+
sel_text_color: string;
|
|
349
|
+
};
|
|
350
|
+
};
|
|
343
351
|
};
|
|
344
352
|
export default BrandingJSON;
|