@ttoss/react-auth 1.6.14 → 1.6.15
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/i18n/compiled/en.json +30 -0
- package/i18n/lang/en.json +15 -0
- package/package.json +6 -6
package/i18n/compiled/en.json
CHANGED
|
@@ -41,6 +41,20 @@
|
|
|
41
41
|
"value": "Forgot password?"
|
|
42
42
|
}
|
|
43
43
|
],
|
|
44
|
+
"D1C6fR": [
|
|
45
|
+
{
|
|
46
|
+
"type": 0,
|
|
47
|
+
"value": "Field must be at least "
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"type": 1,
|
|
51
|
+
"value": "min"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"type": 0,
|
|
55
|
+
"value": " characters"
|
|
56
|
+
}
|
|
57
|
+
],
|
|
44
58
|
"EZ3YF2": [
|
|
45
59
|
{
|
|
46
60
|
"type": 0,
|
|
@@ -59,6 +73,12 @@
|
|
|
59
73
|
"value": "Code"
|
|
60
74
|
}
|
|
61
75
|
],
|
|
76
|
+
"MfWGyg": [
|
|
77
|
+
{
|
|
78
|
+
"type": 0,
|
|
79
|
+
"value": "Field is required"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
62
82
|
"NJ57Qj": [
|
|
63
83
|
{
|
|
64
84
|
"type": 0,
|
|
@@ -147,6 +167,16 @@
|
|
|
147
167
|
"value": "Registered Email"
|
|
148
168
|
}
|
|
149
169
|
],
|
|
170
|
+
"ZhaPt0": [
|
|
171
|
+
{
|
|
172
|
+
"type": 0,
|
|
173
|
+
"value": "Invalid Value for Field of type "
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"type": 1,
|
|
177
|
+
"value": "type"
|
|
178
|
+
}
|
|
179
|
+
],
|
|
150
180
|
"cGR2eI": [
|
|
151
181
|
{
|
|
152
182
|
"type": 0,
|
package/i18n/lang/en.json
CHANGED
|
@@ -118,5 +118,20 @@
|
|
|
118
118
|
"rx8HF/": {
|
|
119
119
|
"defaultMessage": "I’m already registered",
|
|
120
120
|
"description": "Link to sign in on sign up."
|
|
121
|
+
},
|
|
122
|
+
"D1C6fR": {
|
|
123
|
+
"defaultMessage": "Field must be at least {min} characters",
|
|
124
|
+
"description": "Min length field",
|
|
125
|
+
"module": "@ttoss/forms"
|
|
126
|
+
},
|
|
127
|
+
"MfWGyg": {
|
|
128
|
+
"defaultMessage": "Field is required",
|
|
129
|
+
"description": "Field is required",
|
|
130
|
+
"module": "@ttoss/forms"
|
|
131
|
+
},
|
|
132
|
+
"ZhaPt0": {
|
|
133
|
+
"defaultMessage": "Invalid Value for Field of type {type}",
|
|
134
|
+
"description": "Invalid Value",
|
|
135
|
+
"module": "@ttoss/forms"
|
|
121
136
|
}
|
|
122
137
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/react-auth",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.15",
|
|
4
4
|
"description": "ttoss authentication module for React apps.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@xstate/react": "^3.2.2",
|
|
21
21
|
"xstate": "^4.37.2",
|
|
22
|
-
"@ttoss/forms": "^0.17.
|
|
22
|
+
"@ttoss/forms": "^0.17.13"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"aws-amplify": "^5.0.0",
|
|
26
26
|
"react": ">=16.8.0",
|
|
27
|
-
"@ttoss/react-i18n": "^1.
|
|
27
|
+
"@ttoss/react-i18n": "^1.23.0",
|
|
28
28
|
"@ttoss/react-notifications": "^1.22.14",
|
|
29
29
|
"@ttoss/ui": "^1.36.11"
|
|
30
30
|
},
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"@ttoss/cloud-auth": "^0.9.3",
|
|
37
37
|
"@ttoss/config": "^1.30.0",
|
|
38
38
|
"@ttoss/i18n-cli": "^0.5.0",
|
|
39
|
-
"@ttoss/react-i18n": "^1.
|
|
39
|
+
"@ttoss/react-i18n": "^1.23.0",
|
|
40
40
|
"@ttoss/react-notifications": "^1.22.14",
|
|
41
|
-
"@ttoss/
|
|
42
|
-
"@ttoss/
|
|
41
|
+
"@ttoss/test-utils": "^1.23.1",
|
|
42
|
+
"@ttoss/ui": "^1.36.11"
|
|
43
43
|
},
|
|
44
44
|
"keywords": [
|
|
45
45
|
"React",
|