@fileverse-dev/fortune-react 1.1.59 → 1.1.60
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.
|
@@ -258,7 +258,8 @@ var FormulaHint = function FormulaHint(props) {
|
|
|
258
258
|
style: {
|
|
259
259
|
backgroundColor: "".concat(fn.BRAND_COLOR ? fn.BRAND_COLOR : "#F8F9FA"),
|
|
260
260
|
maxHeight: "284px",
|
|
261
|
-
overflowY: "scroll"
|
|
261
|
+
overflowY: "scroll",
|
|
262
|
+
cursor: "auto"
|
|
262
263
|
}
|
|
263
264
|
}, fn.API_KEY && (/*#__PURE__*/React.createElement("div", {
|
|
264
265
|
style: {
|
|
@@ -267,7 +267,8 @@ var FormulaHint = function FormulaHint(props) {
|
|
|
267
267
|
style: {
|
|
268
268
|
backgroundColor: "".concat(fn.BRAND_COLOR ? fn.BRAND_COLOR : "#F8F9FA"),
|
|
269
269
|
maxHeight: "284px",
|
|
270
|
-
overflowY: "scroll"
|
|
270
|
+
overflowY: "scroll",
|
|
271
|
+
cursor: "auto"
|
|
271
272
|
}
|
|
272
273
|
}, fn.API_KEY && (/*#__PURE__*/_react.default.createElement("div", {
|
|
273
274
|
style: {
|
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.60",
|
|
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.60",
|
|
20
20
|
"@fileverse/ui": "^4.1.7-patch-21",
|
|
21
21
|
"@tippyjs/react": "^4.2.6",
|
|
22
22
|
"@types/regenerator-runtime": "^0.13.6",
|