File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/components/fields/FilterPicker Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @cube-dev/ui-kit " : patch
3
+ ---
4
+
5
+ Fix FilterPicker's tooltip typings.
Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ export interface CubeFilterPickerProps<T>
85
85
/** Whether to flip the popover placement */
86
86
shouldFlip ?: boolean ;
87
87
/** Tooltip for the trigger button (separate from field tooltip) */
88
- triggerTooltip ?: string | Omit < CubeTooltipProviderProps , 'children' > ;
88
+ triggerTooltip ?: CubeItemBaseProps [ 'tooltip' ] ;
89
89
/** Description for the trigger button (separate from field description) */
90
- triggerDescription ?: ReactNode ;
90
+ triggerDescription ?: CubeItemBaseProps [ 'description' ] ;
91
91
92
92
/**
93
93
* Custom renderer for the summary shown inside the trigger when there is a selection.
You can’t perform that action at this time.
0 commit comments