@syncfusion/ej2-image-editor 31.2.16 → 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.
- package/README.md +2 -12
- package/aceconfig.js +17 -0
- package/dist/ej2-image-editor.umd.min.js +1 -10
- package/dist/ej2-image-editor.umd.min.js.map +1 -1
- package/dist/es6/ej2-image-editor.es2015.js +28 -82
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +28 -82
- package/dist/es6/ej2-image-editor.es5.js.map +1 -1
- package/dist/global/ej2-image-editor.min.js +1 -10
- package/dist/global/ej2-image-editor.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +8 -8
- package/src/image-editor/action/draw.js +1 -1
- package/src/image-editor/action/export.js +1 -5
- package/src/image-editor/action/freehand-draw.js +0 -5
- package/src/image-editor/action/selection.js +6 -14
- package/src/image-editor/action/shape.d.ts +0 -1
- package/src/image-editor/action/shape.js +2 -20
- package/src/image-editor/base/image-editor.js +3 -11
- package/src/image-editor/renderer/toolbar.js +15 -26
- package/styles/bds-lite.css +58 -57
- package/styles/bds-lite.scss +12 -13
- package/styles/bds.css +82 -60
- package/styles/bds.scss +13 -14
- package/styles/bootstrap-dark-lite.css +58 -57
- package/styles/bootstrap-dark-lite.scss +12 -13
- package/styles/bootstrap-dark.css +82 -60
- package/styles/bootstrap-dark.scss +13 -14
- package/styles/bootstrap-lite.css +58 -57
- package/styles/bootstrap-lite.scss +12 -13
- package/styles/bootstrap.css +82 -60
- package/styles/bootstrap.scss +13 -14
- package/styles/bootstrap4-lite.css +58 -57
- package/styles/bootstrap4-lite.scss +12 -13
- package/styles/bootstrap4.css +82 -60
- package/styles/bootstrap4.scss +13 -14
- package/styles/bootstrap5-dark-lite.css +58 -57
- package/styles/bootstrap5-dark-lite.scss +12 -13
- package/styles/bootstrap5-dark.css +82 -60
- package/styles/bootstrap5-dark.scss +13 -14
- package/styles/bootstrap5-lite.css +58 -57
- package/styles/bootstrap5-lite.scss +13 -13
- package/styles/bootstrap5.3-lite.css +138 -57
- package/styles/bootstrap5.3-lite.scss +13 -13
- package/styles/bootstrap5.3.css +162 -60
- package/styles/bootstrap5.3.scss +14 -14
- package/styles/bootstrap5.css +82 -60
- package/styles/bootstrap5.scss +14 -14
- package/styles/fabric-dark-lite.css +58 -57
- package/styles/fabric-dark-lite.scss +13 -13
- package/styles/fabric-dark.css +82 -60
- package/styles/fabric-dark.scss +14 -14
- package/styles/fabric-lite.css +58 -57
- package/styles/fabric-lite.scss +13 -13
- package/styles/fabric.css +82 -60
- package/styles/fabric.scss +14 -14
- package/styles/fluent-dark-lite.css +58 -57
- package/styles/fluent-dark-lite.scss +13 -13
- package/styles/fluent-dark.css +82 -60
- package/styles/fluent-dark.scss +14 -14
- package/styles/fluent-lite.css +58 -57
- package/styles/fluent-lite.scss +13 -13
- package/styles/fluent.css +82 -60
- package/styles/fluent.scss +14 -14
- package/styles/fluent2-lite.css +139 -60
- package/styles/fluent2-lite.scss +13 -13
- package/styles/fluent2.css +163 -63
- package/styles/fluent2.scss +14 -14
- package/styles/highcontrast-light-lite.css +58 -57
- package/styles/highcontrast-light-lite.scss +13 -13
- package/styles/highcontrast-light.css +82 -60
- package/styles/highcontrast-light.scss +14 -14
- package/styles/highcontrast-lite.css +57 -57
- package/styles/highcontrast-lite.scss +13 -13
- package/styles/highcontrast.css +81 -60
- package/styles/highcontrast.scss +14 -14
- package/styles/image-editor/_all.scss +2 -2
- package/styles/image-editor/_bds-definition.scss +51 -0
- package/styles/image-editor/_bigger.scss +61 -9
- package/styles/image-editor/_bootstrap-dark-definition.scss +51 -0
- package/styles/image-editor/_bootstrap-definition.scss +51 -0
- package/styles/image-editor/_bootstrap4-definition.scss +55 -0
- package/styles/image-editor/_bootstrap5-dark-definition.scss +81 -1
- package/styles/image-editor/_bootstrap5-definition.scss +52 -0
- package/styles/image-editor/_bootstrap5.3-definition.scss +51 -0
- package/styles/image-editor/_fabric-dark-definition.scss +51 -0
- package/styles/image-editor/_fabric-definition.scss +51 -0
- package/styles/image-editor/_fluent-dark-definition.scss +81 -1
- package/styles/image-editor/_fluent-definition.scss +52 -0
- package/styles/image-editor/_fluent2-definition.scss +51 -0
- package/styles/image-editor/_fusionnew-definition.scss +51 -0
- package/styles/image-editor/_highcontrast-definition.scss +51 -0
- package/styles/image-editor/_highcontrast-light-definition.scss +51 -0
- package/styles/image-editor/_layout.scss +198 -115
- package/styles/image-editor/_material-dark-definition.scss +51 -0
- package/styles/image-editor/_material-definition.scss +51 -0
- package/styles/image-editor/_material3-dark-definition.scss +82 -1
- package/styles/image-editor/_material3-definition.scss +53 -0
- package/styles/image-editor/_tailwind-dark-definition.scss +81 -1
- package/styles/image-editor/_tailwind-definition.scss +52 -0
- package/styles/image-editor/_tailwind3-definition.scss +75 -1
- package/styles/image-editor/_theme-variables.scss +1 -0
- package/styles/image-editor/_theme.scss +59 -11
- package/styles/image-editor/bds.css +82 -60
- package/styles/image-editor/bds.scss +14 -14
- package/styles/image-editor/bootstrap-dark.css +82 -60
- package/styles/image-editor/bootstrap-dark.scss +14 -14
- package/styles/image-editor/bootstrap.css +82 -60
- package/styles/image-editor/bootstrap.scss +14 -14
- package/styles/image-editor/bootstrap4.css +82 -60
- package/styles/image-editor/bootstrap4.scss +14 -14
- package/styles/image-editor/bootstrap5-dark.css +82 -60
- package/styles/image-editor/bootstrap5-dark.scss +14 -14
- package/styles/image-editor/bootstrap5.3.css +162 -60
- package/styles/image-editor/bootstrap5.3.scss +14 -14
- package/styles/image-editor/bootstrap5.css +82 -60
- package/styles/image-editor/bootstrap5.scss +14 -14
- package/styles/image-editor/fabric-dark.css +82 -60
- package/styles/image-editor/fabric-dark.scss +14 -14
- package/styles/image-editor/fabric.css +82 -60
- package/styles/image-editor/fabric.scss +14 -14
- package/styles/image-editor/fluent-dark.css +82 -60
- package/styles/image-editor/fluent-dark.scss +14 -14
- package/styles/image-editor/fluent.css +82 -60
- package/styles/image-editor/fluent.scss +14 -14
- package/styles/image-editor/fluent2.css +163 -63
- package/styles/image-editor/fluent2.scss +14 -14
- package/styles/image-editor/highcontrast-light.css +82 -60
- package/styles/image-editor/highcontrast-light.scss +14 -14
- package/styles/image-editor/highcontrast.css +81 -60
- package/styles/image-editor/highcontrast.scss +14 -14
- package/styles/image-editor/icons/_bds.scss +1 -0
- package/styles/image-editor/icons/_bootstrap-dark.scss +1 -0
- package/styles/image-editor/icons/_bootstrap.scss +1 -0
- package/styles/image-editor/icons/_bootstrap4.scss +1 -0
- package/styles/image-editor/icons/_bootstrap5-dark.scss +1 -1
- package/styles/image-editor/icons/_bootstrap5.3.scss +1 -0
- package/styles/image-editor/icons/_bootstrap5.scss +1 -0
- package/styles/image-editor/icons/_fabric-dark.scss +1 -0
- package/styles/image-editor/icons/_fabric.scss +1 -0
- package/styles/image-editor/icons/_fluent-dark.scss +1 -1
- package/styles/image-editor/icons/_fluent.scss +1 -0
- package/styles/image-editor/icons/_fluent2.scss +1 -0
- package/styles/image-editor/icons/_fusionnew.scss +1 -0
- package/styles/image-editor/icons/_highcontrast-light.scss +1 -0
- package/styles/image-editor/icons/_highcontrast.scss +1 -0
- package/styles/image-editor/icons/_material-dark.scss +1 -0
- package/styles/image-editor/icons/_material.scss +1 -0
- package/styles/image-editor/icons/_material3-dark.scss +1 -1
- package/styles/image-editor/icons/_material3.scss +1 -0
- package/styles/image-editor/icons/_tailwind-dark.scss +1 -1
- package/styles/image-editor/icons/_tailwind.scss +1 -0
- package/styles/image-editor/icons/_tailwind3.scss +1 -0
- package/styles/image-editor/material-dark.css +82 -60
- package/styles/image-editor/material-dark.scss +14 -14
- package/styles/image-editor/material.css +82 -60
- package/styles/image-editor/material.scss +14 -14
- package/styles/image-editor/material3-dark.css +161 -60
- package/styles/image-editor/material3-dark.scss +14 -15
- package/styles/image-editor/material3.css +161 -60
- package/styles/image-editor/material3.scss +14 -15
- package/styles/image-editor/tailwind-dark.css +82 -60
- package/styles/image-editor/tailwind-dark.scss +14 -14
- package/styles/image-editor/tailwind.css +82 -60
- package/styles/image-editor/tailwind.scss +14 -14
- package/styles/image-editor/tailwind3.css +235 -84
- package/styles/image-editor/tailwind3.scss +14 -14
- package/styles/material-dark-lite.css +58 -57
- package/styles/material-dark-lite.scss +13 -13
- package/styles/material-dark.css +82 -60
- package/styles/material-dark.scss +14 -14
- package/styles/material-lite.css +58 -57
- package/styles/material-lite.scss +12 -13
- package/styles/material.css +82 -60
- package/styles/material.scss +13 -14
- package/styles/material3-dark-lite.css +137 -57
- package/styles/material3-dark-lite.scss +13 -13
- package/styles/material3-dark.css +161 -60
- package/styles/material3-dark.scss +14 -16
- package/styles/material3-lite.css +137 -57
- package/styles/material3-lite.scss +13 -13
- package/styles/material3.css +161 -60
- package/styles/material3.scss +14 -16
- package/styles/tailwind-dark-lite.css +58 -57
- package/styles/tailwind-dark-lite.scss +13 -13
- package/styles/tailwind-dark.css +82 -60
- package/styles/tailwind-dark.scss +14 -14
- package/styles/tailwind-lite.css +58 -57
- package/styles/tailwind-lite.scss +13 -13
- package/styles/tailwind.css +82 -60
- package/styles/tailwind.scss +14 -14
- package/styles/tailwind3-lite.css +195 -72
- package/styles/tailwind3-lite.scss +13 -13
- package/styles/tailwind3.css +235 -84
- package/styles/tailwind3.scss +14 -14
package/styles/fluent2-lite.css
CHANGED
|
@@ -4,8 +4,87 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* Font Sizes */
|
|
11
|
+
/* Radius */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 2px */
|
|
14
|
+
/* 3px */
|
|
15
|
+
/* 4px */
|
|
16
|
+
/* 5px */
|
|
17
|
+
/* 6px */
|
|
18
|
+
/* 7px */
|
|
19
|
+
/* 8px */
|
|
20
|
+
/* 9px */
|
|
21
|
+
/* 10px */
|
|
22
|
+
/* 11px */
|
|
23
|
+
/* 12px */
|
|
24
|
+
/* 13px */
|
|
25
|
+
/* 14px */
|
|
26
|
+
/* 15px */
|
|
27
|
+
/* 16px */
|
|
28
|
+
/* 17px */
|
|
29
|
+
/* 18px */
|
|
30
|
+
/* 19px */
|
|
31
|
+
/* 20px */
|
|
32
|
+
/* 21px */
|
|
33
|
+
/* 22px */
|
|
34
|
+
/* 23px */
|
|
35
|
+
/* 24px */
|
|
36
|
+
/* 25px */
|
|
37
|
+
/* 26px */
|
|
38
|
+
/* 27px */
|
|
39
|
+
/* 28px */
|
|
40
|
+
/* 29px */
|
|
41
|
+
/* 30px */
|
|
42
|
+
/* 31px */
|
|
43
|
+
/* 32px */
|
|
44
|
+
/* 33px */
|
|
45
|
+
/* 34px */
|
|
46
|
+
/* 35px */
|
|
47
|
+
/* 36px */
|
|
48
|
+
/* 37px */
|
|
49
|
+
/* 38px */
|
|
50
|
+
/* 39px */
|
|
51
|
+
/* 40px */
|
|
52
|
+
/* 41px */
|
|
53
|
+
/* 42px */
|
|
54
|
+
/* 43px */
|
|
55
|
+
/* 44px */
|
|
56
|
+
/* 45px */
|
|
57
|
+
/* 46px */
|
|
58
|
+
/* 47px */
|
|
59
|
+
/* 48px */
|
|
60
|
+
/* 49px */
|
|
61
|
+
/* 50px */
|
|
62
|
+
/* 5em */
|
|
63
|
+
/* 65% */
|
|
64
|
+
/* border */
|
|
65
|
+
/* 0px */
|
|
66
|
+
/* 1px */
|
|
67
|
+
/* 1.5px */
|
|
68
|
+
/* 2px */
|
|
69
|
+
/* 3px */
|
|
70
|
+
/* 4px */
|
|
71
|
+
/* 5px */
|
|
72
|
+
/* 6px */
|
|
73
|
+
/* 7px */
|
|
74
|
+
/* 8px */
|
|
75
|
+
/* 9px */
|
|
76
|
+
/* 10px */
|
|
77
|
+
/* 11px */
|
|
78
|
+
/* 12px */
|
|
79
|
+
/* 13px */
|
|
80
|
+
/* 14px */
|
|
81
|
+
/* 15px */
|
|
82
|
+
/* 16px */
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
7
87
|
/* stylelint-disable-line no-empty-source */
|
|
8
|
-
/* stylelint-disable */
|
|
9
88
|
/* stylelint-disable property-no-vendor-prefix */
|
|
10
89
|
@-webkit-keyframes material-spinner-rotate {
|
|
11
90
|
0% {
|
|
@@ -210,16 +289,6 @@
|
|
|
210
289
|
.e-device.e-image-editor .e-img-font-style.e-template {
|
|
211
290
|
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
212
291
|
}
|
|
213
|
-
.e-device.e-image-editor .e-slider-container {
|
|
214
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
215
|
-
height: 54px !important; /* stylelint-disable-line declaration-no-important */
|
|
216
|
-
}
|
|
217
|
-
.e-device.e-image-editor .e-straighten-slider {
|
|
218
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
219
|
-
}
|
|
220
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
221
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
222
|
-
}
|
|
223
292
|
.e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
|
|
224
293
|
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
225
294
|
}
|
|
@@ -264,8 +333,8 @@
|
|
|
264
333
|
height: calc(100% - 18px);
|
|
265
334
|
width: calc(100% - 20px);
|
|
266
335
|
border: 2px dashed var(--color-sf-icon-color);
|
|
267
|
-
border-radius: 10px;
|
|
268
336
|
margin: 10px;
|
|
337
|
+
border-radius: 10px;
|
|
269
338
|
}
|
|
270
339
|
.e-image-editor .e-ie-drop-area .e-upload {
|
|
271
340
|
display: none;
|
|
@@ -276,24 +345,30 @@
|
|
|
276
345
|
.e-image-editor .e-ie-drop-area .e-ie-drop-icon {
|
|
277
346
|
top: calc(50% - 60px);
|
|
278
347
|
left: calc(50% - 25px);
|
|
348
|
+
position: absolute;
|
|
279
349
|
}
|
|
280
350
|
.e-image-editor .e-ie-drop-area .e-ie-drop-content {
|
|
281
351
|
top: 50%;
|
|
282
352
|
left: calc(50% - 160px);
|
|
283
353
|
font-size: 14px;
|
|
354
|
+
position: absolute;
|
|
355
|
+
}
|
|
356
|
+
.e-image-editor .e-ie-drop-area .e-ie-drop-browse {
|
|
357
|
+
text-decoration: none;
|
|
284
358
|
}
|
|
285
359
|
.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
286
360
|
top: calc(50% + 40px);
|
|
287
361
|
left: 50%;
|
|
362
|
+
font-size: 14px;
|
|
363
|
+
position: absolute;
|
|
288
364
|
-webkit-transform: translate(-50%, -50%);
|
|
289
365
|
transform: translate(-50%, -50%);
|
|
290
|
-
position: absolute;
|
|
291
|
-
font-size: 14px;
|
|
292
366
|
}
|
|
293
367
|
.e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
|
|
294
368
|
left: calc(50% - 120px);
|
|
295
369
|
top: 50%;
|
|
296
370
|
font-size: 14px;
|
|
371
|
+
position: absolute;
|
|
297
372
|
}
|
|
298
373
|
.e-image-editor .e-toolbar {
|
|
299
374
|
border: none;
|
|
@@ -306,9 +381,14 @@
|
|
|
306
381
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
|
|
307
382
|
margin-left: 20px;
|
|
308
383
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
384
|
+
font-size: 12px;
|
|
309
385
|
}
|
|
310
386
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
|
|
311
387
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
388
|
+
font-size: 12px;
|
|
389
|
+
}
|
|
390
|
+
.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 {
|
|
391
|
+
font-size: 12px;
|
|
312
392
|
}
|
|
313
393
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
314
394
|
font-size: 16px;
|
|
@@ -370,6 +450,13 @@
|
|
|
370
450
|
width: 100%;
|
|
371
451
|
z-index: 1;
|
|
372
452
|
}
|
|
453
|
+
.e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
454
|
+
-ms-flex-line-pack: center;
|
|
455
|
+
align-content: center;
|
|
456
|
+
text-align: center;
|
|
457
|
+
height: auto;
|
|
458
|
+
min-height: 58px;
|
|
459
|
+
}
|
|
373
460
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
|
|
374
461
|
border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
|
|
375
462
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -417,6 +504,7 @@
|
|
|
417
504
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
|
|
418
505
|
-webkit-box-sizing: content-box;
|
|
419
506
|
box-sizing: content-box;
|
|
507
|
+
font-size: 12px;
|
|
420
508
|
}
|
|
421
509
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
|
|
422
510
|
text-align: center;
|
|
@@ -426,8 +514,8 @@
|
|
|
426
514
|
height: 100px;
|
|
427
515
|
}
|
|
428
516
|
.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
|
|
429
|
-
margin
|
|
430
|
-
height:
|
|
517
|
+
margin: 0 16px 1px 16px;
|
|
518
|
+
height: auto;
|
|
431
519
|
}
|
|
432
520
|
.e-image-editor .e-dropdown-btn.e-ie-ddb-popup {
|
|
433
521
|
padding-left: 14px;
|
|
@@ -435,6 +523,15 @@
|
|
|
435
523
|
.e-image-editor .e-dropdown-btn, .e-image-editor .e-dropdown-btn span {
|
|
436
524
|
font-weight: normal;
|
|
437
525
|
}
|
|
526
|
+
.e-image-editor .e-ie-finetune-slider-wrap {
|
|
527
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
528
|
+
}
|
|
529
|
+
.e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span, .e-image-editor .e-ie-redact-value-span {
|
|
530
|
+
font-size: 14px;
|
|
531
|
+
line-height: 20px;
|
|
532
|
+
letter-spacing: normal;
|
|
533
|
+
font-weight: 400;
|
|
534
|
+
}
|
|
438
535
|
|
|
439
536
|
.e-ie-straighten-value-span,
|
|
440
537
|
.e-ie-straighten-span,
|
|
@@ -444,10 +541,18 @@
|
|
|
444
541
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
445
542
|
}
|
|
446
543
|
|
|
544
|
+
.e-device.e-image-editor .e-ie-straighten-value-span,
|
|
545
|
+
.e-device.e-image-editor .e-ie-straighten-span,
|
|
546
|
+
.e-device.e-image-editor .e-ie-toolbar-straighten {
|
|
547
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
548
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
549
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
550
|
+
}
|
|
551
|
+
|
|
447
552
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
448
553
|
height: auto;
|
|
449
|
-
margin-left: 8px;
|
|
450
554
|
padding-right: 2px;
|
|
555
|
+
margin-left: 8px;
|
|
451
556
|
}
|
|
452
557
|
|
|
453
558
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -463,18 +568,10 @@
|
|
|
463
568
|
top: calc(50% - 10px) !important; /* stylelint-disable-line declaration-no-important */
|
|
464
569
|
}
|
|
465
570
|
|
|
466
|
-
.e-ie-finetune-value-span {
|
|
467
|
-
top: 28% !important; /* stylelint-disable-line declaration-no-important */
|
|
468
|
-
}
|
|
469
|
-
|
|
470
571
|
.e-device.e-image-editor .e-ie-finetune-value-span {
|
|
471
572
|
top: 29% !important; /* stylelint-disable-line declaration-no-important */
|
|
472
573
|
}
|
|
473
574
|
|
|
474
|
-
.e-ie-finetune-slider-label {
|
|
475
|
-
top: 29% !important; /* stylelint-disable-line declaration-no-important */
|
|
476
|
-
}
|
|
477
|
-
|
|
478
575
|
.e-ie-finetune-slider-wrap {
|
|
479
576
|
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
480
577
|
}
|
|
@@ -484,7 +581,8 @@
|
|
|
484
581
|
}
|
|
485
582
|
|
|
486
583
|
.e-ie-slider-wrap {
|
|
487
|
-
|
|
584
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
585
|
+
top: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
488
586
|
}
|
|
489
587
|
|
|
490
588
|
.e-dropdown-popup.e-ie-crop-ddb-popup ul {
|
|
@@ -496,10 +594,6 @@
|
|
|
496
594
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
497
595
|
}
|
|
498
596
|
|
|
499
|
-
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
500
|
-
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
501
|
-
}
|
|
502
|
-
|
|
503
597
|
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
|
|
504
598
|
.e-ie-quality-option-container .e-slider-container.e-horizontal {
|
|
505
599
|
height: 28px;
|
|
@@ -558,6 +652,7 @@
|
|
|
558
652
|
-webkit-box-pack: start;
|
|
559
653
|
-ms-flex-pack: start;
|
|
560
654
|
justify-content: flex-start;
|
|
655
|
+
text-align: center;
|
|
561
656
|
}
|
|
562
657
|
|
|
563
658
|
.e-ie-dlg-right-content {
|
|
@@ -566,13 +661,14 @@
|
|
|
566
661
|
|
|
567
662
|
.e-ie-img-save-name {
|
|
568
663
|
display: inline-block;
|
|
569
|
-
margin-right: 10px;
|
|
570
664
|
width: calc(69% - 13px);
|
|
665
|
+
margin-right: 10px;
|
|
571
666
|
}
|
|
572
667
|
|
|
573
668
|
.e-ie-img-save-dlg {
|
|
574
669
|
display: inline-block;
|
|
575
|
-
width:
|
|
670
|
+
width: auto;
|
|
671
|
+
min-width: 92px;
|
|
576
672
|
}
|
|
577
673
|
|
|
578
674
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -580,8 +676,8 @@
|
|
|
580
676
|
}
|
|
581
677
|
|
|
582
678
|
.e-ie-img-label-name {
|
|
583
|
-
margin-bottom: 5px;
|
|
584
679
|
display: block;
|
|
680
|
+
margin-bottom: 5px;
|
|
585
681
|
}
|
|
586
682
|
|
|
587
683
|
.e-ie-img-quality-name {
|
|
@@ -631,11 +727,11 @@
|
|
|
631
727
|
}
|
|
632
728
|
|
|
633
729
|
.e-ie-img-icon-button {
|
|
634
|
-
margin-left: 10px;
|
|
635
730
|
width: -webkit-max-content;
|
|
636
731
|
width: -moz-max-content;
|
|
637
732
|
width: max-content;
|
|
638
733
|
margin-bottom: 5px;
|
|
734
|
+
margin-left: 10px;
|
|
639
735
|
}
|
|
640
736
|
|
|
641
737
|
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
@@ -668,10 +764,6 @@
|
|
|
668
764
|
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
669
765
|
margin-left: 0;
|
|
670
766
|
}
|
|
671
|
-
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
672
|
-
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
673
|
-
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
674
|
-
}
|
|
675
767
|
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
676
768
|
margin-left: calc(70% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
677
769
|
}
|
|
@@ -686,14 +778,6 @@
|
|
|
686
778
|
border: none;
|
|
687
779
|
}
|
|
688
780
|
|
|
689
|
-
.e-ie-straighten-value-span {
|
|
690
|
-
margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
694
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
695
|
-
}
|
|
696
|
-
|
|
697
781
|
@media only screen and (max-width: 390px) {
|
|
698
782
|
.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 {
|
|
699
783
|
padding-left: 9px;
|
|
@@ -703,17 +787,13 @@
|
|
|
703
787
|
width: calc(65% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
704
788
|
}
|
|
705
789
|
}
|
|
706
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
|
|
716
|
-
margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
790
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
|
|
791
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
|
|
792
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
|
|
793
|
+
font-size: 16px;
|
|
794
|
+
line-height: 24px;
|
|
795
|
+
letter-spacing: normal;
|
|
796
|
+
font-weight: normal;
|
|
717
797
|
}
|
|
718
798
|
|
|
719
799
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
@@ -758,10 +838,10 @@
|
|
|
758
838
|
color: var(--color-sf-toolbar-icon-color);
|
|
759
839
|
}
|
|
760
840
|
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:focus {
|
|
761
|
-
background: var(--color-sf-secondary-bg-color-
|
|
841
|
+
background: var(--color-sf-secondary-bg-color-selected);
|
|
762
842
|
-webkit-box-shadow: none;
|
|
763
843
|
box-shadow: none;
|
|
764
|
-
color: var(--color-sf-secondary-text-color-
|
|
844
|
+
color: var(--color-sf-secondary-text-color-selected);
|
|
765
845
|
}
|
|
766
846
|
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:focus-visible {
|
|
767
847
|
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1) !important;
|
|
@@ -796,7 +876,6 @@
|
|
|
796
876
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-btn:focus .e-icons {
|
|
797
877
|
color: var(--color-sf-icon-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
798
878
|
}
|
|
799
|
-
|
|
800
879
|
.e-dropdown-popup .e-selected-btn {
|
|
801
880
|
background: var(--color-sf-content-bg-color-selected) !important; /* stylelint-disable-line declaration-no-important */
|
|
802
881
|
}
|
package/styles/fluent2-lite.scss
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent2' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/fluent2-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/fluent2-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/numerictextbox/fluent2-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/textbox/fluent2-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/uploader/fluent2-definition' as *;
|
|
7
|
+
@use 'ej2-popups/styles/tooltip/fluent2-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/color-picker/fluent2-definition' as *;
|
|
9
|
+
@use 'ej2-navigations/styles/toolbar/fluent2-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/spinner/fluent2-definition' as *;
|
|
11
|
+
@use 'image-editor/fluent2-definition' as *;
|
|
12
|
+
@use 'image-editor/icons/fluent2' as *;
|
|
13
|
+
@use 'image-editor/all' as *;
|