@syncfusion/ej2-vue-pdfviewer 20.4.40 → 20.4.44

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-vue-pdfviewer@20.4.38",
3
+ "_id": "@syncfusion/ej2-vue-pdfviewer@20.4.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-HYo0FRyM6FWRyAW4tPvkOcGUKzsBZNvCIIGRmp8mMm5K7iOuZfQ53TK7yWIhRpTGqRhNGZyUc5741x9+2XprEQ==",
5
+ "_integrity": "sha512-LvDoMLREkmdjZSEnvY3+oIAToG0XIjnOrIZKsDsOc690Ksvph35W2v3M9E4iCshJGjjLnbhLRHiijrLN2Fh89w==",
6
6
  "_location": "/@syncfusion/ej2-vue-pdfviewer",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-20.4.38.tgz",
23
- "_shasum": "20cb56540f6f748ba5e949dcf9a97c8d80b363e8",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-20.4.42.tgz",
23
+ "_shasum": "5a4c3011f2cfd82b19c8bba012ec3a3da7c84ba3",
24
24
  "_spec": "@syncfusion/ej2-vue-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.40",
35
- "@syncfusion/ej2-pdfviewer": "20.4.40",
36
- "@syncfusion/ej2-vue-base": "~20.4.40"
34
+ "@syncfusion/ej2-base": "~20.4.44",
35
+ "@syncfusion/ej2-pdfviewer": "20.4.44",
36
+ "@syncfusion/ej2-vue-base": "~20.4.42"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 PDF viewer Component for Vue",
@@ -56,6 +56,6 @@
56
56
  "scripts": {
57
57
  "postinstall": "node ../ej2-vue-base/postinstall.js"
58
58
  },
59
- "version": "20.4.40",
59
+ "version": "20.4.44",
60
60
  "sideEffects": false
61
61
  }
@@ -2392,6 +2392,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2392
2392
  border-color: transparent;
2393
2393
  }
2394
2394
 
2395
+ .e-btn.e-outline.e-primary,
2396
+ .e-css.e-btn.e-outline.e-primary {
2397
+ color: #d71456;
2398
+ }
2399
+
2395
2400
  .e-pdfviewer .e-editable-inline .e-editable-form {
2396
2401
  margin-bottom: 1px;
2397
2402
  }
@@ -2392,6 +2392,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2392
2392
  border-color: transparent;
2393
2393
  }
2394
2394
 
2395
+ .e-btn.e-outline.e-primary,
2396
+ .e-css.e-btn.e-outline.e-primary {
2397
+ color: #d71456;
2398
+ }
2399
+
2395
2400
  .e-pdfviewer .e-editable-inline .e-editable-form {
2396
2401
  margin-bottom: 1px;
2397
2402
  }