@ttoss/react-auth 2.6.56 → 2.6.58

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,4 +1,10 @@
1
1
  {
2
+ "0+4wTp": [
3
+ {
4
+ "type": 0,
5
+ "value": ","
6
+ }
7
+ ],
2
8
  "0XOzcH": [
3
9
  {
4
10
  "type": 0,
@@ -91,6 +97,12 @@
91
97
  "value": "Uploading..."
92
98
  }
93
99
  ],
100
+ "JnCaDG": [
101
+ {
102
+ "type": 0,
103
+ "value": "."
104
+ }
105
+ ],
94
106
  "KY2T6J": [
95
107
  {
96
108
  "type": 0,
package/i18n/lang/en.json CHANGED
@@ -204,11 +204,21 @@
204
204
  "module": "@ttoss/components",
205
205
  "defaultMessage": "Click or drag files here"
206
206
  },
207
+ "0+4wTp": {
208
+ "module": "@ttoss/forms",
209
+ "defaultMessage": ",",
210
+ "description": "Thousand separator for currency formatting (e.g., \",\" for 1,000 or \".\" for 1.000)"
211
+ },
207
212
  "D1C6fR": {
208
213
  "module": "@ttoss/forms",
209
214
  "defaultMessage": "Field must be at least {min} characters",
210
215
  "description": "Min length field"
211
216
  },
217
+ "JnCaDG": {
218
+ "module": "@ttoss/forms",
219
+ "defaultMessage": ".",
220
+ "description": "Decimal separator for currency formatting (e.g., \".\" for 1.23 or \",\" for 1,23)"
221
+ },
212
222
  "MfWGyg": {
213
223
  "module": "@ttoss/forms",
214
224
  "defaultMessage": "Field is required",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth",
3
- "version": "2.6.56",
3
+ "version": "2.6.58",
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.26"
29
+ "@ttoss/react-auth-core": "^0.2.28"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "aws-amplify": "^6.0.0",
33
33
  "react": ">=16.8.0",
34
34
  "@ttoss/components": "^2.7.3",
35
- "@ttoss/forms": "^0.32.3",
36
35
  "@ttoss/logger": "^0.6.9",
36
+ "@ttoss/forms": "^0.32.5",
37
37
  "@ttoss/react-i18n": "^2.0.21",
38
- "@ttoss/ui": "^5.10.7",
39
- "@ttoss/react-notifications": "^2.4.25"
38
+ "@ttoss/react-notifications": "^2.4.25",
39
+ "@ttoss/ui": "^5.10.7"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@jest/globals": "^29.7.0",
@@ -47,10 +47,10 @@
47
47
  "tsup": "^8.5.1",
48
48
  "@ttoss/cloud-auth": "^0.13.7",
49
49
  "@ttoss/components": "^2.7.3",
50
+ "@ttoss/forms": "^0.32.5",
51
+ "@ttoss/i18n-cli": "^0.7.37",
50
52
  "@ttoss/config": "^1.35.11",
51
- "@ttoss/forms": "^0.32.3",
52
53
  "@ttoss/logger": "^0.6.9",
53
- "@ttoss/i18n-cli": "^0.7.37",
54
54
  "@ttoss/react-i18n": "^2.0.21",
55
55
  "@ttoss/test-utils": "^3.0.3",
56
56
  "@ttoss/ui": "^5.10.7",