hcl-hh-chatbot 1.7.5 → 1.7.7
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/hcl-hh-chatbot.css +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -46385,7 +46385,7 @@ ${(ke == null ? void 0 : ke.message) || ""}`);
|
|
|
46385
46385
|
/* @__PURE__ */ G.jsx("div", { className: "ticket-form-container", children: /* @__PURE__ */ G.jsxs("form", { className: "ticket-form", onSubmit: Ae, children: [
|
|
46386
46386
|
/* @__PURE__ */ G.jsxs("div", { className: "chatForm-rows fixed-chatForm-rows", children: [
|
|
46387
46387
|
/* @__PURE__ */ G.jsx("label", { htmlFor: "ticket-issue-type", className: "form-label", children: "Select your issue" }),
|
|
46388
|
-
/* @__PURE__ */ G.jsxs("div", { className: `custom-select ${B ? "open" : ""}`, children: [
|
|
46388
|
+
/* @__PURE__ */ G.jsxs("div", { className: `custom-select-ticket ${B ? "open" : ""}`, children: [
|
|
46389
46389
|
/* @__PURE__ */ G.jsxs(
|
|
46390
46390
|
"button",
|
|
46391
46391
|
{
|
|
@@ -46575,7 +46575,7 @@ const MJ = "data:image/gif;base64,R0lGODlhMwFnAfcAAP///0KE9/+9OgAAAEKE7zqE9/+9Qg
|
|
|
46575
46575
|
{
|
|
46576
46576
|
className: "chat_option-item video-option-item",
|
|
46577
46577
|
style: {
|
|
46578
|
-
|
|
46578
|
+
padding: M ? x ? "10px 10px 35px 10px" : "10px" : "18px 10px",
|
|
46579
46579
|
background: M ? "#ebf2fc" : "linear-gradient(to right, #307dda, #68a5ee)"
|
|
46580
46580
|
},
|
|
46581
46581
|
children: /* @__PURE__ */ G.jsxs("div", { className: "video-frame-container", children: [
|
|
@@ -47167,7 +47167,7 @@ const FJ = () => /* @__PURE__ */ G.jsx("div", { className: "react-chatbot-kit-ch
|
|
|
47167
47167
|
const $ = (he = g.current) == null ? void 0 : he.querySelector(
|
|
47168
47168
|
".react-chatbot-kit-chat-message-container"
|
|
47169
47169
|
);
|
|
47170
|
-
$ && !j ? ge ? $.style.setProperty("padding", "0 0 100px 0", "important") : $.style.setProperty("padding", "0 0
|
|
47170
|
+
$ && !j ? ge ? $.style.setProperty("padding", "0 0 100px 0", "important") : $.style.setProperty("padding", "0 0 180px 0", "important") : ge ? $.style.setProperty("padding", "0 0 135px 0", "important") : $.style.setProperty("padding", "0 0 260px 0", "important");
|
|
47171
47171
|
};
|
|
47172
47172
|
return Mn(() => {
|
|
47173
47173
|
}, [M]), Mn(() => {
|