@2uinc/frontend-component-xpert-chatbot 1.3.10-beta.2 → 1.3.10
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 +3 -1
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -2977,6 +2977,8 @@ function Qt({
|
|
2977
2977
|
configurations: u
|
2978
2978
|
}) {
|
2979
2979
|
return ye(() => {
|
2980
|
+
var c;
|
2981
|
+
(c = t == null ? void 0 : t.current) == null || c.focus();
|
2980
2982
|
}, [e, n, t]), /* @__PURE__ */ D.jsxs("div", { className: "xpert-chatbot-popup__input--group", style: s, children: [
|
2981
2983
|
/* @__PURE__ */ D.jsx(
|
2982
2984
|
"textarea",
|
@@ -2998,7 +3000,7 @@ function Qt({
|
|
2998
3000
|
borderRadius: "1rem",
|
2999
3001
|
padding: "12.5px 45px 12.5px 12.5px",
|
3000
3002
|
fontFamily: "inherit",
|
3001
|
-
fontSize: "
|
3003
|
+
fontSize: ".9rem",
|
3002
3004
|
fontWeight: "300",
|
3003
3005
|
lineHeight: "1.56rem",
|
3004
3006
|
boxSizing: "border-box",
|