@ttoss/react-auth-strapi 0.6.0 → 0.7.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/i18n/compiled/en.json +16 -0
- package/i18n/lang/en.json +10 -0
- package/package.json +8 -8
package/i18n/compiled/en.json
CHANGED
|
@@ -85,6 +85,12 @@
|
|
|
85
85
|
"value": "Sign up"
|
|
86
86
|
}
|
|
87
87
|
],
|
|
88
|
+
"F//XE4": [
|
|
89
|
+
{
|
|
90
|
+
"type": 0,
|
|
91
|
+
"value": "or"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
88
94
|
"G/yZLu": [
|
|
89
95
|
{
|
|
90
96
|
"type": 0,
|
|
@@ -273,6 +279,16 @@
|
|
|
273
279
|
"value": "Maximum files reached"
|
|
274
280
|
}
|
|
275
281
|
],
|
|
282
|
+
"ehCEm+": [
|
|
283
|
+
{
|
|
284
|
+
"type": 0,
|
|
285
|
+
"value": "Continue with "
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"type": 1,
|
|
289
|
+
"value": "provider"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
276
292
|
"fDCMA6": [
|
|
277
293
|
{
|
|
278
294
|
"type": 0,
|
package/i18n/lang/en.json
CHANGED
|
@@ -43,6 +43,11 @@
|
|
|
43
43
|
"defaultMessage": "Sign up",
|
|
44
44
|
"description": "Sign up"
|
|
45
45
|
},
|
|
46
|
+
"F//XE4": {
|
|
47
|
+
"module": "@ttoss/react-auth-core",
|
|
48
|
+
"defaultMessage": "or",
|
|
49
|
+
"description": "Divider between the password form and the social buttons."
|
|
50
|
+
},
|
|
46
51
|
"HT4tSM": {
|
|
47
52
|
"module": "@ttoss/react-auth-core",
|
|
48
53
|
"defaultMessage": "Reset Password",
|
|
@@ -127,6 +132,11 @@
|
|
|
127
132
|
"defaultMessage": "New Password",
|
|
128
133
|
"description": "New Password"
|
|
129
134
|
},
|
|
135
|
+
"ehCEm+": {
|
|
136
|
+
"module": "@ttoss/react-auth-core",
|
|
137
|
+
"defaultMessage": "Continue with {provider}",
|
|
138
|
+
"description": "Label of the button that signs in with a social provider."
|
|
139
|
+
},
|
|
130
140
|
"kdFYba": {
|
|
131
141
|
"module": "@ttoss/react-auth-core",
|
|
132
142
|
"defaultMessage": "Password field is required",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/react-auth-strapi",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Authentication components and abstractions for React apps using Strapi.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"React",
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
"tsdown": "^0.22.2",
|
|
42
42
|
"@ttoss/config": "^1.38.0",
|
|
43
43
|
"@ttoss/i18n-cli": "^0.9.0",
|
|
44
|
-
"@ttoss/react-auth-core": "^0.
|
|
45
|
-
"@ttoss/test-utils": "^4.2.19",
|
|
44
|
+
"@ttoss/react-auth-core": "^0.7.0",
|
|
46
45
|
"@ttoss/react-i18n": "^2.3.1",
|
|
47
|
-
"@ttoss/
|
|
48
|
-
"@ttoss/
|
|
46
|
+
"@ttoss/react-notifications": "^2.8.5",
|
|
47
|
+
"@ttoss/test-utils": "^4.2.19",
|
|
48
|
+
"@ttoss/ui": "^6.9.29"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": ">=16.8.0",
|
|
52
|
-
"@ttoss/react-
|
|
53
|
-
"@ttoss/react-
|
|
54
|
-
"@ttoss/react-
|
|
52
|
+
"@ttoss/react-auth-core": "^0.7.0",
|
|
53
|
+
"@ttoss/react-notifications": "^2.8.5",
|
|
54
|
+
"@ttoss/react-i18n": "^2.3.1"
|
|
55
55
|
},
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"access": "public",
|