@deframe-sdk/components 0.1.41 → 0.1.42
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11977,7 +11977,7 @@ var EarnDepositFormViewSimple = ({
|
|
|
11977
11977
|
].join(" "),
|
|
11978
11978
|
onClick: onBack,
|
|
11979
11979
|
"aria-label": "Cancel deposit",
|
|
11980
|
-
children: "
|
|
11980
|
+
children: "Cancelar"
|
|
11981
11981
|
}
|
|
11982
11982
|
),
|
|
11983
11983
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -12455,7 +12455,7 @@ var EarnWithdrawFormViewSimple = ({
|
|
|
12455
12455
|
].join(" "),
|
|
12456
12456
|
onClick: onBack,
|
|
12457
12457
|
"aria-label": "Cancel withdrawal",
|
|
12458
|
-
children: "
|
|
12458
|
+
children: "Cancelar"
|
|
12459
12459
|
}
|
|
12460
12460
|
),
|
|
12461
12461
|
/* @__PURE__ */ jsxRuntime.jsx(
|