@ttoss/react-auth-core 0.2.60 → 0.3.1

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
@@ -195,21 +195,11 @@
195
195
  "defaultMessage": "{percentage}% used",
196
196
  "description": "Footer shown for percentage metrics, e.g. \"80% used\"."
197
197
  },
198
- "0+4wTp": {
199
- "module": "@ttoss/forms",
200
- "defaultMessage": ",",
201
- "description": "Thousand separator for currency formatting (e.g., \",\" for 1,000 or \".\" for 1.000)"
202
- },
203
198
  "D1C6fR": {
204
199
  "module": "@ttoss/forms",
205
200
  "defaultMessage": "Field must be at least {min} characters",
206
201
  "description": "Min length field"
207
202
  },
208
- "JnCaDG": {
209
- "module": "@ttoss/forms",
210
- "defaultMessage": ".",
211
- "description": "Decimal separator for currency formatting (e.g., \".\" for 1.23 or \",\" for 1,23)"
212
- },
213
203
  "MfWGyg": {
214
204
  "module": "@ttoss/forms",
215
205
  "defaultMessage": "Field is required",
@@ -219,5 +209,15 @@
219
209
  "module": "@ttoss/forms",
220
210
  "defaultMessage": "Invalid Value for Field of type {type}",
221
211
  "description": "Invalid Value"
212
+ },
213
+ "i6IsKy": {
214
+ "module": "@ttoss/forms",
215
+ "defaultMessage": ".",
216
+ "description": "Decimal separator for number formatting (e.g., \".\" for 1.23 or \",\" for 1,23)"
217
+ },
218
+ "yktL1M": {
219
+ "module": "@ttoss/forms",
220
+ "defaultMessage": ",",
221
+ "description": "Thousand separator for number formatting (e.g., \",\" for 1,000 or \".\" for 1.000)"
222
222
  }
223
223
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth-core",
3
- "version": "0.2.60",
3
+ "version": "0.3.1",
4
4
  "description": "Core authentication components and abstractions for React apps.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -30,11 +30,11 @@
30
30
  "peerDependencies": {
31
31
  "react": ">=16.8.0",
32
32
  "@ttoss/components": "^2.12.5",
33
- "@ttoss/logger": "^0.7.2",
34
- "@ttoss/react-i18n": "^2.0.26",
35
- "@ttoss/forms": "^0.38.1",
33
+ "@ttoss/logger": "^0.7.3",
36
34
  "@ttoss/ui": "^6.5.1",
37
- "@ttoss/react-notifications": "^2.5.13"
35
+ "@ttoss/react-i18n": "^2.0.26",
36
+ "@ttoss/react-notifications": "^2.5.13",
37
+ "@ttoss/forms": "^0.39.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@jest/globals": "^29.7.0",
@@ -44,13 +44,13 @@
44
44
  "tsup": "^8.5.1",
45
45
  "@ttoss/components": "^2.12.5",
46
46
  "@ttoss/config": "^1.35.12",
47
+ "@ttoss/forms": "^0.39.0",
47
48
  "@ttoss/i18n-cli": "^0.7.38",
48
- "@ttoss/forms": "^0.38.1",
49
- "@ttoss/logger": "^0.7.2",
50
49
  "@ttoss/react-i18n": "^2.0.26",
51
50
  "@ttoss/react-notifications": "^2.5.13",
52
- "@ttoss/test-utils": "^4.0.3",
53
- "@ttoss/ui": "^6.5.1"
51
+ "@ttoss/logger": "^0.7.3",
52
+ "@ttoss/ui": "^6.5.1",
53
+ "@ttoss/test-utils": "^4.0.3"
54
54
  },
55
55
  "keywords": [
56
56
  "React",