@2uinc/frontend-component-xpert-chatbot 1.3.27-alpha.2 → 1.3.27-alpha.4

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.
@@ -2341,7 +2341,6 @@ function Wo({
2341
2341
  "div",
2342
2342
  {
2343
2343
  "data-testid": "xpert-conversations-header",
2344
- className: "xpert-chatbot-popup__border--clipping-fix",
2345
2344
  style: {
2346
2345
  display: "flex",
2347
2346
  alignItems: "center",
@@ -2350,6 +2349,16 @@ function Wo({
2350
2349
  ...o
2351
2350
  },
2352
2351
  children: [
2352
+ /* @__PURE__ */ k.jsx(
2353
+ "span",
2354
+ {
2355
+ className: "xpert-chatbot-popup__header_container",
2356
+ style: {
2357
+ left: 0,
2358
+ background: (o == null ? void 0 : o.background) || l
2359
+ }
2360
+ }
2361
+ ),
2353
2362
  s ? /* @__PURE__ */ k.jsx(
2354
2363
  "img",
2355
2364
  {
@@ -2376,6 +2385,16 @@ function Wo({
2376
2385
  isNormalSize: e,
2377
2386
  onClose: i
2378
2387
  }
2388
+ ),
2389
+ /* @__PURE__ */ k.jsx(
2390
+ "span",
2391
+ {
2392
+ className: "xpert-chatbot-popup__header_container",
2393
+ style: {
2394
+ right: 0,
2395
+ background: (o == null ? void 0 : o.background) || l
2396
+ }
2397
+ }
2379
2398
  )
2380
2399
  ]
2381
2400
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.3.27-alpha.2",
3
+ "version": "1.3.27-alpha.4",
4
4
  "homepage": "/app/plugins/xpert-chatbot/frontend/build/",
5
5
  "repository": {
6
6
  "type": "git",