jodit-pro-react 5.5.16 → 5.5.18

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.
@@ -5485,6 +5485,37 @@ svg.jodit-icon {
5485
5485
  background-color: var(--jd-color-background-active);
5486
5486
  color: var(--jd-color-white);
5487
5487
  }
5488
+ .jodit-autocomplete-item__shortcut {
5489
+ background-color: rgba(0, 0, 0, .06);
5490
+ border-radius: 3px;
5491
+ color: rgba(0, 0, 0, .4);
5492
+ font-size: 12px;
5493
+ font-weight: 400;
5494
+ line-height: 1;
5495
+ margin-left: 16px;
5496
+ padding: 2px 6px;
5497
+ }
5498
+ .jodit-autocomplete_displaymode_inline {
5499
+ border-top: 3px solid #f5c518;
5500
+ padding: 4px 0;
5501
+ }
5502
+ .jodit-autocomplete_displaymode_inline .jodit-autocomplete-item {
5503
+ padding: 10px 12px;
5504
+ }
5505
+ .jodit-autocomplete_displaymode_inline .jodit-autocomplete-item:hover {
5506
+ background-color: var(--jd-color-background-button-hover);
5507
+ color: var(--jd-color-dark);
5508
+ }
5509
+ .jodit-autocomplete_displaymode_inline .jodit-autocomplete-item_active_true,
5510
+ .jodit-autocomplete_displaymode_inline .jodit-autocomplete-item_active_true:hover {
5511
+ background-color: var(--jd-color-white);
5512
+ color: var(--jd-color-dark);
5513
+ font-weight: 700;
5514
+ }
5515
+ .jodit-autocomplete_displaymode_inline .jodit-autocomplete-item__shortcut {
5516
+ background-color: rgba(0, 0, 0, .06);
5517
+ color: rgba(0, 0, 0, .4);
5518
+ }
5488
5519
  .jodit-ui-range {
5489
5520
  user-select: none;
5490
5521
  }
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  JoditEditor_default
3
- } from "./chunk-CNCWQBT4.mjs";
3
+ } from "./chunk-FXV4OT2O.mjs";
4
4
  export {
5
5
  JoditEditor_default as default
6
6
  };