@ttoss/react-auth-core 0.2.25 → 0.2.27

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,
@@ -85,6 +91,12 @@
85
91
  "value": "Uploading..."
86
92
  }
87
93
  ],
94
+ "JnCaDG": [
95
+ {
96
+ "type": 0,
97
+ "value": "."
98
+ }
99
+ ],
88
100
  "KY2T6J": [
89
101
  {
90
102
  "type": 0,
package/i18n/lang/en.json CHANGED
@@ -165,11 +165,21 @@
165
165
  "module": "@ttoss/components",
166
166
  "defaultMessage": "Click or drag files here"
167
167
  },
168
+ "0+4wTp": {
169
+ "module": "@ttoss/forms",
170
+ "defaultMessage": ",",
171
+ "description": "Thousand separator for currency formatting (e.g., \",\" for 1,000 or \".\" for 1.000)"
172
+ },
168
173
  "D1C6fR": {
169
174
  "module": "@ttoss/forms",
170
175
  "defaultMessage": "Field must be at least {min} characters",
171
176
  "description": "Min length field"
172
177
  },
178
+ "JnCaDG": {
179
+ "module": "@ttoss/forms",
180
+ "defaultMessage": ".",
181
+ "description": "Decimal separator for currency formatting (e.g., \".\" for 1.23 or \",\" for 1,23)"
182
+ },
173
183
  "MfWGyg": {
174
184
  "module": "@ttoss/forms",
175
185
  "defaultMessage": "Field is required",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth-core",
3
- "version": "0.2.25",
3
+ "version": "0.2.27",
4
4
  "description": "Core authentication components and abstractions for React apps.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -30,10 +30,10 @@
30
30
  "peerDependencies": {
31
31
  "react": ">=16.8.0",
32
32
  "@ttoss/components": "^2.7.3",
33
- "@ttoss/forms": "^0.32.2",
33
+ "@ttoss/forms": "^0.32.4",
34
34
  "@ttoss/logger": "^0.6.9",
35
- "@ttoss/react-notifications": "^2.4.25",
36
35
  "@ttoss/react-i18n": "^2.0.21",
36
+ "@ttoss/react-notifications": "^2.4.25",
37
37
  "@ttoss/ui": "^5.10.7"
38
38
  },
39
39
  "devDependencies": {
@@ -42,14 +42,14 @@
42
42
  "jest": "^30.2.0",
43
43
  "react": "^19.2.0",
44
44
  "tsup": "^8.5.1",
45
+ "@ttoss/components": "^2.7.3",
45
46
  "@ttoss/config": "^1.35.11",
46
- "@ttoss/i18n-cli": "^0.7.37",
47
+ "@ttoss/forms": "^0.32.4",
47
48
  "@ttoss/logger": "^0.6.9",
48
- "@ttoss/components": "^2.7.3",
49
- "@ttoss/forms": "^0.32.2",
49
+ "@ttoss/i18n-cli": "^0.7.37",
50
+ "@ttoss/react-i18n": "^2.0.21",
50
51
  "@ttoss/react-notifications": "^2.4.25",
51
52
  "@ttoss/test-utils": "^3.0.3",
52
- "@ttoss/react-i18n": "^2.0.21",
53
53
  "@ttoss/ui": "^5.10.7"
54
54
  },
55
55
  "keywords": [