@ttoss/react-auth 2.6.44 → 2.6.45

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.
@@ -73,6 +73,12 @@
73
73
  "value": "Sign up"
74
74
  }
75
75
  ],
76
+ "G/yZLu": [
77
+ {
78
+ "type": 0,
79
+ "value": "Remove"
80
+ }
81
+ ],
76
82
  "HT4tSM": [
77
83
  {
78
84
  "type": 0,
@@ -187,6 +193,12 @@
187
193
  "value": "Passwords are not the same"
188
194
  }
189
195
  ],
196
+ "XKyo5X": [
197
+ {
198
+ "type": 0,
199
+ "value": "File Upload"
200
+ }
201
+ ],
190
202
  "XreZg+": [
191
203
  {
192
204
  "type": 0,
@@ -221,12 +233,58 @@
221
233
  "value": "New Password"
222
234
  }
223
235
  ],
236
+ "eRShvB": [
237
+ {
238
+ "type": 0,
239
+ "value": "Maximum files reached"
240
+ }
241
+ ],
224
242
  "fDCMA6": [
225
243
  {
226
244
  "type": 0,
227
245
  "value": "Select Files"
228
246
  }
229
247
  ],
248
+ "fOOwej": [
249
+ {
250
+ "offset": 0,
251
+ "options": {
252
+ "one": {
253
+ "value": [
254
+ {
255
+ "type": 0,
256
+ "value": "Up to "
257
+ },
258
+ {
259
+ "type": 7
260
+ },
261
+ {
262
+ "type": 0,
263
+ "value": " file"
264
+ }
265
+ ]
266
+ },
267
+ "other": {
268
+ "value": [
269
+ {
270
+ "type": 0,
271
+ "value": "Up to "
272
+ },
273
+ {
274
+ "type": 7
275
+ },
276
+ {
277
+ "type": 0,
278
+ "value": " files"
279
+ }
280
+ ]
281
+ }
282
+ },
283
+ "pluralType": "cardinal",
284
+ "type": 6,
285
+ "value": "max_files"
286
+ }
287
+ ],
230
288
  "gy0Ynb": [
231
289
  {
232
290
  "type": 0,
package/i18n/lang/en.json CHANGED
@@ -176,14 +176,30 @@
176
176
  "defaultMessage": "Confirmation code",
177
177
  "description": "Confirmation code"
178
178
  },
179
+ "G/yZLu": {
180
+ "module": "@ttoss/components",
181
+ "defaultMessage": "Remove"
182
+ },
179
183
  "JEsxDw": {
180
184
  "module": "@ttoss/components",
181
185
  "defaultMessage": "Uploading..."
182
186
  },
187
+ "XKyo5X": {
188
+ "module": "@ttoss/components",
189
+ "defaultMessage": "File Upload"
190
+ },
191
+ "eRShvB": {
192
+ "module": "@ttoss/components",
193
+ "defaultMessage": "Maximum files reached"
194
+ },
183
195
  "fDCMA6": {
184
196
  "module": "@ttoss/components",
185
197
  "defaultMessage": "Select Files"
186
198
  },
199
+ "fOOwej": {
200
+ "module": "@ttoss/components",
201
+ "defaultMessage": "{max_files, plural, one {Up to # file} other {Up to # files}}"
202
+ },
187
203
  "gy0Ynb": {
188
204
  "module": "@ttoss/components",
189
205
  "defaultMessage": "Click or drag files here"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth",
3
- "version": "2.6.44",
3
+ "version": "2.6.45",
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": "^5.0.0",
29
- "@ttoss/react-auth-core": "^0.2.14"
29
+ "@ttoss/react-auth-core": "^0.2.15"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "aws-amplify": "^6.0.0",
33
33
  "react": ">=16.8.0",
34
- "@ttoss/components": "^2.4.4",
35
- "@ttoss/logger": "^0.6.6",
36
- "@ttoss/react-notifications": "^2.4.15",
37
- "@ttoss/react-i18n": "^2.0.18",
34
+ "@ttoss/components": "^2.4.5",
35
+ "@ttoss/forms": "^0.31.9",
36
+ "@ttoss/react-notifications": "^2.4.16",
38
37
  "@ttoss/ui": "^5.10.2",
39
- "@ttoss/forms": "^0.31.9"
38
+ "@ttoss/react-i18n": "^2.0.18",
39
+ "@ttoss/logger": "^0.6.6"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@jest/globals": "^29.7.0",
@@ -47,14 +47,14 @@
47
47
  "tsup": "^8.5.0",
48
48
  "@ttoss/cloud-auth": "^0.13.4",
49
49
  "@ttoss/config": "^1.35.8",
50
- "@ttoss/forms": "^0.31.9",
51
50
  "@ttoss/i18n-cli": "^0.7.34",
51
+ "@ttoss/components": "^2.4.5",
52
52
  "@ttoss/logger": "^0.6.6",
53
+ "@ttoss/forms": "^0.31.9",
53
54
  "@ttoss/react-i18n": "^2.0.18",
54
- "@ttoss/react-notifications": "^2.4.15",
55
- "@ttoss/ui": "^5.10.2",
56
55
  "@ttoss/test-utils": "^2.1.28",
57
- "@ttoss/components": "^2.4.4"
56
+ "@ttoss/ui": "^5.10.2",
57
+ "@ttoss/react-notifications": "^2.4.16"
58
58
  },
59
59
  "keywords": [
60
60
  "React",