@credithub/harlan-components 1.46.4 → 1.46.6

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.
@@ -49,7 +49,7 @@ var getPossuiPendenciaText = function (_a) {
49
49
  ? 'Processo Jurídico'
50
50
  : "".concat(processosJuridicos, " Processos Jur\u00EDdicos")
51
51
  : '',
52
- (liminar === null || liminar === void 0 ? void 0 : liminar.totalProtestos) === 'NADA CONSTA' ? 'Liminar Encontrada' : ''
52
+ (liminar === null || liminar === void 0 ? void 0 : liminar.totalProtestos) === 'NADA CONSTA' ? 'Indício de Liminar' : ''
53
53
  ].filter(function (x) { return !!x; });
54
54
  };
55
55
  var ConsultaSimplesSection = function (_a) {
@@ -133,8 +133,8 @@ export var selectRelevantData = function (data) {
133
133
  resumoDaEmpresa: resumoDaEmpresa,
134
134
  liminar: liminar
135
135
  ? liminar.totalProtestos === 'NADA CONSTA'
136
- ? 'Liminar para esconder protestos'
137
- : 'NÃO TEM LIMINAR'
136
+ ? 'Indício de Liminar para Ocultar Protestos'
137
+ : 'Sem Indício de Liminar'
138
138
  : undefined,
139
139
  socios: sociosAnonimizados,
140
140
  dadosPessoasExpostasPoliticamente: dadosPessoasExpostasPoliticamente,