jclib-ui 1.0.110 → 1.0.111

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.
@@ -4540,7 +4540,7 @@ function Table({
4540
4540
  });
4541
4541
  }
4542
4542
  if (!dados || dados.length == 0)
4543
- return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "alert alert-secondary", style: { backgroundColor: "#eee" }, children: msgSemDados });
4543
+ return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "alert alert-warning", children: msgSemDados });
4544
4544
  return /* @__PURE__ */ jsxRuntimeExports.jsx(Container$7, { children: /* @__PURE__ */ jsxRuntimeExports.jsxs(TableContainer, { alignTop, sizeBreak, hasBorder: border, children: [
4545
4545
  /* @__PURE__ */ jsxRuntimeExports.jsx(TableHead, { colunas, incColActions: acoes ? true : false }),
4546
4546
  /* @__PURE__ */ jsxRuntimeExports.jsx(