@ttoss/react-auth-strapi 0.2.59 → 0.3.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.
@@ -1,10 +1,4 @@
1
1
  {
2
- "0+4wTp": [
3
- {
4
- "type": 0,
5
- "value": ","
6
- }
7
- ],
8
2
  "0EjvY6": [
9
3
  {
10
4
  "type": 0,
@@ -109,12 +103,6 @@
109
103
  "value": "Uploading..."
110
104
  }
111
105
  ],
112
- "JnCaDG": [
113
- {
114
- "type": 0,
115
- "value": "."
116
- }
117
- ],
118
106
  "KY2T6J": [
119
107
  {
120
108
  "type": 0,
@@ -315,6 +303,12 @@
315
303
  "value": "Click or drag files here"
316
304
  }
317
305
  ],
306
+ "i6IsKy": [
307
+ {
308
+ "type": 0,
309
+ "value": "."
310
+ }
311
+ ],
318
312
  "kdFYba": [
319
313
  {
320
314
  "type": 0,
@@ -391,6 +385,12 @@
391
385
  "value": "Confirmation code"
392
386
  }
393
387
  ],
388
+ "yktL1M": [
389
+ {
390
+ "type": 0,
391
+ "value": ","
392
+ }
393
+ ],
394
394
  "zr0OS6": [
395
395
  {
396
396
  "type": 1,
package/i18n/lang/en.json CHANGED
@@ -231,21 +231,11 @@
231
231
  "defaultMessage": "{percentage}% used",
232
232
  "description": "Footer shown for percentage metrics, e.g. \"80% used\"."
233
233
  },
234
- "0+4wTp": {
235
- "module": "@ttoss/forms",
236
- "defaultMessage": ",",
237
- "description": "Thousand separator for currency formatting (e.g., \",\" for 1,000 or \".\" for 1.000)"
238
- },
239
234
  "D1C6fR": {
240
235
  "module": "@ttoss/forms",
241
236
  "defaultMessage": "Field must be at least {min} characters",
242
237
  "description": "Min length field"
243
238
  },
244
- "JnCaDG": {
245
- "module": "@ttoss/forms",
246
- "defaultMessage": ".",
247
- "description": "Decimal separator for currency formatting (e.g., \".\" for 1.23 or \",\" for 1,23)"
248
- },
249
239
  "MfWGyg": {
250
240
  "module": "@ttoss/forms",
251
241
  "defaultMessage": "Field is required",
@@ -255,5 +245,15 @@
255
245
  "module": "@ttoss/forms",
256
246
  "defaultMessage": "Invalid Value for Field of type {type}",
257
247
  "description": "Invalid Value"
248
+ },
249
+ "i6IsKy": {
250
+ "module": "@ttoss/forms",
251
+ "defaultMessage": ".",
252
+ "description": "Decimal separator for number formatting (e.g., \".\" for 1.23 or \",\" for 1,23)"
253
+ },
254
+ "yktL1M": {
255
+ "module": "@ttoss/forms",
256
+ "defaultMessage": ",",
257
+ "description": "Thousand separator for number formatting (e.g., \",\" for 1,000 or \".\" for 1.000)"
258
258
  }
259
259
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth-strapi",
3
- "version": "0.2.59",
3
+ "version": "0.3.0",
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.59",
30
- "@ttoss/react-i18n": "^2.0.25",
31
- "@ttoss/react-notifications": "^2.5.12"
29
+ "@ttoss/react-auth-core": "^0.3.0",
30
+ "@ttoss/react-notifications": "^2.5.13",
31
+ "@ttoss/react-i18n": "^2.0.26"
32
32
  },
33
33
  "devDependencies": {
34
- "@types/react": "^19.2.7",
34
+ "@types/react": "^19.2.8",
35
35
  "jest": "^30.2.0",
36
- "react": "^19.2.1",
36
+ "react": "^19.2.3",
37
37
  "tsup": "^8.5.1",
38
38
  "@ttoss/i18n-cli": "^0.7.38",
39
- "@ttoss/react-auth-core": "^0.2.59",
40
- "@ttoss/react-notifications": "^2.5.12",
41
- "@ttoss/react-i18n": "^2.0.25"
39
+ "@ttoss/react-i18n": "^2.0.26",
40
+ "@ttoss/react-notifications": "^2.5.13",
41
+ "@ttoss/react-auth-core": "^0.3.0"
42
42
  },
43
43
  "keywords": [
44
44
  "React",