@syncfusion/ej2-pdfviewer 17.3.57-4568 → 17.3.59-4568

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 (102) hide show
  1. package/dist/ej2-pdfviewer.umd.min.js +1 -1
  2. package/dist/ej2-pdfviewer.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-pdfviewer.es2015.js +42 -44
  4. package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
  5. package/dist/es6/ej2-pdfviewer.es5.js +42 -44
  6. package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/pdfviewer/annotation/annotation.js +3 -0
  9. package/src/pdfviewer/base/pdfviewer-base.d.ts +2 -0
  10. package/src/pdfviewer/base/pdfviewer-base.js +33 -10
  11. package/src/pdfviewer/magnification/magnification.d.ts +0 -1
  12. package/src/pdfviewer/magnification/magnification.js +2 -32
  13. package/src/pdfviewer/tagged-pdf/tagged-pdf.js +4 -2
  14. package/styles/bootstrap-dark.css +326 -10
  15. package/styles/bootstrap-dark.scss +4 -1
  16. package/styles/bootstrap.css +328 -10
  17. package/styles/bootstrap.scss +4 -1
  18. package/styles/bootstrap4.css +330 -11
  19. package/styles/bootstrap4.scss +4 -1
  20. package/styles/bootstrap5-dark.css +332 -13
  21. package/styles/bootstrap5-dark.scss +4 -1
  22. package/styles/bootstrap5.css +332 -13
  23. package/styles/bootstrap5.scss +4 -1
  24. package/styles/fabric-dark.css +326 -10
  25. package/styles/fabric-dark.scss +4 -1
  26. package/styles/fabric.css +328 -10
  27. package/styles/fabric.scss +4 -1
  28. package/styles/fluent-dark.css +328 -11
  29. package/styles/fluent-dark.scss +4 -1
  30. package/styles/fluent.css +328 -11
  31. package/styles/fluent.scss +4 -1
  32. package/styles/fluent2.css +4876 -0
  33. package/styles/fluent2.scss +4 -0
  34. package/styles/highcontrast-light.css +326 -10
  35. package/styles/highcontrast-light.scss +4 -1
  36. package/styles/highcontrast.css +326 -10
  37. package/styles/highcontrast.scss +4 -1
  38. package/styles/material-dark.css +326 -10
  39. package/styles/material-dark.scss +4 -1
  40. package/styles/material.css +326 -10
  41. package/styles/material.scss +4 -1
  42. package/styles/material3-dark.css +329 -14
  43. package/styles/material3-dark.scss +4 -1
  44. package/styles/material3.css +329 -14
  45. package/styles/material3.scss +4 -1
  46. package/styles/pdfviewer/_bds-definition.scss +6 -0
  47. package/styles/pdfviewer/_bootstrap-dark-definition.scss +6 -0
  48. package/styles/pdfviewer/_bootstrap-definition.scss +6 -0
  49. package/styles/pdfviewer/_bootstrap4-definition.scss +6 -0
  50. package/styles/pdfviewer/_bootstrap5-definition.scss +7 -1
  51. package/styles/pdfviewer/_fabric-dark-definition.scss +6 -0
  52. package/styles/pdfviewer/_fabric-definition.scss +6 -0
  53. package/styles/pdfviewer/_fluent-definition.scss +6 -0
  54. package/styles/pdfviewer/_fluent2-definition.scss +550 -0
  55. package/styles/pdfviewer/_fusionnew-definition.scss +6 -0
  56. package/styles/pdfviewer/_highcontrast-definition.scss +6 -0
  57. package/styles/pdfviewer/_highcontrast-light-definition.scss +6 -0
  58. package/styles/pdfviewer/_material-dark-definition.scss +12 -6
  59. package/styles/pdfviewer/_material-definition.scss +11 -5
  60. package/styles/pdfviewer/_material3-definition.scss +7 -1
  61. package/styles/pdfviewer/_tailwind-definition.scss +7 -1
  62. package/styles/pdfviewer/_theme.scss +764 -34
  63. package/styles/pdfviewer/bootstrap-dark.css +326 -10
  64. package/styles/pdfviewer/bootstrap.css +328 -10
  65. package/styles/pdfviewer/bootstrap4.css +330 -11
  66. package/styles/pdfviewer/bootstrap5-dark.css +332 -13
  67. package/styles/pdfviewer/bootstrap5.css +332 -13
  68. package/styles/pdfviewer/fabric-dark.css +326 -10
  69. package/styles/pdfviewer/fabric.css +328 -10
  70. package/styles/pdfviewer/fluent-dark.css +328 -11
  71. package/styles/pdfviewer/fluent.css +328 -11
  72. package/styles/pdfviewer/fluent2.css +4876 -0
  73. package/styles/pdfviewer/fluent2.scss +4 -0
  74. package/styles/pdfviewer/highcontrast-light.css +326 -10
  75. package/styles/pdfviewer/highcontrast.css +326 -10
  76. package/styles/pdfviewer/icons/_bds.scss +511 -0
  77. package/styles/pdfviewer/icons/_bootstrap-dark.scss +22 -0
  78. package/styles/pdfviewer/icons/_bootstrap.scss +22 -0
  79. package/styles/pdfviewer/icons/_bootstrap4.scss +22 -0
  80. package/styles/pdfviewer/icons/_bootstrap5.scss +23 -3
  81. package/styles/pdfviewer/icons/_fabric-dark.scss +22 -0
  82. package/styles/pdfviewer/icons/_fabric.scss +22 -0
  83. package/styles/pdfviewer/icons/_fluent.scss +23 -1
  84. package/styles/pdfviewer/icons/_fluent2.scss +510 -0
  85. package/styles/pdfviewer/icons/_fusionnew.scss +23 -1
  86. package/styles/pdfviewer/icons/_highcontrast-light.scss +22 -0
  87. package/styles/pdfviewer/icons/_highcontrast.scss +22 -0
  88. package/styles/pdfviewer/icons/_material-dark.scss +22 -0
  89. package/styles/pdfviewer/icons/_material.scss +22 -0
  90. package/styles/pdfviewer/icons/_material3.scss +23 -1
  91. package/styles/pdfviewer/icons/_tailwind-dark.scss +22 -0
  92. package/styles/pdfviewer/icons/_tailwind.scss +22 -0
  93. package/styles/pdfviewer/material-dark.css +326 -10
  94. package/styles/pdfviewer/material.css +326 -10
  95. package/styles/pdfviewer/material3-dark.css +329 -14
  96. package/styles/pdfviewer/material3.css +329 -14
  97. package/styles/pdfviewer/tailwind-dark.css +327 -11
  98. package/styles/pdfviewer/tailwind.css +327 -11
  99. package/styles/tailwind-dark.css +327 -11
  100. package/styles/tailwind-dark.scss +4 -1
  101. package/styles/tailwind.css +327 -11
  102. package/styles/tailwind.scss +4 -1
@@ -18,6 +18,23 @@
18
18
  .e-pdfviewer .e-pv-first-page-navigation-icon::before {
19
19
  content: "\ebde";
20
20
  }
21
+ .e-pdfviewer .e-pv-rotate-right-icon::before {
22
+ content: "\e956";
23
+ }
24
+ .e-pdfviewer .e-pv-organize-view-icon::before {
25
+ content: "\e9a2";
26
+ }
27
+ .e-pdfviewer .e-pv-organize-view-disable-icon::before {
28
+ color: rgba(248, 248, 248, 0.2);
29
+ content: "\e9a2";
30
+ }
31
+ .e-pdfviewer .e-pv-organize-view-selection-icon::before {
32
+ color: #0074cc;
33
+ content: "\e9a2";
34
+ }
35
+ .e-pdfviewer .e-pv-rotate-left-icon::before {
36
+ content: "\e955";
37
+ }
21
38
  .e-pdfviewer .e-pv-previous-page-navigation-icon::before,
22
39
  .e-pdfviewer .e-pv-prev-search-icon::before {
23
40
  content: "\ebdf";
@@ -788,6 +805,18 @@ input.e-pv-input-password::-ms-reveal {
788
805
  padding-top: 16px;
789
806
  }
790
807
 
808
+ .e-pv-image-container {
809
+ width: 100%;
810
+ height: 100%;
811
+ display: -ms-flexbox;
812
+ display: flex;
813
+ -ms-flex-pack: center;
814
+ justify-content: center;
815
+ -ms-flex-align: center;
816
+ align-items: center;
817
+ padding: 3px;
818
+ }
819
+
791
820
  .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
792
821
  background-color: transparent;
793
822
  }
@@ -995,6 +1024,10 @@ input.e-pv-input-password::-ms-reveal {
995
1024
  padding: 0 0 0 3px;
996
1025
  }
997
1026
 
1027
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1028
+ width: 100px;
1029
+ }
1030
+
998
1031
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
999
1032
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1000
1033
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
@@ -1145,6 +1178,10 @@ input.e-pv-input-password::-ms-reveal {
1145
1178
  padding-top: 1px;
1146
1179
  }
1147
1180
 
1181
+ .e-dialog .e-dlg-header {
1182
+ width: auto;
1183
+ }
1184
+
1148
1185
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1149
1186
  max-height: 30px;
1150
1187
  padding-bottom: 5px;
@@ -1332,7 +1369,8 @@ input.e-pv-input-password::-ms-reveal {
1332
1369
  border-radius: 100px;
1333
1370
  }
1334
1371
 
1335
- .e-pv-thumbnail-view-button.e-btn {
1372
+ .e-pv-thumbnail-view-button.e-btn,
1373
+ .e-pv-organize-view-button.e-btn {
1336
1374
  background: transparent;
1337
1375
  border: 0;
1338
1376
  border-radius: 0;
@@ -1346,6 +1384,262 @@ input.e-pv-input-password::-ms-reveal {
1346
1384
  width: 32px;
1347
1385
  }
1348
1386
 
1387
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1388
+ width: 100%;
1389
+ height: 100%;
1390
+ }
1391
+
1392
+ .e-pv-organize-content-apperance {
1393
+ overflow: hidden;
1394
+ }
1395
+
1396
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1397
+ display: -ms-flexbox;
1398
+ display: flex;
1399
+ -ms-flex-pack: center;
1400
+ justify-content: center;
1401
+ -ms-flex-wrap: wrap;
1402
+ flex-wrap: wrap;
1403
+ overflow: auto;
1404
+ overflow-x: hidden;
1405
+ }
1406
+
1407
+ .e-pv-organize-anchor-node {
1408
+ border: 6px solid #6f6c6c;
1409
+ margin: 24px;
1410
+ width: 140px;
1411
+ height: 140px;
1412
+ }
1413
+ @media only screen and (max-width: 1399.98px) {
1414
+ .e-pv-organize-anchor-node {
1415
+ width: 140px;
1416
+ height: 140px;
1417
+ }
1418
+ }
1419
+ @media only screen and (max-width: 1199.98px) {
1420
+ .e-pv-organize-anchor-node {
1421
+ width: 140px;
1422
+ height: 140px;
1423
+ }
1424
+ }
1425
+ @media only screen and (max-width: 991.98px) {
1426
+ .e-pv-organize-anchor-node {
1427
+ width: 140px;
1428
+ height: 140px;
1429
+ }
1430
+ }
1431
+ @media only screen and (max-width: 767.98px) {
1432
+ .e-pv-organize-anchor-node {
1433
+ width: 140px;
1434
+ height: 140px;
1435
+ min-width: 140px;
1436
+ min-height: 140px;
1437
+ }
1438
+ }
1439
+ @media only screen and (max-width: 575.98px) {
1440
+ .e-pv-organize-anchor-node {
1441
+ width: 140px;
1442
+ height: 140px;
1443
+ min-width: 140px;
1444
+ min-height: 140px;
1445
+ margin: 24px 20px;
1446
+ }
1447
+ }
1448
+
1449
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1450
+ width: 100%;
1451
+ height: 100%;
1452
+ position: relative;
1453
+ top: -100%;
1454
+ padding: 4px;
1455
+ }
1456
+
1457
+ @media screen and (max-width: 480px) {
1458
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1459
+ width: 100%;
1460
+ height: 100%;
1461
+ position: relative;
1462
+ top: -100%;
1463
+ padding: 4px;
1464
+ }
1465
+ }
1466
+ .e-pv-organize-buttondiv {
1467
+ -ms-flex-pack: center;
1468
+ justify-content: center;
1469
+ -ms-flex-wrap: nowrap;
1470
+ flex-wrap: nowrap;
1471
+ position: relative;
1472
+ text-align: center;
1473
+ top: calc(-100% - 12px + 3px);
1474
+ }
1475
+
1476
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1477
+ border: 6px solid #0074cc;
1478
+ border-radius: 2px;
1479
+ }
1480
+
1481
+ @media screen and (max-width: 480px) {
1482
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1483
+ border: 6px solid #0074cc;
1484
+ border-radius: 2px;
1485
+ }
1486
+ }
1487
+ .e-pv-organize-window {
1488
+ border: 1px solid #6f6c6c;
1489
+ border-radius: 0;
1490
+ }
1491
+
1492
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1493
+ border-top: 1px solid #6f6c6c;
1494
+ padding: 15px;
1495
+ }
1496
+
1497
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1498
+ padding: 15px;
1499
+ }
1500
+
1501
+ .e-pv-tile-number {
1502
+ text-align: center;
1503
+ margin-top: 20.5px;
1504
+ }
1505
+
1506
+ .e-pv-delete-button.e-btn,
1507
+ .e-pv-rotate-left-button.e-btn,
1508
+ .e-pv-rotate-right-button.e-btn {
1509
+ width: 25px;
1510
+ height: 25px;
1511
+ -ms-flex-pack: center;
1512
+ justify-content: center;
1513
+ -ms-flex-align: center;
1514
+ align-items: center;
1515
+ margin: 0 5px;
1516
+ padding: 0;
1517
+ }
1518
+
1519
+ .e-pv-insert-left-button.e-btn {
1520
+ width: 25px;
1521
+ height: 25px;
1522
+ -ms-flex-pack: center;
1523
+ justify-content: center;
1524
+ -ms-flex-align: center;
1525
+ align-items: center;
1526
+ position: absolute;
1527
+ left: calc(-1 * (25px / 2 + 6px / 2));
1528
+ top: -70px;
1529
+ padding: 0;
1530
+ }
1531
+ @media only screen and (max-width: 1399.98px) {
1532
+ .e-pv-insert-left-button.e-btn {
1533
+ top: -70px;
1534
+ }
1535
+ }
1536
+ @media only screen and (max-width: 1199.98px) {
1537
+ .e-pv-insert-left-button.e-btn {
1538
+ top: -70px;
1539
+ }
1540
+ }
1541
+ @media only screen and (max-width: 991.98px) {
1542
+ .e-pv-insert-left-button.e-btn {
1543
+ top: -70px;
1544
+ }
1545
+ }
1546
+ @media only screen and (max-width: 767.98px) {
1547
+ .e-pv-insert-left-button.e-btn {
1548
+ top: -70px;
1549
+ }
1550
+ }
1551
+ @media only screen and (max-width: 575.98px) {
1552
+ .e-pv-insert-left-button.e-btn {
1553
+ top: -70px;
1554
+ }
1555
+ }
1556
+
1557
+ .e-pv-insert-right-button.e-btn {
1558
+ width: 25px;
1559
+ height: 25px;
1560
+ -ms-flex-pack: center;
1561
+ justify-content: center;
1562
+ -ms-flex-align: center;
1563
+ align-items: center;
1564
+ position: absolute;
1565
+ right: calc(-1 * (25px / 2 + 6px / 2));
1566
+ top: -70px;
1567
+ padding: 0;
1568
+ }
1569
+ @media only screen and (max-width: 1399.98px) {
1570
+ .e-pv-insert-right-button.e-btn {
1571
+ top: -70px;
1572
+ }
1573
+ }
1574
+ @media only screen and (max-width: 1199.98px) {
1575
+ .e-pv-insert-right-button.e-btn {
1576
+ top: -70px;
1577
+ }
1578
+ }
1579
+ @media only screen and (max-width: 991.98px) {
1580
+ .e-pv-insert-right-button.e-btn {
1581
+ top: -70px;
1582
+ }
1583
+ }
1584
+ @media only screen and (max-width: 767.98px) {
1585
+ .e-pv-insert-right-button.e-btn {
1586
+ top: -70px;
1587
+ }
1588
+ }
1589
+ @media only screen and (max-width: 575.98px) {
1590
+ .e-pv-insert-right-button.e-btn {
1591
+ top: -70px;
1592
+ }
1593
+ }
1594
+
1595
+ .e-pv-toolbar-rotate-left-button {
1596
+ height: 32px;
1597
+ width: 32px;
1598
+ padding: 0;
1599
+ top: 7px;
1600
+ position: relative;
1601
+ left: 436px;
1602
+ box-shadow: none;
1603
+ }
1604
+
1605
+ .e-pv-toolbar-rotate-right-button {
1606
+ height: 32px;
1607
+ width: 32px;
1608
+ padding: 0;
1609
+ top: 7px;
1610
+ position: relative;
1611
+ left: 445px;
1612
+ box-shadow: none;
1613
+ }
1614
+
1615
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1616
+ padding: 0;
1617
+ overflow: hidden;
1618
+ border-radius: 0;
1619
+ }
1620
+
1621
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1622
+ width: 1172px;
1623
+ border: 1px solid #6f6c6c;
1624
+ border-width: 1px 0;
1625
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1626
+ }
1627
+ .e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
1628
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1629
+ }
1630
+
1631
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1632
+ margin-left: 22px;
1633
+ margin-right: 8px;
1634
+ text-wrap: nowrap;
1635
+ }
1636
+
1637
+ @media screen and (max-width: 480px) {
1638
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1639
+ width: 35px;
1640
+ margin-left: 22px;
1641
+ }
1642
+ }
1349
1643
  .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1350
1644
  .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1351
1645
  background: #282727;
@@ -1431,9 +1725,8 @@ input.e-pv-input-password::-ms-reveal {
1431
1725
  .e-pv-thumbnail-number {
1432
1726
  color: #dadada;
1433
1727
  font-family: Roboto;
1434
- padding-left: 50px;
1435
- padding-right: 50px;
1436
1728
  padding-top: 8px;
1729
+ text-align: center;
1437
1730
  }
1438
1731
 
1439
1732
  .e-pv-thumbnail-selection-ring {
@@ -1914,10 +2207,30 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1914
2207
  width: 32px;
1915
2208
  }
1916
2209
 
2210
+ .e-pv-organize-total-page-button {
2211
+ float: left;
2212
+ font-weight: normal;
2213
+ color: #dadada;
2214
+ font-size: 12;
2215
+ }
2216
+
2217
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2218
+ background-color: transparent;
2219
+ background: transparent;
2220
+ color: #dadada;
2221
+ cursor: default;
2222
+ }
2223
+
1917
2224
  .e-pv-annotation-thickness-slider-container {
1918
2225
  margin-top: -6px;
1919
2226
  }
1920
2227
 
2228
+ .e-pv-organize-image {
2229
+ width: calc(100% - 12px);
2230
+ height: calc(100% - 12px);
2231
+ border: 1px solid #6f6c6c;
2232
+ }
2233
+
1921
2234
  .e-pv-annotation-opacity-icon {
1922
2235
  padding-top: 1px;
1923
2236
  }
@@ -2155,8 +2468,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2155
2468
  .e-pv-properties-line-stroke-color-label,
2156
2469
  .e-pv-properties-line-opacity-label,
2157
2470
  .e-pv-properties-line-leader-length-label {
2158
- margin-bottom: 8px;
2159
2471
  font-size: 14px;
2472
+ margin-bottom: 8px;
2160
2473
  }
2161
2474
 
2162
2475
  .e-pv-properties-line-end-container,
@@ -2386,6 +2699,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2386
2699
  .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2387
2700
  .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2388
2701
  margin-right: 10px;
2702
+ font-size: 14px;
2389
2703
  }
2390
2704
 
2391
2705
  div > .e-pv-bookmark-icon.e-pv-icon.e-right {
@@ -2617,17 +2931,19 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2617
2931
  padding-left: 32px;
2618
2932
  padding-top: 5px;
2619
2933
  font-size: 14px;
2620
- max-width: 237px;
2621
2934
  position: absolute;
2935
+ overflow: hidden;
2936
+ text-overflow: ellipsis;
2622
2937
  }
2623
2938
 
2624
2939
  .e-pv-reply-title {
2625
2940
  color: rgba(218, 218, 218, 0.6);
2626
2941
  font-size: 14px;
2627
- max-width: 212px;
2628
2942
  padding-left: 8px;
2629
2943
  padding-top: 5px;
2630
2944
  position: absolute;
2945
+ overflow: hidden;
2946
+ text-overflow: ellipsis;
2631
2947
  }
2632
2948
 
2633
2949
  .e-pv-comments-hover {
@@ -2741,8 +3057,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2741
3057
  }
2742
3058
 
2743
3059
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
2744
- margin-top: 10px;
2745
3060
  padding-bottom: 1px;
3061
+ margin-top: 10px;
2746
3062
  }
2747
3063
 
2748
3064
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -2834,12 +3150,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2834
3150
  border-radius: 5px;
2835
3151
  display: inline-block;
2836
3152
  font-size: 13px;
2837
- height: 88px;
2838
- margin: 15px;
2839
3153
  padding-top: 40px;
2840
3154
  text-align: center;
2841
- width: 311px;
2842
3155
  word-wrap: break-word;
3156
+ height: 88px;
3157
+ width: 311px;
3158
+ margin: 15px;
2843
3159
  }
2844
3160
 
2845
3161
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
@@ -1 +1,4 @@
1
- @import 'pdfviewer/fabric-dark.scss';
1
+ @import 'ej2-base/styles/definition/fabric-dark.scss';
2
+ @import 'pdfviewer/fabric-dark-definition.scss';
3
+ @import 'pdfviewer/icons/fabric-dark.scss';
4
+ @import 'pdfviewer/all.scss';