@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.mjs CHANGED
@@ -5371,7 +5371,7 @@ MarkdownIt.prototype.renderInline = function(src, env) {
5371
5371
  var lib_default = MarkdownIt;
5372
5372
 
5373
5373
  // src/components/ai-chat.ts
5374
- console.log("Chatbot Ver = 0.2.21-beta.0");
5374
+ console.log("Chatbot Ver = 0.2.21-beta.1");
5375
5375
  var md = new lib_default({
5376
5376
  html: false,
5377
5377
  // Disable HTML tags in source for security
@@ -6589,7 +6589,6 @@ AIChat.styles = css`
6589
6589
  }
6590
6590
 
6591
6591
  .message-text {
6592
- white-space: pre-wrap;
6593
6592
  margin: 0;
6594
6593
  word-wrap: break-word;
6595
6594
  overflow-wrap: break-word;