@riligar/auth-react 1.30.0 → 1.31.0
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 +8 -5
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +8 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1290,8 +1290,10 @@ function SignIn({
|
|
|
1290
1290
|
}), showMagicLink && /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
1291
1291
|
children: [/*#__PURE__*/jsxRuntime.jsx(core.Divider, {
|
|
1292
1292
|
label: labels.orContinueWith || 'Ou continue com'
|
|
1293
|
-
}), /*#__PURE__*/jsxRuntime.jsx(core.Button
|
|
1294
|
-
|
|
1293
|
+
}), /*#__PURE__*/jsxRuntime.jsx(core.Button
|
|
1294
|
+
// color="dark"
|
|
1295
|
+
, {
|
|
1296
|
+
variant: "outline",
|
|
1295
1297
|
fullWidth: true,
|
|
1296
1298
|
loading: loadingMagicLink,
|
|
1297
1299
|
leftSection: /*#__PURE__*/jsxRuntime.jsx(iconsReact.IconMail, {
|
|
@@ -1305,7 +1307,7 @@ function SignIn({
|
|
|
1305
1307
|
children: [/*#__PURE__*/jsxRuntime.jsx(core.Divider, {}), /*#__PURE__*/jsxRuntime.jsxs(core.Group, {
|
|
1306
1308
|
grow: true,
|
|
1307
1309
|
children: [/*#__PURE__*/jsxRuntime.jsx(core.Button, {
|
|
1308
|
-
variant: "
|
|
1310
|
+
variant: "outline",
|
|
1309
1311
|
leftSection: /*#__PURE__*/jsxRuntime.jsx(iconsReact.IconBrandGoogle, {
|
|
1310
1312
|
size: 16
|
|
1311
1313
|
}),
|
|
@@ -1313,7 +1315,7 @@ function SignIn({
|
|
|
1313
1315
|
disabled: isLoading,
|
|
1314
1316
|
children: "Google"
|
|
1315
1317
|
}), /*#__PURE__*/jsxRuntime.jsx(core.Button, {
|
|
1316
|
-
variant: "
|
|
1318
|
+
variant: "outline",
|
|
1317
1319
|
leftSection: /*#__PURE__*/jsxRuntime.jsx(iconsReact.IconBrandGithub, {
|
|
1318
1320
|
size: 16
|
|
1319
1321
|
}),
|
|
@@ -1326,7 +1328,8 @@ function SignIn({
|
|
|
1326
1328
|
children: /*#__PURE__*/jsxRuntime.jsxs(core.Text, {
|
|
1327
1329
|
size: "sm",
|
|
1328
1330
|
c: "dimmed",
|
|
1329
|
-
children: [labels.noAccount || 'Não tem uma conta?',
|
|
1331
|
+
children: [labels.noAccount || 'Não tem uma conta?', ' ', /*#__PURE__*/jsxRuntime.jsx(core.Anchor, {
|
|
1332
|
+
underline: false,
|
|
1330
1333
|
href: signUpUrl,
|
|
1331
1334
|
children: labels.createAccount || 'Criar conta'
|
|
1332
1335
|
})]
|