@syncfusion/ej2-react-pdfviewer 19.4.40 → 19.4.48

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/CHANGELOG.md CHANGED
@@ -2,6 +2,40 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.4.43 (2022-01-18)
6
+
7
+ ### PDF Viewer
8
+
9
+ #### Bug Fixes
10
+
11
+ `#SF-359772`,`#SF-359880`- Now, the form fields are editable on the mobile device.
12
+ `#SF-359042`- Free text annotations are downloaded properly without hiding any last character.
13
+ `#SF-358308`- Spinners are hidden properly while removing the display as none for the spinner.
14
+ `#SF-360035`- The Script error will no longer be thrown while using the editAnnotation method in mobile mode.
15
+ `#SF-358584`- Stamps are saved properly in the rotated PDF document.
16
+
17
+ ## 19.4.42 (2022-01-11)
18
+
19
+ ### PDF Viewer
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#SF-358006`- Overlapped stamp annotations are now placed at the exact position in the saved PDF document.
24
+ - `#SF-357273`- Exception thrown while loading the provided PDF document due to an invalid key, is now resolved.
25
+ - `#SF-357655`- The PDF pages are now exported to image in a multi-threaded environment.
26
+ - `#SF-357060`- Now, the typed handwritten signature content does not exceed the text area.
27
+
28
+ ## 19.4.41 (2022-01-04)
29
+
30
+ ### PDF Viewer
31
+
32
+ #### Bug Fixes
33
+
34
+ - `#SF-357108` - Now, the annotations are displayed properly for the rotated documents.
35
+ - `#SF-357489` - Now, the unnecessary thumbnail requests are restricted.
36
+
37
+ ## 19.4.40 (2021-12-28)
38
+
5
39
  ### PDF Viewer
6
40
 
7
41
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.umd.min.js
3
- * version : 19.4.40
3
+ * version : 19.4.48
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-react-pdfviewer@19.4.38",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@19.4.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-FVhEpSQglaGySIzDMLUkMhdZgM5KzZMu+nu5m2g+Y5OZzgelCj5bUIm0UjoAKY4eIJRuPIAFhtSuewIjN0m8ZQ==",
5
+ "_integrity": "sha512-IqnB0JV7HBx3i/bZC+pdJRKvzMVPFrw4axtbPZAHneqLO535xc4LCbhbAdKrnFQivyEzk2hD2ZIP75dY+iWeLw==",
6
6
  "_location": "/@syncfusion/ej2-react-pdfviewer",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-19.4.38.tgz",
23
- "_shasum": "89a9945cd8f88778d198917ba2f7319816db35ad",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-19.4.43.tgz",
23
+ "_shasum": "6cb6e26727fc2b50709455eec4f06a8a125fd73e",
24
24
  "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.4.38",
35
- "@syncfusion/ej2-pdfviewer": "19.4.40",
36
- "@syncfusion/ej2-react-base": "~19.4.38"
34
+ "@syncfusion/ej2-base": "~19.4.48",
35
+ "@syncfusion/ej2-pdfviewer": "19.4.48",
36
+ "@syncfusion/ej2-react-base": "~19.4.48"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 PDF viewer Component for React",
@@ -61,6 +61,6 @@
61
61
  "type": "git",
62
62
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
63
63
  },
64
- "version": "19.4.40",
64
+ "version": "19.4.48",
65
65
  "sideEffects": false
66
66
  }
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
1303
1303
  z-index: 103;
1304
1304
  }
1305
1305
 
1306
+ .e-pv-thumbnail-anchor-node:hover {
1307
+ text-decoration: auto;
1308
+ }
1309
+
1306
1310
  .e-pv-sidebar-content.e-thumbnail {
1307
1311
  top: 1px;
1308
1312
  }
@@ -1798,7 +1802,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1798
1802
 
1799
1803
  .e-pv-annotation-opacity-popup-container,
1800
1804
  .e-pv-annotation-thickness-popup-container {
1805
+ background-color: #2a2a2a;
1801
1806
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
1807
+ color: #f0f0f0;
1802
1808
  height: auto;
1803
1809
  min-height: 48px;
1804
1810
  padding: 23px;
@@ -1309,6 +1309,10 @@ input.e-pv-input-password::-ms-reveal {
1309
1309
  z-index: 103;
1310
1310
  }
1311
1311
 
1312
+ .e-pv-thumbnail-anchor-node:hover {
1313
+ text-decoration: auto;
1314
+ }
1315
+
1312
1316
  .e-pv-sidebar-content.e-thumbnail {
1313
1317
  top: 1px;
1314
1318
  }
@@ -1804,7 +1808,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1804
1808
 
1805
1809
  .e-pv-annotation-opacity-popup-container,
1806
1810
  .e-pv-annotation-thickness-popup-container {
1811
+ background-color: #fff;
1807
1812
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
1813
+ color: #333;
1808
1814
  height: auto;
1809
1815
  min-height: 48px;
1810
1816
  padding: 23px;
@@ -1358,6 +1358,10 @@ input.e-pv-input-password::-ms-reveal {
1358
1358
  z-index: 103;
1359
1359
  }
1360
1360
 
1361
+ .e-pv-thumbnail-anchor-node:hover {
1362
+ text-decoration: auto;
1363
+ }
1364
+
1361
1365
  .e-pv-sidebar-content.e-thumbnail {
1362
1366
  top: 1px;
1363
1367
  }
@@ -1721,8 +1725,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1721
1725
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
1722
1726
  .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1723
1727
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1724
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus,
1725
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
1728
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
1726
1729
  .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1727
1730
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
1728
1731
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
@@ -1819,6 +1822,14 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1819
1822
  color: #fff;
1820
1823
  }
1821
1824
 
1825
+ .e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1826
+ .e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1827
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1828
+ .e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1829
+ .e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons {
1830
+ color: #fff;
1831
+ }
1832
+
1822
1833
  .e-pv-sidebar-toolbar .e-pv-tbar-btn {
1823
1834
  color: #495057;
1824
1835
  }
@@ -2004,7 +2015,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2004
2015
 
2005
2016
  .e-pv-annotation-opacity-popup-container,
2006
2017
  .e-pv-annotation-thickness-popup-container {
2018
+ background-color: #fff;
2007
2019
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
2020
+ color: #212529;
2008
2021
  height: auto;
2009
2022
  min-height: 58px;
2010
2023
  padding: 23px;
@@ -1304,7 +1304,7 @@ input.e-pv-input-password::-ms-reveal {
1304
1304
  font-size: 14px;
1305
1305
  font-weight: 500;
1306
1306
  height: 40px;
1307
- line-height: 40px;
1307
+ line-height: 38px;
1308
1308
  margin: 0;
1309
1309
  position: absolute;
1310
1310
  text-align: left;
@@ -1342,7 +1342,10 @@ input.e-pv-input-password::-ms-reveal {
1342
1342
  top: 38px;
1343
1343
  width: 202px;
1344
1344
  z-index: 103;
1345
- border: 1px solid #444c54;
1345
+ }
1346
+
1347
+ .e-pv-thumbnail-anchor-node:hover {
1348
+ text-decoration: auto;
1346
1349
  }
1347
1350
 
1348
1351
  .e-pv-sidebar-content.e-thumbnail {
@@ -1432,7 +1435,7 @@ input.e-pv-input-password::-ms-reveal {
1432
1435
  box-shadow: none;
1433
1436
  height: 40px;
1434
1437
  left: 0;
1435
- line-height: 40px;
1438
+ line-height: 38px;
1436
1439
  padding: 1px;
1437
1440
  position: absolute;
1438
1441
  right: 0;
@@ -1462,7 +1465,7 @@ input.e-pv-input-password::-ms-reveal {
1462
1465
  .e-pv-thumbnail-view {
1463
1466
  bottom: 0;
1464
1467
  height: 50%;
1465
- padding: 8px 30px 0;
1468
+ padding: 8px 24px 0;
1466
1469
  position: absolute;
1467
1470
  top: 0;
1468
1471
  }
@@ -1671,8 +1674,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1671
1674
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
1672
1675
  .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1673
1676
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1674
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus,
1675
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
1677
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
1676
1678
  .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1677
1679
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
1678
1680
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
@@ -1741,6 +1743,14 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1741
1743
  color: #fff;
1742
1744
  }
1743
1745
 
1746
+ .e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1747
+ .e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1748
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1749
+ .e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1750
+ .e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons {
1751
+ color: #fff;
1752
+ }
1753
+
1744
1754
  .e-pv-sidebar-toolbar .e-pv-tbar-btn {
1745
1755
  color: #adb5bd;
1746
1756
  }
@@ -1902,7 +1912,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1902
1912
 
1903
1913
  .e-pv-annotation-opacity-popup-container,
1904
1914
  .e-pv-annotation-thickness-popup-container {
1915
+ background-color: #fff;
1905
1916
  box-shadow: 0 3px 8px 0 #31373d;
1917
+ color: #212529;
1906
1918
  height: auto;
1907
1919
  min-height: 48px;
1908
1920
  padding: 16px;
@@ -1304,7 +1304,7 @@ input.e-pv-input-password::-ms-reveal {
1304
1304
  font-size: 14px;
1305
1305
  font-weight: 500;
1306
1306
  height: 40px;
1307
- line-height: 40px;
1307
+ line-height: 38px;
1308
1308
  margin: 0;
1309
1309
  position: absolute;
1310
1310
  text-align: left;
@@ -1342,7 +1342,10 @@ input.e-pv-input-password::-ms-reveal {
1342
1342
  top: 38px;
1343
1343
  width: 202px;
1344
1344
  z-index: 103;
1345
- border: 1px solid #dee2e6;
1345
+ }
1346
+
1347
+ .e-pv-thumbnail-anchor-node:hover {
1348
+ text-decoration: auto;
1346
1349
  }
1347
1350
 
1348
1351
  .e-pv-sidebar-content.e-thumbnail {
@@ -1432,7 +1435,7 @@ input.e-pv-input-password::-ms-reveal {
1432
1435
  box-shadow: none;
1433
1436
  height: 40px;
1434
1437
  left: 0;
1435
- line-height: 40px;
1438
+ line-height: 38px;
1436
1439
  padding: 1px;
1437
1440
  position: absolute;
1438
1441
  right: 0;
@@ -1462,7 +1465,7 @@ input.e-pv-input-password::-ms-reveal {
1462
1465
  .e-pv-thumbnail-view {
1463
1466
  bottom: 0;
1464
1467
  height: 50%;
1465
- padding: 8px 30px 0;
1468
+ padding: 8px 24px 0;
1466
1469
  position: absolute;
1467
1470
  top: 0;
1468
1471
  }
@@ -1671,8 +1674,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1671
1674
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
1672
1675
  .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1673
1676
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1674
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus,
1675
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
1677
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
1676
1678
  .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1677
1679
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
1678
1680
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
@@ -1741,6 +1743,14 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1741
1743
  color: #fff;
1742
1744
  }
1743
1745
 
1746
+ .e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1747
+ .e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1748
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1749
+ .e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1750
+ .e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons {
1751
+ color: #fff;
1752
+ }
1753
+
1744
1754
  .e-pv-sidebar-toolbar .e-pv-tbar-btn {
1745
1755
  color: #6c757d;
1746
1756
  }
@@ -1902,7 +1912,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1902
1912
 
1903
1913
  .e-pv-annotation-opacity-popup-container,
1904
1914
  .e-pv-annotation-thickness-popup-container {
1915
+ background-color: #fff;
1905
1916
  box-shadow: 0 3px 8px 0 #e9ecef;
1917
+ color: #212529;
1906
1918
  height: auto;
1907
1919
  min-height: 48px;
1908
1920
  padding: 16px;
@@ -1316,6 +1316,10 @@ input.e-pv-input-password::-ms-reveal {
1316
1316
  z-index: 103;
1317
1317
  }
1318
1318
 
1319
+ .e-pv-thumbnail-anchor-node:hover {
1320
+ text-decoration: auto;
1321
+ }
1322
+
1319
1323
  .e-pv-sidebar-content.e-thumbnail {
1320
1324
  top: 1px;
1321
1325
  }
@@ -1809,7 +1813,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1809
1813
 
1810
1814
  .e-pv-annotation-opacity-popup-container,
1811
1815
  .e-pv-annotation-thickness-popup-container {
1816
+ background-color: #282727;
1812
1817
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1818
+ color: #dadada;
1813
1819
  height: auto;
1814
1820
  min-height: 48px;
1815
1821
  padding: 16px;
package/styles/fabric.css CHANGED
@@ -1320,6 +1320,10 @@ input.e-pv-input-password::-ms-reveal {
1320
1320
  z-index: 103;
1321
1321
  }
1322
1322
 
1323
+ .e-pv-thumbnail-anchor-node:hover {
1324
+ text-decoration: auto;
1325
+ }
1326
+
1323
1327
  .e-pv-sidebar-content.e-thumbnail {
1324
1328
  top: 1px;
1325
1329
  }
@@ -1817,7 +1821,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1817
1821
 
1818
1822
  .e-pv-annotation-opacity-popup-container,
1819
1823
  .e-pv-annotation-thickness-popup-container {
1824
+ background-color: #fff;
1820
1825
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1826
+ color: #333;
1821
1827
  height: auto;
1822
1828
  min-height: 48px;
1823
1829
  padding: 16px;
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
1303
1303
  z-index: 103;
1304
1304
  }
1305
1305
 
1306
+ .e-pv-thumbnail-anchor-node:hover {
1307
+ text-decoration: auto;
1308
+ }
1309
+
1306
1310
  .e-pv-sidebar-content.e-thumbnail {
1307
1311
  top: 1px;
1308
1312
  }
@@ -1796,7 +1800,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1796
1800
 
1797
1801
  .e-pv-annotation-opacity-popup-container,
1798
1802
  .e-pv-annotation-thickness-popup-container {
1803
+ background-color: #000;
1799
1804
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1805
+ color: #fff;
1800
1806
  height: auto;
1801
1807
  min-height: 48px;
1802
1808
  padding: 16px;
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
1303
1303
  z-index: 103;
1304
1304
  }
1305
1305
 
1306
+ .e-pv-thumbnail-anchor-node:hover {
1307
+ text-decoration: auto;
1308
+ }
1309
+
1306
1310
  .e-pv-sidebar-content.e-thumbnail {
1307
1311
  top: 1px;
1308
1312
  }
@@ -1796,7 +1800,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1796
1800
 
1797
1801
  .e-pv-annotation-opacity-popup-container,
1798
1802
  .e-pv-annotation-thickness-popup-container {
1803
+ background-color: #000;
1799
1804
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1805
+ color: #fff;
1800
1806
  height: auto;
1801
1807
  min-height: 48px;
1802
1808
  padding: 16px;
@@ -1306,6 +1306,10 @@ input.e-pv-input-password::-ms-reveal {
1306
1306
  z-index: 103;
1307
1307
  }
1308
1308
 
1309
+ .e-pv-thumbnail-anchor-node:hover {
1310
+ text-decoration: auto;
1311
+ }
1312
+
1309
1313
  .e-pv-sidebar-content.e-thumbnail {
1310
1314
  top: 1px;
1311
1315
  }
@@ -1799,7 +1803,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1799
1803
 
1800
1804
  .e-pv-annotation-opacity-popup-container,
1801
1805
  .e-pv-annotation-thickness-popup-container {
1806
+ background-color: #424242;
1802
1807
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1808
+ color: #fff;
1803
1809
  height: auto;
1804
1810
  min-height: 48px;
1805
1811
  padding: 16px;
@@ -1309,6 +1309,10 @@ input.e-pv-input-password::-ms-reveal {
1309
1309
  z-index: 103;
1310
1310
  }
1311
1311
 
1312
+ .e-pv-thumbnail-anchor-node:hover {
1313
+ text-decoration: auto;
1314
+ }
1315
+
1312
1316
  .e-pv-sidebar-content.e-thumbnail {
1313
1317
  top: 1px;
1314
1318
  }
@@ -1802,7 +1806,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1802
1806
 
1803
1807
  .e-pv-annotation-opacity-popup-container,
1804
1808
  .e-pv-annotation-thickness-popup-container {
1809
+ background-color: #fff;
1805
1810
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1811
+ color: rgba(0, 0, 0, 0.87);
1806
1812
  height: auto;
1807
1813
  min-height: 48px;
1808
1814
  padding: 16px;
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
1303
1303
  z-index: 103;
1304
1304
  }
1305
1305
 
1306
+ .e-pv-thumbnail-anchor-node:hover {
1307
+ text-decoration: auto;
1308
+ }
1309
+
1306
1310
  .e-pv-sidebar-content.e-thumbnail {
1307
1311
  top: 1px;
1308
1312
  }
@@ -1798,7 +1802,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1798
1802
 
1799
1803
  .e-pv-annotation-opacity-popup-container,
1800
1804
  .e-pv-annotation-thickness-popup-container {
1805
+ background-color: #2a2a2a;
1801
1806
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
1807
+ color: #f0f0f0;
1802
1808
  height: auto;
1803
1809
  min-height: 48px;
1804
1810
  padding: 23px;
@@ -1309,6 +1309,10 @@ input.e-pv-input-password::-ms-reveal {
1309
1309
  z-index: 103;
1310
1310
  }
1311
1311
 
1312
+ .e-pv-thumbnail-anchor-node:hover {
1313
+ text-decoration: auto;
1314
+ }
1315
+
1312
1316
  .e-pv-sidebar-content.e-thumbnail {
1313
1317
  top: 1px;
1314
1318
  }
@@ -1804,7 +1808,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1804
1808
 
1805
1809
  .e-pv-annotation-opacity-popup-container,
1806
1810
  .e-pv-annotation-thickness-popup-container {
1811
+ background-color: #fff;
1807
1812
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
1813
+ color: #333;
1808
1814
  height: auto;
1809
1815
  min-height: 48px;
1810
1816
  padding: 23px;
@@ -1358,6 +1358,10 @@ input.e-pv-input-password::-ms-reveal {
1358
1358
  z-index: 103;
1359
1359
  }
1360
1360
 
1361
+ .e-pv-thumbnail-anchor-node:hover {
1362
+ text-decoration: auto;
1363
+ }
1364
+
1361
1365
  .e-pv-sidebar-content.e-thumbnail {
1362
1366
  top: 1px;
1363
1367
  }
@@ -1721,8 +1725,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1721
1725
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
1722
1726
  .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1723
1727
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1724
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus,
1725
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
1728
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
1726
1729
  .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1727
1730
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
1728
1731
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
@@ -1819,6 +1822,14 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1819
1822
  color: #fff;
1820
1823
  }
1821
1824
 
1825
+ .e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1826
+ .e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1827
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1828
+ .e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1829
+ .e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons {
1830
+ color: #fff;
1831
+ }
1832
+
1822
1833
  .e-pv-sidebar-toolbar .e-pv-tbar-btn {
1823
1834
  color: #495057;
1824
1835
  }
@@ -2004,7 +2015,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2004
2015
 
2005
2016
  .e-pv-annotation-opacity-popup-container,
2006
2017
  .e-pv-annotation-thickness-popup-container {
2018
+ background-color: #fff;
2007
2019
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
2020
+ color: #212529;
2008
2021
  height: auto;
2009
2022
  min-height: 58px;
2010
2023
  padding: 23px;
@@ -1304,7 +1304,7 @@ input.e-pv-input-password::-ms-reveal {
1304
1304
  font-size: 14px;
1305
1305
  font-weight: 500;
1306
1306
  height: 40px;
1307
- line-height: 40px;
1307
+ line-height: 38px;
1308
1308
  margin: 0;
1309
1309
  position: absolute;
1310
1310
  text-align: left;
@@ -1342,7 +1342,10 @@ input.e-pv-input-password::-ms-reveal {
1342
1342
  top: 38px;
1343
1343
  width: 202px;
1344
1344
  z-index: 103;
1345
- border: 1px solid #444c54;
1345
+ }
1346
+
1347
+ .e-pv-thumbnail-anchor-node:hover {
1348
+ text-decoration: auto;
1346
1349
  }
1347
1350
 
1348
1351
  .e-pv-sidebar-content.e-thumbnail {
@@ -1432,7 +1435,7 @@ input.e-pv-input-password::-ms-reveal {
1432
1435
  box-shadow: none;
1433
1436
  height: 40px;
1434
1437
  left: 0;
1435
- line-height: 40px;
1438
+ line-height: 38px;
1436
1439
  padding: 1px;
1437
1440
  position: absolute;
1438
1441
  right: 0;
@@ -1462,7 +1465,7 @@ input.e-pv-input-password::-ms-reveal {
1462
1465
  .e-pv-thumbnail-view {
1463
1466
  bottom: 0;
1464
1467
  height: 50%;
1465
- padding: 8px 30px 0;
1468
+ padding: 8px 24px 0;
1466
1469
  position: absolute;
1467
1470
  top: 0;
1468
1471
  }
@@ -1671,8 +1674,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1671
1674
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
1672
1675
  .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1673
1676
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1674
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus,
1675
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
1677
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
1676
1678
  .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1677
1679
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
1678
1680
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
@@ -1741,6 +1743,14 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1741
1743
  color: #fff;
1742
1744
  }
1743
1745
 
1746
+ .e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1747
+ .e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1748
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1749
+ .e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1750
+ .e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons {
1751
+ color: #fff;
1752
+ }
1753
+
1744
1754
  .e-pv-sidebar-toolbar .e-pv-tbar-btn {
1745
1755
  color: #adb5bd;
1746
1756
  }
@@ -1902,7 +1912,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1902
1912
 
1903
1913
  .e-pv-annotation-opacity-popup-container,
1904
1914
  .e-pv-annotation-thickness-popup-container {
1915
+ background-color: #fff;
1905
1916
  box-shadow: 0 3px 8px 0 #31373d;
1917
+ color: #212529;
1906
1918
  height: auto;
1907
1919
  min-height: 48px;
1908
1920
  padding: 16px;
@@ -1304,7 +1304,7 @@ input.e-pv-input-password::-ms-reveal {
1304
1304
  font-size: 14px;
1305
1305
  font-weight: 500;
1306
1306
  height: 40px;
1307
- line-height: 40px;
1307
+ line-height: 38px;
1308
1308
  margin: 0;
1309
1309
  position: absolute;
1310
1310
  text-align: left;
@@ -1342,7 +1342,10 @@ input.e-pv-input-password::-ms-reveal {
1342
1342
  top: 38px;
1343
1343
  width: 202px;
1344
1344
  z-index: 103;
1345
- border: 1px solid #dee2e6;
1345
+ }
1346
+
1347
+ .e-pv-thumbnail-anchor-node:hover {
1348
+ text-decoration: auto;
1346
1349
  }
1347
1350
 
1348
1351
  .e-pv-sidebar-content.e-thumbnail {
@@ -1432,7 +1435,7 @@ input.e-pv-input-password::-ms-reveal {
1432
1435
  box-shadow: none;
1433
1436
  height: 40px;
1434
1437
  left: 0;
1435
- line-height: 40px;
1438
+ line-height: 38px;
1436
1439
  padding: 1px;
1437
1440
  position: absolute;
1438
1441
  right: 0;
@@ -1462,7 +1465,7 @@ input.e-pv-input-password::-ms-reveal {
1462
1465
  .e-pv-thumbnail-view {
1463
1466
  bottom: 0;
1464
1467
  height: 50%;
1465
- padding: 8px 30px 0;
1468
+ padding: 8px 24px 0;
1466
1469
  position: absolute;
1467
1470
  top: 0;
1468
1471
  }
@@ -1671,8 +1674,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1671
1674
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
1672
1675
  .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1673
1676
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1674
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus,
1675
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
1677
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
1676
1678
  .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1677
1679
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
1678
1680
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
@@ -1741,6 +1743,14 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1741
1743
  color: #fff;
1742
1744
  }
1743
1745
 
1746
+ .e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1747
+ .e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1748
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1749
+ .e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
1750
+ .e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons {
1751
+ color: #fff;
1752
+ }
1753
+
1744
1754
  .e-pv-sidebar-toolbar .e-pv-tbar-btn {
1745
1755
  color: #6c757d;
1746
1756
  }
@@ -1902,7 +1912,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1902
1912
 
1903
1913
  .e-pv-annotation-opacity-popup-container,
1904
1914
  .e-pv-annotation-thickness-popup-container {
1915
+ background-color: #fff;
1905
1916
  box-shadow: 0 3px 8px 0 #e9ecef;
1917
+ color: #212529;
1906
1918
  height: auto;
1907
1919
  min-height: 48px;
1908
1920
  padding: 16px;
@@ -1316,6 +1316,10 @@ input.e-pv-input-password::-ms-reveal {
1316
1316
  z-index: 103;
1317
1317
  }
1318
1318
 
1319
+ .e-pv-thumbnail-anchor-node:hover {
1320
+ text-decoration: auto;
1321
+ }
1322
+
1319
1323
  .e-pv-sidebar-content.e-thumbnail {
1320
1324
  top: 1px;
1321
1325
  }
@@ -1809,7 +1813,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1809
1813
 
1810
1814
  .e-pv-annotation-opacity-popup-container,
1811
1815
  .e-pv-annotation-thickness-popup-container {
1816
+ background-color: #282727;
1812
1817
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1818
+ color: #dadada;
1813
1819
  height: auto;
1814
1820
  min-height: 48px;
1815
1821
  padding: 16px;
@@ -1320,6 +1320,10 @@ input.e-pv-input-password::-ms-reveal {
1320
1320
  z-index: 103;
1321
1321
  }
1322
1322
 
1323
+ .e-pv-thumbnail-anchor-node:hover {
1324
+ text-decoration: auto;
1325
+ }
1326
+
1323
1327
  .e-pv-sidebar-content.e-thumbnail {
1324
1328
  top: 1px;
1325
1329
  }
@@ -1817,7 +1821,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1817
1821
 
1818
1822
  .e-pv-annotation-opacity-popup-container,
1819
1823
  .e-pv-annotation-thickness-popup-container {
1824
+ background-color: #fff;
1820
1825
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1826
+ color: #333;
1821
1827
  height: auto;
1822
1828
  min-height: 48px;
1823
1829
  padding: 16px;
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
1303
1303
  z-index: 103;
1304
1304
  }
1305
1305
 
1306
+ .e-pv-thumbnail-anchor-node:hover {
1307
+ text-decoration: auto;
1308
+ }
1309
+
1306
1310
  .e-pv-sidebar-content.e-thumbnail {
1307
1311
  top: 1px;
1308
1312
  }
@@ -1796,7 +1800,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1796
1800
 
1797
1801
  .e-pv-annotation-opacity-popup-container,
1798
1802
  .e-pv-annotation-thickness-popup-container {
1803
+ background-color: #000;
1799
1804
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1805
+ color: #fff;
1800
1806
  height: auto;
1801
1807
  min-height: 48px;
1802
1808
  padding: 16px;
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
1303
1303
  z-index: 103;
1304
1304
  }
1305
1305
 
1306
+ .e-pv-thumbnail-anchor-node:hover {
1307
+ text-decoration: auto;
1308
+ }
1309
+
1306
1310
  .e-pv-sidebar-content.e-thumbnail {
1307
1311
  top: 1px;
1308
1312
  }
@@ -1796,7 +1800,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1796
1800
 
1797
1801
  .e-pv-annotation-opacity-popup-container,
1798
1802
  .e-pv-annotation-thickness-popup-container {
1803
+ background-color: #000;
1799
1804
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1805
+ color: #fff;
1800
1806
  height: auto;
1801
1807
  min-height: 48px;
1802
1808
  padding: 16px;
@@ -1306,6 +1306,10 @@ input.e-pv-input-password::-ms-reveal {
1306
1306
  z-index: 103;
1307
1307
  }
1308
1308
 
1309
+ .e-pv-thumbnail-anchor-node:hover {
1310
+ text-decoration: auto;
1311
+ }
1312
+
1309
1313
  .e-pv-sidebar-content.e-thumbnail {
1310
1314
  top: 1px;
1311
1315
  }
@@ -1799,7 +1803,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1799
1803
 
1800
1804
  .e-pv-annotation-opacity-popup-container,
1801
1805
  .e-pv-annotation-thickness-popup-container {
1806
+ background-color: #424242;
1802
1807
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1808
+ color: #fff;
1803
1809
  height: auto;
1804
1810
  min-height: 48px;
1805
1811
  padding: 16px;
@@ -1309,6 +1309,10 @@ input.e-pv-input-password::-ms-reveal {
1309
1309
  z-index: 103;
1310
1310
  }
1311
1311
 
1312
+ .e-pv-thumbnail-anchor-node:hover {
1313
+ text-decoration: auto;
1314
+ }
1315
+
1312
1316
  .e-pv-sidebar-content.e-thumbnail {
1313
1317
  top: 1px;
1314
1318
  }
@@ -1802,7 +1806,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1802
1806
 
1803
1807
  .e-pv-annotation-opacity-popup-container,
1804
1808
  .e-pv-annotation-thickness-popup-container {
1809
+ background-color: #fff;
1805
1810
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1811
+ color: rgba(0, 0, 0, 0.87);
1806
1812
  height: auto;
1807
1813
  min-height: 48px;
1808
1814
  padding: 16px;
@@ -1311,6 +1311,10 @@ input.e-pv-input-password::-ms-reveal {
1311
1311
  z-index: 103;
1312
1312
  }
1313
1313
 
1314
+ .e-pv-thumbnail-anchor-node:hover {
1315
+ text-decoration: auto;
1316
+ }
1317
+
1314
1318
  .e-pv-sidebar-content.e-thumbnail {
1315
1319
  top: 1px;
1316
1320
  }
@@ -1819,7 +1823,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1819
1823
 
1820
1824
  .e-pv-annotation-opacity-popup-container,
1821
1825
  .e-pv-annotation-thickness-popup-container {
1826
+ background-color: #374151;
1822
1827
  box-shadow: 0 3px 8px 0 #4b5563;
1828
+ color: #fff;
1823
1829
  height: auto;
1824
1830
  min-height: 48px;
1825
1831
  padding: 16px;
@@ -1311,6 +1311,10 @@ input.e-pv-input-password::-ms-reveal {
1311
1311
  z-index: 103;
1312
1312
  }
1313
1313
 
1314
+ .e-pv-thumbnail-anchor-node:hover {
1315
+ text-decoration: auto;
1316
+ }
1317
+
1314
1318
  .e-pv-sidebar-content.e-thumbnail {
1315
1319
  top: 1px;
1316
1320
  }
@@ -1819,7 +1823,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1819
1823
 
1820
1824
  .e-pv-annotation-opacity-popup-container,
1821
1825
  .e-pv-annotation-thickness-popup-container {
1826
+ background-color: #fff;
1822
1827
  box-shadow: 0 3px 8px 0 #f3f4f6;
1828
+ color: #374151;
1823
1829
  height: auto;
1824
1830
  min-height: 48px;
1825
1831
  padding: 16px;
@@ -1311,6 +1311,10 @@ input.e-pv-input-password::-ms-reveal {
1311
1311
  z-index: 103;
1312
1312
  }
1313
1313
 
1314
+ .e-pv-thumbnail-anchor-node:hover {
1315
+ text-decoration: auto;
1316
+ }
1317
+
1314
1318
  .e-pv-sidebar-content.e-thumbnail {
1315
1319
  top: 1px;
1316
1320
  }
@@ -1819,7 +1823,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1819
1823
 
1820
1824
  .e-pv-annotation-opacity-popup-container,
1821
1825
  .e-pv-annotation-thickness-popup-container {
1826
+ background-color: #374151;
1822
1827
  box-shadow: 0 3px 8px 0 #4b5563;
1828
+ color: #fff;
1823
1829
  height: auto;
1824
1830
  min-height: 48px;
1825
1831
  padding: 16px;
@@ -1311,6 +1311,10 @@ input.e-pv-input-password::-ms-reveal {
1311
1311
  z-index: 103;
1312
1312
  }
1313
1313
 
1314
+ .e-pv-thumbnail-anchor-node:hover {
1315
+ text-decoration: auto;
1316
+ }
1317
+
1314
1318
  .e-pv-sidebar-content.e-thumbnail {
1315
1319
  top: 1px;
1316
1320
  }
@@ -1819,7 +1823,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1819
1823
 
1820
1824
  .e-pv-annotation-opacity-popup-container,
1821
1825
  .e-pv-annotation-thickness-popup-container {
1826
+ background-color: #fff;
1822
1827
  box-shadow: 0 3px 8px 0 #f3f4f6;
1828
+ color: #374151;
1823
1829
  height: auto;
1824
1830
  min-height: 48px;
1825
1831
  padding: 16px;