@madie/madie-design-system 1.2.90 → 1.2.92

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.
@@ -45,7 +45,8 @@ import DSLink from "./Link";
45
45
  import NumberInput from "./NumberInput";
46
46
  import TruncateText from "./TruncateText/index";
47
47
  import theme from "../themes/actionCenterTheme.js";
48
- import useFilterSearch from "./SearchAndFilter/useFilterSearch.jsx";
48
+ // utilities
49
+ import { filterByOptions, filterMap, useFilterSearch } from "./SearchAndFilter/useFilterSearch.jsx";
49
50
  import {
50
51
  MyApplicationsIcon,
51
52
  UserSignInIcon,
@@ -173,10 +174,13 @@ export {
173
174
  TextField,
174
175
  TextArea,
175
176
  Toast,
176
- useFilterSearch,
177
177
  Dropdown,
178
178
  Tooltip,
179
179
  DSLink,
180
180
  TruncateText,
181
181
  theme,
182
+ // utilities
183
+ filterByOptions,
184
+ filterMap,
185
+ useFilterSearch,
182
186
  };