@2uinc/frontend-component-xpert-chatbot 1.3.27-alpha.1 → 1.3.27-alpha.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.
@@ -2335,18 +2335,19 @@ function Wo({
2335
2335
  headerContainerStyle: o,
2336
2336
  headerLogoStyle: a,
2337
2337
  primaryColor: l,
2338
- useDefaultLogo: s
2339
- } = Ve(We), u = wt(ks);
2338
+ useDefaultLogo: s,
2339
+ xpertKey: u
2340
+ } = Ve(We), c = wt(ks);
2340
2341
  return /* @__PURE__ */ k.jsxs(
2341
2342
  "div",
2342
2343
  {
2343
2344
  "data-testid": "xpert-conversations-header",
2344
- className: "xpert-conversations-header-clipping-fix",
2345
+ className: `xpert-chatbot-popup__border--clipping-fix-${u}`,
2345
2346
  style: {
2346
2347
  display: "flex",
2347
2348
  alignItems: "center",
2348
2349
  backgroundColor: l,
2349
- ...u && { padding: "0.75rem 0" },
2350
+ ...c && { padding: "0.75rem 0" },
2350
2351
  ...o
2351
2352
  },
2352
2353
  children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.3.27-alpha.1",
3
+ "version": "1.3.27-alpha.3",
4
4
  "homepage": "/app/plugins/xpert-chatbot/frontend/build/",
5
5
  "repository": {
6
6
  "type": "git",