@fileverse-dev/fortune-react 1.0.88-patch-6 → 1.0.88-patch-7

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.
@@ -270,7 +270,7 @@ var FormulaHint = function FormulaHint(props) {
270
270
  style: {
271
271
  borderLeft: "4px solid ".concat(hasGnosisPayToken ? "#177E23" : "#fb923c"),
272
272
  backgroundColor: "white",
273
- padding: "16px",
273
+ padding: "8px",
274
274
  margin: "4px 4px 0px 4px",
275
275
  borderRadius: "4px"
276
276
  }
@@ -288,7 +288,7 @@ var FormulaHint = function FormulaHint(props) {
288
288
  className: "text-heading-xsm color-text-default"
289
289
  }, hasGnosisPayToken ? "Access granted" : "Access required")), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("p", {
290
290
  style: {
291
- margin: "0 0 16px 0"
291
+ margin: "0 0 8px 0"
292
292
  },
293
293
  className: "text-body-sm color-text-default"
294
294
  }, !hasGnosisPayToken ? "To access your Gnosis Pay account, please grant permission. Your dSheet account should be created via the same wallet ss your Gnosis Pay. " : " You have ".concat(timeFromNowMessage(timeLeft), " to use your Gnosis Pay account. Then you need to grant access again.")), /*#__PURE__*/React.createElement(Button, {
@@ -279,7 +279,7 @@ var FormulaHint = function FormulaHint(props) {
279
279
  style: {
280
280
  borderLeft: "4px solid ".concat(hasGnosisPayToken ? "#177E23" : "#fb923c"),
281
281
  backgroundColor: "white",
282
- padding: "16px",
282
+ padding: "8px",
283
283
  margin: "4px 4px 0px 4px",
284
284
  borderRadius: "4px"
285
285
  }
@@ -297,7 +297,7 @@ var FormulaHint = function FormulaHint(props) {
297
297
  className: "text-heading-xsm color-text-default"
298
298
  }, hasGnosisPayToken ? "Access granted" : "Access required")), /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement("p", {
299
299
  style: {
300
- margin: "0 0 16px 0"
300
+ margin: "0 0 8px 0"
301
301
  },
302
302
  className: "text-body-sm color-text-default"
303
303
  }, !hasGnosisPayToken ? "To access your Gnosis Pay account, please grant permission. Your dSheet account should be created via the same wallet ss your Gnosis Pay. " : " You have ".concat((0, _utils.timeFromNowMessage)(timeLeft), " to use your Gnosis Pay account. Then you need to grant access again.")), /*#__PURE__*/_react.default.createElement(_ui.Button, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-react",
3
- "version": "1.0.88-patch-6",
3
+ "version": "1.0.88-patch-7",
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.88-patch-6",
19
+ "@fileverse-dev/fortune-core": "1.0.88-patch-7",
20
20
  "@fileverse/ui": "^4.1.7-patch-21",
21
21
  "@tippyjs/react": "^4.2.6",
22
22
  "@types/regenerator-runtime": "^0.13.6",