@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.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-text-", getTextStyle((_a = style.branding) === null || _a === void 0 ? void 0 : _a.text)));
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) {