@harnessio/ui 0.0.74 → 0.0.75

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.
@@ -3934,7 +3934,7 @@ export declare interface TextInputProps extends InputProps_3 {
3934
3934
  error?: string;
3935
3935
  warning?: string;
3936
3936
  optional?: boolean;
3937
- labelSuffix?: boolean;
3937
+ labelSuffix?: ReactNode;
3938
3938
  }
3939
3939
 
3940
3940
  export declare type TextProps<E extends TextElement = 'span'> = Omit<ComponentProps<E>, 'color'> & VariantProps<typeof textVariants> & {