@xapp/chat-widget 1.42.2 → 1.42.3
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/index.css +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -30831,7 +30831,7 @@ function getFooterStyle(style) {
|
|
|
30831
30831
|
if (!style) {
|
|
30832
30832
|
return empty();
|
|
30833
30833
|
}
|
|
30834
|
-
return union(getBackgroundStyle(style.background), getBorderStyle(style.border), withPrefix("branding-
|
|
30834
|
+
return union(getBackgroundStyle(style.background), getBorderStyle(style.border), withPrefix("branding-", getTextStyle((_a = style.branding) === null || _a === void 0 ? void 0 : _a.text)));
|
|
30835
30835
|
}
|
|
30836
30836
|
function getInputStyle(style) {
|
|
30837
30837
|
if (!style) {
|