react-magma-dom 4.7.0-next.43 → 4.7.0-next.44

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.
@@ -178,6 +178,7 @@ export declare const InputWrapper: import("@emotion/styled").StyledComponent<{
178
178
  theme?: import("@emotion/react").Theme;
179
179
  as?: React.ElementType<any>;
180
180
  } & InputWrapperStylesProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
181
+ export declare function getHelpIconButtonSize(props: any): any;
181
182
  export declare const IconButtonContainer: import("@emotion/styled").StyledComponent<{
182
183
  theme?: import("@emotion/react").Theme;
183
184
  as?: React.ElementType<any>;
@@ -188,6 +189,10 @@ export declare const IconButtonContainer: import("@emotion/styled").StyledCompon
188
189
  isClickable?: boolean;
189
190
  hasChildren?: boolean;
190
191
  }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
192
+ export declare const isLeftOrHidden: ({ labelPosition, isLabelVisuallyHidden, }: {
193
+ labelPosition?: LabelPosition;
194
+ isLabelVisuallyHidden?: boolean;
195
+ }) => boolean;
191
196
  export declare const HelpLinkContainer: import("@emotion/styled").StyledComponent<{
192
197
  theme?: import("@emotion/react").Theme;
193
198
  as?: React.ElementType<any>;