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