react-magma-dom 4.7.0-next.52 → 4.7.0-next.53

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.
@@ -26,7 +26,8 @@ export interface InputBaseProps extends React.InputHTMLAttributes<HTMLInputEleme
26
26
  */
27
27
  children?: any;
28
28
  /**
29
- * Style properties for the component container element
29
+ * Style properties for the component container element.
30
+ * This div is a direct child of the div with the inputWrapperStyle, so the second from the top.
30
31
  */
31
32
  containerStyle?: React.CSSProperties;
32
33
  /**
@@ -67,7 +68,7 @@ export interface InputBaseProps extends React.InputHTMLAttributes<HTMLInputEleme
67
68
  */
68
69
  inputStyle?: React.CSSProperties;
69
70
  /**
70
- * Style properties for input wrapper element
71
+ * Style properties for input wrapper element. This is the outermost div.
71
72
  */
72
73
  inputWrapperStyle?: React.CSSProperties;
73
74
  /**