@credithub/harlan-components 1.108.0 → 1.108.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.
@@ -161,7 +161,7 @@ var Edital = function (_a) {
161
161
  var buildDescription = function () {
162
162
  var _a;
163
163
  if (total === 0) {
164
- return (React.createElement(StatusMessage, { type: "default" }, "N\u00E3o h\u00E1 intima\u00E7\u00F5es por edital eletr\u00F4nico"));
164
+ return (React.createElement(StatusMessage, { type: "default" }, "N\u00E3o h\u00E1 intima\u00E7\u00F5es de Protestos"));
165
165
  }
166
166
  var messages = [];
167
167
  // Count message - sempre mostra apenas recentes
@@ -36,6 +36,8 @@ import EnvolvidosList from './envolvidosList';
36
36
  var isSigiloso = function (value) {
37
37
  if (!value)
38
38
  return false;
39
+ if (typeof value !== 'string')
40
+ return false;
39
41
  return value.trim().toLowerCase().includes('processo sigiloso');
40
42
  };
41
43
  var AddProcessoJuridicoField = function (_a) {