@swype-org/react-sdk 0.1.160 → 0.1.162

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.cjs CHANGED
@@ -2127,7 +2127,7 @@ var BG_RING = "#d2e4ea";
2127
2127
  function SwypeLoadingScreen() {
2128
2128
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { style: containerStyle, children: [
2129
2129
  /* @__PURE__ */ jsxRuntime.jsxs("div", { style: contentStyle, children: [
2130
- /* @__PURE__ */ jsxRuntime.jsx("p", { style: wordmarkStyle, children: "swype" }),
2130
+ /* @__PURE__ */ jsxRuntime.jsx("p", { style: wordmarkStyle, children: "BLINK" }),
2131
2131
  /* @__PURE__ */ jsxRuntime.jsx("div", { style: spinnerStyle })
2132
2132
  ] }),
2133
2133
  /* @__PURE__ */ jsxRuntime.jsx("style", { children: `
@@ -4222,12 +4222,6 @@ function DepositScreen({
4222
4222
  "Deposit $",
4223
4223
  amount.toFixed(2)
4224
4224
  ] }) }),
4225
- /* @__PURE__ */ jsxRuntime.jsxs("p", { style: routeStyle(tokens.textMuted), children: [
4226
- "From ",
4227
- sourceName,
4228
- " ",
4229
- merchantName ? `\u2192 ${merchantName}` : ""
4230
- ] }),
4231
4225
  /* @__PURE__ */ jsxRuntime.jsx(PoweredByFooter, {})
4232
4226
  ] }),
4233
4227
  children: [
@@ -4374,12 +4368,6 @@ var limitExceededHintStyle = (color) => ({
4374
4368
  margin: "12px 0 2px",
4375
4369
  lineHeight: 1.5
4376
4370
  });
4377
- var routeStyle = (color) => ({
4378
- textAlign: "center",
4379
- fontSize: "0.75rem",
4380
- color,
4381
- margin: "0 0 4px"
4382
- });
4383
4371
  var switchHintStyle = (color) => ({
4384
4372
  textAlign: "center",
4385
4373
  fontSize: "0.8rem",