@ttoss/react-auth-strapi 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
@@ -201,11 +201,21 @@
201
201
  "module": "@ttoss/components",
202
202
  "defaultMessage": "Click or drag files here"
203
203
  },
204
+ "0+4wTp": {
205
+ "module": "@ttoss/forms",
206
+ "defaultMessage": ",",
207
+ "description": "Thousand separator for currency formatting (e.g., \",\" for 1,000 or \".\" for 1.000)"
208
+ },
204
209
  "D1C6fR": {
205
210
  "module": "@ttoss/forms",
206
211
  "defaultMessage": "Field must be at least {min} characters",
207
212
  "description": "Min length field"
208
213
  },
214
+ "JnCaDG": {
215
+ "module": "@ttoss/forms",
216
+ "defaultMessage": ".",
217
+ "description": "Decimal separator for currency formatting (e.g., \".\" for 1.23 or \",\" for 1,23)"
218
+ },
209
219
  "MfWGyg": {
210
220
  "module": "@ttoss/forms",
211
221
  "defaultMessage": "Field is required",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth-strapi",
3
- "version": "0.2.25",
3
+ "version": "0.2.27",
4
4
  "description": "Authentication components and abstractions for React apps using Strapi.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -26,9 +26,9 @@
26
26
  "sideEffects": false,
27
27
  "peerDependencies": {
28
28
  "react": ">=16.8.0",
29
- "@ttoss/react-auth-core": "^0.2.25",
30
- "@ttoss/react-i18n": "^2.0.21",
31
- "@ttoss/react-notifications": "^2.4.25"
29
+ "@ttoss/react-auth-core": "^0.2.27",
30
+ "@ttoss/react-notifications": "^2.4.25",
31
+ "@ttoss/react-i18n": "^2.0.21"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/react": "^19.2.6",
@@ -36,9 +36,9 @@
36
36
  "react": "^19.2.0",
37
37
  "tsup": "^8.5.1",
38
38
  "@ttoss/i18n-cli": "^0.7.37",
39
+ "@ttoss/react-auth-core": "^0.2.27",
39
40
  "@ttoss/react-notifications": "^2.4.25",
40
- "@ttoss/react-i18n": "^2.0.21",
41
- "@ttoss/react-auth-core": "^0.2.25"
41
+ "@ttoss/react-i18n": "^2.0.21"
42
42
  },
43
43
  "keywords": [
44
44
  "React",