yt-uikit 0.10.100-dropdown-ui-refact.2 → 0.10.100-dropdown-ui-refact.3

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.
@@ -15,6 +15,8 @@ interface VariantDropdownProps {
15
15
  style?: React.CSSProperties;
16
16
  /** styles for the portaled option list */
17
17
  menuStyle?: React.CSSProperties;
18
+ /** styles for the chevron, which the dropdown owns and flips when open */
19
+ chevronStyle?: React.CSSProperties;
18
20
  /** trigger content, defaults to the selected label + chevron */
19
21
  children?: React.ReactNode;
20
22
  ariaLabel?: string;