@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.
- package/dist/lib/index.min.js +5 -4
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -2335,18 +2335,19 @@ function Wo({
|
|
2335
2335
|
headerContainerStyle: o,
|
2336
2336
|
headerLogoStyle: a,
|
2337
2337
|
primaryColor: l,
|
2338
|
-
useDefaultLogo: s
|
2339
|
-
|
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:
|
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
|
-
...
|
2350
|
+
...c && { padding: "0.75rem 0" },
|
2350
2351
|
...o
|
2351
2352
|
},
|
2352
2353
|
children: [
|