@fileverse-dev/fortune-react 1.1.58 → 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.
@@ -218,7 +218,8 @@ var FormulaHint = function FormulaHint(props) {
218
218
  minWidth: "75px",
219
219
  height: "20px",
220
220
  alignItems: "center",
221
- gap: "6px"
221
+ gap: "6px",
222
+ cursor: "pointer"
222
223
  }
223
224
  }, fn.LOGO && (/*#__PURE__*/React.createElement("img", {
224
225
  src: fn.LOGO,
@@ -257,7 +258,8 @@ var FormulaHint = function FormulaHint(props) {
257
258
  style: {
258
259
  backgroundColor: "".concat(fn.BRAND_COLOR ? fn.BRAND_COLOR : "#F8F9FA"),
259
260
  maxHeight: "284px",
260
- overflowY: "scroll"
261
+ overflowY: "scroll",
262
+ cursor: "auto"
261
263
  }
262
264
  }, fn.API_KEY && (/*#__PURE__*/React.createElement("div", {
263
265
  style: {
@@ -285,7 +287,10 @@ var FormulaHint = function FormulaHint(props) {
285
287
  }, isKeyAdded ? "API key provided" : "API key is required"), /*#__PURE__*/React.createElement(LucideIcon, {
286
288
  name: showAPInput ? "ChevronUp" : "ChevronDown",
287
289
  width: 24,
288
- height: 24
290
+ height: 24,
291
+ style: {
292
+ cursor: "pointer"
293
+ }
289
294
  })), showAPInput && (/*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("p", {
290
295
  style: {
291
296
  margin: "0 0 16px 0"
@@ -227,7 +227,8 @@ var FormulaHint = function FormulaHint(props) {
227
227
  minWidth: "75px",
228
228
  height: "20px",
229
229
  alignItems: "center",
230
- gap: "6px"
230
+ gap: "6px",
231
+ cursor: "pointer"
231
232
  }
232
233
  }, fn.LOGO && (/*#__PURE__*/_react.default.createElement("img", {
233
234
  src: fn.LOGO,
@@ -266,7 +267,8 @@ var FormulaHint = function FormulaHint(props) {
266
267
  style: {
267
268
  backgroundColor: "".concat(fn.BRAND_COLOR ? fn.BRAND_COLOR : "#F8F9FA"),
268
269
  maxHeight: "284px",
269
- overflowY: "scroll"
270
+ overflowY: "scroll",
271
+ cursor: "auto"
270
272
  }
271
273
  }, fn.API_KEY && (/*#__PURE__*/_react.default.createElement("div", {
272
274
  style: {
@@ -294,7 +296,10 @@ var FormulaHint = function FormulaHint(props) {
294
296
  }, isKeyAdded ? "API key provided" : "API key is required"), /*#__PURE__*/_react.default.createElement(_ui.LucideIcon, {
295
297
  name: showAPInput ? "ChevronUp" : "ChevronDown",
296
298
  width: 24,
297
- height: 24
299
+ height: 24,
300
+ style: {
301
+ cursor: "pointer"
302
+ }
298
303
  })), showAPInput && (/*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement("p", {
299
304
  style: {
300
305
  margin: "0 0 16px 0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-react",
3
- "version": "1.1.58",
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.58",
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",