jclib-ui 1.0.215 → 1.0.216

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.
@@ -4590,7 +4590,7 @@ function Table({
4590
4590
  }
4591
4591
  }
4592
4592
  if (!dados || dados.length == 0)
4593
- return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "alert alert-warning", children: msgSemDados });
4593
+ return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "alert alert-warning mb-0", children: msgSemDados });
4594
4594
  return /* @__PURE__ */ jsxRuntimeExports.jsx(Container$7, { children: /* @__PURE__ */ jsxRuntimeExports.jsxs(TableContainer, { alignTop, sizeBreak, hasBorder: border, children: [
4595
4595
  /* @__PURE__ */ jsxRuntimeExports.jsx(
4596
4596
  TableHead,