@2uinc/frontend-component-xpert-chatbot 1.21.0-beta.5 → 1.21.0-beta.6
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 -1
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -909,12 +909,16 @@ const oi = /* @__PURE__ */ at(fu), du = {
|
|
909
909
|
borderRadius: 0,
|
910
910
|
padding: 0,
|
911
911
|
iconWidth: "4.5rem",
|
912
|
+
bottom: "1rem",
|
913
|
+
right: "1.5rem",
|
912
914
|
mobile: {
|
913
915
|
backgroundColor: "transparent",
|
914
916
|
border: "none",
|
915
917
|
borderRadius: 0,
|
916
918
|
padding: 0,
|
917
|
-
iconWidth: "4.5rem"
|
919
|
+
iconWidth: "4.5rem",
|
920
|
+
bottom: "5rem",
|
921
|
+
right: "1.5rem"
|
918
922
|
}
|
919
923
|
}
|
920
924
|
},
|