plataforma-fundacao-componentes 2.22.28 → 2.23.2

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.
@@ -1,4 +1,5 @@
1
1
  import { Component } from 'react';
2
+ import './CataventoVerde.scss';
2
3
  declare class CataventoVerde extends Component {
3
4
  render(): JSX.Element;
4
5
  }
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import './Icon.scss';
3
+ export declare const ComitesIcon: () => JSX.Element;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
2
  import './Icon.scss';
3
- export declare const DownloadIcon: () => JSX.Element;
3
+ export declare const CrescerIcon: () => JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import './Icon.scss';
3
+ export declare const EyeIcon: () => JSX.Element;
@@ -9,7 +9,7 @@ export declare const FundacaoLogo: {
9
9
  (props: FundacaoLogoProps): JSX.Element;
10
10
  defaultProps: {
11
11
  height: number;
12
- theme: string;
12
+ theme: FundacaoLogoTheme;
13
13
  };
14
14
  };
15
15
  export {};