@natoora-libs/core 0.2.41 → 0.2.61-po-confirmation

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.
@@ -8753,35 +8753,29 @@ var TableDesktopFooter = ({
8753
8753
  borderTop: `1px solid ${colors.neutral300}`
8754
8754
  },
8755
8755
  children: [
8756
- refetchData ? /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)(
8756
+ refetchData ? /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
8757
8757
  import_material76.Button,
8758
8758
  {
8759
8759
  disableRipple: true,
8760
- variant: "outlined",
8760
+ variant: "text",
8761
8761
  onClick: () => refetchData(),
8762
8762
  disabled: isFetching,
8763
8763
  sx: {
8764
8764
  ml: 1,
8765
- gap: 1,
8766
- borderRadius: 25,
8767
- color: colors.neutral800,
8768
- borderColor: colors.neutral600
8765
+ gap: 1
8769
8766
  },
8770
- children: [
8771
- /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
8772
- import_Refresh.default,
8773
- {
8774
- fontSize: "small",
8775
- color: isFetching ? "disabled" : "primary"
8776
- }
8777
- ),
8778
- "REFRESH"
8779
- ]
8767
+ children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
8768
+ import_Refresh.default,
8769
+ {
8770
+ fontSize: "small",
8771
+ color: isFetching ? "disabled" : "info"
8772
+ }
8773
+ )
8780
8774
  }
8781
8775
  ) : null,
8782
8776
  /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)(import_material76.Box, { sx: { display: "flex", ml: "auto", py: 1 }, children: [
8783
8777
  pageSize && pageSizeOptions && onPageSizeChange ? /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)(import_material76.Stack, { direction: "row", spacing: 2, alignItems: "center", children: [
8784
- /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(import_material76.Typography, { children: "Rows per page:" }),
8778
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(import_material76.Typography, { fontSize: 12, children: "Rows per page:" }),
8785
8779
  /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
8786
8780
  import_material76.Select,
8787
8781
  {