@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.
package/dist/components/index.js
CHANGED
|
@@ -8553,35 +8553,29 @@ var TableDesktopFooter = ({
|
|
|
8553
8553
|
borderTop: `1px solid ${colors.neutral300}`
|
|
8554
8554
|
},
|
|
8555
8555
|
children: [
|
|
8556
|
-
refetchData ? /* @__PURE__ */
|
|
8556
|
+
refetchData ? /* @__PURE__ */ jsx130(
|
|
8557
8557
|
Button18,
|
|
8558
8558
|
{
|
|
8559
8559
|
disableRipple: true,
|
|
8560
|
-
variant: "
|
|
8560
|
+
variant: "text",
|
|
8561
8561
|
onClick: () => refetchData(),
|
|
8562
8562
|
disabled: isFetching,
|
|
8563
8563
|
sx: {
|
|
8564
8564
|
ml: 1,
|
|
8565
|
-
gap: 1
|
|
8566
|
-
borderRadius: 25,
|
|
8567
|
-
color: colors.neutral800,
|
|
8568
|
-
borderColor: colors.neutral600
|
|
8565
|
+
gap: 1
|
|
8569
8566
|
},
|
|
8570
|
-
children:
|
|
8571
|
-
|
|
8572
|
-
|
|
8573
|
-
|
|
8574
|
-
|
|
8575
|
-
|
|
8576
|
-
|
|
8577
|
-
),
|
|
8578
|
-
"REFRESH"
|
|
8579
|
-
]
|
|
8567
|
+
children: /* @__PURE__ */ jsx130(
|
|
8568
|
+
Refresh3,
|
|
8569
|
+
{
|
|
8570
|
+
fontSize: "small",
|
|
8571
|
+
color: isFetching ? "disabled" : "info"
|
|
8572
|
+
}
|
|
8573
|
+
)
|
|
8580
8574
|
}
|
|
8581
8575
|
) : null,
|
|
8582
8576
|
/* @__PURE__ */ jsxs88(Box40, { sx: { display: "flex", ml: "auto", py: 1 }, children: [
|
|
8583
8577
|
pageSize && pageSizeOptions && onPageSizeChange ? /* @__PURE__ */ jsxs88(Stack, { direction: "row", spacing: 2, alignItems: "center", children: [
|
|
8584
|
-
/* @__PURE__ */ jsx130(Typography33, { children: "Rows per page:" }),
|
|
8578
|
+
/* @__PURE__ */ jsx130(Typography33, { fontSize: 12, children: "Rows per page:" }),
|
|
8585
8579
|
/* @__PURE__ */ jsx130(
|
|
8586
8580
|
Select4,
|
|
8587
8581
|
{
|