@adminforth/text-complete 2.0.10 → 2.0.11

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/build.log CHANGED
@@ -10,5 +10,5 @@ custom/package.json
10
10
  custom/pnpm-lock.yaml
11
11
  custom/tsconfig.json
12
12
 
13
- sent 31,395 bytes received 115 bytes 63,020.00 bytes/sec
14
- total size is 30,975 speedup is 0.98
13
+ sent 31,440 bytes received 115 bytes 21,036.67 bytes/sec
14
+ total size is 31,014 speedup is 0.98
@@ -187,4 +187,8 @@ function handleBlur() {
187
187
  .ql-editor::before {
188
188
  @apply text-gray-500 dark:text-gray-400 text-sm font-normal font-sans !important;
189
189
  }
190
+
191
+ .ql-editor {
192
+ font-size: 0.875rem;
193
+ }
190
194
  </style>
@@ -187,4 +187,8 @@ function handleBlur() {
187
187
  .ql-editor::before {
188
188
  @apply text-gray-500 dark:text-gray-400 text-sm font-normal font-sans !important;
189
189
  }
190
+
191
+ .ql-editor {
192
+ font-size: 0.875rem;
193
+ }
190
194
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/text-complete",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "Text completion plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",