@syncfusion/ej2-image-editor 31.2.12 → 32.1.19

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.
Files changed (195) hide show
  1. package/README.md +2 -12
  2. package/aceconfig.js +17 -0
  3. package/dist/ej2-image-editor.umd.min.js +1 -10
  4. package/dist/ej2-image-editor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-image-editor.es2015.js +67 -123
  6. package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-image-editor.es5.js +67 -123
  8. package/dist/es6/ej2-image-editor.es5.js.map +1 -1
  9. package/dist/global/ej2-image-editor.min.js +1 -10
  10. package/dist/global/ej2-image-editor.min.js.map +1 -1
  11. package/dist/global/index.d.ts +0 -9
  12. package/package.json +8 -8
  13. package/src/image-editor/action/draw.js +1 -1
  14. package/src/image-editor/action/export.js +1 -5
  15. package/src/image-editor/action/freehand-draw.js +0 -5
  16. package/src/image-editor/action/selection.js +6 -14
  17. package/src/image-editor/action/shape.d.ts +0 -1
  18. package/src/image-editor/action/shape.js +2 -20
  19. package/src/image-editor/base/image-editor.js +3 -11
  20. package/src/image-editor/renderer/toolbar.js +54 -67
  21. package/styles/bds-lite.css +58 -57
  22. package/styles/bds-lite.scss +12 -13
  23. package/styles/bds.css +82 -60
  24. package/styles/bds.scss +13 -14
  25. package/styles/bootstrap-dark-lite.css +58 -57
  26. package/styles/bootstrap-dark-lite.scss +12 -13
  27. package/styles/bootstrap-dark.css +82 -60
  28. package/styles/bootstrap-dark.scss +13 -14
  29. package/styles/bootstrap-lite.css +58 -57
  30. package/styles/bootstrap-lite.scss +12 -13
  31. package/styles/bootstrap.css +82 -60
  32. package/styles/bootstrap.scss +13 -14
  33. package/styles/bootstrap4-lite.css +58 -57
  34. package/styles/bootstrap4-lite.scss +12 -13
  35. package/styles/bootstrap4.css +82 -60
  36. package/styles/bootstrap4.scss +13 -14
  37. package/styles/bootstrap5-dark-lite.css +58 -57
  38. package/styles/bootstrap5-dark-lite.scss +12 -13
  39. package/styles/bootstrap5-dark.css +82 -60
  40. package/styles/bootstrap5-dark.scss +13 -14
  41. package/styles/bootstrap5-lite.css +58 -57
  42. package/styles/bootstrap5-lite.scss +13 -13
  43. package/styles/bootstrap5.3-lite.css +138 -57
  44. package/styles/bootstrap5.3-lite.scss +13 -13
  45. package/styles/bootstrap5.3.css +162 -60
  46. package/styles/bootstrap5.3.scss +14 -14
  47. package/styles/bootstrap5.css +82 -60
  48. package/styles/bootstrap5.scss +14 -14
  49. package/styles/fabric-dark-lite.css +58 -57
  50. package/styles/fabric-dark-lite.scss +13 -13
  51. package/styles/fabric-dark.css +82 -60
  52. package/styles/fabric-dark.scss +14 -14
  53. package/styles/fabric-lite.css +58 -57
  54. package/styles/fabric-lite.scss +13 -13
  55. package/styles/fabric.css +82 -60
  56. package/styles/fabric.scss +14 -14
  57. package/styles/fluent-dark-lite.css +58 -57
  58. package/styles/fluent-dark-lite.scss +13 -13
  59. package/styles/fluent-dark.css +82 -60
  60. package/styles/fluent-dark.scss +14 -14
  61. package/styles/fluent-lite.css +58 -57
  62. package/styles/fluent-lite.scss +13 -13
  63. package/styles/fluent.css +82 -60
  64. package/styles/fluent.scss +14 -14
  65. package/styles/fluent2-lite.css +139 -60
  66. package/styles/fluent2-lite.scss +13 -13
  67. package/styles/fluent2.css +163 -63
  68. package/styles/fluent2.scss +14 -14
  69. package/styles/highcontrast-light-lite.css +58 -57
  70. package/styles/highcontrast-light-lite.scss +13 -13
  71. package/styles/highcontrast-light.css +82 -60
  72. package/styles/highcontrast-light.scss +14 -14
  73. package/styles/highcontrast-lite.css +57 -57
  74. package/styles/highcontrast-lite.scss +13 -13
  75. package/styles/highcontrast.css +81 -60
  76. package/styles/highcontrast.scss +14 -14
  77. package/styles/image-editor/_all.scss +2 -2
  78. package/styles/image-editor/_bds-definition.scss +51 -0
  79. package/styles/image-editor/_bigger.scss +61 -9
  80. package/styles/image-editor/_bootstrap-dark-definition.scss +51 -0
  81. package/styles/image-editor/_bootstrap-definition.scss +51 -0
  82. package/styles/image-editor/_bootstrap4-definition.scss +55 -0
  83. package/styles/image-editor/_bootstrap5-dark-definition.scss +81 -1
  84. package/styles/image-editor/_bootstrap5-definition.scss +52 -0
  85. package/styles/image-editor/_bootstrap5.3-definition.scss +51 -0
  86. package/styles/image-editor/_fabric-dark-definition.scss +51 -0
  87. package/styles/image-editor/_fabric-definition.scss +51 -0
  88. package/styles/image-editor/_fluent-dark-definition.scss +81 -1
  89. package/styles/image-editor/_fluent-definition.scss +52 -0
  90. package/styles/image-editor/_fluent2-definition.scss +51 -0
  91. package/styles/image-editor/_fusionnew-definition.scss +51 -0
  92. package/styles/image-editor/_highcontrast-definition.scss +51 -0
  93. package/styles/image-editor/_highcontrast-light-definition.scss +51 -0
  94. package/styles/image-editor/_layout.scss +198 -115
  95. package/styles/image-editor/_material-dark-definition.scss +51 -0
  96. package/styles/image-editor/_material-definition.scss +51 -0
  97. package/styles/image-editor/_material3-dark-definition.scss +82 -1
  98. package/styles/image-editor/_material3-definition.scss +53 -0
  99. package/styles/image-editor/_tailwind-dark-definition.scss +81 -1
  100. package/styles/image-editor/_tailwind-definition.scss +52 -0
  101. package/styles/image-editor/_tailwind3-definition.scss +75 -1
  102. package/styles/image-editor/_theme-variables.scss +1 -0
  103. package/styles/image-editor/_theme.scss +59 -11
  104. package/styles/image-editor/bds.css +82 -60
  105. package/styles/image-editor/bds.scss +14 -14
  106. package/styles/image-editor/bootstrap-dark.css +82 -60
  107. package/styles/image-editor/bootstrap-dark.scss +14 -14
  108. package/styles/image-editor/bootstrap.css +82 -60
  109. package/styles/image-editor/bootstrap.scss +14 -14
  110. package/styles/image-editor/bootstrap4.css +82 -60
  111. package/styles/image-editor/bootstrap4.scss +14 -14
  112. package/styles/image-editor/bootstrap5-dark.css +82 -60
  113. package/styles/image-editor/bootstrap5-dark.scss +14 -14
  114. package/styles/image-editor/bootstrap5.3.css +162 -60
  115. package/styles/image-editor/bootstrap5.3.scss +14 -14
  116. package/styles/image-editor/bootstrap5.css +82 -60
  117. package/styles/image-editor/bootstrap5.scss +14 -14
  118. package/styles/image-editor/fabric-dark.css +82 -60
  119. package/styles/image-editor/fabric-dark.scss +14 -14
  120. package/styles/image-editor/fabric.css +82 -60
  121. package/styles/image-editor/fabric.scss +14 -14
  122. package/styles/image-editor/fluent-dark.css +82 -60
  123. package/styles/image-editor/fluent-dark.scss +14 -14
  124. package/styles/image-editor/fluent.css +82 -60
  125. package/styles/image-editor/fluent.scss +14 -14
  126. package/styles/image-editor/fluent2.css +163 -63
  127. package/styles/image-editor/fluent2.scss +14 -14
  128. package/styles/image-editor/highcontrast-light.css +82 -60
  129. package/styles/image-editor/highcontrast-light.scss +14 -14
  130. package/styles/image-editor/highcontrast.css +81 -60
  131. package/styles/image-editor/highcontrast.scss +14 -14
  132. package/styles/image-editor/icons/_bds.scss +1 -0
  133. package/styles/image-editor/icons/_bootstrap-dark.scss +1 -0
  134. package/styles/image-editor/icons/_bootstrap.scss +1 -0
  135. package/styles/image-editor/icons/_bootstrap4.scss +1 -0
  136. package/styles/image-editor/icons/_bootstrap5-dark.scss +1 -1
  137. package/styles/image-editor/icons/_bootstrap5.3.scss +1 -0
  138. package/styles/image-editor/icons/_bootstrap5.scss +1 -0
  139. package/styles/image-editor/icons/_fabric-dark.scss +1 -0
  140. package/styles/image-editor/icons/_fabric.scss +1 -0
  141. package/styles/image-editor/icons/_fluent-dark.scss +1 -1
  142. package/styles/image-editor/icons/_fluent.scss +1 -0
  143. package/styles/image-editor/icons/_fluent2.scss +1 -0
  144. package/styles/image-editor/icons/_fusionnew.scss +1 -0
  145. package/styles/image-editor/icons/_highcontrast-light.scss +1 -0
  146. package/styles/image-editor/icons/_highcontrast.scss +1 -0
  147. package/styles/image-editor/icons/_material-dark.scss +1 -0
  148. package/styles/image-editor/icons/_material.scss +1 -0
  149. package/styles/image-editor/icons/_material3-dark.scss +1 -1
  150. package/styles/image-editor/icons/_material3.scss +1 -0
  151. package/styles/image-editor/icons/_tailwind-dark.scss +1 -1
  152. package/styles/image-editor/icons/_tailwind.scss +1 -0
  153. package/styles/image-editor/icons/_tailwind3.scss +1 -0
  154. package/styles/image-editor/material-dark.css +82 -60
  155. package/styles/image-editor/material-dark.scss +14 -14
  156. package/styles/image-editor/material.css +82 -60
  157. package/styles/image-editor/material.scss +14 -14
  158. package/styles/image-editor/material3-dark.css +161 -60
  159. package/styles/image-editor/material3-dark.scss +14 -15
  160. package/styles/image-editor/material3.css +161 -60
  161. package/styles/image-editor/material3.scss +14 -15
  162. package/styles/image-editor/tailwind-dark.css +82 -60
  163. package/styles/image-editor/tailwind-dark.scss +14 -14
  164. package/styles/image-editor/tailwind.css +82 -60
  165. package/styles/image-editor/tailwind.scss +14 -14
  166. package/styles/image-editor/tailwind3.css +235 -84
  167. package/styles/image-editor/tailwind3.scss +14 -14
  168. package/styles/material-dark-lite.css +58 -57
  169. package/styles/material-dark-lite.scss +13 -13
  170. package/styles/material-dark.css +82 -60
  171. package/styles/material-dark.scss +14 -14
  172. package/styles/material-lite.css +58 -57
  173. package/styles/material-lite.scss +12 -13
  174. package/styles/material.css +82 -60
  175. package/styles/material.scss +13 -14
  176. package/styles/material3-dark-lite.css +137 -57
  177. package/styles/material3-dark-lite.scss +13 -13
  178. package/styles/material3-dark.css +161 -60
  179. package/styles/material3-dark.scss +14 -16
  180. package/styles/material3-lite.css +137 -57
  181. package/styles/material3-lite.scss +13 -13
  182. package/styles/material3.css +161 -60
  183. package/styles/material3.scss +14 -16
  184. package/styles/tailwind-dark-lite.css +58 -57
  185. package/styles/tailwind-dark-lite.scss +13 -13
  186. package/styles/tailwind-dark.css +82 -60
  187. package/styles/tailwind-dark.scss +14 -14
  188. package/styles/tailwind-lite.css +58 -57
  189. package/styles/tailwind-lite.scss +13 -13
  190. package/styles/tailwind.css +82 -60
  191. package/styles/tailwind.scss +14 -14
  192. package/styles/tailwind3-lite.css +195 -72
  193. package/styles/tailwind3-lite.scss +13 -13
  194. package/styles/tailwind3.css +235 -84
  195. package/styles/tailwind3.scss +14 -14
@@ -200,16 +200,6 @@
200
200
  .e-device.e-image-editor .e-img-font-style.e-template {
201
201
  margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
202
202
  }
203
- .e-device.e-image-editor .e-slider-container {
204
- margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
205
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
206
- }
207
- .e-device.e-image-editor .e-straighten-slider {
208
- margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
209
- }
210
- .e-device.e-image-editor .e-ie-straighten-value-span {
211
- margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
212
- }
213
203
  .e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
214
204
  display: none !important; /* stylelint-disable-line declaration-no-important */
215
205
  }
@@ -254,8 +244,8 @@
254
244
  height: calc(100% - 18px);
255
245
  width: calc(100% - 20px);
256
246
  border: 2px dashed #6c757d;
257
- border-radius: 10px;
258
247
  margin: 10px;
248
+ border-radius: 10px;
259
249
  }
260
250
  .e-image-editor .e-ie-drop-area .e-upload {
261
251
  display: none;
@@ -266,24 +256,30 @@
266
256
  .e-image-editor .e-ie-drop-area .e-ie-drop-icon {
267
257
  top: calc(50% - 60px);
268
258
  left: calc(50% - 25px);
259
+ position: absolute;
269
260
  }
270
261
  .e-image-editor .e-ie-drop-area .e-ie-drop-content {
271
262
  top: 50%;
272
263
  left: calc(50% - 160px);
273
264
  font-size: 14px;
265
+ position: absolute;
266
+ }
267
+ .e-image-editor .e-ie-drop-area .e-ie-drop-browse {
268
+ text-decoration: none;
274
269
  }
275
270
  .e-image-editor .e-ie-drop-area .e-ie-drop-info {
276
271
  top: calc(50% + 40px);
277
272
  left: 50%;
273
+ font-size: 14px;
274
+ position: absolute;
278
275
  -webkit-transform: translate(-50%, -50%);
279
276
  transform: translate(-50%, -50%);
280
- position: absolute;
281
- font-size: 14px;
282
277
  }
283
278
  .e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
284
279
  left: calc(50% - 120px);
285
280
  top: 50%;
286
281
  font-size: 14px;
282
+ position: absolute;
287
283
  }
288
284
  .e-image-editor .e-toolbar {
289
285
  border: none;
@@ -294,9 +290,14 @@
294
290
  .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
295
291
  margin-left: 20px;
296
292
  min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
293
+ font-size: 12px;
297
294
  }
298
295
  .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
299
296
  min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
297
+ font-size: 12px;
298
+ }
299
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-size {
300
+ font-size: 12px;
300
301
  }
301
302
  .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
302
303
  font-size: 18px;
@@ -359,6 +360,13 @@
359
360
  width: 100%;
360
361
  z-index: 1;
361
362
  }
363
+ .e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
364
+ -ms-flex-line-pack: center;
365
+ align-content: center;
366
+ text-align: center;
367
+ height: auto;
368
+ min-height: 58px;
369
+ }
362
370
  .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
363
371
  border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
364
372
  height: 130px !important; /* stylelint-disable-line declaration-no-important */
@@ -406,6 +414,7 @@
406
414
  .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
407
415
  -webkit-box-sizing: content-box;
408
416
  box-sizing: content-box;
417
+ font-size: 12px;
409
418
  }
410
419
  .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
411
420
  text-align: center;
@@ -415,9 +424,19 @@
415
424
  height: 100px;
416
425
  }
417
426
  .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
418
- margin-left: calc(50% - 137px);
419
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
427
+ margin: 0 16px 1px 16px;
428
+ height: auto;
429
+ }
430
+ .e-image-editor .e-ie-finetune-slider-wrap {
431
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
432
+ }
433
+ .e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span, .e-image-editor .e-ie-redact-value-span {
434
+ font-size: 14px;
435
+ line-height: 20px;
436
+ letter-spacing: normal;
437
+ font-weight: 400;
420
438
  }
439
+
421
440
  .e-ie-straighten-value-span,
422
441
  .e-ie-straighten-span,
423
442
  .e-ie-toolbar-straighten {
@@ -426,10 +445,18 @@
426
445
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
427
446
  }
428
447
 
448
+ .e-device.e-image-editor .e-ie-straighten-value-span,
449
+ .e-device.e-image-editor .e-ie-straighten-span,
450
+ .e-device.e-image-editor .e-ie-toolbar-straighten {
451
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
452
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
453
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
454
+ }
455
+
429
456
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
430
457
  height: auto;
431
- margin-left: 8px;
432
458
  padding-right: 2px;
459
+ margin-left: 8px;
433
460
  }
434
461
 
435
462
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -445,14 +472,6 @@
445
472
  top: calc(50% - 5px) !important; /* stylelint-disable-line declaration-no-important */
446
473
  }
447
474
 
448
- .e-ie-finetune-value-span {
449
- top: 29% !important; /* stylelint-disable-line declaration-no-important */
450
- }
451
-
452
- .e-ie-finetune-slider-label {
453
- top: 29% !important; /* stylelint-disable-line declaration-no-important */
454
- }
455
-
456
475
  .e-ie-finetune-slider-wrap {
457
476
  top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
458
477
  }
@@ -462,7 +481,8 @@
462
481
  }
463
482
 
464
483
  .e-ie-slider-wrap {
465
- top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
484
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
485
+ top: auto !important; /* stylelint-disable-line declaration-no-important */
466
486
  }
467
487
 
468
488
  .e-dropdown-popup.e-ie-crop-ddb-popup ul {
@@ -474,10 +494,6 @@
474
494
  background: none !important; /* stylelint-disable-line declaration-no-important */
475
495
  }
476
496
 
477
- .e-device.e-image-editor .e-ie-device-transparency-slider {
478
- margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
479
- }
480
-
481
497
  .e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
482
498
  .e-ie-quality-option-container .e-slider-container.e-horizontal {
483
499
  height: 28px;
@@ -536,6 +552,7 @@
536
552
  -webkit-box-pack: start;
537
553
  -ms-flex-pack: start;
538
554
  justify-content: flex-start;
555
+ text-align: center;
539
556
  }
540
557
 
541
558
  .e-ie-dlg-right-content {
@@ -544,13 +561,14 @@
544
561
 
545
562
  .e-ie-img-save-name {
546
563
  display: inline-block;
547
- margin-right: 10px;
548
564
  width: calc(69% - 13px);
565
+ margin-right: 10px;
549
566
  }
550
567
 
551
568
  .e-ie-img-save-dlg {
552
569
  display: inline-block;
553
- width: 92px;
570
+ width: auto;
571
+ min-width: 92px;
554
572
  }
555
573
 
556
574
  .e-ie-img-save-dlg .e-btn {
@@ -558,8 +576,8 @@
558
576
  }
559
577
 
560
578
  .e-ie-img-label-name {
561
- margin-bottom: 5px;
562
579
  display: block;
580
+ margin-bottom: 5px;
563
581
  }
564
582
 
565
583
  .e-ie-img-quality-name {
@@ -609,11 +627,11 @@
609
627
  }
610
628
 
611
629
  .e-ie-img-icon-button {
612
- margin-left: 10px;
613
630
  width: -webkit-max-content;
614
631
  width: -moz-max-content;
615
632
  width: max-content;
616
633
  margin-bottom: 4px;
634
+ margin-left: 10px;
617
635
  }
618
636
 
619
637
  .e-ie-quality-option-container .e-btn-group .e-btn {
@@ -646,24 +664,12 @@
646
664
  .e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
647
665
  margin-left: 0;
648
666
  }
649
- .e-blr-ie-save-dialog.e-device .e-slider-container {
650
- margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
651
- height: 28px !important; /* stylelint-disable-line declaration-no-important */
652
- }
653
667
  .e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
654
668
  margin-left: calc(70% - 100px) !important; /* stylelint-disable-line declaration-no-important */
655
669
  }
656
670
  .e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
657
671
  padding: 6px 13px;
658
672
  }
659
- .e-ie-straighten-value-span {
660
- margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
661
- }
662
-
663
- .e-device.e-image-editor .e-ie-straighten-value-span {
664
- margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
665
- }
666
-
667
673
  @media only screen and (max-width: 390px) {
668
674
  .e-device.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-ie-img-quality-name .e-btn-group .e-btn {
669
675
  padding-left: 11px;
@@ -673,17 +679,13 @@
673
679
  width: calc(67% - 30px) !important; /* stylelint-disable-line declaration-no-important */
674
680
  }
675
681
  }
676
- .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label {
677
- left: calc(50% - 145px) !important; /* stylelint-disable-line declaration-no-important */
678
- }
679
-
680
- .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
681
- width: 170px !important; /* stylelint-disable-line declaration-no-important */
682
- margin-left: calc(50% - 62px) !important; /* stylelint-disable-line declaration-no-important */
683
- }
684
-
685
- .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
686
- margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
682
+ .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
683
+ .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
684
+ .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
685
+ font-size: 16px;
686
+ line-height: 24px;
687
+ letter-spacing: normal;
688
+ font-weight: normal;
687
689
  }
688
690
 
689
691
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
@@ -765,7 +767,6 @@
765
767
  -webkit-box-shadow: none !important;
766
768
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
767
769
  }
768
-
769
770
  .e-dropdown-popup .e-selected-btn {
770
771
  background: rgb(91.8, 99.45, 106.25) !important; /* stylelint-disable-line declaration-no-important */
771
772
  color: #fff !important; /* stylelint-disable-line declaration-no-important */
@@ -1,13 +1,13 @@
1
- @import 'ej2-base/styles/definition/bootstrap5.scss';
2
- @import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
3
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-definition.scss';
4
- @import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
5
- @import 'ej2-inputs/styles/textbox/bootstrap5-definition.scss';
6
- @import 'ej2-inputs/styles/uploader/bootstrap5-definition.scss';
7
- @import 'ej2-popups/styles/tooltip/bootstrap5-definition.scss';
8
- @import 'ej2-inputs/styles/color-picker/bootstrap5-definition.scss';
9
- @import 'ej2-navigations/styles/toolbar/bootstrap5-definition.scss';
10
- @import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
11
- @import 'image-editor/bootstrap5-definition.scss';
12
- @import 'image-editor/icons/bootstrap5.scss';
13
- @import 'image-editor/all.scss';
1
+ @use 'ej2-base/styles/definition/bootstrap5' as *;
2
+ @use 'ej2-buttons/styles/button/bootstrap5-definition' as *;
3
+ @use 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-definition' as *;
4
+ @use 'ej2-inputs/styles/numerictextbox/bootstrap5-definition' as *;
5
+ @use 'ej2-inputs/styles/textbox/bootstrap5-definition' as *;
6
+ @use 'ej2-inputs/styles/uploader/bootstrap5-definition' as *;
7
+ @use 'ej2-popups/styles/tooltip/bootstrap5-definition' as *;
8
+ @use 'ej2-inputs/styles/color-picker/bootstrap5-definition' as *;
9
+ @use 'ej2-navigations/styles/toolbar/bootstrap5-definition' as *;
10
+ @use 'ej2-popups/styles/spinner/bootstrap5-definition' as *;
11
+ @use 'image-editor/bootstrap5-definition' as *;
12
+ @use 'image-editor/icons/bootstrap5' as *;
13
+ @use 'image-editor/all' as *;
@@ -2,6 +2,86 @@
2
2
 
3
3
 
4
4
 
5
+
6
+
7
+
8
+
9
+
10
+
11
+ /* Font Family */
12
+ /* Font Sizes */
13
+ /* Radius */
14
+ /* 1px */
15
+ /* 2px */
16
+ /* 3px */
17
+ /* 4px */
18
+ /* 5px */
19
+ /* 6px */
20
+ /* 7px */
21
+ /* 8px */
22
+ /* 9px */
23
+ /* 10px */
24
+ /* 11px */
25
+ /* 12px */
26
+ /* 13px */
27
+ /* 14px */
28
+ /* 15px */
29
+ /* 16px */
30
+ /* 17px */
31
+ /* 18px */
32
+ /* 19px */
33
+ /* 20px */
34
+ /* 21px */
35
+ /* 22px */
36
+ /* 23px */
37
+ /* 24px */
38
+ /* 25px */
39
+ /* 26px */
40
+ /* 27px */
41
+ /* 28px */
42
+ /* 29px */
43
+ /* 30px */
44
+ /* 31px */
45
+ /* 32px */
46
+ /* 33px */
47
+ /* 34px */
48
+ /* 35px */
49
+ /* 36px */
50
+ /* 37px */
51
+ /* 38px */
52
+ /* 39px */
53
+ /* 40px */
54
+ /* 41px */
55
+ /* 42px */
56
+ /* 43px */
57
+ /* 44px */
58
+ /* 45px */
59
+ /* 46px */
60
+ /* 47px */
61
+ /* 48px */
62
+ /* 49px */
63
+ /* 50px */
64
+ /* 5em */
65
+ /* 65% */
66
+ /* border */
67
+ /* 0px */
68
+ /* 1px */
69
+ /* 1.5px */
70
+ /* 2px */
71
+ /* 3px */
72
+ /* 4px */
73
+ /* 5px */
74
+ /* 6px */
75
+ /* 7px */
76
+ /* 8px */
77
+ /* 9px */
78
+ /* 10px */
79
+ /* 11px */
80
+ /* 12px */
81
+ /* 13px */
82
+ /* 14px */
83
+ /* 15px */
84
+ /* 16px */
5
85
  /* stylelint-disable-line no-empty-source */
6
86
  /* stylelint-disable */
7
87
  /* stylelint-disable property-no-vendor-prefix */
@@ -204,16 +284,6 @@
204
284
  .e-device.e-image-editor .e-img-font-style.e-template {
205
285
  margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
206
286
  }
207
- .e-device.e-image-editor .e-slider-container {
208
- margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
209
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
210
- }
211
- .e-device.e-image-editor .e-straighten-slider {
212
- margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
213
- }
214
- .e-device.e-image-editor .e-ie-straighten-value-span {
215
- margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
216
- }
217
287
  .e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
218
288
  display: none !important; /* stylelint-disable-line declaration-no-important */
219
289
  }
@@ -258,8 +328,8 @@
258
328
  height: calc(100% - 18px);
259
329
  width: calc(100% - 20px);
260
330
  border: 2px dashed var(--color-sf-icon-color);
261
- border-radius: 10px;
262
331
  margin: 10px;
332
+ border-radius: 10px;
263
333
  }
264
334
  .e-image-editor .e-ie-drop-area .e-upload {
265
335
  display: none;
@@ -270,24 +340,30 @@
270
340
  .e-image-editor .e-ie-drop-area .e-ie-drop-icon {
271
341
  top: calc(50% - 60px);
272
342
  left: calc(50% - 25px);
343
+ position: absolute;
273
344
  }
274
345
  .e-image-editor .e-ie-drop-area .e-ie-drop-content {
275
346
  top: 50%;
276
347
  left: calc(50% - 160px);
277
348
  font-size: 14px;
349
+ position: absolute;
350
+ }
351
+ .e-image-editor .e-ie-drop-area .e-ie-drop-browse {
352
+ text-decoration: none;
278
353
  }
279
354
  .e-image-editor .e-ie-drop-area .e-ie-drop-info {
280
355
  top: calc(50% + 40px);
281
356
  left: 50%;
357
+ font-size: 14px;
358
+ position: absolute;
282
359
  -webkit-transform: translate(-50%, -50%);
283
360
  transform: translate(-50%, -50%);
284
- position: absolute;
285
- font-size: 14px;
286
361
  }
287
362
  .e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
288
363
  left: calc(50% - 120px);
289
364
  top: 50%;
290
365
  font-size: 14px;
366
+ position: absolute;
291
367
  }
292
368
  .e-image-editor .e-toolbar {
293
369
  border: none;
@@ -298,9 +374,14 @@
298
374
  .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
299
375
  margin-left: 20px;
300
376
  min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
377
+ font-size: 12px;
301
378
  }
302
379
  .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
303
380
  min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
381
+ font-size: 12px;
382
+ }
383
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-size {
384
+ font-size: 12px;
304
385
  }
305
386
  .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
306
387
  font-size: 18px;
@@ -363,6 +444,13 @@
363
444
  width: 100%;
364
445
  z-index: 1;
365
446
  }
447
+ .e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
448
+ -ms-flex-line-pack: center;
449
+ align-content: center;
450
+ text-align: center;
451
+ height: auto;
452
+ min-height: 58px;
453
+ }
366
454
  .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
367
455
  border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
368
456
  height: 130px !important; /* stylelint-disable-line declaration-no-important */
@@ -410,6 +498,7 @@
410
498
  .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
411
499
  -webkit-box-sizing: content-box;
412
500
  box-sizing: content-box;
501
+ font-size: 12px;
413
502
  }
414
503
  .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
415
504
  text-align: center;
@@ -419,9 +508,19 @@
419
508
  height: 100px;
420
509
  }
421
510
  .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
422
- margin-left: calc(50% - 137px);
423
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
511
+ margin: 0 16px 1px 16px;
512
+ height: auto;
424
513
  }
514
+ .e-image-editor .e-ie-finetune-slider-wrap {
515
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
516
+ }
517
+ .e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span, .e-image-editor .e-ie-redact-value-span {
518
+ font-size: 14px;
519
+ line-height: 20px;
520
+ letter-spacing: normal;
521
+ font-weight: 400;
522
+ }
523
+
425
524
  .e-ie-straighten-value-span,
426
525
  .e-ie-straighten-span,
427
526
  .e-ie-toolbar-straighten {
@@ -430,10 +529,18 @@
430
529
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
431
530
  }
432
531
 
532
+ .e-device.e-image-editor .e-ie-straighten-value-span,
533
+ .e-device.e-image-editor .e-ie-straighten-span,
534
+ .e-device.e-image-editor .e-ie-toolbar-straighten {
535
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
536
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
537
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
538
+ }
539
+
433
540
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
434
541
  height: auto;
435
- margin-left: 8px;
436
542
  padding-right: 2px;
543
+ margin-left: 8px;
437
544
  }
438
545
 
439
546
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -449,14 +556,6 @@
449
556
  top: calc(50% - 5px) !important; /* stylelint-disable-line declaration-no-important */
450
557
  }
451
558
 
452
- .e-ie-finetune-value-span {
453
- top: 29% !important; /* stylelint-disable-line declaration-no-important */
454
- }
455
-
456
- .e-ie-finetune-slider-label {
457
- top: 29% !important; /* stylelint-disable-line declaration-no-important */
458
- }
459
-
460
559
  .e-ie-finetune-slider-wrap {
461
560
  top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
462
561
  }
@@ -466,7 +565,8 @@
466
565
  }
467
566
 
468
567
  .e-ie-slider-wrap {
469
- top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
568
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
569
+ top: auto !important; /* stylelint-disable-line declaration-no-important */
470
570
  }
471
571
 
472
572
  .e-dropdown-popup.e-ie-crop-ddb-popup ul {
@@ -478,10 +578,6 @@
478
578
  background: none !important; /* stylelint-disable-line declaration-no-important */
479
579
  }
480
580
 
481
- .e-device.e-image-editor .e-ie-device-transparency-slider {
482
- margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
483
- }
484
-
485
581
  .e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
486
582
  .e-ie-quality-option-container .e-slider-container.e-horizontal {
487
583
  height: 28px;
@@ -540,6 +636,7 @@
540
636
  -webkit-box-pack: start;
541
637
  -ms-flex-pack: start;
542
638
  justify-content: flex-start;
639
+ text-align: center;
543
640
  }
544
641
 
545
642
  .e-ie-dlg-right-content {
@@ -548,13 +645,14 @@
548
645
 
549
646
  .e-ie-img-save-name {
550
647
  display: inline-block;
551
- margin-right: 10px;
552
648
  width: calc(69% - 13px);
649
+ margin-right: 10px;
553
650
  }
554
651
 
555
652
  .e-ie-img-save-dlg {
556
653
  display: inline-block;
557
- width: 92px;
654
+ width: auto;
655
+ min-width: 92px;
558
656
  }
559
657
 
560
658
  .e-ie-img-save-dlg .e-btn {
@@ -562,8 +660,8 @@
562
660
  }
563
661
 
564
662
  .e-ie-img-label-name {
565
- margin-bottom: 5px;
566
663
  display: block;
664
+ margin-bottom: 5px;
567
665
  }
568
666
 
569
667
  .e-ie-img-quality-name {
@@ -613,11 +711,11 @@
613
711
  }
614
712
 
615
713
  .e-ie-img-icon-button {
616
- margin-left: 10px;
617
714
  width: -webkit-max-content;
618
715
  width: -moz-max-content;
619
716
  width: max-content;
620
717
  margin-bottom: 4px;
718
+ margin-left: 10px;
621
719
  }
622
720
 
623
721
  .e-ie-quality-option-container .e-btn-group .e-btn {
@@ -650,24 +748,12 @@
650
748
  .e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
651
749
  margin-left: 0;
652
750
  }
653
- .e-blr-ie-save-dialog.e-device .e-slider-container {
654
- margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
655
- height: 28px !important; /* stylelint-disable-line declaration-no-important */
656
- }
657
751
  .e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
658
752
  margin-left: calc(70% - 100px) !important; /* stylelint-disable-line declaration-no-important */
659
753
  }
660
754
  .e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
661
755
  padding: 6px 13px;
662
756
  }
663
- .e-ie-straighten-value-span {
664
- margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
665
- }
666
-
667
- .e-device.e-image-editor .e-ie-straighten-value-span {
668
- margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
669
- }
670
-
671
757
  @media only screen and (max-width: 390px) {
672
758
  .e-device.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-ie-img-quality-name .e-btn-group .e-btn {
673
759
  padding-left: 9px;
@@ -677,17 +763,13 @@
677
763
  width: calc(65% - 30px) !important; /* stylelint-disable-line declaration-no-important */
678
764
  }
679
765
  }
680
- .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label {
681
- left: calc(50% - 145px) !important; /* stylelint-disable-line declaration-no-important */
682
- }
683
-
684
- .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
685
- width: 170px !important; /* stylelint-disable-line declaration-no-important */
686
- margin-left: calc(50% - 62px) !important; /* stylelint-disable-line declaration-no-important */
687
- }
688
-
689
- .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
690
- margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
766
+ .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
767
+ .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
768
+ .e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
769
+ font-size: 16px;
770
+ line-height: 24px;
771
+ letter-spacing: normal;
772
+ font-weight: normal;
691
773
  }
692
774
 
693
775
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
@@ -767,7 +849,6 @@
767
849
  -webkit-box-shadow: none !important;
768
850
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
769
851
  }
770
-
771
852
  .e-dropdown-popup .e-item.e-selected-btn {
772
853
  background-color: var(--color-sf-content-bg-color-selected) !important; /* stylelint-disable-line declaration-no-important */
773
854
  color: var(--color-sf-content-text-color-selected) !important; /* stylelint-disable-line declaration-no-important */
@@ -1,13 +1,13 @@
1
- @import 'ej2-base/styles/definition/bootstrap5.3.scss';
2
- @import 'ej2-buttons/styles/button/bootstrap5.3-definition.scss';
3
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5.3-definition.scss';
4
- @import 'ej2-inputs/styles/numerictextbox/bootstrap5.3-definition.scss';
5
- @import 'ej2-inputs/styles/textbox/bootstrap5.3-definition.scss';
6
- @import 'ej2-inputs/styles/uploader/bootstrap5.3-definition.scss';
7
- @import 'ej2-popups/styles/tooltip/bootstrap5.3-definition.scss';
8
- @import 'ej2-inputs/styles/color-picker/bootstrap5.3-definition.scss';
9
- @import 'ej2-navigations/styles/toolbar/bootstrap5.3-definition.scss';
10
- @import 'ej2-popups/styles/spinner/bootstrap5.3-definition.scss';
11
- @import 'image-editor/bootstrap5.3-definition.scss';
12
- @import 'image-editor/icons/bootstrap5.3.scss';
13
- @import 'image-editor/all.scss';
1
+ @use 'ej2-base/styles/definition/bootstrap5.3' as *;
2
+ @use 'ej2-buttons/styles/button/bootstrap5.3-definition' as *;
3
+ @use 'ej2-splitbuttons/styles/drop-down-button/bootstrap5.3-definition' as *;
4
+ @use 'ej2-inputs/styles/numerictextbox/bootstrap5.3-definition' as *;
5
+ @use 'ej2-inputs/styles/textbox/bootstrap5.3-definition' as *;
6
+ @use 'ej2-inputs/styles/uploader/bootstrap5.3-definition' as *;
7
+ @use 'ej2-popups/styles/tooltip/bootstrap5.3-definition' as *;
8
+ @use 'ej2-inputs/styles/color-picker/bootstrap5.3-definition' as *;
9
+ @use 'ej2-navigations/styles/toolbar/bootstrap5.3-definition' as *;
10
+ @use 'ej2-popups/styles/spinner/bootstrap5.3-definition' as *;
11
+ @use 'image-editor/bootstrap5.3-definition' as *;
12
+ @use 'image-editor/icons/bootstrap5.3' as *;
13
+ @use 'image-editor/all' as *;