@emailmaker/filemanager 0.10.40 → 0.10.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.
- package/assets/image-editor/fonts/BebasNeueBold.woff2 +0 -0
- package/assets/image-editor/fonts/BebasNeueBook.woff2 +0 -0
- package/assets/image-editor/fonts/BebasNeueLight.woff2 +0 -0
- package/assets/image-editor/fonts/BebasNeueRegular.woff2 +0 -0
- package/assets/image-editor/fonts/Lato-Black.woff2 +0 -0
- package/assets/image-editor/fonts/Lato-Bold.woff2 +0 -0
- package/assets/image-editor/fonts/Lato-Light.woff2 +0 -0
- package/assets/image-editor/fonts/Lato-Regular.woff2 +0 -0
- package/assets/image-editor/fonts/Lobster.woff2 +0 -0
- package/assets/image-editor/fonts/Montserrat-Black.woff2 +0 -0
- package/assets/image-editor/fonts/Montserrat-Bold.woff2 +0 -0
- package/assets/image-editor/fonts/Montserrat-Light.woff2 +0 -0
- package/assets/image-editor/fonts/Montserrat-Regular.woff2 +0 -0
- package/assets/image-editor/fonts/Roboto-Black.woff2 +0 -0
- package/assets/image-editor/fonts/Roboto-Bold.woff2 +0 -0
- package/assets/image-editor/fonts/Roboto-Light.woff2 +0 -0
- package/assets/image-editor/fonts/Roboto-Regular.woff2 +0 -0
- package/assets/image-editor/fonts/Rubik-Black.woff2 +0 -0
- package/assets/image-editor/fonts/Rubik-Bold.woff2 +0 -0
- package/assets/image-editor/fonts/Rubik-Light.woff2 +0 -0
- package/assets/image-editor/fonts/Rubik-Regular.woff2 +0 -0
- package/assets/image-editor/fonts/caveat-v23-cyrillic_latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/commissioner-v24-cyrillic_latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/inter-v20-cyrillic_latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/oswald-v57-cyrillic_latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/pacifico-v23-cyrillic_latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/playfair-display-v40-cyrillic_latin-regular.woff2 +0 -0
- package/components/PageLoader/PageLoader.d.ts +1 -2
- package/file-manager.css +16 -4
- package/file-manager.esm.js +9 -9
- package/file-manager.esm.js.map +1 -1
- package/file-manager.js +1 -1
- package/package.json +1 -1
- package/assets/image-editor/fonts/TrashHand.ttf +0 -0
- package/assets/image-editor/fonts/aleo-v4-latin-ext_latin-700.woff2 +0 -0
- package/assets/image-editor/fonts/amatic-sc-v16-latin-ext_latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/bungee-inline-v6-latin-ext_latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/carter-one-v12-latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/codystar-v10-latin-ext_latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/corinthia-v7-latin-ext_latin-700.woff2 +0 -0
- package/assets/image-editor/fonts/fuzzy-bubbles-v3-latin-700.woff2 +0 -0
- package/assets/image-editor/fonts/krona-one-v9-latin-ext_latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/kumar-one-outline-v8-latin-ext_latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/lobster-two-v13-latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/molle-v11-latin-ext_latin-italic.woff2 +0 -0
- package/assets/image-editor/fonts/monoton-v10-latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/nixie-one-v11-latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/open-sans-v27-latin-ext_latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/permanent-marker-v10-latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/roboto-slab-v16-latin-ext_latin-500.woff2 +0 -0
- package/assets/image-editor/fonts/sancreek-v13-latin-ext_latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/stint-ultra-expanded-v10-latin-regular.woff2 +0 -0
- package/assets/image-editor/fonts/vt323-v12-latin-ext_latin-regular.woff2 +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/file-manager.css
CHANGED
|
@@ -53,6 +53,9 @@
|
|
|
53
53
|
overflow-y: auto;
|
|
54
54
|
display: flex;
|
|
55
55
|
flex-direction: column;
|
|
56
|
+
z-index: 1;
|
|
57
|
+
-webkit-overflow-scrolling: touch;
|
|
58
|
+
isolation: isolate;
|
|
56
59
|
}
|
|
57
60
|
|
|
58
61
|
.em-filemanager .filesContainer:has(.noFiles) {
|
|
@@ -111,6 +114,8 @@
|
|
|
111
114
|
flex: 1;
|
|
112
115
|
overflow: auto;
|
|
113
116
|
width: 100%;
|
|
117
|
+
position: relative;
|
|
118
|
+
z-index: 0;
|
|
114
119
|
}
|
|
115
120
|
|
|
116
121
|
.em-filemanager .imagePreview {
|
|
@@ -435,13 +440,18 @@
|
|
|
435
440
|
/* Drag overlay for non-empty folder drop */
|
|
436
441
|
.em-filemanager .dragOverlay {
|
|
437
442
|
position: absolute;
|
|
438
|
-
|
|
443
|
+
top: 0;
|
|
444
|
+
left: 0;
|
|
445
|
+
right: 0;
|
|
446
|
+
bottom: 0;
|
|
439
447
|
background: rgba(0, 0, 0, 0.35);
|
|
440
448
|
display: flex;
|
|
441
449
|
align-items: center;
|
|
442
450
|
justify-content: center;
|
|
443
|
-
z-index:
|
|
444
|
-
pointer-events:
|
|
451
|
+
z-index: 1050;
|
|
452
|
+
pointer-events: auto;
|
|
453
|
+
backdrop-filter: blur(2px);
|
|
454
|
+
-webkit-backdrop-filter: blur(2px);
|
|
445
455
|
}
|
|
446
456
|
|
|
447
457
|
.em-filemanager .dragOverlayInner {
|
|
@@ -1689,6 +1699,7 @@
|
|
|
1689
1699
|
height: 100%;
|
|
1690
1700
|
border-radius: calc(var(--borderRadiusXL) * 1px);
|
|
1691
1701
|
overflow: hidden;
|
|
1702
|
+
position: relative;
|
|
1692
1703
|
/* FileContent стили */
|
|
1693
1704
|
/* FolderSidebar стили */
|
|
1694
1705
|
/* FileModals стили */
|
|
@@ -1801,6 +1812,7 @@
|
|
|
1801
1812
|
background-color: transparent;
|
|
1802
1813
|
}
|
|
1803
1814
|
.em-filemanager .file-manager__layout .file-manager__main-content {
|
|
1815
|
+
position: relative;
|
|
1804
1816
|
border-bottom-right-radius: 14px;
|
|
1805
1817
|
}
|
|
1806
1818
|
.em-filemanager .file-manager__layout .content-layout {
|
|
@@ -2583,6 +2595,6 @@
|
|
|
2583
2595
|
}
|
|
2584
2596
|
}
|
|
2585
2597
|
|
|
2586
|
-
.em-filemanager .pi .block.inline-flex {
|
|
2598
|
+
.em-filemanager .pi .tiny-scrollbar .block.inline-flex {
|
|
2587
2599
|
display: block;
|
|
2588
2600
|
}
|