@syncfusion/ej2-angular-pdfviewer 20.4.42 → 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-angular-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-angular-pdfviewer@20.4.38",
3
+ "_id": "@syncfusion/ej2-angular-pdfviewer@20.4.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-nshvQcJtn7vp0w2QwkD4B5HZ+H6Z3zNHw7B1fS88d2IIeooCjywXZuH1Ku9ef4Ep2SSndGqV8X8t0gPC08CaqQ==",
5
+ "_integrity": "sha512-GOeanhho1kvHUtnh/ule7FF2iyhPRQtgo9RPFFqbPrfGZQVWbm6gy+KG2naxvJMzAsQaWumSRh4Z+46EoqLc4g==",
6
6
  "_location": "/@syncfusion/ej2-angular-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-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-20.4.38.tgz",
23
- "_shasum": "1885b1bbbe2e1681605c65695a4ee063454ca7cf",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-20.4.42.tgz",
23
+ "_shasum": "24c38161aac6b36972ede4c2ef1c88f574e4a920",
24
24
  "_spec": "@syncfusion/ej2-angular-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~20.4.42",
35
- "@syncfusion/ej2-base": "~20.4.42",
36
- "@syncfusion/ej2-pdfviewer": "20.4.42",
35
+ "@syncfusion/ej2-base": "~20.4.44",
36
+ "@syncfusion/ej2-pdfviewer": "20.4.44",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -70,5 +70,5 @@
70
70
  "schematics": "./schematics/collection.json",
71
71
  "sideEffects": false,
72
72
  "typings": "syncfusion-ej2-angular-pdfviewer.d.ts",
73
- "version": "20.4.42"
73
+ "version": "20.4.44"
74
74
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-pdfviewer";
2
- export declare const pkgVer = "^20.4.38";
2
+ export declare const pkgVer = "^20.4.42";
3
3
  export declare const moduleName = "PdfViewerModule";
4
- export declare const themeVer = "~20.4.38";
4
+ export declare const themeVer = "~20.4.42";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-pdfviewer';
4
- exports.pkgVer = '^20.4.42';
4
+ exports.pkgVer = '^20.4.44';
5
5
  exports.moduleName = 'PdfViewerModule';
6
- exports.themeVer = '~20.4.42';
6
+ exports.themeVer = '~20.4.44';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
- export const pkgVer = '^20.4.42';
2
+ export const pkgVer = '^20.4.44';
3
3
  export const moduleName = 'PdfViewerModule';
4
- export const themeVer = '~20.4.42';
4
+ export const themeVer = '~20.4.44';
@@ -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
  }
@@ -530,3 +530,4 @@ $pv-eye-icon-padding: 7px !default;
530
530
  $pv-eye-icon-hover-cursor: pointer !default;
531
531
  $pv-eye-icon-opacity: .87 !default;
532
532
  $pv-eye-icon-margin-top: 3px !default;
533
+ $pv-comment-panel-post-button-color: #d71456 !default;
@@ -2799,6 +2799,13 @@
2799
2799
  }
2800
2800
  }
2801
2801
 
2802
+ .e-btn.e-outline.e-primary,
2803
+ .e-css.e-btn.e-outline.e-primary {
2804
+ @if $theme-name == 'material' {
2805
+ color: $pv-comment-panel-post-button-color;
2806
+ }
2807
+ }
2808
+
2802
2809
  .e-pdfviewer .e-editable-inline .e-editable-form {
2803
2810
  margin-bottom: 1px;
2804
2811
  }
@@ -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
  }