react-frontend-common-components 0.0.67 → 0.0.69

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.
package/dist/index.d.ts CHANGED
@@ -246,9 +246,10 @@ interface AppPasswordInputProps {
246
246
  errorMessage?: string;
247
247
  autoComplete?: string;
248
248
  icon?: React$1.ReactNode;
249
+ hiddenIcon?: React$1.ReactNode;
249
250
  showIcon?: boolean;
250
251
  }
251
- declare const AppPasswordInput: ({ label, name, value, dataTestId, id, disabled, handleChange, onClick, defaultValue, onPressEnter, className, errorMessage, isAutoFocus, triggerFocus, autoComplete, icon, showIcon, }: AppPasswordInputProps) => react_jsx_runtime.JSX.Element;
252
+ declare const AppPasswordInput: ({ label, name, value, dataTestId, id, disabled, handleChange, onClick, defaultValue, onPressEnter, className, errorMessage, isAutoFocus, triggerFocus, autoComplete, icon, hiddenIcon, showIcon, }: AppPasswordInputProps) => react_jsx_runtime.JSX.Element;
252
253
 
253
254
  interface TitleProps {
254
255
  mainText: React$1.ReactNode;