@iclips/ui 1.0.55 → 1.0.56

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.js CHANGED
@@ -2258,6 +2258,13 @@ function fp({
2258
2258
  {
2259
2259
  columns: 2,
2260
2260
  items: [
2261
+ ...t.tituloContrato ? [
2262
+ {
2263
+ label: "Nome do Contrato",
2264
+ value: t.tituloContrato,
2265
+ highlight: !0
2266
+ }
2267
+ ] : [],
2261
2268
  {
2262
2269
  label: "Número do Contrato",
2263
2270
  value: t.numeroContrato,