@syncfusion/ej2-angular-documenteditor 20.2.50 → 20.3.47

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 (125) hide show
  1. package/package.json +8 -8
  2. package/schematics/collection.json +15 -0
  3. package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
  4. package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
  5. package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
  6. package/schematics/generators/documenteditorcontainer-default/sample-details.js +7 -0
  7. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  8. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  9. package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
  10. package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
  11. package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
  12. package/schematics/ng-add/index.d.ts +3 -0
  13. package/schematics/ng-add/index.js +9 -0
  14. package/schematics/ng-add/schema.d.ts +13 -0
  15. package/schematics/ng-add/schema.js +2 -0
  16. package/schematics/ng-add/schema.json +34 -0
  17. package/schematics/tsconfig.json +25 -0
  18. package/schematics/utils/lib-details.d.ts +4 -0
  19. package/schematics/utils/lib-details.js +6 -0
  20. package/schematics/utils/lib-details.ts +2 -2
  21. package/styles/bootstrap-dark.css +18 -1
  22. package/styles/bootstrap.css +18 -1
  23. package/styles/bootstrap4.css +19 -2
  24. package/styles/bootstrap5-dark.css +19 -3
  25. package/styles/bootstrap5.css +19 -3
  26. package/styles/document-editor/_all.scss +1 -1
  27. package/styles/document-editor/_bootstrap-dark-definition.scss +5 -5
  28. package/styles/document-editor/_bootstrap-definition.scss +5 -5
  29. package/styles/document-editor/_bootstrap4-definition.scss +5 -5
  30. package/styles/document-editor/_bootstrap5-definition.scss +6 -5
  31. package/styles/document-editor/_fabric-dark-definition.scss +1 -1
  32. package/styles/document-editor/_fabric-definition.scss +5 -5
  33. package/styles/document-editor/_fluent-definition.scss +7 -5
  34. package/styles/document-editor/_fusionnew-definition.scss +6 -5
  35. package/styles/document-editor/_highcontrast-definition.scss +6 -6
  36. package/styles/document-editor/_highcontrast-light-definition.scss +29 -32
  37. package/styles/document-editor/_layout.scss +1 -2
  38. package/styles/document-editor/_material-dark-definition.scss +1 -0
  39. package/styles/document-editor/_material-definition.scss +0 -1
  40. package/styles/document-editor/_material3-definition.scss +6 -5
  41. package/styles/document-editor/_tailwind-definition.scss +5 -6
  42. package/styles/document-editor/_theme.scss +1 -5
  43. package/styles/document-editor/bootstrap-dark.css +5 -0
  44. package/styles/document-editor/bootstrap.css +5 -0
  45. package/styles/document-editor/bootstrap4.css +5 -0
  46. package/styles/document-editor/bootstrap5-dark.css +5 -0
  47. package/styles/document-editor/bootstrap5.css +5 -0
  48. package/styles/document-editor/fabric-dark.css +5 -0
  49. package/styles/document-editor/fabric.css +5 -0
  50. package/styles/document-editor/fluent-dark.css +5 -0
  51. package/styles/document-editor/fluent.css +5 -0
  52. package/styles/document-editor/highcontrast-light.css +18 -14
  53. package/styles/document-editor/highcontrast.css +5 -0
  54. package/styles/document-editor/icons/_bootstrap-dark.scss +1 -3
  55. package/styles/document-editor/icons/_bootstrap.scss +2 -4
  56. package/styles/document-editor/icons/_bootstrap4.scss +2 -2
  57. package/styles/document-editor/icons/_fabric-dark.scss +1 -2
  58. package/styles/document-editor/icons/_fabric.scss +1 -2
  59. package/styles/document-editor/icons/_highcontrast-light.scss +1 -1
  60. package/styles/document-editor/icons/_highcontrast.scss +2 -2
  61. package/styles/document-editor/icons/_material-dark.scss +2 -2
  62. package/styles/document-editor/icons/_material.scss +2 -2
  63. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -3
  64. package/styles/document-editor/material-dark.css +5 -0
  65. package/styles/document-editor/material.css +5 -0
  66. package/styles/document-editor/tailwind-dark.css +5 -0
  67. package/styles/document-editor/tailwind.css +5 -0
  68. package/styles/document-editor-container/_all.scss +1 -1
  69. package/styles/document-editor-container/_bootstrap-dark-definition.scss +6 -4
  70. package/styles/document-editor-container/_bootstrap-definition.scss +6 -4
  71. package/styles/document-editor-container/_bootstrap4-definition.scss +6 -4
  72. package/styles/document-editor-container/_bootstrap5-definition.scss +5 -4
  73. package/styles/document-editor-container/_definition.scss +3 -2
  74. package/styles/document-editor-container/_fabric-dark-definition.scss +6 -4
  75. package/styles/document-editor-container/_fabric-definition.scss +6 -4
  76. package/styles/document-editor-container/_fluent-definition.scss +5 -4
  77. package/styles/document-editor-container/_fusionnew-definition.scss +5 -4
  78. package/styles/document-editor-container/_highcontrast-definition.scss +6 -4
  79. package/styles/document-editor-container/_highcontrast-light-definition.scss +6 -4
  80. package/styles/document-editor-container/_layout.scss +3 -4
  81. package/styles/document-editor-container/_material-dark-definition.scss +6 -4
  82. package/styles/document-editor-container/_material-definition.scss +6 -4
  83. package/styles/document-editor-container/_material3-definition.scss +5 -4
  84. package/styles/document-editor-container/_tailwind-definition.scss +5 -4
  85. package/styles/document-editor-container/_theme.scss +7 -6
  86. package/styles/document-editor-container/bootstrap-dark.css +13 -1
  87. package/styles/document-editor-container/bootstrap.css +13 -1
  88. package/styles/document-editor-container/bootstrap4.css +14 -2
  89. package/styles/document-editor-container/bootstrap5-dark.css +14 -3
  90. package/styles/document-editor-container/bootstrap5.css +14 -3
  91. package/styles/document-editor-container/fabric-dark.css +13 -1
  92. package/styles/document-editor-container/fabric.css +13 -1
  93. package/styles/document-editor-container/fluent-dark.css +14 -3
  94. package/styles/document-editor-container/fluent.css +14 -3
  95. package/styles/document-editor-container/highcontrast-light.css +27 -15
  96. package/styles/document-editor-container/highcontrast.css +13 -1
  97. package/styles/document-editor-container/icons/_bootstrap-dark.scss +5 -0
  98. package/styles/document-editor-container/icons/_bootstrap.scss +5 -0
  99. package/styles/document-editor-container/icons/_bootstrap4.scss +6 -1
  100. package/styles/document-editor-container/icons/_bootstrap5.scss +5 -0
  101. package/styles/document-editor-container/icons/_fabric-dark.scss +6 -1
  102. package/styles/document-editor-container/icons/_fabric.scss +6 -1
  103. package/styles/document-editor-container/icons/_fluent.scss +5 -0
  104. package/styles/document-editor-container/icons/_fusionnew.scss +5 -0
  105. package/styles/document-editor-container/icons/_highcontrast-light.scss +6 -1
  106. package/styles/document-editor-container/icons/_highcontrast.scss +6 -1
  107. package/styles/document-editor-container/icons/_material-dark.scss +6 -2
  108. package/styles/document-editor-container/icons/_material.scss +6 -2
  109. package/styles/document-editor-container/icons/_material3.scss +5 -0
  110. package/styles/document-editor-container/icons/_tailwind-dark.scss +5 -0
  111. package/styles/document-editor-container/icons/_tailwind.scss +5 -0
  112. package/styles/document-editor-container/material-dark.css +13 -1
  113. package/styles/document-editor-container/material.css +13 -1
  114. package/styles/document-editor-container/tailwind-dark.css +14 -3
  115. package/styles/document-editor-container/tailwind.css +14 -3
  116. package/styles/fabric-dark.css +18 -1
  117. package/styles/fabric.css +18 -1
  118. package/styles/fluent-dark.css +19 -3
  119. package/styles/fluent.css +19 -3
  120. package/styles/highcontrast-light.css +31 -15
  121. package/styles/highcontrast.css +18 -1
  122. package/styles/material-dark.css +18 -1
  123. package/styles/material.css +18 -1
  124. package/styles/tailwind-dark.css +19 -3
  125. package/styles/tailwind.css +19 -3
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  .e-de-ctnr-close::before {
3
2
  color: #a19f9d;
4
3
  content: "\e7e7";
@@ -421,6 +420,11 @@
421
420
  font-family: "e-icons";
422
421
  }
423
422
 
423
+ .e-de-e-paragraph-mark::before {
424
+ content: "\e844";
425
+ font-family: "e-icons";
426
+ }
427
+
424
428
  .e-de-toolbar {
425
429
  height: 100%;
426
430
  }
@@ -465,13 +469,14 @@
465
469
 
466
470
  .e-de-ctnr-hglt-no-color {
467
471
  font-size: 12px;
468
- font-weight: 400;
472
+ font-weight: normal;
469
473
  left: 40px;
470
474
  padding-top: 11px;
471
475
  position: absolute;
472
476
  top: 100px;
473
477
  }
474
478
 
479
+ /* stylelint-disable */
475
480
  .e-de-scrollbar-hide::-webkit-scrollbar {
476
481
  width: 0;
477
482
  }
@@ -481,6 +486,7 @@
481
486
  scrollbar-width: none;
482
487
  }
483
488
 
489
+ /* stylelint-enable */
484
490
  .e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-fontcolor,
485
491
  .e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-change-case {
486
492
  font-size: 18px;
@@ -491,6 +497,7 @@
491
497
  font-size: 21px;
492
498
  }
493
499
 
500
+ /* stylelint-disable */
494
501
  .e-de-toolbar {
495
502
  height: 100%;
496
503
  }
@@ -592,7 +599,7 @@
592
599
  }
593
600
  .e-bigger .e-de-ctn-title button {
594
601
  font-size: 16px !important;
595
- height: auto !important;
602
+ height: auto !important;
596
603
  margin: 0 !important;
597
604
  }
598
605
  .e-bigger .e-de-ctn-title button .e-btn-icon {
@@ -719,11 +726,13 @@
719
726
  }
720
727
 
721
728
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
729
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
722
730
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
723
731
  margin-right: 16px;
724
732
  }
725
733
 
726
734
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
735
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
727
736
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
728
737
  margin-left: 16px;
729
738
  margin-right: 0;
@@ -1547,10 +1556,12 @@
1547
1556
  margin-bottom: 20px;
1548
1557
  }
1549
1558
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1559
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1550
1560
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1551
1561
  margin-right: 20px;
1552
1562
  }
1553
1563
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1564
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1554
1565
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1555
1566
  margin-left: 20px;
1556
1567
  margin-right: 0;
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  .e-de-ctnr-close::before {
3
2
  color: #605e5c;
4
3
  content: "\e7e7";
@@ -421,6 +420,11 @@
421
420
  font-family: "e-icons";
422
421
  }
423
422
 
423
+ .e-de-e-paragraph-mark::before {
424
+ content: "\e844";
425
+ font-family: "e-icons";
426
+ }
427
+
424
428
  .e-de-toolbar {
425
429
  height: 100%;
426
430
  }
@@ -465,13 +469,14 @@
465
469
 
466
470
  .e-de-ctnr-hglt-no-color {
467
471
  font-size: 12px;
468
- font-weight: 400;
472
+ font-weight: normal;
469
473
  left: 40px;
470
474
  padding-top: 11px;
471
475
  position: absolute;
472
476
  top: 100px;
473
477
  }
474
478
 
479
+ /* stylelint-disable */
475
480
  .e-de-scrollbar-hide::-webkit-scrollbar {
476
481
  width: 0;
477
482
  }
@@ -481,6 +486,7 @@
481
486
  scrollbar-width: none;
482
487
  }
483
488
 
489
+ /* stylelint-enable */
484
490
  .e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-fontcolor,
485
491
  .e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-change-case {
486
492
  font-size: 18px;
@@ -491,6 +497,7 @@
491
497
  font-size: 21px;
492
498
  }
493
499
 
500
+ /* stylelint-disable */
494
501
  .e-de-toolbar {
495
502
  height: 100%;
496
503
  }
@@ -592,7 +599,7 @@
592
599
  }
593
600
  .e-bigger .e-de-ctn-title button {
594
601
  font-size: 16px !important;
595
- height: auto !important;
602
+ height: auto !important;
596
603
  margin: 0 !important;
597
604
  }
598
605
  .e-bigger .e-de-ctn-title button .e-btn-icon {
@@ -719,11 +726,13 @@
719
726
  }
720
727
 
721
728
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
729
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
722
730
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
723
731
  margin-right: 16px;
724
732
  }
725
733
 
726
734
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
735
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
727
736
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
728
737
  margin-left: 16px;
729
738
  margin-right: 0;
@@ -1547,10 +1556,12 @@
1547
1556
  margin-bottom: 20px;
1548
1557
  }
1549
1558
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1559
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1550
1560
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1551
1561
  margin-right: 20px;
1552
1562
  }
1553
1563
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1564
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1554
1565
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1555
1566
  margin-left: 20px;
1556
1567
  margin-right: 0;
@@ -308,63 +308,63 @@
308
308
  content: "\e339";
309
309
  font-family: "e-icons";
310
310
  font-size: 16px;
311
- font-weight: 400;
311
+ font-weight: normal;
312
312
  }
313
313
 
314
314
  .e-de-italic::before {
315
315
  content: "\e35a";
316
316
  font-family: "e-icons";
317
317
  font-size: 16px;
318
- font-weight: 400;
318
+ font-weight: normal;
319
319
  }
320
320
 
321
321
  .e-de-underline::before {
322
322
  content: "\e343";
323
323
  font-family: "e-icons";
324
324
  font-size: 16px;
325
- font-weight: 400;
325
+ font-weight: normal;
326
326
  }
327
327
 
328
328
  .e-de-indent::before {
329
329
  content: "\e35d";
330
330
  font-family: "e-icons";
331
331
  font-size: 16px;
332
- font-weight: 400;
332
+ font-weight: normal;
333
333
  }
334
334
 
335
335
  .e-de-outdent::before {
336
336
  content: "\e33f";
337
337
  font-family: "e-icons";
338
338
  font-size: 16px;
339
- font-weight: 400;
339
+ font-weight: normal;
340
340
  }
341
341
 
342
342
  .e-de-align-left::before {
343
343
  content: "\e33a";
344
344
  font-family: "e-icons";
345
345
  font-size: 16px;
346
- font-weight: 400;
346
+ font-weight: normal;
347
347
  }
348
348
 
349
349
  .e-de-align-center::before {
350
350
  content: "\e35e";
351
351
  font-family: "e-icons";
352
352
  font-size: 16px;
353
- font-weight: 400;
353
+ font-weight: normal;
354
354
  }
355
355
 
356
356
  .e-de-align-right::before {
357
357
  content: "\e34d";
358
358
  font-family: "e-icons";
359
359
  font-size: 16px;
360
- font-weight: 400;
360
+ font-weight: normal;
361
361
  }
362
362
 
363
363
  .e-de-justify::before {
364
364
  content: "\e334";
365
365
  font-family: "e-icons";
366
366
  font-size: 16px;
367
- font-weight: 400;
367
+ font-weight: normal;
368
368
  }
369
369
 
370
370
  .e-de-single-spacing::before {
@@ -737,7 +737,7 @@
737
737
 
738
738
  .e-de-hyperlink-dlg-title {
739
739
  font-size: 12px;
740
- font-weight: 400;
740
+ font-weight: normal;
741
741
  margin-bottom: 8px;
742
742
  margin-top: 8px;
743
743
  }
@@ -848,7 +848,7 @@ label[for=container_wholeWord] {
848
848
  .e-de-cell-dia-label-common {
849
849
  display: inline-block;
850
850
  font-size: 12px;
851
- font-weight: 400;
851
+ font-weight: normal;
852
852
  margin-bottom: 8px;
853
853
  margin-top: 8px;
854
854
  width: 150px;
@@ -1631,7 +1631,7 @@ label[for=container_wholeWord] {
1631
1631
  .e-de-style-style-based-on,
1632
1632
  .e-de-style-style-paragraph {
1633
1633
  font-size: 13px;
1634
- font-weight: 400;
1634
+ font-weight: normal;
1635
1635
  margin-bottom: 8px;
1636
1636
  width: 180px;
1637
1637
  }
@@ -1900,7 +1900,7 @@ label[for=container_wholeWord] {
1900
1900
  }
1901
1901
 
1902
1902
  .e-styles-dlgfields {
1903
- font-weight: 400;
1903
+ font-weight: normal;
1904
1904
  margin-bottom: 6px;
1905
1905
  }
1906
1906
 
@@ -1919,7 +1919,7 @@ label[for=container_wholeWord] {
1919
1919
  }
1920
1920
 
1921
1921
  .e-bookmark-dlgfields {
1922
- font-weight: 400;
1922
+ font-weight: normal;
1923
1923
  margin-bottom: 0;
1924
1924
  }
1925
1925
 
@@ -2432,6 +2432,11 @@ label[for=container_wholeWord] {
2432
2432
  font-family: "e-icons";
2433
2433
  }
2434
2434
 
2435
+ .e-de-e-paragraph-mark::before {
2436
+ content: "\e353";
2437
+ font-family: "e-icons";
2438
+ }
2439
+
2435
2440
  .e-de-toolbar {
2436
2441
  height: 100%;
2437
2442
  }
@@ -2476,13 +2481,14 @@ label[for=container_wholeWord] {
2476
2481
 
2477
2482
  .e-de-ctnr-hglt-no-color {
2478
2483
  font-size: 12px;
2479
- font-weight: 400;
2484
+ font-weight: normal;
2480
2485
  left: 40px;
2481
2486
  padding-top: 11px;
2482
2487
  position: absolute;
2483
2488
  top: 100px;
2484
2489
  }
2485
2490
 
2491
+ /* stylelint-disable */
2486
2492
  .e-de-scrollbar-hide::-webkit-scrollbar {
2487
2493
  width: 0;
2488
2494
  }
@@ -2492,6 +2498,8 @@ label[for=container_wholeWord] {
2492
2498
  scrollbar-width: none;
2493
2499
  }
2494
2500
 
2501
+ /* stylelint-enable */
2502
+ /* stylelint-disable */
2495
2503
  .e-de-toolbar {
2496
2504
  height: 100%;
2497
2505
  }
@@ -2649,11 +2657,13 @@ label[for=container_wholeWord] {
2649
2657
  }
2650
2658
 
2651
2659
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
2660
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
2652
2661
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
2653
2662
  margin-right: 12px;
2654
2663
  }
2655
2664
 
2656
2665
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
2666
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
2657
2667
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
2658
2668
  margin-left: 12px;
2659
2669
  margin-right: 0;
@@ -3465,10 +3475,12 @@ label[for=container_wholeWord] {
3465
3475
  margin-bottom: 16px;
3466
3476
  }
3467
3477
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
3478
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
3468
3479
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
3469
3480
  margin-right: 16px;
3470
3481
  }
3471
3482
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
3483
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
3472
3484
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
3473
3485
  margin-left: 16px;
3474
3486
  margin-right: 0;
@@ -394,6 +394,11 @@
394
394
  font-family: "e-icons";
395
395
  }
396
396
 
397
+ .e-de-e-paragraph-mark::before {
398
+ content: "\e353";
399
+ font-family: "e-icons";
400
+ }
401
+
397
402
  .e-de-toolbar {
398
403
  height: 100%;
399
404
  }
@@ -438,13 +443,14 @@
438
443
 
439
444
  .e-de-ctnr-hglt-no-color {
440
445
  font-size: 12px;
441
- font-weight: 400;
446
+ font-weight: normal;
442
447
  left: 40px;
443
448
  padding-top: 11px;
444
449
  position: absolute;
445
450
  top: 100px;
446
451
  }
447
452
 
453
+ /* stylelint-disable */
448
454
  .e-de-scrollbar-hide::-webkit-scrollbar {
449
455
  width: 0;
450
456
  }
@@ -454,6 +460,8 @@
454
460
  scrollbar-width: none;
455
461
  }
456
462
 
463
+ /* stylelint-enable */
464
+ /* stylelint-disable */
457
465
  .e-de-toolbar {
458
466
  height: 100%;
459
467
  }
@@ -611,11 +619,13 @@
611
619
  }
612
620
 
613
621
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
622
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
614
623
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
615
624
  margin-right: 12px;
616
625
  }
617
626
 
618
627
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
628
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
619
629
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
620
630
  margin-left: 12px;
621
631
  margin-right: 0;
@@ -1436,10 +1446,12 @@
1436
1446
  margin-bottom: 16px;
1437
1447
  }
1438
1448
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1449
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1439
1450
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1440
1451
  margin-right: 16px;
1441
1452
  }
1442
1453
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1454
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1443
1455
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1444
1456
  margin-left: 16px;
1445
1457
  margin-right: 0;
@@ -394,4 +394,9 @@
394
394
  content: '\e436';
395
395
  font-family: 'e-icons';
396
396
  }
397
+
398
+ .e-de-e-paragraph-mark::before{
399
+ content: '\e353';
400
+ font-family: 'e-icons';
401
+ }
397
402
  }
@@ -394,4 +394,9 @@
394
394
  content: '\e436';
395
395
  font-family: 'e-icons';
396
396
  }
397
+
398
+ .e-de-e-paragraph-mark::before{
399
+ content: '\e353';
400
+ font-family: 'e-icons';
401
+ }
397
402
  }
@@ -146,7 +146,7 @@
146
146
 
147
147
  .e-de-ctnr-numbering::before {
148
148
  content: '\e72c';
149
- }
149
+ }
150
150
 
151
151
  .e-de-ctnr-aligncenter::before {
152
152
  content: '\e732';
@@ -394,4 +394,9 @@
394
394
  content: '\e436';
395
395
  font-family: 'e-icons';
396
396
  }
397
+
398
+ .e-de-e-paragraph-mark::before{
399
+ content: '\e720';
400
+ font-family: 'e-icons';
401
+ }
397
402
  }
@@ -420,4 +420,9 @@
420
420
  content: '\e7af';
421
421
  font-family: 'e-icons';
422
422
  }
423
+
424
+ .e-de-e-paragraph-mark::before{
425
+ content: '\e844';
426
+ font-family: 'e-icons';
427
+ }
423
428
  }
@@ -98,7 +98,7 @@
98
98
 
99
99
  .e-de-ctnr-numbering::before {
100
100
  content: '\eb9c';
101
- }
101
+ }
102
102
 
103
103
  .e-de-ctnr-bullets::before {
104
104
  content: '\eb92';
@@ -394,4 +394,9 @@
394
394
  content: '\e436';
395
395
  font-family: 'e-icons';
396
396
  }
397
+
398
+ .e-de-e-paragraph-mark::before{
399
+ content: '\e353';
400
+ font-family: 'e-icons';
401
+ }
397
402
  }
@@ -98,7 +98,7 @@
98
98
 
99
99
  .e-de-ctnr-numbering::before {
100
100
  content: '\eb9c';
101
- }
101
+ }
102
102
 
103
103
  .e-de-ctnr-bullets::before {
104
104
  content: '\eb92';
@@ -394,4 +394,9 @@
394
394
  content: '\e436';
395
395
  font-family: 'e-icons';
396
396
  }
397
+
398
+ .e-de-e-paragraph-mark::before{
399
+ content: '\e353';
400
+ font-family: 'e-icons';
401
+ }
397
402
  }
@@ -420,4 +420,9 @@
420
420
  content: '\e7af';
421
421
  font-family: 'e-icons';
422
422
  }
423
+
424
+ .e-de-e-paragraph-mark::before{
425
+ content: '\e844';
426
+ font-family: 'e-icons';
427
+ }
423
428
  }
@@ -420,4 +420,9 @@
420
420
  content: '\e7af';
421
421
  font-family: 'e-icons';
422
422
  }
423
+
424
+ .e-de-e-paragraph-mark::before{
425
+ content: '\e844';
426
+ font-family: 'e-icons';
427
+ }
423
428
  }
@@ -150,7 +150,7 @@
150
150
 
151
151
  .e-de-ctnr-numbering::before {
152
152
  content: '\eb9c';
153
- }
153
+ }
154
154
 
155
155
  .e-de-ctnr-bullets::before {
156
156
  content: '\eb92';
@@ -394,4 +394,9 @@
394
394
  content: '\e436';
395
395
  font-family: 'e-icons';
396
396
  }
397
+
398
+ .e-de-e-paragraph-mark::before{
399
+ content: '\e353';
400
+ font-family: 'e-icons';
401
+ }
397
402
  }
@@ -93,7 +93,7 @@
93
93
 
94
94
  .e-de-ctnr-numbering::before {
95
95
  content: '\eb9c';
96
- }
96
+ }
97
97
 
98
98
  .e-de-ctnr-bullets::before {
99
99
  content: '\eb92';
@@ -394,4 +394,9 @@
394
394
  content: '\e436';
395
395
  font-family: 'e-icons';
396
396
  }
397
+
398
+ .e-de-e-paragraph-mark::before{
399
+ content: '\e353';
400
+ font-family: 'e-icons';
401
+ }
397
402
  }
@@ -246,7 +246,7 @@
246
246
 
247
247
  .e-de-ctnr-numbering::before {
248
248
  content: '\e346';
249
- }
249
+ }
250
250
 
251
251
  .e-de-ctnr-aligncenter::before {
252
252
  content: '\e35e';
@@ -284,7 +284,6 @@
284
284
  content: '\e298';
285
285
  }
286
286
 
287
-
288
287
  .e-de-ctnr-strokesize::before {
289
288
  content: '\ec25';
290
289
  }
@@ -397,4 +396,9 @@
397
396
  content: '\e436';
398
397
  font-family: 'e-icons';
399
398
  }
399
+
400
+ .e-de-e-paragraph-mark::before{
401
+ content: '\e353';
402
+ font-family: 'e-icons';
403
+ }
400
404
  }
@@ -246,7 +246,7 @@
246
246
 
247
247
  .e-de-ctnr-numbering::before {
248
248
  content: '\e346';
249
- }
249
+ }
250
250
 
251
251
  .e-de-ctnr-aligncenter::before {
252
252
  content: '\e35e';
@@ -284,7 +284,6 @@
284
284
  content: '\e298';
285
285
  }
286
286
 
287
-
288
287
  .e-de-ctnr-strokesize::before {
289
288
  content: '\ec25';
290
289
  }
@@ -397,4 +396,9 @@
397
396
  content: '\e436';
398
397
  font-family: 'e-icons';
399
398
  }
399
+
400
+ .e-de-e-paragraph-mark::before{
401
+ content: '\e353';
402
+ font-family: 'e-icons';
403
+ }
400
404
  }
@@ -420,4 +420,9 @@
420
420
  content: '\e7af';
421
421
  font-family: 'e-icons';
422
422
  }
423
+
424
+ .e-de-e-paragraph-mark::before{
425
+ content: '\e353';
426
+ font-family: 'e-icons';
427
+ }
423
428
  }
@@ -420,4 +420,9 @@
420
420
  content: '\e7af';
421
421
  font-family: 'e-icons';
422
422
  }
423
+
424
+ .e-de-e-paragraph-mark::before{
425
+ content: '\e844';
426
+ font-family: 'e-icons';
427
+ }
423
428
  }
@@ -420,4 +420,9 @@
420
420
  content: '\e7af';
421
421
  font-family: 'e-icons';
422
422
  }
423
+
424
+ .e-de-e-paragraph-mark::before{
425
+ content: '\e844';
426
+ font-family: 'e-icons';
427
+ }
423
428
  }