jclib-ui 1.0.265 → 1.0.267

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.
@@ -4634,9 +4634,10 @@ function Table({
4634
4634
  }
4635
4635
  }
4636
4636
  if (loading) {
4637
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { children: [
4637
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "py-2 hstack gap-2", children: [
4638
4638
  /* @__PURE__ */ jsxRuntimeExports.jsx(Spinner, { size: "sm", color: "info" }),
4639
- " Carregando..."
4639
+ " ",
4640
+ /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: "Carregando..." })
4640
4641
  ] });
4641
4642
  }
4642
4643
  if (!dados || dados.length == 0)
@@ -5039,7 +5040,7 @@ const Container$6 = styled.div`
5039
5040
  var(--pn-color-border);
5040
5041
  border-left: 6px solid var(--bi-color-detail);
5041
5042
  background-color: var(--bi-color-button);
5042
- color: var(--bi-color-font);
5043
+ color: var(--pn-color-font);
5043
5044
  font-size: 1.2rem;
5044
5045
  font-weight: bold;
5045
5046
  padding: 6px 12px;