@syncfusion/ej2-image-editor 20.3.56 → 20.4.40

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 (62) hide show
  1. package/.eslintrc.json +16 -1
  2. package/CHANGELOG.md +5 -5
  3. package/README.md +65 -2
  4. package/dist/ej2-image-editor.umd.min.js +2 -2
  5. package/dist/ej2-image-editor.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-image-editor.es2015.js +6191 -4168
  7. package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
  8. package/dist/es6/ej2-image-editor.es5.js +2505 -474
  9. package/dist/es6/ej2-image-editor.es5.js.map +1 -1
  10. package/dist/global/ej2-image-editor.min.js +2 -2
  11. package/dist/global/ej2-image-editor.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +23 -24
  14. package/src/image-editor/image-editor-model.d.ts +114 -20
  15. package/src/image-editor/image-editor.d.ts +251 -33
  16. package/src/image-editor/image-editor.js +2505 -473
  17. package/styles/bootstrap-dark.css +36 -0
  18. package/styles/bootstrap.css +36 -0
  19. package/styles/bootstrap4.css +36 -0
  20. package/styles/bootstrap5-dark.css +36 -0
  21. package/styles/bootstrap5.css +36 -0
  22. package/styles/fabric-dark.css +36 -0
  23. package/styles/fabric.css +36 -0
  24. package/styles/fluent-dark.css +36 -0
  25. package/styles/fluent.css +36 -0
  26. package/styles/highcontrast-light.css +36 -0
  27. package/styles/highcontrast.css +36 -0
  28. package/styles/image-editor/_bootstrap-dark-definition.scss +1 -0
  29. package/styles/image-editor/_bootstrap-definition.scss +1 -0
  30. package/styles/image-editor/_bootstrap4-definition.scss +1 -0
  31. package/styles/image-editor/_bootstrap5-definition.scss +1 -0
  32. package/styles/image-editor/_fabric-dark-definition.scss +1 -0
  33. package/styles/image-editor/_fabric-definition.scss +1 -0
  34. package/styles/image-editor/_fluent-definition.scss +1 -0
  35. package/styles/image-editor/_fusionnew-definition.scss +1 -0
  36. package/styles/image-editor/_highcontrast-definition.scss +1 -0
  37. package/styles/image-editor/_highcontrast-light-definition.scss +1 -0
  38. package/styles/image-editor/_layout.scss +38 -0
  39. package/styles/image-editor/_material-dark-definition.scss +1 -0
  40. package/styles/image-editor/_material-definition.scss +1 -0
  41. package/styles/image-editor/_material3-definition.scss +1 -0
  42. package/styles/image-editor/_tailwind-definition.scss +1 -0
  43. package/styles/image-editor/_theme.scss +11 -0
  44. package/styles/image-editor/bootstrap-dark.css +36 -0
  45. package/styles/image-editor/bootstrap.css +36 -0
  46. package/styles/image-editor/bootstrap4.css +36 -0
  47. package/styles/image-editor/bootstrap5-dark.css +36 -0
  48. package/styles/image-editor/bootstrap5.css +36 -0
  49. package/styles/image-editor/fabric-dark.css +36 -0
  50. package/styles/image-editor/fabric.css +36 -0
  51. package/styles/image-editor/fluent-dark.css +36 -0
  52. package/styles/image-editor/fluent.css +36 -0
  53. package/styles/image-editor/highcontrast-light.css +36 -0
  54. package/styles/image-editor/highcontrast.css +36 -0
  55. package/styles/image-editor/material-dark.css +36 -0
  56. package/styles/image-editor/material.css +36 -0
  57. package/styles/image-editor/tailwind-dark.css +36 -0
  58. package/styles/image-editor/tailwind.css +36 -0
  59. package/styles/material-dark.css +36 -0
  60. package/styles/material.css +36 -0
  61. package/styles/tailwind-dark.css +36 -0
  62. package/styles/tailwind.css +36 -0
@@ -126,6 +126,10 @@
126
126
  .e-device.e-image-editor .e-img-font-style.e-template {
127
127
  margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
128
128
  }
129
+ .e-device.e-image-editor .e-slider-container {
130
+ margin-left: calc(50% - 50px) !important; /* stylelint-disable-line declaration-no-important */
131
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
132
+ }
129
133
 
130
134
  .e-bigger .e-image-editor .e-toolbar,
131
135
  .e-image-editor.e-bigger .e-toolbar {
@@ -227,10 +231,42 @@
227
231
  .e-image-editor .e-bottom-toolbar {
228
232
  border-top: 1px solid #acacac;
229
233
  }
234
+ .e-image-editor .e-contextual-toolbar-wrapper {
235
+ width: 100%;
236
+ z-index: 1;
237
+ }
238
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
239
+ height: 130px !important; /* stylelint-disable-line declaration-no-important */
240
+ }
241
+ .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
242
+ display: none;
243
+ }
244
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item {
245
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
246
+ }
247
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filterwrapper {
248
+ border: 2px solid transparent;
249
+ height: 100px;
250
+ }
251
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
252
+ border-top: 2px solid;
253
+ }
254
+ .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
255
+ margin-left: calc(50% - 137px);
256
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
257
+ }
230
258
 
231
259
  .e-image-editor {
232
260
  background: #959595;
233
261
  }
262
+ .e-image-editor .e-contextual-toolbar-wrapper {
263
+ background: #131313;
264
+ border-top: 1px solid #acacac;
265
+ border-bottom: 1px solid #acacac;
266
+ }
267
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
268
+ border-color: #2a2a2a;
269
+ }
234
270
  .e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-icons {
235
271
  color: #f0f0f0;
236
272
  }
@@ -126,6 +126,10 @@
126
126
  .e-device.e-image-editor .e-img-font-style.e-template {
127
127
  margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
128
128
  }
129
+ .e-device.e-image-editor .e-slider-container {
130
+ margin-left: calc(50% - 50px) !important; /* stylelint-disable-line declaration-no-important */
131
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
132
+ }
129
133
 
130
134
  .e-bigger .e-image-editor .e-toolbar,
131
135
  .e-image-editor.e-bigger .e-toolbar {
@@ -227,10 +231,42 @@
227
231
  .e-image-editor .e-bottom-toolbar {
228
232
  border-top: 1px solid #ccc;
229
233
  }
234
+ .e-image-editor .e-contextual-toolbar-wrapper {
235
+ width: 100%;
236
+ z-index: 1;
237
+ }
238
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
239
+ height: 130px !important; /* stylelint-disable-line declaration-no-important */
240
+ }
241
+ .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
242
+ display: none;
243
+ }
244
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item {
245
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
246
+ }
247
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filterwrapper {
248
+ border: 2px solid transparent;
249
+ height: 100px;
250
+ }
251
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
252
+ border-top: 2px solid;
253
+ }
254
+ .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
255
+ margin-left: calc(50% - 137px);
256
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
257
+ }
230
258
 
231
259
  .e-image-editor {
232
260
  background: #e6e6e6;
233
261
  }
262
+ .e-image-editor .e-contextual-toolbar-wrapper {
263
+ background: #f8f8f8;
264
+ border-top: 1px solid #ccc;
265
+ border-bottom: 1px solid #ccc;
266
+ }
267
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
268
+ border-color: #e6e6e6;
269
+ }
234
270
  .e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-icons {
235
271
  color: #333;
236
272
  }
@@ -126,6 +126,10 @@
126
126
  .e-device.e-image-editor .e-img-font-style.e-template {
127
127
  margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
128
128
  }
129
+ .e-device.e-image-editor .e-slider-container {
130
+ margin-left: calc(50% - 50px) !important; /* stylelint-disable-line declaration-no-important */
131
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
132
+ }
129
133
 
130
134
  .e-bigger .e-image-editor .e-toolbar,
131
135
  .e-image-editor.e-bigger .e-toolbar {
@@ -225,10 +229,42 @@
225
229
  .e-image-editor .e-bottom-toolbar {
226
230
  border-top: 1px solid #dee2e6;
227
231
  }
232
+ .e-image-editor .e-contextual-toolbar-wrapper {
233
+ width: 100%;
234
+ z-index: 1;
235
+ }
236
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
237
+ height: 130px !important; /* stylelint-disable-line declaration-no-important */
238
+ }
239
+ .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
240
+ display: none;
241
+ }
242
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item {
243
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
244
+ }
245
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filterwrapper {
246
+ border: 2px solid transparent;
247
+ height: 100px;
248
+ }
249
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
250
+ border-top: 2px solid;
251
+ }
252
+ .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
253
+ margin-left: calc(50% - 137px);
254
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
255
+ }
228
256
 
229
257
  .e-image-editor {
230
258
  background: #e9ecef;
231
259
  }
260
+ .e-image-editor .e-contextual-toolbar-wrapper {
261
+ background: #f8f9fa;
262
+ border-top: 1px solid #dee2e6;
263
+ border-bottom: 1px solid #dee2e6;
264
+ }
265
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
266
+ border-color: #545b62;
267
+ }
232
268
  .e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-selected-btn {
233
269
  background: #495057 !important; /* stylelint-disable-line declaration-no-important */
234
270
  }
@@ -137,6 +137,10 @@
137
137
  .e-device.e-image-editor .e-img-font-style.e-template {
138
138
  margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
139
139
  }
140
+ .e-device.e-image-editor .e-slider-container {
141
+ margin-left: calc(50% - 50px) !important; /* stylelint-disable-line declaration-no-important */
142
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
143
+ }
140
144
 
141
145
  .e-bigger .e-image-editor .e-toolbar,
142
146
  .e-image-editor.e-bigger .e-toolbar {
@@ -244,10 +248,42 @@
244
248
  .e-image-editor .e-bottom-toolbar {
245
249
  border-top: 1px solid #343a40;
246
250
  }
251
+ .e-image-editor .e-contextual-toolbar-wrapper {
252
+ width: 100%;
253
+ z-index: 1;
254
+ }
255
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
256
+ height: 130px !important; /* stylelint-disable-line declaration-no-important */
257
+ }
258
+ .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
259
+ display: none;
260
+ }
261
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item {
262
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
263
+ }
264
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filterwrapper {
265
+ border: 2px solid transparent;
266
+ height: 100px;
267
+ }
268
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
269
+ border-top: 2px solid;
270
+ }
271
+ .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
272
+ margin-left: calc(50% - 137px);
273
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
274
+ }
247
275
 
248
276
  .e-image-editor {
249
277
  background: #444c54;
250
278
  }
279
+ .e-image-editor .e-contextual-toolbar-wrapper {
280
+ background: #282d31;
281
+ border-top: 1px solid #343a40;
282
+ border-bottom: 1px solid #343a40;
283
+ }
284
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
285
+ border-color: #565e64;
286
+ }
251
287
  .e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-selected-btn {
252
288
  background: #5c636a !important; /* stylelint-disable-line declaration-no-important */
253
289
  }
@@ -137,6 +137,10 @@
137
137
  .e-device.e-image-editor .e-img-font-style.e-template {
138
138
  margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
139
139
  }
140
+ .e-device.e-image-editor .e-slider-container {
141
+ margin-left: calc(50% - 50px) !important; /* stylelint-disable-line declaration-no-important */
142
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
143
+ }
140
144
 
141
145
  .e-bigger .e-image-editor .e-toolbar,
142
146
  .e-image-editor.e-bigger .e-toolbar {
@@ -244,10 +248,42 @@
244
248
  .e-image-editor .e-bottom-toolbar {
245
249
  border-top: 1px solid #e9ecef;
246
250
  }
251
+ .e-image-editor .e-contextual-toolbar-wrapper {
252
+ width: 100%;
253
+ z-index: 1;
254
+ }
255
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
256
+ height: 130px !important; /* stylelint-disable-line declaration-no-important */
257
+ }
258
+ .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
259
+ display: none;
260
+ }
261
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item {
262
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
263
+ }
264
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filterwrapper {
265
+ border: 2px solid transparent;
266
+ height: 100px;
267
+ }
268
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
269
+ border-top: 2px solid;
270
+ }
271
+ .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
272
+ margin-left: calc(50% - 137px);
273
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
274
+ }
247
275
 
248
276
  .e-image-editor {
249
277
  background: #dee2e6;
250
278
  }
279
+ .e-image-editor .e-contextual-toolbar-wrapper {
280
+ background: #f8f9fa;
281
+ border-top: 1px solid #e9ecef;
282
+ border-bottom: 1px solid #e9ecef;
283
+ }
284
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
285
+ border-color: #565e64;
286
+ }
251
287
  .e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-selected-btn {
252
288
  background: #5c636a !important; /* stylelint-disable-line declaration-no-important */
253
289
  }
@@ -126,6 +126,10 @@
126
126
  .e-device.e-image-editor .e-img-font-style.e-template {
127
127
  margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
128
128
  }
129
+ .e-device.e-image-editor .e-slider-container {
130
+ margin-left: calc(50% - 50px) !important; /* stylelint-disable-line declaration-no-important */
131
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
132
+ }
129
133
 
130
134
  .e-bigger .e-image-editor .e-toolbar,
131
135
  .e-image-editor.e-bigger .e-toolbar {
@@ -227,10 +231,42 @@
227
231
  .e-image-editor .e-bottom-toolbar {
228
232
  border-top: 1px solid #414040;
229
233
  }
234
+ .e-image-editor .e-contextual-toolbar-wrapper {
235
+ width: 100%;
236
+ z-index: 1;
237
+ }
238
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
239
+ height: 130px !important; /* stylelint-disable-line declaration-no-important */
240
+ }
241
+ .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
242
+ display: none;
243
+ }
244
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item {
245
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
246
+ }
247
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filterwrapper {
248
+ border: 2px solid transparent;
249
+ height: 100px;
250
+ }
251
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
252
+ border-top: 2px solid;
253
+ }
254
+ .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
255
+ margin-left: calc(50% - 137px);
256
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
257
+ }
230
258
 
231
259
  .e-image-editor {
232
260
  background: #201f1f;
233
261
  }
262
+ .e-image-editor .e-contextual-toolbar-wrapper {
263
+ background: #333232;
264
+ border-top: 1px solid #414040;
265
+ border-bottom: 1px solid #414040;
266
+ }
267
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
268
+ border-color: #6f6c6c;
269
+ }
234
270
  .e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-icons {
235
271
  color: #dadada;
236
272
  }
package/styles/fabric.css CHANGED
@@ -126,6 +126,10 @@
126
126
  .e-device.e-image-editor .e-img-font-style.e-template {
127
127
  margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
128
128
  }
129
+ .e-device.e-image-editor .e-slider-container {
130
+ margin-left: calc(50% - 50px) !important; /* stylelint-disable-line declaration-no-important */
131
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
132
+ }
129
133
 
130
134
  .e-bigger .e-image-editor .e-toolbar,
131
135
  .e-image-editor.e-bigger .e-toolbar {
@@ -227,10 +231,42 @@
227
231
  .e-image-editor .e-bottom-toolbar {
228
232
  border-top: 1px solid #eaeaea;
229
233
  }
234
+ .e-image-editor .e-contextual-toolbar-wrapper {
235
+ width: 100%;
236
+ z-index: 1;
237
+ }
238
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
239
+ height: 130px !important; /* stylelint-disable-line declaration-no-important */
240
+ }
241
+ .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
242
+ display: none;
243
+ }
244
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item {
245
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
246
+ }
247
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filterwrapper {
248
+ border: 2px solid transparent;
249
+ height: 100px;
250
+ }
251
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
252
+ border-top: 2px solid;
253
+ }
254
+ .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
255
+ margin-left: calc(50% - 137px);
256
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
257
+ }
230
258
 
231
259
  .e-image-editor {
232
260
  background: #fff;
233
261
  }
262
+ .e-image-editor .e-contextual-toolbar-wrapper {
263
+ background: #fff;
264
+ border-top: 1px solid #eaeaea;
265
+ border-bottom: 1px solid #eaeaea;
266
+ }
267
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
268
+ border-color: #c8c8c8;
269
+ }
234
270
  .e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-icons {
235
271
  color: #333;
236
272
  }
@@ -135,6 +135,10 @@
135
135
  .e-device.e-image-editor .e-img-font-style.e-template {
136
136
  margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
137
137
  }
138
+ .e-device.e-image-editor .e-slider-container {
139
+ margin-left: calc(50% - 50px) !important; /* stylelint-disable-line declaration-no-important */
140
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
141
+ }
138
142
 
139
143
  .e-bigger .e-image-editor .e-toolbar,
140
144
  .e-image-editor.e-bigger .e-toolbar {
@@ -234,10 +238,42 @@
234
238
  .e-image-editor .e-bottom-toolbar {
235
239
  border-top: 1px solid #292827;
236
240
  }
241
+ .e-image-editor .e-contextual-toolbar-wrapper {
242
+ width: 100%;
243
+ z-index: 1;
244
+ }
245
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
246
+ height: 130px !important; /* stylelint-disable-line declaration-no-important */
247
+ }
248
+ .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
249
+ display: none;
250
+ }
251
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item {
252
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
253
+ }
254
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filterwrapper {
255
+ border: 2px solid transparent;
256
+ height: 100px;
257
+ }
258
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
259
+ border-top: 2px solid;
260
+ }
261
+ .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
262
+ margin-left: calc(50% - 137px);
263
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
264
+ }
237
265
 
238
266
  .e-image-editor {
239
267
  background: #201f1e;
240
268
  }
269
+ .e-image-editor .e-contextual-toolbar-wrapper {
270
+ background: #252423;
271
+ border-top: 1px solid #292827;
272
+ border-bottom: 1px solid #292827;
273
+ }
274
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
275
+ border-color: #292827;
276
+ }
241
277
  .e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-icons {
242
278
  color: #a19f9d;
243
279
  }
package/styles/fluent.css CHANGED
@@ -135,6 +135,10 @@
135
135
  .e-device.e-image-editor .e-img-font-style.e-template {
136
136
  margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
137
137
  }
138
+ .e-device.e-image-editor .e-slider-container {
139
+ margin-left: calc(50% - 50px) !important; /* stylelint-disable-line declaration-no-important */
140
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
141
+ }
138
142
 
139
143
  .e-bigger .e-image-editor .e-toolbar,
140
144
  .e-image-editor.e-bigger .e-toolbar {
@@ -234,10 +238,42 @@
234
238
  .e-image-editor .e-bottom-toolbar {
235
239
  border-top: 1px solid #edebe9;
236
240
  }
241
+ .e-image-editor .e-contextual-toolbar-wrapper {
242
+ width: 100%;
243
+ z-index: 1;
244
+ }
245
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
246
+ height: 130px !important; /* stylelint-disable-line declaration-no-important */
247
+ }
248
+ .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
249
+ display: none;
250
+ }
251
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item {
252
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
253
+ }
254
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filterwrapper {
255
+ border: 2px solid transparent;
256
+ height: 100px;
257
+ }
258
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
259
+ border-top: 2px solid;
260
+ }
261
+ .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
262
+ margin-left: calc(50% - 137px);
263
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
264
+ }
237
265
 
238
266
  .e-image-editor {
239
267
  background: #faf9f8;
240
268
  }
269
+ .e-image-editor .e-contextual-toolbar-wrapper {
270
+ background: #f3f2f1;
271
+ border-top: 1px solid #edebe9;
272
+ border-bottom: 1px solid #edebe9;
273
+ }
274
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
275
+ border-color: #edebe9;
276
+ }
241
277
  .e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-icons {
242
278
  color: #605e5c;
243
279
  }
@@ -126,6 +126,10 @@
126
126
  .e-device.e-image-editor .e-img-font-style.e-template {
127
127
  margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
128
128
  }
129
+ .e-device.e-image-editor .e-slider-container {
130
+ margin-left: calc(50% - 50px) !important; /* stylelint-disable-line declaration-no-important */
131
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
132
+ }
129
133
 
130
134
  .e-bigger .e-image-editor .e-toolbar,
131
135
  .e-image-editor.e-bigger .e-toolbar {
@@ -225,10 +229,42 @@
225
229
  .e-image-editor .e-bottom-toolbar {
226
230
  border-top: 1px solid #000;
227
231
  }
232
+ .e-image-editor .e-contextual-toolbar-wrapper {
233
+ width: 100%;
234
+ z-index: 1;
235
+ }
236
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
237
+ height: 130px !important; /* stylelint-disable-line declaration-no-important */
238
+ }
239
+ .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
240
+ display: none;
241
+ }
242
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item {
243
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
244
+ }
245
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filterwrapper {
246
+ border: 2px solid transparent;
247
+ height: 100px;
248
+ }
249
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
250
+ border-top: 2px solid;
251
+ }
252
+ .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
253
+ margin-left: calc(50% - 137px);
254
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
255
+ }
228
256
 
229
257
  .e-image-editor {
230
258
  background: #fff;
231
259
  }
260
+ .e-image-editor .e-contextual-toolbar-wrapper {
261
+ background: #fff;
262
+ border-top: 1px solid #000;
263
+ border-bottom: 1px solid #000;
264
+ }
265
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
266
+ border-color: #400074;
267
+ }
232
268
  .e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-icons {
233
269
  color: #000;
234
270
  }
@@ -126,6 +126,10 @@
126
126
  .e-device.e-image-editor .e-img-font-style.e-template {
127
127
  margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
128
128
  }
129
+ .e-device.e-image-editor .e-slider-container {
130
+ margin-left: calc(50% - 50px) !important; /* stylelint-disable-line declaration-no-important */
131
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
132
+ }
129
133
 
130
134
  .e-bigger .e-image-editor .e-toolbar,
131
135
  .e-image-editor.e-bigger .e-toolbar {
@@ -225,10 +229,42 @@
225
229
  .e-image-editor .e-bottom-toolbar {
226
230
  border-top: 1px solid #fff;
227
231
  }
232
+ .e-image-editor .e-contextual-toolbar-wrapper {
233
+ width: 100%;
234
+ z-index: 1;
235
+ }
236
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
237
+ height: 130px !important; /* stylelint-disable-line declaration-no-important */
238
+ }
239
+ .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
240
+ display: none;
241
+ }
242
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item {
243
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
244
+ }
245
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filterwrapper {
246
+ border: 2px solid transparent;
247
+ height: 100px;
248
+ }
249
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
250
+ border-top: 2px solid;
251
+ }
252
+ .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
253
+ margin-left: calc(50% - 137px);
254
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
255
+ }
228
256
 
229
257
  .e-image-editor {
230
258
  background: #000;
231
259
  }
260
+ .e-image-editor .e-contextual-toolbar-wrapper {
261
+ background: #000;
262
+ border-top: 1px solid #fff;
263
+ border-bottom: 1px solid #fff;
264
+ }
265
+ .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item:hover .filterwrapper, .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item.e-selected .filterwrapper {
266
+ border-color: #ffd939;
267
+ }
232
268
  .e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-icons {
233
269
  color: #fff;
234
270
  }
@@ -8,3 +8,4 @@ $image-editor-tbar-height: 42px !default;
8
8
  $image-editor-bigger-tbar-height: 52px !default;
9
9
  $image-editor-tbar-btn-fontsize: 16px !default;
10
10
  $image-editor-bigger-tbar-btn-fontsize: 18px !default;
11
+ $image-editor-contextual-toolbar: $grey-darker !default;
@@ -8,3 +8,4 @@ $image-editor-tbar-height: 42px !default;
8
8
  $image-editor-bigger-tbar-height: 52px !default;
9
9
  $image-editor-tbar-btn-fontsize: 16px !default;
10
10
  $image-editor-bigger-tbar-btn-fontsize: 18px !default;
11
+ $image-editor-contextual-toolbar: $grey-f8 !default;
@@ -8,3 +8,4 @@ $image-editor-tbar-height: 40px !default;
8
8
  $image-editor-bigger-tbar-height: 56px !default;
9
9
  $image-editor-tbar-btn-fontsize: 16px !default;
10
10
  $image-editor-bigger-tbar-btn-fontsize: 18px !default;
11
+ $image-editor-contextual-toolbar: $gray-100 !default;
@@ -8,3 +8,4 @@ $image-editor-tbar-height: 40px !default;
8
8
  $image-editor-bigger-tbar-height: 46px !default;
9
9
  $image-editor-tbar-btn-fontsize: $text-lg !default;
10
10
  $image-editor-bigger-tbar-btn-fontsize: $text-xl !default;
11
+ $image-editor-contextual-toolbar: $content-bg-color-alt1 !default;
@@ -8,3 +8,4 @@ $image-editor-tbar-height: 40px !default;
8
8
  $image-editor-bigger-tbar-height: 50px !default;
9
9
  $image-editor-tbar-btn-fontsize: 16px !default;
10
10
  $image-editor-bigger-tbar-btn-fontsize: 18px !default;
11
+ $image-editor-contextual-toolbar: $neutral-lighter !default;
@@ -8,3 +8,4 @@ $image-editor-tbar-height: 40px !default;
8
8
  $image-editor-bigger-tbar-height: 50px !default;
9
9
  $image-editor-tbar-btn-fontsize: 16px !default;
10
10
  $image-editor-bigger-tbar-btn-fontsize: 18px !default;
11
+ $image-editor-contextual-toolbar: $neutral-white !default;
@@ -8,3 +8,4 @@ $image-editor-tbar-height: 40px !default;
8
8
  $image-editor-bigger-tbar-height: 48px !default;
9
9
  $image-editor-tbar-btn-fontsize: $text-lg !default;
10
10
  $image-editor-bigger-tbar-btn-fontsize: $text-xl !default;
11
+ $image-editor-contextual-toolbar: $content-bg-color-alt2 !default;
@@ -8,3 +8,4 @@ $image-editor-tbar-height: 38px !default;
8
8
  $image-editor-bigger-tbar-height: 48px !default;
9
9
  $image-editor-tbar-btn-fontsize: $text-lg !default;
10
10
  $image-editor-bigger-tbar-btn-fontsize: $text-xl !default;
11
+ $image-editor-contextual-toolbar: $content-bg-color-alt1 !default;
@@ -8,3 +8,4 @@ $image-editor-tbar-height: 38px !default;
8
8
  $image-editor-bigger-tbar-height: 48px !default;
9
9
  $image-editor-tbar-btn-fontsize: 16px !default;
10
10
  $image-editor-bigger-tbar-btn-fontsize: 18px !default;
11
+ $image-editor-contextual-toolbar: $bg-base-0 !default;
@@ -8,3 +8,4 @@ $image-editor-tbar-height: 38px !default;
8
8
  $image-editor-bigger-tbar-height: 48px !default;
9
9
  $image-editor-tbar-btn-fontsize: 16px !default;
10
10
  $image-editor-bigger-tbar-btn-fontsize: 18px !default;
11
+ $image-editor-contextual-toolbar: $bg-base-0 !default;