@syncfusion/ej2-image-editor 32.1.19 → 32.2.3

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
@@ -1,3 +1,12 @@
1
+ /*!
2
+ * filename: index.d.ts
3
+ * version : 32.2.3
4
+ * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
1
10
  import * as _imageeditor from '@syncfusion/ej2-image-editor';
2
11
 
3
12
  export declare namespace ej {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-image-editor",
3
- "version": "32.1.19",
3
+ "version": "32.2.3",
4
4
  "description": "Essential JS 2 ImageEditor",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -8,13 +8,13 @@
8
8
  "module": "./index.js",
9
9
  "es2015": "./dist/es6/ej2-image-editor.es5.js",
10
10
  "dependencies": {
11
- "@syncfusion/ej2-base": "~32.1.19",
12
- "@syncfusion/ej2-buttons": "~32.1.19",
13
- "@syncfusion/ej2-dropdowns": "~32.1.19",
14
- "@syncfusion/ej2-inputs": "~32.1.19",
15
- "@syncfusion/ej2-navigations": "~32.1.19",
16
- "@syncfusion/ej2-popups": "~32.1.19",
17
- "@syncfusion/ej2-splitbuttons": "~32.1.19"
11
+ "@syncfusion/ej2-base": "~32.2.3",
12
+ "@syncfusion/ej2-buttons": "~32.2.3",
13
+ "@syncfusion/ej2-dropdowns": "~32.2.3",
14
+ "@syncfusion/ej2-inputs": "~32.2.3",
15
+ "@syncfusion/ej2-navigations": "~32.2.3",
16
+ "@syncfusion/ej2-popups": "~32.2.3",
17
+ "@syncfusion/ej2-splitbuttons": "~32.2.3"
18
18
  },
19
19
  "devDependencies": {},
20
20
  "keywords": [
@@ -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
  }
@@ -9,4 +9,4 @@
9
9
  @use 'ej2-popups/styles/spinner/bds-definition' as *;
10
10
  @use 'image-editor/bds-definition' as *;
11
11
  @use 'image-editor/icons/bds' as *;
12
- @use 'image-editor/all' as *;
12
+ @use 'image-editor/all.bds' as *;
package/styles/bds.css CHANGED
@@ -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 */
package/styles/bds.scss CHANGED
@@ -9,5 +9,5 @@
9
9
  @use 'ej2-popups/styles/spinner/bds-definition' as *;
10
10
  @use 'image-editor/bds-definition' as *;
11
11
  @use 'image-editor/icons/bds' as *;
12
- @use 'image-editor/all' as *;
13
- @use 'image-editor/bigger' as *;
12
+ @use 'image-editor/all.bds' as *;
13
+ @use 'image-editor/bigger.bds' as *;
@@ -9,4 +9,4 @@
9
9
  @use 'ej2-popups/styles/spinner/bootstrap-dark-definition' as *;
10
10
  @use 'image-editor/bootstrap-dark-definition' as *;
11
11
  @use 'image-editor/icons/bootstrap-dark' as *;
12
- @use 'image-editor/all' as *;
12
+ @use 'image-editor/all.bootstrap-dark' as *;
@@ -9,5 +9,5 @@
9
9
  @use 'ej2-popups/styles/spinner/bootstrap-dark-definition' as *;
10
10
  @use 'image-editor/bootstrap-dark-definition' as *;
11
11
  @use 'image-editor/icons/bootstrap-dark' as *;
12
- @use 'image-editor/all' as *;
13
- @use 'image-editor/bigger' as *;
12
+ @use 'image-editor/all.bootstrap-dark' as *;
13
+ @use 'image-editor/bigger.bootstrap-dark' as *;
@@ -9,4 +9,4 @@
9
9
  @use 'ej2-popups/styles/spinner/bootstrap-definition' as *;
10
10
  @use 'image-editor/bootstrap-definition' as *;
11
11
  @use 'image-editor/icons/bootstrap' as *;
12
- @use 'image-editor/all' as *;
12
+ @use 'image-editor/all.bootstrap' as *;
@@ -9,5 +9,5 @@
9
9
  @use 'ej2-popups/styles/spinner/bootstrap-definition' as *;
10
10
  @use 'image-editor/bootstrap-definition' as *;
11
11
  @use 'image-editor/icons/bootstrap' as *;
12
- @use 'image-editor/all' as *;
13
- @use 'image-editor/bigger' as *;
12
+ @use 'image-editor/all.bootstrap' as *;
13
+ @use 'image-editor/bigger.bootstrap' as *;
@@ -9,4 +9,4 @@
9
9
  @use 'ej2-popups/styles/spinner/bootstrap4-definition' as *;
10
10
  @use 'image-editor/bootstrap4-definition' as *;
11
11
  @use 'image-editor/icons/bootstrap4' as *;
12
- @use 'image-editor/all' as *;
12
+ @use 'image-editor/all.bootstrap4' as *;
@@ -9,5 +9,5 @@
9
9
  @use 'ej2-popups/styles/spinner/bootstrap4-definition' as *;
10
10
  @use 'image-editor/bootstrap4-definition' as *;
11
11
  @use 'image-editor/icons/bootstrap4' as *;
12
- @use 'image-editor/all' as *;
13
- @use 'image-editor/bigger' as *;
12
+ @use 'image-editor/all.bootstrap4' as *;
13
+ @use 'image-editor/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
  }
@@ -9,4 +9,4 @@
9
9
  @use 'ej2-popups/styles/spinner/bootstrap5-dark-definition' as *;
10
10
  @use 'image-editor/bootstrap5-dark-definition' as *;
11
11
  @use 'image-editor/icons/bootstrap5-dark' as *;
12
- @use 'image-editor/all' as *;
12
+ @use 'image-editor/all.bootstrap5-dark' 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
  }
@@ -9,5 +9,5 @@
9
9
  @use 'ej2-popups/styles/spinner/bootstrap5-dark-definition' as *;
10
10
  @use 'image-editor/bootstrap5-dark-definition' as *;
11
11
  @use 'image-editor/icons/bootstrap5-dark' as *;
12
- @use 'image-editor/all' as *;
13
- @use 'image-editor/bigger' as *;
12
+ @use 'image-editor/all.bootstrap5-dark' as *;
13
+ @use 'image-editor/bigger.bootstrap5-dark' 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: #dee2e6;
705
706
  }
@@ -10,4 +10,4 @@
10
10
  @use 'ej2-popups/styles/spinner/bootstrap5-definition' as *;
11
11
  @use 'image-editor/bootstrap5-definition' as *;
12
12
  @use 'image-editor/icons/bootstrap5' as *;
13
- @use 'image-editor/all' as *;
13
+ @use 'image-editor/all.bootstrap5' as *;
@@ -274,6 +274,90 @@
274
274
  content: "\e931";
275
275
  }
276
276
 
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+ /* Font Family */
288
+ /* Font Sizes */
289
+ /* Radius */
290
+ /* 1px */
291
+ /* 2px */
292
+ /* 3px */
293
+ /* 4px */
294
+ /* 5px */
295
+ /* 6px */
296
+ /* 7px */
297
+ /* 8px */
298
+ /* 9px */
299
+ /* 10px */
300
+ /* 11px */
301
+ /* 12px */
302
+ /* 13px */
303
+ /* 14px */
304
+ /* 15px */
305
+ /* 16px */
306
+ /* 17px */
307
+ /* 18px */
308
+ /* 19px */
309
+ /* 20px */
310
+ /* 21px */
311
+ /* 22px */
312
+ /* 23px */
313
+ /* 24px */
314
+ /* 25px */
315
+ /* 26px */
316
+ /* 27px */
317
+ /* 28px */
318
+ /* 29px */
319
+ /* 30px */
320
+ /* 31px */
321
+ /* 32px */
322
+ /* 33px */
323
+ /* 34px */
324
+ /* 35px */
325
+ /* 36px */
326
+ /* 37px */
327
+ /* 38px */
328
+ /* 39px */
329
+ /* 40px */
330
+ /* 41px */
331
+ /* 42px */
332
+ /* 43px */
333
+ /* 44px */
334
+ /* 45px */
335
+ /* 46px */
336
+ /* 47px */
337
+ /* 48px */
338
+ /* 49px */
339
+ /* 50px */
340
+ /* 5em */
341
+ /* 65% */
342
+ /* border */
343
+ /* 0px */
344
+ /* 1px */
345
+ /* 1.5px */
346
+ /* 2px */
347
+ /* 3px */
348
+ /* 4px */
349
+ /* 5px */
350
+ /* 6px */
351
+ /* 7px */
352
+ /* 8px */
353
+ /* 9px */
354
+ /* 10px */
355
+ /* 11px */
356
+ /* 12px */
357
+ /* 13px */
358
+ /* 14px */
359
+ /* 15px */
360
+ /* 16px */
277
361
  .e-ie-toolbar-upload-div.e-hide,
278
362
  .e-ie-toolbar-upload-btn.e-hide,
279
363
  .e-ie-img-quality-slider,
@@ -784,6 +868,259 @@
784
868
  top: calc(50% - 16px) !important; /* stylelint-disable-line declaration-no-important */
785
869
  }
786
870
 
871
+
872
+
873
+
874
+
875
+
876
+
877
+
878
+
879
+
880
+
881
+ /* Font Family */
882
+ /* Font Sizes */
883
+ /* Radius */
884
+ /* 1px */
885
+ /* 2px */
886
+ /* 3px */
887
+ /* 4px */
888
+ /* 5px */
889
+ /* 6px */
890
+ /* 7px */
891
+ /* 8px */
892
+ /* 9px */
893
+ /* 10px */
894
+ /* 11px */
895
+ /* 12px */
896
+ /* 13px */
897
+ /* 14px */
898
+ /* 15px */
899
+ /* 16px */
900
+ /* 17px */
901
+ /* 18px */
902
+ /* 19px */
903
+ /* 20px */
904
+ /* 21px */
905
+ /* 22px */
906
+ /* 23px */
907
+ /* 24px */
908
+ /* 25px */
909
+ /* 26px */
910
+ /* 27px */
911
+ /* 28px */
912
+ /* 29px */
913
+ /* 30px */
914
+ /* 31px */
915
+ /* 32px */
916
+ /* 33px */
917
+ /* 34px */
918
+ /* 35px */
919
+ /* 36px */
920
+ /* 37px */
921
+ /* 38px */
922
+ /* 39px */
923
+ /* 40px */
924
+ /* 41px */
925
+ /* 42px */
926
+ /* 43px */
927
+ /* 44px */
928
+ /* 45px */
929
+ /* 46px */
930
+ /* 47px */
931
+ /* 48px */
932
+ /* 49px */
933
+ /* 50px */
934
+ /* 5em */
935
+ /* 65% */
936
+ /* border */
937
+ /* 0px */
938
+ /* 1px */
939
+ /* 1.5px */
940
+ /* 2px */
941
+ /* 3px */
942
+ /* 4px */
943
+ /* 5px */
944
+ /* 6px */
945
+ /* 7px */
946
+ /* 8px */
947
+ /* 9px */
948
+ /* 10px */
949
+ /* 11px */
950
+ /* 12px */
951
+ /* 13px */
952
+ /* 14px */
953
+ /* 15px */
954
+ /* 16px */
955
+
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+
964
+
965
+ /* Font Family */
966
+ /* Font Sizes */
967
+ /* Radius */
968
+ /* 1px */
969
+ /* 2px */
970
+ /* 3px */
971
+ /* 4px */
972
+ /* 5px */
973
+ /* 6px */
974
+ /* 7px */
975
+ /* 8px */
976
+ /* 9px */
977
+ /* 10px */
978
+ /* 11px */
979
+ /* 12px */
980
+ /* 13px */
981
+ /* 14px */
982
+ /* 15px */
983
+ /* 16px */
984
+ /* 17px */
985
+ /* 18px */
986
+ /* 19px */
987
+ /* 20px */
988
+ /* 21px */
989
+ /* 22px */
990
+ /* 23px */
991
+ /* 24px */
992
+ /* 25px */
993
+ /* 26px */
994
+ /* 27px */
995
+ /* 28px */
996
+ /* 29px */
997
+ /* 30px */
998
+ /* 31px */
999
+ /* 32px */
1000
+ /* 33px */
1001
+ /* 34px */
1002
+ /* 35px */
1003
+ /* 36px */
1004
+ /* 37px */
1005
+ /* 38px */
1006
+ /* 39px */
1007
+ /* 40px */
1008
+ /* 41px */
1009
+ /* 42px */
1010
+ /* 43px */
1011
+ /* 44px */
1012
+ /* 45px */
1013
+ /* 46px */
1014
+ /* 47px */
1015
+ /* 48px */
1016
+ /* 49px */
1017
+ /* 50px */
1018
+ /* 5em */
1019
+ /* 65% */
1020
+ /* border */
1021
+ /* 0px */
1022
+ /* 1px */
1023
+ /* 1.5px */
1024
+ /* 2px */
1025
+ /* 3px */
1026
+ /* 4px */
1027
+ /* 5px */
1028
+ /* 6px */
1029
+ /* 7px */
1030
+ /* 8px */
1031
+ /* 9px */
1032
+ /* 10px */
1033
+ /* 11px */
1034
+ /* 12px */
1035
+ /* 13px */
1036
+ /* 14px */
1037
+ /* 15px */
1038
+ /* 16px */
1039
+ /* stylelint-disable */
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+ /* Font Family */
1051
+ /* Font Sizes */
1052
+ /* Radius */
1053
+ /* 1px */
1054
+ /* 2px */
1055
+ /* 3px */
1056
+ /* 4px */
1057
+ /* 5px */
1058
+ /* 6px */
1059
+ /* 7px */
1060
+ /* 8px */
1061
+ /* 9px */
1062
+ /* 10px */
1063
+ /* 11px */
1064
+ /* 12px */
1065
+ /* 13px */
1066
+ /* 14px */
1067
+ /* 15px */
1068
+ /* 16px */
1069
+ /* 17px */
1070
+ /* 18px */
1071
+ /* 19px */
1072
+ /* 20px */
1073
+ /* 21px */
1074
+ /* 22px */
1075
+ /* 23px */
1076
+ /* 24px */
1077
+ /* 25px */
1078
+ /* 26px */
1079
+ /* 27px */
1080
+ /* 28px */
1081
+ /* 29px */
1082
+ /* 30px */
1083
+ /* 31px */
1084
+ /* 32px */
1085
+ /* 33px */
1086
+ /* 34px */
1087
+ /* 35px */
1088
+ /* 36px */
1089
+ /* 37px */
1090
+ /* 38px */
1091
+ /* 39px */
1092
+ /* 40px */
1093
+ /* 41px */
1094
+ /* 42px */
1095
+ /* 43px */
1096
+ /* 44px */
1097
+ /* 45px */
1098
+ /* 46px */
1099
+ /* 47px */
1100
+ /* 48px */
1101
+ /* 49px */
1102
+ /* 50px */
1103
+ /* 5em */
1104
+ /* 65% */
1105
+ /* border */
1106
+ /* 0px */
1107
+ /* 1px */
1108
+ /* 1.5px */
1109
+ /* 2px */
1110
+ /* 3px */
1111
+ /* 4px */
1112
+ /* 5px */
1113
+ /* 6px */
1114
+ /* 7px */
1115
+ /* 8px */
1116
+ /* 9px */
1117
+ /* 10px */
1118
+ /* 11px */
1119
+ /* 12px */
1120
+ /* 13px */
1121
+ /* 14px */
1122
+ /* 15px */
1123
+ /* 16px */
787
1124
  .e-image-editor {
788
1125
  background: var(--color-sf-border-light);
789
1126
  }