@ttoss/react-auth 2.3.3 → 2.3.4

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.
Files changed (2) hide show
  1. package/dist/esm/index.js +1 -1
  2. package/package.json +15 -15
package/dist/esm/index.js CHANGED
@@ -586,7 +586,7 @@ var AuthSignIn = ({
586
586
  });
587
587
  const formMethods = useForm4({
588
588
  defaultValues,
589
- mode: "onChange",
589
+ mode: "onBlur",
590
590
  resolver: yupResolver4(schema)
591
591
  });
592
592
  const onSubmitForm = data => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
4
4
  "description": "ttoss authentication module for React apps.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -27,29 +27,29 @@
27
27
  "dependencies": {
28
28
  "@xstate/react": "^3.2.2",
29
29
  "xstate": "^4.38.3",
30
- "@ttoss/forms": "^0.26.6"
30
+ "@ttoss/forms": "^0.26.7"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "aws-amplify": "^6.0.0",
34
34
  "react": ">=16.8.0",
35
- "@ttoss/react-i18n": "^2.0.6",
36
- "@ttoss/react-notifications": "^1.24.62",
37
- "@ttoss/ui": "^5.0.12"
35
+ "@ttoss/react-i18n": "^2.0.7",
36
+ "@ttoss/react-notifications": "^1.24.63",
37
+ "@ttoss/ui": "^5.0.13"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@jest/globals": "^29.7.0",
41
- "@types/react": "^18.3.12",
42
- "aws-amplify": "^6.0.28",
41
+ "@types/react": "^19.0.2",
42
+ "aws-amplify": "^6.11.0",
43
43
  "jest": "^29.7.0",
44
- "react": "^18.3.1",
44
+ "react": "^19.0.0",
45
45
  "tsup": "^8.3.5",
46
- "@ttoss/cloud-auth": "^0.12.24",
47
- "@ttoss/config": "^1.35.0",
48
- "@ttoss/i18n-cli": "^0.7.24",
49
- "@ttoss/react-i18n": "^2.0.6",
50
- "@ttoss/react-notifications": "^1.24.62",
51
- "@ttoss/test-utils": "^2.1.19",
52
- "@ttoss/ui": "^5.0.12"
46
+ "@ttoss/cloud-auth": "^0.12.25",
47
+ "@ttoss/i18n-cli": "^0.7.25",
48
+ "@ttoss/react-i18n": "^2.0.7",
49
+ "@ttoss/config": "^1.35.1",
50
+ "@ttoss/react-notifications": "^1.24.63",
51
+ "@ttoss/ui": "^5.0.13",
52
+ "@ttoss/test-utils": "^2.1.20"
53
53
  },
54
54
  "keywords": [
55
55
  "React",