@syncfusion/ej2-angular-documenteditor 22.2.12 → 23.1.36

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 (92) hide show
  1. package/package.json +9 -9
  2. package/schematics/utils/lib-details.d.ts +2 -2
  3. package/schematics/utils/lib-details.js +2 -2
  4. package/schematics/utils/lib-details.ts +2 -2
  5. package/styles/bootstrap-dark.css +6 -0
  6. package/styles/bootstrap.css +6 -0
  7. package/styles/bootstrap4.css +6 -0
  8. package/styles/bootstrap5-dark.css +6 -0
  9. package/styles/bootstrap5.css +6 -0
  10. package/styles/document-editor/_theme.scss +15 -0
  11. package/styles/document-editor/bootstrap-dark.css +5 -0
  12. package/styles/document-editor/bootstrap-dark.scss +1 -1
  13. package/styles/document-editor/bootstrap.css +5 -0
  14. package/styles/document-editor/bootstrap.scss +1 -1
  15. package/styles/document-editor/bootstrap4.css +5 -0
  16. package/styles/document-editor/bootstrap4.scss +1 -1
  17. package/styles/document-editor/bootstrap5-dark.css +5 -0
  18. package/styles/document-editor/bootstrap5-dark.scss +1 -1
  19. package/styles/document-editor/bootstrap5.css +5 -0
  20. package/styles/document-editor/bootstrap5.scss +1 -1
  21. package/styles/document-editor/fabric-dark.css +5 -0
  22. package/styles/document-editor/fabric-dark.scss +1 -1
  23. package/styles/document-editor/fabric.css +5 -0
  24. package/styles/document-editor/fabric.scss +1 -1
  25. package/styles/document-editor/fluent-dark.css +5 -0
  26. package/styles/document-editor/fluent-dark.scss +1 -1
  27. package/styles/document-editor/fluent.css +5 -0
  28. package/styles/document-editor/fluent.scss +1 -1
  29. package/styles/document-editor/highcontrast-light.scss +1 -1
  30. package/styles/document-editor/highcontrast.css +5 -0
  31. package/styles/document-editor/highcontrast.scss +1 -1
  32. package/styles/document-editor/material-dark.css +5 -1
  33. package/styles/document-editor/material-dark.scss +1 -1
  34. package/styles/document-editor/material.css +5 -1
  35. package/styles/document-editor/material.scss +1 -1
  36. package/styles/document-editor/material3-dark.css +10 -1
  37. package/styles/document-editor/material3-dark.scss +1 -1
  38. package/styles/document-editor/material3.css +10 -1
  39. package/styles/document-editor/material3.scss +1 -1
  40. package/styles/document-editor/tailwind-dark.css +5 -1
  41. package/styles/document-editor/tailwind-dark.scss +1 -1
  42. package/styles/document-editor/tailwind.css +5 -1
  43. package/styles/document-editor/tailwind.scss +1 -1
  44. package/styles/document-editor-container/_theme.scss +2 -1
  45. package/styles/document-editor-container/bootstrap-dark.css +1 -0
  46. package/styles/document-editor-container/bootstrap-dark.scss +1 -1
  47. package/styles/document-editor-container/bootstrap.css +1 -0
  48. package/styles/document-editor-container/bootstrap.scss +1 -1
  49. package/styles/document-editor-container/bootstrap4.css +1 -0
  50. package/styles/document-editor-container/bootstrap4.scss +1 -1
  51. package/styles/document-editor-container/bootstrap5-dark.css +1 -0
  52. package/styles/document-editor-container/bootstrap5-dark.scss +1 -1
  53. package/styles/document-editor-container/bootstrap5.css +1 -0
  54. package/styles/document-editor-container/bootstrap5.scss +1 -1
  55. package/styles/document-editor-container/fabric-dark.css +1 -0
  56. package/styles/document-editor-container/fabric-dark.scss +1 -1
  57. package/styles/document-editor-container/fabric.css +1 -0
  58. package/styles/document-editor-container/fabric.scss +1 -1
  59. package/styles/document-editor-container/fluent-dark.css +1 -0
  60. package/styles/document-editor-container/fluent-dark.scss +1 -1
  61. package/styles/document-editor-container/fluent.css +1 -0
  62. package/styles/document-editor-container/fluent.scss +1 -1
  63. package/styles/document-editor-container/highcontrast-light.css +1 -0
  64. package/styles/document-editor-container/highcontrast-light.scss +1 -1
  65. package/styles/document-editor-container/highcontrast.css +1 -0
  66. package/styles/document-editor-container/highcontrast.scss +1 -1
  67. package/styles/document-editor-container/material-dark.css +1 -1
  68. package/styles/document-editor-container/material-dark.scss +1 -1
  69. package/styles/document-editor-container/material.css +1 -1
  70. package/styles/document-editor-container/material.scss +1 -1
  71. package/styles/document-editor-container/material3-dark.css +1 -1
  72. package/styles/document-editor-container/material3-dark.scss +1 -1
  73. package/styles/document-editor-container/material3.css +1 -1
  74. package/styles/document-editor-container/material3.scss +1 -1
  75. package/styles/document-editor-container/tailwind-dark.css +0 -1
  76. package/styles/document-editor-container/tailwind-dark.scss +1 -1
  77. package/styles/document-editor-container/tailwind.css +0 -1
  78. package/styles/document-editor-container/tailwind.scss +1 -1
  79. package/styles/fabric-dark.css +6 -0
  80. package/styles/fabric.css +6 -0
  81. package/styles/fluent-dark.css +6 -0
  82. package/styles/fluent.css +6 -0
  83. package/styles/highcontrast-light.css +1 -0
  84. package/styles/highcontrast.css +6 -0
  85. package/styles/material-dark.css +6 -1
  86. package/styles/material.css +6 -1
  87. package/styles/material3-dark.css +11 -1
  88. package/styles/material3-dark.scss +1 -1
  89. package/styles/material3.css +11 -1
  90. package/styles/material3.scss +1 -1
  91. package/styles/tailwind-dark.css +5 -2
  92. package/styles/tailwind.css +5 -2
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-documenteditor@*",
3
- "_id": "@syncfusion/ej2-angular-documenteditor@22.2.11",
3
+ "_id": "@syncfusion/ej2-angular-documenteditor@19.77.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-v1JdeYGaM88xY3jSKfzbi8gCJ8VDN5empGH78FakYEoGNMkQIy8dj5h4wQl/DlgEKe3e6Xka5PvNv+r+Fa+8jA==",
5
+ "_integrity": "sha512-dKkcV9JEMZdNvtXnmXFVFnCelwLkIzrIdlR/9q/MevBTJD6/Ma2tbh/SbWKxbXFu4+NvjioRf4cLq0KnscRXsw==",
6
6
  "_location": "/@syncfusion/ej2-angular-documenteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-22.2.11.tgz",
23
- "_shasum": "03dce4a3fd3ce4ea864f0d28f4527036776001fc",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-19.77.0.tgz",
23
+ "_shasum": "21e759c3441860caeca4581447fba13970098545",
24
24
  "_spec": "@syncfusion/ej2-angular-documenteditor@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~22.2.5",
35
- "@syncfusion/ej2-base": "~22.2.12",
36
- "@syncfusion/ej2-documenteditor": "22.2.12",
34
+ "@syncfusion/ej2-angular-base": "~23.1.36",
35
+ "@syncfusion/ej2-base": "~23.1.36",
36
+ "@syncfusion/ej2-documenteditor": "23.1.36",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -71,5 +71,5 @@
71
71
  "schematics": "./schematics/collection.json",
72
72
  "sideEffects": false,
73
73
  "typings": "syncfusion-ej2-angular-documenteditor.d.ts",
74
- "version": "22.2.12"
74
+ "version": "23.1.36"
75
75
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
2
- export declare const pkgVer = "^22.2.11";
2
+ export declare const pkgVer = "^19.77.0";
3
3
  export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
4
- export declare const themeVer = "~22.2.11";
4
+ export declare const themeVer = "~19.77.0";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
4
- exports.pkgVer = '^22.2.12';
4
+ exports.pkgVer = '^23.1.36';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~22.2.12';
6
+ exports.themeVer = '~23.1.36';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^22.2.12';
2
+ export const pkgVer = '^23.1.36';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~22.2.12';
4
+ export const themeVer = '~23.1.36';
@@ -2364,6 +2364,11 @@ label[for*=_wholeWord_e-de-rtl] {
2364
2364
  width: auto !important;
2365
2365
  }
2366
2366
 
2367
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2368
+ height: 40px !important;
2369
+ width: auto !important;
2370
+ }
2371
+
2367
2372
  .e-de-style-bold-button-size {
2368
2373
  margin-left: 8px;
2369
2374
  margin-right: 8px;
@@ -5040,6 +5045,7 @@ label[for*=_wholeWord_e-de-rtl] {
5040
5045
  line-height: normal;
5041
5046
  margin: 0;
5042
5047
  outline: 0;
5048
+ background: #1a1a1a;
5043
5049
  padding: 5px 0;
5044
5050
  position: absolute;
5045
5051
  width: auto;
@@ -2360,6 +2360,11 @@ label[for*=_wholeWord_e-de-rtl] {
2360
2360
  width: auto !important;
2361
2361
  }
2362
2362
 
2363
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2364
+ height: 40px !important;
2365
+ width: auto !important;
2366
+ }
2367
+
2363
2368
  .e-de-style-bold-button-size {
2364
2369
  margin-left: 8px;
2365
2370
  margin-right: 8px;
@@ -5043,6 +5048,7 @@ label[for*=_wholeWord_e-de-rtl] {
5043
5048
  line-height: normal;
5044
5049
  margin: 0;
5045
5050
  outline: 0;
5051
+ background: #f8f8f8;
5046
5052
  padding: 5px 0;
5047
5053
  position: absolute;
5048
5054
  width: auto;
@@ -2508,6 +2508,11 @@ label[for*=_wholeWord_e-de-rtl] {
2508
2508
  width: auto !important;
2509
2509
  }
2510
2510
 
2511
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2512
+ height: 40px !important;
2513
+ width: auto !important;
2514
+ }
2515
+
2511
2516
  .e-de-style-bold-button-size {
2512
2517
  margin-left: 8px;
2513
2518
  margin-right: 8px;
@@ -5365,6 +5370,7 @@ textarea.e-de-cmt-textarea {
5365
5370
  line-height: normal;
5366
5371
  margin: 0;
5367
5372
  outline: 0;
5373
+ background: #f8f9fa;
5368
5374
  padding: 5px 0;
5369
5375
  position: absolute;
5370
5376
  width: auto;
@@ -2511,6 +2511,11 @@ label[for*=_wholeWord_e-de-rtl] {
2511
2511
  width: auto !important;
2512
2512
  }
2513
2513
 
2514
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2515
+ height: 40px !important;
2516
+ width: auto !important;
2517
+ }
2518
+
2514
2519
  .e-de-style-bold-button-size {
2515
2520
  margin-left: 6px;
2516
2521
  }
@@ -5347,6 +5352,7 @@ label[for*=_wholeWord_e-de-rtl] {
5347
5352
  line-height: normal;
5348
5353
  margin: 0;
5349
5354
  outline: 0;
5355
+ background: #282d31;
5350
5356
  padding: 5px 0;
5351
5357
  position: absolute;
5352
5358
  width: auto;
@@ -2511,6 +2511,11 @@ label[for*=_wholeWord_e-de-rtl] {
2511
2511
  width: auto !important;
2512
2512
  }
2513
2513
 
2514
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2515
+ height: 40px !important;
2516
+ width: auto !important;
2517
+ }
2518
+
2514
2519
  .e-de-style-bold-button-size {
2515
2520
  margin-left: 6px;
2516
2521
  }
@@ -5347,6 +5352,7 @@ label[for*=_wholeWord_e-de-rtl] {
5347
5352
  line-height: normal;
5348
5353
  margin: 0;
5349
5354
  outline: 0;
5355
+ background: #f8f9fa;
5350
5356
  padding: 5px 0;
5351
5357
  position: absolute;
5352
5358
  width: auto;
@@ -2155,6 +2155,21 @@
2155
2155
  }
2156
2156
  }
2157
2157
  }
2158
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2159
+ .e-de-style-font-group-button,
2160
+ .e-style-paragraph {
2161
+ button {
2162
+ @if $skin-name =='Material3' {
2163
+ height: 40px !important;
2164
+ width: 44px !important;
2165
+ }
2166
+ }
2167
+ }
2168
+ .e-de-style-font-color-picker button {
2169
+ height: 40px !important;
2170
+ width: auto !important;
2171
+ }
2172
+ }
2158
2173
 
2159
2174
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2160
2175
  .e-de-style-font-group-button,
@@ -2364,6 +2364,11 @@ label[for*=_wholeWord_e-de-rtl] {
2364
2364
  width: auto !important;
2365
2365
  }
2366
2366
 
2367
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2368
+ height: 40px !important;
2369
+ width: auto !important;
2370
+ }
2371
+
2367
2372
  .e-de-style-bold-button-size {
2368
2373
  margin-left: 8px;
2369
2374
  margin-right: 8px;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap-dark.scss';
2
2
  @import 'bootstrap-dark-definition.scss';
3
3
  @import 'icons/bootstrap-dark.scss';
4
4
  @import 'all.scss';
@@ -2360,6 +2360,11 @@ label[for*=_wholeWord_e-de-rtl] {
2360
2360
  width: auto !important;
2361
2361
  }
2362
2362
 
2363
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2364
+ height: 40px !important;
2365
+ width: auto !important;
2366
+ }
2367
+
2363
2368
  .e-de-style-bold-button-size {
2364
2369
  margin-left: 8px;
2365
2370
  margin-right: 8px;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/bootstrap-definition.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap.scss';
2
2
  @import 'bootstrap-definition.scss';
3
3
  @import 'icons/bootstrap.scss';
4
4
  @import 'all.scss';
@@ -2508,6 +2508,11 @@ label[for*=_wholeWord_e-de-rtl] {
2508
2508
  width: auto !important;
2509
2509
  }
2510
2510
 
2511
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2512
+ height: 40px !important;
2513
+ width: auto !important;
2514
+ }
2515
+
2511
2516
  .e-de-style-bold-button-size {
2512
2517
  margin-left: 8px;
2513
2518
  margin-right: 8px;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/bootstrap4-definition.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap4.scss';
2
2
  @import 'bootstrap4-definition.scss';
3
3
  @import 'icons/bootstrap4.scss';
4
4
  @import 'all.scss';
@@ -2511,6 +2511,11 @@ label[for*=_wholeWord_e-de-rtl] {
2511
2511
  width: auto !important;
2512
2512
  }
2513
2513
 
2514
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2515
+ height: 40px !important;
2516
+ width: auto !important;
2517
+ }
2518
+
2514
2519
  .e-de-style-bold-button-size {
2515
2520
  margin-left: 6px;
2516
2521
  }
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap5-dark.scss';
2
2
  @import 'bootstrap5-dark-definition.scss';
3
3
  @import 'icons/bootstrap5-dark.scss';
4
4
  @import 'all.scss';
@@ -2511,6 +2511,11 @@ label[for*=_wholeWord_e-de-rtl] {
2511
2511
  width: auto !important;
2512
2512
  }
2513
2513
 
2514
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2515
+ height: 40px !important;
2516
+ width: auto !important;
2517
+ }
2518
+
2514
2519
  .e-de-style-bold-button-size {
2515
2520
  margin-left: 6px;
2516
2521
  }
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/bootstrap5-definition.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap5.scss';
2
2
  @import 'bootstrap5-definition.scss';
3
3
  @import 'icons/bootstrap5.scss';
4
4
  @import 'all.scss';
@@ -2364,6 +2364,11 @@ label[for*=_wholeWord_e-de-rtl] {
2364
2364
  width: auto !important;
2365
2365
  }
2366
2366
 
2367
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2368
+ height: 40px !important;
2369
+ width: auto !important;
2370
+ }
2371
+
2367
2372
  .e-de-style-bold-button-size {
2368
2373
  margin-left: 8px;
2369
2374
  margin-right: 8px;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/fabric-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/fabric-dark.scss';
2
2
  @import 'fabric-dark-definition.scss';
3
3
  @import 'icons/fabric-dark.scss';
4
4
  @import 'all.scss';
@@ -2364,6 +2364,11 @@ label[for*=_wholeWord_e-de-rtl] {
2364
2364
  width: auto !important;
2365
2365
  }
2366
2366
 
2367
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2368
+ height: 40px !important;
2369
+ width: auto !important;
2370
+ }
2371
+
2367
2372
  .e-de-style-bold-button-size {
2368
2373
  margin-left: 8px;
2369
2374
  margin-right: 8px;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/fabric-definition.scss';
1
+ @import 'ej2-base/styles/definition/fabric.scss';
2
2
  @import 'fabric-definition.scss';
3
3
  @import 'icons/fabric.scss';
4
4
  @import 'all.scss';
@@ -2455,6 +2455,11 @@ label[for*=_wholeWord_e-de-rtl] {
2455
2455
  width: auto !important;
2456
2456
  }
2457
2457
 
2458
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2459
+ height: 40px !important;
2460
+ width: auto !important;
2461
+ }
2462
+
2458
2463
  .e-de-style-bold-button-size {
2459
2464
  margin-left: 12px;
2460
2465
  }
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/fluent-dark.scss';
2
2
  @import 'fluent-dark-definition.scss';
3
3
  @import 'icons/fluent-dark.scss';
4
4
  @import 'all.scss';
@@ -2455,6 +2455,11 @@ label[for*=_wholeWord_e-de-rtl] {
2455
2455
  width: auto !important;
2456
2456
  }
2457
2457
 
2458
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2459
+ height: 40px !important;
2460
+ width: auto !important;
2461
+ }
2462
+
2458
2463
  .e-de-style-bold-button-size {
2459
2464
  margin-left: 12px;
2460
2465
  }
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
1
+ @import 'ej2-base/styles/definition/fluent.scss';
2
2
  @import 'fluent-definition.scss';
3
3
  @import 'icons/fluent.scss';
4
4
  @import 'all.scss';
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/highcontrast-light-definition.scss';
1
+ @import 'ej2-base/styles/definition/highcontrast-light.scss';
2
2
  @import 'highcontrast-light-definition.scss';
3
3
  @import 'icons/highcontrast-light.scss';
4
4
  @import 'all.scss';
@@ -2364,6 +2364,11 @@ label[for*=_wholeWord_e-de-rtl] {
2364
2364
  width: auto !important;
2365
2365
  }
2366
2366
 
2367
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2368
+ height: 40px !important;
2369
+ width: auto !important;
2370
+ }
2371
+
2367
2372
  .e-de-style-bold-button-size {
2368
2373
  margin-left: 8px;
2369
2374
  margin-right: 8px;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/highcontrast-definition.scss';
1
+ @import 'ej2-base/styles/definition/highcontrast.scss';
2
2
  @import 'highcontrast-definition.scss';
3
3
  @import 'icons/highcontrast.scss';
4
4
  @import 'all.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  .e-documenteditor .e-close::before {
3
2
  content: "\e825";
4
3
  font-family: "e-icons";
@@ -2359,6 +2358,11 @@ label[for*=_wholeWord_e-de-rtl] {
2359
2358
  width: auto !important;
2360
2359
  }
2361
2360
 
2361
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2362
+ height: 40px !important;
2363
+ width: auto !important;
2364
+ }
2365
+
2362
2366
  .e-de-style-bold-button-size {
2363
2367
  margin-left: 8px;
2364
2368
  margin-right: 8px;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/material-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/material-dark.scss';
2
2
  @import 'material-dark-definition.scss';
3
3
  @import 'icons/material-dark.scss';
4
4
  @import 'all.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  .e-documenteditor .e-close::before {
3
2
  content: "\e825";
4
3
  font-family: "e-icons";
@@ -2359,6 +2358,11 @@ label[for*=_wholeWord_e-de-rtl] {
2359
2358
  width: auto !important;
2360
2359
  }
2361
2360
 
2361
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2362
+ height: 40px !important;
2363
+ width: auto !important;
2364
+ }
2365
+
2362
2366
  .e-de-style-bold-button-size {
2363
2367
  margin-left: 8px;
2364
2368
  margin-right: 8px;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/material-definition.scss';
1
+ @import 'ej2-base/styles/definition/material.scss';
2
2
  @import 'material-definition.scss';
3
3
  @import 'icons/material.scss';
4
4
  @import 'all.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -2488,6 +2487,16 @@ label[for*=_wholeWord_e-de-rtl] {
2488
2487
  width: auto !important;
2489
2488
  }
2490
2489
 
2490
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-group-button button,
2491
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-style-paragraph button {
2492
+ height: 40px !important;
2493
+ width: 44px !important;
2494
+ }
2495
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2496
+ height: 40px !important;
2497
+ width: auto !important;
2498
+ }
2499
+
2491
2500
  .e-bigger .e-rtl .e-de-style-font-group-button button,
2492
2501
  .e-bigger .e-rtl .e-de-style-paragraph-indent-group-button button,
2493
2502
  .e-bigger .e-rtl .e-de-style-paragraph-group-button button {
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/material3-dark-definition.scss';
1
+
2
2
 
3
3
  @import 'material3-dark-definition.scss';
4
4
  @import 'icons/material3-dark.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -2544,6 +2543,16 @@ label[for*=_wholeWord_e-de-rtl] {
2544
2543
  width: auto !important;
2545
2544
  }
2546
2545
 
2546
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-group-button button,
2547
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-style-paragraph button {
2548
+ height: 40px !important;
2549
+ width: 44px !important;
2550
+ }
2551
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2552
+ height: 40px !important;
2553
+ width: auto !important;
2554
+ }
2555
+
2547
2556
  .e-bigger .e-rtl .e-de-style-font-group-button button,
2548
2557
  .e-bigger .e-rtl .e-de-style-paragraph-indent-group-button button,
2549
2558
  .e-bigger .e-rtl .e-de-style-paragraph-group-button button {
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/material3-definition.scss';
1
+
2
2
 
3
3
  @import 'material3-definition.scss';
4
4
  @import 'icons/material3.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  .e-documenteditor .e-close::before {
3
2
  color: #d1d5db;
4
3
  content: "\e7e7";
@@ -2712,6 +2711,11 @@ label[for*=_wholeWord_e-de-rtl] {
2712
2711
  width: auto !important;
2713
2712
  }
2714
2713
 
2714
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2715
+ height: 40px !important;
2716
+ width: auto !important;
2717
+ }
2718
+
2715
2719
  .e-de-style-bold-button-size {
2716
2720
  margin-left: 12px;
2717
2721
  }
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/tailwind-dark.scss';
2
2
  @import 'tailwind-dark-definition.scss';
3
3
  @import 'icons/tailwind-dark.scss';
4
4
  @import 'all.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  .e-documenteditor .e-close::before {
3
2
  color: #6b7280;
4
3
  content: "\e7e7";
@@ -2715,6 +2714,11 @@ label[for*=_wholeWord_e-de-rtl] {
2715
2714
  width: auto !important;
2716
2715
  }
2717
2716
 
2717
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2718
+ height: 40px !important;
2719
+ width: auto !important;
2720
+ }
2721
+
2718
2722
  .e-de-style-bold-button-size {
2719
2723
  margin-left: 12px;
2720
2724
  }
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
1
+ @import 'ej2-base/styles/definition/tailwind.scss';
2
2
  @import 'tailwind-definition.scss';
3
3
  @import 'icons/tailwind.scss';
4
4
  @import 'all.scss';
@@ -1181,6 +1181,7 @@
1181
1181
  line-height: normal;
1182
1182
  margin: 0;
1183
1183
  outline: 0;
1184
+ background: $de-ctnr-bg-clr;
1184
1185
  @if $skin-name =='Material3' {
1185
1186
  padding: 10px 0;
1186
1187
  }
@@ -2403,4 +2404,4 @@
2403
2404
  }
2404
2405
  }
2405
2406
  }
2406
- }
2407
+ }
@@ -1208,6 +1208,7 @@
1208
1208
  line-height: normal;
1209
1209
  margin: 0;
1210
1210
  outline: 0;
1211
+ background: #1a1a1a;
1211
1212
  padding: 5px 0;
1212
1213
  position: absolute;
1213
1214
  width: auto;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap-dark.scss';
2
2
  @import '../document-editor/bootstrap-dark-definition.scss';
3
3
  @import 'bootstrap-dark-definition.scss';
4
4
  @import 'icons/bootstrap-dark.scss';
@@ -1210,6 +1210,7 @@
1210
1210
  line-height: normal;
1211
1211
  margin: 0;
1212
1212
  outline: 0;
1213
+ background: #f8f8f8;
1213
1214
  padding: 5px 0;
1214
1215
  position: absolute;
1215
1216
  width: auto;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/bootstrap-definition.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap.scss';
2
2
  @import '../document-editor/bootstrap-definition.scss';
3
3
  @import 'bootstrap-definition.scss';
4
4
  @import 'icons/bootstrap.scss';
@@ -1377,6 +1377,7 @@
1377
1377
  line-height: normal;
1378
1378
  margin: 0;
1379
1379
  outline: 0;
1380
+ background: #f8f9fa;
1380
1381
  padding: 5px 0;
1381
1382
  position: absolute;
1382
1383
  width: auto;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/bootstrap4-definition.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap4.scss';
2
2
  @import '../document-editor/bootstrap4-definition.scss';
3
3
  @import 'bootstrap4-definition.scss';
4
4
  @import 'icons/bootstrap4.scss';
@@ -1417,6 +1417,7 @@
1417
1417
  line-height: normal;
1418
1418
  margin: 0;
1419
1419
  outline: 0;
1420
+ background: #282d31;
1420
1421
  padding: 5px 0;
1421
1422
  position: absolute;
1422
1423
  width: auto;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap5-dark.scss';
2
2
  @import '../document-editor/bootstrap5-dark-definition.scss';
3
3
  @import 'bootstrap5-dark-definition.scss';
4
4
  @import 'icons/bootstrap5-dark.scss';