@fluentui/react-northstar
Version:
A themable React component library.
62 lines (61 loc) • 2.1 kB
TypeScript
export interface DropdownVariables {
backgroundColor: string;
backgroundColorHover: string;
invertedBackgroundColor: string;
invertedBackgroundColorHover: string;
borderColor: string;
borderColorHover: string;
borderColorFocus: string;
borderError: string;
borderWidth: string;
openBorderColorHover: string;
containerBorderRadius: string;
disabledColor: string;
openAboveContainerBorderRadius: string;
openBelowContainerBorderRadius: string;
searchBorderBottomWidth: string;
color: string;
comboboxPaddingButton: string;
comboboxFlexBasis: string;
aboveListBorderRadius: string;
belowListBorderRadius: string;
listBackgroundColor: string;
listBorderColor: string;
listBorderWidth: string;
listPadding: string;
listBoxShadow: string;
listMaxHeight: string;
listItemFocusBorderWidth: string;
listItemBackgroundColor: string;
listItemBackgroundColorActive: string;
listItemBackgroundColorHover: string;
listItemColorActive: string;
listItemColorHover: string;
listItemSelectedColor: string;
listItemSelectedFontWeight: number;
listItemHeaderLineHeight: string;
listItemContentLineHeight: string;
selectedItemBackgroundColor: string;
selectedItemBackgroundColorHover: string;
selectedItemBorder: string;
selectedItemColor: string;
selectedItemColorHover: string;
selectedItemIconColor: string;
selectedItemIconColorHover: string;
selectedItemColorFocus: string;
selectedItemsMaxHeight: string;
selectedItemsMaxWidth: string;
toggleIndicatorSize: string;
triggerButtonColorFocusActive: string;
triggerButtonColorHover: string;
width: string;
overlayZIndex: number;
disabledBorderColorHover: string;
disabledTriggerColorHover: string;
disabledBackgroundColorHover: string;
listItemHeaderFontSize: string;
listItemHeaderColor: string;
listItemContentFontSize: string;
listItemContentColor: string;
}
export declare const dropdownVariables: (siteVars: any) => DropdownVariables;