@a.izzuddin/ai-chat 0.2.21-beta.0 → 0.2.21-beta.1
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.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5373,7 +5373,7 @@ MarkdownIt.prototype.renderInline = function(src, env) {
|
|
|
5373
5373
|
var lib_default = MarkdownIt;
|
|
5374
5374
|
|
|
5375
5375
|
// src/components/ai-chat.ts
|
|
5376
|
-
console.log("Chatbot Ver = 0.2.21-beta.
|
|
5376
|
+
console.log("Chatbot Ver = 0.2.21-beta.1");
|
|
5377
5377
|
var md = new lib_default({
|
|
5378
5378
|
html: false,
|
|
5379
5379
|
// Disable HTML tags in source for security
|
|
@@ -6591,7 +6591,6 @@ exports.AIChat.styles = lit.css`
|
|
|
6591
6591
|
}
|
|
6592
6592
|
|
|
6593
6593
|
.message-text {
|
|
6594
|
-
white-space: pre-wrap;
|
|
6595
6594
|
margin: 0;
|
|
6596
6595
|
word-wrap: break-word;
|
|
6597
6596
|
overflow-wrap: break-word;
|