@syncfusion/ej2-image-editor 24.1.43 → 24.1.44

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 (52) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-image-editor.umd.min.js +2 -2
  4. package/dist/ej2-image-editor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-image-editor.es2015.js +45 -21
  6. package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-image-editor.es5.js +45 -21
  8. package/dist/es6/ej2-image-editor.es5.js.map +1 -1
  9. package/dist/global/ej2-image-editor.min.js +2 -2
  10. package/dist/global/ej2-image-editor.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +7 -7
  13. package/src/image-editor/action/draw.js +19 -16
  14. package/src/image-editor/action/selection.js +8 -0
  15. package/src/image-editor/action/transform.js +4 -4
  16. package/src/image-editor/action/undo-redo.js +11 -1
  17. package/src/image-editor/renderer/toolbar.js +3 -0
  18. package/styles/bootstrap-dark.css +9 -2
  19. package/styles/bootstrap.css +9 -2
  20. package/styles/bootstrap4.css +9 -2
  21. package/styles/bootstrap5-dark.css +9 -2
  22. package/styles/bootstrap5.css +9 -2
  23. package/styles/fabric-dark.css +9 -2
  24. package/styles/fabric.css +9 -2
  25. package/styles/fluent-dark.css +9 -2
  26. package/styles/fluent.css +9 -2
  27. package/styles/highcontrast-light.css +9 -2
  28. package/styles/highcontrast.css +9 -2
  29. package/styles/image-editor/_layout.scss +9 -6
  30. package/styles/image-editor/bootstrap-dark.css +9 -2
  31. package/styles/image-editor/bootstrap.css +9 -2
  32. package/styles/image-editor/bootstrap4.css +9 -2
  33. package/styles/image-editor/bootstrap5-dark.css +9 -2
  34. package/styles/image-editor/bootstrap5.css +9 -2
  35. package/styles/image-editor/fabric-dark.css +9 -2
  36. package/styles/image-editor/fabric.css +9 -2
  37. package/styles/image-editor/fluent-dark.css +9 -2
  38. package/styles/image-editor/fluent.css +9 -2
  39. package/styles/image-editor/highcontrast-light.css +9 -2
  40. package/styles/image-editor/highcontrast.css +9 -2
  41. package/styles/image-editor/material-dark.css +9 -2
  42. package/styles/image-editor/material.css +9 -2
  43. package/styles/image-editor/material3-dark.css +7 -2
  44. package/styles/image-editor/material3.css +7 -2
  45. package/styles/image-editor/tailwind-dark.css +9 -2
  46. package/styles/image-editor/tailwind.css +9 -2
  47. package/styles/material-dark.css +9 -2
  48. package/styles/material.css +9 -2
  49. package/styles/material3-dark.css +7 -2
  50. package/styles/material3.css +7 -2
  51. package/styles/tailwind-dark.css +9 -2
  52. package/styles/tailwind.css +9 -2
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 24.1.43
3
+ * version : 24.1.44
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-image-editor@*",
3
- "_id": "@syncfusion/ej2-image-editor@24.1.41",
3
+ "_id": "@syncfusion/ej2-image-editor@24.1.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-MS+zJMwrlarZxJ7zqkpd8RYmmZ1SWlmDSXcAqKN67/TQ0jRmkdWgfdoSQwCbD//aS9ggC+CtUa5v5kkTKONHVQ==",
5
+ "_integrity": "sha512-LcI3ecnXwuM7mkbjNvkCjubyWqxgHSir+LYa2n0zChRWpLAsz5Mud5bPbJo38vJ4YdaZLO4aOgnU1IPbSunDZA==",
6
6
  "_location": "/@syncfusion/ej2-image-editor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,8 +23,8 @@
23
23
  "/@syncfusion/ej2-react-image-editor",
24
24
  "/@syncfusion/ej2-vue-image-editor"
25
25
  ],
26
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-image-editor/-/ej2-image-editor-24.1.41.tgz",
27
- "_shasum": "bfa6dc433fa0e25027f2b3e3c3ea78e138439793",
26
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-image-editor/-/ej2-image-editor-24.1.43.tgz",
27
+ "_shasum": "3f51287e0339878931977e29514a28a0e013f637",
28
28
  "_spec": "@syncfusion/ej2-image-editor@*",
29
29
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
30
30
  "author": {
@@ -36,8 +36,8 @@
36
36
  "@syncfusion/ej2-buttons": "~24.1.41",
37
37
  "@syncfusion/ej2-inputs": "~24.1.41",
38
38
  "@syncfusion/ej2-navigations": "~24.1.41",
39
- "@syncfusion/ej2-popups": "~24.1.41",
40
- "@syncfusion/ej2-splitbuttons": "~24.1.41"
39
+ "@syncfusion/ej2-popups": "~24.1.44",
40
+ "@syncfusion/ej2-splitbuttons": "~24.1.44"
41
41
  },
42
42
  "deprecated": false,
43
43
  "description": "Essential JS 2 ImageEditor",
@@ -67,7 +67,7 @@
67
67
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/imageeditor"
68
68
  },
69
69
  "typings": "index.d.ts",
70
- "version": "24.1.43",
70
+ "version": "24.1.44",
71
71
  "sideEffects": false,
72
72
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
73
73
  }
@@ -82,7 +82,7 @@ var Draw = /** @class */ (function () {
82
82
  this.updateCanvas();
83
83
  break;
84
84
  case 'performCancel':
85
- this.performCancel(args.value['isContextualToolbar']);
85
+ this.performCancel(args.value['isContextualToolbar'], args.value['isUndoRedo']);
86
86
  break;
87
87
  case 'updateFlipPan':
88
88
  this.updateFlipPan(args.value['tempSelectionObj']);
@@ -574,13 +574,11 @@ var Draw = /** @class */ (function () {
574
574
  if (destTop < 0) {
575
575
  height += destTop;
576
576
  }
577
- if (parent.currObjType.shape.toLowerCase() !== 'crop-square' && parent.currObjType.shape.toLowerCase() !== 'crop-circle') {
578
- if (destLeft + destWidth > parent.lowerCanvas.width) {
579
- width -= (destLeft + destWidth - parent.lowerCanvas.width);
580
- }
581
- if (destTop + destHeight > parent.lowerCanvas.height) {
582
- height -= (destTop + destHeight - parent.lowerCanvas.height);
583
- }
577
+ if (destLeft + destWidth > parent.lowerCanvas.width) {
578
+ width -= (destLeft + destWidth - parent.lowerCanvas.width);
579
+ }
580
+ if (destTop + destHeight > parent.lowerCanvas.height) {
581
+ height -= (destTop + destHeight - parent.lowerCanvas.height);
584
582
  }
585
583
  }
586
584
  switch (parent.currObjType.shape.toLowerCase()) {
@@ -2202,7 +2200,7 @@ var Draw = /** @class */ (function () {
2202
2200
  parent.img.destHeight = maxDimension.width;
2203
2201
  }
2204
2202
  parent.img.destLeft = (parent.lowerCanvas.clientWidth - maxDimension.height) / 2;
2205
- parent.img.destTop = (parent.lowerCanvas.clientHeight - maxDimension.width + 1) / 2;
2203
+ parent.img.destTop = (parent.lowerCanvas.clientHeight - maxDimension.width) / 2;
2206
2204
  parent.img.destWidth = maxDimension.height;
2207
2205
  parent.img.destHeight = maxDimension.width;
2208
2206
  }
@@ -2218,7 +2216,12 @@ var Draw = /** @class */ (function () {
2218
2216
  parent.img.destHeight = maxDimension.height;
2219
2217
  }
2220
2218
  parent.img.destLeft = (parent.lowerCanvas.clientWidth - maxDimension.width) / 2;
2221
- parent.img.destTop = (parent.lowerCanvas.clientHeight - maxDimension.height + 1) / 2;
2219
+ if (degree === 0) {
2220
+ parent.img.destTop = (parent.lowerCanvas.clientHeight - maxDimension.height + 1) / 2;
2221
+ }
2222
+ else {
2223
+ parent.img.destTop = (parent.lowerCanvas.clientHeight - maxDimension.height) / 2;
2224
+ }
2222
2225
  parent.img.destWidth = maxDimension.width;
2223
2226
  parent.img.destHeight = maxDimension.height;
2224
2227
  }
@@ -2533,14 +2536,14 @@ var Draw = /** @class */ (function () {
2533
2536
  parent.cancelCropSelection = null;
2534
2537
  }
2535
2538
  };
2536
- Draw.prototype.performCancel = function (isContextualToolbar) {
2539
+ Draw.prototype.performCancel = function (isContextualToolbar, isUndoRedo) {
2537
2540
  var parent = this.parent;
2538
2541
  var straightenObj = { bool: parent.isStraightening };
2539
2542
  isContextualToolbar = isContextualToolbar ? isContextualToolbar : false;
2540
2543
  var obj = { bool: false };
2541
2544
  parent.allowDownScale = true;
2542
2545
  parent.notify('selection', { prop: 'getFreehandDrawEditing', onPropertyChange: false, value: { obj: obj } });
2543
- if (JSON.stringify(parent.frameObj) !== JSON.stringify(parent.tempFrameObj)) {
2546
+ if (isNullOrUndefined(isUndoRedo) && JSON.stringify(parent.frameObj) !== JSON.stringify(parent.tempFrameObj)) {
2544
2547
  extend(parent.frameObj, parent.tempFrameObj);
2545
2548
  this.renderImage(null, null, true);
2546
2549
  }
@@ -3304,16 +3307,16 @@ var Draw = /** @class */ (function () {
3304
3307
  Draw.prototype.setClientTransDim = function (isPreventDimension) {
3305
3308
  var parent = this.parent;
3306
3309
  if (parent.transform.degree % 90 === 0 && parent.transform.degree % 180 !== 0) {
3307
- parent.img.destLeft = (parent.lowerCanvas.width - parent.img.destHeight) / 2;
3308
- parent.img.destTop = (parent.lowerCanvas.height - parent.img.destWidth) / 2;
3310
+ parent.img.destLeft = (parent.lowerCanvas.clientWidth - parent.img.destHeight) / 2;
3311
+ parent.img.destTop = (parent.lowerCanvas.clientHeight - parent.img.destWidth + 1) / 2;
3309
3312
  var temp = parent.img.destWidth;
3310
3313
  parent.img.destWidth = parent.img.destHeight;
3311
3314
  parent.img.destHeight = temp;
3312
3315
  }
3313
3316
  else {
3314
3317
  if (isNullOrUndefined(isPreventDimension)) {
3315
- parent.img.destLeft = (parent.lowerCanvas.width - parent.img.destWidth) / 2;
3316
- parent.img.destTop = (parent.lowerCanvas.height - parent.img.destHeight) / 2;
3318
+ parent.img.destLeft = (parent.lowerCanvas.clientWidth - parent.img.destWidth) / 2;
3319
+ parent.img.destTop = (parent.lowerCanvas.clientHeight - parent.img.destHeight + 1) / 2;
3317
3320
  }
3318
3321
  }
3319
3322
  };
@@ -4364,7 +4364,15 @@ var Selection = /** @class */ (function () {
4364
4364
  this.getCurrentFlipState();
4365
4365
  }
4366
4366
  else {
4367
+ var totalPannedInternalPoint = extend({}, parent.panPoint.totalPannedInternalPoint, {}, true);
4368
+ var destPoints = { startX: parent.img.destLeft, startY: parent.img.destTop, width: parent.img.destWidth,
4369
+ height: parent.img.destHeight };
4367
4370
  parent.notify('draw', { prop: 'callUpdateCurrTransState', onPropertyChange: false });
4371
+ parent.panPoint.totalPannedInternalPoint = totalPannedInternalPoint;
4372
+ parent.img.destLeft = destPoints.startX;
4373
+ parent.img.destTop = destPoints.startY;
4374
+ parent.img.destWidth = destPoints.width;
4375
+ parent.img.destHeight = destPoints.height;
4368
4376
  parent.notify('freehand-draw', { prop: 'freehandRedraw', onPropertyChange: false,
4369
4377
  value: { context: this.lowerContext, points: null } });
4370
4378
  }
@@ -1189,11 +1189,11 @@ var Transform = /** @class */ (function () {
1189
1189
  if (parent.img.destTop > 0) {
1190
1190
  parent.img.destTop = 0;
1191
1191
  }
1192
- if (parent.img.destLeft + maxDimension.width < parent.lowerCanvas.width) {
1193
- parent.img.destLeft = parent.lowerCanvas.width - parent.img.destWidth;
1192
+ if (parent.img.destLeft + maxDimension.width < parent.lowerCanvas.clientWidth) {
1193
+ parent.img.destLeft = parent.lowerCanvas.clientWidth - parent.img.destWidth;
1194
1194
  }
1195
- if (parent.img.destTop + maxDimension.height < parent.lowerCanvas.height) {
1196
- parent.img.destTop = parent.lowerCanvas.height - parent.img.destHeight;
1195
+ if (parent.img.destTop + maxDimension.height < parent.lowerCanvas.clientHeight) {
1196
+ parent.img.destTop = parent.lowerCanvas.clientHeight - parent.img.destHeight;
1197
1197
  }
1198
1198
  }
1199
1199
  return maxDimension;
@@ -382,7 +382,7 @@ var UndoRedo = /** @class */ (function () {
382
382
  this.tempCurrSelPoint = extend({}, parent.currSelectionPoint, {}, true);
383
383
  parent.currSelectionPoint = null;
384
384
  }
385
- parent.notify('draw', { prop: 'performCancel', value: { isContextualToolbar: null } });
385
+ parent.notify('draw', { prop: 'performCancel', value: { isContextualToolbar: null, isUndoRedo: true } });
386
386
  parent.currObjType.isActiveObj = false;
387
387
  if (parent.transform.straighten !== 0) {
388
388
  parent.notify('draw', { prop: 'setStraightenActObj', value: { activeObj: null } });
@@ -945,6 +945,16 @@ var UndoRedo = /** @class */ (function () {
945
945
  this.parent.notify('draw', { prop: 'getArrowDimension', onPropertyChange: false, value: { obj: arrowObj } });
946
946
  var tempArrowObj = extend({}, arrowObj['arrowDimension'], {}, true);
947
947
  if (parent.transform.zoomFactor > 0 && (obj.length > 0 || point.length > 0)) {
948
+ if (obj.length > 0) {
949
+ for (var i = 0; i < obj.length; i++) {
950
+ if (obj[i].currIndex) {
951
+ continue;
952
+ }
953
+ else {
954
+ obj[i].currIndex = 'shape_' + (i + 1);
955
+ }
956
+ }
957
+ }
948
958
  parent.objColl = obj;
949
959
  parent.pointColl = point;
950
960
  var isUndoRedo = parent.isUndoRedo;
@@ -3644,6 +3644,9 @@ var ToolbarModule = /** @class */ (function () {
3644
3644
  qtArea.style.top = point.startY - (height + (height / 1.5)) + 'px';
3645
3645
  }
3646
3646
  }
3647
+ if (parseFloat(qtArea.style.top) < 0) {
3648
+ qtArea.style.top = '0px';
3649
+ }
3647
3650
  }
3648
3651
  };
3649
3652
  ToolbarModule.prototype.refreshDropDownBtn = function (isDisabled) {
@@ -496,14 +496,17 @@
496
496
  height: 54px !important; /* stylelint-disable-line declaration-no-important */
497
497
  }
498
498
  .e-ie-straighten-value-span,
499
- .e-ie-straighten-span {
500
- font-size: 14px;
499
+ .e-ie-straighten-span,
500
+ .e-ie-toolbar-straighten {
501
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
501
502
  padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
502
503
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
503
504
  }
504
505
 
505
506
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
506
507
  height: auto;
508
+ margin-left: 8px;
509
+ padding-right: 2px;
507
510
  }
508
511
 
509
512
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -519,6 +522,10 @@
519
522
  top: calc(50% - 5px) !important; /* stylelint-disable-line declaration-no-important */
520
523
  }
521
524
 
525
+ .e-ie-finetune-value-span {
526
+ top: 26% !important; /* stylelint-disable-line declaration-no-important */
527
+ }
528
+
522
529
  .e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
523
530
  top: calc(50% - 7px) !important; /* stylelint-disable-line declaration-no-important */
524
531
  }
@@ -496,14 +496,17 @@
496
496
  height: 54px !important; /* stylelint-disable-line declaration-no-important */
497
497
  }
498
498
  .e-ie-straighten-value-span,
499
- .e-ie-straighten-span {
500
- font-size: 14px;
499
+ .e-ie-straighten-span,
500
+ .e-ie-toolbar-straighten {
501
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
501
502
  padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
502
503
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
503
504
  }
504
505
 
505
506
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
506
507
  height: auto;
508
+ margin-left: 8px;
509
+ padding-right: 2px;
507
510
  }
508
511
 
509
512
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -519,6 +522,10 @@
519
522
  top: calc(50% - 5px) !important; /* stylelint-disable-line declaration-no-important */
520
523
  }
521
524
 
525
+ .e-ie-finetune-value-span {
526
+ top: 26% !important; /* stylelint-disable-line declaration-no-important */
527
+ }
528
+
522
529
  .e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
523
530
  top: calc(50% - 7px) !important; /* stylelint-disable-line declaration-no-important */
524
531
  }
@@ -494,14 +494,17 @@
494
494
  height: 54px !important; /* stylelint-disable-line declaration-no-important */
495
495
  }
496
496
  .e-ie-straighten-value-span,
497
- .e-ie-straighten-span {
498
- font-size: 14px;
497
+ .e-ie-straighten-span,
498
+ .e-ie-toolbar-straighten {
499
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
499
500
  padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
500
501
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
501
502
  }
502
503
 
503
504
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
504
505
  height: auto;
506
+ margin-left: 8px;
507
+ padding-right: 2px;
505
508
  }
506
509
 
507
510
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -517,6 +520,10 @@
517
520
  top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
518
521
  }
519
522
 
523
+ .e-ie-finetune-value-span {
524
+ top: 26% !important; /* stylelint-disable-line declaration-no-important */
525
+ }
526
+
520
527
  .e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
521
528
  top: calc(50% - 7px) !important; /* stylelint-disable-line declaration-no-important */
522
529
  }
@@ -512,14 +512,17 @@
512
512
  height: 54px !important; /* stylelint-disable-line declaration-no-important */
513
513
  }
514
514
  .e-ie-straighten-value-span,
515
- .e-ie-straighten-span {
516
- font-size: 14px;
515
+ .e-ie-straighten-span,
516
+ .e-ie-toolbar-straighten {
517
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
517
518
  padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
518
519
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
519
520
  }
520
521
 
521
522
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
522
523
  height: auto;
524
+ margin-left: 8px;
525
+ padding-right: 2px;
523
526
  }
524
527
 
525
528
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -535,6 +538,10 @@
535
538
  top: calc(50% - 5px) !important; /* stylelint-disable-line declaration-no-important */
536
539
  }
537
540
 
541
+ .e-ie-finetune-value-span {
542
+ top: 26% !important; /* stylelint-disable-line declaration-no-important */
543
+ }
544
+
538
545
  .e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
539
546
  top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
540
547
  }
@@ -512,14 +512,17 @@
512
512
  height: 54px !important; /* stylelint-disable-line declaration-no-important */
513
513
  }
514
514
  .e-ie-straighten-value-span,
515
- .e-ie-straighten-span {
516
- font-size: 14px;
515
+ .e-ie-straighten-span,
516
+ .e-ie-toolbar-straighten {
517
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
517
518
  padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
518
519
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
519
520
  }
520
521
 
521
522
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
522
523
  height: auto;
524
+ margin-left: 8px;
525
+ padding-right: 2px;
523
526
  }
524
527
 
525
528
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -535,6 +538,10 @@
535
538
  top: calc(50% - 5px) !important; /* stylelint-disable-line declaration-no-important */
536
539
  }
537
540
 
541
+ .e-ie-finetune-value-span {
542
+ top: 26% !important; /* stylelint-disable-line declaration-no-important */
543
+ }
544
+
538
545
  .e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
539
546
  top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
540
547
  }
@@ -496,14 +496,17 @@
496
496
  height: 54px !important; /* stylelint-disable-line declaration-no-important */
497
497
  }
498
498
  .e-ie-straighten-value-span,
499
- .e-ie-straighten-span {
500
- font-size: 14px;
499
+ .e-ie-straighten-span,
500
+ .e-ie-toolbar-straighten {
501
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
501
502
  padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
502
503
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
503
504
  }
504
505
 
505
506
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
506
507
  height: auto;
508
+ margin-left: 8px;
509
+ padding-right: 2px;
507
510
  }
508
511
 
509
512
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -519,6 +522,10 @@
519
522
  top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
520
523
  }
521
524
 
525
+ .e-ie-finetune-value-span {
526
+ top: 26% !important; /* stylelint-disable-line declaration-no-important */
527
+ }
528
+
522
529
  .e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
523
530
  top: calc(50% - 9px) !important; /* stylelint-disable-line declaration-no-important */
524
531
  }
package/styles/fabric.css CHANGED
@@ -496,14 +496,17 @@
496
496
  height: 54px !important; /* stylelint-disable-line declaration-no-important */
497
497
  }
498
498
  .e-ie-straighten-value-span,
499
- .e-ie-straighten-span {
500
- font-size: 14px;
499
+ .e-ie-straighten-span,
500
+ .e-ie-toolbar-straighten {
501
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
501
502
  padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
502
503
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
503
504
  }
504
505
 
505
506
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
506
507
  height: auto;
508
+ margin-left: 8px;
509
+ padding-right: 2px;
507
510
  }
508
511
 
509
512
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -519,6 +522,10 @@
519
522
  top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
520
523
  }
521
524
 
525
+ .e-ie-finetune-value-span {
526
+ top: 26% !important; /* stylelint-disable-line declaration-no-important */
527
+ }
528
+
522
529
  .e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
523
530
  top: calc(50% - 9px) !important; /* stylelint-disable-line declaration-no-important */
524
531
  }
@@ -507,14 +507,17 @@
507
507
  height: 54px !important; /* stylelint-disable-line declaration-no-important */
508
508
  }
509
509
  .e-ie-straighten-value-span,
510
- .e-ie-straighten-span {
511
- font-size: 14px;
510
+ .e-ie-straighten-span,
511
+ .e-ie-toolbar-straighten {
512
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
512
513
  padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
513
514
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
514
515
  }
515
516
 
516
517
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
517
518
  height: auto;
519
+ margin-left: 8px;
520
+ padding-right: 2px;
518
521
  }
519
522
 
520
523
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -530,6 +533,10 @@
530
533
  top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
531
534
  }
532
535
 
536
+ .e-ie-finetune-value-span {
537
+ top: 26% !important; /* stylelint-disable-line declaration-no-important */
538
+ }
539
+
533
540
  .e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
534
541
  top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
535
542
  }
package/styles/fluent.css CHANGED
@@ -507,14 +507,17 @@
507
507
  height: 54px !important; /* stylelint-disable-line declaration-no-important */
508
508
  }
509
509
  .e-ie-straighten-value-span,
510
- .e-ie-straighten-span {
511
- font-size: 14px;
510
+ .e-ie-straighten-span,
511
+ .e-ie-toolbar-straighten {
512
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
512
513
  padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
513
514
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
514
515
  }
515
516
 
516
517
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
517
518
  height: auto;
519
+ margin-left: 8px;
520
+ padding-right: 2px;
518
521
  }
519
522
 
520
523
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -530,6 +533,10 @@
530
533
  top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
531
534
  }
532
535
 
536
+ .e-ie-finetune-value-span {
537
+ top: 26% !important; /* stylelint-disable-line declaration-no-important */
538
+ }
539
+
533
540
  .e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
534
541
  top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
535
542
  }
@@ -494,14 +494,17 @@
494
494
  height: 54px !important; /* stylelint-disable-line declaration-no-important */
495
495
  }
496
496
  .e-ie-straighten-value-span,
497
- .e-ie-straighten-span {
498
- font-size: 14px;
497
+ .e-ie-straighten-span,
498
+ .e-ie-toolbar-straighten {
499
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
499
500
  padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
500
501
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
501
502
  }
502
503
 
503
504
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
504
505
  height: auto;
506
+ margin-left: 8px;
507
+ padding-right: 2px;
505
508
  }
506
509
 
507
510
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -517,6 +520,10 @@
517
520
  top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
518
521
  }
519
522
 
523
+ .e-ie-finetune-value-span {
524
+ top: 26% !important; /* stylelint-disable-line declaration-no-important */
525
+ }
526
+
520
527
  .e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
521
528
  top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
522
529
  }
@@ -498,14 +498,17 @@
498
498
  height: 54px !important; /* stylelint-disable-line declaration-no-important */
499
499
  }
500
500
  .e-ie-straighten-value-span,
501
- .e-ie-straighten-span {
502
- font-size: 14px;
501
+ .e-ie-straighten-span,
502
+ .e-ie-toolbar-straighten {
503
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
503
504
  padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
504
505
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
505
506
  }
506
507
 
507
508
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
508
509
  height: auto;
510
+ margin-left: 8px;
511
+ padding-right: 2px;
509
512
  }
510
513
 
511
514
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -521,6 +524,10 @@
521
524
  top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
522
525
  }
523
526
 
527
+ .e-ie-finetune-value-span {
528
+ top: 26% !important; /* stylelint-disable-line declaration-no-important */
529
+ }
530
+
524
531
  .e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
525
532
  top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
526
533
  }
@@ -472,18 +472,17 @@
472
472
  }
473
473
  }
474
474
  .e-ie-straighten-value-span,
475
- .e-ie-straighten-span {
476
- font-size: 14px;
475
+ .e-ie-straighten-span,
476
+ .e-ie-toolbar-straighten {
477
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
477
478
  padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
478
479
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
479
480
  }
480
481
 
481
482
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
482
483
  height: auto;
483
- @if $skin-name == 'Material3' {
484
- margin-left: 8px;
485
- padding-right: 2px;
486
- }
484
+ margin-left: 8px;
485
+ padding-right: 2px;
487
486
  }
488
487
 
489
488
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -503,6 +502,10 @@
503
502
  }
504
503
  }
505
504
 
505
+ .e-ie-finetune-value-span {
506
+ top: 26% !important; /* stylelint-disable-line declaration-no-important */
507
+ }
508
+
506
509
  .e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
507
510
  @if $skin-name == 'Material3' {
508
511
  height: 22px !important; /* stylelint-disable-line declaration-no-important */
@@ -496,14 +496,17 @@
496
496
  height: 54px !important; /* stylelint-disable-line declaration-no-important */
497
497
  }
498
498
  .e-ie-straighten-value-span,
499
- .e-ie-straighten-span {
500
- font-size: 14px;
499
+ .e-ie-straighten-span,
500
+ .e-ie-toolbar-straighten {
501
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
501
502
  padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
502
503
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
503
504
  }
504
505
 
505
506
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
506
507
  height: auto;
508
+ margin-left: 8px;
509
+ padding-right: 2px;
507
510
  }
508
511
 
509
512
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -519,6 +522,10 @@
519
522
  top: calc(50% - 5px) !important; /* stylelint-disable-line declaration-no-important */
520
523
  }
521
524
 
525
+ .e-ie-finetune-value-span {
526
+ top: 26% !important; /* stylelint-disable-line declaration-no-important */
527
+ }
528
+
522
529
  .e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
523
530
  top: calc(50% - 7px) !important; /* stylelint-disable-line declaration-no-important */
524
531
  }
@@ -496,14 +496,17 @@
496
496
  height: 54px !important; /* stylelint-disable-line declaration-no-important */
497
497
  }
498
498
  .e-ie-straighten-value-span,
499
- .e-ie-straighten-span {
500
- font-size: 14px;
499
+ .e-ie-straighten-span,
500
+ .e-ie-toolbar-straighten {
501
+ font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
501
502
  padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
502
503
  padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
503
504
  }
504
505
 
505
506
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
506
507
  height: auto;
508
+ margin-left: 8px;
509
+ padding-right: 2px;
507
510
  }
508
511
 
509
512
  .e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
@@ -519,6 +522,10 @@
519
522
  top: calc(50% - 5px) !important; /* stylelint-disable-line declaration-no-important */
520
523
  }
521
524
 
525
+ .e-ie-finetune-value-span {
526
+ top: 26% !important; /* stylelint-disable-line declaration-no-important */
527
+ }
528
+
522
529
  .e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
523
530
  top: calc(50% - 7px) !important; /* stylelint-disable-line declaration-no-important */
524
531
  }