@adminforth/rich-editor 1.6.8 → 1.6.9

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/quillEditor.vue
11
11
  custom/tsconfig.json
12
12
 
13
- sent 32,124 bytes received 115 bytes 64,478.00 bytes/sec
14
- total size is 31,707 speedup is 0.98
13
+ sent 32,144 bytes received 115 bytes 64,518.00 bytes/sec
14
+ total size is 31,727 speedup is 0.98
@@ -793,7 +793,7 @@ function removeCompletionOnBlur() {
793
793
 
794
794
  }
795
795
 
796
- .ql-table-dropdown, li {
796
+ .ql-table-dropdown,.ql-table-dropdown li {
797
797
  &:hover {
798
798
  @apply dark:bg-darkInputBackground;
799
799
  @apply bg-lightInputBackground;
@@ -793,7 +793,7 @@ function removeCompletionOnBlur() {
793
793
 
794
794
  }
795
795
 
796
- .ql-table-dropdown, li {
796
+ .ql-table-dropdown,.ql-table-dropdown li {
797
797
  &:hover {
798
798
  @apply dark:bg-darkInputBackground;
799
799
  @apply bg-lightInputBackground;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/rich-editor",
3
- "version": "1.6.8",
3
+ "version": "1.6.9",
4
4
  "description": "Rich editor plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",