@syncfusion/ej2-vue-pdfviewer 19.4.41 → 19.4.50
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 +44 -0
- package/dist/ej2-vue-pdfviewer.umd.min.js +10 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +6 -0
- package/styles/bootstrap.css +6 -0
- package/styles/bootstrap4.css +7 -0
- package/styles/bootstrap5-dark.css +10 -4
- package/styles/bootstrap5.css +10 -4
- package/styles/fabric-dark.css +6 -0
- package/styles/fabric.css +6 -0
- package/styles/highcontrast-light.css +6 -0
- package/styles/highcontrast.css +6 -0
- package/styles/material-dark.css +6 -0
- package/styles/material.css +6 -0
- package/styles/pdfviewer/bootstrap-dark.css +6 -0
- package/styles/pdfviewer/bootstrap.css +6 -0
- package/styles/pdfviewer/bootstrap4.css +7 -0
- package/styles/pdfviewer/bootstrap5-dark.css +10 -4
- package/styles/pdfviewer/bootstrap5.css +10 -4
- package/styles/pdfviewer/fabric-dark.css +6 -0
- package/styles/pdfviewer/fabric.css +6 -0
- package/styles/pdfviewer/highcontrast-light.css +6 -0
- package/styles/pdfviewer/highcontrast.css +6 -0
- package/styles/pdfviewer/material-dark.css +6 -0
- package/styles/pdfviewer/material.css +6 -0
- package/styles/pdfviewer/tailwind-dark.css +6 -0
- package/styles/pdfviewer/tailwind.css +6 -0
- package/styles/tailwind-dark.css +6 -0
- package/styles/tailwind.css +6 -0
|
@@ -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;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -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;
|
package/styles/tailwind.css
CHANGED
|
@@ -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;
|