test-stpr-ui-kit 0.5.78 → 0.5.79

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.
@@ -716,6 +716,7 @@ declare interface UploadFilesProps {
716
716
  classNameLabel?: string;
717
717
  loading?: boolean;
718
718
  error?: string;
719
+ classNameBaseInfoTooltipRoot?: string;
719
720
  }
720
721
 
721
722
  export declare const useAnimatedValue: (props: TUseAnimatedValueProps) => {