corp-chat-library-antd-react-socket 1.2.1 → 1.2.3
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/index.css +1 -1
- package/dist/index.js +651 -651
- package/package.json +1 -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}.
|
|
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_1j8hr_17 .ant-modal-content{padding:0;background-color:#fff;border:1px solid #787878a2;border-radius:15px;overflow:hidden}._chat-modal__title_1j8hr_33{cursor:grab;padding:20px 10px 10px 20px;background:var(--app-top-menu);color:#fff!important;font-weight:400!important}._chat-modal__title_1j8hr_33:active{cursor:grabbing}._chat-input__footer_1j8hr_57{border-top:1px solid #c1c1c1;background:#fff;padding:5px 0;display:flex;gap:5px;justify-content:space-around}._chat-input__footer_1j8hr_57>*{margin:0 auto!important}._sidebar-layout_1j8hr_83{display:flex;flex-direction:column;height:100%;border-right:1px solid #c1c1c1;padding:2px 0}._sidebar-layout_1j8hr_83>*:not(:last-child){border-bottom:1px solid #e6e6e6}._sidebar-layout_1j8hr_83:nth-child(1){border-bottom:none}._chat-list_1j8hr_113::-webkit-scrollbar{display:none}._chat-list_1j8hr_113>*{margin:0;border-bottom:1px solid #e6e6e6;height:77px}._chat-item_1j8hr_145{margin-bottom:12px}._last-message_1j8hr_153{height:44px;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_1j8hr_177 ._last-message_1j8hr_153{color:#f3f1f1}._message_1j8hr_187{display:flex;margin-bottom:8px}._myMessage_1j8hr_197{justify-content:flex-end}._otherMessage_1j8hr_205{justify-content:flex-start}._bubble_1j8hr_215{max-width:70%;padding:8px 12px;position:relative}._myMessageBubble_1j8hr_229{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_1j8hr_255{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_1j8hr_281{display:block;font-size:12px;font-weight:700;color:#333;margin-bottom:4px}._time_1j8hr_299{font-size:11px;color:#666;text-align:right;margin-top:2px}._chat_header_1j8hr_315{height:40px;display:flex;justify-content:space-between;align-items:center;padding:8px 16px;border-bottom:1px solid #f0f0f0;background:#fafafa;flex-shrink:0}._lastUpdate_1j8hr_339{font-size:12px;color:#888}._localMessage_1j8hr_349{opacity:.7}._sending_1j8hr_357{color:#1890ff;font-size:11px;font-style:italic}._notification-badge_1j8hr_369{cursor:pointer;transition:background-color .2s}._notification-badge_1j8hr_369:hover{background-color:#1890ff}._chat-layout_1j8hr_389{height:700px;display:flex;overflow:hidden}._chat-layout_1j8hr_389 ._ant-layout-content_1j8hr_401{min-height:0!important}._chat-content_1j8hr_409{flex:1;overflow:hidden}._chatcontentLayout_1j8hr_419{height:100%;display:flex;flex-direction:column}._chat_content_1j8hr_431{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto}._messagesList_1j8hr_453{flex:1;overflow-y:auto;padding:8px;min-height:0;display:flex;flex-direction:column}._messagesList_1j8hr_453::-webkit-scrollbar,._textArea_1j8hr_475::-webkit-scrollbar{display:none}._textArea_1j8hr_475{min-height:40px;max-height:120px;resize:none;padding:0 2px;width:200px;line-height:40px}._textArea_1j8hr_475::placeholder{color:#999;opacity:.5}._chatItem_1j8hr_511{height:77px;padding:5px;display:flex;align-items:center;justify-content:space-between}._activeChatItem_1j8hr_177{background:var(--app-top-menu);color:#fff;opacity:.8}._chat_body_1j8hr_541{flex:1;display:flex;flex-direction:column;overflow-y:scroll;scrollbar-color:#f5f5f5 #f5f5f5;scrollbar-width:thin;transition:.3s}._chat_body_1j8hr_541:hover{scrollbar-color:var(--sa-primary-color) #f5f5f5}._antd_empty_1j8hr_569{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}._chat_inputs_1j8hr_585{width:100%;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:10px;padding:0 10px}._chat-list__container_1j8hr_603{height:100%;overflow-y:scroll;scrollbar-color:#f5f5f5 #f5f5f5;scrollbar-width:thin;transition:.3s}._chat-list__container_1j8hr_603:hover{scrollbar-color:var(--sa-primary-color) #f5f5f5}._files_container_1j8hr_623{display:flex;flex-direction:column;align-items:center;gap:10px}._file_1j8hr_623{width:100%;padding:0 5px;border-radius:5px;color:#333;display:flex;align-items:center;gap:10px}._file_circle_1j8hr_653{background-color:#99bad3;border-radius:50%;padding:10px;display:flex;align-items:center;justify-content:center}._file_circle_1j8hr_653._self_1j8hr_669{background-color:#9ed399}._href_label_1j8hr_675{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
|