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.
|
@@ -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.
|
|
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
|
-
|
|
22690
|
-
|
|
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>
|