jodit-pro-react 5.5.55 → 5.5.57

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.
@@ -3813,6 +3813,11 @@ a + .jodit-file-browser-tree__source-title {
3813
3813
  min-height: 100px;
3814
3814
  min-width: 220px;
3815
3815
  }
3816
+ .jodit-file-selector .jodit-tabs__button {
3817
+ flex: none;
3818
+ max-width: none;
3819
+ width: max-content;
3820
+ }
3816
3821
  .jodit-dialog_theme_dark .jodit-tabs .jodit-tabs__buttons,
3817
3822
  .jodit_theme_dark .jodit-tabs .jodit-tabs__buttons {
3818
3823
  background-color: var(--jd-dark-background-color);
@@ -7904,28 +7909,28 @@ svg.jodit-icon {
7904
7909
  height: 21px;
7905
7910
  width: 21px;
7906
7911
  }
7907
- .jodit-emoji__category[title="People & Body"]:before {
7912
+ .jodit-emoji__category[data-index="1"]:before {
7908
7913
  background-position: -21px 0;
7909
7914
  }
7910
- .jodit-emoji__category[title="Animals & Nature"]:before {
7915
+ .jodit-emoji__category[data-index="2"]:before {
7911
7916
  background-position: -42px 0;
7912
7917
  }
7913
- .jodit-emoji__category[title="Food & Drink"]:before {
7918
+ .jodit-emoji__category[data-index="3"]:before {
7914
7919
  background-position: -63px 0;
7915
7920
  }
7916
- .jodit-emoji__category[title=Activities]:before {
7917
- background-position: -84px 0;
7918
- }
7919
- .jodit-emoji__category[title="Travel & Places"]:before {
7921
+ .jodit-emoji__category[data-index="4"]:before {
7920
7922
  background-position: -42px -21px;
7921
7923
  }
7922
- .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 {
7923
7928
  background-position: -21px -21px;
7924
7929
  }
7925
- .jodit-emoji__category[title=Symbols]:before {
7930
+ .jodit-emoji__category[data-index="7"]:before {
7926
7931
  background-position: -42px -21px;
7927
7932
  }
7928
- .jodit-emoji__category[title=Flags]:before {
7933
+ .jodit-emoji__category[data-index="8"]:before {
7929
7934
  background-position: -63px -21px;
7930
7935
  }
7931
7936
  .jodit-emoji__input {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  JoditEditor_default
3
- } from "./chunk-VKGBHM3U.mjs";
3
+ } from "./chunk-RQKFGSMC.mjs";
4
4
  export {
5
5
  JoditEditor_default as default
6
6
  };