@2uinc/frontend-component-xpert-chatbot 1.3.27-alpha.3 → 1.3.27
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/lib/index.min.js +23 -5
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -2335,22 +2335,30 @@ function Wo({
|
|
2335
2335
|
headerContainerStyle: o,
|
2336
2336
|
headerLogoStyle: a,
|
2337
2337
|
primaryColor: l,
|
2338
|
-
useDefaultLogo: s
|
2339
|
-
|
2340
|
-
} = Ve(We), c = wt(ks);
|
2338
|
+
useDefaultLogo: s
|
2339
|
+
} = Ve(We), u = wt(ks);
|
2341
2340
|
return /* @__PURE__ */ k.jsxs(
|
2342
2341
|
"div",
|
2343
2342
|
{
|
2344
2343
|
"data-testid": "xpert-conversations-header",
|
2345
|
-
className: `xpert-chatbot-popup__border--clipping-fix-${u}`,
|
2346
2344
|
style: {
|
2347
2345
|
display: "flex",
|
2348
2346
|
alignItems: "center",
|
2349
2347
|
backgroundColor: l,
|
2350
|
-
...
|
2348
|
+
...u && { padding: "0.75rem 0" },
|
2351
2349
|
...o
|
2352
2350
|
},
|
2353
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
|
+
),
|
2354
2362
|
s ? /* @__PURE__ */ k.jsx(
|
2355
2363
|
"img",
|
2356
2364
|
{
|
@@ -2377,6 +2385,16 @@ function Wo({
|
|
2377
2385
|
isNormalSize: e,
|
2378
2386
|
onClose: i
|
2379
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
|
+
}
|
2380
2398
|
)
|
2381
2399
|
]
|
2382
2400
|
}
|