ofd-view 0.1.44 → 0.1.45

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 (2) hide show
  1. package/lib/viewer.css +1 -19
  2. package/package.json +1 -5
package/lib/viewer.css CHANGED
@@ -2629,6 +2629,7 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
2629
2629
  }
2630
2630
 
2631
2631
  .treeItem > a {
2632
+ text-align: left;
2632
2633
  text-decoration: none;
2633
2634
  display: inline-block;
2634
2635
  min-width: 95%;
@@ -3242,25 +3243,6 @@ dialog :link {
3242
3243
  transform: rotate(-45deg);
3243
3244
  }
3244
3245
 
3245
- svg text {
3246
- -webkit-touch-callout: none;
3247
- -webkit-user-select: none;
3248
- -khtml-user-select: none;
3249
- -moz-user-select: none;
3250
- -ms-user-select: none;
3251
- user-select: none;
3252
- }
3253
-
3254
- .mask_div {
3255
- -webkit-touch-callout: none;
3256
- -webkit-user-select: none;
3257
- -khtml-user-select: none;
3258
- -moz-user-select: none;
3259
- -ms-user-select: none;
3260
- user-select: none;
3261
- }
3262
-
3263
3246
  .highLight {
3264
3247
  background-color: rgba(255,255,0,.3);
3265
3248
  }
3266
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ofd-view",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "main": "lib/ofd-view.umd.js",
5
5
  "files": [
6
6
  "lib/*",
@@ -13,10 +13,6 @@
13
13
  "ofdlib": "vue-cli-service build --target lib --name ofd-view --dest lib packages/index.js",
14
14
  "pdflib": "vue-cli-service build --target lib --name pdf-view --dest lib packages/index.js"
15
15
  },
16
- "dependencies": {
17
- "core-js": "^3.6.5",
18
- "vue": "^2.6.11"
19
- },
20
16
  "devDependencies": {
21
17
  "@babel/core": "^7.12.16",
22
18
  "@babel/eslint-parser": "^7.12.16",