jodit-pro-react 5.5.17 → 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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  JoditEditor_default
3
- } from "./chunk-76FB6LW4.mjs";
3
+ } from "./chunk-FXV4OT2O.mjs";
4
4
  export {
5
5
  JoditEditor_default as default
6
6
  };
@@ -193,7 +193,7 @@ var APP_VERSION, ES, IS_ES_MODERN, IS_ES_NEXT, IS_PROD, IS_TEST, FAT_MODE, HOMEP
193
193
  var init_constants = __esm({
194
194
  "node_modules/jodit/esm/core/constants.js"() {
195
195
  "use strict";
196
- APP_VERSION = "4.11.14";
196
+ APP_VERSION = "4.11.15";
197
197
  ES = "es2020";
198
198
  IS_ES_MODERN = true;
199
199
  IS_ES_NEXT = true;
@@ -22686,8 +22686,8 @@ var UIImageMainTab = class UIImageMainTab2 extends UIGroup {
22686
22686
  <div class="jodit-input_group">
22687
22687
  <input class="jodit-input &__imageSrc" type="text"/>
22688
22688
  <div class="jodit-input_group-buttons &__fixImage">
22689
- <a class="jodit-button &__changeImage">*image*</a>
22690
- <a class="jodit-button &__editImage">*crop*</a>
22689
+ <a class="jodit-button &__changeImage" data-ref="changeImage">*image*</a>
22690
+ <a class="jodit-button &__editImage" data-ref="editImage">*crop*</a>
22691
22691
  </div>
22692
22692
  </div>
22693
22693
  </div>
@@ -2,7 +2,7 @@ import {
2
2
  Config,
3
3
  JoditEditor_default,
4
4
  n
5
- } from "./chunk-76FB6LW4.mjs";
5
+ } from "./chunk-FXV4OT2O.mjs";
6
6
 
7
7
  // src/index.ts
8
8
  var index_default = JoditEditor_default;