@ciromaciel/auth-react 1.7.1 → 1.7.2
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.esm.js +9 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +9 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3048,8 +3048,13 @@ function SignIn({
|
|
|
3048
3048
|
gap: "md",
|
|
3049
3049
|
children: [recentAccounts && accounts.length > 0 && /*#__PURE__*/jsxRuntime.jsx(core.Anchor, {
|
|
3050
3050
|
component: "button",
|
|
3051
|
-
type: "button"
|
|
3052
|
-
|
|
3051
|
+
type: "button"
|
|
3052
|
+
// Secondary controls wear the card's supporting
|
|
3053
|
+
// size: 12px, like the terms notice and the code's
|
|
3054
|
+
// "Enviado para". At 14px they outweighed the text
|
|
3055
|
+
// they sit under.
|
|
3056
|
+
,
|
|
3057
|
+
fz: 12,
|
|
3053
3058
|
c: "dimmed",
|
|
3054
3059
|
w: "fit-content",
|
|
3055
3060
|
onClick: () => setIsChoosingOther(false),
|
|
@@ -3214,7 +3219,7 @@ function SignIn({
|
|
|
3214
3219
|
justify: "space-between",
|
|
3215
3220
|
gap: "xs",
|
|
3216
3221
|
children: [/*#__PURE__*/jsxRuntime.jsx(core.Anchor, {
|
|
3217
|
-
|
|
3222
|
+
fz: 12,
|
|
3218
3223
|
c: "dimmed",
|
|
3219
3224
|
onClick: () => {
|
|
3220
3225
|
setSentTo(null);
|
|
@@ -3227,7 +3232,7 @@ function SignIn({
|
|
|
3227
3232
|
},
|
|
3228
3233
|
children: labels.changeEmail || 'Usar outro e-mail'
|
|
3229
3234
|
}), !isCodeLocked && /*#__PURE__*/jsxRuntime.jsx(core.Anchor, {
|
|
3230
|
-
|
|
3235
|
+
fz: 12,
|
|
3231
3236
|
c: "dimmed",
|
|
3232
3237
|
onClick: sending ? undefined : handleResend,
|
|
3233
3238
|
children: sending ? labels.sendingCode || 'Enviando…' : labels.resendCode || 'Reenviar código'
|