carconnect-gatherleads-ui-lib 3.2.2 → 3.2.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.
@@ -1040,6 +1040,8 @@ export declare interface GatherComboboxFieldConfig extends BaseFieldConfig {
1040
1040
  }>;
1041
1041
  /** Icon on the left side of the input */
1042
1042
  leftIcon?: React.ReactNode;
1043
+ /** Icon on the right side of the input (before the chevron) */
1044
+ rightIcon?: React.ReactNode;
1043
1045
  /** Visual size variant */
1044
1046
  size?: 'sm' | 'md' | 'lg';
1045
1047
  /** Visual state variant */
@@ -1083,6 +1085,8 @@ export declare interface GatherComboboxProps extends Omit<React_2.InputHTMLAttri
1083
1085
  onValueChange?: (value: string) => void;
1084
1086
  /** Icon rendered on the left side of the input */
1085
1087
  leftIcon?: React_2.ReactNode;
1088
+ /** Icon rendered on the right side of the input (before the chevron) */
1089
+ rightIcon?: React_2.ReactNode;
1086
1090
  /** Helper text displayed below the combobox */
1087
1091
  helperText?: string;
1088
1092
  /** Whether the field is in error state */