@jfvilas/react-file-manager 1.4.3 → 1.4.4

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/dist/style.css +3 -0
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -596,6 +596,7 @@
596
596
  border-left: 0;
597
597
  border-right: 0;
598
598
  border-bottom: 1px;
599
+ border-bottom-right-radius: 8px;
599
600
  overflow-y: auto !important;
600
601
  }
601
602
  .files::-webkit-scrollbar {
@@ -1128,10 +1129,12 @@ svg {
1128
1129
  .file-explorer .files-container {
1129
1130
  display: flex;
1130
1131
  height: calc(100% - 46px);
1132
+ border-bottom-right-radius: 8px;
1131
1133
  }
1132
1134
  .file-explorer .files-container .navigation-pane {
1133
1135
  z-index: 1;
1134
1136
  padding-top: 8px;
1137
+ border-radius: 8px;
1135
1138
  position: relative;
1136
1139
  }
1137
1140
  .file-explorer .files-container .navigation-pane .sidebar-resize {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jfvilas/react-file-manager",
3
3
  "private": false,
4
- "version": "1.4.3",
4
+ "version": "1.4.4",
5
5
  "type": "module",
6
6
  "module": "dist/react-file-manager.es.js",
7
7
  "files": [