@apolitical/component-library 4.1.11-4519.4 → 4.1.11

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.
@@ -43,10 +43,8 @@ interface Props {
43
43
  className?: string;
44
44
  /** The language to use for the text */
45
45
  locale?: string;
46
- /** The alt text for the image */
47
- alt?: string;
48
46
  }
49
- declare const Member: ({ element, member: memberDetails, additionalContent, styling, gtmContext, gtmType, className, alt, }: Props) => React.DetailedReactHTMLElement<{
47
+ declare const Member: ({ element, member: memberDetails, additionalContent, styling, gtmContext, gtmType, className, }: Props) => React.DetailedReactHTMLElement<{
50
48
  className: string;
51
49
  children: import("react/jsx-runtime").JSX.Element;
52
50
  }, HTMLElement>;
@@ -1 +0,0 @@
1
- export declare const NO_ALT_TEXT = "no-alt";