@adminforth/upload 1.2.0-next.1 → 1.2.0

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/build.log CHANGED
@@ -11,5 +11,5 @@ custom/preview.vue
11
11
  custom/tsconfig.json
12
12
  custom/uploader.vue
13
13
 
14
- sent 37,780 bytes received 134 bytes 75,828.00 bytes/sec
15
- total size is 37,291 speedup is 0.98
14
+ sent 37,887 bytes received 134 bytes 76,042.00 bytes/sec
15
+ total size is 37,398 speedup is 0.98
@@ -39,7 +39,11 @@
39
39
  background: rgba(0, 0, 0, 0.8);
40
40
  }
41
41
  .medium-zoom-overlay {
42
- background: rgba(255, 255, 255, 0.8) !important
42
+ z-index: 99;
43
+ background: rgba(255, 255, 255, 0.8) !important;
44
+ }
45
+ html.dark .medium-zoom-overlay {
46
+ background: rgba(17, 24, 39, 0.7) !important;
43
47
  }
44
48
  body.medium-zoom--opened aside {
45
49
  filter: grayscale(1)
@@ -39,7 +39,11 @@
39
39
  background: rgba(0, 0, 0, 0.8);
40
40
  }
41
41
  .medium-zoom-overlay {
42
- background: rgba(255, 255, 255, 0.8) !important
42
+ z-index: 99;
43
+ background: rgba(255, 255, 255, 0.8) !important;
44
+ }
45
+ html.dark .medium-zoom-overlay {
46
+ background: rgba(17, 24, 39, 0.7) !important;
43
47
  }
44
48
  body.medium-zoom--opened aside {
45
49
  filter: grayscale(1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/upload",
3
- "version": "1.2.0-next.1",
3
+ "version": "1.2.0",
4
4
  "description": "Plugin for uploading files for adminforth",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",