@fileverse-dev/dsheet 1.0.83-patch-5 → 1.0.83-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.
package/dist/index.es.js CHANGED
@@ -10983,27 +10983,27 @@ If "derivatives": exchange name (e.g., "binance_futures", "hyperliquid", "weex-f
10983
10983
  }, Iee = {
10984
10984
  n: "SMARTCONTRACT",
10985
10985
  t: 20,
10986
- d: "Pulls data from a given contract",
10986
+ d: "Query smart contracts in cells.",
10987
10987
  r: "Call a read-only function on a given smart contract",
10988
10988
  p: [
10989
10989
  {
10990
10990
  name: "contractName",
10991
10991
  detail: "Name of the contract you want to pull data from",
10992
- example: '"My Fileverse portal"',
10992
+ example: '"USDC"',
10993
10993
  require: "m",
10994
10994
  type: "string"
10995
10995
  },
10996
10996
  {
10997
10997
  name: "functionName",
10998
10998
  detail: "Name of the function you want to call from the give contract",
10999
- example: '"getCollaborators"',
10999
+ example: '"balanceOf"',
11000
11000
  require: "m",
11001
11001
  type: "string"
11002
11002
  },
11003
11003
  {
11004
11004
  name: "...functionArgs",
11005
11005
  detail: "Optional arguments to pass to the contract function.",
11006
- example: '1, "0xabc...", true',
11006
+ example: '"0x50Aa3435E310d5a2d15a989Bc353ce7f5682E1d4"',
11007
11007
  require: "o",
11008
11008
  type: "any"
11009
11009
  }
@@ -173248,12 +173248,12 @@ const x8t = (e, r, t = "Anonymous", a = !0, n = "") => {
173248
173248
  a.searchParams.set("sc", "true"), window.history.replaceState({}, "", a.toString());
173249
173249
  },
173250
173250
  style: { marginBottom: "8px", backgroundColor: "#F8F9FA" },
173251
- className: "w-full flex cursor-pointer rounded-md flex-col p-2 gap-2",
173251
+ className: "w-full flex cursor-pointer rounded-md flex-col p-2",
173252
173252
  children: [
173253
- /* @__PURE__ */ $t.jsx("p", { className: " font-size-2xsm font-medium leading-[16px] color-text-default", children: "dSheets account required" }),
173254
- /* @__PURE__ */ $t.jsxs("p", { className: "text-helper-text-sm color-text-secondary", children: [
173253
+ /* @__PURE__ */ $t.jsx("p", { className: " font-size-2xsm font-medium text-[12px] leading-[16px] color-text-default", children: "dSheets account required" }),
173254
+ /* @__PURE__ */ $t.jsxs("p", { className: "text-helper-text-sm mt-1 color-text-secondary", children: [
173255
173255
  /* @__PURE__ */ $t.jsx("a", { className: " inline color-text-link ", children: "Signup/Login " }),
173256
- " to use smart contracts lore ipsum dolor sit amet"
173256
+ " to be able to access smart contracts."
173257
173257
  ] })
173258
173258
  ]
173259
173259
  }