corp-chat-library-antd-react-socket 1.2.17 → 1.2.18

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.
Files changed (3) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.js +1854 -1864
  3. package/package.json +3 -1
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- :root{--app-top-menu: linear-gradient(178deg, rgba(79, 143, 207, 1) 0%, rgba(41, 92, 143, 1) 100%);--sa-primary-color: #2178fa}.ant-layout-sider-children{margin:0!important;padding:0!important}ol,ul{list-style:none;padding-left:0;margin:0}._draggableWrapper_duz2k_17 .ant-modal-content{padding:0;background-color:#fff;border:1px solid #787878a2;border-radius:15px;overflow:hidden}._chat-modal__title_duz2k_33{cursor:grab;padding:20px 10px 10px 20px;background:var(--app-top-menu);color:#fff!important;font-weight:400!important}._chat-modal__title_duz2k_33:active{cursor:grabbing}._chat-input__footer_duz2k_57{border-top:1px solid #c1c1c1;background:#fff;padding:5px 0;display:flex;gap:5px;justify-content:space-around}._chat-input__footer_duz2k_57>*{margin:0 auto!important}._sidebar-layout_duz2k_83{display:flex;flex-direction:column;height:100%;border-right:1px solid #c1c1c1;padding:2px 0}._sidebar-layout_duz2k_83>*:not(:last-child){border-bottom:1px solid #e6e6e6}._sidebar-layout_duz2k_83:nth-child(1){border-bottom:none}._chat-list_duz2k_113::-webkit-scrollbar{display:none}._chat-list_duz2k_113>*{margin:0;border-bottom:1px solid #e6e6e6;height:86px}._chat-item_duz2k_139{margin-bottom:12px}._last-message_duz2k_147{min-height:20px;max-height:36px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;font-size:.9em;color:#555}._activeChatItem_duz2k_165 ._last-message_duz2k_147{color:#f3f1f1}._lastMessageLabel_duz2k_169{font-style:italic}._lastMessageDateTime_duz2k_173{margin-top:2px;display:flex;align-items:center;gap:6px}._lastMessageDate_duz2k_173{font-size:11px;line-height:14px;color:#8a8a8a}._lastMessageTime_duz2k_186{padding:1px 5px;border-radius:4px;background:#607d8b;color:#fff;font-size:11px;line-height:14px;font-weight:600}._lastMessageStatus_duz2k_196{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#6f7b83}._lastMessageStatusRead_duz2k_206{color:green}._lastMessageSecondCheck_duz2k_210{position:absolute;top:4px;left:3px}._activeChatItem_duz2k_165 ._lastMessageDate_duz2k_173{color:#e5e5e5}._activeChatItem_duz2k_165 ._lastMessageTime_duz2k_186{background:#fff3;color:#fff}._activeChatItem_duz2k_165 ._lastMessageStatus_duz2k_196{color:#fff}._activeChatItem_duz2k_165 ._lastMessageStatusRead_duz2k_206{color:#7ee787}._message_duz2k_236{display:flex;margin-bottom:8px}._myMessage_duz2k_246{justify-content:flex-end}._otherMessage_duz2k_254{justify-content:flex-start}._bubble_duz2k_264{max-width:70%;padding:8px 12px;position:relative}._myMessageBubble_duz2k_278{border-radius:25px 25px 0;margin:0 7px 0 auto;background:#dcf8c6;color:#000;align-self:flex-end;border:1px solid #e6e6e6;-webkit-box-shadow:9px 10px 15px -5px rgba(34,60,80,.2);-moz-box-shadow:9px 10px 15px -5px rgba(34,60,80,.2);box-shadow:9px 10px 15px -5px #223c5033}._otherMessageBubble_duz2k_304{border-radius:25px 25px 25px 0;margin-left:7px;background:#e1f8f2;color:#000;border:1px solid #e6e6e6;align-self:flex-start;-webkit-box-shadow:-13px 10px 15px -5px rgba(34,60,80,.2);-moz-box-shadow:-13px 10px 15px -5px rgba(34,60,80,.2);box-shadow:-13px 10px 15px -5px #223c5033}._senderName_duz2k_330{display:block;font-size:12px;font-weight:700;color:#333;margin-bottom:4px}._time_duz2k_348{font-size:11px;color:#666;text-align:right;margin-top:2px}._chat_header_duz2k_364{height:40px;display:flex;justify-content:space-between;align-items:center;padding:8px 16px;border-bottom:1px solid #f0f0f0;background:#fafafa;flex-shrink:0}._chatHeaderUser_duz2k_379{display:flex;align-items:center;gap:8px;min-width:0}._chatHeaderAvatar_duz2k_386,._chatListAvatar_duz2k_387{flex-shrink:0;background:#607d8b;color:#fff;font-weight:600}._chatHeaderUserName_duz2k_394{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._lastUpdate_duz2k_400{font-size:12px;color:#888}._localMessage_duz2k_406{opacity:.7}._sending_duz2k_414{color:#1890ff;font-size:11px;font-style:italic}._notification-badge_duz2k_426{cursor:pointer;transition:background-color .2s}._notification-badge_duz2k_426:hover{background-color:#1890ff}._chat-layout_duz2k_446{height:760px;display:flex;overflow:hidden}._chat-layout_duz2k_446 ._ant-layout-content_duz2k_453{min-height:0!important}._chat-content_duz2k_461{flex:1;overflow:hidden}._chatcontentLayout_duz2k_471{height:100%;display:flex;flex-direction:column}._chat_content_duz2k_483{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto}._messagesList_duz2k_505{flex:1;overflow-y:auto;padding:8px;min-height:0;display:flex;flex-direction:column}._messagesList_duz2k_505::-webkit-scrollbar,._textArea_duz2k_527::-webkit-scrollbar{display:none}._textArea_duz2k_527{min-height:40px;max-height:120px;resize:none;padding:0 2px;width:200px;line-height:40px}._textArea_duz2k_527::placeholder{color:#999;opacity:.5}._chatItem_duz2k_563{height:86px;padding:5px;display:flex;align-items:center;justify-content:space-between;gap:8px}._chatItemContent_duz2k_571{min-width:0;flex:1}._activeChatItem_duz2k_165 ._chatListAvatar_duz2k_387{background:#fff3;color:#fff}._activeChatItem_duz2k_165{background:var(--app-top-menu);color:#fff;opacity:.8}._chat_body_duz2k_594{flex:1;display:flex;flex-direction:column;overflow-y:scroll;scrollbar-color:#f5f5f5 #f5f5f5;scrollbar-width:thin;transition:.3s}._chat_body_duz2k_594:hover{scrollbar-color:var(--sa-primary-color) #f5f5f5}._antd_empty_duz2k_622{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}._chat_inputs_duz2k_638{width:100%;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:10px;padding:0 10px}._chat-list__container_duz2k_656{height:100%;overflow-y:scroll;scrollbar-color:#f5f5f5 #f5f5f5;scrollbar-width:thin;transition:.3s}._chat-list__container_duz2k_656:hover{scrollbar-color:var(--sa-primary-color) #f5f5f5}._files_container_duz2k_676{display:flex;flex-direction:column;align-items:center;gap:10px}._file_duz2k_676{width:100%;padding:0 5px;border-radius:5px;color:#333;display:flex;align-items:center;gap:10px}._file_circle_duz2k_706{background-color:#99bad3;border-radius:50%;padding:10px;display:flex;align-items:center;justify-content:center}._file_circle_duz2k_706._self_duz2k_722{background-color:#9ed399}._href_label_duz2k_728{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
1
+ :root{--app-top-menu: linear-gradient(178deg, rgba(79, 143, 207, 1) 0%, rgba(41, 92, 143, 1) 100%);--sa-primary-color: #2178fa}.ant-layout-sider-children{margin:0!important;padding:0!important}ol,ul{list-style:none;padding-left:0;margin:0}._draggableWrapper_132w0_17 .ant-modal-content{padding:0;background-color:#fff;border:1px solid #787878a2;border-radius:15px;overflow:hidden}._chat-modal__title_132w0_33{cursor:grab;padding:20px 10px 10px 20px;background:var(--app-top-menu);color:#fff!important;font-weight:400!important}._chat-modal__title_132w0_33:active{cursor:grabbing}._chat-input__footer_132w0_57{border-top:1px solid #c1c1c1;background:#fff;padding:5px 0;display:flex;gap:5px;justify-content:space-around}._chat-input__footer_132w0_57>*{margin:0 auto!important}._sidebar-layout_132w0_83{display:flex;flex-direction:column;height:100%;border-right:1px solid #c1c1c1;padding:2px 0}._sidebar-layout_132w0_83>*:not(:last-child){border-bottom:1px solid #e6e6e6}._sidebar-layout_132w0_83:nth-child(1){border-bottom:none}._chat-list_132w0_113::-webkit-scrollbar{display:none}._chat-list_132w0_113>*{margin:0;border-bottom:1px solid #e6e6e6;height:86px}._chat-item_132w0_139{margin-bottom:12px}._last-message_132w0_147{min-height:20px;max-height:36px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;font-size:.9em;color:#555}._activeChatItem_132w0_165 ._last-message_132w0_147{color:#f3f1f1}._lastMessageLabel_132w0_169{font-style:italic}._lastMessageDateTime_132w0_173{margin-top:2px;display:flex;align-items:center;gap:6px}._lastMessageDate_132w0_173{font-size:11px;line-height:14px;color:#8a8a8a}._lastMessageTime_132w0_186{padding:1px 5px;border-radius:4px;background:#607d8b;color:#fff;font-size:11px;line-height:14px;font-weight:600}._lastMessageStatus_132w0_196{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#6f7b83}._lastMessageStatusRead_132w0_206{color:green}._activeChatItem_132w0_165 ._lastMessageDate_132w0_173{color:#e5e5e5}._activeChatItem_132w0_165 ._lastMessageTime_132w0_186{background:#fff3;color:#fff}._activeChatItem_132w0_165 ._lastMessageStatus_132w0_196{color:#fff}._activeChatItem_132w0_165 ._lastMessageStatusRead_132w0_206{color:#7ee787}._message_132w0_230{display:flex;margin-bottom:8px}._myMessage_132w0_240{justify-content:flex-end}._otherMessage_132w0_248{justify-content:flex-start}._bubble_132w0_258{max-width:70%;padding:8px 12px;position:relative}._myMessageBubble_132w0_272{border-radius:25px 25px 0;margin:0 7px 0 auto;background:#dcf8c6;color:#000;align-self:flex-end;border:1px solid #e6e6e6;-webkit-box-shadow:9px 10px 15px -5px rgba(34,60,80,.2);-moz-box-shadow:9px 10px 15px -5px rgba(34,60,80,.2);box-shadow:9px 10px 15px -5px #223c5033}._otherMessageBubble_132w0_298{border-radius:25px 25px 25px 0;margin-left:7px;background:#e1f8f2;color:#000;border:1px solid #e6e6e6;align-self:flex-start;-webkit-box-shadow:-13px 10px 15px -5px rgba(34,60,80,.2);-moz-box-shadow:-13px 10px 15px -5px rgba(34,60,80,.2);box-shadow:-13px 10px 15px -5px #223c5033}._senderName_132w0_324{display:block;font-size:12px;font-weight:700;color:#333;margin-bottom:4px}._time_132w0_342{font-size:11px;color:#666;text-align:right;margin-top:2px}._chat_header_132w0_358{height:40px;display:flex;justify-content:space-between;align-items:center;padding:8px 16px;border-bottom:1px solid #f0f0f0;background:#fafafa;flex-shrink:0}._chatHeaderUser_132w0_373{display:flex;align-items:center;gap:8px;min-width:0}._chatHeaderAvatar_132w0_380,._chatListAvatar_132w0_381{flex-shrink:0;background:#607d8b;color:#fff;font-weight:600}._chatHeaderUserName_132w0_388{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._lastUpdate_132w0_394{font-size:12px;color:#888}._localMessage_132w0_400{opacity:.7}._sending_132w0_408{color:#1890ff;font-size:11px;font-style:italic}._notification-badge_132w0_420{cursor:pointer;transition:background-color .2s}._notification-badge_132w0_420:hover{background-color:#1890ff}._chat-layout_132w0_440{height:760px;display:flex;overflow:hidden}._chat-layout_132w0_440 ._ant-layout-content_132w0_447{min-height:0!important}._chat-content_132w0_455{flex:1;overflow:hidden}._chatcontentLayout_132w0_465{height:100%;display:flex;flex-direction:column}._chat_content_132w0_477{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto}._messagesList_132w0_499{flex:1;overflow-y:auto;padding:8px;min-height:0;display:flex;flex-direction:column}._messagesList_132w0_499::-webkit-scrollbar,._textArea_132w0_521::-webkit-scrollbar{display:none}._textArea_132w0_521{min-height:40px;max-height:120px;resize:none;padding:0 2px;width:200px;line-height:40px}._textArea_132w0_521::placeholder{color:#999;opacity:.5}._chatItem_132w0_557{height:86px;padding:5px;display:flex;align-items:center;justify-content:space-between;gap:8px}._chatItemContent_132w0_565{min-width:0;flex:1}._activeChatItem_132w0_165 ._chatListAvatar_132w0_381{background:#fff3;color:#fff}._activeChatItem_132w0_165{background:var(--app-top-menu);color:#fff;opacity:.8}._chat_body_132w0_588{flex:1;display:flex;flex-direction:column;overflow-y:scroll;scrollbar-color:#f5f5f5 #f5f5f5;scrollbar-width:thin;transition:.3s}._chat_body_132w0_588:hover{scrollbar-color:var(--sa-primary-color) #f5f5f5}._antd_empty_132w0_616{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}._chat_inputs_132w0_632{width:100%;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:10px;padding:0 10px}._chat-list__container_132w0_650{height:100%;overflow-y:scroll;scrollbar-color:#f5f5f5 #f5f5f5;scrollbar-width:thin;transition:.3s}._chat-list__container_132w0_650:hover{scrollbar-color:var(--sa-primary-color) #f5f5f5}._files_container_132w0_670{display:flex;flex-direction:column;align-items:center;gap:10px}._file_132w0_670{width:100%;padding:0 5px;border-radius:5px;color:#333;display:flex;align-items:center;gap:10px}._file_circle_132w0_700{background-color:#99bad3;border-radius:50%;padding:10px;display:flex;align-items:center;justify-content:center}._file_circle_132w0_700._self_132w0_716{background-color:#9ed399}._href_label_132w0_722{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}