plataforma-fundacao-componentes 2.24.0 → 2.24.1

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.
Files changed (48) hide show
  1. package/dist/components/container/Container.d.ts +1 -7
  2. package/dist/components/formattedText/FormattedText.d.ts +14 -0
  3. package/dist/components/formattedText/FormattedText.stories.d.ts +6 -0
  4. package/dist/components/inputArea/InputArea.d.ts +0 -1
  5. package/dist/components/textEditor/components/textEditorInput/TextEditorHeaderInput.d.ts +1 -2
  6. package/dist/index.css +925 -2848
  7. package/dist/index.d.ts +2 -23
  8. package/dist/index.js +3086 -3983
  9. package/dist/index.js.map +1 -1
  10. package/dist/index.modern.js +2696 -3577
  11. package/dist/index.modern.js.map +1 -1
  12. package/package.json +21 -16
  13. package/dist/components/aconteceu/Aconteceu.d.ts +0 -24
  14. package/dist/components/aconteceu/Aconteceu.stories.d.ts +0 -9
  15. package/dist/components/advancedSemiHeader/AdvancedSemiHeader.d.ts +0 -10
  16. package/dist/components/advancedSemiHeader/AdvancedSemiHeader.stories.d.ts +0 -8
  17. package/dist/components/assembleiaItem/AssembleiaItem.d.ts +0 -23
  18. package/dist/components/assembleiaItem/AssembleiaItem.stories.d.ts +0 -11
  19. package/dist/components/assembleiaPauta/AssembleiaPauta.d.ts +0 -71
  20. package/dist/components/assembleiaPauta/AssembleiaPauta.stories.d.ts +0 -170
  21. package/dist/components/bannerAssembleia/BannerAssembleia.d.ts +0 -13
  22. package/dist/components/bannerAssembleia/BannerAssembleia.stories.d.ts +0 -8
  23. package/dist/components/bannerPesquisaCpfCnpj/BannerPesquisaCpfCnpj.d.ts +0 -19
  24. package/dist/components/bannerPesquisaCpfCnpj/BannerPesquisaCpfCnpj.stories.d.ts +0 -8
  25. package/dist/components/blocoDeNotas/BlocoDeNotas.d.ts +0 -53
  26. package/dist/components/blocoDeNotas/BlocoDeNotas.stories.d.ts +0 -9
  27. package/dist/components/blocoMinhasAssembleias/BlocoMinhasAssembleias.d.ts +0 -22
  28. package/dist/components/blocoMinhasAssembleias/BlocoMinhasAssembleias.stories.d.ts +0 -20
  29. package/dist/components/editableVideoItem/EditableVideoItem.d.ts +0 -28
  30. package/dist/components/editableVideoItem/EditableVideoItem.stories.d.ts +0 -7
  31. package/dist/components/headerSearchField/HeaderSearchField.d.ts +0 -23
  32. package/dist/components/headerSearchField/HeaderSearchField.stories.d.ts +0 -7
  33. package/dist/components/iconButtonWithLabel/IconButtonWithLabel.d.ts +0 -16
  34. package/dist/components/iconButtonWithLabel/IconButtonWithLabel.stories.d.ts +0 -7
  35. package/dist/components/informativoAssembleiasComImagem/InformativoAssembleiasComImagem.d.ts +0 -14
  36. package/dist/components/informativoAssembleiasComImagem/InformativoAssembleiasComImagem.stories.d.ts +0 -40
  37. package/dist/components/informativoAssembleiasComVideo/InformativoAssembleiasComVideo.d.ts +0 -13
  38. package/dist/components/informativoAssembleiasComVideo/InformativoAssembleiasComVideo.stories.d.ts +0 -10
  39. package/dist/components/notaEdit/NotaEdit.d.ts +0 -22
  40. package/dist/components/notaEdit/NotaEdit.stories.d.ts +0 -7
  41. package/dist/components/progressBar/ProgressBar.d.ts +0 -13
  42. package/dist/components/progressBar/ProgressBar.stories.d.ts +0 -54
  43. package/dist/components/searchBlocoDeNotas/SearchBlocoDeNotas.d.ts +0 -16
  44. package/dist/components/searchBlocoDeNotas/SearchBlocoDeNotas.stories.d.ts +0 -7
  45. package/dist/components/videoItem/VideoItem.d.ts +0 -16
  46. package/dist/components/videoItem/VideoItem.stories.d.ts +0 -7
  47. package/dist/libraries/InformativoAssembleiasComVideoAlign.d.ts +0 -4
  48. package/dist/utils/ErrorUtils.d.ts +0 -5
@@ -1,7 +0,0 @@
1
- declare namespace _default {
2
- export const title: string;
3
- export { IconButtonWithLabel as component };
4
- }
5
- export default _default;
6
- export function FirstExample(): JSX.Element;
7
- import IconButtonWithLabel from "./IconButtonWithLabel";
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
- import './InformativoAssembleiasComImagem.scss';
3
- interface InformativoAssembleiasComImagemProps {
4
- urlImg?: string;
5
- title?: string;
6
- subtitle?: string;
7
- buttonLabel?: string;
8
- onButtonClick?: (evt?: any) => void;
9
- reverse?: boolean;
10
- filledButton?: boolean;
11
- }
12
- declare function InformativoAssembleiasComImagem(props: InformativoAssembleiasComImagemProps): JSX.Element;
13
- declare const _default: React.MemoExoticComponent<typeof InformativoAssembleiasComImagem>;
14
- export default _default;
@@ -1,40 +0,0 @@
1
- declare namespace _default {
2
- export const title: string;
3
- export { InformativoAssembleiasComImagem as component };
4
- }
5
- export default _default;
6
- export function FirstExample(args: any): JSX.Element;
7
- export namespace FirstExample {
8
- export namespace args {
9
- export const urlImg: string;
10
- export const alt: string;
11
- const title_1: string;
12
- export { title_1 as title };
13
- export const subtitle: string;
14
- export const buttonLabel: string;
15
- export function onButtonClick(): void;
16
- export const reverse: boolean;
17
- }
18
- }
19
- export function FilledButtonExample(args: any): JSX.Element;
20
- export namespace FilledButtonExample {
21
- export namespace args_1 {
22
- const urlImg_1: string;
23
- export { urlImg_1 as urlImg };
24
- const alt_1: string;
25
- export { alt_1 as alt };
26
- const title_2: string;
27
- export { title_2 as title };
28
- const subtitle_1: string;
29
- export { subtitle_1 as subtitle };
30
- const buttonLabel_1: string;
31
- export { buttonLabel_1 as buttonLabel };
32
- export function onButtonClick_1(): void;
33
- export { onButtonClick_1 as onButtonClick };
34
- const reverse_1: boolean;
35
- export { reverse_1 as reverse };
36
- export const filledButton: boolean;
37
- }
38
- export { args_1 as args };
39
- }
40
- import InformativoAssembleiasComImagem from "./InformativoAssembleiasComImagem";
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import { InformativoAssembleiasComVideoAlign } from '../../libraries/InformativoAssembleiasComVideoAlign';
3
- import './InformativoAssembleiasComVideo.scss';
4
- interface InformativoAssembleiasComVideoProps {
5
- onClick?: () => void;
6
- title?: string;
7
- subtitle?: string;
8
- imgUrl?: string;
9
- align?: InformativoAssembleiasComVideoAlign;
10
- }
11
- declare function InformativoAssembleiasComVideo(props: InformativoAssembleiasComVideoProps): JSX.Element;
12
- declare const _default: React.MemoExoticComponent<typeof InformativoAssembleiasComVideo>;
13
- export default _default;
@@ -1,10 +0,0 @@
1
- declare namespace _default {
2
- export const title: string;
3
- export { InformativoAssembleiasComVideo as component };
4
- }
5
- export default _default;
6
- export function FirstExample(): JSX.Element;
7
- export function RowExample(): JSX.Element;
8
- export function LeftExample(): JSX.Element;
9
- export function CenterExample(): JSX.Element;
10
- import InformativoAssembleiasComVideo from "./InformativoAssembleiasComVideo";
@@ -1,22 +0,0 @@
1
- import { InputHTMLAttributes } from 'react';
2
- import { IconButtonType } from '../../libraries/IconButtonTheme';
3
- import { ButtonProps } from '../button/Button';
4
- import './NotaEdit.scss';
5
- interface ButtonSaveProps extends ButtonProps {
6
- label: string;
7
- }
8
- interface NotaEditProps {
9
- inputTitleProps?: InputHTMLAttributes<HTMLInputElement>;
10
- inputTextProps?: InputHTMLAttributes<HTMLTextAreaElement>;
11
- buttonSaveProps: ButtonSaveProps;
12
- onClose?: () => void;
13
- hideCloseButton?: boolean;
14
- iconButtonTheme?: IconButtonType;
15
- }
16
- declare function NotaEdit(props: NotaEditProps): JSX.Element;
17
- declare namespace NotaEdit {
18
- var defaultProps: {
19
- iconButtonTheme: string;
20
- };
21
- }
22
- export default NotaEdit;
@@ -1,7 +0,0 @@
1
- declare namespace _default {
2
- export const title: string;
3
- export { NotaEdit as component };
4
- }
5
- export default _default;
6
- export function FirstExaple(): JSX.Element;
7
- import NotaEdit from "./NotaEdit";
@@ -1,13 +0,0 @@
1
- /// <reference types="react" />
2
- import './ProgressBar.scss';
3
- export interface ProgressBarProps {
4
- title: string;
5
- percent: number;
6
- textPercent?: string;
7
- leftValue: number;
8
- rightValue?: number;
9
- leftText?: string;
10
- rightText?: string;
11
- hideDescription?: boolean;
12
- }
13
- export default function ProgressBar(props: ProgressBarProps): JSX.Element;
@@ -1,54 +0,0 @@
1
- declare namespace _default {
2
- export const title: string;
3
- export { ProgressBar as component };
4
- }
5
- export default _default;
6
- export function DynamicValue(args: any): JSX.Element;
7
- export namespace DynamicValue {
8
- export namespace args {
9
- const title_1: string;
10
- export { title_1 as title };
11
- export const percent: number;
12
- export const leftValue: number;
13
- export const leftText: string;
14
- export const rightText: string;
15
- export const hideDescription: boolean;
16
- }
17
- }
18
- export function StaticValue(args: any): JSX.Element;
19
- export namespace StaticValue {
20
- export namespace args_1 {
21
- const title_2: string;
22
- export { title_2 as title };
23
- const percent_1: number;
24
- export { percent_1 as percent };
25
- const leftValue_1: number;
26
- export { leftValue_1 as leftValue };
27
- export const rightValue: number;
28
- const leftText_1: string;
29
- export { leftText_1 as leftText };
30
- const rightText_1: string;
31
- export { rightText_1 as rightText };
32
- const hideDescription_1: boolean;
33
- export { hideDescription_1 as hideDescription };
34
- }
35
- export { args_1 as args };
36
- }
37
- export function SemDescricao(args: any): JSX.Element;
38
- export namespace SemDescricao {
39
- export namespace args_2 {
40
- const title_3: string;
41
- export { title_3 as title };
42
- const percent_2: number;
43
- export { percent_2 as percent };
44
- export const textPercent: string;
45
- const leftValue_2: number;
46
- export { leftValue_2 as leftValue };
47
- const rightValue_1: number;
48
- export { rightValue_1 as rightValue };
49
- const hideDescription_2: boolean;
50
- export { hideDescription_2 as hideDescription };
51
- }
52
- export { args_2 as args };
53
- }
54
- import ProgressBar from "./ProgressBar";
@@ -1,16 +0,0 @@
1
- declare function SearchBlocoDeNotas(props: any): JSX.Element;
2
- declare namespace SearchBlocoDeNotas {
3
- export namespace propTypes {
4
- export const placeholder: PropTypes.Requireable<string>;
5
- export const value: PropTypes.Requireable<React.Key>;
6
- export const onChange: PropTypes.Requireable<(...args: any[]) => any>;
7
- export const rightObject: PropTypes.Requireable<object>;
8
- }
9
- export namespace defaultProps {
10
- const value_1: string;
11
- export { value_1 as value };
12
- }
13
- }
14
- export default SearchBlocoDeNotas;
15
- import PropTypes from "prop-types";
16
- import React from "react";
@@ -1,7 +0,0 @@
1
- declare namespace _default {
2
- export const title: string;
3
- export { SearchBlocoDeNotas as component };
4
- }
5
- export default _default;
6
- export function FirstExaple(): JSX.Element;
7
- import SearchBlocoDeNotas from "./SearchBlocoDeNotas";
@@ -1,16 +0,0 @@
1
- /// <reference types="react" />
2
- import './VideoItem.scss';
3
- interface VideoItemProps {
4
- url?: string;
5
- blackGround?: boolean;
6
- title?: string;
7
- description?: string;
8
- className?: string;
9
- }
10
- declare function VideoItem(props: VideoItemProps): JSX.Element;
11
- declare namespace VideoItem {
12
- var defaultProps: {
13
- url: string;
14
- };
15
- }
16
- export default VideoItem;
@@ -1,7 +0,0 @@
1
- declare namespace _default {
2
- export const title: string;
3
- export { VideoItem as component };
4
- }
5
- export default _default;
6
- export function Youtube(): JSX.Element;
7
- import VideoItem from "./VideoItem";
@@ -1,4 +0,0 @@
1
- export declare enum InformativoAssembleiasComVideoAlign {
2
- Left = "left",
3
- Center = "center"
4
- }
@@ -1,5 +0,0 @@
1
- import { AxiosError } from 'axios';
2
- export declare const handleError: (error: AxiosError, props: {
3
- showToast: any;
4
- setLoading: any;
5
- }) => void;