trade-safety 1.10.0 → 1.12.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.
Files changed (37) hide show
  1. package/dist/components/DetailedResult/AISummarySection.d.ts +2 -2
  2. package/dist/components/DetailedResult/AISummarySection.d.ts.map +1 -1
  3. package/dist/components/DetailedResult/AnalysisCard.d.ts +6 -3
  4. package/dist/components/DetailedResult/AnalysisCard.d.ts.map +1 -1
  5. package/dist/components/DetailedResult/PriceAnalysisSection.d.ts.map +1 -1
  6. package/dist/components/DetailedResult/SafetyChecklistSection.d.ts.map +1 -1
  7. package/dist/components/DetailedResult/SectionContent.d.ts +7 -0
  8. package/dist/components/DetailedResult/SectionContent.d.ts.map +1 -0
  9. package/dist/components/DetailedResult/SignalsSection.d.ts +3 -3
  10. package/dist/components/DetailedResult/SignalsSection.d.ts.map +1 -1
  11. package/dist/components/DetailedResult/TranslationSection.d.ts.map +1 -1
  12. package/dist/components/DetailedResult/index.d.ts.map +1 -1
  13. package/dist/components/PageHeader.d.ts.map +1 -1
  14. package/dist/i18n/translations.d.ts +243 -36
  15. package/dist/i18n/translations.d.ts.map +1 -1
  16. package/dist/index.js +14 -1
  17. package/dist/index.js.map +1 -1
  18. package/dist/index.mjs +1111 -414
  19. package/dist/index.mjs.map +1 -1
  20. package/dist/isChromatic-5i32AXac-BWePUv7P.js +2 -0
  21. package/dist/isChromatic-5i32AXac-BWePUv7P.js.map +1 -0
  22. package/dist/isChromatic-5i32AXac-CtZ5BKgh.mjs +8 -0
  23. package/dist/isChromatic-5i32AXac-CtZ5BKgh.mjs.map +1 -0
  24. package/dist/locale.js +54 -9
  25. package/dist/locale.js.map +1 -1
  26. package/dist/locale.mjs +85 -40
  27. package/dist/locale.mjs.map +1 -1
  28. package/dist/lottie-react.esm-BUHy0Xb6.mjs +6105 -0
  29. package/dist/lottie-react.esm-BUHy0Xb6.mjs.map +1 -0
  30. package/dist/lottie-react.esm-Bv7L41xK.js +257 -0
  31. package/dist/lottie-react.esm-Bv7L41xK.js.map +1 -0
  32. package/dist/repositories/TradeSafetyRepository.d.ts +18 -18
  33. package/dist/types.d.ts +1 -1
  34. package/dist/types.d.ts.map +1 -1
  35. package/package.json +2 -1
  36. package/dist/components/DetailedResult/RecommendationSection.d.ts +0 -6
  37. package/dist/components/DetailedResult/RecommendationSection.d.ts.map +0 -1
@@ -1,6 +1,6 @@
1
1
  interface AISummarySectionProps {
2
- summary: string;
2
+ summary: string[];
3
3
  }
4
- export declare function AISummarySection({ summary }: AISummarySectionProps): import("react").JSX.Element;
4
+ export declare function AISummarySection({ summary }: AISummarySectionProps): import("react").JSX.Element | null;
5
5
  export {};
6
6
  //# sourceMappingURL=AISummarySection.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AISummarySection.d.ts","sourceRoot":"","sources":["../../../src/components/DetailedResult/AISummarySection.tsx"],"names":[],"mappings":"AAQA,UAAU,qBAAqB;IAC7B,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,gBAAgB,CAAC,EAAE,OAAO,EAAE,EAAE,qBAAqB,+BAUlE"}
1
+ {"version":3,"file":"AISummarySection.d.ts","sourceRoot":"","sources":["../../../src/components/DetailedResult/AISummarySection.tsx"],"names":[],"mappings":"AAUA,UAAU,qBAAqB;IAC7B,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,wBAAgB,gBAAgB,CAAC,EAAE,OAAO,EAAE,EAAE,qBAAqB,sCAyBlE"}
@@ -1,9 +1,12 @@
1
+ import { SafetyLevel } from '../../types';
1
2
  interface AnalysisCardProps {
2
- title?: string;
3
+ badgeVariant?: SafetyLevel;
4
+ subtitle?: string;
3
5
  icon?: React.ReactNode;
4
- variant?: "default" | "error" | "warning" | "success" | "info";
6
+ title: string;
7
+ titleSize?: "sm" | "lg";
5
8
  children: React.ReactNode;
6
9
  }
7
- export declare function AnalysisCard({ title, icon, variant, children, }: AnalysisCardProps): import("react").JSX.Element | null;
10
+ export declare function AnalysisCard({ badgeVariant, subtitle, icon, title, titleSize, children, }: AnalysisCardProps): import("react").JSX.Element;
8
11
  export {};
9
12
  //# sourceMappingURL=AnalysisCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AnalysisCard.d.ts","sourceRoot":"","sources":["../../../src/components/DetailedResult/AnalysisCard.tsx"],"names":[],"mappings":"AAEA,UAAU,iBAAiB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC;IAC/D,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAUD,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,IAAI,EACJ,OAAmB,EACnB,QAAQ,GACT,EAAE,iBAAiB,sCAcnB"}
1
+ {"version":3,"file":"AnalysisCard.d.ts","sourceRoot":"","sources":["../../../src/components/DetailedResult/AnalysisCard.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,UAAU,iBAAiB;IACzB,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAmBD,wBAAgB,YAAY,CAAC,EAC3B,YAAY,EACZ,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,SAAgB,EAChB,QAAQ,GACT,EAAE,iBAAiB,+BAuCnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"PriceAnalysisSection.d.ts","sourceRoot":"","sources":["../../../src/components/DetailedResult/PriceAnalysisSection.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAIxC,UAAU,yBAAyB;IACjC,IAAI,CAAC,EAAE,aAAa,CAAC;CACtB;AAED,wBAAgB,oBAAoB,CAAC,EAAE,IAAI,EAAE,EAAE,yBAAyB,sCAiCvE"}
1
+ {"version":3,"file":"PriceAnalysisSection.d.ts","sourceRoot":"","sources":["../../../src/components/DetailedResult/PriceAnalysisSection.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAKxC,UAAU,yBAAyB;IACjC,IAAI,CAAC,EAAE,aAAa,CAAC;CACtB;AAED,wBAAgB,oBAAoB,CAAC,EAAE,IAAI,EAAE,EAAE,yBAAyB,sCAoCvE"}
@@ -1 +1 @@
1
- {"version":3,"file":"SafetyChecklistSection.d.ts","sourceRoot":"","sources":["../../../src/components/DetailedResult/SafetyChecklistSection.tsx"],"names":[],"mappings":"AASA,UAAU,2BAA2B;IACnC,KAAK,EAAE,MAAM,EAAE,CAAC;CACjB;AAED,wBAAgB,sBAAsB,CAAC,EAAE,KAAK,EAAE,EAAE,2BAA2B,sCAuB5E"}
1
+ {"version":3,"file":"SafetyChecklistSection.d.ts","sourceRoot":"","sources":["../../../src/components/DetailedResult/SafetyChecklistSection.tsx"],"names":[],"mappings":"AASA,UAAU,2BAA2B;IACnC,KAAK,EAAE,MAAM,EAAE,CAAC;CACjB;AAED,wBAAgB,sBAAsB,CAAC,EAAE,KAAK,EAAE,EAAE,2BAA2B,sCA2B5E"}
@@ -0,0 +1,7 @@
1
+ interface SectionContentProps {
2
+ title: string;
3
+ content: string;
4
+ }
5
+ export declare function SectionContent({ title, content }: SectionContentProps): import("react").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=SectionContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SectionContent.d.ts","sourceRoot":"","sources":["../../../src/components/DetailedResult/SectionContent.tsx"],"names":[],"mappings":"AAAA,UAAU,mBAAmB;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,cAAc,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,mBAAmB,+BAOrE"}
@@ -1,8 +1,8 @@
1
- import { RiskSignal } from '../../types';
1
+ import { RiskSignal, SafetyLevel } from '../../types';
2
2
  interface SignalsSectionProps {
3
3
  signals: RiskSignal[];
4
- variant?: "error" | "warning" | "success";
4
+ variant: SafetyLevel;
5
5
  }
6
- export declare function SignalsSection({ signals, variant, }: SignalsSectionProps): import("react").JSX.Element | null;
6
+ export declare function SignalsSection({ signals, variant }: SignalsSectionProps): import("react").JSX.Element | null;
7
7
  export {};
8
8
  //# sourceMappingURL=SignalsSection.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SignalsSection.d.ts","sourceRoot":"","sources":["../../../src/components/DetailedResult/SignalsSection.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAIrC,UAAU,mBAAmB;IAC3B,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;CAC3C;AAcD,wBAAgB,cAAc,CAAC,EAC7B,OAAO,EACP,OAAiB,GAClB,EAAE,mBAAmB,sCA8BrB"}
1
+ {"version":3,"file":"SignalsSection.d.ts","sourceRoot":"","sources":["../../../src/components/DetailedResult/SignalsSection.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAKlD,UAAU,mBAAmB;IAC3B,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,OAAO,EAAE,WAAW,CAAC;CACtB;AAQD,wBAAgB,cAAc,CAAC,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE,mBAAmB,sCAoBvE"}
@@ -1 +1 @@
1
- {"version":3,"file":"TranslationSection.d.ts","sourceRoot":"","sources":["../../../src/components/DetailedResult/TranslationSection.tsx"],"names":[],"mappings":"AAQA,UAAU,uBAAuB;IAC/B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED,wBAAgB,kBAAkB,CAAC,EACjC,WAAW,EACX,MAAM,GACP,EAAE,uBAAuB,+BAoBzB"}
1
+ {"version":3,"file":"TranslationSection.d.ts","sourceRoot":"","sources":["../../../src/components/DetailedResult/TranslationSection.tsx"],"names":[],"mappings":"AASA,UAAU,uBAAuB;IAC/B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED,wBAAgB,kBAAkB,CAAC,EACjC,WAAW,EACX,MAAM,GACP,EAAE,uBAAuB,+BAsBzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/DetailedResult/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAS9C,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,mBAAmB,CAAC;CAC/B;AAED,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,EAAE,mBAAmB,+BAgD/D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/DetailedResult/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAQ9C,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,mBAAmB,CAAC;CAC/B;AAED,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,EAAE,mBAAmB,+BAyC/D"}
@@ -1 +1 @@
1
- {"version":3,"file":"PageHeader.d.ts","sourceRoot":"","sources":["../../src/components/PageHeader.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,WAAW,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,eAAe,+BAa3D"}
1
+ {"version":3,"file":"PageHeader.d.ts","sourceRoot":"","sources":["../../src/components/PageHeader.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,WAAW,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf;AAQD,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,eAAe,+BAsC3D"}
@@ -78,10 +78,18 @@ export declare const tradeSafetyTranslations: {
78
78
  signupButton: string;
79
79
  signupToView: string;
80
80
  whatToDo: string;
81
- translation: string;
82
- translationTitle: string;
83
- nuanceTitle: string;
84
- priceAnalysis: string;
81
+ translation: {
82
+ subtitle: string;
83
+ title: string;
84
+ label: string;
85
+ };
86
+ nuance: {
87
+ label: string;
88
+ };
89
+ priceAnalysis: {
90
+ subtitle: string;
91
+ title: string;
92
+ };
85
93
  marketPrice: string;
86
94
  offeredPrice: string;
87
95
  priceAssessment: string;
@@ -108,14 +116,17 @@ export declare const tradeSafetyTranslations: {
108
116
  };
109
117
  safetyLevel: {
110
118
  safe: {
119
+ badge: string;
111
120
  title: string;
112
121
  description: string;
113
122
  };
114
123
  caution: {
124
+ badge: string;
115
125
  title: string;
116
126
  description: string;
117
127
  };
118
128
  danger: {
129
+ badge: string;
119
130
  title: string;
120
131
  description: string;
121
132
  };
@@ -125,6 +136,18 @@ export declare const tradeSafetyTranslations: {
125
136
  description: string;
126
137
  button: string;
127
138
  };
139
+ danger: {
140
+ badge: string;
141
+ title: string;
142
+ };
143
+ caution: {
144
+ badge: string;
145
+ title: string;
146
+ };
147
+ safe: {
148
+ badge: string;
149
+ title: string;
150
+ };
128
151
  };
129
152
  };
130
153
  es: {
@@ -186,10 +209,18 @@ export declare const tradeSafetyTranslations: {
186
209
  signupButton: string;
187
210
  signupToView: string;
188
211
  whatToDo: string;
189
- translation: string;
190
- translationTitle: string;
191
- nuanceTitle: string;
192
- priceAnalysis: string;
212
+ translation: {
213
+ subtitle: string;
214
+ title: string;
215
+ label: string;
216
+ };
217
+ nuance: {
218
+ label: string;
219
+ };
220
+ priceAnalysis: {
221
+ subtitle: string;
222
+ title: string;
223
+ };
193
224
  marketPrice: string;
194
225
  offeredPrice: string;
195
226
  priceAssessment: string;
@@ -216,14 +247,17 @@ export declare const tradeSafetyTranslations: {
216
247
  };
217
248
  safetyLevel: {
218
249
  safe: {
250
+ badge: string;
219
251
  title: string;
220
252
  description: string;
221
253
  };
222
254
  caution: {
255
+ badge: string;
223
256
  title: string;
224
257
  description: string;
225
258
  };
226
259
  danger: {
260
+ badge: string;
227
261
  title: string;
228
262
  description: string;
229
263
  };
@@ -233,6 +267,18 @@ export declare const tradeSafetyTranslations: {
233
267
  description: string;
234
268
  button: string;
235
269
  };
270
+ danger: {
271
+ badge: string;
272
+ title: string;
273
+ };
274
+ caution: {
275
+ badge: string;
276
+ title: string;
277
+ };
278
+ safe: {
279
+ badge: string;
280
+ title: string;
281
+ };
236
282
  };
237
283
  };
238
284
  id: {
@@ -294,10 +340,18 @@ export declare const tradeSafetyTranslations: {
294
340
  signupButton: string;
295
341
  signupToView: string;
296
342
  whatToDo: string;
297
- translation: string;
298
- translationTitle: string;
299
- nuanceTitle: string;
300
- priceAnalysis: string;
343
+ translation: {
344
+ subtitle: string;
345
+ title: string;
346
+ label: string;
347
+ };
348
+ nuance: {
349
+ label: string;
350
+ };
351
+ priceAnalysis: {
352
+ subtitle: string;
353
+ title: string;
354
+ };
301
355
  marketPrice: string;
302
356
  offeredPrice: string;
303
357
  priceAssessment: string;
@@ -324,14 +378,17 @@ export declare const tradeSafetyTranslations: {
324
378
  };
325
379
  safetyLevel: {
326
380
  safe: {
381
+ badge: string;
327
382
  title: string;
328
383
  description: string;
329
384
  };
330
385
  caution: {
386
+ badge: string;
331
387
  title: string;
332
388
  description: string;
333
389
  };
334
390
  danger: {
391
+ badge: string;
335
392
  title: string;
336
393
  description: string;
337
394
  };
@@ -341,6 +398,18 @@ export declare const tradeSafetyTranslations: {
341
398
  description: string;
342
399
  button: string;
343
400
  };
401
+ danger: {
402
+ badge: string;
403
+ title: string;
404
+ };
405
+ caution: {
406
+ badge: string;
407
+ title: string;
408
+ };
409
+ safe: {
410
+ badge: string;
411
+ title: string;
412
+ };
344
413
  };
345
414
  };
346
415
  ja: {
@@ -402,10 +471,18 @@ export declare const tradeSafetyTranslations: {
402
471
  signupButton: string;
403
472
  signupToView: string;
404
473
  whatToDo: string;
405
- translation: string;
406
- translationTitle: string;
407
- nuanceTitle: string;
408
- priceAnalysis: string;
474
+ translation: {
475
+ subtitle: string;
476
+ title: string;
477
+ label: string;
478
+ };
479
+ nuance: {
480
+ label: string;
481
+ };
482
+ priceAnalysis: {
483
+ subtitle: string;
484
+ title: string;
485
+ };
409
486
  marketPrice: string;
410
487
  offeredPrice: string;
411
488
  priceAssessment: string;
@@ -432,14 +509,17 @@ export declare const tradeSafetyTranslations: {
432
509
  };
433
510
  safetyLevel: {
434
511
  safe: {
512
+ badge: string;
435
513
  title: string;
436
514
  description: string;
437
515
  };
438
516
  caution: {
517
+ badge: string;
439
518
  title: string;
440
519
  description: string;
441
520
  };
442
521
  danger: {
522
+ badge: string;
443
523
  title: string;
444
524
  description: string;
445
525
  };
@@ -449,6 +529,18 @@ export declare const tradeSafetyTranslations: {
449
529
  description: string;
450
530
  button: string;
451
531
  };
532
+ danger: {
533
+ badge: string;
534
+ title: string;
535
+ };
536
+ caution: {
537
+ badge: string;
538
+ title: string;
539
+ };
540
+ safe: {
541
+ badge: string;
542
+ title: string;
543
+ };
452
544
  };
453
545
  };
454
546
  ko: {
@@ -510,10 +602,18 @@ export declare const tradeSafetyTranslations: {
510
602
  signupButton: string;
511
603
  signupToView: string;
512
604
  whatToDo: string;
513
- translation: string;
514
- translationTitle: string;
515
- nuanceTitle: string;
516
- priceAnalysis: string;
605
+ translation: {
606
+ subtitle: string;
607
+ title: string;
608
+ label: string;
609
+ };
610
+ nuance: {
611
+ label: string;
612
+ };
613
+ priceAnalysis: {
614
+ subtitle: string;
615
+ title: string;
616
+ };
517
617
  marketPrice: string;
518
618
  offeredPrice: string;
519
619
  priceAssessment: string;
@@ -540,14 +640,17 @@ export declare const tradeSafetyTranslations: {
540
640
  };
541
641
  safetyLevel: {
542
642
  safe: {
643
+ badge: string;
543
644
  title: string;
544
645
  description: string;
545
646
  };
546
647
  caution: {
648
+ badge: string;
547
649
  title: string;
548
650
  description: string;
549
651
  };
550
652
  danger: {
653
+ badge: string;
551
654
  title: string;
552
655
  description: string;
553
656
  };
@@ -557,6 +660,18 @@ export declare const tradeSafetyTranslations: {
557
660
  description: string;
558
661
  button: string;
559
662
  };
663
+ danger: {
664
+ badge: string;
665
+ title: string;
666
+ };
667
+ caution: {
668
+ badge: string;
669
+ title: string;
670
+ };
671
+ safe: {
672
+ badge: string;
673
+ title: string;
674
+ };
560
675
  };
561
676
  };
562
677
  th: {
@@ -618,10 +733,18 @@ export declare const tradeSafetyTranslations: {
618
733
  signupButton: string;
619
734
  signupToView: string;
620
735
  whatToDo: string;
621
- translation: string;
622
- translationTitle: string;
623
- nuanceTitle: string;
624
- priceAnalysis: string;
736
+ translation: {
737
+ subtitle: string;
738
+ title: string;
739
+ label: string;
740
+ };
741
+ nuance: {
742
+ label: string;
743
+ };
744
+ priceAnalysis: {
745
+ subtitle: string;
746
+ title: string;
747
+ };
625
748
  marketPrice: string;
626
749
  offeredPrice: string;
627
750
  priceAssessment: string;
@@ -648,14 +771,17 @@ export declare const tradeSafetyTranslations: {
648
771
  };
649
772
  safetyLevel: {
650
773
  safe: {
774
+ badge: string;
651
775
  title: string;
652
776
  description: string;
653
777
  };
654
778
  caution: {
779
+ badge: string;
655
780
  title: string;
656
781
  description: string;
657
782
  };
658
783
  danger: {
784
+ badge: string;
659
785
  title: string;
660
786
  description: string;
661
787
  };
@@ -665,6 +791,18 @@ export declare const tradeSafetyTranslations: {
665
791
  description: string;
666
792
  button: string;
667
793
  };
794
+ danger: {
795
+ badge: string;
796
+ title: string;
797
+ };
798
+ caution: {
799
+ badge: string;
800
+ title: string;
801
+ };
802
+ safe: {
803
+ badge: string;
804
+ title: string;
805
+ };
668
806
  };
669
807
  };
670
808
  tl: {
@@ -726,10 +864,18 @@ export declare const tradeSafetyTranslations: {
726
864
  signupButton: string;
727
865
  signupToView: string;
728
866
  whatToDo: string;
729
- translation: string;
730
- translationTitle: string;
731
- nuanceTitle: string;
732
- priceAnalysis: string;
867
+ translation: {
868
+ subtitle: string;
869
+ title: string;
870
+ label: string;
871
+ };
872
+ nuance: {
873
+ label: string;
874
+ };
875
+ priceAnalysis: {
876
+ subtitle: string;
877
+ title: string;
878
+ };
733
879
  marketPrice: string;
734
880
  offeredPrice: string;
735
881
  priceAssessment: string;
@@ -756,14 +902,17 @@ export declare const tradeSafetyTranslations: {
756
902
  };
757
903
  safetyLevel: {
758
904
  safe: {
905
+ badge: string;
759
906
  title: string;
760
907
  description: string;
761
908
  };
762
909
  caution: {
910
+ badge: string;
763
911
  title: string;
764
912
  description: string;
765
913
  };
766
914
  danger: {
915
+ badge: string;
767
916
  title: string;
768
917
  description: string;
769
918
  };
@@ -773,6 +922,18 @@ export declare const tradeSafetyTranslations: {
773
922
  description: string;
774
923
  button: string;
775
924
  };
925
+ danger: {
926
+ badge: string;
927
+ title: string;
928
+ };
929
+ caution: {
930
+ badge: string;
931
+ title: string;
932
+ };
933
+ safe: {
934
+ badge: string;
935
+ title: string;
936
+ };
776
937
  };
777
938
  };
778
939
  vi: {
@@ -834,10 +995,18 @@ export declare const tradeSafetyTranslations: {
834
995
  signupButton: string;
835
996
  signupToView: string;
836
997
  whatToDo: string;
837
- translation: string;
838
- translationTitle: string;
839
- nuanceTitle: string;
840
- priceAnalysis: string;
998
+ translation: {
999
+ subtitle: string;
1000
+ title: string;
1001
+ label: string;
1002
+ };
1003
+ nuance: {
1004
+ label: string;
1005
+ };
1006
+ priceAnalysis: {
1007
+ subtitle: string;
1008
+ title: string;
1009
+ };
841
1010
  marketPrice: string;
842
1011
  offeredPrice: string;
843
1012
  priceAssessment: string;
@@ -864,14 +1033,17 @@ export declare const tradeSafetyTranslations: {
864
1033
  };
865
1034
  safetyLevel: {
866
1035
  safe: {
1036
+ badge: string;
867
1037
  title: string;
868
1038
  description: string;
869
1039
  };
870
1040
  caution: {
1041
+ badge: string;
871
1042
  title: string;
872
1043
  description: string;
873
1044
  };
874
1045
  danger: {
1046
+ badge: string;
875
1047
  title: string;
876
1048
  description: string;
877
1049
  };
@@ -881,6 +1053,18 @@ export declare const tradeSafetyTranslations: {
881
1053
  description: string;
882
1054
  button: string;
883
1055
  };
1056
+ danger: {
1057
+ badge: string;
1058
+ title: string;
1059
+ };
1060
+ caution: {
1061
+ badge: string;
1062
+ title: string;
1063
+ };
1064
+ safe: {
1065
+ badge: string;
1066
+ title: string;
1067
+ };
884
1068
  };
885
1069
  };
886
1070
  zh: {
@@ -942,10 +1126,18 @@ export declare const tradeSafetyTranslations: {
942
1126
  signupButton: string;
943
1127
  signupToView: string;
944
1128
  whatToDo: string;
945
- translation: string;
946
- translationTitle: string;
947
- nuanceTitle: string;
948
- priceAnalysis: string;
1129
+ translation: {
1130
+ subtitle: string;
1131
+ title: string;
1132
+ label: string;
1133
+ };
1134
+ nuance: {
1135
+ label: string;
1136
+ };
1137
+ priceAnalysis: {
1138
+ subtitle: string;
1139
+ title: string;
1140
+ };
949
1141
  marketPrice: string;
950
1142
  offeredPrice: string;
951
1143
  priceAssessment: string;
@@ -972,14 +1164,17 @@ export declare const tradeSafetyTranslations: {
972
1164
  };
973
1165
  safetyLevel: {
974
1166
  safe: {
1167
+ badge: string;
975
1168
  title: string;
976
1169
  description: string;
977
1170
  };
978
1171
  caution: {
1172
+ badge: string;
979
1173
  title: string;
980
1174
  description: string;
981
1175
  };
982
1176
  danger: {
1177
+ badge: string;
983
1178
  title: string;
984
1179
  description: string;
985
1180
  };
@@ -989,6 +1184,18 @@ export declare const tradeSafetyTranslations: {
989
1184
  description: string;
990
1185
  button: string;
991
1186
  };
1187
+ danger: {
1188
+ badge: string;
1189
+ title: string;
1190
+ };
1191
+ caution: {
1192
+ badge: string;
1193
+ title: string;
1194
+ };
1195
+ safe: {
1196
+ badge: string;
1197
+ title: string;
1198
+ };
992
1199
  };
993
1200
  };
994
1201
  };
@@ -1 +1 @@
1
- {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../src/i18n/translations.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAYH,6BAA6B;AAC7B,eAAO,MAAM,eAAe,gBAAgB,CAAC;AAE7C;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUnC,CAAC"}
1
+ {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../src/i18n/translations.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAYH,6BAA6B;AAC7B,eAAO,MAAM,eAAe,gBAAgB,CAAC;AAE7C;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUnC,CAAC"}