@keycloak/keycloak-ui-shared 25.0.2 → 25.0.4

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.
@@ -7,5 +7,6 @@ export type TextControlProps<T extends FieldValues, P extends FieldPath<T> = Fie
7
7
  labelIcon?: string | ReactNode;
8
8
  isDisabled?: boolean;
9
9
  helperText?: string;
10
+ "data-testid"?: string;
10
11
  };
11
12
  export declare const TextControl: <T extends FieldValues, P extends FieldPath<T> = FieldPath<T>>(props: TextControlProps<T, P>) => import("react/jsx-runtime").JSX.Element;