@fileverse-dev/fortune-react 1.1.86 → 1.1.87
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/es/components/SheetOverlay/drag_and_drop/column-helpers.js +1 -1
- package/es/components/SheetOverlay/drag_and_drop/row-helpers.js +1 -1
- package/lib/components/SheetOverlay/drag_and_drop/column-helpers.js +1 -1
- package/lib/components/SheetOverlay/drag_and_drop/row-helpers.js +1 -1
- package/package.json +2 -2
|
@@ -103,7 +103,7 @@ export var useColumnDragAndDrop = function useColumnDragAndDrop(containerRef, se
|
|
|
103
103
|
var createGhost = function createGhost(host) {
|
|
104
104
|
var el = document.createElement("div");
|
|
105
105
|
el.style.position = "fixed";
|
|
106
|
-
el.style.top = "
|
|
106
|
+
el.style.top = "134px";
|
|
107
107
|
el.style.height = "".concat(window.innerHeight, "px");
|
|
108
108
|
el.style.boxSizing = "border-box";
|
|
109
109
|
el.style.padding = "6px 8px";
|
|
@@ -103,7 +103,7 @@ export var useRowDragAndDrop = function useRowDragAndDrop(containerRef, selected
|
|
|
103
103
|
var createGhost = function createGhost(host) {
|
|
104
104
|
var el = document.createElement("div");
|
|
105
105
|
el.style.position = "fixed";
|
|
106
|
-
el.style.left = "
|
|
106
|
+
el.style.left = "58px";
|
|
107
107
|
el.style.width = "".concat(window.innerWidth, "px");
|
|
108
108
|
el.style.boxSizing = "border-box";
|
|
109
109
|
el.style.padding = "6px 8px";
|
|
@@ -110,7 +110,7 @@ var useColumnDragAndDrop = exports.useColumnDragAndDrop = function useColumnDrag
|
|
|
110
110
|
var createGhost = function createGhost(host) {
|
|
111
111
|
var el = document.createElement("div");
|
|
112
112
|
el.style.position = "fixed";
|
|
113
|
-
el.style.top = "
|
|
113
|
+
el.style.top = "134px";
|
|
114
114
|
el.style.height = "".concat(window.innerHeight, "px");
|
|
115
115
|
el.style.boxSizing = "border-box";
|
|
116
116
|
el.style.padding = "6px 8px";
|
|
@@ -110,7 +110,7 @@ var useRowDragAndDrop = exports.useRowDragAndDrop = function useRowDragAndDrop(c
|
|
|
110
110
|
var createGhost = function createGhost(host) {
|
|
111
111
|
var el = document.createElement("div");
|
|
112
112
|
el.style.position = "fixed";
|
|
113
|
-
el.style.left = "
|
|
113
|
+
el.style.left = "58px";
|
|
114
114
|
el.style.width = "".concat(window.innerWidth, "px");
|
|
115
115
|
el.style.boxSizing = "border-box";
|
|
116
116
|
el.style.padding = "6px 8px";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-react",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.87",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"types": "lib/index.d.ts",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"tsc": "tsc"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@fileverse-dev/fortune-core": "1.1.
|
|
19
|
+
"@fileverse-dev/fortune-core": "1.1.87",
|
|
20
20
|
"@fileverse/ui": "^4.1.7-patch-21",
|
|
21
21
|
"@tippyjs/react": "^4.2.6",
|
|
22
22
|
"@types/regenerator-runtime": "^0.13.6",
|