@fileverse-dev/fortune-react 1.0.48 → 1.0.50

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.
@@ -78,7 +78,7 @@ var SheetTab = function SheetTab() {
78
78
  className: "text-center text-xsm"
79
79
  }, /*#__PURE__*/React.createElement("span", {
80
80
  className: "font-medium"
81
- }, "Disclaimer:"), " Prices aren't updated in real time, so they might be slightly different from the source when you check. Updates can be delayed by up to 20 minutes."))), /*#__PURE__*/React.createElement("div", {
81
+ }, "Disclaimer:"), " Prices are not updated in real time and may differ slightly. Updates may be delayed by up to 20 minutes."))), /*#__PURE__*/React.createElement("div", {
82
82
  className: "luckysheet-sheet-area luckysheet-noselected-text",
83
83
  onContextMenu: function onContextMenu(e) {
84
84
  return e.preventDefault();
@@ -87,7 +87,7 @@ var SheetTab = function SheetTab() {
87
87
  className: "text-center text-xsm"
88
88
  }, /*#__PURE__*/_react.default.createElement("span", {
89
89
  className: "font-medium"
90
- }, "Disclaimer:"), " Prices aren't updated in real time, so they might be slightly different from the source when you check. Updates can be delayed by up to 20 minutes."))), /*#__PURE__*/_react.default.createElement("div", {
90
+ }, "Disclaimer:"), " Prices are not updated in real time and may differ slightly. Updates may be delayed by up to 20 minutes."))), /*#__PURE__*/_react.default.createElement("div", {
91
91
  className: "luckysheet-sheet-area luckysheet-noselected-text",
92
92
  onContextMenu: function onContextMenu(e) {
93
93
  return e.preventDefault();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-react",
3
- "version": "1.0.48",
3
+ "version": "1.0.50",
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.0.48",
19
+ "@fileverse-dev/fortune-core": "1.0.50",
20
20
  "@fileverse/ui": "^4.1.7-patch-16",
21
21
  "@tippyjs/react": "^4.2.6",
22
22
  "@types/regenerator-runtime": "^0.13.6",