@adminforth/text-complete 1.1.0 → 1.1.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.
@@ -57,3 +57,8 @@ async function complete(textBeforeCursor: string) {
57
57
 
58
58
  </script>
59
59
 
60
+ <style>
61
+ .ql-editor::before {
62
+ @apply text-gray-500 dark:text-gray-400 text-sm font-normal font-sans !important;
63
+ }
64
+ </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/text-complete",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Text completion plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",