@swype-org/react-sdk 0.1.148 → 0.1.151

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 CHANGED
@@ -3070,8 +3070,8 @@ function LoginScreen({
3070
3070
  }
3071
3071
  ),
3072
3072
  /* @__PURE__ */ jsxs("div", { style: contentStyle2, children: [
3073
- /* @__PURE__ */ jsx("div", { style: iconBoxStyle(tokens.accent), children: /* @__PURE__ */ jsx("span", { style: iconLetterStyle, children: "S" }) }),
3074
- /* @__PURE__ */ jsx("h2", { style: headingStyle(tokens.text), children: "Your Money. Any App. One Tap." }),
3073
+ /* @__PURE__ */ jsx("div", { style: iconBoxStyle(tokens.accent), children: /* @__PURE__ */ jsx("span", { style: iconLetterStyle, children: "B" }) }),
3074
+ /* @__PURE__ */ jsx("h2", { style: headingStyle(tokens.text), children: "Your Money.\nAny App.\nOne Tap." }),
3075
3075
  error && /* @__PURE__ */ jsx("div", { style: errorStyle(tokens), children: error }),
3076
3076
  /* @__PURE__ */ jsx(
3077
3077
  "input",
@@ -3110,7 +3110,7 @@ var contentStyle2 = {
3110
3110
  display: "flex",
3111
3111
  flexDirection: "column",
3112
3112
  alignItems: "center",
3113
- paddingTop: 24
3113
+ justifyContent: "center"
3114
3114
  };
3115
3115
  var iconBoxStyle = (accent) => ({
3116
3116
  width: 56,
@@ -3358,7 +3358,7 @@ var contentStyle4 = {
3358
3358
  display: "flex",
3359
3359
  flexDirection: "column",
3360
3360
  alignItems: "center",
3361
- paddingTop: 32
3361
+ justifyContent: "center"
3362
3362
  };
3363
3363
  var headingStyle3 = (color) => ({
3364
3364
  fontSize: "1.45rem",
@@ -3854,7 +3854,8 @@ var headingStyle5 = (color) => ({
3854
3854
  fontWeight: 700,
3855
3855
  letterSpacing: "-0.02em",
3856
3856
  color,
3857
- margin: "8px 0 4px"
3857
+ margin: "24px 0 20px",
3858
+ textAlign: "center"
3858
3859
  });
3859
3860
  var errorBannerStyle3 = (tokens) => ({
3860
3861
  background: tokens.errorBg,