@natoora-libs/core 0.2.5 → 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.
@@ -1379,7 +1379,7 @@ var FilledButton = ({
1379
1379
  color = "primary",
1380
1380
  copy,
1381
1381
  disabled = false,
1382
- href = "",
1382
+ href,
1383
1383
  isLoading = false,
1384
1384
  onClick,
1385
1385
  type = "button",
@@ -1395,7 +1395,7 @@ var FilledButton = ({
1395
1395
  }),
1396
1396
  disabled: disabled || isLoading,
1397
1397
  focusRipple: autoFocus,
1398
- href,
1398
+ href: href || void 0,
1399
1399
  onClick,
1400
1400
  type,
1401
1401
  variant,
@@ -1754,7 +1754,7 @@ var OutlinedButton = ({
1754
1754
  color,
1755
1755
  copy,
1756
1756
  disabled,
1757
- href = "",
1757
+ href,
1758
1758
  isLoading,
1759
1759
  onClick,
1760
1760
  startIcon,
@@ -1770,7 +1770,7 @@ var OutlinedButton = ({
1770
1770
  [classes.loading]: isLoading
1771
1771
  }),
1772
1772
  disabled: disabled || isLoading,
1773
- href,
1773
+ href: href || void 0,
1774
1774
  onClick,
1775
1775
  startIcon,
1776
1776
  style,
@@ -8796,30 +8796,24 @@ var TableDesktopFooter = ({
8796
8796
  borderTop: `1px solid ${colors.neutral300}`
8797
8797
  },
8798
8798
  children: [
8799
- refetchData ? /* @__PURE__ */ jsxs89(
8799
+ refetchData ? /* @__PURE__ */ jsx132(
8800
8800
  Button18,
8801
8801
  {
8802
8802
  disableRipple: true,
8803
- variant: "outlined",
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
- /* @__PURE__ */ jsx132(
8815
- Refresh3,
8816
- {
8817
- fontSize: "small",
8818
- color: isFetching ? "disabled" : "primary"
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: [