@natoora-libs/core 0.1.20-dev-doug-1 → 0.1.20-dev-doug-2

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.
@@ -1108,24 +1108,25 @@ var AutocompleteFilterMenuContent = ({
1108
1108
  alignItems: "center"
1109
1109
  },
1110
1110
  children: [
1111
- /* @__PURE__ */ jsx12(Tooltip4, { title: "Persists those filters for future visits", children: /* @__PURE__ */ jsx12(
1111
+ /* @__PURE__ */ jsx12(
1112
1112
  Button5,
1113
1113
  {
1114
- onClick: () => onApplyFiltersClick(true),
1114
+ onClick: () => onApplyFiltersClick(false),
1115
1115
  sx: {
1116
1116
  px: 1,
1117
1117
  minWidth: "min-content"
1118
1118
  },
1119
- children: "SAVE AS DEFAULT"
1119
+ children: "APPLY"
1120
1120
  }
1121
- ) }),
1121
+ ),
1122
1122
  /* @__PURE__ */ jsx12(
1123
1123
  ExtendedButton_default,
1124
1124
  {
1125
- copy: "Apply",
1125
+ copy: "SAVE AS DEFAULT",
1126
1126
  color: "primary",
1127
1127
  buttonType: "submit",
1128
- onClick: () => onApplyFiltersClick(false)
1128
+ onClick: () => onApplyFiltersClick(true),
1129
+ tooltip: "Persists those filters for future visits"
1129
1130
  }
1130
1131
  )
1131
1132
  ]
@@ -3361,7 +3362,7 @@ function ActionButton(props) {
3361
3362
  }
3362
3363
 
3363
3364
  // src/components/CheckboxFilterMenuContent/CheckboxFilterMenuContent.tsx
3364
- import { Box as Box13, Button as Button13, Checkbox as Checkbox2, Divider as Divider2, FormControlLabel, Skeleton as Skeleton2, Tooltip as Tooltip6, Typography as Typography9 } from "@mui/material";
3365
+ import { Box as Box13, Button as Button13, Checkbox as Checkbox2, Divider as Divider2, FormControlLabel, Skeleton as Skeleton2, Typography as Typography9 } from "@mui/material";
3365
3366
  import { jsx as jsx73, jsxs as jsxs42 } from "react/jsx-runtime";
3366
3367
  var CheckboxFilterMenuContent = ({
3367
3368
  columnId,
@@ -3467,24 +3468,25 @@ var CheckboxFilterMenuContent = ({
3467
3468
  alignItems: "center"
3468
3469
  },
3469
3470
  children: [
3470
- /* @__PURE__ */ jsx73(Tooltip6, { title: "Persists those filters for future visits", children: /* @__PURE__ */ jsx73(
3471
+ /* @__PURE__ */ jsx73(
3471
3472
  Button13,
3472
3473
  {
3473
- onClick: () => onApplyFiltersClick(true),
3474
+ onClick: () => onApplyFiltersClick(false),
3474
3475
  sx: {
3475
3476
  px: 1,
3476
3477
  minWidth: "min-content"
3477
3478
  },
3478
- children: "SAVE AS DEFAULT"
3479
+ children: "APPLY"
3479
3480
  }
3480
- ) }),
3481
+ ),
3481
3482
  /* @__PURE__ */ jsx73(
3482
3483
  ExtendedButton_default,
3483
3484
  {
3484
- copy: "Apply",
3485
+ copy: "SAVE AS DEFAULT",
3485
3486
  color: "primary",
3486
3487
  buttonType: "submit",
3487
- onClick: () => onApplyFiltersClick(false)
3488
+ onClick: () => onApplyFiltersClick(true),
3489
+ tooltip: "Persists those filters for future visits"
3488
3490
  }
3489
3491
  )
3490
3492
  ]