@fileverse-dev/fortune-react 1.1.58 → 1.1.59

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,
@@ -285,7 +286,10 @@ var FormulaHint = function FormulaHint(props) {
285
286
  }, isKeyAdded ? "API key provided" : "API key is required"), /*#__PURE__*/React.createElement(LucideIcon, {
286
287
  name: showAPInput ? "ChevronUp" : "ChevronDown",
287
288
  width: 24,
288
- height: 24
289
+ height: 24,
290
+ style: {
291
+ cursor: "pointer"
292
+ }
289
293
  })), showAPInput && (/*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("p", {
290
294
  style: {
291
295
  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,
@@ -294,7 +295,10 @@ var FormulaHint = function FormulaHint(props) {
294
295
  }, isKeyAdded ? "API key provided" : "API key is required"), /*#__PURE__*/_react.default.createElement(_ui.LucideIcon, {
295
296
  name: showAPInput ? "ChevronUp" : "ChevronDown",
296
297
  width: 24,
297
- height: 24
298
+ height: 24,
299
+ style: {
300
+ cursor: "pointer"
301
+ }
298
302
  })), showAPInput && (/*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement("p", {
299
303
  style: {
300
304
  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.59",
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.59",
20
20
  "@fileverse/ui": "^4.1.7-patch-21",
21
21
  "@tippyjs/react": "^4.2.6",
22
22
  "@types/regenerator-runtime": "^0.13.6",