trade-safety 1.0.1 → 1.0.2

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.
package/dist/index.d.ts CHANGED
@@ -9,565 +9,5 @@ export { RiskSignalCard } from './components/RiskSignalCard';
9
9
  export { TradeSafetyRepository } from './repositories';
10
10
  export type { TradeSafetyCheckRepositoryResponse, TradeSafetyCheckFullResponse, QuickCheckRepositoryResponse, } from './repositories/TradeSafetyRepository';
11
11
  export * from './types';
12
- export { TRADE_SAFETY_NS } from './i18n';
13
- /**
14
- * Translation resources for the tradeSafety namespace.
15
- * Use with i18next.addResourceBundle(lang, 'tradeSafety', translations)
16
- *
17
- * @example
18
- * import { tradeSafetyTranslations, TRADE_SAFETY_NS } from '@trade-safety/react';
19
- *
20
- * // Add to existing i18n instance
21
- * Object.entries(tradeSafetyTranslations).forEach(([lang, resources]) => {
22
- * i18n.addResourceBundle(lang, TRADE_SAFETY_NS, resources);
23
- * });
24
- */
25
- export declare const tradeSafetyTranslations: {
26
- en: {
27
- hero: {
28
- title: string;
29
- subtitle: string;
30
- placeholder: string;
31
- advancedOptions: string;
32
- amountPlaceholder: string;
33
- checkSafety: string;
34
- analyzing: string;
35
- analyzingDescription: string;
36
- tryExample: string;
37
- };
38
- features: {
39
- title: string;
40
- translation: {
41
- title: string;
42
- description: string;
43
- };
44
- scamDetection: {
45
- title: string;
46
- description: string;
47
- };
48
- priceAnalysis: {
49
- title: string;
50
- description: string;
51
- };
52
- };
53
- howItWorks: {
54
- title: string;
55
- step1: {
56
- title: string;
57
- description: string;
58
- };
59
- step2: {
60
- title: string;
61
- description: string;
62
- };
63
- step3: {
64
- title: string;
65
- description: string;
66
- };
67
- };
68
- result: {
69
- title: string;
70
- subtitle: string;
71
- notFound: string;
72
- quickTitle: string;
73
- riskSignals: string;
74
- cautions: string;
75
- safeIndicators: string;
76
- detailsPreview: string;
77
- signupRequired: string;
78
- signupMessage: string;
79
- signupDescription: string;
80
- signupButton: string;
81
- signupToView: string;
82
- whatToDo: string;
83
- translation: string;
84
- translationTitle: string;
85
- nuanceTitle: string;
86
- priceAnalysis: string;
87
- marketPrice: string;
88
- offeredPrice: string;
89
- priceAssessment: string;
90
- priceWarnings: string;
91
- safetyChecklist: string;
92
- checklistDescription: string;
93
- recommendation: string;
94
- expertAdvice: string;
95
- expertName: string;
96
- riskLevel: {
97
- high: {
98
- title: string;
99
- message: string;
100
- };
101
- medium: {
102
- title: string;
103
- message: string;
104
- };
105
- low: {
106
- title: string;
107
- message: string;
108
- };
109
- };
110
- companionCta: {
111
- title: string;
112
- description: string;
113
- button: string;
114
- };
115
- };
116
- };
117
- es: {
118
- hero: {
119
- title: string;
120
- subtitle: string;
121
- placeholder: string;
122
- advancedOptions: string;
123
- amountPlaceholder: string;
124
- checkSafety: string;
125
- analyzing: string;
126
- analyzingDescription: string;
127
- tryExample: string;
128
- };
129
- features: {
130
- title: string;
131
- translation: {
132
- title: string;
133
- description: string;
134
- };
135
- scamDetection: {
136
- title: string;
137
- description: string;
138
- };
139
- priceAnalysis: {
140
- title: string;
141
- description: string;
142
- };
143
- };
144
- howItWorks: {
145
- title: string;
146
- step1: {
147
- title: string;
148
- description: string;
149
- };
150
- step2: {
151
- title: string;
152
- description: string;
153
- };
154
- step3: {
155
- title: string;
156
- description: string;
157
- };
158
- };
159
- result: {
160
- title: string;
161
- subtitle: string;
162
- notFound: string;
163
- quickTitle: string;
164
- riskSignals: string;
165
- cautions: string;
166
- safeIndicators: string;
167
- detailsPreview: string;
168
- signupRequired: string;
169
- signupMessage: string;
170
- signupDescription: string;
171
- signupButton: string;
172
- signupToView: string;
173
- whatToDo: string;
174
- translation: string;
175
- translationTitle: string;
176
- nuanceTitle: string;
177
- priceAnalysis: string;
178
- marketPrice: string;
179
- offeredPrice: string;
180
- priceAssessment: string;
181
- priceWarnings: string;
182
- safetyChecklist: string;
183
- checklistDescription: string;
184
- recommendation: string;
185
- expertAdvice: string;
186
- expertName: string;
187
- riskLevel: {
188
- high: {
189
- title: string;
190
- message: string;
191
- };
192
- medium: {
193
- title: string;
194
- message: string;
195
- };
196
- low: {
197
- title: string;
198
- message: string;
199
- };
200
- };
201
- companionCta: {
202
- title: string;
203
- description: string;
204
- button: string;
205
- };
206
- };
207
- };
208
- id: {
209
- hero: {
210
- title: string;
211
- subtitle: string;
212
- placeholder: string;
213
- advancedOptions: string;
214
- amountPlaceholder: string;
215
- checkSafety: string;
216
- analyzing: string;
217
- analyzingDescription: string;
218
- tryExample: string;
219
- };
220
- features: {
221
- title: string;
222
- translation: {
223
- title: string;
224
- description: string;
225
- };
226
- scamDetection: {
227
- title: string;
228
- description: string;
229
- };
230
- priceAnalysis: {
231
- title: string;
232
- description: string;
233
- };
234
- };
235
- howItWorks: {
236
- title: string;
237
- step1: {
238
- title: string;
239
- description: string;
240
- };
241
- step2: {
242
- title: string;
243
- description: string;
244
- };
245
- step3: {
246
- title: string;
247
- description: string;
248
- };
249
- };
250
- result: {
251
- title: string;
252
- subtitle: string;
253
- notFound: string;
254
- quickTitle: string;
255
- riskSignals: string;
256
- cautions: string;
257
- safeIndicators: string;
258
- detailsPreview: string;
259
- signupRequired: string;
260
- signupMessage: string;
261
- signupDescription: string;
262
- signupButton: string;
263
- signupToView: string;
264
- whatToDo: string;
265
- translation: string;
266
- translationTitle: string;
267
- nuanceTitle: string;
268
- priceAnalysis: string;
269
- marketPrice: string;
270
- offeredPrice: string;
271
- priceAssessment: string;
272
- priceWarnings: string;
273
- safetyChecklist: string;
274
- checklistDescription: string;
275
- recommendation: string;
276
- expertAdvice: string;
277
- expertName: string;
278
- riskLevel: {
279
- high: {
280
- title: string;
281
- message: string;
282
- };
283
- medium: {
284
- title: string;
285
- message: string;
286
- };
287
- low: {
288
- title: string;
289
- message: string;
290
- };
291
- };
292
- companionCta: {
293
- title: string;
294
- description: string;
295
- button: string;
296
- };
297
- };
298
- };
299
- ja: {
300
- hero: {
301
- title: string;
302
- subtitle: string;
303
- placeholder: string;
304
- advancedOptions: string;
305
- amountPlaceholder: string;
306
- checkSafety: string;
307
- analyzing: string;
308
- analyzingDescription: string;
309
- tryExample: string;
310
- };
311
- features: {
312
- title: string;
313
- translation: {
314
- title: string;
315
- description: string;
316
- };
317
- scamDetection: {
318
- title: string;
319
- description: string;
320
- };
321
- priceAnalysis: {
322
- title: string;
323
- description: string;
324
- };
325
- };
326
- howItWorks: {
327
- title: string;
328
- step1: {
329
- title: string;
330
- description: string;
331
- };
332
- step2: {
333
- title: string;
334
- description: string;
335
- };
336
- step3: {
337
- title: string;
338
- description: string;
339
- };
340
- };
341
- result: {
342
- title: string;
343
- subtitle: string;
344
- notFound: string;
345
- quickTitle: string;
346
- riskSignals: string;
347
- cautions: string;
348
- safeIndicators: string;
349
- detailsPreview: string;
350
- signupRequired: string;
351
- signupMessage: string;
352
- signupDescription: string;
353
- signupButton: string;
354
- signupToView: string;
355
- whatToDo: string;
356
- translation: string;
357
- translationTitle: string;
358
- nuanceTitle: string;
359
- priceAnalysis: string;
360
- marketPrice: string;
361
- offeredPrice: string;
362
- priceAssessment: string;
363
- priceWarnings: string;
364
- safetyChecklist: string;
365
- checklistDescription: string;
366
- recommendation: string;
367
- expertAdvice: string;
368
- expertName: string;
369
- riskLevel: {
370
- high: {
371
- title: string;
372
- message: string;
373
- };
374
- medium: {
375
- title: string;
376
- message: string;
377
- };
378
- low: {
379
- title: string;
380
- message: string;
381
- };
382
- };
383
- companionCta: {
384
- title: string;
385
- description: string;
386
- button: string;
387
- };
388
- };
389
- };
390
- ko: {
391
- hero: {
392
- title: string;
393
- subtitle: string;
394
- placeholder: string;
395
- advancedOptions: string;
396
- amountPlaceholder: string;
397
- checkSafety: string;
398
- analyzing: string;
399
- analyzingDescription: string;
400
- tryExample: string;
401
- };
402
- features: {
403
- title: string;
404
- translation: {
405
- title: string;
406
- description: string;
407
- };
408
- scamDetection: {
409
- title: string;
410
- description: string;
411
- };
412
- priceAnalysis: {
413
- title: string;
414
- description: string;
415
- };
416
- };
417
- howItWorks: {
418
- title: string;
419
- step1: {
420
- title: string;
421
- description: string;
422
- };
423
- step2: {
424
- title: string;
425
- description: string;
426
- };
427
- step3: {
428
- title: string;
429
- description: string;
430
- };
431
- };
432
- result: {
433
- title: string;
434
- subtitle: string;
435
- notFound: string;
436
- quickTitle: string;
437
- riskSignals: string;
438
- cautions: string;
439
- safeIndicators: string;
440
- detailsPreview: string;
441
- signupRequired: string;
442
- signupMessage: string;
443
- signupDescription: string;
444
- signupButton: string;
445
- signupToView: string;
446
- whatToDo: string;
447
- translation: string;
448
- translationTitle: string;
449
- nuanceTitle: string;
450
- priceAnalysis: string;
451
- marketPrice: string;
452
- offeredPrice: string;
453
- priceAssessment: string;
454
- priceWarnings: string;
455
- safetyChecklist: string;
456
- checklistDescription: string;
457
- recommendation: string;
458
- expertAdvice: string;
459
- expertName: string;
460
- riskLevel: {
461
- high: {
462
- title: string;
463
- message: string;
464
- };
465
- medium: {
466
- title: string;
467
- message: string;
468
- };
469
- low: {
470
- title: string;
471
- message: string;
472
- };
473
- };
474
- companionCta: {
475
- title: string;
476
- description: string;
477
- button: string;
478
- };
479
- };
480
- };
481
- zh: {
482
- hero: {
483
- title: string;
484
- subtitle: string;
485
- placeholder: string;
486
- advancedOptions: string;
487
- amountPlaceholder: string;
488
- checkSafety: string;
489
- analyzing: string;
490
- analyzingDescription: string;
491
- tryExample: string;
492
- };
493
- features: {
494
- title: string;
495
- translation: {
496
- title: string;
497
- description: string;
498
- };
499
- scamDetection: {
500
- title: string;
501
- description: string;
502
- };
503
- priceAnalysis: {
504
- title: string;
505
- description: string;
506
- };
507
- };
508
- howItWorks: {
509
- title: string;
510
- step1: {
511
- title: string;
512
- description: string;
513
- };
514
- step2: {
515
- title: string;
516
- description: string;
517
- };
518
- step3: {
519
- title: string;
520
- description: string;
521
- };
522
- };
523
- result: {
524
- title: string;
525
- subtitle: string;
526
- notFound: string;
527
- quickTitle: string;
528
- riskSignals: string;
529
- cautions: string;
530
- safeIndicators: string;
531
- detailsPreview: string;
532
- signupRequired: string;
533
- signupMessage: string;
534
- signupDescription: string;
535
- signupButton: string;
536
- signupToView: string;
537
- whatToDo: string;
538
- translation: string;
539
- translationTitle: string;
540
- nuanceTitle: string;
541
- priceAnalysis: string;
542
- marketPrice: string;
543
- offeredPrice: string;
544
- priceAssessment: string;
545
- priceWarnings: string;
546
- safetyChecklist: string;
547
- checklistDescription: string;
548
- recommendation: string;
549
- expertAdvice: string;
550
- expertName: string;
551
- riskLevel: {
552
- high: {
553
- title: string;
554
- message: string;
555
- };
556
- medium: {
557
- title: string;
558
- message: string;
559
- };
560
- low: {
561
- title: string;
562
- message: string;
563
- };
564
- };
565
- companionCta: {
566
- title: string;
567
- description: string;
568
- button: string;
569
- };
570
- };
571
- };
572
- };
12
+ export { TRADE_SAFETY_NS, tradeSafetyTranslations, } from './i18n/translations';
573
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAG7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AACvD,YAAY,EACV,kCAAkC,EAClC,4BAA4B,EAC5B,4BAA4B,GAC7B,MAAM,sCAAsC,CAAC;AAG9C,cAAc,SAAS,CAAC;AAGxB,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AASzC;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOnC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAG7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AACvD,YAAY,EACV,kCAAkC,EAClC,4BAA4B,EAC5B,4BAA4B,GAC7B,MAAM,sCAAsC,CAAC;AAG9C,cAAc,SAAS,CAAC;AAIxB,OAAO,EACL,eAAe,EACf,uBAAuB,GACxB,MAAM,qBAAqB,CAAC"}