jodit-pro-react 5.5.56 → 5.5.58

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.
@@ -7909,28 +7909,28 @@ svg.jodit-icon {
7909
7909
  height: 21px;
7910
7910
  width: 21px;
7911
7911
  }
7912
- .jodit-emoji__category[title="People & Body"]:before {
7912
+ .jodit-emoji__category[data-index="1"]:before {
7913
7913
  background-position: -21px 0;
7914
7914
  }
7915
- .jodit-emoji__category[title="Animals & Nature"]:before {
7915
+ .jodit-emoji__category[data-index="2"]:before {
7916
7916
  background-position: -42px 0;
7917
7917
  }
7918
- .jodit-emoji__category[title="Food & Drink"]:before {
7918
+ .jodit-emoji__category[data-index="3"]:before {
7919
7919
  background-position: -63px 0;
7920
7920
  }
7921
- .jodit-emoji__category[title=Activities]:before {
7922
- background-position: -84px 0;
7923
- }
7924
- .jodit-emoji__category[title="Travel & Places"]:before {
7921
+ .jodit-emoji__category[data-index="4"]:before {
7925
7922
  background-position: -42px -21px;
7926
7923
  }
7927
- .jodit-emoji__category[title=Objects]:before {
7924
+ .jodit-emoji__category[data-index="5"]:before {
7925
+ background-position: -84px 0;
7926
+ }
7927
+ .jodit-emoji__category[data-index="6"]:before {
7928
7928
  background-position: -21px -21px;
7929
7929
  }
7930
- .jodit-emoji__category[title=Symbols]:before {
7930
+ .jodit-emoji__category[data-index="7"]:before {
7931
7931
  background-position: -42px -21px;
7932
7932
  }
7933
- .jodit-emoji__category[title=Flags]:before {
7933
+ .jodit-emoji__category[data-index="8"]:before {
7934
7934
  background-position: -63px -21px;
7935
7935
  }
7936
7936
  .jodit-emoji__input {
@@ -2,7 +2,7 @@ import {
2
2
  Config,
3
3
  JoditEditor_default,
4
4
  n
5
- } from "./chunk-N5MFJY5N.mjs";
5
+ } from "./chunk-KX7TJEYA.mjs";
6
6
 
7
7
  // src/index.ts
8
8
  var index_default = JoditEditor_default;