@ttoss/react-auth-strapi 0.5.4 → 0.7.0

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.
@@ -85,6 +85,12 @@
85
85
  "value": "Sign up"
86
86
  }
87
87
  ],
88
+ "F//XE4": [
89
+ {
90
+ "type": 0,
91
+ "value": "or"
92
+ }
93
+ ],
88
94
  "G/yZLu": [
89
95
  {
90
96
  "type": 0,
@@ -187,6 +193,12 @@
187
193
  "value": " characters"
188
194
  }
189
195
  ],
196
+ "TqUkps": [
197
+ {
198
+ "type": 0,
199
+ "value": "Limpar Tudo"
200
+ }
201
+ ],
190
202
  "UNttd+": [
191
203
  {
192
204
  "type": 0,
@@ -233,12 +245,28 @@
233
245
  "value": "Confirmation"
234
246
  }
235
247
  ],
248
+ "d/l4Zg": [
249
+ {
250
+ "type": 0,
251
+ "value": "Deseja instalar o nosso aplicativo?"
252
+ }
253
+ ],
236
254
  "d1YCuH": [
237
255
  {
238
256
  "type": 0,
239
257
  "value": "Enter your email address"
240
258
  }
241
259
  ],
260
+ "dx4ZnR": [
261
+ {
262
+ "type": 1,
263
+ "value": "name"
264
+ },
265
+ {
266
+ "type": 0,
267
+ "value": " logo"
268
+ }
269
+ ],
242
270
  "e3IQoc": [
243
271
  {
244
272
  "type": 0,
@@ -251,6 +279,16 @@
251
279
  "value": "Maximum files reached"
252
280
  }
253
281
  ],
282
+ "ehCEm+": [
283
+ {
284
+ "type": 0,
285
+ "value": "Continue with "
286
+ },
287
+ {
288
+ "type": 1,
289
+ "value": "provider"
290
+ }
291
+ ],
254
292
  "fDCMA6": [
255
293
  {
256
294
  "type": 0,
@@ -297,6 +335,12 @@
297
335
  "pluralType": "cardinal"
298
336
  }
299
337
  ],
338
+ "fcbTJg": [
339
+ {
340
+ "type": 0,
341
+ "value": "Nenhuma notificação"
342
+ }
343
+ ],
300
344
  "gy0Ynb": [
301
345
  {
302
346
  "type": 0,
@@ -339,6 +383,20 @@
339
383
  "value": "Recover Password"
340
384
  }
341
385
  ],
386
+ "mnFdKf": [
387
+ {
388
+ "type": 1,
389
+ "value": "current"
390
+ },
391
+ {
392
+ "type": 0,
393
+ "value": "/"
394
+ },
395
+ {
396
+ "type": 1,
397
+ "value": "total"
398
+ }
399
+ ],
342
400
  "oYpm71": [
343
401
  {
344
402
  "type": 0,
@@ -373,6 +431,12 @@
373
431
  "value": "You must accept the terms and conditions"
374
432
  }
375
433
  ],
434
+ "rmaMPX": [
435
+ {
436
+ "type": 0,
437
+ "value": "Instalar"
438
+ }
439
+ ],
376
440
  "rskBv4": [
377
441
  {
378
442
  "type": 0,
package/i18n/lang/en.json CHANGED
@@ -43,6 +43,11 @@
43
43
  "defaultMessage": "Sign up",
44
44
  "description": "Sign up"
45
45
  },
46
+ "F//XE4": {
47
+ "module": "@ttoss/react-auth-core",
48
+ "defaultMessage": "or",
49
+ "description": "Divider between the password form and the social buttons."
50
+ },
46
51
  "HT4tSM": {
47
52
  "module": "@ttoss/react-auth-core",
48
53
  "defaultMessage": "Reset Password",
@@ -127,6 +132,11 @@
127
132
  "defaultMessage": "New Password",
128
133
  "description": "New Password"
129
134
  },
135
+ "ehCEm+": {
136
+ "module": "@ttoss/react-auth-core",
137
+ "defaultMessage": "Continue with {provider}",
138
+ "description": "Label of the button that signs in with a social provider."
139
+ },
130
140
  "kdFYba": {
131
141
  "module": "@ttoss/react-auth-core",
132
142
  "defaultMessage": "Password field is required",
@@ -196,10 +206,25 @@
196
206
  "module": "@ttoss/components",
197
207
  "defaultMessage": "Uploading..."
198
208
  },
209
+ "TqUkps": {
210
+ "module": "@ttoss/components",
211
+ "defaultMessage": "Limpar Tudo",
212
+ "description": "Notifications menu: button clearing every notification."
213
+ },
199
214
  "XKyo5X": {
200
215
  "module": "@ttoss/components",
201
216
  "defaultMessage": "File Upload"
202
217
  },
218
+ "d/l4Zg": {
219
+ "module": "@ttoss/components",
220
+ "defaultMessage": "Deseja instalar o nosso aplicativo?",
221
+ "description": "PWA install banner: the question offering installation."
222
+ },
223
+ "dx4ZnR": {
224
+ "module": "@ttoss/components",
225
+ "defaultMessage": "{name} logo",
226
+ "description": "OAuth consent: alt text for the requesting application logo."
227
+ },
203
228
  "eRShvB": {
204
229
  "module": "@ttoss/components",
205
230
  "defaultMessage": "Maximum files reached"
@@ -212,6 +237,11 @@
212
237
  "module": "@ttoss/components",
213
238
  "defaultMessage": "{max_files, plural, one {Up to # file} other {Up to # files}}"
214
239
  },
240
+ "fcbTJg": {
241
+ "module": "@ttoss/components",
242
+ "defaultMessage": "Nenhuma notificação",
243
+ "description": "Notifications menu: shown when there is nothing to list."
244
+ },
215
245
  "gy0Ynb": {
216
246
  "module": "@ttoss/components",
217
247
  "defaultMessage": "Click or drag files here"
@@ -221,6 +251,11 @@
221
251
  "defaultMessage": "of {max}",
222
252
  "description": "Text shown before the max value, e.g. \"of 10\" or \"of ∞\"."
223
253
  },
254
+ "rmaMPX": {
255
+ "module": "@ttoss/components",
256
+ "defaultMessage": "Instalar",
257
+ "description": "PWA install banner: button that starts the installation."
258
+ },
224
259
  "rskBv4": {
225
260
  "module": "@ttoss/components",
226
261
  "defaultMessage": "Unlimited",
@@ -251,6 +286,11 @@
251
286
  "defaultMessage": ".",
252
287
  "description": "Decimal separator for number formatting (e.g., \".\" for 1.23 or \",\" for 1,23)"
253
288
  },
289
+ "mnFdKf": {
290
+ "module": "@ttoss/forms",
291
+ "defaultMessage": "{current}/{total}",
292
+ "description": "Multistep form: position in the flow. Only the separator is translatable; both values are numbers."
293
+ },
254
294
  "yktL1M": {
255
295
  "module": "@ttoss/forms",
256
296
  "defaultMessage": ",",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth-strapi",
3
- "version": "0.5.4",
3
+ "version": "0.7.0",
4
4
  "description": "Authentication components and abstractions for React apps using Strapi.",
5
5
  "keywords": [
6
6
  "React",
@@ -39,19 +39,19 @@
39
39
  "jest": "^30.4.2",
40
40
  "react": "^19.2.6",
41
41
  "tsdown": "^0.22.2",
42
- "@ttoss/config": "^1.37.17",
43
- "@ttoss/react-i18n": "^2.3.0",
44
- "@ttoss/react-notifications": "^2.8.4",
45
- "@ttoss/i18n-cli": "^0.8.17",
46
- "@ttoss/test-utils": "^4.2.18",
47
- "@ttoss/react-auth-core": "^0.5.4",
48
- "@ttoss/ui": "^6.9.28"
42
+ "@ttoss/config": "^1.38.0",
43
+ "@ttoss/i18n-cli": "^0.9.0",
44
+ "@ttoss/react-auth-core": "^0.7.0",
45
+ "@ttoss/react-i18n": "^2.3.1",
46
+ "@ttoss/react-notifications": "^2.8.5",
47
+ "@ttoss/test-utils": "^4.2.19",
48
+ "@ttoss/ui": "^6.9.29"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": ">=16.8.0",
52
- "@ttoss/react-i18n": "^2.3.0",
53
- "@ttoss/react-auth-core": "^0.5.4",
54
- "@ttoss/react-notifications": "^2.8.4"
52
+ "@ttoss/react-auth-core": "^0.7.0",
53
+ "@ttoss/react-notifications": "^2.8.5",
54
+ "@ttoss/react-i18n": "^2.3.1"
55
55
  },
56
56
  "publishConfig": {
57
57
  "access": "public",