@syncfusion/ej2-image-editor 32.1.19 → 32.1.24

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 (206) hide show
  1. package/README.md +1 -1
  2. package/dist/ej2-image-editor.umd.min.js +9 -0
  3. package/dist/global/ej2-image-editor.min.js +9 -0
  4. package/dist/global/index.d.ts +9 -0
  5. package/package.json +8 -8
  6. package/styles/bds-lite.css +75 -0
  7. package/styles/bds-lite.scss +1 -1
  8. package/styles/bds.css +79 -0
  9. package/styles/bds.scss +2 -2
  10. package/styles/bootstrap-dark-lite.scss +1 -1
  11. package/styles/bootstrap-dark.scss +2 -2
  12. package/styles/bootstrap-lite.scss +1 -1
  13. package/styles/bootstrap.scss +2 -2
  14. package/styles/bootstrap4-lite.scss +1 -1
  15. package/styles/bootstrap4.scss +2 -2
  16. package/styles/bootstrap5-dark-lite.css +1 -0
  17. package/styles/bootstrap5-dark-lite.scss +1 -1
  18. package/styles/bootstrap5-dark.css +1 -0
  19. package/styles/bootstrap5-dark.scss +2 -2
  20. package/styles/bootstrap5-lite.css +1 -0
  21. package/styles/bootstrap5-lite.scss +1 -1
  22. package/styles/bootstrap5.3-lite.css +337 -0
  23. package/styles/bootstrap5.3-lite.scss +1 -1
  24. package/styles/bootstrap5.3.css +421 -0
  25. package/styles/bootstrap5.3.scss +2 -2
  26. package/styles/bootstrap5.css +1 -0
  27. package/styles/bootstrap5.scss +2 -2
  28. package/styles/fabric-dark-lite.scss +1 -1
  29. package/styles/fabric-dark.scss +2 -2
  30. package/styles/fabric-lite.scss +1 -1
  31. package/styles/fabric.scss +2 -2
  32. package/styles/fluent-dark-lite.scss +1 -1
  33. package/styles/fluent-dark.scss +2 -2
  34. package/styles/fluent-lite.scss +1 -1
  35. package/styles/fluent.scss +2 -2
  36. package/styles/fluent2-lite.css +344 -0
  37. package/styles/fluent2-lite.scss +1 -1
  38. package/styles/fluent2.css +430 -0
  39. package/styles/fluent2.scss +2 -2
  40. package/styles/highcontrast-light-lite.scss +1 -1
  41. package/styles/highcontrast-light.scss +2 -2
  42. package/styles/highcontrast-lite.scss +1 -1
  43. package/styles/highcontrast.scss +2 -2
  44. package/styles/image-editor/_all.bds.scss +2 -0
  45. package/styles/image-editor/_all.bootstrap-dark.scss +2 -0
  46. package/styles/image-editor/_all.bootstrap.scss +2 -0
  47. package/styles/image-editor/_all.bootstrap4.scss +2 -0
  48. package/styles/image-editor/_all.bootstrap5-dark.scss +2 -0
  49. package/styles/image-editor/_all.bootstrap5.3.scss +2 -0
  50. package/styles/image-editor/_all.bootstrap5.scss +2 -0
  51. package/styles/image-editor/_all.fabric-dark.scss +2 -0
  52. package/styles/image-editor/_all.fabric.scss +2 -0
  53. package/styles/image-editor/_all.fluent-dark.scss +2 -0
  54. package/styles/image-editor/_all.fluent.scss +2 -0
  55. package/styles/image-editor/_all.fluent2.scss +2 -0
  56. package/styles/image-editor/_all.highcontrast-light.scss +2 -0
  57. package/styles/image-editor/_all.highcontrast.scss +2 -0
  58. package/styles/image-editor/_all.material-dark.scss +2 -0
  59. package/styles/image-editor/_all.material.scss +2 -0
  60. package/styles/image-editor/_all.material3-dark.scss +2 -0
  61. package/styles/image-editor/_all.material3.scss +2 -0
  62. package/styles/image-editor/_all.tailwind-dark.scss +2 -0
  63. package/styles/image-editor/_all.tailwind.scss +2 -0
  64. package/styles/image-editor/_all.tailwind3.scss +2 -0
  65. package/styles/image-editor/_bigger.bds.scss +3 -0
  66. package/styles/image-editor/_bigger.bootstrap-dark.scss +3 -0
  67. package/styles/image-editor/_bigger.bootstrap.scss +3 -0
  68. package/styles/image-editor/_bigger.bootstrap4.scss +3 -0
  69. package/styles/image-editor/_bigger.bootstrap5-dark.scss +3 -0
  70. package/styles/image-editor/_bigger.bootstrap5.3.scss +3 -0
  71. package/styles/image-editor/_bigger.bootstrap5.scss +3 -0
  72. package/styles/image-editor/_bigger.fabric-dark.scss +3 -0
  73. package/styles/image-editor/_bigger.fabric.scss +3 -0
  74. package/styles/image-editor/_bigger.fluent-dark.scss +3 -0
  75. package/styles/image-editor/_bigger.fluent.scss +3 -0
  76. package/styles/image-editor/_bigger.fluent2.scss +3 -0
  77. package/styles/image-editor/_bigger.highcontrast-light.scss +3 -0
  78. package/styles/image-editor/_bigger.highcontrast.scss +3 -0
  79. package/styles/image-editor/_bigger.material-dark.scss +3 -0
  80. package/styles/image-editor/_bigger.material.scss +3 -0
  81. package/styles/image-editor/_bigger.material3-dark.scss +3 -0
  82. package/styles/image-editor/_bigger.material3.scss +3 -0
  83. package/styles/image-editor/_bigger.scss +0 -1
  84. package/styles/image-editor/_bigger.tailwind-dark.scss +3 -0
  85. package/styles/image-editor/_bigger.tailwind.scss +3 -0
  86. package/styles/image-editor/_bigger.tailwind3.scss +3 -0
  87. package/styles/image-editor/_layout.bds.scss +3 -0
  88. package/styles/image-editor/_layout.bootstrap-dark.scss +3 -0
  89. package/styles/image-editor/_layout.bootstrap.scss +3 -0
  90. package/styles/image-editor/_layout.bootstrap4.scss +3 -0
  91. package/styles/image-editor/_layout.bootstrap5-dark.scss +3 -0
  92. package/styles/image-editor/_layout.bootstrap5.3.scss +3 -0
  93. package/styles/image-editor/_layout.bootstrap5.scss +3 -0
  94. package/styles/image-editor/_layout.fabric-dark.scss +3 -0
  95. package/styles/image-editor/_layout.fabric.scss +3 -0
  96. package/styles/image-editor/_layout.fluent-dark.scss +3 -0
  97. package/styles/image-editor/_layout.fluent.scss +3 -0
  98. package/styles/image-editor/_layout.fluent2.scss +3 -0
  99. package/styles/image-editor/_layout.highcontrast-light.scss +3 -0
  100. package/styles/image-editor/_layout.highcontrast.scss +3 -0
  101. package/styles/image-editor/_layout.material-dark.scss +3 -0
  102. package/styles/image-editor/_layout.material.scss +3 -0
  103. package/styles/image-editor/_layout.material3-dark.scss +3 -0
  104. package/styles/image-editor/_layout.material3.scss +3 -0
  105. package/styles/image-editor/_layout.scss +0 -1
  106. package/styles/image-editor/_layout.tailwind-dark.scss +3 -0
  107. package/styles/image-editor/_layout.tailwind.scss +3 -0
  108. package/styles/image-editor/_layout.tailwind3.scss +3 -0
  109. package/styles/image-editor/_theme-variables.bds.scss +1 -0
  110. package/styles/image-editor/_theme-variables.bootstrap-dark.scss +1 -0
  111. package/styles/image-editor/_theme-variables.bootstrap.scss +1 -0
  112. package/styles/image-editor/_theme-variables.bootstrap4.scss +1 -0
  113. package/styles/image-editor/_theme-variables.bootstrap5-dark.scss +1 -0
  114. package/styles/image-editor/_theme-variables.bootstrap5.3.scss +1 -0
  115. package/styles/image-editor/_theme-variables.bootstrap5.scss +1 -0
  116. package/styles/image-editor/_theme-variables.fabric-dark.scss +1 -0
  117. package/styles/image-editor/_theme-variables.fabric.scss +1 -0
  118. package/styles/image-editor/_theme-variables.fluent-dark.scss +1 -0
  119. package/styles/image-editor/_theme-variables.fluent.scss +1 -0
  120. package/styles/image-editor/_theme-variables.fluent2.scss +1 -0
  121. package/styles/image-editor/_theme-variables.highcontrast-light.scss +1 -0
  122. package/styles/image-editor/_theme-variables.highcontrast.scss +1 -0
  123. package/styles/image-editor/_theme-variables.material-dark.scss +1 -0
  124. package/styles/image-editor/_theme-variables.material.scss +1 -0
  125. package/styles/image-editor/_theme-variables.material3-dark.scss +1 -0
  126. package/styles/image-editor/_theme-variables.material3.scss +1 -0
  127. package/styles/image-editor/_theme-variables.tailwind-dark.scss +1 -0
  128. package/styles/image-editor/_theme-variables.tailwind.scss +1 -0
  129. package/styles/image-editor/_theme.bds.scss +6 -0
  130. package/styles/image-editor/_theme.bootstrap-dark.scss +6 -0
  131. package/styles/image-editor/_theme.bootstrap.scss +6 -0
  132. package/styles/image-editor/_theme.bootstrap4.scss +6 -0
  133. package/styles/image-editor/_theme.bootstrap5-dark.scss +6 -0
  134. package/styles/image-editor/_theme.bootstrap5.3.scss +6 -0
  135. package/styles/image-editor/_theme.bootstrap5.scss +6 -0
  136. package/styles/image-editor/_theme.fabric-dark.scss +6 -0
  137. package/styles/image-editor/_theme.fabric.scss +6 -0
  138. package/styles/image-editor/_theme.fluent-dark.scss +6 -0
  139. package/styles/image-editor/_theme.fluent.scss +6 -0
  140. package/styles/image-editor/_theme.fluent2.scss +6 -0
  141. package/styles/image-editor/_theme.highcontrast-light.scss +6 -0
  142. package/styles/image-editor/_theme.highcontrast.scss +6 -0
  143. package/styles/image-editor/_theme.material-dark.scss +6 -0
  144. package/styles/image-editor/_theme.material.scss +6 -0
  145. package/styles/image-editor/_theme.material3-dark.scss +6 -0
  146. package/styles/image-editor/_theme.material3.scss +6 -0
  147. package/styles/image-editor/_theme.scss +10 -13
  148. package/styles/image-editor/_theme.tailwind-dark.scss +6 -0
  149. package/styles/image-editor/_theme.tailwind.scss +6 -0
  150. package/styles/image-editor/_theme.tailwind3.scss +6 -0
  151. package/styles/image-editor/bds.css +79 -0
  152. package/styles/image-editor/bds.scss +2 -2
  153. package/styles/image-editor/bootstrap-dark.scss +2 -2
  154. package/styles/image-editor/bootstrap.scss +2 -2
  155. package/styles/image-editor/bootstrap4.scss +2 -2
  156. package/styles/image-editor/bootstrap5-dark.css +1 -0
  157. package/styles/image-editor/bootstrap5-dark.scss +2 -2
  158. package/styles/image-editor/bootstrap5.3.css +421 -0
  159. package/styles/image-editor/bootstrap5.3.scss +2 -2
  160. package/styles/image-editor/bootstrap5.css +1 -0
  161. package/styles/image-editor/bootstrap5.scss +2 -2
  162. package/styles/image-editor/fabric-dark.scss +2 -2
  163. package/styles/image-editor/fabric.scss +2 -2
  164. package/styles/image-editor/fluent-dark.scss +2 -2
  165. package/styles/image-editor/fluent.scss +2 -2
  166. package/styles/image-editor/fluent2.css +430 -0
  167. package/styles/image-editor/fluent2.scss +2 -2
  168. package/styles/image-editor/highcontrast-light.scss +2 -2
  169. package/styles/image-editor/highcontrast.scss +2 -2
  170. package/styles/image-editor/material-dark.css +11 -0
  171. package/styles/image-editor/material-dark.scss +2 -2
  172. package/styles/image-editor/material.css +11 -0
  173. package/styles/image-editor/material.scss +2 -2
  174. package/styles/image-editor/material3-dark.css +411 -0
  175. package/styles/image-editor/material3-dark.scss +2 -2
  176. package/styles/image-editor/material3.css +421 -0
  177. package/styles/image-editor/material3.scss +2 -2
  178. package/styles/image-editor/tailwind-dark.scss +2 -2
  179. package/styles/image-editor/tailwind.scss +2 -2
  180. package/styles/image-editor/tailwind3.css +371 -0
  181. package/styles/image-editor/tailwind3.scss +2 -2
  182. package/styles/material-dark-lite.css +11 -0
  183. package/styles/material-dark-lite.scss +1 -1
  184. package/styles/material-dark.css +11 -0
  185. package/styles/material-dark.scss +2 -2
  186. package/styles/material-lite.css +11 -0
  187. package/styles/material-lite.scss +1 -1
  188. package/styles/material.css +11 -0
  189. package/styles/material.scss +2 -2
  190. package/styles/material3-dark-lite.css +329 -0
  191. package/styles/material3-dark-lite.scss +1 -1
  192. package/styles/material3-dark.css +411 -0
  193. package/styles/material3-dark.scss +2 -2
  194. package/styles/material3-lite.css +337 -0
  195. package/styles/material3-lite.scss +1 -1
  196. package/styles/material3.css +421 -0
  197. package/styles/material3.scss +2 -2
  198. package/styles/tailwind-dark-lite.scss +1 -1
  199. package/styles/tailwind-dark.scss +2 -2
  200. package/styles/tailwind-lite.scss +1 -1
  201. package/styles/tailwind.scss +2 -2
  202. package/styles/tailwind3-lite.css +297 -0
  203. package/styles/tailwind3-lite.scss +1 -1
  204. package/styles/tailwind3.css +371 -0
  205. package/styles/tailwind3.scss +2 -2
  206. /package/styles/image-editor/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './theme-variables.tailwind-dark';
3
+ @import './_bigger';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './theme-variables.tailwind';
3
+ @import './_bigger';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './theme-variables.tailwind3';
3
+ @import './_bigger';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.bds';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.bootstrap-dark';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.bootstrap';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.bootstrap4';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.bootstrap5-dark';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.bootstrap5.3';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.bootstrap5';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.fabric-dark';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.fabric';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.fluent-dark';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.fluent';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.fluent2';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.highcontrast-light';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.highcontrast';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.material-dark';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.material';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.material3-dark';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.material3';
3
+ @import './_layout';
@@ -1,5 +1,4 @@
1
1
  @use 'ej2-base/styles/common/mixin' as *;
2
- @use './theme-variables' as *;
3
2
  @include export-module('image-editor-layout') {
4
3
  .e-ie-toolbar-upload-div.e-hide,
5
4
  .e-ie-toolbar-upload-btn.e-hide,
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.tailwind-dark';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.tailwind';
3
+ @import './_layout';
@@ -0,0 +1,3 @@
1
+ @use 'ej2-base/styles/common/mixin' as *;
2
+ @import './_theme-variables.tailwind3';
3
+ @import './_layout';
@@ -0,0 +1 @@
1
+ @forward './_bds-definition';
@@ -0,0 +1 @@
1
+ @forward './_bootstrap-dark-definition';
@@ -0,0 +1 @@
1
+ @forward './_bootstrap-definition';
@@ -0,0 +1 @@
1
+ @forward './_bootstrap4-definition';
@@ -0,0 +1 @@
1
+ @forward './_bootstrap5-dark-definition';
@@ -0,0 +1 @@
1
+ @forward './_bootstrap5.3-definition';
@@ -0,0 +1 @@
1
+ @forward './_bootstrap5-definition';
@@ -0,0 +1 @@
1
+ @forward './_fabric-dark-definition';
@@ -0,0 +1 @@
1
+ @forward './_fabric-definition';
@@ -0,0 +1 @@
1
+ @forward './_fluent-dark-definition';
@@ -0,0 +1 @@
1
+ @forward './_fluent-definition';
@@ -0,0 +1 @@
1
+ @forward './_fluent2-definition';
@@ -0,0 +1 @@
1
+ @forward './_highcontrast-light-definition';
@@ -0,0 +1 @@
1
+ @forward './_highcontrast-definition';
@@ -0,0 +1 @@
1
+ @forward './_material-dark-definition';
@@ -0,0 +1 @@
1
+ @forward './_material-definition';
@@ -0,0 +1 @@
1
+ @forward './_material3-dark-definition';
@@ -0,0 +1 @@
1
+ @forward './_material3-definition';
@@ -0,0 +1 @@
1
+ @forward './_tailwind-dark-definition';
@@ -0,0 +1 @@
1
+ @forward './_tailwind-definition';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.bds';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.bds';
5
+ @import './theme-variables.bds';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.bootstrap-dark';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.bootstrap-dark';
5
+ @import './theme-variables.bootstrap-dark';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.bootstrap';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.bootstrap';
5
+ @import './theme-variables.bootstrap';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.bootstrap4';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.bootstrap4';
5
+ @import './theme-variables.bootstrap4';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.bootstrap5-dark';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.bootstrap5-dark';
5
+ @import './theme-variables.bootstrap5-dark';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.bootstrap5.3';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.bootstrap5.3';
5
+ @import './theme-variables.bootstrap5.3';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.bootstrap5';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.bootstrap5';
5
+ @import './theme-variables.bootstrap5';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.fabric-dark';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.fabric-dark';
5
+ @import './theme-variables.fabric-dark';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.fabric';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.fabric';
5
+ @import './theme-variables.fabric';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.fluent-dark';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.fluent-dark';
5
+ @import './theme-variables.fluent-dark';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.fluent';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.fluent';
5
+ @import './theme-variables.fluent';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.fluent2';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.fluent2';
5
+ @import './theme-variables.fluent2';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.highcontrast-light';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.highcontrast-light';
5
+ @import './theme-variables.highcontrast-light';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.highcontrast';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.highcontrast';
5
+ @import './theme-variables.highcontrast';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.material-dark';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.material-dark';
5
+ @import './theme-variables.material-dark';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.material';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.material';
5
+ @import './theme-variables.material';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.material3-dark';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.material3-dark';
5
+ @import './theme-variables.material3-dark';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.material3';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.material3';
5
+ @import './theme-variables.material3';
6
+ @import './_theme';
@@ -1,8 +1,5 @@
1
1
  @use 'sass:color';
2
2
  @use 'ej2-base/styles/common/mixin' as *;
3
- @use './theme-variables' as *;
4
- @use 'ej2-buttons/styles/button/theme-variables' as button-vars;
5
- @use 'ej2-navigations/styles/toolbar/theme-variables' as tbar-vars;
6
3
  @include export-module('image-editor-theme') {
7
4
  .e-image-editor {
8
5
  background: $image-editor-background;
@@ -14,12 +11,12 @@
14
11
  & .e-toolbar-item.e-selected .filterwrapper canvas,
15
12
  & .e-toolbar-item:hover .filter-wrapper canvas,
16
13
  & .e-toolbar-item.e-selected .filter-wrapper canvas {
17
- border-color: button-vars.$btn-active-bgcolor !important; /* stylelint-disable-line declaration-no-important */
14
+ border-color: $btn-active-bgcolor !important; /* stylelint-disable-line declaration-no-important */
18
15
  }
19
16
 
20
17
  & .e-toolbar-item.e-selected .filterwrapper:focus canvas,
21
18
  & .e-toolbar-item.e-selected .filter-wrapper:focus canvas {
22
- border-color: button-vars.$btn-active-bgcolor !important; /* stylelint-disable-line declaration-no-important */
19
+ border-color: $btn-active-bgcolor !important; /* stylelint-disable-line declaration-no-important */
23
20
  }
24
21
  }
25
22
 
@@ -60,8 +57,8 @@
60
57
  border: none;
61
58
  margin-top: $image-editor-ddbtn-margin-top;
62
59
  @if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'bootstrap5-dark' {
63
- background: tbar-vars.$tbar-default-bg;
64
- color: tbar-vars.$tbar-default-icon-color;
60
+ background: $tbar-default-bg;
61
+ color: $tbar-default-icon-color;
65
62
  }
66
63
  @if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
67
64
  border: 2px solid #000;
@@ -75,20 +72,20 @@
75
72
  }
76
73
 
77
74
  &:hover {
78
- background: tbar-vars.$tbar-hover-bg;
75
+ background: $tbar-hover-bg;
79
76
  box-shadow: none;
80
77
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81
78
  color: $secondary-text-color;
82
79
  }
83
80
  @else {
84
- color: tbar-vars.$tbar-hover-font;
81
+ color: $tbar-hover-font;
85
82
  }
86
83
  }
87
84
 
88
85
  &:focus {
89
- background: button-vars.$btn-focus-bgcolor;
86
+ background: $btn-focus-bgcolor;
90
87
  box-shadow: none;
91
- color: button-vars.$btn-focus-color;
88
+ color: $btn-focus-color;
92
89
  @if $skin-name == 'FluentUI' {
93
90
  outline: none !important; /* stylelint-disable-line declaration-no-important */
94
91
  box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
@@ -122,9 +119,9 @@
122
119
  }
123
120
 
124
121
  &:active {
125
- background: button-vars.$btn-active-bgcolor;
122
+ background: $btn-active-bgcolor;
126
123
  box-shadow: none;
127
- color: button-vars.$btn-active-color;
124
+ color: $btn-active-color;
128
125
  }
129
126
  }
130
127
 
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.tailwind-dark';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.tailwind-dark';
5
+ @import './theme-variables.tailwind-dark';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.tailwind';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.tailwind';
5
+ @import './theme-variables.tailwind';
6
+ @import './_theme';
@@ -0,0 +1,6 @@
1
+ @use 'sass:color';
2
+ @use 'ej2-base/styles/common/mixin' as *;
3
+ @import 'ej2-buttons/styles/button/theme-variables.tailwind3';
4
+ @import 'ej2-navigations/styles/toolbar/theme-variables.tailwind3';
5
+ @import './theme-variables.tailwind3';
6
+ @import './_theme';
@@ -299,6 +299,10 @@
299
299
  content: "\e931";
300
300
  }
301
301
 
302
+
303
+
304
+
305
+
302
306
  .e-ie-toolbar-upload-div.e-hide,
303
307
  .e-ie-toolbar-upload-btn.e-hide,
304
308
  .e-ie-img-quality-slider,
@@ -807,6 +811,77 @@
807
811
  top: calc(50% - 16px) !important; /* stylelint-disable-line declaration-no-important */
808
812
  }
809
813
 
814
+
815
+
816
+
817
+
818
+ /* stylelint-disable */
819
+ .e-btn.e-primary:focus {
820
+ -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
821
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
822
+ }
823
+
824
+ .e-btn.e-success:focus {
825
+ -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
826
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
827
+ }
828
+
829
+ .e-btn.e-info:focus {
830
+ -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
831
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
832
+ }
833
+
834
+ .e-btn.e-warning:focus {
835
+ -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
836
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
837
+ }
838
+
839
+ .e-btn.e-danger:focus {
840
+ -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
841
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
842
+ }
843
+
844
+ .e-btn.e-outline.e-info {
845
+ background: transparent !important;
846
+ border-color: var(--color-sf-utility-info-border-color) !important;
847
+ color: var(--color-sf-utility-info-text) !important;
848
+ }
849
+
850
+ .e-btn.e-outline.e-info:hover {
851
+ background: var(--color-sf-utility-info-bg-color-hover) !important;
852
+ border-color: var(--color-sf-utility-info-border-color) !important;
853
+ color: var(--color-sf-utility-info-text-hover) !important;
854
+ }
855
+
856
+ .e-btn.e-outline.e-info:active {
857
+ background: var(--color-sf-utility-info-bg-color-pressed) !important;
858
+ border-color: var(--color-sf-utility-info-border-color) !important;
859
+ color: var(--color-sf-utility-info-text-hover) !important;
860
+ }
861
+
862
+ .e-btn.e-flat.e-info {
863
+ color: var(--color-sf-utility-info-text) !important;
864
+ }
865
+
866
+ .e-bigger .e-btn,
867
+ .e-bigger .e-btn,
868
+ .e-bigger .e-css.e-btn,
869
+ .e-bigger.e-css.e-btn {
870
+ font-size: 14px;
871
+ line-height: 1.572em;
872
+ padding: 8px 15px;
873
+ border-radius: 8px !important;
874
+ font-weight: 600;
875
+ }
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+
810
885
  .e-image-editor {
811
886
  background: var(--color-sf-border-secondary);
812
887
  }
@@ -882,6 +957,10 @@
882
957
  border-color: #fcfcfd !important; /* stylelint-disable-line declaration-no-important */
883
958
  }
884
959
 
960
+
961
+
962
+
963
+
885
964
  .e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle,
886
965
  .e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle {
887
966
  top: calc(50% - 9px) !important; /* stylelint-disable-line declaration-no-important */
@@ -10,5 +10,5 @@
10
10
  @use 'ej2-popups/styles/spinner/bds-definition' as *;
11
11
  @use 'bds-definition' as *;
12
12
  @use 'icons/bds' as *;
13
- @use 'all' as *;
14
- @use 'bigger' as *;
13
+ @use 'all.bds' as *;
14
+ @use 'bigger.bds' as *;
@@ -10,5 +10,5 @@
10
10
  @use 'ej2-popups/styles/spinner/bootstrap-dark-definition' as *;
11
11
  @use 'bootstrap-dark-definition' as *;
12
12
  @use 'icons/bootstrap-dark' as *;
13
- @use 'all' as *;
14
- @use 'bigger' as *;
13
+ @use 'all.bootstrap-dark' as *;
14
+ @use 'bigger.bootstrap-dark' as *;
@@ -10,5 +10,5 @@
10
10
  @use 'ej2-popups/styles/spinner/bootstrap-definition' as *;
11
11
  @use 'bootstrap-definition' as *;
12
12
  @use 'icons/bootstrap' as *;
13
- @use 'all' as *;
14
- @use 'bigger' as *;
13
+ @use 'all.bootstrap' as *;
14
+ @use 'bigger.bootstrap' as *;
@@ -10,5 +10,5 @@
10
10
  @use 'ej2-popups/styles/spinner/bootstrap4-definition' as *;
11
11
  @use 'bootstrap4-definition' as *;
12
12
  @use 'icons/bootstrap4' as *;
13
- @use 'all' as *;
14
- @use 'bigger' as *;
13
+ @use 'all.bootstrap4' as *;
14
+ @use 'bigger.bootstrap4' as *;
@@ -700,6 +700,7 @@
700
700
  top: calc(50% - 16px) !important; /* stylelint-disable-line declaration-no-important */
701
701
  }
702
702
 
703
+ /* stylelint-disable */
703
704
  .e-image-editor {
704
705
  background: rgb(68.0034482759, 75.85, 83.6965517241);
705
706
  }
@@ -10,5 +10,5 @@
10
10
  @use 'ej2-popups/styles/spinner/bootstrap5-dark-definition' as *;
11
11
  @use 'bootstrap5-dark-definition' as *;
12
12
  @use 'icons/bootstrap5-dark' as *;
13
- @use 'all' as *;
14
- @use 'bigger' as *;
13
+ @use 'all.bootstrap5-dark' as *;
14
+ @use 'bigger.bootstrap5-dark' as *;