isomtrik-quickchat
Version:
isomtrik-quickchat is a lightweight, real-time chat component built with Stencil JS. It is designed to be seamlessly integrated into web applications, offering customizable and responsive chat functionalities. The module supports both CommonJS and ES modu
21 lines (16 loc) • 877 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-e1c67530.js');
require('./DocumentMessageBubble-a17c8aa2.js');
require('./ClockMark-6b4b6198.js');
require('./Image-6ad8d97b.js');
const ChatDocumentMessageBubble = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("div", { key: '90422698772f6b36980a6655c077898cf0f6a121' }, index.h("document-message", { key: '76351214db20f28d3c4aa95f34ac650b0b7681d4', bgColor: '#EFF1FA', borderRadius: "6px", time: new Date().toISOString(), docName: 'Somesomsomesomesome', width: "200px", height: "80px", documentNamePadding: "10px 7px", padding: "10px" })));
}
};
exports.chat_document_message_bubble = ChatDocumentMessageBubble;
//# sourceMappingURL=chat-document-message-bubble.cjs.entry.js.map