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>
8585 /** Whether to flip the popover placement */
8686 shouldFlip ?: boolean ;
8787 /** Tooltip for the trigger button (separate from field tooltip) */
88- triggerTooltip ?: string | Omit < CubeTooltipProviderProps , 'children' > ;
88+ triggerTooltip ?: CubeItemBaseProps [ 'tooltip' ] ;
8989 /** Description for the trigger button (separate from field description) */
90- triggerDescription ?: ReactNode ;
90+ triggerDescription ?: CubeItemBaseProps [ 'description' ] ;
9191
9292 /**
9393 * 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