@vuu-ui/vuu-filters 0.8.16-debug → 0.8.17-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 +7 -7
- package/cjs/index.js.map +3 -3
- package/esm/index.js +1 -4
- package/esm/index.js.map +2 -2
- package/package.json +10 -10
package/esm/index.js
CHANGED
|
@@ -5586,10 +5586,7 @@ var FilterClauseEditor = ({
|
|
|
5586
5586
|
|
|
5587
5587
|
// src/filter-pill/FilterPill.tsx
|
|
5588
5588
|
var import_classnames31 = __toESM(require_classnames(), 1);
|
|
5589
|
-
import {
|
|
5590
|
-
Tooltip,
|
|
5591
|
-
useTooltip
|
|
5592
|
-
} from "@vuu-ui/vuu-popups/src";
|
|
5589
|
+
import { Tooltip, useTooltip } from "@vuu-ui/vuu-popups";
|
|
5593
5590
|
import { EditableLabel as EditableLabel2 } from "@vuu-ui/vuu-ui-controls";
|
|
5594
5591
|
import { filterAsQuery, isMultiClauseFilter as isMultiClauseFilter3 } from "@vuu-ui/vuu-utils";
|
|
5595
5592
|
import { useCallback as useCallback40, useRef as useRef28 } from "react";
|