jclib-ui 1.0.111 → 1.0.112

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.
@@ -19598,16 +19598,20 @@ function PrintButtons({ onClose, showTypes }) {
19598
19598
  setReportType(0);
19599
19599
  }
19600
19600
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "print-btn--container", children: [
19601
- showTypes && /* @__PURE__ */ jsxRuntimeExports.jsxs(
19601
+ showTypes && /* @__PURE__ */ jsxRuntimeExports.jsx(
19602
19602
  DropDownButton,
19603
19603
  {
19604
19604
  items: reportTypeItems,
19605
19605
  title: "Formato do relatório",
19606
19606
  direction: "down",
19607
- children: [
19608
- /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "d-inline-block d-sm-none me-2", children: "Formato do relatório:" }),
19609
- arrTypes[reportType]
19610
- ]
19607
+ children: /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "d-flex align-items-center gap-1", children: [
19608
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { children: [
19609
+ "Formato",
19610
+ /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "d-inline-block d-sm-none", children: " do relatório:" })
19611
+ ] }),
19612
+ /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "me-1", children: arrTypes[reportType] }),
19613
+ /* @__PURE__ */ jsxRuntimeExports.jsx("i", { class: "fa-solid fa-chevron-down ms-auto fs-7" })
19614
+ ] })
19611
19615
  }
19612
19616
  ),
19613
19617
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "print-btn--buttons", children: [