@syncfusion/ej2-vue-documenteditor 22.2.7 → 22.2.9

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 (54) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  4. package/package.json +7 -7
  5. package/styles/bootstrap-dark.css +12 -0
  6. package/styles/bootstrap.css +12 -0
  7. package/styles/bootstrap4.css +12 -0
  8. package/styles/bootstrap5-dark.css +12 -0
  9. package/styles/bootstrap5.css +12 -0
  10. package/styles/document-editor/bootstrap-dark.css +8 -0
  11. package/styles/document-editor/bootstrap.css +8 -0
  12. package/styles/document-editor/bootstrap4.css +8 -0
  13. package/styles/document-editor/bootstrap5-dark.css +8 -0
  14. package/styles/document-editor/bootstrap5.css +8 -0
  15. package/styles/document-editor/fabric-dark.css +8 -0
  16. package/styles/document-editor/fabric.css +8 -0
  17. package/styles/document-editor/fluent-dark.css +8 -0
  18. package/styles/document-editor/fluent.css +8 -0
  19. package/styles/document-editor/highcontrast.css +8 -0
  20. package/styles/document-editor/material-dark.css +8 -0
  21. package/styles/document-editor/material.css +8 -0
  22. package/styles/document-editor/material3-dark.css +8 -0
  23. package/styles/document-editor/material3.css +8 -0
  24. package/styles/document-editor/tailwind-dark.css +8 -0
  25. package/styles/document-editor/tailwind.css +8 -0
  26. package/styles/document-editor-container/bootstrap-dark.css +4 -0
  27. package/styles/document-editor-container/bootstrap.css +4 -0
  28. package/styles/document-editor-container/bootstrap4.css +4 -0
  29. package/styles/document-editor-container/bootstrap5-dark.css +4 -0
  30. package/styles/document-editor-container/bootstrap5.css +4 -0
  31. package/styles/document-editor-container/fabric-dark.css +4 -0
  32. package/styles/document-editor-container/fabric.css +4 -0
  33. package/styles/document-editor-container/fluent-dark.css +4 -0
  34. package/styles/document-editor-container/fluent.css +4 -0
  35. package/styles/document-editor-container/highcontrast-light.css +4 -0
  36. package/styles/document-editor-container/highcontrast.css +4 -0
  37. package/styles/document-editor-container/material-dark.css +4 -0
  38. package/styles/document-editor-container/material.css +4 -0
  39. package/styles/document-editor-container/material3-dark.css +4 -0
  40. package/styles/document-editor-container/material3.css +4 -0
  41. package/styles/document-editor-container/tailwind-dark.css +4 -0
  42. package/styles/document-editor-container/tailwind.css +4 -0
  43. package/styles/fabric-dark.css +12 -0
  44. package/styles/fabric.css +12 -0
  45. package/styles/fluent-dark.css +12 -0
  46. package/styles/fluent.css +12 -0
  47. package/styles/highcontrast-light.css +4 -0
  48. package/styles/highcontrast.css +12 -0
  49. package/styles/material-dark.css +12 -0
  50. package/styles/material.css +12 -0
  51. package/styles/material3-dark.css +12 -0
  52. package/styles/material3.css +12 -0
  53. package/styles/tailwind-dark.css +12 -0
  54. package/styles/tailwind.css +12 -0
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-documenteditor@*",
3
- "_id": "@syncfusion/ej2-vue-documenteditor@22.2.5",
3
+ "_id": "@syncfusion/ej2-vue-documenteditor@22.2.8",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-o0tzQxJiiU2bFdypgjRbQHKTEX+GTp2yO55kR6ZrSrL0QAxoRt2gl6QP8BdOCT4CeM03KngkHpoFEYipgwqAoA==",
5
+ "_integrity": "sha512-EkWzUuL0n3KYyRuJADFMql916LlKblzgVI8pxgJj78Apv0APyKl/YSfgiE7NL8yziDYYAGzH0dYMe+d3laq76g==",
6
6
  "_location": "/@syncfusion/ej2-vue-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-vue-documenteditor/-/ej2-vue-documenteditor-22.2.5.tgz",
23
- "_shasum": "d44b438ddf26dc57247dc2bb135d56f9d31ebdec",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-documenteditor/-/ej2-vue-documenteditor-22.2.8.tgz",
23
+ "_shasum": "05e3f0675db82e1dee4a19c445db8afdc76d12dc",
24
24
  "_spec": "@syncfusion/ej2-vue-documenteditor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~22.2.5",
35
- "@syncfusion/ej2-documenteditor": "22.2.7",
34
+ "@syncfusion/ej2-base": "~22.2.9",
35
+ "@syncfusion/ej2-documenteditor": "22.2.9",
36
36
  "@syncfusion/ej2-vue-base": "~22.2.5"
37
37
  },
38
38
  "deprecated": false,
@@ -57,6 +57,6 @@
57
57
  "ci-publish": "gulp ci-publish",
58
58
  "compile": "gulp ci-compile && gulp vue-global-script"
59
59
  },
60
- "version": "22.2.7",
60
+ "version": "22.2.9",
61
61
  "sideEffects": false
62
62
  }
@@ -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;