@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.
- package/bundles/hivegpt-hiveai-angular.umd.js +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js.map +1 -1
- package/esm2015/lib/components/bot-html-editor/bot-html-editor.component.js +1 -1
- package/fesm2015/hivegpt-hiveai-angular.js +1 -1
- package/hivegpt-hiveai-angular.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -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:#
|
|
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 [
|