@natoora-libs/core 0.2.6 → 0.2.7
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
|
@@ -8796,30 +8796,24 @@ var TableDesktopFooter = ({
|
|
|
8796
8796
|
borderTop: `1px solid ${colors.neutral300}`
|
|
8797
8797
|
},
|
|
8798
8798
|
children: [
|
|
8799
|
-
refetchData ? /* @__PURE__ */
|
|
8799
|
+
refetchData ? /* @__PURE__ */ jsx132(
|
|
8800
8800
|
Button18,
|
|
8801
8801
|
{
|
|
8802
8802
|
disableRipple: true,
|
|
8803
|
-
variant: "
|
|
8803
|
+
variant: "text",
|
|
8804
8804
|
onClick: () => refetchData(),
|
|
8805
8805
|
disabled: isFetching,
|
|
8806
8806
|
sx: {
|
|
8807
8807
|
ml: 1,
|
|
8808
|
-
gap: 1
|
|
8809
|
-
borderRadius: 25,
|
|
8810
|
-
color: colors.neutral800,
|
|
8811
|
-
borderColor: colors.neutral600
|
|
8808
|
+
gap: 1
|
|
8812
8809
|
},
|
|
8813
|
-
children:
|
|
8814
|
-
|
|
8815
|
-
|
|
8816
|
-
|
|
8817
|
-
|
|
8818
|
-
|
|
8819
|
-
|
|
8820
|
-
),
|
|
8821
|
-
"REFRESH"
|
|
8822
|
-
]
|
|
8810
|
+
children: /* @__PURE__ */ jsx132(
|
|
8811
|
+
Refresh3,
|
|
8812
|
+
{
|
|
8813
|
+
fontSize: "small",
|
|
8814
|
+
color: isFetching ? "disabled" : "info"
|
|
8815
|
+
}
|
|
8816
|
+
)
|
|
8823
8817
|
}
|
|
8824
8818
|
) : null,
|
|
8825
8819
|
/* @__PURE__ */ jsxs89(Box41, { sx: { display: "flex", ml: "auto", py: 1 }, children: [
|