@syncfusion/ej2-vue-pdfviewer 26.1.41 → 26.1.42

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 (38) hide show
  1. package/dist/ej2-vue-pdfviewer.umd.min.js +1 -1
  2. package/package.json +7 -7
  3. package/styles/bootstrap-dark.css +14 -3
  4. package/styles/bootstrap.css +14 -3
  5. package/styles/bootstrap4.css +17 -4
  6. package/styles/bootstrap5-dark.css +23 -6
  7. package/styles/bootstrap5.css +23 -6
  8. package/styles/fabric-dark.css +14 -3
  9. package/styles/fabric.css +14 -3
  10. package/styles/fluent-dark.css +18 -5
  11. package/styles/fluent.css +18 -5
  12. package/styles/fluent2.css +77 -41
  13. package/styles/highcontrast-light.css +14 -3
  14. package/styles/highcontrast.css +14 -3
  15. package/styles/material-dark.css +15 -4
  16. package/styles/material.css +15 -4
  17. package/styles/material3-dark.css +12 -4
  18. package/styles/material3.css +12 -4
  19. package/styles/pdfviewer/bootstrap-dark.css +14 -3
  20. package/styles/pdfviewer/bootstrap.css +14 -3
  21. package/styles/pdfviewer/bootstrap4.css +17 -4
  22. package/styles/pdfviewer/bootstrap5-dark.css +23 -6
  23. package/styles/pdfviewer/bootstrap5.css +23 -6
  24. package/styles/pdfviewer/fabric-dark.css +14 -3
  25. package/styles/pdfviewer/fabric.css +14 -3
  26. package/styles/pdfviewer/fluent-dark.css +18 -5
  27. package/styles/pdfviewer/fluent.css +18 -5
  28. package/styles/pdfviewer/fluent2.css +77 -41
  29. package/styles/pdfviewer/highcontrast-light.css +14 -3
  30. package/styles/pdfviewer/highcontrast.css +14 -3
  31. package/styles/pdfviewer/material-dark.css +15 -4
  32. package/styles/pdfviewer/material.css +15 -4
  33. package/styles/pdfviewer/material3-dark.css +12 -4
  34. package/styles/pdfviewer/material3.css +12 -4
  35. package/styles/pdfviewer/tailwind-dark.css +15 -4
  36. package/styles/pdfviewer/tailwind.css +15 -4
  37. package/styles/tailwind-dark.css +15 -4
  38. package/styles/tailwind.css +15 -4
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-pdfviewer.umd.min.js
3
- * version : 26.1.41
3
+ * version : 26.1.42
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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-vue-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-vue-pdfviewer@26.1.40",
3
+ "_id": "@syncfusion/ej2-vue-pdfviewer@26.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-dNZVuCedRlR9v5BudEQjYHte8prbLvUwKIwjDjq40gblSBvnPiiUVeQNOmf0296Qe3g0NiLPspIcveyRGRLg1A==",
5
+ "_integrity": "sha512-Wod8cX1R5DAAzf2LmtVxnhD0bM1jRfQWtlbZPVPI7UMivBFJOV0GrF3P+Sdf+oai9CoNawB+X2+g8hMV+vdX6Q==",
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.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-26.1.40.tgz",
23
- "_shasum": "b724b59e681a8dfe51512dfe03239791f46778ee",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-26.1.41.tgz",
23
+ "_shasum": "7f00f35f580ae69238f4c1396294d29a42b6c49a",
24
24
  "_spec": "@syncfusion/ej2-vue-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~26.1.37",
35
- "@syncfusion/ej2-pdfviewer": "26.1.41",
34
+ "@syncfusion/ej2-base": "~26.1.42",
35
+ "@syncfusion/ej2-pdfviewer": "26.1.42",
36
36
  "@syncfusion/ej2-vue-base": "~26.1.35"
37
37
  },
38
38
  "deprecated": false,
@@ -57,6 +57,6 @@
57
57
  "ci-publish": "gulp ci-publish",
58
58
  "compile": "gulp ci-compile && gulp vue-global-script"
59
59
  },
60
- "version": "26.1.41",
60
+ "version": "26.1.42",
61
61
  "sideEffects": false
62
62
  }
@@ -1633,7 +1633,8 @@ input.e-pv-input-password::-ms-reveal {
1633
1633
  padding: 9px;
1634
1634
  }
1635
1635
 
1636
- .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
1636
+ .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus,
1637
+ .e-pv-tbar-btn.e-pv-organize-view-button.e-btn:focus {
1637
1638
  background: #131313;
1638
1639
  border: 0;
1639
1640
  border-radius: 0;
@@ -1869,7 +1870,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1869
1870
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1870
1871
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1871
1872
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1872
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1873
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret,
1874
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn,
1875
+ .e-pv-comment-panel-title-container .e-pv-annotation-tools-close-icon.e-pv-icon {
1873
1876
  color: #f0f0f0;
1874
1877
  }
1875
1878
 
@@ -2090,6 +2093,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2090
2093
  .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
2091
2094
  margin-top: 0;
2092
2095
  padding-top: 7px;
2096
+ padding-top: 5px;
2093
2097
  vertical-align: initial;
2094
2098
  }
2095
2099
 
@@ -2098,6 +2102,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2098
2102
  vertical-align: initial;
2099
2103
  }
2100
2104
 
2105
+ .e-pv-annotation-thickness-popup-container-mobile,
2106
+ .e-pv-annotation-opacity-popup-container-mobile {
2107
+ background-color: #2a2a2a;
2108
+ }
2109
+
2101
2110
  .e-pv-annotation-opacity-popup-container,
2102
2111
  .e-pv-annotation-thickness-popup-container {
2103
2112
  background-color: #2a2a2a;
@@ -2892,7 +2901,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2892
2901
  .e-pv-comments-panel-text {
2893
2902
  font-size: 15px;
2894
2903
  padding-left: 85px;
2895
- color: rgba(var(--color-sf-on-surface-variant));
2904
+ color: var(--color-sf-content-text-color-alt1);
2896
2905
  }
2897
2906
 
2898
2907
  .e-pv-comments-content-container {
@@ -3454,6 +3463,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3454
3463
 
3455
3464
  .e-pv-properties-form-field-group-btn-div {
3456
3465
  display: grid;
3466
+ -ms-flex-line-pack: justify;
3467
+ align-content: space-between;
3457
3468
  }
3458
3469
 
3459
3470
  .e-pv-properties-form-field-option-dropdown-list-div {
@@ -1639,7 +1639,8 @@ input.e-pv-input-password::-ms-reveal {
1639
1639
  padding: 9px;
1640
1640
  }
1641
1641
 
1642
- .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
1642
+ .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus,
1643
+ .e-pv-tbar-btn.e-pv-organize-view-button.e-btn:focus {
1643
1644
  background: #e6e6e6;
1644
1645
  border: 1px solid #adadad;
1645
1646
  border-radius: 4px;
@@ -1875,7 +1876,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1875
1876
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1876
1877
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1877
1878
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1878
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1879
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret,
1880
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn,
1881
+ .e-pv-comment-panel-title-container .e-pv-annotation-tools-close-icon.e-pv-icon {
1879
1882
  color: #333;
1880
1883
  }
1881
1884
 
@@ -2096,6 +2099,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2096
2099
  .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
2097
2100
  margin-top: 0;
2098
2101
  padding-top: 7px;
2102
+ padding-top: 5px;
2099
2103
  vertical-align: initial;
2100
2104
  }
2101
2105
 
@@ -2104,6 +2108,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2104
2108
  vertical-align: initial;
2105
2109
  }
2106
2110
 
2111
+ .e-pv-annotation-thickness-popup-container-mobile,
2112
+ .e-pv-annotation-opacity-popup-container-mobile {
2113
+ background-color: #fff;
2114
+ }
2115
+
2107
2116
  .e-pv-annotation-opacity-popup-container,
2108
2117
  .e-pv-annotation-thickness-popup-container {
2109
2118
  background-color: #fff;
@@ -2898,7 +2907,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2898
2907
  .e-pv-comments-panel-text {
2899
2908
  font-size: 15px;
2900
2909
  padding-left: 85px;
2901
- color: rgba(var(--color-sf-on-surface-variant));
2910
+ color: var(--color-sf-content-text-color-alt1);
2902
2911
  }
2903
2912
 
2904
2913
  .e-pv-comments-content-container {
@@ -3463,6 +3472,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3463
3472
 
3464
3473
  .e-pv-properties-form-field-group-btn-div {
3465
3474
  display: grid;
3475
+ -ms-flex-line-pack: justify;
3476
+ align-content: space-between;
3466
3477
  }
3467
3478
 
3468
3479
  .e-pv-properties-form-field-option-dropdown-list-div {
@@ -1700,7 +1700,8 @@ input.e-pv-input-password::-ms-reveal {
1700
1700
  padding: 7px;
1701
1701
  }
1702
1702
 
1703
- .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
1703
+ .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus,
1704
+ .e-pv-tbar-btn.e-pv-organize-view-button.e-btn:focus {
1704
1705
  background: #545b62;
1705
1706
  border: 1px solid #545b62;
1706
1707
  border-radius: 4px;
@@ -1985,7 +1986,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1985
1986
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1986
1987
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1987
1988
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1988
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1989
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret,
1990
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn,
1991
+ .e-pv-comment-panel-title-container .e-pv-annotation-tools-close-icon.e-pv-icon {
1989
1992
  color: #495057;
1990
1993
  }
1991
1994
 
@@ -2033,7 +2036,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2033
2036
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:focus,
2034
2037
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:not(.e-input-focus):hover,
2035
2038
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:focus,
2036
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover {
2039
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover,
2040
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn:hover,
2041
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn:focus {
2037
2042
  color: #fff;
2038
2043
  }
2039
2044
 
@@ -2311,6 +2316,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2311
2316
  .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
2312
2317
  margin-top: 0;
2313
2318
  padding-top: 7px;
2319
+ padding-top: 5px;
2314
2320
  vertical-align: initial;
2315
2321
  }
2316
2322
 
@@ -2319,6 +2325,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2319
2325
  vertical-align: initial;
2320
2326
  }
2321
2327
 
2328
+ .e-pv-annotation-thickness-popup-container-mobile,
2329
+ .e-pv-annotation-opacity-popup-container-mobile {
2330
+ background-color: #fff;
2331
+ }
2332
+
2322
2333
  .e-pv-annotation-opacity-popup-container,
2323
2334
  .e-pv-annotation-thickness-popup-container {
2324
2335
  background-color: #fff;
@@ -3184,7 +3195,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3184
3195
  .e-pv-comments-panel-text {
3185
3196
  font-size: 15px;
3186
3197
  padding-left: 85px;
3187
- color: rgba(var(--color-sf-on-surface-variant));
3198
+ color: var(--color-sf-content-text-color-alt1);
3188
3199
  }
3189
3200
 
3190
3201
  .e-pv-comments-content-container {
@@ -3780,6 +3791,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3780
3791
 
3781
3792
  .e-pv-properties-form-field-group-btn-div {
3782
3793
  display: grid;
3794
+ -ms-flex-line-pack: justify;
3795
+ align-content: space-between;
3783
3796
  }
3784
3797
 
3785
3798
  .e-pv-properties-form-field-option-dropdown-list-div {
@@ -1678,7 +1678,8 @@ input.e-pv-input-password::-ms-reveal {
1678
1678
  padding: 0;
1679
1679
  }
1680
1680
 
1681
- .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
1681
+ .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus,
1682
+ .e-pv-tbar-btn.e-pv-organize-view-button.e-btn:focus {
1682
1683
  background: #565e64;
1683
1684
  border: none;
1684
1685
  border-radius: 4px;
@@ -1928,7 +1929,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1928
1929
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1929
1930
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1930
1931
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1931
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1932
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret,
1933
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn,
1934
+ .e-pv-comment-panel-title-container .e-pv-annotation-tools-close-icon.e-pv-icon {
1932
1935
  color: #adb5bd;
1933
1936
  -webkit-box-shadow: none;
1934
1937
  box-shadow: none;
@@ -1985,7 +1988,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1985
1988
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:focus,
1986
1989
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:not(.e-input-focus):hover,
1987
1990
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:focus,
1988
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover {
1991
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover,
1992
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn:hover,
1993
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn:focus {
1989
1994
  color: #fff;
1990
1995
  }
1991
1996
 
@@ -2220,6 +2225,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2220
2225
  margin-top: 0;
2221
2226
  padding-top: 7px;
2222
2227
  padding-top: 0;
2228
+ padding-top: 5px;
2223
2229
  vertical-align: initial;
2224
2230
  }
2225
2231
 
@@ -2229,9 +2235,14 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2229
2235
  vertical-align: initial;
2230
2236
  }
2231
2237
 
2238
+ .e-pv-annotation-thickness-popup-container-mobile,
2239
+ .e-pv-annotation-opacity-popup-container-mobile {
2240
+ background-color: #282d31;
2241
+ }
2242
+
2232
2243
  .e-pv-annotation-opacity-popup-container,
2233
2244
  .e-pv-annotation-thickness-popup-container {
2234
- background-color: #fff;
2245
+ background-color: #282d31;
2235
2246
  -webkit-box-shadow: 0 3px 8px 0 #31373d;
2236
2247
  box-shadow: 0 3px 8px 0 #31373d;
2237
2248
  color: #fff;
@@ -2555,13 +2566,17 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2555
2566
  height: 30px;
2556
2567
  line-height: 16px;
2557
2568
  background: transparent;
2558
- border: 1px solid #444c54;
2559
2569
  border-radius: 4px;
2560
2570
  -webkit-box-sizing: border-box;
2561
2571
  box-sizing: border-box;
2562
2572
  color: #fff;
2563
2573
  }
2564
2574
 
2575
+ .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn:disabled,
2576
+ .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn:disabled {
2577
+ color: #adb5bd;
2578
+ }
2579
+
2565
2580
  .e-pv-properties-window .e-dlg-content {
2566
2581
  padding-top: 6px;
2567
2582
  }
@@ -3141,7 +3156,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3141
3156
  .e-pv-comments-panel-text {
3142
3157
  font-size: 15px;
3143
3158
  padding-left: 85px;
3144
- color: rgba(var(--color-sf-on-surface-variant));
3159
+ color: var(--color-sf-content-text-color-alt1);
3145
3160
  }
3146
3161
 
3147
3162
  .e-pv-comments-content-container {
@@ -3778,6 +3793,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3778
3793
 
3779
3794
  .e-pv-properties-form-field-group-btn-div {
3780
3795
  display: grid;
3796
+ -ms-flex-line-pack: justify;
3797
+ align-content: space-between;
3781
3798
  }
3782
3799
 
3783
3800
  .e-pv-properties-form-field-option-dropdown-list-div {
@@ -1678,7 +1678,8 @@ input.e-pv-input-password::-ms-reveal {
1678
1678
  padding: 0;
1679
1679
  }
1680
1680
 
1681
- .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
1681
+ .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus,
1682
+ .e-pv-tbar-btn.e-pv-organize-view-button.e-btn:focus {
1682
1683
  background: #565e64;
1683
1684
  border: none;
1684
1685
  border-radius: 4px;
@@ -1928,7 +1929,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1928
1929
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1929
1930
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1930
1931
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1931
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1932
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret,
1933
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn,
1934
+ .e-pv-comment-panel-title-container .e-pv-annotation-tools-close-icon.e-pv-icon {
1932
1935
  color: #6c757d;
1933
1936
  -webkit-box-shadow: none;
1934
1937
  box-shadow: none;
@@ -1985,7 +1988,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1985
1988
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:focus,
1986
1989
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:not(.e-input-focus):hover,
1987
1990
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:focus,
1988
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover {
1991
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover,
1992
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn:hover,
1993
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn:focus {
1989
1994
  color: #fff;
1990
1995
  }
1991
1996
 
@@ -2220,6 +2225,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2220
2225
  margin-top: 0;
2221
2226
  padding-top: 7px;
2222
2227
  padding-top: 0;
2228
+ padding-top: 5px;
2223
2229
  vertical-align: initial;
2224
2230
  }
2225
2231
 
@@ -2229,9 +2235,14 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2229
2235
  vertical-align: initial;
2230
2236
  }
2231
2237
 
2238
+ .e-pv-annotation-thickness-popup-container-mobile,
2239
+ .e-pv-annotation-opacity-popup-container-mobile {
2240
+ background-color: #f8f9fa;
2241
+ }
2242
+
2232
2243
  .e-pv-annotation-opacity-popup-container,
2233
2244
  .e-pv-annotation-thickness-popup-container {
2234
- background-color: #fff;
2245
+ background-color: #f8f9fa;
2235
2246
  -webkit-box-shadow: 0 3px 8px 0 #e9ecef;
2236
2247
  box-shadow: 0 3px 8px 0 #e9ecef;
2237
2248
  color: #212529;
@@ -2555,13 +2566,17 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2555
2566
  height: 30px;
2556
2567
  line-height: 16px;
2557
2568
  background: transparent;
2558
- border: 1px solid #dee2e6;
2559
2569
  border-radius: 4px;
2560
2570
  -webkit-box-sizing: border-box;
2561
2571
  box-sizing: border-box;
2562
2572
  color: #212529;
2563
2573
  }
2564
2574
 
2575
+ .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn:disabled,
2576
+ .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn:disabled {
2577
+ color: #6c757d;
2578
+ }
2579
+
2565
2580
  .e-pv-properties-window .e-dlg-content {
2566
2581
  padding-top: 6px;
2567
2582
  }
@@ -3141,7 +3156,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3141
3156
  .e-pv-comments-panel-text {
3142
3157
  font-size: 15px;
3143
3158
  padding-left: 85px;
3144
- color: rgba(var(--color-sf-on-surface-variant));
3159
+ color: var(--color-sf-content-text-color-alt1);
3145
3160
  }
3146
3161
 
3147
3162
  .e-pv-comments-content-container {
@@ -3778,6 +3793,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3778
3793
 
3779
3794
  .e-pv-properties-form-field-group-btn-div {
3780
3795
  display: grid;
3796
+ -ms-flex-line-pack: justify;
3797
+ align-content: space-between;
3781
3798
  }
3782
3799
 
3783
3800
  .e-pv-properties-form-field-option-dropdown-list-div {
@@ -1643,7 +1643,8 @@ input.e-pv-input-password::-ms-reveal {
1643
1643
  padding: 10px;
1644
1644
  }
1645
1645
 
1646
- .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
1646
+ .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus,
1647
+ .e-pv-tbar-btn.e-pv-organize-view-button.e-btn:focus {
1647
1648
  background: #282727;
1648
1649
  border: none;
1649
1650
  border-radius: 0;
@@ -1879,7 +1880,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1879
1880
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1880
1881
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1881
1882
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1882
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1883
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret,
1884
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn,
1885
+ .e-pv-comment-panel-title-container .e-pv-annotation-tools-close-icon.e-pv-icon {
1883
1886
  color: #dadada;
1884
1887
  }
1885
1888
 
@@ -2098,6 +2101,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2098
2101
  .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
2099
2102
  margin-top: 0;
2100
2103
  padding-top: 7px;
2104
+ padding-top: 5px;
2101
2105
  vertical-align: initial;
2102
2106
  }
2103
2107
 
@@ -2106,6 +2110,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2106
2110
  vertical-align: initial;
2107
2111
  }
2108
2112
 
2113
+ .e-pv-annotation-thickness-popup-container-mobile,
2114
+ .e-pv-annotation-opacity-popup-container-mobile {
2115
+ background-color: #282727;
2116
+ }
2117
+
2109
2118
  .e-pv-annotation-opacity-popup-container,
2110
2119
  .e-pv-annotation-thickness-popup-container {
2111
2120
  background-color: #282727;
@@ -2900,7 +2909,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2900
2909
  .e-pv-comments-panel-text {
2901
2910
  font-size: 15px;
2902
2911
  padding-left: 85px;
2903
- color: rgba(var(--color-sf-on-surface-variant));
2912
+ color: var(--color-sf-content-text-color-alt1);
2904
2913
  }
2905
2914
 
2906
2915
  .e-pv-comments-content-container {
@@ -3462,6 +3471,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3462
3471
 
3463
3472
  .e-pv-properties-form-field-group-btn-div {
3464
3473
  display: grid;
3474
+ -ms-flex-line-pack: justify;
3475
+ align-content: space-between;
3465
3476
  }
3466
3477
 
3467
3478
  .e-pv-properties-form-field-option-dropdown-list-div {
package/styles/fabric.css CHANGED
@@ -1650,7 +1650,8 @@ input.e-pv-input-password::-ms-reveal {
1650
1650
  padding: 10px;
1651
1651
  }
1652
1652
 
1653
- .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
1653
+ .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus,
1654
+ .e-pv-tbar-btn.e-pv-organize-view-button.e-btn:focus {
1654
1655
  background: #eaeaea;
1655
1656
  border: none;
1656
1657
  border-radius: 0;
@@ -1886,7 +1887,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1886
1887
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1887
1888
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1888
1889
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1889
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1890
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret,
1891
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn,
1892
+ .e-pv-comment-panel-title-container .e-pv-annotation-tools-close-icon.e-pv-icon {
1890
1893
  color: #000;
1891
1894
  }
1892
1895
 
@@ -2109,6 +2112,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2109
2112
  .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
2110
2113
  margin-top: 0;
2111
2114
  padding-top: 7px;
2115
+ padding-top: 5px;
2112
2116
  vertical-align: initial;
2113
2117
  }
2114
2118
 
@@ -2117,6 +2121,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2117
2121
  vertical-align: initial;
2118
2122
  }
2119
2123
 
2124
+ .e-pv-annotation-thickness-popup-container-mobile,
2125
+ .e-pv-annotation-opacity-popup-container-mobile {
2126
+ background-color: #fff;
2127
+ }
2128
+
2120
2129
  .e-pv-annotation-opacity-popup-container,
2121
2130
  .e-pv-annotation-thickness-popup-container {
2122
2131
  background-color: #fff;
@@ -2911,7 +2920,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2911
2920
  .e-pv-comments-panel-text {
2912
2921
  font-size: 15px;
2913
2922
  padding-left: 85px;
2914
- color: rgba(var(--color-sf-on-surface-variant));
2923
+ color: var(--color-sf-content-text-color-alt1);
2915
2924
  }
2916
2925
 
2917
2926
  .e-pv-comments-content-container {
@@ -3477,6 +3486,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3477
3486
 
3478
3487
  .e-pv-properties-form-field-group-btn-div {
3479
3488
  display: grid;
3489
+ -ms-flex-line-pack: justify;
3490
+ align-content: space-between;
3480
3491
  }
3481
3492
 
3482
3493
  .e-pv-properties-form-field-option-dropdown-list-div {
@@ -1672,7 +1672,8 @@ input.e-pv-input-password::-ms-reveal {
1672
1672
  padding: 0;
1673
1673
  }
1674
1674
 
1675
- .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
1675
+ .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus,
1676
+ .e-pv-tbar-btn.e-pv-organize-view-button.e-btn:focus {
1676
1677
  background: #292827;
1677
1678
  border: none;
1678
1679
  border-radius: 4px;
@@ -1922,7 +1923,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1922
1923
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1923
1924
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1924
1925
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1925
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1926
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret,
1927
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn,
1928
+ .e-pv-comment-panel-title-container .e-pv-annotation-tools-close-icon.e-pv-icon {
1926
1929
  color: #a19f9d;
1927
1930
  }
1928
1931
 
@@ -1975,7 +1978,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1975
1978
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:focus,
1976
1979
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:not(.e-input-focus):hover,
1977
1980
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:focus,
1978
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover {
1981
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover,
1982
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn:hover,
1983
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn:focus {
1979
1984
  color: #fff;
1980
1985
  }
1981
1986
 
@@ -2201,6 +2206,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2201
2206
  margin-top: 0;
2202
2207
  padding-top: 7px;
2203
2208
  padding-top: 0;
2209
+ padding-top: 5px;
2204
2210
  vertical-align: initial;
2205
2211
  }
2206
2212
 
@@ -2209,9 +2215,14 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2209
2215
  vertical-align: initial;
2210
2216
  }
2211
2217
 
2218
+ .e-pv-annotation-thickness-popup-container-mobile,
2219
+ .e-pv-annotation-opacity-popup-container-mobile {
2220
+ background-color: #201f1e;
2221
+ }
2222
+
2212
2223
  .e-pv-annotation-opacity-popup-container,
2213
2224
  .e-pv-annotation-thickness-popup-container {
2214
- background-color: #fff;
2225
+ background-color: #201f1e;
2215
2226
  -webkit-box-shadow: none;
2216
2227
  box-shadow: none;
2217
2228
  color: #f3f2f1;
@@ -3103,7 +3114,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3103
3114
  .e-pv-comments-panel-text {
3104
3115
  font-size: 15px;
3105
3116
  padding-left: 85px;
3106
- color: rgba(var(--color-sf-on-surface-variant));
3117
+ color: var(--color-sf-content-text-color-alt1);
3107
3118
  }
3108
3119
 
3109
3120
  .e-pv-comments-content-container {
@@ -3692,6 +3703,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3692
3703
 
3693
3704
  .e-pv-properties-form-field-group-btn-div {
3694
3705
  display: grid;
3706
+ -ms-flex-line-pack: justify;
3707
+ align-content: space-between;
3695
3708
  }
3696
3709
 
3697
3710
  .e-pv-properties-form-field-option-dropdown-list-div {
package/styles/fluent.css CHANGED
@@ -1672,7 +1672,8 @@ input.e-pv-input-password::-ms-reveal {
1672
1672
  padding: 0;
1673
1673
  }
1674
1674
 
1675
- .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
1675
+ .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus,
1676
+ .e-pv-tbar-btn.e-pv-organize-view-button.e-btn:focus {
1676
1677
  background: #edebe9;
1677
1678
  border: none;
1678
1679
  border-radius: 4px;
@@ -1922,7 +1923,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1922
1923
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1923
1924
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1924
1925
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1925
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1926
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret,
1927
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn,
1928
+ .e-pv-comment-panel-title-container .e-pv-annotation-tools-close-icon.e-pv-icon {
1926
1929
  color: #605e5c;
1927
1930
  }
1928
1931
 
@@ -1975,7 +1978,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1975
1978
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:focus,
1976
1979
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:not(.e-input-focus):hover,
1977
1980
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:focus,
1978
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover {
1981
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover,
1982
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn:hover,
1983
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn:focus {
1979
1984
  color: #323130;
1980
1985
  }
1981
1986
 
@@ -2201,6 +2206,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2201
2206
  margin-top: 0;
2202
2207
  padding-top: 7px;
2203
2208
  padding-top: 0;
2209
+ padding-top: 5px;
2204
2210
  vertical-align: initial;
2205
2211
  }
2206
2212
 
@@ -2209,9 +2215,14 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2209
2215
  vertical-align: initial;
2210
2216
  }
2211
2217
 
2218
+ .e-pv-annotation-thickness-popup-container-mobile,
2219
+ .e-pv-annotation-opacity-popup-container-mobile {
2220
+ background-color: #faf9f8;
2221
+ }
2222
+
2212
2223
  .e-pv-annotation-opacity-popup-container,
2213
2224
  .e-pv-annotation-thickness-popup-container {
2214
- background-color: #fff;
2225
+ background-color: #faf9f8;
2215
2226
  -webkit-box-shadow: none;
2216
2227
  box-shadow: none;
2217
2228
  color: #201f1e;
@@ -3103,7 +3114,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3103
3114
  .e-pv-comments-panel-text {
3104
3115
  font-size: 15px;
3105
3116
  padding-left: 85px;
3106
- color: rgba(var(--color-sf-on-surface-variant));
3117
+ color: var(--color-sf-content-text-color-alt1);
3107
3118
  }
3108
3119
 
3109
3120
  .e-pv-comments-content-container {
@@ -3692,6 +3703,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3692
3703
 
3693
3704
  .e-pv-properties-form-field-group-btn-div {
3694
3705
  display: grid;
3706
+ -ms-flex-line-pack: justify;
3707
+ align-content: space-between;
3695
3708
  }
3696
3709
 
3697
3710
  .e-pv-properties-form-field-option-dropdown-list-div {