@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.cjs +6 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3073,8 +3073,8 @@ function LoginScreen({
|
|
|
3073
3073
|
}
|
|
3074
3074
|
),
|
|
3075
3075
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { style: contentStyle2, children: [
|
|
3076
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { style: iconBoxStyle(tokens.accent), children: /* @__PURE__ */ jsxRuntime.jsx("span", { style: iconLetterStyle, children: "
|
|
3077
|
-
/* @__PURE__ */ jsxRuntime.jsx("h2", { style: headingStyle(tokens.text), children: "Your Money
|
|
3076
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { style: iconBoxStyle(tokens.accent), children: /* @__PURE__ */ jsxRuntime.jsx("span", { style: iconLetterStyle, children: "B" }) }),
|
|
3077
|
+
/* @__PURE__ */ jsxRuntime.jsx("h2", { style: headingStyle(tokens.text), children: "Your Money.\nAny App.\nOne Tap." }),
|
|
3078
3078
|
error && /* @__PURE__ */ jsxRuntime.jsx("div", { style: errorStyle(tokens), children: error }),
|
|
3079
3079
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3080
3080
|
"input",
|
|
@@ -3113,7 +3113,7 @@ var contentStyle2 = {
|
|
|
3113
3113
|
display: "flex",
|
|
3114
3114
|
flexDirection: "column",
|
|
3115
3115
|
alignItems: "center",
|
|
3116
|
-
|
|
3116
|
+
justifyContent: "center"
|
|
3117
3117
|
};
|
|
3118
3118
|
var iconBoxStyle = (accent) => ({
|
|
3119
3119
|
width: 56,
|
|
@@ -3361,7 +3361,7 @@ var contentStyle4 = {
|
|
|
3361
3361
|
display: "flex",
|
|
3362
3362
|
flexDirection: "column",
|
|
3363
3363
|
alignItems: "center",
|
|
3364
|
-
|
|
3364
|
+
justifyContent: "center"
|
|
3365
3365
|
};
|
|
3366
3366
|
var headingStyle3 = (color) => ({
|
|
3367
3367
|
fontSize: "1.45rem",
|
|
@@ -3857,7 +3857,8 @@ var headingStyle5 = (color) => ({
|
|
|
3857
3857
|
fontWeight: 700,
|
|
3858
3858
|
letterSpacing: "-0.02em",
|
|
3859
3859
|
color,
|
|
3860
|
-
margin: "
|
|
3860
|
+
margin: "24px 0 20px",
|
|
3861
|
+
textAlign: "center"
|
|
3861
3862
|
});
|
|
3862
3863
|
var errorBannerStyle3 = (tokens) => ({
|
|
3863
3864
|
background: tokens.errorBg,
|