funda-ui 4.6.333 → 4.6.344
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/Chatbox/index.js
CHANGED
|
@@ -5647,7 +5647,7 @@ var Chatbox = function Chatbox(props) {
|
|
|
5647
5647
|
dangerouslySetInnerHTML: {
|
|
5648
5648
|
__html: "".concat(tempAnimText)
|
|
5649
5649
|
}
|
|
5650
|
-
}))) : null)) : null) : null, args().newChatButton && msgList.length > 0 && /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("div", {
|
|
5650
|
+
}))) : null)) : null) : null, args().newChatButton && msgList.length > 0 && !loading && /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("div", {
|
|
5651
5651
|
className: "newchat-btn"
|
|
5652
5652
|
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("button", {
|
|
5653
5653
|
id: "".concat(args().prefix || 'custom-', "chatbox-btn-new-").concat(chatId),
|
package/lib/cjs/Chatbox/index.js
CHANGED
|
@@ -5647,7 +5647,7 @@ var Chatbox = function Chatbox(props) {
|
|
|
5647
5647
|
dangerouslySetInnerHTML: {
|
|
5648
5648
|
__html: "".concat(tempAnimText)
|
|
5649
5649
|
}
|
|
5650
|
-
}))) : null)) : null) : null, args().newChatButton && msgList.length > 0 && /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("div", {
|
|
5650
|
+
}))) : null)) : null) : null, args().newChatButton && msgList.length > 0 && !loading && /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("div", {
|
|
5651
5651
|
className: "newchat-btn"
|
|
5652
5652
|
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("button", {
|
|
5653
5653
|
id: "".concat(args().prefix || 'custom-', "chatbox-btn-new-").concat(chatId),
|
|
@@ -1439,7 +1439,7 @@ const Chatbox = (props: ChatboxProps) => {
|
|
|
1439
1439
|
|
|
1440
1440
|
|
|
1441
1441
|
{/**------------- NEW CHAT BUTTON -------------*/}
|
|
1442
|
-
{args().newChatButton && msgList.length > 0 && (
|
|
1442
|
+
{args().newChatButton && msgList.length > 0 && !loading && (
|
|
1443
1443
|
<div className="newchat-btn">
|
|
1444
1444
|
<button
|
|
1445
1445
|
id={`${args().prefix || 'custom-'}chatbox-btn-new-${chatId}`}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"author": "UIUX Lab",
|
|
3
3
|
"email": "uiuxlab@gmail.com",
|
|
4
4
|
"name": "funda-ui",
|
|
5
|
-
"version": "4.6.
|
|
5
|
+
"version": "4.6.344",
|
|
6
6
|
"description": "React components using pure Bootstrap 5+ which does not contain any external style and script libraries.",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|