plataforma-fundacao-componentes 2.20.21 → 2.20.22

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.
@@ -4,7 +4,9 @@ declare namespace _default {
4
4
  }
5
5
  export default _default;
6
6
  export function Primary(): JSX.Element;
7
+ export function PrimaryLight(): JSX.Element;
7
8
  export function PrimaryDisabled(): JSX.Element;
9
+ export function PrimaryLightDisabled(): JSX.Element;
8
10
  export function PrimaryLoading(): JSX.Element;
9
11
  export function Secondary(): JSX.Element;
10
12
  export function SecondaryWhiteBackground(): JSX.Element;
@@ -5,6 +5,7 @@ declare namespace _default {
5
5
  export default _default;
6
6
  export function Primary(): JSX.Element;
7
7
  export function Dark(): JSX.Element;
8
+ export function Classic(): JSX.Element;
8
9
  export function DisabledOn(): JSX.Element;
9
10
  export function DisabledOff(): JSX.Element;
10
11
  import Checkbox from "./Checkbox";
@@ -5,7 +5,7 @@ declare namespace _default {
5
5
  export namespace theme {
6
6
  export const control: {
7
7
  type: string;
8
- options: string[];
8
+ options: readonly ["programas", "em-edicao", "em-revisao", "em-aprovacao", "finalizado", "aprovado", "reprovado", "cancelado"];
9
9
  };
10
10
  }
11
11
  }