@ttoss/react-auth 2.6.80 → 2.6.82
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 +44 -0
- package/i18n/lang/en.json +30 -0
- package/package.json +11 -11
package/i18n/compiled/en.json
CHANGED
|
@@ -5,18 +5,36 @@
|
|
|
5
5
|
"value": ","
|
|
6
6
|
}
|
|
7
7
|
],
|
|
8
|
+
"0EjvY6": [
|
|
9
|
+
{
|
|
10
|
+
"type": 0,
|
|
11
|
+
"value": "∞"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
8
14
|
"0XOzcH": [
|
|
9
15
|
{
|
|
10
16
|
"type": 0,
|
|
11
17
|
"value": "Required field"
|
|
12
18
|
}
|
|
13
19
|
],
|
|
20
|
+
"1DbX9V": [
|
|
21
|
+
{
|
|
22
|
+
"type": 0,
|
|
23
|
+
"value": "Near limit"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
14
26
|
"38HSjr": [
|
|
15
27
|
{
|
|
16
28
|
"type": 0,
|
|
17
29
|
"value": "Sign In"
|
|
18
30
|
}
|
|
19
31
|
],
|
|
32
|
+
"4NwCn9": [
|
|
33
|
+
{
|
|
34
|
+
"type": 0,
|
|
35
|
+
"value": "Reached limit"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
20
38
|
"5E12mO": [
|
|
21
39
|
{
|
|
22
40
|
"type": 0,
|
|
@@ -333,6 +351,16 @@
|
|
|
333
351
|
"value": "Recover Password"
|
|
334
352
|
}
|
|
335
353
|
],
|
|
354
|
+
"oYpm71": [
|
|
355
|
+
{
|
|
356
|
+
"type": 0,
|
|
357
|
+
"value": "of "
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"type": 1,
|
|
361
|
+
"value": "max"
|
|
362
|
+
}
|
|
363
|
+
],
|
|
336
364
|
"oayEC3": [
|
|
337
365
|
{
|
|
338
366
|
"type": 0,
|
|
@@ -357,10 +385,26 @@
|
|
|
357
385
|
"value": "You must accept the terms and conditions"
|
|
358
386
|
}
|
|
359
387
|
],
|
|
388
|
+
"rskBv4": [
|
|
389
|
+
{
|
|
390
|
+
"type": 0,
|
|
391
|
+
"value": "Unlimited"
|
|
392
|
+
}
|
|
393
|
+
],
|
|
360
394
|
"s1OmP0": [
|
|
361
395
|
{
|
|
362
396
|
"type": 0,
|
|
363
397
|
"value": "Confirmation code"
|
|
364
398
|
}
|
|
399
|
+
],
|
|
400
|
+
"zr0OS6": [
|
|
401
|
+
{
|
|
402
|
+
"type": 1,
|
|
403
|
+
"value": "percentage"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"type": 0,
|
|
407
|
+
"value": "% used"
|
|
408
|
+
}
|
|
365
409
|
]
|
|
366
410
|
}
|
package/i18n/lang/en.json
CHANGED
|
@@ -176,6 +176,21 @@
|
|
|
176
176
|
"defaultMessage": "Confirmation code",
|
|
177
177
|
"description": "Confirmation code"
|
|
178
178
|
},
|
|
179
|
+
"0EjvY6": {
|
|
180
|
+
"module": "@ttoss/components",
|
|
181
|
+
"defaultMessage": "∞",
|
|
182
|
+
"description": "Infinity symbol used when the maximum limit is unlimited."
|
|
183
|
+
},
|
|
184
|
+
"1DbX9V": {
|
|
185
|
+
"module": "@ttoss/components",
|
|
186
|
+
"defaultMessage": "Near limit",
|
|
187
|
+
"description": "Alert shown when usage is close to the limit."
|
|
188
|
+
},
|
|
189
|
+
"4NwCn9": {
|
|
190
|
+
"module": "@ttoss/components",
|
|
191
|
+
"defaultMessage": "Reached limit",
|
|
192
|
+
"description": "Alert shown when usage has reached or exceeded the limit."
|
|
193
|
+
},
|
|
179
194
|
"G/yZLu": {
|
|
180
195
|
"module": "@ttoss/components",
|
|
181
196
|
"defaultMessage": "Remove"
|
|
@@ -204,6 +219,21 @@
|
|
|
204
219
|
"module": "@ttoss/components",
|
|
205
220
|
"defaultMessage": "Click or drag files here"
|
|
206
221
|
},
|
|
222
|
+
"oYpm71": {
|
|
223
|
+
"module": "@ttoss/components",
|
|
224
|
+
"defaultMessage": "of {max}",
|
|
225
|
+
"description": "Text shown before the max value, e.g. \"of 10\" or \"of ∞\"."
|
|
226
|
+
},
|
|
227
|
+
"rskBv4": {
|
|
228
|
+
"module": "@ttoss/components",
|
|
229
|
+
"defaultMessage": "Unlimited",
|
|
230
|
+
"description": "Shown when a metric has no maximum limit."
|
|
231
|
+
},
|
|
232
|
+
"zr0OS6": {
|
|
233
|
+
"module": "@ttoss/components",
|
|
234
|
+
"defaultMessage": "{percentage}% used",
|
|
235
|
+
"description": "Footer shown for percentage metrics, e.g. \"80% used\"."
|
|
236
|
+
},
|
|
207
237
|
"0+4wTp": {
|
|
208
238
|
"module": "@ttoss/forms",
|
|
209
239
|
"defaultMessage": ",",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/react-auth",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.82",
|
|
4
4
|
"description": "ttoss authentication module for React apps.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -26,17 +26,17 @@
|
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"react-error-boundary": "^6.0.0",
|
|
29
|
-
"@ttoss/react-auth-core": "^0.2.
|
|
29
|
+
"@ttoss/react-auth-core": "^0.2.52"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"aws-amplify": "^6.0.0",
|
|
33
33
|
"react": ">=16.8.0",
|
|
34
|
-
"@ttoss/components": "^2.11.
|
|
34
|
+
"@ttoss/components": "^2.11.5",
|
|
35
35
|
"@ttoss/logger": "^0.7.1",
|
|
36
|
-
"@ttoss/
|
|
37
|
-
"@ttoss/ui": "^6.3.
|
|
38
|
-
"@ttoss/
|
|
39
|
-
"@ttoss/react-
|
|
36
|
+
"@ttoss/react-i18n": "^2.0.25",
|
|
37
|
+
"@ttoss/ui": "^6.3.2",
|
|
38
|
+
"@ttoss/forms": "^0.36.6",
|
|
39
|
+
"@ttoss/react-notifications": "^2.5.5"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@jest/globals": "^29.7.0",
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
"jest": "^30.2.0",
|
|
46
46
|
"react": "^19.2.1",
|
|
47
47
|
"tsup": "^8.5.1",
|
|
48
|
+
"@ttoss/components": "^2.11.5",
|
|
48
49
|
"@ttoss/cloud-auth": "^0.13.11",
|
|
49
|
-
"@ttoss/components": "^2.11.3",
|
|
50
|
-
"@ttoss/forms": "^0.36.4",
|
|
51
50
|
"@ttoss/config": "^1.35.12",
|
|
52
51
|
"@ttoss/i18n-cli": "^0.7.38",
|
|
53
52
|
"@ttoss/logger": "^0.7.1",
|
|
54
53
|
"@ttoss/react-i18n": "^2.0.25",
|
|
55
|
-
"@ttoss/react-notifications": "^2.5.3",
|
|
56
54
|
"@ttoss/test-utils": "^4.0.2",
|
|
57
|
-
"@ttoss/
|
|
55
|
+
"@ttoss/forms": "^0.36.6",
|
|
56
|
+
"@ttoss/ui": "^6.3.2",
|
|
57
|
+
"@ttoss/react-notifications": "^2.5.5"
|
|
58
58
|
},
|
|
59
59
|
"keywords": [
|
|
60
60
|
"React",
|