@syncfusion/ej2-angular-documenteditor 22.2.8-ngcc → 22.2.9-ngcc

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 (57) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/ej2-angular-documenteditor.umd.js +1 -1
  3. package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
  4. package/package.json +7 -7
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +12 -0
  9. package/styles/bootstrap.css +12 -0
  10. package/styles/bootstrap4.css +12 -0
  11. package/styles/bootstrap5-dark.css +12 -0
  12. package/styles/bootstrap5.css +12 -0
  13. package/styles/document-editor/bootstrap-dark.css +8 -0
  14. package/styles/document-editor/bootstrap.css +8 -0
  15. package/styles/document-editor/bootstrap4.css +8 -0
  16. package/styles/document-editor/bootstrap5-dark.css +8 -0
  17. package/styles/document-editor/bootstrap5.css +8 -0
  18. package/styles/document-editor/fabric-dark.css +8 -0
  19. package/styles/document-editor/fabric.css +8 -0
  20. package/styles/document-editor/fluent-dark.css +8 -0
  21. package/styles/document-editor/fluent.css +8 -0
  22. package/styles/document-editor/highcontrast.css +8 -0
  23. package/styles/document-editor/material-dark.css +8 -0
  24. package/styles/document-editor/material.css +8 -0
  25. package/styles/document-editor/material3-dark.css +8 -0
  26. package/styles/document-editor/material3.css +8 -0
  27. package/styles/document-editor/tailwind-dark.css +8 -0
  28. package/styles/document-editor/tailwind.css +8 -0
  29. package/styles/document-editor-container/bootstrap-dark.css +4 -0
  30. package/styles/document-editor-container/bootstrap.css +4 -0
  31. package/styles/document-editor-container/bootstrap4.css +4 -0
  32. package/styles/document-editor-container/bootstrap5-dark.css +4 -0
  33. package/styles/document-editor-container/bootstrap5.css +4 -0
  34. package/styles/document-editor-container/fabric-dark.css +4 -0
  35. package/styles/document-editor-container/fabric.css +4 -0
  36. package/styles/document-editor-container/fluent-dark.css +4 -0
  37. package/styles/document-editor-container/fluent.css +4 -0
  38. package/styles/document-editor-container/highcontrast-light.css +4 -0
  39. package/styles/document-editor-container/highcontrast.css +4 -0
  40. package/styles/document-editor-container/material-dark.css +4 -0
  41. package/styles/document-editor-container/material.css +4 -0
  42. package/styles/document-editor-container/material3-dark.css +4 -0
  43. package/styles/document-editor-container/material3.css +4 -0
  44. package/styles/document-editor-container/tailwind-dark.css +4 -0
  45. package/styles/document-editor-container/tailwind.css +4 -0
  46. package/styles/fabric-dark.css +12 -0
  47. package/styles/fabric.css +12 -0
  48. package/styles/fluent-dark.css +12 -0
  49. package/styles/fluent.css +12 -0
  50. package/styles/highcontrast-light.css +4 -0
  51. package/styles/highcontrast.css +12 -0
  52. package/styles/material-dark.css +12 -0
  53. package/styles/material.css +12 -0
  54. package/styles/material3-dark.css +12 -0
  55. package/styles/material3.css +12 -0
  56. package/styles/tailwind-dark.css +12 -0
  57. package/styles/tailwind.css +12 -0
package/CHANGELOG.md CHANGED
@@ -6,6 +6,19 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I482578` - Fixed the unsafe-eval error in source.
10
+ - `#I486542` - Now, the Desired Font Family present properly in selecting Dropdown.
11
+ - `#I485462` - Resolved the issue in updating font families dynamically.
12
+ - `#F183689` - Resolved the issue while inserting svg image .
13
+ - `#I483658` - Resolved the frozen issue while loading the given document.
14
+ - `#I475459` - Added sanitize for the open, copy, and paste APIs.
15
+
16
+ ## 22.2.8 (2023-08-08)
17
+
18
+ ### Document Editor
19
+
20
+ #### Bug Fixes
21
+
9
22
  - `#I482386`, `#I486455` - Resolved the spell check issue.
10
23
  - `#I482694` - Now, the table Header repeating is proper while enter new data at last row of the page.
11
24
  - `#I483711` - Fixed the issue in custom style preservation and applying.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-documenteditor.umd.js
3
- * version : 22.2.8
3
+ * version : 22.2.9
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-documenteditor.umd.min.js
3
- * version : 22.2.8
3
+ * version : 22.2.9
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
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.7",
3
+ "_id": "@syncfusion/ej2-angular-documenteditor@22.2.8",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-/Z96iDsq6dONta4eKJcoyQxTzAQpt6CIW5l4epDc8w82i4N/cX2goy1r7aGJM34wKkSHZSu4HO+XKf9rx0/Rxg==",
5
+ "_integrity": "sha512-8usLcNFxh/vx5WYLxmLU6YXUituich0sBe1oHluWEb8gLL6mWoA5C3qw7HtKSRT7WvdsFLiRqDgUVt4+B4oTdQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-documenteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-22.2.7.tgz",
23
- "_shasum": "af3dc5227f843147b886efd8d42e38649534d0db",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-22.2.8.tgz",
23
+ "_shasum": "d50d3332d0a1b88980555e99809633b201850e4d",
24
24
  "_spec": "@syncfusion/ej2-angular-documenteditor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~22.2.5",
35
- "@syncfusion/ej2-base": "~22.2.5",
36
- "@syncfusion/ej2-documenteditor": "22.2.8"
35
+ "@syncfusion/ej2-base": "~22.2.9",
36
+ "@syncfusion/ej2-documenteditor": "22.2.9"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
@@ -57,5 +57,5 @@
57
57
  "schematics": "./schematics/collection.json",
58
58
  "sideEffects": false,
59
59
  "typings": "ej2-angular-documenteditor.d.ts",
60
- "version": "22.2.8-ngcc"
60
+ "version": "22.2.9-ngcc"
61
61
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
2
- export declare const pkgVer = "^22.2.7";
2
+ export declare const pkgVer = "^22.2.8";
3
3
  export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
4
- export declare const themeVer = "~22.2.7";
4
+ export declare const themeVer = "~22.2.8";
@@ -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.8';
4
+ exports.pkgVer = '^22.2.9';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~22.2.8';
6
+ exports.themeVer = '~22.2.9';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^22.2.8';
2
+ export const pkgVer = '^22.2.9';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~22.2.8';
4
+ export const themeVer = '~22.2.9';
@@ -632,6 +632,14 @@
632
632
  display: flex;
633
633
  }
634
634
 
635
+ .e-de-svg-border-color {
636
+ stroke: #f0f0f0;
637
+ }
638
+
639
+ .e-de-svg-border-fill-color {
640
+ fill: #f0f0f0;
641
+ }
642
+
635
643
  .e-de-container-row {
636
644
  display: -ms-flexbox;
637
645
  display: flex;
@@ -4307,6 +4315,10 @@ label[for*=_wholeWord_e-de-rtl] {
4307
4315
  height: 100%;
4308
4316
  }
4309
4317
 
4318
+ .e-documenteditorcontainer {
4319
+ display: block;
4320
+ }
4321
+
4310
4322
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4311
4323
  height: 0;
4312
4324
  line-height: 0;
@@ -632,6 +632,14 @@
632
632
  display: flex;
633
633
  }
634
634
 
635
+ .e-de-svg-border-color {
636
+ stroke: #333333;
637
+ }
638
+
639
+ .e-de-svg-border-fill-color {
640
+ fill: #333333;
641
+ }
642
+
635
643
  .e-de-container-row {
636
644
  display: -ms-flexbox;
637
645
  display: flex;
@@ -4308,6 +4316,10 @@ label[for*=_wholeWord_e-de-rtl] {
4308
4316
  height: 100%;
4309
4317
  }
4310
4318
 
4319
+ .e-documenteditorcontainer {
4320
+ display: block;
4321
+ }
4322
+
4311
4323
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4312
4324
  height: 0;
4313
4325
  line-height: 0;
@@ -629,6 +629,14 @@
629
629
  display: flex;
630
630
  }
631
631
 
632
+ .e-de-svg-border-color {
633
+ stroke: #212529;
634
+ }
635
+
636
+ .e-de-svg-border-fill-color {
637
+ fill: #212529;
638
+ }
639
+
632
640
  .e-de-container-row {
633
641
  display: -ms-flexbox;
634
642
  display: flex;
@@ -4463,6 +4471,10 @@ textarea.e-de-cmt-textarea {
4463
4471
  height: 100%;
4464
4472
  }
4465
4473
 
4474
+ .e-documenteditorcontainer {
4475
+ display: block;
4476
+ }
4477
+
4466
4478
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4467
4479
  height: 0;
4468
4480
  line-height: 0;
@@ -671,6 +671,14 @@
671
671
  display: flex;
672
672
  }
673
673
 
674
+ .e-de-svg-border-color {
675
+ stroke: #fff;
676
+ }
677
+
678
+ .e-de-svg-border-fill-color {
679
+ fill: #fff;
680
+ }
681
+
674
682
  .e-de-container-row {
675
683
  display: -ms-flexbox;
676
684
  display: flex;
@@ -4431,6 +4439,10 @@ label[for*=_wholeWord_e-de-rtl] {
4431
4439
  height: 100%;
4432
4440
  }
4433
4441
 
4442
+ .e-documenteditorcontainer {
4443
+ display: block;
4444
+ }
4445
+
4434
4446
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4435
4447
  height: 0;
4436
4448
  line-height: 0.5;
@@ -671,6 +671,14 @@
671
671
  display: flex;
672
672
  }
673
673
 
674
+ .e-de-svg-border-color {
675
+ stroke: #212529;
676
+ }
677
+
678
+ .e-de-svg-border-fill-color {
679
+ fill: #212529;
680
+ }
681
+
674
682
  .e-de-container-row {
675
683
  display: -ms-flexbox;
676
684
  display: flex;
@@ -4431,6 +4439,10 @@ label[for*=_wholeWord_e-de-rtl] {
4431
4439
  height: 100%;
4432
4440
  }
4433
4441
 
4442
+ .e-documenteditorcontainer {
4443
+ display: block;
4444
+ }
4445
+
4434
4446
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4435
4447
  height: 0;
4436
4448
  line-height: 0.5;
@@ -632,6 +632,14 @@
632
632
  display: flex;
633
633
  }
634
634
 
635
+ .e-de-svg-border-color {
636
+ stroke: #f0f0f0;
637
+ }
638
+
639
+ .e-de-svg-border-fill-color {
640
+ fill: #f0f0f0;
641
+ }
642
+
635
643
  .e-de-container-row {
636
644
  display: -ms-flexbox;
637
645
  display: flex;
@@ -632,6 +632,14 @@
632
632
  display: flex;
633
633
  }
634
634
 
635
+ .e-de-svg-border-color {
636
+ stroke: #333333;
637
+ }
638
+
639
+ .e-de-svg-border-fill-color {
640
+ fill: #333333;
641
+ }
642
+
635
643
  .e-de-container-row {
636
644
  display: -ms-flexbox;
637
645
  display: flex;
@@ -629,6 +629,14 @@
629
629
  display: flex;
630
630
  }
631
631
 
632
+ .e-de-svg-border-color {
633
+ stroke: #212529;
634
+ }
635
+
636
+ .e-de-svg-border-fill-color {
637
+ fill: #212529;
638
+ }
639
+
632
640
  .e-de-container-row {
633
641
  display: -ms-flexbox;
634
642
  display: flex;
@@ -671,6 +671,14 @@
671
671
  display: flex;
672
672
  }
673
673
 
674
+ .e-de-svg-border-color {
675
+ stroke: #fff;
676
+ }
677
+
678
+ .e-de-svg-border-fill-color {
679
+ fill: #fff;
680
+ }
681
+
674
682
  .e-de-container-row {
675
683
  display: -ms-flexbox;
676
684
  display: flex;
@@ -671,6 +671,14 @@
671
671
  display: flex;
672
672
  }
673
673
 
674
+ .e-de-svg-border-color {
675
+ stroke: #212529;
676
+ }
677
+
678
+ .e-de-svg-border-fill-color {
679
+ fill: #212529;
680
+ }
681
+
674
682
  .e-de-container-row {
675
683
  display: -ms-flexbox;
676
684
  display: flex;
@@ -632,6 +632,14 @@
632
632
  display: flex;
633
633
  }
634
634
 
635
+ .e-de-svg-border-color {
636
+ stroke: #dadada;
637
+ }
638
+
639
+ .e-de-svg-border-fill-color {
640
+ fill: #dadada;
641
+ }
642
+
635
643
  .e-de-container-row {
636
644
  display: -ms-flexbox;
637
645
  display: flex;
@@ -632,6 +632,14 @@
632
632
  display: flex;
633
633
  }
634
634
 
635
+ .e-de-svg-border-color {
636
+ stroke: #333;
637
+ }
638
+
639
+ .e-de-svg-border-fill-color {
640
+ fill: #333;
641
+ }
642
+
635
643
  .e-de-container-row {
636
644
  display: -ms-flexbox;
637
645
  display: flex;
@@ -674,6 +674,14 @@
674
674
  display: flex;
675
675
  }
676
676
 
677
+ .e-de-svg-border-color {
678
+ stroke: #f3f2f1;
679
+ }
680
+
681
+ .e-de-svg-border-fill-color {
682
+ fill: #f3f2f1;
683
+ }
684
+
677
685
  .e-de-container-row {
678
686
  display: -ms-flexbox;
679
687
  display: flex;
@@ -674,6 +674,14 @@
674
674
  display: flex;
675
675
  }
676
676
 
677
+ .e-de-svg-border-color {
678
+ stroke: #201f1e;
679
+ }
680
+
681
+ .e-de-svg-border-fill-color {
682
+ fill: #201f1e;
683
+ }
684
+
677
685
  .e-de-container-row {
678
686
  display: -ms-flexbox;
679
687
  display: flex;
@@ -632,6 +632,14 @@
632
632
  display: flex;
633
633
  }
634
634
 
635
+ .e-de-svg-border-color {
636
+ stroke: #fff;
637
+ }
638
+
639
+ .e-de-svg-border-fill-color {
640
+ fill: #fff;
641
+ }
642
+
635
643
  .e-de-container-row {
636
644
  display: -ms-flexbox;
637
645
  display: flex;
@@ -627,6 +627,14 @@
627
627
  display: flex;
628
628
  }
629
629
 
630
+ .e-de-svg-border-color {
631
+ stroke: #fff;
632
+ }
633
+
634
+ .e-de-svg-border-fill-color {
635
+ fill: #fff;
636
+ }
637
+
630
638
  .e-de-container-row {
631
639
  display: -ms-flexbox;
632
640
  display: flex;
@@ -627,6 +627,14 @@
627
627
  display: flex;
628
628
  }
629
629
 
630
+ .e-de-svg-border-color {
631
+ stroke: rgba(0, 0, 0, 0.87);
632
+ }
633
+
634
+ .e-de-svg-border-fill-color {
635
+ fill: rgba(0, 0, 0, 0.87);
636
+ }
637
+
630
638
  .e-de-container-row {
631
639
  display: -ms-flexbox;
632
640
  display: flex;
@@ -724,6 +724,14 @@
724
724
  display: flex;
725
725
  }
726
726
 
727
+ .e-de-svg-border-color {
728
+ stroke: rgba(var(--color-sf-on-surface));
729
+ }
730
+
731
+ .e-de-svg-border-fill-color {
732
+ fill: rgba(var(--color-sf-on-surface));
733
+ }
734
+
727
735
  .e-de-container-row {
728
736
  display: -ms-flexbox;
729
737
  display: flex;
@@ -780,6 +780,14 @@
780
780
  display: flex;
781
781
  }
782
782
 
783
+ .e-de-svg-border-color {
784
+ stroke: rgba(var(--color-sf-on-surface));
785
+ }
786
+
787
+ .e-de-svg-border-fill-color {
788
+ fill: rgba(var(--color-sf-on-surface));
789
+ }
790
+
783
791
  .e-de-container-row {
784
792
  display: -ms-flexbox;
785
793
  display: flex;
@@ -669,6 +669,14 @@
669
669
  display: flex;
670
670
  }
671
671
 
672
+ .e-de-svg-border-color {
673
+ stroke: #fff;
674
+ }
675
+
676
+ .e-de-svg-border-fill-color {
677
+ fill: #fff;
678
+ }
679
+
672
680
  .e-de-container-row {
673
681
  display: -ms-flexbox;
674
682
  display: flex;
@@ -672,6 +672,14 @@
672
672
  display: flex;
673
673
  }
674
674
 
675
+ .e-de-svg-border-color {
676
+ stroke: #111827;
677
+ }
678
+
679
+ .e-de-svg-border-fill-color {
680
+ fill: #111827;
681
+ }
682
+
675
683
  .e-de-container-row {
676
684
  display: -ms-flexbox;
677
685
  display: flex;
@@ -483,6 +483,10 @@
483
483
  height: 100%;
484
484
  }
485
485
 
486
+ .e-documenteditorcontainer {
487
+ display: block;
488
+ }
489
+
486
490
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
487
491
  height: 0;
488
492
  line-height: 0;
@@ -483,6 +483,10 @@
483
483
  height: 100%;
484
484
  }
485
485
 
486
+ .e-documenteditorcontainer {
487
+ display: block;
488
+ }
489
+
486
490
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
487
491
  height: 0;
488
492
  line-height: 0;
@@ -483,6 +483,10 @@
483
483
  height: 100%;
484
484
  }
485
485
 
486
+ .e-documenteditorcontainer {
487
+ display: block;
488
+ }
489
+
486
490
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
487
491
  height: 0;
488
492
  line-height: 0;
@@ -509,6 +509,10 @@
509
509
  height: 100%;
510
510
  }
511
511
 
512
+ .e-documenteditorcontainer {
513
+ display: block;
514
+ }
515
+
512
516
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
513
517
  height: 0;
514
518
  line-height: 0.5;
@@ -509,6 +509,10 @@
509
509
  height: 100%;
510
510
  }
511
511
 
512
+ .e-documenteditorcontainer {
513
+ display: block;
514
+ }
515
+
512
516
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
513
517
  height: 0;
514
518
  line-height: 0.5;
@@ -484,6 +484,10 @@
484
484
  height: 100%;
485
485
  }
486
486
 
487
+ .e-documenteditorcontainer {
488
+ display: block;
489
+ }
490
+
487
491
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
488
492
  height: 0;
489
493
  line-height: 0;
@@ -484,6 +484,10 @@
484
484
  height: 100%;
485
485
  }
486
486
 
487
+ .e-documenteditorcontainer {
488
+ display: block;
489
+ }
490
+
487
491
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
488
492
  height: 0;
489
493
  line-height: 0;
@@ -509,6 +509,10 @@
509
509
  height: 100%;
510
510
  }
511
511
 
512
+ .e-documenteditorcontainer {
513
+ display: block;
514
+ }
515
+
512
516
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
513
517
  height: 0;
514
518
  line-height: 0.5;
@@ -509,6 +509,10 @@
509
509
  height: 100%;
510
510
  }
511
511
 
512
+ .e-documenteditorcontainer {
513
+ display: block;
514
+ }
515
+
512
516
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
513
517
  height: 0;
514
518
  line-height: 0.5;
@@ -2521,6 +2521,10 @@ label[for=container_wholeWord] {
2521
2521
  height: 100%;
2522
2522
  }
2523
2523
 
2524
+ .e-documenteditorcontainer {
2525
+ display: block;
2526
+ }
2527
+
2524
2528
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
2525
2529
  height: 0;
2526
2530
  line-height: 0;
@@ -483,6 +483,10 @@
483
483
  height: 100%;
484
484
  }
485
485
 
486
+ .e-documenteditorcontainer {
487
+ display: block;
488
+ }
489
+
486
490
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
487
491
  height: 0;
488
492
  line-height: 0;
@@ -486,6 +486,10 @@
486
486
  height: 100%;
487
487
  }
488
488
 
489
+ .e-documenteditorcontainer {
490
+ display: block;
491
+ }
492
+
489
493
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
490
494
  height: 0;
491
495
  line-height: 0;
@@ -486,6 +486,10 @@
486
486
  height: 100%;
487
487
  }
488
488
 
489
+ .e-documenteditorcontainer {
490
+ display: block;
491
+ }
492
+
489
493
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
490
494
  height: 0;
491
495
  line-height: 0;
@@ -564,6 +564,10 @@
564
564
  height: 100%;
565
565
  }
566
566
 
567
+ .e-documenteditorcontainer {
568
+ display: block;
569
+ }
570
+
567
571
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
568
572
  height: 0;
569
573
  line-height: 0;
@@ -620,6 +620,10 @@
620
620
  height: 100%;
621
621
  }
622
622
 
623
+ .e-documenteditorcontainer {
624
+ display: block;
625
+ }
626
+
623
627
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
624
628
  height: 0;
625
629
  line-height: 0;
@@ -510,6 +510,10 @@
510
510
  height: 100%;
511
511
  }
512
512
 
513
+ .e-documenteditorcontainer {
514
+ display: block;
515
+ }
516
+
513
517
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
514
518
  height: 0;
515
519
  line-height: 1;
@@ -510,6 +510,10 @@
510
510
  height: 100%;
511
511
  }
512
512
 
513
+ .e-documenteditorcontainer {
514
+ display: block;
515
+ }
516
+
513
517
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
514
518
  height: 0;
515
519
  line-height: 1;
@@ -633,6 +633,14 @@
633
633
  display: flex;
634
634
  }
635
635
 
636
+ .e-de-svg-border-color {
637
+ stroke: #dadada;
638
+ }
639
+
640
+ .e-de-svg-border-fill-color {
641
+ fill: #dadada;
642
+ }
643
+
636
644
  .e-de-container-row {
637
645
  display: -ms-flexbox;
638
646
  display: flex;
@@ -4308,6 +4316,10 @@ label[for*=_wholeWord_e-de-rtl] {
4308
4316
  height: 100%;
4309
4317
  }
4310
4318
 
4319
+ .e-documenteditorcontainer {
4320
+ display: block;
4321
+ }
4322
+
4311
4323
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4312
4324
  height: 0;
4313
4325
  line-height: 0;
package/styles/fabric.css CHANGED
@@ -633,6 +633,14 @@
633
633
  display: flex;
634
634
  }
635
635
 
636
+ .e-de-svg-border-color {
637
+ stroke: #333;
638
+ }
639
+
640
+ .e-de-svg-border-fill-color {
641
+ fill: #333;
642
+ }
643
+
636
644
  .e-de-container-row {
637
645
  display: -ms-flexbox;
638
646
  display: flex;
@@ -4312,6 +4320,10 @@ label[for*=_wholeWord_e-de-rtl] {
4312
4320
  height: 100%;
4313
4321
  }
4314
4322
 
4323
+ .e-documenteditorcontainer {
4324
+ display: block;
4325
+ }
4326
+
4315
4327
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4316
4328
  height: 0;
4317
4329
  line-height: 0;
@@ -674,6 +674,14 @@
674
674
  display: flex;
675
675
  }
676
676
 
677
+ .e-de-svg-border-color {
678
+ stroke: #f3f2f1;
679
+ }
680
+
681
+ .e-de-svg-border-fill-color {
682
+ fill: #f3f2f1;
683
+ }
684
+
677
685
  .e-de-container-row {
678
686
  display: -ms-flexbox;
679
687
  display: flex;
@@ -4375,6 +4383,10 @@ label[for*=_wholeWord_e-de-rtl] {
4375
4383
  height: 100%;
4376
4384
  }
4377
4385
 
4386
+ .e-documenteditorcontainer {
4387
+ display: block;
4388
+ }
4389
+
4378
4390
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4379
4391
  height: 0;
4380
4392
  line-height: 0.5;
package/styles/fluent.css CHANGED
@@ -674,6 +674,14 @@
674
674
  display: flex;
675
675
  }
676
676
 
677
+ .e-de-svg-border-color {
678
+ stroke: #201f1e;
679
+ }
680
+
681
+ .e-de-svg-border-fill-color {
682
+ fill: #201f1e;
683
+ }
684
+
677
685
  .e-de-container-row {
678
686
  display: -ms-flexbox;
679
687
  display: flex;
@@ -4375,6 +4383,10 @@ label[for*=_wholeWord_e-de-rtl] {
4375
4383
  height: 100%;
4376
4384
  }
4377
4385
 
4386
+ .e-documenteditorcontainer {
4387
+ display: block;
4388
+ }
4389
+
4378
4390
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4379
4391
  height: 0;
4380
4392
  line-height: 0.5;
@@ -3278,6 +3278,10 @@ label[for=container_wholeWord] {
3278
3278
  height: 100%;
3279
3279
  }
3280
3280
 
3281
+ .e-documenteditorcontainer {
3282
+ display: block;
3283
+ }
3284
+
3281
3285
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
3282
3286
  height: 0;
3283
3287
  line-height: 0;
@@ -632,6 +632,14 @@
632
632
  display: flex;
633
633
  }
634
634
 
635
+ .e-de-svg-border-color {
636
+ stroke: #fff;
637
+ }
638
+
639
+ .e-de-svg-border-fill-color {
640
+ fill: #fff;
641
+ }
642
+
635
643
  .e-de-container-row {
636
644
  display: -ms-flexbox;
637
645
  display: flex;
@@ -4307,6 +4315,10 @@ label[for*=_wholeWord_e-de-rtl] {
4307
4315
  height: 100%;
4308
4316
  }
4309
4317
 
4318
+ .e-documenteditorcontainer {
4319
+ display: block;
4320
+ }
4321
+
4310
4322
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4311
4323
  height: 0;
4312
4324
  line-height: 0;
@@ -627,6 +627,14 @@
627
627
  display: flex;
628
628
  }
629
629
 
630
+ .e-de-svg-border-color {
631
+ stroke: #fff;
632
+ }
633
+
634
+ .e-de-svg-border-fill-color {
635
+ fill: #fff;
636
+ }
637
+
630
638
  .e-de-container-row {
631
639
  display: -ms-flexbox;
632
640
  display: flex;
@@ -4304,6 +4312,10 @@ label[for*=_wholeWord_e-de-rtl] {
4304
4312
  height: 100%;
4305
4313
  }
4306
4314
 
4315
+ .e-documenteditorcontainer {
4316
+ display: block;
4317
+ }
4318
+
4307
4319
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4308
4320
  height: 0;
4309
4321
  line-height: 0;
@@ -627,6 +627,14 @@
627
627
  display: flex;
628
628
  }
629
629
 
630
+ .e-de-svg-border-color {
631
+ stroke: rgba(0, 0, 0, 0.87);
632
+ }
633
+
634
+ .e-de-svg-border-fill-color {
635
+ fill: rgba(0, 0, 0, 0.87);
636
+ }
637
+
630
638
  .e-de-container-row {
631
639
  display: -ms-flexbox;
632
640
  display: flex;
@@ -4304,6 +4312,10 @@ label[for*=_wholeWord_e-de-rtl] {
4304
4312
  height: 100%;
4305
4313
  }
4306
4314
 
4315
+ .e-documenteditorcontainer {
4316
+ display: block;
4317
+ }
4318
+
4307
4319
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4308
4320
  height: 0;
4309
4321
  line-height: 0;
@@ -725,6 +725,14 @@
725
725
  display: flex;
726
726
  }
727
727
 
728
+ .e-de-svg-border-color {
729
+ stroke: rgba(var(--color-sf-on-surface));
730
+ }
731
+
732
+ .e-de-svg-border-fill-color {
733
+ fill: rgba(var(--color-sf-on-surface));
734
+ }
735
+
728
736
  .e-de-container-row {
729
737
  display: -ms-flexbox;
730
738
  display: flex;
@@ -4536,6 +4544,10 @@ label[for*=_wholeWord_e-de-rtl] {
4536
4544
  height: 100%;
4537
4545
  }
4538
4546
 
4547
+ .e-documenteditorcontainer {
4548
+ display: block;
4549
+ }
4550
+
4539
4551
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4540
4552
  height: 0;
4541
4553
  line-height: 0;
@@ -780,6 +780,14 @@
780
780
  display: flex;
781
781
  }
782
782
 
783
+ .e-de-svg-border-color {
784
+ stroke: rgba(var(--color-sf-on-surface));
785
+ }
786
+
787
+ .e-de-svg-border-fill-color {
788
+ fill: rgba(var(--color-sf-on-surface));
789
+ }
790
+
783
791
  .e-de-container-row {
784
792
  display: -ms-flexbox;
785
793
  display: flex;
@@ -4647,6 +4655,10 @@ label[for*=_wholeWord_e-de-rtl] {
4647
4655
  height: 100%;
4648
4656
  }
4649
4657
 
4658
+ .e-documenteditorcontainer {
4659
+ display: block;
4660
+ }
4661
+
4650
4662
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4651
4663
  height: 0;
4652
4664
  line-height: 0;
@@ -670,6 +670,14 @@
670
670
  display: flex;
671
671
  }
672
672
 
673
+ .e-de-svg-border-color {
674
+ stroke: #fff;
675
+ }
676
+
677
+ .e-de-svg-border-fill-color {
678
+ fill: #fff;
679
+ }
680
+
673
681
  .e-de-container-row {
674
682
  display: -ms-flexbox;
675
683
  display: flex;
@@ -4643,6 +4651,10 @@ label[for*=_wholeWord_e-de-rtl] {
4643
4651
  height: 100%;
4644
4652
  }
4645
4653
 
4654
+ .e-documenteditorcontainer {
4655
+ display: block;
4656
+ }
4657
+
4646
4658
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4647
4659
  height: 0;
4648
4660
  line-height: 1;
@@ -673,6 +673,14 @@
673
673
  display: flex;
674
674
  }
675
675
 
676
+ .e-de-svg-border-color {
677
+ stroke: #111827;
678
+ }
679
+
680
+ .e-de-svg-border-fill-color {
681
+ fill: #111827;
682
+ }
683
+
676
684
  .e-de-container-row {
677
685
  display: -ms-flexbox;
678
686
  display: flex;
@@ -4646,6 +4654,10 @@ label[for*=_wholeWord_e-de-rtl] {
4646
4654
  height: 100%;
4647
4655
  }
4648
4656
 
4657
+ .e-documenteditorcontainer {
4658
+ display: block;
4659
+ }
4660
+
4649
4661
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4650
4662
  height: 0;
4651
4663
  line-height: 1;