jclib-ui 1.0.160 → 1.0.161

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.
@@ -18400,7 +18400,7 @@ function Loading({ visible, message = "Aguarde...", isbar = false }) {
18400
18400
  return /* @__PURE__ */ jsxRuntimeExports.jsx(LoadingBar, { visible });
18401
18401
  }
18402
18402
  return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "loading--container", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "loading-body", children: [
18403
- /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "loading-spinner" }),
18403
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "spinner-border text-info" }),
18404
18404
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: message })
18405
18405
  ] }) });
18406
18406
  }