@ttoss/react-auth-strapi 0.2.51 → 0.2.53

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.
@@ -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,
@@ -327,6 +345,16 @@
327
345
  "value": "Recover Password"
328
346
  }
329
347
  ],
348
+ "oYpm71": [
349
+ {
350
+ "type": 0,
351
+ "value": "of "
352
+ },
353
+ {
354
+ "type": 1,
355
+ "value": "max"
356
+ }
357
+ ],
330
358
  "oayEC3": [
331
359
  {
332
360
  "type": 0,
@@ -351,10 +379,26 @@
351
379
  "value": "You must accept the terms and conditions"
352
380
  }
353
381
  ],
382
+ "rskBv4": [
383
+ {
384
+ "type": 0,
385
+ "value": "Unlimited"
386
+ }
387
+ ],
354
388
  "s1OmP0": [
355
389
  {
356
390
  "type": 0,
357
391
  "value": "Confirmation code"
358
392
  }
393
+ ],
394
+ "zr0OS6": [
395
+ {
396
+ "type": 1,
397
+ "value": "percentage"
398
+ },
399
+ {
400
+ "type": 0,
401
+ "value": "% used"
402
+ }
359
403
  ]
360
404
  }
package/i18n/lang/en.json CHANGED
@@ -173,6 +173,21 @@
173
173
  "defaultMessage": "Confirmation code",
174
174
  "description": "Confirmation code"
175
175
  },
176
+ "0EjvY6": {
177
+ "module": "@ttoss/components",
178
+ "defaultMessage": "∞",
179
+ "description": "Infinity symbol used when the maximum limit is unlimited."
180
+ },
181
+ "1DbX9V": {
182
+ "module": "@ttoss/components",
183
+ "defaultMessage": "Near limit",
184
+ "description": "Alert shown when usage is close to the limit."
185
+ },
186
+ "4NwCn9": {
187
+ "module": "@ttoss/components",
188
+ "defaultMessage": "Reached limit",
189
+ "description": "Alert shown when usage has reached or exceeded the limit."
190
+ },
176
191
  "G/yZLu": {
177
192
  "module": "@ttoss/components",
178
193
  "defaultMessage": "Remove"
@@ -201,6 +216,21 @@
201
216
  "module": "@ttoss/components",
202
217
  "defaultMessage": "Click or drag files here"
203
218
  },
219
+ "oYpm71": {
220
+ "module": "@ttoss/components",
221
+ "defaultMessage": "of {max}",
222
+ "description": "Text shown before the max value, e.g. \"of 10\" or \"of ∞\"."
223
+ },
224
+ "rskBv4": {
225
+ "module": "@ttoss/components",
226
+ "defaultMessage": "Unlimited",
227
+ "description": "Shown when a metric has no maximum limit."
228
+ },
229
+ "zr0OS6": {
230
+ "module": "@ttoss/components",
231
+ "defaultMessage": "{percentage}% used",
232
+ "description": "Footer shown for percentage metrics, e.g. \"80% used\"."
233
+ },
204
234
  "0+4wTp": {
205
235
  "module": "@ttoss/forms",
206
236
  "defaultMessage": ",",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth-strapi",
3
- "version": "0.2.51",
3
+ "version": "0.2.53",
4
4
  "description": "Authentication components and abstractions for React apps using Strapi.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -26,19 +26,19 @@
26
26
  "sideEffects": false,
27
27
  "peerDependencies": {
28
28
  "react": ">=16.8.0",
29
- "@ttoss/react-auth-core": "^0.2.51",
29
+ "@ttoss/react-auth-core": "^0.2.53",
30
30
  "@ttoss/react-i18n": "^2.0.25",
31
- "@ttoss/react-notifications": "^2.5.4"
31
+ "@ttoss/react-notifications": "^2.5.6"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/react": "^19.2.7",
35
35
  "jest": "^30.2.0",
36
36
  "react": "^19.2.1",
37
37
  "tsup": "^8.5.1",
38
- "@ttoss/react-notifications": "^2.5.4",
39
38
  "@ttoss/i18n-cli": "^0.7.38",
40
39
  "@ttoss/react-i18n": "^2.0.25",
41
- "@ttoss/react-auth-core": "^0.2.51"
40
+ "@ttoss/react-auth-core": "^0.2.53",
41
+ "@ttoss/react-notifications": "^2.5.6"
42
42
  },
43
43
  "keywords": [
44
44
  "React",