@ttoss/react-auth 2.6.25 → 2.6.27

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 +17 -17
package/dist/esm/index.js CHANGED
@@ -855,7 +855,7 @@ var AuthSignUp = props => {
855
855
  }
856
856
  }, [props.signUpTerms, signUpTermsLabel]);
857
857
  const formMethods = useForm5({
858
- mode: "all",
858
+ mode: "onBlur",
859
859
  resolver: yupResolver5(schema)
860
860
  });
861
861
  const onSubmitForm = data => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth",
3
- "version": "2.6.25",
3
+ "version": "2.6.27",
4
4
  "description": "ttoss authentication module for React apps.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -30,12 +30,12 @@
30
30
  "peerDependencies": {
31
31
  "aws-amplify": "^6.0.0",
32
32
  "react": ">=16.8.0",
33
- "@ttoss/logger": "^0.6.3",
34
- "@ttoss/components": "^2.2.24",
35
- "@ttoss/react-i18n": "^2.0.13",
36
- "@ttoss/react-notifications": "^2.4.1",
37
- "@ttoss/ui": "^5.9.0",
38
- "@ttoss/forms": "^0.31.1"
33
+ "@ttoss/components": "^2.2.26",
34
+ "@ttoss/forms": "^0.31.3",
35
+ "@ttoss/logger": "^0.6.4",
36
+ "@ttoss/react-notifications": "^2.4.3",
37
+ "@ttoss/react-i18n": "^2.0.14",
38
+ "@ttoss/ui": "^5.9.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@jest/globals": "^29.7.0",
@@ -44,16 +44,16 @@
44
44
  "jest": "^30.0.4",
45
45
  "react": "^19.1.0",
46
46
  "tsup": "^8.5.0",
47
- "@ttoss/cloud-auth": "^0.12.30",
48
- "@ttoss/components": "^2.2.24",
49
- "@ttoss/config": "^1.35.5",
50
- "@ttoss/forms": "^0.31.1",
51
- "@ttoss/i18n-cli": "^0.7.30",
52
- "@ttoss/logger": "^0.6.3",
53
- "@ttoss/react-i18n": "^2.0.13",
54
- "@ttoss/react-notifications": "^2.4.1",
55
- "@ttoss/test-utils": "^2.1.25",
56
- "@ttoss/ui": "^5.9.0"
47
+ "@ttoss/components": "^2.2.26",
48
+ "@ttoss/cloud-auth": "^0.12.31",
49
+ "@ttoss/config": "^1.35.6",
50
+ "@ttoss/forms": "^0.31.3",
51
+ "@ttoss/react-i18n": "^2.0.14",
52
+ "@ttoss/logger": "^0.6.4",
53
+ "@ttoss/react-notifications": "^2.4.3",
54
+ "@ttoss/i18n-cli": "^0.7.31",
55
+ "@ttoss/test-utils": "^2.1.26",
56
+ "@ttoss/ui": "^5.9.2"
57
57
  },
58
58
  "keywords": [
59
59
  "React",