@hivegpt/hiveai-angular 0.0.277 → 0.0.278

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.
@@ -2339,7 +2339,7 @@
2339
2339
  { type: i0.Component, args: [{
2340
2340
  selector: 'lib-bot-html-editor',
2341
2341
  template: "<div class=\"form-group\">\r\n <input [(ngModel)]=\"documentName\" class=\"form-control\" type=\"text\" />\r\n <button (click)=\"saveContent()\" class=\"save-btn\">Save</button>\r\n</div>\r\n\r\n<quill-editor\r\n [(ngModel)]=\"editorContent\"\r\n [modules]=\"quillConfig\"\r\n></quill-editor>\r\n",
2342
- styles: [".save-btn{background-color:#06f;border:none;color:#fff;width:100px}"]
2342
+ styles: [".save-btn{background-color:#f0f0f0;border:none;color:#333;margin-top:22px;position:absolute;right:16px;width:56px}"]
2343
2343
  },] }
2344
2344
  ];
2345
2345
  BotHtmlEditorComponent.ctorParameters = function () { return [