@fileverse-dev/fortune-react 1.0.2-mod-86-patch-3 → 1.0.2-mod-88

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.
package/dist/index.esm.js CHANGED
@@ -5638,7 +5638,7 @@ var DuneChartsInputModal = function DuneChartsInputModal(_ref) {
5638
5638
  height: "14px"
5639
5639
  },
5640
5640
  name: "circle-alert"
5641
- }), /*#__PURE__*/React.createElement("span", null, "Please make sure the URL is a valid Dune chart link"))), url.length > 0 && !showError && (/*#__PURE__*/React.createElement("div", {
5641
+ }), /*#__PURE__*/React.createElement("span", null, "Please add a valid valid Dune chart URL"))), url.length > 0 && !showError && (/*#__PURE__*/React.createElement("div", {
5642
5642
  className: "modal-footer"
5643
5643
  }, /*#__PURE__*/React.createElement(Button$1, {
5644
5644
  onClick: handleSubmit,
@@ -6985,8 +6985,8 @@ var Toolbar = function Toolbar(_ref) {
6985
6985
  onClose: function onClose() {
6986
6986
  return setShowDuneModal(false);
6987
6987
  },
6988
- placeholder: "Add Dune chart link to embed",
6989
- submitText: "Embed Dune chart"
6988
+ placeholder: "Paste here any Dune chart link for some magic",
6989
+ submitText: "Add Dune chart"
6990
6990
  }))));
6991
6991
  };
6992
6992
 
package/dist/index.js CHANGED
@@ -5648,7 +5648,7 @@ var DuneChartsInputModal = function DuneChartsInputModal(_ref) {
5648
5648
  height: "14px"
5649
5649
  },
5650
5650
  name: "circle-alert"
5651
- }), /*#__PURE__*/React__default['default'].createElement("span", null, "Please make sure the URL is a valid Dune chart link"))), url.length > 0 && !showError && (/*#__PURE__*/React__default['default'].createElement("div", {
5651
+ }), /*#__PURE__*/React__default['default'].createElement("span", null, "Please add a valid valid Dune chart URL"))), url.length > 0 && !showError && (/*#__PURE__*/React__default['default'].createElement("div", {
5652
5652
  className: "modal-footer"
5653
5653
  }, /*#__PURE__*/React__default['default'].createElement(ui.Button, {
5654
5654
  onClick: handleSubmit,
@@ -6995,8 +6995,8 @@ var Toolbar = function Toolbar(_ref) {
6995
6995
  onClose: function onClose() {
6996
6996
  return setShowDuneModal(false);
6997
6997
  },
6998
- placeholder: "Add Dune chart link to embed",
6999
- submitText: "Embed Dune chart"
6998
+ placeholder: "Paste here any Dune chart link for some magic",
6999
+ submitText: "Add Dune chart"
7000
7000
  }))));
7001
7001
  };
7002
7002