@syncfusion/ej2-angular-documenteditor 20.2.50-ngcc → 20.3.47-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.
- package/@syncfusion/ej2-angular-documenteditor.es5.js +1 -1
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-documenteditor.js +1 -1
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -1
- package/CHANGELOG.md +2 -145
- package/dist/ej2-angular-documenteditor.umd.js +2 -1
- package/dist/ej2-angular-documenteditor.umd.js.map +1 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +2 -2
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +18 -1
- package/styles/bootstrap.css +18 -1
- package/styles/bootstrap4.css +19 -2
- package/styles/bootstrap5-dark.css +19 -3
- package/styles/bootstrap5.css +19 -3
- package/styles/document-editor/bootstrap-dark.css +5 -0
- package/styles/document-editor/bootstrap.css +5 -0
- package/styles/document-editor/bootstrap4.css +5 -0
- package/styles/document-editor/bootstrap5-dark.css +5 -0
- package/styles/document-editor/bootstrap5.css +5 -0
- package/styles/document-editor/fabric-dark.css +5 -0
- package/styles/document-editor/fabric.css +5 -0
- package/styles/document-editor/fluent-dark.css +5 -0
- package/styles/document-editor/fluent.css +5 -0
- package/styles/document-editor/highcontrast-light.css +18 -14
- package/styles/document-editor/highcontrast.css +5 -0
- package/styles/document-editor/material-dark.css +5 -0
- package/styles/document-editor/material.css +5 -0
- package/styles/document-editor/tailwind-dark.css +5 -0
- package/styles/document-editor/tailwind.css +5 -0
- package/styles/document-editor-container/bootstrap-dark.css +13 -1
- package/styles/document-editor-container/bootstrap.css +13 -1
- package/styles/document-editor-container/bootstrap4.css +14 -2
- package/styles/document-editor-container/bootstrap5-dark.css +14 -3
- package/styles/document-editor-container/bootstrap5.css +14 -3
- package/styles/document-editor-container/fabric-dark.css +13 -1
- package/styles/document-editor-container/fabric.css +13 -1
- package/styles/document-editor-container/fluent-dark.css +14 -3
- package/styles/document-editor-container/fluent.css +14 -3
- package/styles/document-editor-container/highcontrast-light.css +27 -15
- package/styles/document-editor-container/highcontrast.css +13 -1
- package/styles/document-editor-container/material-dark.css +13 -1
- package/styles/document-editor-container/material.css +13 -1
- package/styles/document-editor-container/tailwind-dark.css +14 -3
- package/styles/document-editor-container/tailwind.css +14 -3
- package/styles/fabric-dark.css +18 -1
- package/styles/fabric.css +18 -1
- package/styles/fluent-dark.css +19 -3
- package/styles/fluent.css +19 -3
- package/styles/highcontrast-light.css +31 -15
- package/styles/highcontrast.css +18 -1
- package/styles/material-dark.css +18 -1
- package/styles/material.css +18 -1
- package/styles/tailwind-dark.css +19 -3
- package/styles/tailwind.css +19 -3
|
@@ -308,63 +308,63 @@
|
|
|
308
308
|
content: "\e339";
|
|
309
309
|
font-family: "e-icons";
|
|
310
310
|
font-size: 16px;
|
|
311
|
-
font-weight:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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;
|
|
@@ -397,6 +397,11 @@
|
|
|
397
397
|
font-family: "e-icons";
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
+
.e-de-e-paragraph-mark::before {
|
|
401
|
+
content: "\e353";
|
|
402
|
+
font-family: "e-icons";
|
|
403
|
+
}
|
|
404
|
+
|
|
400
405
|
.e-de-toolbar {
|
|
401
406
|
height: 100%;
|
|
402
407
|
}
|
|
@@ -441,13 +446,14 @@
|
|
|
441
446
|
|
|
442
447
|
.e-de-ctnr-hglt-no-color {
|
|
443
448
|
font-size: 12px;
|
|
444
|
-
font-weight:
|
|
449
|
+
font-weight: normal;
|
|
445
450
|
left: 40px;
|
|
446
451
|
padding-top: 11px;
|
|
447
452
|
position: absolute;
|
|
448
453
|
top: 100px;
|
|
449
454
|
}
|
|
450
455
|
|
|
456
|
+
/* stylelint-disable */
|
|
451
457
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
452
458
|
width: 0;
|
|
453
459
|
}
|
|
@@ -457,6 +463,8 @@
|
|
|
457
463
|
scrollbar-width: none;
|
|
458
464
|
}
|
|
459
465
|
|
|
466
|
+
/* stylelint-enable */
|
|
467
|
+
/* stylelint-disable */
|
|
460
468
|
.e-de-toolbar {
|
|
461
469
|
height: 100%;
|
|
462
470
|
}
|
|
@@ -614,11 +622,13 @@
|
|
|
614
622
|
}
|
|
615
623
|
|
|
616
624
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
625
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
617
626
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
618
627
|
margin-right: 12px;
|
|
619
628
|
}
|
|
620
629
|
|
|
621
630
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
631
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
622
632
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
623
633
|
margin-left: 12px;
|
|
624
634
|
margin-right: 0;
|
|
@@ -1430,10 +1440,12 @@
|
|
|
1430
1440
|
margin-bottom: 16px;
|
|
1431
1441
|
}
|
|
1432
1442
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1443
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1433
1444
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1434
1445
|
margin-right: 12px;
|
|
1435
1446
|
}
|
|
1436
1447
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1448
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1437
1449
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1438
1450
|
margin-left: 12px;
|
|
1439
1451
|
margin-right: 0;
|
|
@@ -397,6 +397,11 @@
|
|
|
397
397
|
font-family: "e-icons";
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
+
.e-de-e-paragraph-mark::before {
|
|
401
|
+
content: "\e353";
|
|
402
|
+
font-family: "e-icons";
|
|
403
|
+
}
|
|
404
|
+
|
|
400
405
|
.e-de-toolbar {
|
|
401
406
|
height: 100%;
|
|
402
407
|
}
|
|
@@ -441,13 +446,14 @@
|
|
|
441
446
|
|
|
442
447
|
.e-de-ctnr-hglt-no-color {
|
|
443
448
|
font-size: 12px;
|
|
444
|
-
font-weight:
|
|
449
|
+
font-weight: normal;
|
|
445
450
|
left: 40px;
|
|
446
451
|
padding-top: 11px;
|
|
447
452
|
position: absolute;
|
|
448
453
|
top: 100px;
|
|
449
454
|
}
|
|
450
455
|
|
|
456
|
+
/* stylelint-disable */
|
|
451
457
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
452
458
|
width: 0;
|
|
453
459
|
}
|
|
@@ -457,6 +463,8 @@
|
|
|
457
463
|
scrollbar-width: none;
|
|
458
464
|
}
|
|
459
465
|
|
|
466
|
+
/* stylelint-enable */
|
|
467
|
+
/* stylelint-disable */
|
|
460
468
|
.e-de-toolbar {
|
|
461
469
|
height: 100%;
|
|
462
470
|
}
|
|
@@ -619,11 +627,13 @@
|
|
|
619
627
|
}
|
|
620
628
|
|
|
621
629
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
630
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
622
631
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
623
632
|
margin-right: 12px;
|
|
624
633
|
}
|
|
625
634
|
|
|
626
635
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
636
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
627
637
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
628
638
|
margin-left: 12px;
|
|
629
639
|
margin-right: 0;
|
|
@@ -1439,10 +1449,12 @@
|
|
|
1439
1449
|
margin-bottom: 16px;
|
|
1440
1450
|
}
|
|
1441
1451
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1452
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1442
1453
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1443
1454
|
margin-right: 12px;
|
|
1444
1455
|
}
|
|
1445
1456
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1457
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1446
1458
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1447
1459
|
margin-left: 12px;
|
|
1448
1460
|
margin-right: 0;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
3
2
|
.e-de-ctnr-close::before {
|
|
4
3
|
color: #d1d5db;
|
|
@@ -422,6 +421,11 @@
|
|
|
422
421
|
font-family: "e-icons";
|
|
423
422
|
}
|
|
424
423
|
|
|
424
|
+
.e-de-e-paragraph-mark::before {
|
|
425
|
+
content: "\e844";
|
|
426
|
+
font-family: "e-icons";
|
|
427
|
+
}
|
|
428
|
+
|
|
425
429
|
.e-de-toolbar {
|
|
426
430
|
height: 100%;
|
|
427
431
|
}
|
|
@@ -466,13 +470,14 @@
|
|
|
466
470
|
|
|
467
471
|
.e-de-ctnr-hglt-no-color {
|
|
468
472
|
font-size: 12px;
|
|
469
|
-
font-weight:
|
|
473
|
+
font-weight: normal;
|
|
470
474
|
left: 40px;
|
|
471
475
|
padding-top: 11px;
|
|
472
476
|
position: absolute;
|
|
473
477
|
top: 100px;
|
|
474
478
|
}
|
|
475
479
|
|
|
480
|
+
/* stylelint-disable */
|
|
476
481
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
477
482
|
width: 0;
|
|
478
483
|
}
|
|
@@ -482,6 +487,8 @@
|
|
|
482
487
|
scrollbar-width: none;
|
|
483
488
|
}
|
|
484
489
|
|
|
490
|
+
/* stylelint-enable */
|
|
491
|
+
/* stylelint-disable */
|
|
485
492
|
.e-de-toolbar {
|
|
486
493
|
height: 100%;
|
|
487
494
|
}
|
|
@@ -582,7 +589,7 @@
|
|
|
582
589
|
}
|
|
583
590
|
.e-bigger .e-de-ctn-title button {
|
|
584
591
|
font-size: 16px !important;
|
|
585
|
-
height: auto
|
|
592
|
+
height: auto !important;
|
|
586
593
|
}
|
|
587
594
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
588
595
|
font-size: 18px !important;
|
|
@@ -708,11 +715,13 @@
|
|
|
708
715
|
}
|
|
709
716
|
|
|
710
717
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
718
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
711
719
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
712
720
|
margin-right: 10px;
|
|
713
721
|
}
|
|
714
722
|
|
|
715
723
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
724
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
716
725
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
717
726
|
margin-left: 10px;
|
|
718
727
|
margin-right: 0;
|
|
@@ -1544,10 +1553,12 @@
|
|
|
1544
1553
|
margin-right: 0;
|
|
1545
1554
|
}
|
|
1546
1555
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1556
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1547
1557
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1548
1558
|
margin-right: 16px;
|
|
1549
1559
|
}
|
|
1550
1560
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1561
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1551
1562
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1552
1563
|
margin-left: 16px;
|
|
1553
1564
|
margin-right: 0;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
3
2
|
.e-de-ctnr-close::before {
|
|
4
3
|
color: #6b7280;
|
|
@@ -422,6 +421,11 @@
|
|
|
422
421
|
font-family: "e-icons";
|
|
423
422
|
}
|
|
424
423
|
|
|
424
|
+
.e-de-e-paragraph-mark::before {
|
|
425
|
+
content: "\e844";
|
|
426
|
+
font-family: "e-icons";
|
|
427
|
+
}
|
|
428
|
+
|
|
425
429
|
.e-de-toolbar {
|
|
426
430
|
height: 100%;
|
|
427
431
|
}
|
|
@@ -466,13 +470,14 @@
|
|
|
466
470
|
|
|
467
471
|
.e-de-ctnr-hglt-no-color {
|
|
468
472
|
font-size: 12px;
|
|
469
|
-
font-weight:
|
|
473
|
+
font-weight: normal;
|
|
470
474
|
left: 40px;
|
|
471
475
|
padding-top: 11px;
|
|
472
476
|
position: absolute;
|
|
473
477
|
top: 100px;
|
|
474
478
|
}
|
|
475
479
|
|
|
480
|
+
/* stylelint-disable */
|
|
476
481
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
477
482
|
width: 0;
|
|
478
483
|
}
|
|
@@ -482,6 +487,8 @@
|
|
|
482
487
|
scrollbar-width: none;
|
|
483
488
|
}
|
|
484
489
|
|
|
490
|
+
/* stylelint-enable */
|
|
491
|
+
/* stylelint-disable */
|
|
485
492
|
.e-de-toolbar {
|
|
486
493
|
height: 100%;
|
|
487
494
|
}
|
|
@@ -582,7 +589,7 @@
|
|
|
582
589
|
}
|
|
583
590
|
.e-bigger .e-de-ctn-title button {
|
|
584
591
|
font-size: 16px !important;
|
|
585
|
-
height: auto
|
|
592
|
+
height: auto !important;
|
|
586
593
|
}
|
|
587
594
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
588
595
|
font-size: 18px !important;
|
|
@@ -708,11 +715,13 @@
|
|
|
708
715
|
}
|
|
709
716
|
|
|
710
717
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
718
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
711
719
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
712
720
|
margin-right: 10px;
|
|
713
721
|
}
|
|
714
722
|
|
|
715
723
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
724
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
716
725
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
717
726
|
margin-left: 10px;
|
|
718
727
|
margin-right: 0;
|
|
@@ -1544,10 +1553,12 @@
|
|
|
1544
1553
|
margin-right: 0;
|
|
1545
1554
|
}
|
|
1546
1555
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1556
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1547
1557
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1548
1558
|
margin-right: 16px;
|
|
1549
1559
|
}
|
|
1550
1560
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1561
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1551
1562
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1552
1563
|
margin-left: 16px;
|
|
1553
1564
|
margin-right: 0;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -747,6 +747,7 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
+
/* stylelint-disable */
|
|
750
751
|
.e-de-background {
|
|
751
752
|
background-color: #201f1f;
|
|
752
753
|
}
|
|
@@ -3620,6 +3621,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3620
3621
|
right: 11px;
|
|
3621
3622
|
}
|
|
3622
3623
|
|
|
3624
|
+
.e-bigger {
|
|
3625
|
+
/* stylelint-disable */
|
|
3626
|
+
/* stylelint-enable */
|
|
3627
|
+
}
|
|
3623
3628
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3624
3629
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3625
3630
|
font-size: 14px;
|
|
@@ -4141,6 +4146,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4141
4146
|
font-family: "e-icons";
|
|
4142
4147
|
}
|
|
4143
4148
|
|
|
4149
|
+
.e-de-e-paragraph-mark::before {
|
|
4150
|
+
content: "\e353";
|
|
4151
|
+
font-family: "e-icons";
|
|
4152
|
+
}
|
|
4153
|
+
|
|
4144
4154
|
.e-de-toolbar {
|
|
4145
4155
|
height: 100%;
|
|
4146
4156
|
}
|
|
@@ -4185,13 +4195,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4185
4195
|
|
|
4186
4196
|
.e-de-ctnr-hglt-no-color {
|
|
4187
4197
|
font-size: 12px;
|
|
4188
|
-
font-weight:
|
|
4198
|
+
font-weight: normal;
|
|
4189
4199
|
left: 40px;
|
|
4190
4200
|
padding-top: 11px;
|
|
4191
4201
|
position: absolute;
|
|
4192
4202
|
top: 100px;
|
|
4193
4203
|
}
|
|
4194
4204
|
|
|
4205
|
+
/* stylelint-disable */
|
|
4195
4206
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4196
4207
|
width: 0;
|
|
4197
4208
|
}
|
|
@@ -4201,6 +4212,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4201
4212
|
scrollbar-width: none;
|
|
4202
4213
|
}
|
|
4203
4214
|
|
|
4215
|
+
/* stylelint-enable */
|
|
4216
|
+
/* stylelint-disable */
|
|
4204
4217
|
.e-de-toolbar {
|
|
4205
4218
|
height: 100%;
|
|
4206
4219
|
}
|
|
@@ -4358,11 +4371,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4358
4371
|
}
|
|
4359
4372
|
|
|
4360
4373
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4374
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4361
4375
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4362
4376
|
margin-right: 12px;
|
|
4363
4377
|
}
|
|
4364
4378
|
|
|
4365
4379
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4380
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4366
4381
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4367
4382
|
margin-left: 12px;
|
|
4368
4383
|
margin-right: 0;
|
|
@@ -5174,10 +5189,12 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5174
5189
|
margin-bottom: 16px;
|
|
5175
5190
|
}
|
|
5176
5191
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5192
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5177
5193
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5178
5194
|
margin-right: 16px;
|
|
5179
5195
|
}
|
|
5180
5196
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5197
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5181
5198
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5182
5199
|
margin-left: 16px;
|
|
5183
5200
|
margin-right: 0;
|
package/styles/fabric.css
CHANGED
|
@@ -747,6 +747,7 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
+
/* stylelint-disable */
|
|
750
751
|
.e-de-background {
|
|
751
752
|
background-color: #fff;
|
|
752
753
|
}
|
|
@@ -3620,6 +3621,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3620
3621
|
right: 11px;
|
|
3621
3622
|
}
|
|
3622
3623
|
|
|
3624
|
+
.e-bigger {
|
|
3625
|
+
/* stylelint-disable */
|
|
3626
|
+
/* stylelint-enable */
|
|
3627
|
+
}
|
|
3623
3628
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3624
3629
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3625
3630
|
font-size: 14px;
|
|
@@ -4141,6 +4146,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4141
4146
|
font-family: "e-icons";
|
|
4142
4147
|
}
|
|
4143
4148
|
|
|
4149
|
+
.e-de-e-paragraph-mark::before {
|
|
4150
|
+
content: "\e353";
|
|
4151
|
+
font-family: "e-icons";
|
|
4152
|
+
}
|
|
4153
|
+
|
|
4144
4154
|
.e-de-toolbar {
|
|
4145
4155
|
height: 100%;
|
|
4146
4156
|
}
|
|
@@ -4185,13 +4195,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4185
4195
|
|
|
4186
4196
|
.e-de-ctnr-hglt-no-color {
|
|
4187
4197
|
font-size: 12px;
|
|
4188
|
-
font-weight:
|
|
4198
|
+
font-weight: normal;
|
|
4189
4199
|
left: 40px;
|
|
4190
4200
|
padding-top: 11px;
|
|
4191
4201
|
position: absolute;
|
|
4192
4202
|
top: 100px;
|
|
4193
4203
|
}
|
|
4194
4204
|
|
|
4205
|
+
/* stylelint-disable */
|
|
4195
4206
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4196
4207
|
width: 0;
|
|
4197
4208
|
}
|
|
@@ -4201,6 +4212,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4201
4212
|
scrollbar-width: none;
|
|
4202
4213
|
}
|
|
4203
4214
|
|
|
4215
|
+
/* stylelint-enable */
|
|
4216
|
+
/* stylelint-disable */
|
|
4204
4217
|
.e-de-toolbar {
|
|
4205
4218
|
height: 100%;
|
|
4206
4219
|
}
|
|
@@ -4358,11 +4371,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4358
4371
|
}
|
|
4359
4372
|
|
|
4360
4373
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4374
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4361
4375
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4362
4376
|
margin-right: 12px;
|
|
4363
4377
|
}
|
|
4364
4378
|
|
|
4365
4379
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4380
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4366
4381
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4367
4382
|
margin-left: 12px;
|
|
4368
4383
|
margin-right: 0;
|
|
@@ -5178,10 +5193,12 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5178
5193
|
margin-bottom: 16px;
|
|
5179
5194
|
}
|
|
5180
5195
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5196
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5181
5197
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5182
5198
|
margin-right: 16px;
|
|
5183
5199
|
}
|
|
5184
5200
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5201
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5185
5202
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5186
5203
|
margin-left: 16px;
|
|
5187
5204
|
margin-right: 0;
|