@vuu-ui/vuu-filters 0.8.23-debug → 0.8.24-debug
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/cjs/index.js.map +2 -2
- package/esm/index.js +1 -3
- package/esm/index.js.map +2 -2
- package/package.json +10 -10
- package/types/filter-clause/FilterClauseEditor.d.ts +1 -2
- package/types/filter-clause/FilterClauseTextValueEditor.d.ts +1 -1
- package/types/filter-input/useFilterSuggestionProvider.d.ts +2 -2
package/esm/index.js
CHANGED
|
@@ -315,9 +315,7 @@ import {
|
|
|
315
315
|
useMemo as useMemo2,
|
|
316
316
|
useState as useState3
|
|
317
317
|
} from "react";
|
|
318
|
-
import {
|
|
319
|
-
useTypeaheadSuggestions
|
|
320
|
-
} from "@vuu-ui/vuu-data-react";
|
|
318
|
+
import { useTypeaheadSuggestions } from "@vuu-ui/vuu-data-react";
|
|
321
319
|
import {
|
|
322
320
|
ExpandoInput as ExpandoInput2
|
|
323
321
|
} from "@vuu-ui/vuu-ui-controls";
|