@ttoss/react-auth 2.5.7 → 2.5.9

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/esm/index.js CHANGED
@@ -41,8 +41,8 @@ var AuthCard = ({
41
41
  width: "full",
42
42
  border: "md",
43
43
  borderColor: "display.border.muted.default",
44
- paddingX: "6",
45
- paddingY: "7",
44
+ paddingX: "8",
45
+ paddingY: "9",
46
46
  backgroundColor: "surface"
47
47
  },
48
48
  children: [logo && /* @__PURE__ */jsx(Flex, {
@@ -50,7 +50,7 @@ var AuthCard = ({
50
50
  width: "full",
51
51
  maxHeight: "90px",
52
52
  justifyContent: "center",
53
- marginBottom: "6"
53
+ marginBottom: "8"
54
54
  },
55
55
  children: logo
56
56
  }), /* @__PURE__ */jsxs(Flex, {
@@ -61,15 +61,15 @@ var AuthCard = ({
61
61
  as: "h2",
62
62
  variant: "h2",
63
63
  sx: {
64
- marginBottom: "6"
64
+ marginBottom: "8"
65
65
  },
66
66
  children: title
67
67
  }), children, /* @__PURE__ */jsxs(Flex, {
68
68
  sx: {
69
69
  flexDirection: "column",
70
70
  width: "100%",
71
- gap: "5",
72
- marginTop: "6"
71
+ gap: "7",
72
+ marginTop: "8"
73
73
  },
74
74
  children: [/* @__PURE__ */jsx(Button, {
75
75
  type: "submit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth",
3
- "version": "2.5.7",
3
+ "version": "2.5.9",
4
4
  "description": "ttoss authentication module for React apps.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -27,14 +27,14 @@
27
27
  "dependencies": {
28
28
  "@xstate/react": "^3.2.2",
29
29
  "xstate": "^4.38.3",
30
- "@ttoss/forms": "^0.29.2"
30
+ "@ttoss/forms": "^0.29.4"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "aws-amplify": "^6.0.0",
34
34
  "react": ">=16.8.0",
35
- "@ttoss/react-i18n": "^2.0.9",
36
- "@ttoss/react-notifications": "^2.1.7",
37
- "@ttoss/ui": "^5.4.0"
35
+ "@ttoss/react-i18n": "^2.0.10",
36
+ "@ttoss/react-notifications": "^2.1.9",
37
+ "@ttoss/ui": "^5.5.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@jest/globals": "^29.7.0",
@@ -43,13 +43,13 @@
43
43
  "jest": "^29.7.0",
44
44
  "react": "^19.0.0",
45
45
  "tsup": "^8.3.5",
46
+ "@ttoss/i18n-cli": "^0.7.27",
46
47
  "@ttoss/cloud-auth": "^0.12.27",
48
+ "@ttoss/react-i18n": "^2.0.10",
47
49
  "@ttoss/config": "^1.35.2",
48
- "@ttoss/i18n-cli": "^0.7.26",
49
- "@ttoss/react-notifications": "^2.1.7",
50
- "@ttoss/react-i18n": "^2.0.9",
51
50
  "@ttoss/test-utils": "^2.1.22",
52
- "@ttoss/ui": "^5.4.0"
51
+ "@ttoss/ui": "^5.5.1",
52
+ "@ttoss/react-notifications": "^2.1.9"
53
53
  },
54
54
  "keywords": [
55
55
  "React",