@fileverse-dev/fortune-react 1.2.78-example-2 → 1.2.78
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.
|
@@ -306,7 +306,7 @@ var FxEditor = function FxEditor() {
|
|
|
306
306
|
}, /*#__PURE__*/React.createElement(NameBox, null), /*#__PURE__*/React.createElement("div", {
|
|
307
307
|
className: "fortune-fx-icon",
|
|
308
308
|
style: {
|
|
309
|
-
cursor:
|
|
309
|
+
cursor: 'pointer'
|
|
310
310
|
},
|
|
311
311
|
onClick: function onClick() {
|
|
312
312
|
var _a;
|
|
@@ -315,7 +315,7 @@ var FxEditor = function FxEditor() {
|
|
|
315
315
|
}, /*#__PURE__*/_react.default.createElement(_NameBox.default, null), /*#__PURE__*/_react.default.createElement("div", {
|
|
316
316
|
className: "fortune-fx-icon",
|
|
317
317
|
style: {
|
|
318
|
-
cursor:
|
|
318
|
+
cursor: 'pointer'
|
|
319
319
|
},
|
|
320
320
|
onClick: function onClick() {
|
|
321
321
|
var _a;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-react",
|
|
3
|
-
"version": "1.2.78
|
|
3
|
+
"version": "1.2.78",
|
|
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.2.78
|
|
19
|
+
"@fileverse-dev/fortune-core": "1.2.78",
|
|
20
20
|
"@fileverse/ui": "^4.1.7-patch-40",
|
|
21
21
|
"@tippyjs/react": "^4.2.6",
|
|
22
22
|
"@types/regenerator-runtime": "^0.13.6",
|