@ttoss/react-auth-core 0.2.14 → 0.2.15

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.
@@ -67,6 +67,12 @@
67
67
  "value": "Sign up"
68
68
  }
69
69
  ],
70
+ "G/yZLu": [
71
+ {
72
+ "type": 0,
73
+ "value": "Remove"
74
+ }
75
+ ],
70
76
  "HT4tSM": [
71
77
  {
72
78
  "type": 0,
@@ -181,6 +187,12 @@
181
187
  "value": "Passwords are not the same"
182
188
  }
183
189
  ],
190
+ "XKyo5X": [
191
+ {
192
+ "type": 0,
193
+ "value": "File Upload"
194
+ }
195
+ ],
184
196
  "XreZg+": [
185
197
  {
186
198
  "type": 0,
@@ -215,12 +227,58 @@
215
227
  "value": "New Password"
216
228
  }
217
229
  ],
230
+ "eRShvB": [
231
+ {
232
+ "type": 0,
233
+ "value": "Maximum files reached"
234
+ }
235
+ ],
218
236
  "fDCMA6": [
219
237
  {
220
238
  "type": 0,
221
239
  "value": "Select Files"
222
240
  }
223
241
  ],
242
+ "fOOwej": [
243
+ {
244
+ "offset": 0,
245
+ "options": {
246
+ "one": {
247
+ "value": [
248
+ {
249
+ "type": 0,
250
+ "value": "Up to "
251
+ },
252
+ {
253
+ "type": 7
254
+ },
255
+ {
256
+ "type": 0,
257
+ "value": " file"
258
+ }
259
+ ]
260
+ },
261
+ "other": {
262
+ "value": [
263
+ {
264
+ "type": 0,
265
+ "value": "Up to "
266
+ },
267
+ {
268
+ "type": 7
269
+ },
270
+ {
271
+ "type": 0,
272
+ "value": " files"
273
+ }
274
+ ]
275
+ }
276
+ },
277
+ "pluralType": "cardinal",
278
+ "type": 6,
279
+ "value": "max_files"
280
+ }
281
+ ],
224
282
  "gy0Ynb": [
225
283
  {
226
284
  "type": 0,
package/i18n/lang/en.json CHANGED
@@ -137,14 +137,30 @@
137
137
  "defaultMessage": "Confirmation code",
138
138
  "description": "Confirmation code"
139
139
  },
140
+ "G/yZLu": {
141
+ "module": "@ttoss/components",
142
+ "defaultMessage": "Remove"
143
+ },
140
144
  "JEsxDw": {
141
145
  "module": "@ttoss/components",
142
146
  "defaultMessage": "Uploading..."
143
147
  },
148
+ "XKyo5X": {
149
+ "module": "@ttoss/components",
150
+ "defaultMessage": "File Upload"
151
+ },
152
+ "eRShvB": {
153
+ "module": "@ttoss/components",
154
+ "defaultMessage": "Maximum files reached"
155
+ },
144
156
  "fDCMA6": {
145
157
  "module": "@ttoss/components",
146
158
  "defaultMessage": "Select Files"
147
159
  },
160
+ "fOOwej": {
161
+ "module": "@ttoss/components",
162
+ "defaultMessage": "{max_files, plural, one {Up to # file} other {Up to # files}}"
163
+ },
148
164
  "gy0Ynb": {
149
165
  "module": "@ttoss/components",
150
166
  "defaultMessage": "Click or drag files here"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth-core",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "Core authentication components and abstractions for React apps.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=16.8.0",
32
- "@ttoss/components": "^2.4.4",
32
+ "@ttoss/components": "^2.4.5",
33
33
  "@ttoss/forms": "^0.31.9",
34
- "@ttoss/logger": "^0.6.6",
35
- "@ttoss/react-notifications": "^2.4.15",
34
+ "@ttoss/react-notifications": "^2.4.16",
36
35
  "@ttoss/ui": "^5.10.2",
37
- "@ttoss/react-i18n": "^2.0.18"
36
+ "@ttoss/react-i18n": "^2.0.18",
37
+ "@ttoss/logger": "^0.6.6"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@jest/globals": "^29.7.0",
@@ -42,14 +42,14 @@
42
42
  "jest": "^30.0.4",
43
43
  "react": "^19.1.0",
44
44
  "tsup": "^8.5.0",
45
- "@ttoss/components": "^2.4.4",
46
- "@ttoss/forms": "^0.31.9",
45
+ "@ttoss/components": "^2.4.5",
47
46
  "@ttoss/config": "^1.35.8",
47
+ "@ttoss/forms": "^0.31.9",
48
48
  "@ttoss/i18n-cli": "^0.7.34",
49
49
  "@ttoss/logger": "^0.6.6",
50
50
  "@ttoss/react-i18n": "^2.0.18",
51
- "@ttoss/react-notifications": "^2.4.15",
52
51
  "@ttoss/test-utils": "^2.1.28",
52
+ "@ttoss/react-notifications": "^2.4.16",
53
53
  "@ttoss/ui": "^5.10.2"
54
54
  },
55
55
  "keywords": [