jclib-ui 1.0.159 → 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.
@@ -4918,7 +4918,7 @@ const Container$7 = styled.div`
4918
4918
  justify-content: space-between;
4919
4919
  z-index: 1;
4920
4920
 
4921
- i {
4921
+ i.setas-bi {
4922
4922
  font-size: 1.4rem;
4923
4923
  color: #0aaccc;
4924
4924
  transition: all ease 0.3s;
@@ -4985,7 +4985,7 @@ function BoxInfo({
4985
4985
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "bi-btn-area", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("button", { type: "button", onClick: () => setOpen(!open), children: [
4986
4986
  title,
4987
4987
  " ",
4988
- /* @__PURE__ */ jsxRuntimeExports.jsx("i", { className: "fas fa-chevron-down" })
4988
+ /* @__PURE__ */ jsxRuntimeExports.jsx("i", { className: "fas fa-chevron-down setas-bi" })
4989
4989
  ] }) }),
4990
4990
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: `bi-body ${open && "bi-open"}`, children })
4991
4991
  ] });
@@ -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
  }