@fileverse-dev/dsheet 1.0.90 → 1.0.91

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/index.es.js +10 -5
  2. package/package.json +2 -2
package/dist/index.es.js CHANGED
@@ -157787,7 +157787,7 @@ var K6t = function(r) {
157787
157787
  className: "fortune-link-modify-modal link-toolbar",
157788
157788
  style: {
157789
157789
  left: s.cellLeft + 20,
157790
- top: s.cellBottom
157790
+ top: s.cellBottom - 5
157791
157791
  }
157792
157792
  }), /* @__PURE__ */ z.createElement("div", {
157793
157793
  className: "link-content",
@@ -159140,10 +159140,15 @@ var ayt = function() {
159140
159140
  });
159141
159141
  }, 800);
159142
159142
  }, [m]), C = Bt(function(G, X, J, B, Q, F) {
159143
- var V = Zfe(G, J, B, Q, F);
159144
- if (V != null) {
159145
- var Z = nI(G, V.r, V.c);
159146
- Z == null ? I(X, V.r, V.c, !1) : (Q5(G, V.r, V.c, !1), I(X, V.r, V.c, !1, !0));
159143
+ var V, Z = Zfe(G, J, B, Q, F);
159144
+ if (Z != null) {
159145
+ var ne = nI(G, Z.r, Z.c);
159146
+ if (ne == null)
159147
+ I(X, Z.r, Z.c, !1);
159148
+ else {
159149
+ if (!((V = X.linkCard) === null || V === void 0) && V.mouseEnter) return;
159150
+ Q5(G, Z.r, Z.c, !1), I(X, Z.r, Z.c, !1, !0);
159151
+ }
159147
159152
  }
159148
159153
  }, [I]), k = Bt(function(G) {
159149
159154
  m(function(X) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "1.0.90",
5
+ "version": "1.0.91",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@fileverse-dev/dsheets-templates": "^0.0.17",
37
37
  "@fileverse-dev/formulajs": "^4.4.11-mod-89",
38
- "@fileverse-dev/fortune-react": "^1.0.88",
38
+ "@fileverse-dev/fortune-react": "^1.0.89",
39
39
  "@fileverse/ui": "^4.1.7-patch-21",
40
40
  "classnames": "^2.5.1",
41
41
  "exceljs": "^4.4.0",