@ttoss/react-auth 2.6.89 → 2.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.
@@ -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,
@@ -115,12 +109,6 @@
115
109
  "value": "Uploading..."
116
110
  }
117
111
  ],
118
- "JnCaDG": [
119
- {
120
- "type": 0,
121
- "value": "."
122
- }
123
- ],
124
112
  "KY2T6J": [
125
113
  {
126
114
  "type": 0,
@@ -321,6 +309,12 @@
321
309
  "value": "Click or drag files here"
322
310
  }
323
311
  ],
312
+ "i6IsKy": [
313
+ {
314
+ "type": 0,
315
+ "value": "."
316
+ }
317
+ ],
324
318
  "kdFYba": [
325
319
  {
326
320
  "type": 0,
@@ -397,6 +391,12 @@
397
391
  "value": "Confirmation code"
398
392
  }
399
393
  ],
394
+ "yktL1M": [
395
+ {
396
+ "type": 0,
397
+ "value": ","
398
+ }
399
+ ],
400
400
  "zr0OS6": [
401
401
  {
402
402
  "type": 1,
package/i18n/lang/en.json CHANGED
@@ -234,21 +234,11 @@
234
234
  "defaultMessage": "{percentage}% used",
235
235
  "description": "Footer shown for percentage metrics, e.g. \"80% used\"."
236
236
  },
237
- "0+4wTp": {
238
- "module": "@ttoss/forms",
239
- "defaultMessage": ",",
240
- "description": "Thousand separator for currency formatting (e.g., \",\" for 1,000 or \".\" for 1.000)"
241
- },
242
237
  "D1C6fR": {
243
238
  "module": "@ttoss/forms",
244
239
  "defaultMessage": "Field must be at least {min} characters",
245
240
  "description": "Min length field"
246
241
  },
247
- "JnCaDG": {
248
- "module": "@ttoss/forms",
249
- "defaultMessage": ".",
250
- "description": "Decimal separator for currency formatting (e.g., \".\" for 1.23 or \",\" for 1,23)"
251
- },
252
242
  "MfWGyg": {
253
243
  "module": "@ttoss/forms",
254
244
  "defaultMessage": "Field is required",
@@ -258,5 +248,15 @@
258
248
  "module": "@ttoss/forms",
259
249
  "defaultMessage": "Invalid Value for Field of type {type}",
260
250
  "description": "Invalid Value"
251
+ },
252
+ "i6IsKy": {
253
+ "module": "@ttoss/forms",
254
+ "defaultMessage": ".",
255
+ "description": "Decimal separator for number formatting (e.g., \".\" for 1.23 or \",\" for 1,23)"
256
+ },
257
+ "yktL1M": {
258
+ "module": "@ttoss/forms",
259
+ "defaultMessage": ",",
260
+ "description": "Thousand separator for number formatting (e.g., \",\" for 1,000 or \".\" for 1.000)"
261
261
  }
262
262
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth",
3
- "version": "2.6.89",
3
+ "version": "2.7.0",
4
4
  "description": "ttoss authentication module for React apps.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -26,35 +26,35 @@
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
28
  "react-error-boundary": "^6.0.0",
29
- "@ttoss/react-auth-core": "^0.2.59"
29
+ "@ttoss/react-auth-core": "^0.3.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "aws-amplify": "^6.0.0",
33
33
  "react": ">=16.8.0",
34
- "@ttoss/components": "^2.12.4",
35
- "@ttoss/forms": "^0.38.0",
36
- "@ttoss/react-i18n": "^2.0.25",
37
- "@ttoss/logger": "^0.7.1",
38
- "@ttoss/react-notifications": "^2.5.12",
39
- "@ttoss/ui": "^6.5.0"
34
+ "@ttoss/logger": "^0.7.2",
35
+ "@ttoss/components": "^2.12.5",
36
+ "@ttoss/react-i18n": "^2.0.26",
37
+ "@ttoss/react-notifications": "^2.5.13",
38
+ "@ttoss/ui": "^6.5.1",
39
+ "@ttoss/forms": "^0.39.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@jest/globals": "^29.7.0",
43
- "@types/react": "^19.2.7",
43
+ "@types/react": "^19.2.8",
44
44
  "aws-amplify": "^6.11.0",
45
45
  "jest": "^30.2.0",
46
- "react": "^19.2.1",
46
+ "react": "^19.2.3",
47
47
  "tsup": "^8.5.1",
48
- "@ttoss/cloud-auth": "^0.13.11",
49
- "@ttoss/components": "^2.12.4",
50
- "@ttoss/config": "^1.35.12",
51
- "@ttoss/forms": "^0.38.0",
52
- "@ttoss/logger": "^0.7.1",
48
+ "@ttoss/cloud-auth": "^0.13.12",
49
+ "@ttoss/components": "^2.12.5",
53
50
  "@ttoss/i18n-cli": "^0.7.38",
54
- "@ttoss/react-notifications": "^2.5.12",
55
- "@ttoss/react-i18n": "^2.0.25",
56
- "@ttoss/test-utils": "^4.0.2",
57
- "@ttoss/ui": "^6.5.0"
51
+ "@ttoss/forms": "^0.39.0",
52
+ "@ttoss/config": "^1.35.12",
53
+ "@ttoss/logger": "^0.7.2",
54
+ "@ttoss/react-i18n": "^2.0.26",
55
+ "@ttoss/react-notifications": "^2.5.13",
56
+ "@ttoss/test-utils": "^4.0.3",
57
+ "@ttoss/ui": "^6.5.1"
58
58
  },
59
59
  "keywords": [
60
60
  "React",